]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
[gnu-emacs] / lisp / gnus / ChangeLog
1 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4
5 2010-09-22 Julien Danjou <julien@danjou.info>
6
7 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8 default.
9 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10
11 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
12 images alt-text.
13 (gnus-html-put-image): Put alt-text as help-echo.
14
15 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
16
17 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
18 * mm-util.el (mm-decompress-buffer)
19 * nnir.el (nnir-run-find-grep)
20 * pop3.el (pop3-list): Use 3rd arg of split-string.
21
22 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
23
24 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
25
26 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
27
28 * gnus-int.el (gnus-open-server): Give a better error message in the
29 "go offline" case.
30
31 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
32 marks for nnimap, which is seldom the right thing to do.
33
34 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
35 (gnus-same-method-different-name): New function.
36
37 * nnimap.el (parse-time): Require.
38
39 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
40 method in the presence of many similar methods.
41
42 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
43
44 * nnimap.el (nnimap-find-expired-articles): Don't refer to
45 nnml-inhibit-expiry.
46
47 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
48 find out whether methods are equal.
49
50 * nnimap.el (nnimap-find-expired-articles): New function.
51 (nnimap-process-expiry-targets): New function.
52 (nnimap-request-move-article): Request the article before looking at
53 what the Message-ID is. Fix found by Andrew Cohen.
54 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
55
56 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
57 for oldness in addition to being a predicate.
58
59 * nnimap.el (nnimap-request-group): When we have zero articles, return
60 the right data to Gnus.
61 (nnimap-request-expire-articles): Only delete articles immediately if
62 the target is 'delete.
63
64 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
65 method, this would bug out.
66
67 * gnus-group.el (gnus-group-expunge-group): Renamed from
68 gnus-group-nnimap-expunge, and implemented as a normal interface
69 function.
70
71 * gnus-int.el (gnus-request-expunge-group): New function.
72
73 * nnimap.el (nnimap-request-create-group): Implement.
74 (nnimap-request-expunge-group): New function.
75
76 2010-09-21 Julien Danjou <julien@danjou.info>
77
78 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
79 (gnus-html-cache-expired): Add new function.
80 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
81 wethever we should display image for fetch it.
82 Compute alt-text earlier to pass it to the fetching function too.
83 (gnus-html-schedule-image-fetching): Change function argument to only
84 get one image at a time, not a list.
85 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
86 cache.
87 (gnus-html-get-image-data): New function to retrieve image data from
88 cache.
89 (gnus-html-put-image): Change buffer argument to use image data rather
90 than file, and place image above region rather than inserting a new
91 one. Do not take alt-text as argument, since it's useless now: we place
92 the image above alt-text.
93 (gnus-html-prune-cache): Remove.
94 (gnus-html-show-images): Start to fetch image when we find one, do not
95 push into a temporary list.
96 (gnus-html-prefetch-images): Only fetch image if they have expired.
97 (gnus-html-browse-image): Fix, use 'gnus-image-url.
98 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
99
100 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
101
102 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
103
104 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
105
106 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
107 opening the server.
108 (nnimap-request-delete-group): Implement group deletion.
109 (nnimap-transform-headers): Return the size of the entire message in
110 the Bytes header, not just the size of the first part.
111 (nnimap-request-move-article): When moving an article from nnimap,
112 request the article first so the accepting form has an article to
113 accept. Reported by Dan Christensen.
114 (nnimap-command): Make sure that the error message doesn't error out.
115
116 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
117
118 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
119 we haven't requested anything.
120
121 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
122
123 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
124 "". Fix found by Andrew Cohen.
125
126 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
127 instead of -encode-string.
128
129 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
130
131 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
132
133 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
134 by mm-subst-char-in-string.
135
136 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
137
138 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
139 waiting for the connection string.
140
141 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
142 arriving.
143
144 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
145 bogus characters. This allows selecting certain Gmail groups.
146
147 * nnimap.el (nnimap-find-wanted-parts-1): New function.
148 (nnimap-fetch-partial-articles): New variable.
149 (nnimap-open-connection): When looking for credentials, also use the
150 nnimap-server-port.
151 (nnimap-request-article): Return the group/article number, so that Gnus
152 `^' works as expected.
153 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
154 them.
155
156 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
157 comments.
158 (gnus-methods-sloppily-equal): New function.
159 (gnus): When using the development version of Gnus, load the gnus-load
160 file.
161
162 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
163 `gnus-open-server' on each method before trying to scan them etc. This
164 ensures that all the backend parameters are set correctly.
165
166 * nnimap.el (nnimap-authenticator): New variable.
167 (nnimap-open-connection): Allow anonymous login.
168 (nnimap-transform-headers): The chars header is called Chars not
169 Bytes.
170 (nnimap-wait-for-response): Don't infloop if the IMAP connection
171 drops.
172
173 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
174 patch, found by Knut Anders Hatlen.
175
176 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
177
178 * gnus-agent.el (gnus-agent-batch-confirmation)
179 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
180 to gnus-message.
181 * gnus-art.el (gnus-article-describe-briefly): Likewise.
182 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
183 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
184 * gnus-int.el (gnus-open-server): Likewise.
185 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
186 (gnus-score-check-syntax): Likewise.
187 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
188 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
189 Likewise.
190 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
191
192 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
193
194 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
195 calling conventions so that prefetch doesn't bug out.
196
197 2010-09-19 Julien Danjou <julien@danjou.info>
198
199 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
200 rather than `subst-char-in-region' in order to be able to replace ASCII
201 char by UTF-8 ones.
202
203 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
204 than curl.
205 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
206 the right URL and ALT text on images.
207 (gnus-html-wash-tags): Fix tag case.
208 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
209 (gnus-article-html): Add -o display_ins_del=2 option.
210 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
211
212 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
213
214 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
215 the extra mail headers, which sometimes seem to happen for unknown
216 reasons.
217
218 * mail-parse.el (mail-header-encode-parameter): Define as
219 rfc2045-encode-string instead of as rfc2231-encode-string, since some
220 (or most, perhaps?) mail readers don't understand the latter, but do
221 understand the former.
222
223 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
224 to nil, so that no methods are automatically agentized. I think this
225 is probably what most users want.
226
227 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
228 from url-retrieve, for instance about invalid URLs.
229
230 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
231 groups that have no articles.
232 (nnimap-request-article): Check that we really got an article when we
233 requested one.
234
235 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
236 doesn't exist.
237
238 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
239 nntp buffer so the agent can save it.
240 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
241 that CRLF doesn't get translated to \n.
242 (nnimap-open-connection): Don't make 'shell commands only send \n.
243
244 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
245
246 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
247 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
248 Update var name.
249 (nnml-generate-nov-file): Use dolist.
250 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
251 Use with-current-buffer.
252
253 2010-09-18 Julien Danjou <julien@danjou.info>
254
255 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
256 parallel.
257
258 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
259
260 * nnimap.el (nnimap-update-info): When doing partial marks update, get
261 the range update right.
262 (nnimap-request-group): Don't make `M-g' bug out on group with no
263 marks.
264 (nnoo): Required, so that other packages can require nnimap.
265 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
266 command we're looking for. This helps when the server sends more
267 responses after we've gotten everything we expected.
268 (nnimap): Add a `newlinep' field to keep track of end-of-line
269 conventions.
270 Don't send CRLF to things that don't want it.
271 (nnimap-request-accept-article): Ditto.
272
273 2010-09-18 Julien Danjou <julien@danjou.info>
274
275 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
276 than curl to retrieve images.
277
278 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
279
280 * nnimap.el (nnimap-update-info): Extend the info so that we can set
281 the marks.
282 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
283 (nnimap-wait-for-connection): New function.
284 (nnimap-open-connection): If we have PREAUTH, don't query for login
285 credentials.
286 (nnimap-update-info): Fix off-by-one error when concatenating ranges
287 when doing a partial update.
288
289 2010-09-18 Julien Danjou <julien@danjou.info>
290
291 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
292 tags.
293
294 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
295
296 * nnimap.el (nnimap-credentials): New function.
297 (nnimap-open-connection): Use the new function to look for credentials
298 also on the numeric equivalents of "imap" and "imaps".
299
300 * gnus-start.el (gnus-activate-group): Send the info to
301 gnus-request-group.
302
303 * nnimap.el (nnimap-request-group): Have the "check" version of the
304 function parse flags and update the info, so that a `M-g' get a total
305 resync of all flags from the group.
306
307 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
308 to allow backends to alter the info on group selection. Also alter all
309 the backend -request-group functions to take the parameter.
310
311 * nnimap.el (nnimap-store-info): New function.
312 (nnimap-update-info): Store the info for later usage.
313 (nnimap-request-group): Use the stored info for the dont-check case, so
314 that we don't retrieve all marks when we enter a group.
315
316 * nnimap.el: Use deffoo instead of defun for interface functions.
317
318 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
319 update the group info. This makes the nndraft groups, for instance, go
320 back to their old behaviour.
321
322 * gnus-sum.el (gnus-select-newsgroup): Indent.
323
324 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
325 in.
326 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
327 nothing.
328
329 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
330 from methods that are denied.
331
332 * gnus-int.el (gnus-method-denied-p): New function.
333
334 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
335 store the password instead of netrc.
336 (nnimap-open-connection): Don't error out when we can't make a
337 connections.
338
339 * auth-source.el (auth-source-create): In the password prompt, say what
340 we're querying for. Also prompt for user name if that hasn't been
341 given.
342
343 * nnimap.el (nnimap-with-process-buffer): Removed.
344
345 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
346
347 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
348 method when we're reading from the agent.
349
350 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
351
352 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
353 that's probably most useful for users.
354
355 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
356 "failed" all the time.
357
358 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
359 ...)) with (with-current-buffer ... ).
360
361 * nntp.el (nntp-open-server): Return whether the open was successful or
362 not.
363
364 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
365 select an unread unseen article first.
366
367 * nnimap.el (nnimap-open-connection): If the user doesn't have a
368 /etc/services, supply some sensible port defaults.
369
370 * dgnushack.el: Define netrc-credentials.
371
372 2010-09-17 Julien Danjou <julien@danjou.info> (tiny fix)
373
374 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
375
376 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
377
378 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
379 doesn't have any parameters.
380
381 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
382
383 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
384 only upcased checks.
385
386 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
387
388 * nnimap.el (nnimap-open-shell-stream): New function.
389 (nnimap-open-connection): Use it.
390 (nnimap-transform-headers): Get the number of lines in each message.
391 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
392 number of lines.
393 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
394 problem.
395
396 * utf7.el (utf7-encode): Autoload.
397
398 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
399 to allow the mail splitting to not return a default group. This is
400 useful for nnimap, which will leave unmatched mail in the inbox.
401
402 * nnimap.el: Rewritten.
403
404 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
405 nnimap usage.
406
407 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
408 if the move is internal, so that nnimap can do fast internal moves.
409
410 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
411 data.
412 (gnus-read-active-for-groups): Support finishing the early retrieval of
413 data.
414
415 * gnus-range.el (gnus-range-nconcat): New function.
416
417 * gnus-int.el (gnus-finish-retrieve-group-infos)
418 (gnus-retrieve-group-data-early): New functions.
419
420 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
421
422 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
423 (nnrss-retrieve-groups):
424 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
425 (pop3-quit): Use with-current-buffer.
426
427 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
428
429 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
430 instead of nnheader-accept-process-output.
431
432 * gnus-html.el (gnus-html-schedule-image-fetching)
433 (gnus-html-prefetch-images): Replace process-kill-without-query by
434 gnus-set-process-query-on-exit-flag.
435
436 2010-09-16 Romain Francoise <romain@orebokech.com>
437
438 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
439
440 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
441
442 * gnus-html.el (gnus-html-schedule-image-fetching)
443 (gnus-html-prefetch-images): Check for curl before using it.
444
445 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
446 depend on curl, which isn't essential.
447
448 * imap.el: Revert back to version
449 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
450 seem problematic.
451
452 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
453
454 * gnus-registry.el (gnus-registry-install-shortcuts):
455 Explicitly pass `obarray' to `unintern' to avoid a warning.
456
457 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
458
459 * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
460 change.
461
462 * nnrss.el (nnrss-request-list): Removed this function and related
463 functions, including the moreover stuff.
464
465 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
466
467 * nnrss.el (nnrss-retrieve-groups): New function.
468
469 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
470
471 * .dir-locals.el: Add no-byte-compile cookie.
472
473 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
474
475 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
476 for back end that doesn't support request-scan.
477
478 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
479
480 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
481 then do request scans from the backends.
482
483 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
484 avoid running a hook per line, since this takes a lot of time,
485 profiling shows.
486 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
487 directly if gnus-visual-p is true.
488
489 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
490
491 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
492 groups; replace mapcar with dolist which is a bit faster; pass groups
493 info to gnus-read-active-file-1.
494 (gnus-read-active-file-1): Scan only specified groups if the new
495 optional arg `infos' is given.
496
497 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
498
499 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
500
501 * pop3.el (pop3-movemail): Removed.
502 (pop3-streaming-movemail): Renamed to pop3-movemail.
503
504 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
505 don't restrict end-tag searches to the end of the line.
506
507 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
508
509 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
510 articles of every unchecked group to t, which means unknown since the
511 server has never been opened.
512
513 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
514
515 * gnus-html.el (gnus-html-show-alt-text): New command.
516 (gnus-html-browse-image): Ditto.
517 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
518 to browse the image directly.
519 (gnus-html-wash-tags): Search for images first, so that <a><img> works
520 better.
521
522 * gnus-async.el (gnus-async-article-callback): Call
523 `gnus-html-prefetch-images' unconditionally.
524
525 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
526 before feeding URLs to curl.
527
528 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
529
530 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
531 internal images as deletable by `W D D'.
532
533 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
534 (gnus-async-article-callback): Fix typo.
535
536 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
537
538 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
539 current line to work around bugs in the output from w3m.
540
541 * gnus-async.el (gnus-async-article-callback): Always prefetch images
542 for groups that want that.
543
544 * nntp.el (nntp-wait-for-string): Supply a timeout for
545 accept-process-output to ensure progress.
546
547 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
548 level to get unread articles from, then use that for foreign groups,
549 too.
550
551 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
552 confuses the rest of the function.
553
554 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
555 for the methods that support -retrieve-groups, too.
556
557 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
558
559 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
560
561 * pop3.el: Require cl when compiling.
562 (pop3-number-of-responses): Search for "+OK", not "+OK ".
563
564 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
565
566 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
567 that aren't going to be activated.
568 (gnus-get-unread-articles): Fix up the last commit.
569
570 * gnus-html.el (gnus-article-html): Allow calling without specifying
571 the handle. In that case, dissect the buffer first.
572
573 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
574
575 * nnimap.el (nnimap-open-connection): Revert the change that would look
576 into authinfo for imaps instead of imap.
577
578 * gnus-start.el (gnus-activate-group): Take an optional parameter to
579 say that you don't want to call gnus-request-group with don-check, but
580 do check the reponse. This is for virtual groups only.
581 (gnus-get-unread-articles): Count the archive groups as secondary, so
582 that they're activated the same way as before.
583
584 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
585 case-insensitively.
586 (nnimap-debug): Removed.
587
588 * mail-source.el (mail-source-fetch): Don't message if we're fetching
589 mail from a file, and the file doesn't exist.
590
591 * pop3.el (pop3-streaming-movemail): Return t for success.
592
593 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
594 .authinfo if we're using ssl connection.
595
596 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
597 already have if we're in a main Gnus `g' run.
598
599 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
600
601 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
602
603 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
604
605 * nnmh.el (nnmh-request-list-1): Bind `file'.
606
607 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
608 alias to set-process-query-on-exit-flag or process-kill-without-query.
609 (pop3-open-server): Use it.
610
611 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
612
613 * mail-source.el (mail-source-delete-crash-box): Always move the crash
614 box to the Incoming file. Fixes mistake in previous checkin.
615
616 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
617 request loop (for debugging purposes) removed.
618
619 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
620 culprit is more visible.
621 (nnml-save-incremental-nov, nnml-open-incremental-nov)
622 (nnml-add-incremental-nov): New functions to do "incremental" nov
623 updates, where we just append to the end of the existing nov files
624 without reading/writing them in full.
625
626 * mail-source.el (mail-source-delete-crash-box): Really only check the
627 incoming files once in a while.
628
629 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
630
631 * mail-source.el (mail-source-delete-crash-box): Only check the
632 incoming files for deletion once per day to save a lot of file
633 accesses.
634
635 * pop3.el (pop3-logon): Fix up unbound variable typo.
636
637 * mail-source.el (pop3-streaming-movemail): Autoload.
638
639 * pop3.el (pop3-streaming-movemail): Respect
640 pop3-leave-mail-on-server.
641
642 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
643 retrieval.
644
645 * pop3.el (pop3-process-filter): Removed unused function.
646 (pop3-streaming-movemail, pop3-send-streaming-command)
647 (pop3-wait-for-messages, pop3-write-to-file)
648 (pop3-number-of-responses): New functions for streaming pop3
649 retrieval.
650
651 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
652 come from no known methods.
653 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
654 list.
655
656 * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
657 message sizes.
658 (pop3-movemail): Use erase-buffer instead of looping and deleting
659 regions, which seems rather odd.
660
661 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
662 file once per `g' run.
663
664 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
665 directories. This makes the draft queue directory work.
666
667 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
668 data from the backends, so that we only request the list of groups from
669 each method once. This should speed things up considerably.
670
671 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
672 detect that it's not implemented.
673
674 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
675 we actually do recurse down into the tree, but don't stat all leaf
676 nodes.
677
678 * gnus-html.el (gnus-html-show-images): If there are no images to show,
679 then say so instead of bugging out.
680
681 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
682 files exist before trying to read them.
683
684 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
685 around <pre_int>.
686
687 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
688
689 * nnmh.el (nnmh-request-list-1): Optimize for speed.
690
691 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
692
693 * mm-util.el (mm-image-load-path): Just return the image directories,
694 not all directories in the path in addition to the image directories.
695 (mm-image-load-path): Maintain a cache of the image directories so that
696 the `g' command in Gnus doesn't have to stat dozens of directories each
697 time.
698
699 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
700 (gnus-html-wash-tags): Add a new `i' command to insert images.
701 (gnus-html-insert-image): New command and keystroke.
702 (gnus-html-redisplay-with-images): New command and keystroke.
703 (gnus-html-show-images): Renamed command.
704 (gnus-html-wash-tags): Remove more white space before <pre_int> image
705 spacers.
706 (gnus-html-wash-tags): Decode entities at the end, so that entities
707 inside the tags don't mess up the rest of the "parsing".
708
709 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
710 so that nnimap methods aren't agentized by default. There's apparently
711 many problems related to agent/imap behaviour.
712
713 * gnus-art.el (gnus-article-copy-string): New command and key binding.
714
715 * gnus-html.el: Doc fix.
716
717 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
718
719 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
720 glyph-width and glyph-height instead of display-graphic-p and
721 image-size; make avoidance of displaying small images work for XEmacs.
722
723 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
724 for XEmacs.
725
726 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
727 of symbol that holds plist data.
728 (gnus-process-plist): Remove plist of process after getting it.
729
730 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
731
732 * message.el (message-generate-hashcash): Change default to
733 'opportunistic if hashcash is installed.
734
735 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
736 (gnus-html-put-image): Only call image-size once, since it's somewhat
737 time-consuming on remote X servers.
738
739 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
740
741 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
742 decoded contents.
743 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
744
745 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
746
747 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
748 group line format, since it isn't very interesting.
749
750 * gnus-agent.el (gnus-agent-short-article),
751 (gnus-agent-long-article): Increase values for these two variables,
752 since most people are likely to have more network connection and
753 storage than before.
754
755 * gnus.el (gnus-refer-article-method): Change default to 'current.
756 When referring an article, the common behaviour is to refer it from the
757 current select method, not the native select method. The chances of
758 the native select method having the message in question is rather slim
759 these days.
760
761 * gnus-sum.el (gnus-auto-select-subject): Change default to
762 `unseen-or-unread'. I think it's likely that most people want to
763 select an unseen article over a previously seen, but unread one.
764
765 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
766 means that in the article buffer none of the minor mode elements will
767 be shown, usually, and this is not desirable in most cases.
768
769 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
770 that commands like `d' (and the like) go to the next line in the
771 buffer, instead of the next unread article. I think this is the
772 behaviour that is most natural for most users.
773 (gnus-single-article-buffer): Change default to nil, so that people can
774 have as many article buffers open as they have summary buffer. I think
775 this is the most natural way for the groups to behave.
776
777 * message.el (message-generate-new-buffers): Change default to
778 `unsent', so that all new message buffers start their names with the
779 string "*unsent", and it's easier to find the buffers if you move from
780 them.
781
782 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
783
784 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
785 small. They're probably tracking images.
786 (gnus-html-wash-tags): Remove all <pre_int> place holders.
787 (gnus-html-rescale-image): Yet another try at getting the image sizing
788 right.
789
790 * nntp.el (nntp-request-set-mark): Refuse to do marks if
791 nntp-marks-file-name is nil.
792
793 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
794
795 * gnus-html.el (gnus-html-wash-tags)
796 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
797 Better logging.
798
799 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
800
801 * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
802
803 * gnus-html.el (gnus-html-wash-tags): Check the value of
804 gnus-blocked-images in the summary buffer.
805
806 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
807
808 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
809
810 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
811
812 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
813 like "a", it seems like.
814 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
815 since it needs to be picked from the correct buffer.
816
817 * nnwfm.el: Removed.
818
819 * nnlistserv.el: Removed.
820
821 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
822
823 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
824 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
825
826 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
827
828 * nnkiboze.el: Removed.
829
830 * nndb.el: Removed.
831
832 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
833 alt text.
834 (gnus-html-rescale-image): Try to get the rescaling logic right for
835 images that are just wide and not tall.
836
837 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
838 overshadow variable bindings.
839
840 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
841
842 * gnus-html.el (gnus-html-wash-tags)
843 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
844 extra logging.
845
846 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
847
848 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
849 (gnus-max-image-proportion): New variable.
850 (gnus-html-rescale-image): New function.
851 (gnus-html-put-image): Rescale images.
852
853 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
854
855 Fix up some byte-compiler warnings.
856 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
857 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
858 (gnus-article-fill-cited-article, gnus-article-hide-citation)
859 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
860 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
861 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
862 (gnus-group-update-group): Use save-excursion and with-current-buffer.
863
864 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
865
866 * gnus-html.el (gnus-article-html): Decode contents by charset.
867
868 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
869
870 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
871 (gnus-html-frame-width, gnus-blocked-images)
872 * message.el (message-prune-recipient-rules): Add custom version.
873 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
874
875 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
876 functions.
877
878 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
879 gnus-process-get.
880
881 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
882
883 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
884 instead of lsub directly.
885
886 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
887
888 * nnwarchive.el: Removed.
889
890 * gnus-soup.el: Removed.
891
892 * nnsoup.el: Removed.
893
894 * nnultimate.el: Removed.
895
896 * gnus-html.el (gnus-blocked-images): New variable.
897
898 * message.el (message-prune-recipients): New function.
899 (message-prune-recipient-rules): New variable.
900
901 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
902 guess whether a long line is natural text or not.
903
904 * gnus-html.el (gnus-html-schedule-image-fetching): Use
905 gnus-process-plist and friends for compatibility.
906
907 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
908
909 * gnus-html.el: Require packages that define macros used in this file.
910 (gnus-article-mouse-face): Declare to silence byte-compiler.
911 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
912 process-get.
913 (gnus-html-put-image): Use plist-get to avoid getf.
914 (gnus-html-prefetch-images): Use with-current-buffer.
915
916 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
917
918 * gnus-ems.el: Provide compatibility functions for
919 gnus-set-process-plist.
920
921 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
922 * gnus.el (gnus-valid-select-methods)
923 * message.el (message-send-mail-partially-limit)
924 * mm-decode.el (mm-text-html-renderer)
925 * mml.el (mml-insert-mime-headers-always)
926 * smiley.el (smiley-regexp-alist): Bump custom version.
927
928 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
929
930 * gnus-html.el: require mm-url.
931 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
932 with the url to `url'.
933 (gnus-html-wash-tags): Support cid: URLs/images.
934
935 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
936
937 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
938 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
939 bindings, as they aren't useful at all. `w' is moved to `W w'.
940
941 * gnus-move.el: Removed file, since it doesn't really work.
942
943 * gnus-html.el (gnus-article-html): Tell w3m that the input is
944 UTF-8. This seems to fix problems with some German web feeds.
945
946 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
947 at the top so that the proper colours are applied.
948
949 * gnus-art.el (gnus-article-view-part): Doc fix.
950
951 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
952 XEmacs-compatible.
953 (gnus-html-put-image): Don't do images on non-graphic displays.
954
955 * nnslashdot.el: Removed this unused backend.
956
957 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
958 actions.
959 (gnus-undo-register-1): Revert last change.
960
961 * gnus-group.el (gnus-group-completing-read): Protect against not
962 having completion-styles bound.
963
964 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
965 make broken recipients happier.
966
967 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
968
969 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
970 point parameter.
971
972 * gnus-group.el (gnus-group-completing-read): Add 'substring to
973 completion-styles for group selection.
974
975 2009-02-04 Andreas Schwab <schwab@suse.de>
976
977 * gnus-score.el (gnus-score-string): Fix regex for matching extra
978 headers and regexp-quote the match if necessary.
979
980 2009-03-24 Miles Bader <miles@gnu.org>
981
982 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
983 the blinking smiley.
984
985 2009-03-24 Simon Josefsson <simon@josefsson.org>
986
987 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
988 blink smiley.
989
990 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
991
992 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
993 where the dribbel file lives exists.
994
995 * message.el (message-send-mail-partially-limit): Change the default to
996 nil, since most people don't want this.
997
998 * mm-url.el (mm-url-decode-entities): Also decode entities like
999 &#x3212.
1000
1001 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
1002
1003 * gnus-sum.el (gnus-summary-idna-message):
1004 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1005 Hyperlink urls in docstrings with URL `...'.
1006
1007 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
1008
1009 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1010 functions.
1011
1012 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1013
1014 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1015 say what the mouseover text should be.
1016
1017 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1018 version of the mm-w3m-safe-url-regexp variable to only download images
1019 in the groups where we want that to happen.
1020
1021 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1022
1023 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1024 easier debugging.
1025 (gnus-article-beginning-of-window): Add kludge to allow spacing past
1026 big pictures in the article buffer.
1027
1028 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1029 gnus-article-html.
1030 (mm-text-html-renderer): gnus-article-html needs curl in addition to
1031 w3m.
1032
1033 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1034
1035 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1036
1037 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1038 which doesn't exist.
1039
1040 * message.el (message-inhibit-ecomplete): New variable to allow some
1041 function to inhibit ecomplete address storage.
1042 (message-resend): Disable ecomplete message storage when resending
1043 messages.
1044
1045 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1046
1047 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
1048
1049 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1050 Save excursion while copying, moving, and deleting articles in order to
1051 prevent the cursor from jumping to unforeseen place.
1052
1053 2010-08-17 Glenn Morris <rgm@gnu.org>
1054
1055 * gnus-sync.el: Require gnus components whose functions are used.
1056
1057 * gnus-art.el (bookmark-make-record-function):
1058 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1059 Declare for compiler.
1060
1061 * mm-url.el (mml-compute-boundary): Autoload.
1062
1063 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
1064
1065 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1066
1067 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
1068
1069 Typo fix "hoo4a" -> "hook".
1070
1071 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1072
1073 2010-08-14 Glenn Morris <rgm@gnu.org>
1074
1075 * gnus-sync.el (gnus-sync): Fix defgroup version.
1076
1077 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
1078
1079 Doc fixes and keep unknown groups (ammended for nunion bug fix).
1080
1081 * gnus-sync.el: Fix docs.
1082 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1083 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1084
1085 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
1086
1087 Optimizations for gnus-sync.el.
1088
1089 * gnus-sync.el: Add docs about gnus-sync-backend
1090 possibilities.
1091 (gnus-sync-save): Remove unnecessary message.
1092 (gnus-sync-read): Optimize and show what groups were skipped.
1093
1094 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
1095
1096 Minor bug fixes for gnus-sync.el.
1097
1098 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1099 read the sync on get-new-news.
1100
1101 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1102 quiet.
1103
1104 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1105
1106 2010-07-30 Lawrence Mitchell <wence@gmx.li>
1107
1108 Make saving and restoring of hidden threads work with overlays.
1109 Patch applied by Ted Zlatanov.
1110
1111 * gnus-sum.el (gnus-hidden-threads-configuration)
1112 (gnus-restore-hidden-threads-configuration): Update to deal with text
1113 properties, rather than searching for a magic character.
1114
1115 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
1116
1117 New gnus-sync.el library for synchronization of marks.
1118
1119 * gnus-sync.el: New library for synchronization of marks.
1120
1121 * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1122 renamed from `gnus-registry-grep-in-list'.
1123
1124 * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1125
1126 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1127
1128 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
1129
1130 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1131 determining charset of text fails.
1132
1133 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
1134
1135 * nnmail.el (nnmail-get-new-mail-1): Revert.
1136
1137 * nnml.el (nnml-active-number): Make sure names of newly created groups
1138 in nnml-group-alist are encoded.
1139
1140 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
1141
1142 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1143 containing non-ASCII characters in active file for nnml back end.
1144
1145 2010-07-24 David Engster <dengste@eml.cc>
1146
1147 * mml-smime.el (mml-smime-epg-verify): Also accept the older
1148 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1149
1150 2010-07-21 Daiki Ueno <ueno@unixuser.org>
1151
1152 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1153 tag (Bug#6654).
1154
1155 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
1156
1157 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1158 the article buffer, not the summary buffer.
1159
1160 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
1161
1162 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1163 Emacs 23 as well.
1164
1165 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1166
1167 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1168 Patch applied by Karl Fogel.
1169
1170 * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1171 `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1172
1173 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1174
1175 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1176 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
1177 C-w still not working correctly from Article buffers; Thierry's
1178 patch to fix that will be applied after this.
1179
1180 * gnus-art.el (bookmark-make-record-function): New local variable.
1181
1182 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1183 article buffer.
1184 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1185
1186 2010-07-13 Karl Fogel <kfogel@red-bean.com>
1187
1188 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1189 on changes in bookmark.el.
1190
1191 2010-06-22 Mark A. Hershberger <mah@everybody.org>
1192
1193 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1194 the *other* type of HTML form submission.
1195
1196 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
1197
1198 * auth-source.el (auth-source-pick): If choice does not contain a
1199 questioned keyword, set the check to t.
1200
1201 2010-06-12 Romain Francoise <romain@orebokech.com>
1202
1203 * gnus-util.el (gnus-date-get-time): Move up before first use.
1204
1205 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
1206
1207 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1208 (gnus-article-edit-part): Bind it to make last part that is substituted
1209 or deleted visible.
1210 (gnus-mime-display-single): Buttonize part of which id equals to
1211 gnus-mime-buttonized-part-id.
1212
1213 2010-06-10 Dan Christensen <jdc@uwo.ca>
1214
1215 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1216 (gnus-dd-mmm): Use gnus-date-get-time.
1217 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1218 simplify logic.
1219 (gnus-summary-limit-to-age): Use gnus-date-get-time.
1220 (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1221
1222 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
1223
1224 * auth-source.el (top): Autoload `secrets-list-collections',
1225 `secrets-create-item', `secrets-delete-item'.
1226 (auth-sources): Fix tag string.
1227 (auth-get-source, auth-source-retrieve, auth-source-create)
1228 (auth-source-delete): New defuns.
1229 (auth-source-pick): Rewrite in order to avoid 2 passes.
1230 (auth-source-forget-user-or-password): New parameter USERNAME.
1231 (auth-source-user-or-password): New parameters CREATE-MISSING and
1232 DELETE-EXISTING. Retrieve password interactively, if needed.
1233
1234 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
1235
1236 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1237 deleting unused directories when gnus-expert-user is t.
1238
1239 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
1240
1241 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1242 for each temp file when gnus-article-browse-delete-temp is ask.
1243
1244 2010-05-20 Kevin Ryde <user42@zip.com.au>
1245
1246 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
1247
1248 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
1249
1250 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1251 article unless decoding article to be saved.
1252
1253 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
1254
1255 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1256 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1257 generated within the mm-with-unibyte-current-buffer macro.
1258
1259 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
1260
1261 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1262 to nil when we're in a mml-preview buffer and no group is selected.
1263
1264 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
1265
1266 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1267 when catching the `C-g'. Reported by "Leo".
1268
1269 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
1270
1271 * message.el (message-forward-make-body-plain)
1272 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1273 multibyte-string-p.
1274
1275 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
1276
1277 * message.el (message-forward-make-body-mml): Assume original message
1278 is multibyte string; error on unibyte.
1279 (message-forward-make-body-plain): Ditto; don't add excessive newline
1280 in body end.
1281
1282 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
1283
1284 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1285 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
1286
1287 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
1288
1289 * mm-extern.el (mm-extern-url): Don't use
1290 mm-with-unibyte-current-buffer.
1291 (mm-extern-cache-contents): Use with-current-buffer instead of
1292 save-excursion + set-buffer.
1293
1294 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
1295
1296 * mm-util.el (mm-emacs-mule): Remove.
1297
1298 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
1299
1300 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1301 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1302 change.
1303
1304 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
1305
1306 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1307 bind the default value of enable-multibyte-characters to nil.
1308
1309 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
1310
1311 * message.el (message-forward-make-body-plain)
1312 (message-forward-make-body-mml):
1313 Don't use mm-with-unibyte-current-buffer.
1314
1315 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
1316
1317 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1318 (Bug#5592).
1319
1320 2010-05-07 Julien Danjou <julien@danjou.info>
1321
1322 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1323 it to mm-pipe-part.
1324
1325 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1326 it is given.
1327
1328 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
1329
1330 * nnweb.el (nnweb-gmane-search)
1331 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1332 XEmacs.
1333
1334 * gnus-art.el (gnus-article-browse-html-parts)
1335 * gnus-group.el (gnus-read-ephemeral-gmane-group)
1336 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1337 make-temp-file.
1338
1339 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1340 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1341 compiling.
1342
1343 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1344 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1345 XEmacs when compiling.
1346
1347 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1348 gnus-pick-mode-off-hook for XEmacs when compiling.
1349 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1350 gnus-binary-mode-off-hook for XEmacs when compiling.
1351
1352 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1353 nil if char-charset is not available.
1354
1355 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
1356 macro.
1357
1358 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1359 instead of encode-coding-string.
1360
1361 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1362 'xemacs) instead of mm-emacs-mule to switch function definitions.
1363 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1364
1365 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
1366
1367 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1368
1369 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
1370
1371 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1372 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1373
1374 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
1375
1376 * mm-util.el (mm-decompress-buffer): Use `delete-file';
1377 alias `jka-compr-delete-temp-file' no longer exists.
1378
1379 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1380
1381 Use define-minor-mode in Gnus where applicable.
1382 * mml.el (mml-mode): Use define-minor-mode.
1383 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1384 (gnus-undo-mode): Use define-minor-mode.
1385 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1386 (gnus-dead-summary-mode): Use define-minor-mode.
1387 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1388 Initialize in declaration.
1389 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1390 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1391 (gnus-mailing-list-mode): Use define-minor-mode.
1392 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1393 (gnus-draft-mode): Use define-minor-mode.
1394 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1395 (gnus-dired-mode): Use define-minor-mode.
1396
1397 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
1398
1399 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1400 handles on recursive mml-to-mime translation and check them for
1401 boundary delimiter collisions. Reported by Greg Troxel.
1402
1403 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
1404
1405 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1406
1407 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1408
1409 * mm-util.el (mm-find-buffer-file-coding-system):
1410 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1411
1412 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
1413
1414 * message.el (message-generate-headers): Record insertion of optional
1415 headers as well. Otherwise the check to prevent repeated insertion of
1416 optional headers is a no-op.
1417
1418 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
1419
1420 * smime.el: Don't mention CVS.
1421
1422 * nnrss.el (nnrss-fetch): Don't mention CVS.
1423
1424 * nnir.el: Don't mention CVS.
1425
1426 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1427
1428 * gnus-sum.el (gnus-summary-bookmark-make-record):
1429 Add `location' field.
1430
1431 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1432
1433 * gnus-sum.el: Add bookmark declarations to silence the compiler.
1434 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1435 Use with-current-buffer to silence the byte-compiler.
1436 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1437 bother to require `gnus'.
1438 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
1439
1440 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1441
1442 * gnus-sum.el (gnus-summary-bookmark-make-record)
1443 (gnus-summary-bookmark-jump): New functions.
1444 (gnus-summary-mode): Setup bookmark support.
1445
1446 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
1447
1448 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1449 if set.
1450
1451 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
1452
1453 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1454 gnus-article-browse-html-save-cid-image; make it work recursively for
1455 forwarded messages as well.
1456 (gnus-article-browse-html-parts): Work when prefix arg is given.
1457 (gnus-article-browse-html-article): Doc fix.
1458
1459 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
1460
1461 * message.el (message-default-mail-headers):
1462 (message-default-headers): Carry the value mail-default-headers over
1463 into message-default-mail-headers, rather than message-default-headers.
1464
1465 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
1466
1467 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
1468 charset.
1469
1470 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1471 charset into the <meta> tag when the article is encoded to utf-8.
1472
1473 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
1474
1475 * gnus-art.el (gnus-article-browse-delete-temp-files):
1476 Delete directories as well.
1477 (gnus-article-browse-html-parts): Work for images that do not specify
1478 file names; delete temp directory when quitting; insert header at the
1479 right place; use file: scheme for image files.
1480
1481 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
1482
1483 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1484 (gnus-article-browse-html-parts): Use it to make temporary cid image
1485 files in addition to html file so that browser may display them.
1486
1487 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
1488
1489 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1490
1491 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
1492
1493 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1494
1495 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
1496
1497 * auth-source.el (auth-sources): Change default to be simpler.
1498 Explain about Secret Service API sources. Improve Customize options.
1499 (auth-source-pick): Change to accept any number of search parameters.
1500 Implement fallbacks iteratively, not recursively. Add scoring on the
1501 second pass and sort by score. Call Secret Service API when needed.
1502 (auth-source-user-or-password): Use it. Call Secret Service API
1503 directly when needed to get the user name and the password.
1504
1505 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1506
1507 * message.el (message-interactive): Doc fix.
1508 (message-qmail-inject-args): Reflow.
1509 (message-kill-to-signature): Fix typo in docstring.
1510
1511 * smiley.el (smiley-buffer): Fix typo in docstring.
1512
1513 2010-03-24 Glenn Morris <rgm@gnu.org>
1514
1515 * mail-source.el (gnus-message): Declare.
1516 (mail-source-delete-old-incoming): Require gnus-util.
1517
1518 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
1519
1520 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1521
1522 * message.el (ecomplete-setup): Autoload it for Emacs <23.
1523
1524 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1525 password-cache's default if it is not bound.
1526 (mml-secure-passphrase-cache-expiry): Default to 16 that is
1527 password-cache-expiry's default if it is not bound.
1528
1529 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1530 available in Emacs 21.
1531
1532 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
1533
1534 * auth-source.el (auth-sources): Fix up definition so extra parameters
1535 are always inline.
1536
1537 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
1538
1539 * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1540 wasn't updated after mismatch. Clear cached mailbox info correctly
1541 when uidvalidity changes.
1542 (nnimap-group-prefixed-name): New function to avoid some code
1543 duplication.
1544 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1545 (nnimap-request-group): Use it.
1546 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1547 (nnimap-update-unseen): Significantly improved speed of Gnus startup
1548 with many imap folders. This is done by caching the group status from
1549 the imap server persistently in a group parameter `imap-status'. (This
1550 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1551 but not persistently, so every Gnus startup was still very slow.)
1552
1553 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
1554
1555 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
1556 secrets.el dependency.
1557 (auth-sources): Add optional user name. Add secrets.el configuration
1558 choice (unused right now).
1559
1560 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
1561
1562 * gnus-sum.el (gnus-summary-make-menu-bar): Let
1563 `gnus-registry-install-shortcuts' fill in the functions.
1564
1565 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1566 warnings.
1567 (gnus-registry-misc-menus): Variable to hold registry mark menus.
1568 (gnus-registry-install-shortcuts): Populate and use it in a
1569 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1570
1571 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
1572
1573 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1574 In-place substitutions for the group name encoding/decoding.
1575 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1576 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1577 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1578 (nnimap-update-unseen, nnimap-request-list)
1579 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1580 (nnimap-request-set-mark, nnimap-split-to-groups)
1581 (nnimap-split-articles, nnimap-request-newgroups)
1582 (nnimap-request-create-group, nnimap-request-accept-article)
1583 (nnimap-request-delete-group, nnimap-request-rename-group)
1584 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
1585 `encoded-mbx' for consistency.
1586 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1587 variable `imap-current-mailbox'.
1588
1589 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1590 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1591
1592 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
1593
1594 * pop3.el (pop3-display-message-size-flag): Display message size byte
1595 counts during POP3 download.
1596 (pop3-movemail): Use it.
1597 (pop3-list): Implement listing of available messages.
1598
1599 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
1600
1601 * nnir.el (nnir-get-article-nov-override-function): New function to
1602 override the normal NOV retrieval.
1603 (nnir-retrieve-headers): Use it.
1604
1605 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
1606
1607 * auth-source.el (netrc-machine-user-or-password): Autoload.
1608
1609 2010-03-19 Glenn Morris <rgm@gnu.org>
1610
1611 Stop message.el from loading about 40 libraries it doesn't always need.
1612 The general approach is to autoload rather than require, and to
1613 require in the specific functions rather than the file. (Bug#5642)
1614
1615 * gmm-utils.el: Don't require wid-edit.
1616 (widget-create-child-value, widget-convert, widget-default-get):
1617 Autoload.
1618
1619 * gnus-util.el: Don't require time-date, netrc.
1620 (message-fetch-field, gnus-group-name-decode): Declare rather than
1621 autoloading.
1622 (gnus-fetch-field): Require message.
1623 (gnus-decode-newsgroups): Require gnus-group.
1624
1625 * ietf-drums.el: Don't require time-date.
1626
1627 * message.el: Don't require hashcash, canlock, ecomplete.
1628 Do require mail-utils. Require nnheader only when compiling.
1629 (smtpmail-default-smtp-server): Remove declaration.
1630 (message-send-mail-function): Check smtpmail-default-smtp-server
1631 is bound rather than requiring smtpmail.
1632 (message-auto-save-directory, message-insert-signature): Use
1633 expand-file-name rather than nnheader-concat.
1634 (nnheader-insert-file-contents): Autoload.
1635 (hashcash-wait-async): Declare.
1636 (message-send-mail): Only call gnus-setup-posting-charset if
1637 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
1638 (message-send-mail-with-sendmail): Require sendmail.
1639 (canlock-password, canlock-password-for-verify): Declare.
1640 (message-canlock-password): Require canlock.
1641 (nnheader-get-report): Autoload.
1642 (gnus-setup-posting-charset): Declare.
1643 (message-send-news): Require gnus-msg.
1644 (message-make-references, message-make-in-reply-to): Use mail-header-id
1645 rather than the alias mail-header-message-id.
1646 (ecomplete-add-item, ecomplete-save): Declare.
1647 (message-put-addresses-in-ecomplete): Require ecomplete.
1648 (ecomplete-display-matches): Autoload.
1649
1650 * mm-decode.el: Don't require mailcap, gnus-util.
1651 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1652 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1653 Autoload.
1654 (mailcap-mime-extensions): Declare.
1655
1656 * mm-encode.el: Don't require mailcap.
1657 (mailcap-extension-to-mime): Autoload.
1658
1659 * mml-sec.el: Don't require password-cache.
1660
1661 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1662 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1663 (mml-minibuffer-read-type): Require mailcap.
1664 (mml-preview): Require gnus-msg.
1665
1666 * mml1991.el: Require password-cache.
1667 (password-cache-expiry): Remove declaration.
1668
1669 * mml2015.el: Require password-cache.
1670 (password-cache-expiry): Remove declaration.
1671
1672 * nneething.el (mailcap): Require mailcap.
1673
1674 * nnheader.el (declare-function): Add compatibility stub.
1675 (message-remove-header): Declare rather than autoload.
1676 (nnheader-replace-header): Require message.
1677
1678 * nnimap.el (declare-function): Add compatibility stub.
1679 (netrc-parse, netrc-machine-user-or-password): Declare.
1680 (nnimap-open-connection): Require netrc.
1681
1682 * nntp.el (declare-function): Add compatibility stub.
1683 (netrc-parse, netrc-machine, netrc-get): Declare.
1684 (nntp-send-authinfo): Require netrc.
1685
1686 * rfc2047.el: Don't require qp.
1687 (quoted-printable-encode-region, quoted-printable-decode-string):
1688 Autoload.
1689
1690 * sieve-mode.el: Don't require easymenu.
1691 (easy-menu-add-item): Autoload it.
1692
1693 * spam-stat.el (time-to-number-of-days): Autoload it.
1694
1695 2010-03-17 Kevin Ryde <user42@zip.com.au>
1696
1697 * mml.el (mml-read-tag): Unquote values with `read' to reverse
1698 prin1 in mml-insert-tag (just stripping the quotes gave wrong
1699 value if any backslash escapes).
1700
1701 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
1702
1703 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1704 if it is available. (bug#5647)
1705
1706 2010-02-26 Glenn Morris <rgm@gnu.org>
1707
1708 * message.el (message-send-mail-function): Change the default, so that
1709 it inherits from a customized send-mail-function. (Bug#5643)
1710
1711 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
1712
1713 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1714 shell-command-to-string signals an error (bug#5299).
1715
1716 2010-02-24 Glenn Morris <rgm@gnu.org>
1717
1718 * message.el (message-smtpmail-send-it)
1719 (message-send-mail-with-mailclient): Doc fixes.
1720
1721 2010-02-16 Glenn Morris <rgm@gnu.org>
1722
1723 * message.el (message-default-mail-headers): Change the default value
1724 to ease the transition from mail-mode to message-mode. (Bug#5555)
1725
1726 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
1727
1728 * message.el (message-mail): Just pass yank-action on to message-setup.
1729 (message-setup): Handle (FUN . ARGS) form of yank-action.
1730 (message-with-reply-buffer, message-widen-reply)
1731 (message-yank-original): Handle non-buffer values of
1732 message-reply-buffer (Bug#4080).
1733 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1734
1735 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
1736
1737 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1738 Fix typo in docstring.
1739
1740 2010-01-08 Jason Rumney <jasonr@gnu.org>
1741
1742 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1743 response.
1744
1745 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
1746
1747 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1748
1749 * message.el (message-check-news-header-syntax): Protect against a
1750 string that `rfc822-addresses' returns when parsing fails.
1751
1752 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
1753
1754 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1755 (gnus-previous-char-property-change): New functions.
1756
1757 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1758
1759 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
1760
1761 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1762 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
1763
1764 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
1765
1766 * message.el (message-exchange-point-and-mark): Rework last change to
1767 avoid using optional arg of exchange-point-and-mark, for backward
1768 compatibility.
1769
1770 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
1771
1772 * message.el (message-exchange-point-and-mark): Call
1773 exchange-point-and-mark with an argument rather than setting
1774 mark-active by hand (Bug#5175).
1775
1776 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
1777
1778 * nntp.el (nntp-service-to-port): Work for service expressed with
1779 numeric string; replace [:digit:] with [0-9] for XEmacs.
1780
1781 2009-12-17 Glenn Morris <rgm@gnu.org>
1782
1783 * gnus-group.el (gnus-bug-group-download-format-alist):
1784 Change emacs entry to debbugs.gnu.org. Bump :version.
1785
1786 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
1787
1788 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1789
1790 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
1791
1792 * message.el (message-info): Explain why we use `Info-goto-node'.
1793
1794 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1795
1796 * message.el (message-completion-in-region): New compatibility function.
1797 (message-expand-group): Use it.
1798
1799 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
1800
1801 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1802 with no unread article should be listed if the 2nd arg `predicate' is
1803 given.
1804
1805 2009-11-29 Juri Linkov <juri@jurta.org>
1806
1807 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1808 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
1809 on `gnus-recenter'. (Bug#4698, Bug#4981)
1810
1811 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
1812
1813 * message.el (message-from-style, message-interactive)
1814 (message-signature): Always set default values from the corresponding
1815 mail-* variables.
1816 (message-cite-prefix-regexp, message-sendmail-envelope-from)
1817 (message-yank-prefix, message-indentation-spaces)
1818 (message-signature-file, message-default-headers): Use boundp rather
1819 than (featurep 'xemacs) to check if the corresponding mail-* variables
1820 exist.
1821
1822 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
1823
1824 * message.el (message-send-mail-with-sendmail): Revert last change.
1825
1826 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
1827
1828 * message.el (message-from-style, message-interactive)
1829 (message-cite-prefix-regexp, message-sendmail-envelope-from)
1830 (message-yank-prefix, message-indentation-spaces, message-signature)
1831 (message-signature-file, message-default-headers): For GNU Emacs, set
1832 default values from the corresponding mail-* variables.
1833 (message-send-mail-with-sendmail): Use envelope-from only if
1834 mail-specify-envelope-from is non-nil.
1835
1836 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
1837
1838 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1839 containing tspecial characters if they have been already quoted.
1840
1841 2009-10-24 Glenn Morris <rgm@gnu.org>
1842
1843 * gnus-art.el (help-xref-stack-item): Define for compiler.
1844
1845 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
1846
1847 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1848
1849 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
1850
1851 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1852 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1853
1854 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
1855
1856 * gnus.el (gnus-overlay-get): New alias to overlay-get.
1857 (gnus-overlays-in): New alias to overlays-in.
1858
1859 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1860 gnus-overlay-get, and gnus-delete-overlay.
1861 (gnus-summary-show-thread): Make it work as well for systems in which
1862 next-single-char-property-change is not available.
1863 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1864
1865 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
1866
1867 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1868
1869 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
1870
1871 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1872 and XEmacs that don't have `remove-overlays'.
1873
1874 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
1875
1876 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1877 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1878 selective display. Use overlays instead.
1879
1880 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
1881
1882 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1883
1884 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
1885
1886 * spam-stat.el (spam-stat-load): Fix typo in message.
1887
1888 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
1889
1890 * gnus-art.el (gnus-article-encrypt-body):
1891 * message.el (message-check-recipients):
1892 * mm-util.el (mm-codepage-setup):
1893 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1894 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1895
1896 2009-09-22 Daiki Ueno <ueno@unixuser.org>
1897
1898 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1899 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1900 keys from the menu if mm-{sign,encrypt}-option is 'guided.
1901 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1902 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1903
1904 2009-09-18 Glenn Morris <rgm@gnu.org>
1905
1906 * gnus-diary.el (gnus-diary-check-message):
1907 * message.el (message-insert-formatted-citation-line):
1908 * nnbabyl.el (top-level):
1909 * nndiary.el (nndiary-schedule):
1910 Fix typos in condition-case handlers.
1911
1912 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
1913
1914 * gnus-art.el (gnus-article-edit-part): Work for the buffer
1915 configuration that provides the sole article window in a frame;
1916 position point correctly after deleting a part.
1917
1918 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
1919
1920 * spam.el (spam-unregister-on-reregister): Add boolean variable.
1921 (spam-resolve-registrations-routine): Use it to unregister articles
1922 that change status.
1923
1924 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
1925
1926 * nnrss.el (nnrss-request-article): Remove binding of
1927 default-enable-multibyte-characters that has gotten needless by
1928 the 2007-07-13 change in rfc2047-encode-message-header.
1929
1930 * mml.el (mml-insert-multipart): Error on the message header.
1931 (mml-insert-part): Error on the message header; position point at
1932 the end of a MIME tag.
1933
1934 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
1935
1936 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1937 (gnus-float-time): Alias to float-time if it exists.
1938
1939 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1940 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1941 float-time is available; suppress compile warning for time-to-seconds.
1942
1943 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
1944
1945 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1946 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1947 Add the optional argument `encoding' that overrides the default.
1948
1949 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1950 mm-encode-buffer.
1951
1952 2009-09-04 Glenn Morris <rgm@gnu.org>
1953
1954 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1955 mm-disable-multibyte, rather than default-enable-multibyte-characters.
1956 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1957 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1958 * mm-util.el (mm-with-unibyte-current-buffer)
1959 (mm-find-buffer-file-coding-system):
1960 * yenc.el (yenc-decode-region): Use default-value rather than
1961 default-enable-multibyte-characters.
1962
1963 2009-09-03 Glenn Morris <rgm@gnu.org>
1964
1965 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1966 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1967 than default-enable-multibyte-characters.
1968
1969 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
1970
1971 * gnus-art.el (gnus-article-read-summary-keys):
1972 Fix gnus-buffer-configuration's value temporarily used.
1973
1974 2009-09-02 Glenn Morris <rgm@gnu.org>
1975
1976 * gnus-util.el (gnus-float-time): New function.
1977 * gnus-delay.el (gnus-delay-article):
1978 * gnus-sum.el (gnus-thread-latest-date):
1979 * gnus-util.el (gnus-user-date): Use gnus-float-time.
1980 * nnspool.el (nnspool-request-newgroups):
1981 Use gnus-float-time rather than time-to-seconds.
1982 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1983
1984 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1985 (gnus-header-subject-face, gnus-header-newsgroups-face)
1986 (gnus-header-name-face, gnus-header-content-face):
1987 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1988 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1989 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1990 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1991 (gnus-cite-face-11):
1992 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1993 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1994 (gnus-server-closed-face, gnus-server-denied-face)
1995 (gnus-server-offline-face):
1996 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1997 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1998 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1999 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2000 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2001 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2002 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2003 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2004 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2005 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2006 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2007 (gnus-summary-selected-face, gnus-summary-cancelled-face)
2008 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2009 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2010 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2011 (gnus-summary-high-undownloaded-face)
2012 (gnus-summary-low-undownloaded-face)
2013 (gnus-summary-normal-undownloaded-face)
2014 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2015 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2016 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2017 (gnus-splash-face):
2018 * message.el (message-header-to-face, message-header-cc-face)
2019 (message-header-subject-face, message-header-newsgroups-face)
2020 (message-header-other-face, message-header-name-face)
2021 (message-header-xheader-face, message-separator-face)
2022 (message-cited-text-face, message-mml-face):
2023 * sieve-mode.el (sieve-control-commands-face)
2024 (sieve-action-commands-face, sieve-test-commands-face)
2025 (sieve-tagged-arguments-face):
2026 * spam.el (spam-face):
2027 Mark face aliases with "-face" in the name as obsolete.
2028
2029 2009-09-01 Glenn Morris <rgm@gnu.org>
2030
2031 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2032 than goto-line.
2033
2034 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
2035
2036 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2037 Don't move point if the command is invoked inside the message header.
2038
2039 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2040
2041 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2042 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2043 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2044 * nnir.el (nnir-swish-e-index-file):
2045 * gnus-sum.el (gnus-summary-delete-marked-as-read)
2046 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2047 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2048 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2049 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2050 (gnus-treat-display-xface): Add Emacs version of obsolescence.
2051
2052 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
2053
2054 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2055 Don't save excursion.
2056
2057 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2058
2059 * nnheader.el (nnheader-find-file-noselect):
2060 * mm-util.el (mm-insert-file-contents):
2061 Use (default-value 'major-mode) instead of default-major-mode.
2062
2063 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
2064
2065 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2066
2067 2009-08-25 Glenn Morris <rgm@gnu.org>
2068
2069 * nnir.el (top-level): Don't require cl at run-time.
2070 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2071 Replace cl-function substitute with gnus-replace-in-string.
2072 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2073 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2074 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2075 simplified expansions.
2076
2077 2009-08-22 Glenn Morris <rgm@gnu.org>
2078
2079 * gnus-art.el (gnus-button-patch): Use forward-line rather than
2080 goto-line.
2081
2082 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
2083
2084 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2085
2086 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2087 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2088 (gnus-mm-display-part, gnus-mime-display-single)
2089 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2090 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2091
2092 * gnus-sum.el
2093 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2094 (gnus-summary-move-article): Add expirable mark to articles copied or
2095 moved to group that has auto-expire turned on if the option is non-nil.
2096
2097 2009-07-24 Glenn Morris <rgm@gnu.org>
2098
2099 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2100 Fix typo. (Bug#3903)
2101
2102 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2103
2104 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2105 gnus-article-read-summary-keys rather than gnus-summary-edit-article
2106 that should not be used for draft articles.
2107 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2108 that has no concern in minor mode keys.
2109 (gnus-article-summary-command, gnus-article-summary-command-nosave):
2110 Abolish.
2111
2112 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
2113
2114 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2115 article without making inquiry to a user for unknown encoding.
2116
2117 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2118 (nnmaildir--scan): Assume i-node and device number that file-attributes
2119 returns might be cons-cell.
2120
2121 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
2122
2123 * auth-source.el: Remove docs now in auth.texi. Don't use
2124 `gnus-message' for logging. Add new variables `auth-source-debug' and
2125 `auth-source-hide-passwords' and use them.
2126
2127 2009-07-15 Glenn Morris <rgm@gnu.org>
2128
2129 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2130
2131 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
2132
2133 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2134 excessive whitespace from the default values of title and description.
2135
2136 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
2137
2138 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2139 mail-fetch-field to fetch Content-Description header in order to
2140 exclude newlines.
2141
2142 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
2143
2144 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2145 to deleted part.
2146
2147 2009-05-30 David Engster <dengste@eml.cc>
2148
2149 * nnmairix.el: Remove old documentation in the commentary block.
2150 (nnmairix-request-group): Do not update active file for nnml back ends.
2151 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2152 end so that overview files are ignored.
2153 (nnmairix-update-groups): Make updating the groups more robust by using
2154 marks.
2155 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2156 with dollar characters in message-id.
2157
2158 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
2159
2160 * spam.el: Use dns-query instead of query-dns. Was renamed on
2161 2008-12-25 in dns.el.
2162
2163 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2164
2165 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2166 could happen if the text is only composed of spaces and/or tabs.
2167
2168 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
2169
2170 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2171 when sending a queued message to avoid extra mml tags.
2172
2173 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
2174
2175 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2176
2177 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
2178
2179 * gnus-dired.el: Remove autoload for gnus-setup-message.
2180 (gnus-dired-attach): Fake this-command value to prevent Gnus from
2181 displaying Gnus logo; always use compose-mail.
2182
2183 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
2184
2185 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2186
2187 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
2188
2189 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2190 (gnus-nocem-issuers): List currently active issuers; fix custom type.
2191 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2192 available.
2193 (gnus-nocem-epg-verify): New function.
2194
2195 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
2196
2197 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2198
2199 2009-02-15 Glenn Morris <rgm@gnu.org>
2200
2201 * gnus-util.el (rmail-insert-rmail-file-header)
2202 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2203 autoloads.
2204 (rmail-default-rmail-file): Remove unnecessary declaration.
2205 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2206
2207 2009-02-14 Glenn Morris <rgm@gnu.org>
2208
2209 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2210 variable (only used in gnus-util, which declares it anyway).
2211 (rmail-output-to-rmail-file): Remove autoload of deleted function,
2212 which was only needed by gnus-art (changed to not use it any more).
2213 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2214 only used in gnus-util, which autoloads it itself.
2215 (rmail-update-summary): Fix autoload.
2216
2217 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2218 rather than rmail-output-to-rmail-file.
2219
2220 2009-02-07 Glenn Morris <rgm@gnu.org>
2221
2222 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2223 autoload of function that no longer exists.
2224 (rmail-toggle-header): Declare.
2225 (message-forward-rmail-make-body): Handle mbox Rmail.
2226
2227 2009-01-31 Glenn Morris <rgm@gnu.org>
2228
2229 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2230 2009-01-09 change.
2231
2232 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
2233
2234 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2235 (auth-source-forget-all-cached): New convenience function.
2236 (auth-source-user-or-password): Accept list of modes or a single mode.
2237
2238 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2239 auth-source modes.
2240
2241 * nnimap.el (nnimap-open-connection): Use list of
2242 auth-source modes.
2243
2244 * nntp.el (nntp-send-authinfo): Use list of
2245 auth-source modes.
2246
2247 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
2248
2249 * auth-source.el: Update docs to reflect epa-file-enable is to be used
2250 now.
2251
2252 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
2253
2254 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2255 coding system in XEmacs; add a workaround for XEmacs.
2256
2257 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
2258
2259 * mm-util.el (mm-coding-system-priorities): Protect against nil value
2260 of current-language-environment.
2261
2262 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
2263
2264 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2265 available at runtime.
2266
2267 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
2268
2269 * gnus-art.el (article-date-ut): Fix end point of narrowing.
2270
2271 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
2272
2273 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2274 the greatest positive fixnum value doesn't work under an XEmacs with
2275 bignum support; use the most-positive-fixnum constant instead,
2276 available since Emacs 21.1 with cl and XEmacs 21.1.
2277
2278 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
2279
2280 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2281 XEmacs gets not to work.
2282
2283 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
2284
2285 * mm-util.el (mm-coding-system-priorities): Allow the value like
2286 "Japanese (UTF-8)" of current-language-environment.
2287
2288 2009-01-09 Glenn Morris <rgm@gnu.org>
2289
2290 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2291 with last-command-event.
2292
2293 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
2294
2295 * message.el (message-fix-before-sending): Amend comment.
2296
2297 2009-01-07 David Engster <dengste@eml.cc>
2298
2299 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2300 simplified server definitions by converting it via
2301 gnus-server-to-method.
2302
2303 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
2304
2305 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2306 parameter's operands.
2307
2308 2009-01-06 David Engster <dengste@eml.cc>
2309
2310 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2311 primary select method (for gnus-group-mark-article-as-read).
2312
2313 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
2314
2315 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2316 `(gnus)Face', not `(gnus)X-Face'.
2317
2318 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
2319
2320 * mm-util.el (mm-ucs-to-char): New function.
2321
2322 * mm-url.el (mm-url-decode-entities): Use it.
2323
2324 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
2325
2326 * message.el (message-fix-before-sending): Add `eight-bit' to
2327 illegible-text check.
2328
2329 2009-01-03 Michael Olson <mwolson@gnu.org>
2330
2331 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2332 `headers' is nil. This can occur if the IMAP server does not have
2333 permissions to read messages from a folder, but can write new messages
2334 to the folder.
2335 (nnimap-request-article-part): Do not insert `data' if it is nil.
2336
2337 2009-01-01 Dave Love <fx@gnu.org>
2338
2339 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2340
2341 * nnimap.el: Fix author email.
2342 (nnimap-split-rule): Add FIXME comment.
2343 (nnimap-debug): Fix doc string.
2344
2345 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
2346
2347 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2348 overlay-arrow-position and overlay-arrow-string buffer-local; no need
2349 to check if those variables exist (first appeared in Emacs 18.50).
2350
2351 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
2352
2353 * mm-util.el (mm-line-number-at-pos): New function.
2354
2355 * spam-report.el (spam-report-process-queue): Use it.
2356
2357 2008-12-24 David Engster <dengste@eml.cc>
2358
2359 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2360 parameters that haven't existed as variables as buffer-local variables.
2361
2362 2008-12-23 Dave Love <fx@gnu.org>
2363
2364 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2365 cadar.
2366
2367 * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2368 imap-starttls-p.
2369 (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2370
2371 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
2372
2373 * spam-report.el (spam-report-gmane-max-requests): New constant.
2374 (spam-report-gmane-wait): New variable.
2375 (spam-report-gmane-ham, spam-report-gmane-spam)
2376 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2377 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2378 the server.
2379
2380 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2381 Add explanations.
2382
2383 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2384 nnheader-accept-process-output and nnheader-read-timeout if available.
2385 (pop3-movemail): Use it.
2386
2387 * message.el (message-check-news-body-syntax): Fix signature check if
2388 there's an attachment.
2389
2390 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
2391
2392 * mm-util.el: Add comments to the mm- emulating functions.
2393
2394 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
2395
2396 * gnus-start.el (gnus-before-startup-hook): Fix doc string. Reported
2397 by Stephen Berman <stephen.berman@gmx.net>.
2398
2399 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
2400
2401 * mm-util.el (mm-substring-no-properties): New function.
2402 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2403 (mm-special-display-p): Enable those lambda forms to be byte compiled.
2404 (mm-string-to-multibyte): Doc fix.
2405
2406 * mml.el (mml-attach-file): Use mm-substring-no-properties.
2407
2408 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
2409
2410 * mml.el (mml-attach-file): Strip text properties from file name.
2411 (Bug#1574)
2412
2413 2008-12-16 Glenn Morris <rgm@gnu.org>
2414
2415 * mm-util.el (mm-charset-override-alist): Declare for compiler.
2416
2417 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
2418
2419 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2420 knows since the charset specified might be a bogus alias that
2421 mm-charset-synonym-alist provides.
2422
2423 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
2424
2425 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2426 "ISO_8859-1".
2427
2428 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2429
2430 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
2431
2432 * mm-util.el (mm-charset-eval-alist):
2433 Define it before mm-charset-to-coding-system.
2434 (mm-charset-to-coding-system): Add optional argument `silent';
2435 define it before mm-charset-override-alist.
2436 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2437 default value if it can be used in Emacs currently running;
2438 silence mm-charset-to-coding-system.
2439
2440 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
2441
2442 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2443 `allow-override' which says whether to use `mm-charset-override-alist'.
2444 (rfc2047-decode-encoded-words): Use it.
2445
2446 * mm-util.el (mm-charset-override-alist): Fix custom type;
2447 add `(gb2312 . gbk)' to choices.
2448
2449 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
2450
2451 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2452 fast.
2453
2454 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2455
2456 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
2457
2458 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2459 on links.
2460
2461 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2462
2463 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2464
2465 * message.el (message-idna-to-ascii-rhs-1): Protect against local
2466 users' addresses that don't have domain parts.
2467 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2468 rather than message-narrow-to-head since there will be the message
2469 header separator.
2470
2471 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2472
2473 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2474 since the result is inserted in a unibyte buffer anyway.
2475 (nnimap-demule-use-string-to-multibyte): Remove.
2476 (nnimap-demule): Alias it to mm-string-to-multibyte.
2477
2478 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
2479
2480 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2481 variable for debugging bug#464 and bug#1174.
2482 (nnimap-demule): Use it.
2483
2484 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
2485
2486 * gnus-score.el (gnus-score-find-trace): Handle default score in total
2487 score calculation correctly.
2488
2489 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2490
2491 * message.el (message-send-mail): Just set the buffer to unibyte
2492 rather than use mm-with-unibyte-current-buffer which does a lot more.
2493 (message-send-mail-partially): Don't bother with
2494 mm-with-unibyte-current-buffer since it's already been made unibyte by
2495 message-send-mail.
2496
2497 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
2498
2499 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2500
2501 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
2502
2503 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2504
2505 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
2506
2507 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2508 require itself and to remove `with-no-warnings'.
2509
2510 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
2511
2512 * starttls.el (starttls-any-program-available): Get the name of the
2513 available TLS layer program.
2514 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2515 well as the host name in the "opening" message.
2516
2517 * auth-source.el (auth-source-cache, auth-source-do-cache)
2518 (auth-source-user-or-password): Cache passwords and logins by default,
2519 allow override with `auth-source-do-cache'.
2520 (auth-source-forget-user-or-password): Allow users to remove cache
2521 entries if needed.
2522
2523 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
2524
2525 * ietf-drums.el (ietf-drums-remove-comments): Localize second
2526 condition-case to only the forward-sexp call.
2527
2528 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
2529
2530 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2531 quotes contained. Make it more robust regardless by an extra
2532 condition-case wrapper.
2533
2534 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
2535
2536 * nnml.el (nnml-request-expire-articles): Check if the function set to
2537 `nnmail-expiry-target' returns the symbol `delete'.
2538
2539 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2540
2541 * nnmail.el (nnmail-expiry-target): Fix custom type.
2542
2543 2008-10-02 Glenn Morris <rgm@gnu.org>
2544
2545 * mm-util.el (mm-codepage-setup): Tweak codepage error.
2546 Silence compiler warning.
2547
2548 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
2549
2550 * mml.el (mml-menu): Don't assume mml2015 is bound.
2551
2552 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
2553
2554 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2555 exists.
2556
2557 2008-09-27 Glenn Morris <rgm@gnu.org>
2558
2559 * gnus-util.el (mail-header-remove-comments): Autoload it.
2560
2561 2008-09-27 Andreas Schwab <schwab@suse.de>
2562
2563 * gnus-util.el (gnus-split-references): Strip comments.
2564 (gnus-parent-id): Likewise.
2565
2566 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
2567
2568 * message.el (message-confirm-send): Fix version.
2569
2570 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
2571
2572 * message.el (message-idna-to-ascii-rhs-1): Use
2573 mail-extract-address-components rather than mail-header-parse-addresses
2574 that is an alias by default to ietf-drums-parse-addresses that does not
2575 support non-ASCII names in headers' contents.
2576
2577 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
2578
2579 * message.el (message-confirm-send): Fixed variable documentation to
2580 avoid the "y/n" wording.
2581
2582 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
2583
2584 * message.el (message-set-auto-save-file-name): Save to a different
2585 filename so multiple messages (especially drafts) can be recovered.
2586
2587 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
2588
2589 * message.el (message-confirm-send): Add appropriate version.
2590
2591 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
2592
2593 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2594 defvar.
2595
2596 2008-09-22 Daiki Ueno <ueno@unixuser.org>
2597
2598 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2599 (mm-pkcs7-enveloped-magic): Ditto.
2600
2601 2008-09-17 Simon Josefsson <simon@josefsson.org>
2602
2603 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2604 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2605
2606 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
2607
2608 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2609 default, it's better.
2610
2611 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
2612
2613 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2614 summary line gnus-number property and ignore them (with a warning
2615 message).
2616
2617 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
2618
2619 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2620 macro caddr in the interactive form since it won't be expanded.
2621
2622 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
2623
2624 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2625 `charset'; fix name of function called recursively.
2626 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2627
2628 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
2629
2630 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2631 (gnus-mime-set-charset-parameters): New function.
2632 (gnus-mime-view-part-as-charset): Use it to correctly display part
2633 specifying wrong charset.
2634
2635 2008-09-08 David Engster <dengste@eml.cc>
2636
2637 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2638 in completing-read for back end server.
2639
2640 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
2641
2642 * message.el (message-confirm-send): New variable to confirm sending a
2643 message.
2644 (message-send): Use it.
2645
2646 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
2647
2648 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2649
2650 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
2651
2652 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2653
2654 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
2655
2656 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2657 prevent tracking too many groups.
2658 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2659 Use it.
2660
2661 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
2662
2663 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2664 moving point to the bottom of the window in order to avoid recentering.
2665
2666 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
2667
2668 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2669 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2670 (gnus-article-beginning-of-window): Fix calculation.
2671
2672 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
2673
2674 * gnus-msg.el (gnus-summary-supersede-article)
2675 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2676 value of gnus-newsgroup-charset to decode non-MIME encoded text in
2677 message header.
2678
2679 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2680
2681 * message.el:
2682 * gnus-start.el:
2683 * gnus-registry.el: Remove VMS support.
2684
2685 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
2686
2687 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2688 macro.
2689 (rfc2104-hash): Use it.
2690
2691 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
2692
2693 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2694 (gnus-summary-sort-by-most-recent-date): New commands.
2695 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2696 and menu entries.
2697
2698 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
2699
2700 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2701 don't redisplay article for raw contents; remove plural articles stuff.
2702
2703 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2704 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2705 on gnus-summary-save-article; display results properly.
2706
2707 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
2708
2709 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2710
2711 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
2712
2713 * gnus-art.el (gnus-summary-save-in-pipe): Consider
2714 gnus-save-all-headers.
2715
2716 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
2717
2718 * gnus-util.el (ns-focus-frame): Remove declaration.
2719 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
2720 like x.
2721
2722 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2723
2724 * rfc2104.el (rfc2104-zero): Delete defconst.
2725 (rfc2104-hex-alist): Likewise.
2726 (rfc2104-hex-to-int): Delete func.
2727 (rfc2104-hexstring-to-bitstring): Likewise.
2728 (rfc2104-nybbles): New defconst.
2729 (rfc2104-hash): Rewrite for speed.
2730
2731 2008-07-16 Glenn Morris <rgm@gnu.org>
2732
2733 * gnus-util.el (ns-focus-frame): Declare for compiler.
2734
2735 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
2736
2737 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2738 set as a group parameter.
2739 (gnus-summary-save-in-pipe): Work when it is called independently.
2740 (gnus-summary-pipe-to-muttprint): Don't modify
2741 gnus-summary-pipe-output-default-command.
2742
2743 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
2744
2745 * message.el (message-send-mail-with-sendmail):
2746 Display the error message.
2747
2748 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2749
2750 * gnus-art.el (gnus-default-article-saver):
2751 Add gnus-summary-save-in-pipe to choices.
2752 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2753 gnus-summary-pipe-output-default-command as the default command.
2754 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2755 instead of gnus-last-shell-command.
2756
2757 * gnus-sum.el (gnus-summary-pipe-output-default-command):
2758 New user option.
2759 (gnus-summary-muttprint-program): Mention the value will be changed.
2760 (gnus-summary-save-article): Force showing of all headers.
2761 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2762
2763 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
2764
2765 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2766
2767 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
2768
2769 * nnimap.el (nnimap-id):
2770 * sieve-manage.el (sieve-manage-open): Doc fixes.
2771
2772 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
2773
2774 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2775 if available.
2776
2777 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2778
2779 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2780
2781 * nnkiboze.el (nnkiboze-generate-group):
2782 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2783
2784 * nnmairix.el: Require CL.
2785
2786 2008-06-15 David Engster <dengste@eml.cc>
2787
2788 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2789
2790 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
2791
2792 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2793 New macros that expand to an `aset'/`aref' call under Emacs, and to a
2794 runtime choice under XEmacs.
2795
2796 * gnus-sum.el (gnus-summary-set-display-table):
2797 Use `gnus-put-display-table', `gnus-get-display-table',
2798 `gnus-set-display-table' for the display table, instead of `aset'.
2799
2800 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
2801
2802 * nnmairix.el: Add autoloads.
2803
2804 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
2805
2806 * nnmairix.el (nnmairix-delete-recreate-group)
2807 (nnmairix-update-and-clear-marks): Fix error messages.
2808
2809 2008-06-14 David Engster <dengste@eml.cc>
2810
2811 * nnmairix.el: Upgrade to version 0.6.
2812 (nnmairix-group-toggle-propmarks-this-group)
2813 (nnmairix-group-toggle-readmarks-this-group)
2814 (nnmairix-group-delete-recreate-this-group)
2815 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2816 (nnmairix-remove-tick-mark-original-article): New commands.
2817 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2818 (nnmairix-propagate-marks-to-nnmairix-groups)
2819 (nnmairix-only-use-registry, nnmairix-allowfast-default)
2820 (nnmairix-marks-cache, nnmairix-version-output): New variables.
2821 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2822 functions needed for marks propagation and manipulation of read marks.
2823 (nnmairix-update-groups): New function.
2824 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2825 (nnmairix-determine-original-group-from-registry)
2826 (nnmairix-determine-original-group-from-path)
2827 (nnmairix-get-group-from-file-path, nnmairix-map-range)
2828 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2829 New helper functions.
2830 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2831 keystrokes for new commands.
2832 (nnmairix-delete-and-create-on-change): Doc string cleanup.
2833 (nnmairix-request-group): Check allow-fast group parameter.
2834 (nnmairix-request-create-group): Set allow-fast group parameter if
2835 nnmairix-allowfast-default is set.
2836 (nnmairix-close-group): Propagate marks upon closing if needed.
2837 (nnmairix-group-toggle-threads-this-group): Use new.
2838 nnmairix-group-toggle-parameter helper function.
2839 (nnmairix-search): Better check for empty search result.
2840 (nnmairix-goto-original-article): Use new helper functions for
2841 determining original article.
2842 (nnmairix-show-original-article): Make sure message-id is in brackets.
2843 (nnmairix-call-mairix-binary): Change variable name.
2844 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2845 helper function.
2846 (nnmairix-widget-toggle-activate): Fix doc string.
2847
2848 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
2849
2850 * nnir.el: Require edmacro when compiling with XEmacs.
2851 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2852 available in Emacs 21.
2853
2854 2008-06-11 Glenn Morris <rgm@gnu.org>
2855
2856 * gnus-util.el (x-focus-frame):
2857 * gnus.el (image-size):
2858 * mm-decode.el (image-size): Declare.
2859
2860 * gnus-picon.el (declare-function): Add compat definition.
2861 (image-size): Declare.
2862
2863 * gnus-group.el (tool-bar-map):
2864 * gnus-sum.el (tool-bar-map): Define for compiler.
2865
2866 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2867
2868 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2869
2870 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2871 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2872 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2873 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2874 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2875 * sieve-manage.el, spam-report.el, spam.el:
2876 Remove unnecessary eval-and-compile of autoloads.
2877
2878 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
2879
2880 * auth-source.el: Precise Tramp doc.
2881
2882 2008-06-07 Glenn Morris <rgm@gnu.org>
2883
2884 * nnmairix.el: Remove unnecessary eval-when-compile.
2885
2886 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
2887
2888 * nnir.el: New file.
2889
2890 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2891
2892 * gnus-util.el (gnus-read-shell-command): New function.
2893 * mm-decode.el (mm-pipe-part):
2894 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2895
2896 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
2897
2898 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2899
2900 2008-06-03 Glenn Morris <rgm@gnu.org>
2901
2902 * pop3.el (nnheader-accept-process-output): Autoload it.
2903
2904 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
2905
2906 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2907 are not 2-digit hexadecimal characters that follow `%'s.
2908
2909 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
2910
2911 * message.el (message-bogus-recipient-p): Fix type in doc string.
2912 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2913 (message-bogus-addresses): Rename from message-bogus-address-regexp.
2914 Improve custom options.
2915 (message-bogus-recipient-p): Adjust accordingly.
2916
2917 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
2918
2919 * nnmairix.el: Require edmacro when compiling with XEmacs.
2920
2921 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
2922
2923 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2924 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2925
2926 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
2927
2928 * auth-source.el: Add more docs.
2929
2930 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2931
2932 * nnheader.el (nnheader-read-timeout): Change the default timeout from
2933 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
2934 retrieval faster in some cases, but might make CPU usage larger. If
2935 this has any bad side effects, we might revert this change.
2936
2937 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2938 seems to make mail retrieval much, much faster.
2939 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2940 unconditionally.
2941
2942 * gnus-draft.el (gnus-group-send-queue): Bind
2943 message-send-mail-partially-limit to nil to avoid being prompted.
2944
2945 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
2946
2947 * mml.el (mml-attach-buffer): Prompt for `disposition'.
2948
2949 * message.el (message-bogus-address-regexp): Fix and improve custom
2950 type.
2951 (message-setup-hook): Add message-check-recipients as custom option.
2952
2953 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
2954
2955 * message.el (message-cite-function): Remove bogus autoload which crept
2956 in during merge from v5-10.
2957
2958 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
2959
2960 * nnimap.el (nnimap-open-connection): Fix login/password bug.
2961
2962 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2963
2964 * auth-source.el: Preliminary Tramp docs.
2965 (auth-sources): Change the default auth-sources to use
2966 EPA .gpg files.
2967
2968 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
2969
2970 * nntp.el: Autoload `auth-source-user-or-password'.
2971 (nntp-send-authinfo): Use it.
2972
2973 * nnimap.el: Autoload `auth-source-user-or-password'.
2974 (nnimap-open-connection): Use it.
2975
2976 * auth-source.el: Added docs on using with url-auth. Import gnus-util
2977 for the gnus-message function.
2978 (auth-source-user-or-password): Use it.
2979
2980 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2981
2982 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2983 rfc2104-hexstring-to-byte-list. Return a unibyte string.
2984 (rfc2104-hash): Use it.
2985
2986 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
2987
2988 * gnus-art.el (gnus-article-toggle-truncate-lines):
2989 Don't use `iff' in docstring.
2990
2991 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
2992
2993 * gnus-registry.el: Adjusted copyright dates and added a keyword.
2994
2995 * gnus-util.el (gnus-extract-address-component-name)
2996 (gnus-extract-address-component-email): Convenience functions around
2997 `gnus-extract-address-components'.
2998
2999 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3000 Use `gnus-extract-address-component-email' to fix bug of comparing full
3001 sender name to `user-mail-address'.
3002
3003 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
3004
3005 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3006 catch/throw to optimize.
3007 (gnus-registry-find-keywords): Just use member to find a keyword.
3008
3009 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3010
3011 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3012 is current before calling gnus-server-prepare.
3013 (gnus-server-setup-buffer, gnus-server-update-server)
3014 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3015
3016 2008-05-04 Juri Linkov <juri@jurta.org>
3017
3018 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3019 (mailcap-file-default-commands): Use mailcap-replace-in-string
3020 instead of replace-regexp-in-string, and mailcap-delete-duplicates
3021 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
3022
3023 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
3024
3025 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3026
3027 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3028
3029 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3030 hooks.
3031 (gnus-update-read-articles): Speed up non-marks-using users.
3032 (gnus-use-marks): Define gnus-use-marks.
3033 (gnus-propagate-marks): Rename variable to something more sensible.
3034
3035 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
3036
3037 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3038 (gmm-image-load-path-for-library): Fix typos in docstrings.
3039 (gmm-message): Reflow docstring.
3040
3041 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
3042
3043 * mail-source.el (mail-source-set-1, mail-source-bind):
3044 Move auth-source code out of the macro to clean it up and fix bugs.
3045
3046 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
3047
3048 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3049 by sender if it's equal to user-mail-address, it's likely to be
3050 useless.
3051
3052 * mail-source.el (mail-source-bind): Don't use user or password if they
3053 are not bound. Unintern them if they are nil. Don't use server unless
3054 it's bound, and default it to empty string otherwise.
3055
3056 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
3057
3058 * mail-source.el: Load auth-source.el.
3059 (mail-source-bind): Add comments. Call auth-source-user-or-password to
3060 get user name or password, if auth-sources is set up.
3061
3062 * gnus-registry.el (gnus-registry-split-strategy): New variable for
3063 strategy of splitting with parent.
3064 (gnus-registry-split-fancy-with-parent)
3065 (gnus-registry-post-process-groups): Use it and fix prior
3066 bug (returning a list as the split result).
3067
3068 * auth-source.el (auth-sources): Remove server parameter.
3069 (auth-source-pick, auth-source-user-or-password)
3070 (auth-source-user-or-password-imap)
3071 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3072 (auth-source-user-or-password-sftp)
3073 (auth-source-user-or-password-smtp): Remove server parameter.
3074
3075 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
3076
3077 * smime.el (smime-sign-region, smime-encrypt-region)
3078 (smime-decrypt-region):
3079 Remove redundant calls to `generate-new-buffer-name'.
3080
3081 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
3082
3083 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3084 Don't use QP for message/rfc822.
3085 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3086
3087 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3088
3089 * sieve-manage.el (sieve-string-bytes): Remove.
3090 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3091 correct byte-length only if the process's coding-system is the same as
3092 the one used internally by Emacs to represent strings.
3093
3094 2008-04-22 Juri Linkov <juri@jurta.org>
3095
3096 * mailcap.el (mailcap-file-default-commands): New function.
3097
3098 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
3099
3100 * message.el (message-signature-separator, message-cite-function):
3101 Change custom version.
3102
3103 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
3104
3105 * mm-decode.el (mm-display-external): Make temp file read-only.
3106
3107 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
3108
3109 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3110 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
3111 `C-c C-f d'.
3112
3113 2008-04-12 Adrian Aichner <adrian@xemacs.org>
3114
3115 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3116
3117 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
3118
3119 * auth-source.el: Added docs.
3120 (auth-sources): Modify format to support server.
3121 (auth-source-pick, auth-source-user-or-password)
3122 (auth-source-user-or-password-imap)
3123 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3124 (auth-source-user-or-password-sftp)
3125 (auth-source-user-or-password-smtp): Add server parameter.
3126
3127 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
3128
3129 * gnus-registry.el: Initialize the registry when gnus-registry-install
3130 is t.
3131
3132 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
3133
3134 * compface.el (uncompface): Make buffer unibyte.
3135
3136 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
3137
3138 * mail-source.el (mail-source-value):
3139 Prefer fboundp to functionp so it works with macros as well.
3140
3141 2008-04-05 Glenn Morris <rgm@gnu.org>
3142
3143 * gnus-ems.el (mm-disable-multibyte): Autoload it.
3144
3145 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
3146
3147 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
3148 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3149
3150 * nnheader.el (nnheader-init-server-buffer): Change buffer's
3151 multibyteness after rather than before erasing it.
3152
3153 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3154 mm-with-multibyte.
3155 (gnus-request-article-this-buffer): Make sure the proper decoding is
3156 used if gnus-original-article-buffer happens to be unibyte.
3157
3158 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3159 default-enable-multibyte-characters.
3160
3161 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3162 default-enable-multibyte-characters.
3163
3164 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3165
3166 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3167
3168 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3169
3170 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3171 Fix last change in case the element is not even a symbol.
3172
3173 2008-04-02 Simon Josefsson <simon@josefsson.org>
3174
3175 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3176 imap-enable-exchange-bug-workaround.
3177 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3178
3179 2008-04-01 Simon Josefsson <simon@josefsson.org>
3180
3181 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3182 a 100 byte status-checks into a 2-3MB transfer for each group.
3183 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3184 to enable bug workaround or not.
3185 (nnimap-find-minmax-uid): Only enable workaround conditionally.
3186
3187 2008-03-31 Glenn Morris <rgm@gnu.org>
3188
3189 * message.el (mml2015-use): Declare for compiler.
3190 (message-info): Require mml2015 when appropriate.
3191
3192 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
3193
3194 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3195 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3196 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3197 (nntp-service-to-port): New function.
3198 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3199 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3200 (nntp-open-netcat-stream): New function.
3201 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3202
3203 2008-03-29 Sven Joachim <svenjoac@gmx.de>
3204
3205 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3206
3207 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3208
3209 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3210
3211 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
3212
3213 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3214
3215 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
3216
3217 * message.el (message-signature-separator): Change default.
3218 Improve custom type.
3219 (message-cite-function): Change default to
3220 message-cite-original-without-signature.
3221
3222 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3223 toggle.
3224
3225 * message.el (message-check-news-body-syntax): Fix signature check.
3226 (message-setup-1): Mark buffer as unmodified _after_ running
3227 message-setup-hook and handling message-alternative-emails.
3228 (message-shorten-references): Be more strict when building list of
3229 valid references to comply with GNKSA.
3230
3231 * gnus-group.el (gnus-read-ephemeral-bug-group)
3232 (gnus-read-ephemeral-debian-bug-group)
3233 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3234
3235 * message.el (message-info): Don't use booleanp which isn't supported
3236 in Emacs 21 and XEmacs.
3237
3238 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
3239
3240 * gnus-group.el (gnus-gmane-group-download-format): Rename from
3241 gnus-group-gmane-group-download-format.
3242 (gnus-group-read-ephemeral-gmane-group): Rename from
3243 gnus-group-read-ephemeral-gmane-group.
3244 (gnus-read-ephemeral-gmane-group-url): Rename from
3245 gnus-group-read-ephemeral-gmane-group-url.
3246 (gnus-bug-group-download-format-alist): New variable.
3247 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3248 (gnus-read-ephemeral-emacs-bug-group): New commands.
3249
3250 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
3251
3252 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3253 (gnus-visible-headers): Improve custom type.
3254
3255 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
3256
3257 * mml.el (mml-menu): Add workarounds for XEmacs.
3258
3259 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3260 X-Boundary header.
3261
3262 * message.el (message-simplify-recipients): Fix previous commit.
3263
3264 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3265
3266 * mm-util.el (mm-set-buffer-multibyte): New function.
3267 * mm-decode.el (mm-copy-to-buffer): Use it.
3268
3269 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3270 Prefer fboundp to functionp so it works with macros as well.
3271
3272 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
3273
3274 * message.el (message-alter-recipients-discard-bogus-full-name):
3275 New function.
3276 (message-alter-recipients-function): New variable.
3277 (message-get-reply-headers): Use it.
3278 (message-replace-header): New helper function.
3279 (message-recipients-without-full-name): New variable.
3280 (message-simplify-recipients): New command.
3281
3282 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3283
3284 * message.el (message-info): Handle EasyPG manual.
3285
3286 * mml.el (mml-menu): Add entry for EasyPG.
3287
3288 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
3289
3290 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3291 parameter.
3292
3293 * message.el (message-disassociate-draft): Specify drafts group name
3294 fully.
3295
3296 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
3297
3298 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3299 unnecessary duplicates from the match list.
3300
3301 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
3302
3303 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3304 args of `how-many' of which the XEmacs version doesn't take; declare
3305 Info-index-next as function.
3306
3307 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
3308
3309 * gnus-score.el (gnus-score-headers): Fix handling of
3310 gnus-inhibit-slow-scoring.
3311
3312 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3313 string.
3314 (gnus-button-url-regexp): Improve handling of parenthesis.
3315 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3316 (gnus-button-handle-info-keystrokes): Handle index entries.
3317
3318 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
3319
3320 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3321 Incoming* files.
3322
3323 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
3324
3325 * auth-source.el (auth-sources): Renamed from auth-source-choices.
3326 (auth-source-pick): Use it.
3327
3328 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
3329
3330 * auth-source.el (auth-source-protocols)
3331 (auth-source-protocols-customize, auth-source-choices): Added and
3332 modified variable customizations and defaults.
3333 (auth-source-pick, auth-source-user-or-password)
3334 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3335 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3336 (auth-source-user-or-password-sftp)
3337 (auth-source-user-or-password-smtp): Use new variables and provide an
3338 interface to netrc.el.
3339
3340 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
3341
3342 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3343 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3344 Make sure the nntp port to specify is a string.
3345
3346 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3347
3348 * nntp.el: Use with-current-buffer.
3349 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3350 dubious mm-with-unibyte-current-buffer.
3351 (nntp-with-open-group-function): New function extracted from
3352 nntp-with-open-group macro.
3353 (nntp-with-open-group): Use the function, so it's easier to debug.
3354 Add indentation and debugging info.
3355 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3356 the use of the netcat alternatives.
3357
3358 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3359 Avoid mm-string-as-multibyte as well.
3360
3361 * nnweb.el (nnweb-insert-html):
3362 Remove use of nnheader-string-as-multibyte.
3363
3364 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3365 (nnheader-string-as-multibyte): Remove.
3366
3367 * mm-view.el: Use inhibit-read-only.
3368 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3369 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3370 or unibyte-string.
3371
3372 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3373 (mm-uu-yenc-extract): Use with-current-buffer.
3374
3375 * gnus-soup.el (gnus-soup-send-packet): Don't use
3376 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3377
3378 * nnmh.el: Use with-current-buffer.
3379 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3380 mm-string-as-multibyte on the output of mm-encode-coding-string.
3381
3382 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3383 (nnimap-request-move-article): Use with-current-buffer.
3384
3385 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3386 inserting the handle-buffer's text, so the implicit multibyte->unibyte
3387 conversion uses string-make-unibyte rather than string-as-unibyte.
3388
3389 * gnus-msg.el: Use with-current-buffer.
3390
3391 * message.el (message-ignored-resent-headers): Add "Delivered-To".
3392
3393 2008-03-10 Daiki Ueno <ueno@unixuser.org>
3394
3395 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3396 string for caching if it is 'PIN.
3397
3398 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
3399
3400 * mail-source.el (mail-source-delete-old-incoming-confirm):
3401 Change default to nil.
3402 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3403
3404 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
3405
3406 * gnus-art.el (gnus-narrow-to-page): Position point properly.
3407 (gnus-article-goto-prev-page): Work for articles having ^L's.
3408
3409 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3410
3411 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3412
3413 2008-03-07 Karl Fogel <kfogel@red-bean.com>
3414
3415 * gnus-bookmark.el: Adjust for renames in bookmark.el.
3416 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3417 (gnus-bookmark-jump): Adjust some variable names.
3418
3419 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
3420
3421 * auth-source.el: New package.
3422 (auth-source-choices): Add customization entry point variable.
3423
3424 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3425 bug.
3426
3427 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
3428
3429 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3430 (gnus-registry-initialize, gnus-registry-install-p): Use it.
3431 (gnus-registry-install-shortcuts): Rename from
3432 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
3433 the `gnus-registry-mark-map' keymap dynamically from
3434 `gnus-registry-marks'. The generated functions update the summary line
3435 when a registry mark is added or deleted, and will call
3436 `gnus-registry-install-p' (see the comments in the code).
3437 (gnus-registry-user-format-function-M): Use concat intelligently.
3438
3439 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3440 the registry mark functions.
3441
3442 2008-03-05 Glenn Morris <rgm@gnu.org>
3443
3444 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3445 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3446 gnus-art.
3447 (top-level): No need to load own source when compiling.
3448
3449 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
3450
3451 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3452 Suggested by <chris.anderton@zetnet.co.uk>.
3453
3454 2008-03-04 Glenn Morris <rgm@gnu.org>
3455
3456 * gnus-sum.el (top-level): No need to require gnus when compiling,
3457 since unconditionally required near start of file.
3458 (gnus-summary-display-while-building): Move definition before use.
3459
3460 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
3461
3462 * gnus-registry.el (gnus-registry-user-format-function-M): Add
3463 formatting function.
3464
3465 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
3466
3467 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3468 with plists.
3469 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3470 Use new format.
3471
3472 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
3473
3474 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3475 `where-is-internal' that returns a range of key sequences.
3476
3477 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
3478
3479 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3480
3481 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3482 (gnus-summary-jump-to-group): Consider windows on other displayed
3483 frames as well. Similar changes might be needed elsewhere, but that's
3484 the one I've bumped into during my use.
3485
3486 * nndoc.el (nndoc-oe-dbx-type-p):
3487 * gnus-msg.el (gnus-debug):
3488 * gnus-group.el (gnus-update-group-mark-positions):
3489 Use mm-string-to-multibyte.
3490
3491 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
3492
3493 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3494 doesn't handle NotDashEscaped.
3495
3496 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
3497 (mml-dnd-attach-options): Fix typo in custom choice.
3498
3499 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3500 nndoc-article-type to mbox.
3501 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3502
3503 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
3504 to nil, instead of html2text.
3505
3506 * imap.el (imap-debug): Add `imap-ping-server'.
3507
3508 * gnus-bookmark.el: Add FIXMEs.
3509
3510 * message.el (message-form-letter-separator)
3511 (message-send-form-letter-delay): New variables.
3512 (message-send-form-letter): Use them. New command to send form
3513 letters. Requested by Uwe Siart.
3514 (message-send-mail-function): Doc fix. Add "Other" custom option.
3515
3516 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
3517
3518 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3519 empty author.
3520
3521 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
3522
3523 * gnus-registry.el (gnus-registry-marks): Add variable for
3524 customization of marks and their appearance.
3525 (gnus-registry-read-mark): Use it.
3526 (gnus-registry-do-marks): Add utility function to loop through
3527 `gnus-registry-marks'.
3528 (gnus-registry-install-shortcuts-and-menus): Add function to install
3529 shortcuts and menus.
3530 (gnus-registry-initialize): Use it.
3531 (gnus-registry-default-mark): Clarify documentation.
3532
3533 2008-02-29 Glenn Morris <rgm@gnu.org>
3534
3535 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3536 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3537 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3538 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3539 Change defcustom :version from 23.0 to 23.1.
3540
3541 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
3542
3543 * gnus-registry.el (gnus-registry-follow-group-p)
3544 (gnus-registry-post-process-groups): Add functions to aid registry
3545 splitting and improve logging. Clarify behavior in function
3546 documentation.
3547 (gnus-registry-split-fancy-with-parent): Use them.
3548
3549 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3550
3551 * gnus-art.el: Use with-current-buffer.
3552
3553 2008-02-27 David Engster <dengste@eml.cc>
3554
3555 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3556 Express real group name in the response.
3557
3558 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
3559
3560 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3561 (nnmairix-last-server, nnmairix-current-server): Defvar them.
3562 (nnmairix-goto-original-article): Defvar gnus-registry-install and
3563 autoload gnus-registry-fetch-group when compiling.
3564 (nnmairix-request-group-with-article-number-correction): Remove
3565 unreferenced argument passed to nnmairix-call-backend.
3566
3567 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
3568
3569 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3570 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
3571 Wilde.
3572
3573 2008-02-27 Glenn Morris <rgm@gnu.org>
3574
3575 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3576 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3577 variables to defconsts. Convert comments to doc-strings.
3578 (nnmairix-last-server, nnmairix-current-server): Convert from free
3579 variables to defvars. Convert comments to doc-strings.
3580 (gnus-registry-fetch-group): Autoload.
3581 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3582 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3583 (nnmairix-widget-build-editable-fields): Use car cddr rather than
3584 caddr.
3585 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3586 nnmairix-request-group-with-article-number-correction call.
3587 (nnmairix-fast, nnmairix-group): New, less general names, for free
3588 variables passed from nnmairix-request-group to
3589 nnmairix-request-group-with-article-number-correction. Declare.
3590 (nnmairix-request-group-with-article-number-correction):
3591 Use nnmairix-fast, nnmairix-group rather than fast, group.
3592
3593 2008-02-26 David Engster <dengste@eml.cc>
3594
3595 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
3596 version 0.5.
3597
3598 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
3599
3600 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3601 instead of making an extra function call. Don't add the current group
3602 to articles only when they have the group. Use
3603 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3604 Reported by David <de_bb@arcor.de>.
3605
3606 2008-02-24 Miles Bader <miles@gnu.org>
3607
3608 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
3609 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
3610 (mm-find-mime-charset-region):
3611 * mm-bodies.el (mm-encode-body):
3612 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
3613
3614 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
3615
3616 * mail-source.el (mail-source-delete-incoming): Change default.
3617 Supplement doc string.
3618
3619 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3620
3621 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
3622
3623 * nnmail.el (nnmail-message-id-cache-file): Derive from
3624 `gnus-home-directory'.
3625
3626 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
3627
3628 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3629 Document negative prefix.
3630
3631 * gnus-group.el (gnus-group-read-group): Document negative prefix.
3632
3633 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3634
3635 * message.el (message-unsent-separator): Add the Exim bounce
3636 separator.
3637
3638 2008-02-10 Daiki Ueno <ueno@unixuser.org>
3639
3640 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3641 list.
3642 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3643 recipient/signer list.
3644
3645 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
3646
3647 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3648 fbound (Emacs 23 unicode), signal an error.
3649
3650 2008-02-08 Glenn Morris <rgm@gnu.org>
3651
3652 * gnus-art.el (pgg-display-output-buffer): Declare as function.
3653
3654 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
3655
3656 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3657 ports to the calls to `netrc-machine-user-or-password' in addition to
3658 "imap" and "imaps".
3659
3660 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
3661
3662 * gnus.el (gnus-group-startup-message): Add `find-image' call before
3663 image-load-path is let-bound. Reported by Harald Hanche-Olsen
3664 <hanche@math.ntnu.no>.
3665
3666 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
3667
3668 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3669
3670 2008-02-01 Zhang Wei <id.brep@gmail.com>
3671
3672 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3673
3674 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3675
3676 2008-02-01 Miles Bader <miles@gnu.org>
3677
3678 * mml.el (mml-parse-1): Remove apparently vestigial use of
3679 `mm-hack-charsets'.
3680 * mm-bodies.el (mm-encode-body): Likewise.
3681
3682 2008-02-01 Kenichi Handa <handa@m17n.org>
3683
3684 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3685 rfc2104-hexstring-to-bitstring and changed to return a byte list.
3686 (rfc2104-hash): Convert the result of concat to unibyte string.
3687
3688 2008-02-01 Dave Love <fx@gnu.org>
3689
3690 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3691 coding-system-for-read.
3692 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3693
3694 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
3695 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
3696 (mm-find-mime-charset-region): Remove hack-charsets stuff.
3697
3698 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
3699
3700 * mail-source.el (mail-sources): Add `group' choice.
3701
3702 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3703 parameter `in-group' to control into which group the articles go.
3704 Add treatment of `group' mail-source.
3705
3706 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
3707
3708 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3709 * message.el (message-beginning-of-line): Use featurep instead of bound
3710 tests in order to resolve conditionals at compile time.
3711
3712 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
3713
3714 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3715
3716 * mm-decode.el (mm-dissect-buffer): Decode description.
3717
3718 * mml.el (mml-to-mime): Encode message header first.
3719
3720 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
3721
3722 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3723 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3724
3725 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
3726
3727 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3728
3729 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
3730
3731 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3732 prefix keys.
3733 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3734 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3735 gnus-xmas.el.
3736
3737 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
3738
3739 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3740 Add new variables for article mark management.
3741 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3742 list of extra data entries which, when present, will indicate that the
3743 article ID should not be trimmed from the registry.
3744 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3745 functions.
3746 (gnus-registry-read-mark): New function to read a mark name from the
3747 user.
3748 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3749 (gnus-registry-set-article-mark-internal): New functions to add and
3750 remove marks.
3751 (gnus-registry-get-article-marks): New function to show the marks for
3752 an article, or retrieve them for further use.
3753
3754 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
3755
3756 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3757 keys when no argument is given.
3758
3759 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
3760
3761 * gnus-sum.el (gnus-article-sort-by-random)
3762 (gnus-thread-sort-by-random): Fix doc strings. Reported by
3763 jidanni@jidanni.org.
3764
3765 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
3766
3767 * gnus-art.el (gnus-article-describe-bindings): New function.
3768 (gnus-article-read-summary-keys): Use it.
3769 (gnus-article-mode-map): Bind `C-h b' to it.
3770
3771 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
3772
3773 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3774 XEmacs.
3775 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3776 against non-character events.
3777
3778 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
3779
3780 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3781 command.
3782 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3783 instead of END. Change name of the temp file.
3784 (gnus-group-gmane-group-download-format): Add doc string. Make it
3785 customizable.
3786
3787 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
3788
3789 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3790 bind `S W' to gnus-article-wide-reply-with-original; set default
3791 binding to gnus-article-read-summary-send-keys.
3792 (gnus-article-read-summary-keys): Fix the order of keys; display
3793 continuation keys correctly in the echo area; describe bindings
3794 correctly when keys end with `C-h'.
3795 (gnus-article-read-summary-send-keys): New function.
3796 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3797 for gnus-article-read-summary-send-keys; display continuation keys
3798 correctly in the echo area.
3799 (gnus-article-reply-with-original): Ignore prefix argument.
3800 (gnus-article-wide-reply-with-original): New function.
3801
3802 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
3803
3804 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3805 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3806
3807 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
3808
3809 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3810 (gnus-group-read-ephemeral-gmane-group): New command.
3811
3812 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3813
3814 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3815
3816 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
3817
3818 * message.el (message-send-mail-function): Increase custom version.
3819
3820 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3821 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
3822
3823 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
3824
3825 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3826 html parts correctly; support forwarded messages.
3827 (gnus-article-browse-html-article): Remove work buffers.
3828
3829 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3830 compiling.
3831 (netrc-bound-and-true-p): New macro.
3832 (netrc-parse): Use it instead of bound-and-true-p that is not available
3833 in XEmacs 21.4.
3834
3835 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
3836
3837 * gnus-registry.el (gnus-registry-mark-article)
3838 (gnus-registry-article-marks): Add functionality to mark articles
3839 through the Gnus registry.
3840
3841 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3842 (netrc-parse): Use encrypt-file-alist to determine if
3843 encrypt-find-model or encrypt-insert-file-contents should be used.
3844
3845 2007-12-19 Glenn Morris <rgm@gnu.org>
3846
3847 * mml.el (message-options-set, message-narrow-to-head)
3848 (message-in-body-p, message-mail-p, message-encode-message-body):
3849 Autoload.
3850 (message-remove-header, message-narrow-to-headers-or-head)
3851 (message-subscribed-p, message-make-mail-followup-to)
3852 (message-position-on-field, message-news-p)
3853 (message-options-set-recipient, message-generate-headers)
3854 (message-sort-headers): Declare as functions.
3855
3856 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
3857
3858 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3859 convention in doc string.
3860
3861 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
3862
3863 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3864 title to html parts.
3865 (gnus-article-browse-html-article): Pass message header to it.
3866
3867 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3868
3869 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
3870
3871 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3872 or password compatible with XEmacs.
3873
3874 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
3875
3876 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3877 format document.
3878 (gnus-mime-delete-part): Don't write description line if empty.
3879 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3880
3881 2007-12-14 Johan Bockgård <bojohan@gnu.org>
3882
3883 * gnus-sum.el (gnus-summary-mark-unread-as-read)
3884 (gnus-summary-mark-read-and-unread-as-read)
3885 (gnus-summary-mark-current-read-and-unread-as-read)
3886 (gnus-summary-mark-unread-as-ticked): Doc fix.
3887 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3888
3889 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
3890
3891 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
3892 Christoph Conrad <christoph.conrad@gmx.de>.
3893
3894 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
3895
3896 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3897 yes-or-no-p.
3898
3899 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
3900
3901 * mm-decode.el (mm-add-meta-html-tag): New function.
3902 (mm-save-part-to-file, mm-pipe-part): Use it.
3903
3904 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3905 gnus-y-or-n-p instead of y-or-n-p.
3906 (gnus-article-browse-html-parts): Work with message/external-body; use
3907 mm-add-meta-html-tag.
3908
3909 2007-12-11 Glenn Morris <rgm@gnu.org>
3910
3911 * gnus-cache.el: Require gnus-sum not just when compiling.
3912
3913 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3914
3915 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3916 definitions before use.
3917
3918 * mm-decode.el: Require gnus-util.
3919 (mm-remove-part): Only call delete-annotation on XEmacs.
3920
3921 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3922
3923 * nnmail.el: Require gnus-int.
3924
3925 * spam.el: Move `require's before `eval-when-compile's.
3926
3927 * gnus-ems.el (gnus-alive-p):
3928 * gnus-fun.el (message-goto-eoh):
3929 * gnus-util.el (gnus-group-name-decode):
3930 * mail-source.el (gnus-compress-sequence):
3931 * message.el (Info-goto-node, format-spec):
3932 * mm-bodies.el (message-options-get):
3933 * mm-decode.el (mm-view-pkcs7):
3934 * mm-util.el (gmm-write-region):
3935 * mml-smime.el (mml-compute-boundary)
3936 (gnus-completing-read-with-default):
3937 * mml.el (widget-button-press, gnus-make-hashtable):
3938 * mml1991.el (mm-decode-content-transfer-encoding)
3939 (mm-encode-content-transfer-encoding)
3940 (message-options-get, message-options-set):
3941 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3942 * nnfolder.el (gnus-request-group):
3943 * nnheader.el (ietf-drums-unfold-fws):
3944 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3945 * smime.el (gnus-run-mode-hooks):
3946 * spam-stat.el (gnus-message): Autoload.
3947
3948 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3949 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3950 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3951 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3952 Add declare-function compatibility definition.
3953
3954 * gnus-cache.el (nnvirtual-find-group-art):
3955 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3956 (gnus-add-image, gnus-add-wash-type):
3957 * gnus-group.el (nnkiboze-score-file):
3958 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3959 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3960 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3961 (message-tokenize-header, gnus-get-buffer-create)
3962 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3963 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3964 * gnus.el (gnus-group-decoded-name):
3965 * mail-source.el (imap-capability):
3966 * mm-bodies.el (message-options-set):
3967 * mm-decode.el (gnus-configure-windows):
3968 * mm-extern.el (message-goto-body):
3969 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3970 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3971 (epg-sub-key-validity, message-options-set):
3972 * mml.el (widget-event-point, gnus-configure-windows):
3973 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3974 * mml2015.el (epg-check-configuration, epg-configuration)
3975 (message-options-set):
3976 * nndb.el (nndb-request-article):
3977 * nnfolder.el (gnus-request-create-group):
3978 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3979 * nnmaildir.el (gnus-group-mark-article-read):
3980 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3981 * rfc1843.el (message-fetch-field):
3982 * spam.el (gnus-extract-address-components):
3983 Declare as functions.
3984
3985 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
3986
3987 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3988
3989 2007-12-09 Glenn Morris <rgm@gnu.org>
3990
3991 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3992
3993 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3994 * message.el, mm-view.el, sieve-manage.el, smime.el:
3995 Add declare-function compatibility definition.
3996
3997 * gnus-art.el (w3-region, w3m-region, Info-menu):
3998 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3999 * gnus-sum.el (gnus-get-predicate):
4000 * gnus-util.el (mm-append-to-file, w32-focus-frame):
4001 * message.el (mail-abbrev-in-expansion-header-p):
4002 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4003 (w3m-detect-meta-charset, w3m-region):
4004 * sieve-manage.el (password-read, password-cache-add)
4005 (password-cache-remove):
4006 * smime.el (password-read-and-add): Declare as functions.
4007
4008 2007-12-08 David Kastrup <dak@gnu.org>
4009
4010 * gnus-sum.el (gnus-summary-simplify-subject-query):
4011 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4012 `message'.
4013
4014 2007-12-07 Glenn Morris <rgm@gnu.org>
4015
4016 * gnus-art.el (article-make-date-line): Revert previous change.
4017
4018 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
4019
4020 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4021
4022 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
4023
4024 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4025 Call gnus-add-to-range ranges only once with a prepared article-list.
4026
4027 2007-12-06 Paul Jarc <prj@po.cwru.edu>
4028
4029 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4030 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4031 group names with backslashes. Reported by Tassilo Horn
4032 <tassilo@member.fsf.org>.
4033
4034 2007-12-06 Deepak Goel <deego3@gmail.com>
4035
4036 * gnus-art.el (article-make-date-line):
4037 * gnus-start.el (gnus-load):
4038 * pop3.el (pop3-read-response): Fix buggy call to `error'.
4039
4040 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
4041
4042 * gnus-art.el (gnus-use-idna)
4043 * gnus-start.el (gnus-site-init-file)
4044 * message.el (message-use-idna)
4045 * mm-uu.el (mm-uu-hide-markers)
4046 * smiley.el (smiley-style): Revert changes that suppress warnings.
4047
4048 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
4049
4050 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4051 specify charset to html source. Reported by Christoph Conrad
4052 <christoph.conrad@gmx.de>.
4053
4054 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
4055
4056 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4057 idna-program in order to suppress byte compile warning issued by XEmacs
4058 that came to byte compile the default value section of defcustom forms
4059 recently.
4060
4061 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4062 value of installation-directory.
4063
4064 * message.el (message-use-idna): Don't directly refer to the value of
4065 idna-program.
4066
4067 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4068
4069 * smiley.el (smiley-style): Don't directly call face-attribute.
4070
4071 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
4072
4073 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4074
4075 * gnus-dired.el: Reduce Gnus dependencies.
4076 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4077 require. Use autoloads instead.
4078 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4079 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4080 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4081 (gnus-dired-mode): Adjust doc string.
4082 (gnus-dired-mail-mode): New variable.
4083 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4084 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4085 (gnus-dired-mail-buffers): New function. Return mail or message
4086 composition buffers.
4087 (gnus-dired-attach): Use it.
4088 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4089 NO-DECODE.
4090 (gnus-dired-print): Use `gnus-print-buffer' depending on
4091 `gnus-dired-mail-mode'.
4092
4093 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
4094
4095 * rfc2047.el (rfc2047-encoded-word-regexp)
4096 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4097 explaining what regexp patterns are for.
4098
4099 2007-12-04 Glenn Morris <rgm@gnu.org>
4100
4101 * password.el: Move to ../password-cache.el.
4102
4103 * mml1991.el (password-read, password-cache-add, password-cache-remove):
4104 * mml2015.el (password-read, password-cache-add, password-cache-remove):
4105 * mml-smime.el (password-read, password-cache-add)
4106 (password-cache-remove):
4107 No need to autoload, since mml-sec requires password.
4108
4109 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4110 * message.el (gnus-extract-address-components):
4111 * mml-smime.el (gnus-extract-address-components): Define for compiler.
4112
4113 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4114 password.
4115
4116 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
4117
4118 * mailcap.el: Reduce dependencies.
4119 (mail-header-parse-content-type): Autoload.
4120 (mailcap-delete-duplicates): New alias.
4121 (mailcap-mime-info): Add optional argument NO-DECODE.
4122 (mailcap-mime-types): Use mailcap-delete-duplicates.
4123
4124 * message.el (message-ignored-supersedes-headers): Add "X-ID".
4125
4126 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4127
4128 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4129 function.
4130
4131 * gnus-uu.el (gnus-uu-decode-yenc): New command.
4132 (gnus-uu-yenc-article): New function.
4133
4134 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4135
4136 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4137 buffer.
4138
4139 2007-12-02 Glenn Morris <rgm@gnu.org>
4140
4141 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
4142 Move to ../net.
4143
4144 * binhex.el, uudecode.el: Move to ../mail.
4145
4146 * encrypt.el: Remove file.
4147
4148 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
4149
4150 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4151 matches on patches.
4152
4153 * gnus-art.el (gnus-article-browse-html-article): Mention
4154 `mm-text-html-renderer' in the doc string.
4155
4156 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4157 string. Add comments.
4158
4159 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4160 if rhs is ASCII.
4161
4162 2007-12-01 Glenn Morris <rgm@gnu.org>
4163
4164 * dig.el, dns.el: Move to ../net.
4165 * format-spec.el, hex-util.el, sha1.el: Move to ../.
4166
4167 * mail-source.el (top-level): Require format-spec before
4168 eval-when-compile.
4169
4170 2007-11-30 Glenn Morris <rgm@gnu.org>
4171
4172 * encrypt.el: Require password, rather than autoloading password-read.
4173
4174 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
4175
4176 * gnus.el (gnus-method-to-server): Add an optional parameter so the
4177 caller can indicate whether the cache should be disregarded for this
4178 call. This way the result of the call is reproducible at all times and
4179 can be considered a canonical server name for the supplied method.
4180 (gnus-agent-method-p): Canonicalize server names by pushing their
4181 method through `gnus-method-to-server' using the no-cache argument.
4182
4183 * gnus-srvr.el (gnus-server-insert-server-line): Call
4184 `gnus-method-to-server' with `no-cache' argument.
4185
4186 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4187 gnus-agent-possibly-synchronize-flags as this should be called when the
4188 server is actually being opened.
4189 (gnus-agent-possibly-synchronize-flags)
4190 (gnus-agent-possibly-synchronize-flags-server): Move check for the
4191 flags file of an agentized server to the latter function.
4192
4193 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4194 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4195 after a connection has been established successfully.
4196
4197 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
4198
4199 * gnus-art.el (article-display-face): Force to display face if called
4200 interactively; check if gnus-article-x-face-too-ugly matches author.
4201 (article-display-x-face): Display face even if From header is missing
4202 as article-display-face does.
4203
4204 2007-11-28 Richard Stallman <rms@gnu.org>
4205
4206 * md4.el: Move to ../.
4207 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
4208
4209 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
4210
4211 * mail-source.el (mail-sources): Default to fetch from file for
4212 compatibility with default of nnmail-spool-file.
4213
4214 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
4215
4216 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4217 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4218 to look for encoded word that should be encoded again.
4219 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4220 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4221 encoding pattern.
4222 (rfc2047-decode-region): Switch strict regexp and loose one according
4223 to rfc2047-allow-irregular-q-encoded-words.
4224
4225 2007-11-26 Simon Josefsson <simon@josefsson.org>
4226
4227 * imap.el: Move to ../net directory.
4228
4229 2007-11-25 Romain Francoise <romain@orebokech.com>
4230
4231 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4232
4233 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
4234
4235 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4236 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4237
4238 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4239 `nnmail-spool-file'.
4240
4241 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4242 `nnmail-spool-file'.
4243
4244 * gnus-move.el (gnus-change-server): Ditto.
4245
4246 * gnus-kill.el (gnus-batch-score): Ditto.
4247
4248 * gnus-cache.el (gnus-jog-cache): Ditto.
4249
4250 * gnus-msg.el (gnus-summary-reply):
4251 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4252
4253 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
4254
4255 * gnus-cache.el (gnus-cache-generate-nov-databases):
4256 Use nnml-generate-nov-databases-directory instead of
4257 nnml-generate-nov-databases-1.
4258
4259 2007-11-24 Glenn Morris <rgm@gnu.org>
4260
4261 * message.el (message-tool-bar-retro): Update for rename
4262 mail_send.xpm->mail-send.xpm.
4263
4264 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
4265
4266 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4267 `smime-ldap-search' for Emacs 22 and up.
4268
4269 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
4270
4271 * hashcash.el: Move to ../mail directory.
4272
4273 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
4274
4275 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4276 `smime-ldap-search' for Emacs 22 and up.
4277
4278 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4279
4280 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4281
4282 * message.el (message-send-mail-function): Fix error convention.
4283 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4284 (message-widen-reply, message-send-mail, message-talkative-question)
4285 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4286 (message-clone-locals, message-send-news): Use with-current-buffer.
4287 (message-insert-or-toggle-importance): Remove unused var `valid'.
4288 (message-make-references): Remove unused var `new-references'.
4289 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4290
4291 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
4292
4293 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4294 (spam-split-symbolic-return-positive): Reflow docstring.
4295 (spam-backends, spam-summary-exit-behavior)
4296 (spam-mark-ham-unread-before-move-from-spam-group)
4297 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4298 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4299 (spam-clear-cache, spam-backend-check, spam-install-backend)
4300 (spam-install-statistical-backend, spam-list-of-processors)
4301 (spam-group-processor-p, spam-split, spam-bogofilter-score)
4302 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4303 (spam-check-crm114, spam-initialize, spam-unload-hook):
4304 Fix typos in docstrings.
4305
4306 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
4307
4308 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4309 been checked if they have never been read and those group levels are
4310 higher than the one that a user specified.
4311
4312 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
4313
4314 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4315 foreign groups unless a group level is specified by a user.
4316 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4317
4318 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
4319
4320 * message.el (message-send-mail-function): Require sendmail.
4321
4322 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
4323
4324 * message.el (message-send-mail-function): Check for smtpmail too.
4325
4326 * utf7.el (utf7-encode, utf7-decode): Use coding system
4327 `utf-7'/`utf-7-imap' from utf-7.el' if available.
4328
4329 * message.el (message-send-mail-function): New function.
4330 (message-send-mail-function): Set default using
4331 message-send-mail-function. Adjust doc string.
4332 (message-send-mail-with-mailclient): New function.
4333
4334 2007-11-17 Richard Stallman <rms@gnu.org>
4335
4336 * assistant.el: Remove file.
4337
4338 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
4339
4340 * smime.el (from):
4341 * rfc2047.el (message-posting-charset):
4342 * qp.el (mm-use-ultra-safe-encoding):
4343 * pop3.el (parse-time-months):
4344 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4345 * nnml.el (files):
4346 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4347 (jka-compr-compression-info-list, ange-ftp-path-format)
4348 (efs-path-regexp):
4349 * nndiary.el (files):
4350 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4351 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4352 (epg-digest-algorithm-alist, inhibit-redisplay)
4353 (password-cache-expiry):
4354 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4355 (pgg-output-buffer, password-cache-expiry):
4356 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4357 (efs-path-regexp):
4358 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4359 (inhibit-redisplay):
4360 * mm-uu.el (file-name, start-point, end-point, entry)
4361 (gnus-newsgroup-name, gnus-newsgroup-charset):
4362 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4363 (latin-unity-ucs-list):
4364 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4365 (mm-uu-binhex-decode-function):
4366 * message.el (gnus-message-group-art, gnus-list-identifiers)
4367 (rmail-enable-mime-composing, gnus-local-organization)
4368 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4369 (gnus-read-active-file, facemenu-add-face-function)
4370 (facemenu-remove-face-function, gnus-article-decoded-p)
4371 (tool-bar-mode):
4372 * mail-source.el (display-time-mail-function):
4373 * gnus-util.el (nnmail-pathname-coding-system)
4374 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4375 (gnus-original-article-buffer, gnus-user-agent)
4376 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4377 (xemacs-codename, sxemacs-codename, emacs-program-version):
4378 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4379 * gnus-start.el (gnus-agent-covered-methods)
4380 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4381 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4382 (gnus-newsgroup-headers, gnus-group-list-mode)
4383 (gnus-group-mark-positions, gnus-newsgroup-data)
4384 (gnus-newsgroup-unreads, nnoo-state-alist)
4385 (gnus-current-select-method, mail-sources)
4386 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4387 (nnmail-spool-file, gnus-cache-active-hashtb):
4388 * gnus-mh.el (mh-lib-progs):
4389 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4390 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4391 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4392 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4393 (gnus-group-buffer):
4394 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4395 (font-lock-set-defaults):
4396 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4397 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4398 (gnus-summary-post-menu, total-parts, type, condition, length):
4399 * gnus-agent.el (gnus-agent-read-agentview):
4400 * flow-fill.el (show-trailing-whitespace):
4401 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4402 eval-and-compile wrappers for byte compiler pacifiers.
4403
4404 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4405 (mm-display-inline-fontify): Check for featurep 'xemacs not
4406 extent-list.
4407
4408 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4409 itimer-list.
4410 (mm-create-image-xemacs): Only do something for XEmacs.
4411 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4412
4413 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4414
4415 * gnus-registry.el (gnus-adaptive-word-syntax-table):
4416 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4417
4418 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
4419
4420 * nnimap.el (nnimap-split-download-body):
4421 * gnus-demon.el (gnus-demon):
4422 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4423
4424 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
4425
4426 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4427 macros.
4428 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4429 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4430 copy data from unibyte buffer to multibyte current buffer.
4431 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
4432 to copy data from unibyte current buffer to multibyte buffer.
4433 (nntp-make-process-buffer): Make process buffer unibyte.
4434
4435 * pop3.el (pop3-open-server): Fix typo in Lisp code.
4436
4437 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
4438
4439 * pop3.el (pop3-open-server): Accept and process data more robustly at
4440 connexion start to avoid spurious "POP SSL connexion failed" errors.
4441
4442 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
4443
4444 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4445 read group names.
4446
4447 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
4448
4449 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4450
4451 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
4452
4453 * nnmail.el (nnmail-parse-active): Make group names unibyte.
4454 (nnmail-save-active): Use a unibyte buffer when saving active file,
4455 which may contain non-ASCII group names.
4456
4457 * nnml.el (nnml-request-group): Decode group names in messages.
4458
4459 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
4460
4461 * message.el (message-citation-line-function)
4462 (message-insert-formatted-citation-line): Fix spelling of
4463 `message-insert-formated-citation-line'.
4464
4465 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
4466
4467 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4468
4469 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
4470
4471 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4472 nnmail-pathname-coding-system.
4473
4474 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4475 that a user enters; decode group names in messages.
4476
4477 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4478
4479 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
4480
4481 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4482
4483 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4484
4485 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4486 risky local variable.
4487
4488 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4489
4490 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
4491
4492 * encrypt.el: Improve documentation to fix function name typo.
4493 Reported by Daiki Ueno <ueno@unixuser.org>.
4494
4495 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
4496
4497 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4498 even if the point is not in the last page of an article.
4499 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4500 back to the previous page.
4501
4502 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
4503
4504 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4505
4506 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
4507
4508 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4509
4510 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4511
4512 * message.el (message-check-news-body-syntax): Avoid
4513 mm-string-as-multibyte.
4514 (message-hide-headers): Don't assume (point-min)==1.
4515
4516 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4517
4518 * message.el (message-remove-blank-cited-lines): Fix if remove is
4519 given.
4520 (message-bogus-address-regexp): New variable.
4521 (message-bogus-recipient-p): New function.
4522 (message-check-recipients): New command.
4523 (message-syntax-checks): Add `bogus-recipient'.
4524 (message-fix-before-sending): Add `bogus-recipient'.
4525
4526 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4527 (gnus-treat-body-boundary): Don't test window-system.
4528
4529 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
4530
4531 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4532
4533 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4534
4535 * gnus.el: Bump version to Gnus v5.13.
4536
4537 2007-10-28 Miles Bader <miles@gnu.org>
4538
4539 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4540 at compile-time too.
4541
4542 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
4543
4544 * gnus-msg.el (gnus-message-setup-hook): Add
4545 `message-remove-blank-cited-lines' to options.
4546
4547 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
4548
4549 * message.el (message-remove-blank-cited-lines): New function.
4550 Suggested by Karl Plästerer.
4551
4552 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
4553
4554 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4555 mapc.
4556
4557 * imap.el (imap-open): Replace mapcar called for effect with mapc.
4558 (top-level): Use mapc to set functions to be traced for debugging.
4559
4560 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4561 called for effect with while loop.
4562
4563 * message.el (message-talkative-question): Replace mapcar called for
4564 effect with mapc.
4565
4566 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4567 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4568 called for effect with dolist.
4569
4570 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4571
4572 * nndiary.el: Use dolist instead of mapcar to add diary headers to
4573 gnus-extra-headers and nnmail-extra-headers.
4574
4575 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4576 called for effect with dolist.
4577 (top-level): Use mapc to set functions to be traced for debugging.
4578
4579 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4580 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4581 dolist.
4582
4583 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4584 Replace mapcar called for effect with mapc.
4585 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4586 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4587 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4588 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4589
4590 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4591 remove-if that's a cl function.
4592
4593 * webmail.el (webmail-debug): Replace mapcar called for effect with
4594 dolist.
4595
4596 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
4597
4598 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4599 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4600 with while loop.
4601
4602 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4603 functions from article-* functions.
4604 (gnus-multi-decode-header): Replace mapcar called for effect with
4605 dolist.
4606
4607 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4608 (gnus-bookmark-show-details): Replace mapcar called for effect with
4609 while loop.
4610
4611 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4612 called for effect with while loop.
4613
4614 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4615 with dolist.
4616
4617 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4618 mapcar called for effect with dolist.
4619
4620 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4621
4622 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4623 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4624 Replace mapcar called for effect with dolist.
4625 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4626 mapc.
4627
4628 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4629 Replace mapcar called for effect with dolist.
4630 (gnus-topic-list): Replace mapcar called for effect with mapc.
4631
4632 * gnus.el: Use mapc instead of mapcar to add autoloads.
4633
4634 2007-10-23 Richard Stallman <rms@gnu.org>
4635
4636 * gnus-group.el (gnus-group-highlight): Mark as risky.
4637
4638 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
4639
4640 * gnus.el (gnus-server-to-method): Return method found first in
4641 gnus-newsrc-alist.
4642
4643 * gnus-art.el (gnus-article-highlight-signature)
4644 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4645 button overlay without the front stickiness.
4646
4647 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
4648
4649 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4650 overview buffer needed a catch to receive its throw.
4651 (gnus-agent-flush-cache): Declared as interactive to make this function
4652 easier to use.
4653
4654 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
4655
4656 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4657 `next-line'.
4658
4659 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
4660
4661 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4662 exclude address matching message-dont-reply-to-names.
4663
4664 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
4665
4666 * gnus-util.el (gnus-string<): New function.
4667
4668 * gnus-sum.el (gnus-article-sort-by-author)
4669 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4670
4671 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
4672
4673 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4674 the frame-focus tag is set in gnus-buffer-configuration.
4675
4676 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
4677
4678 * gnus-art.el (gnus-article-add-button): Make a button overlay without
4679 the front stickiness.
4680
4681 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
4682
4683 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4684 url pattern; remove duplicate one.
4685 (gnus-article-extend-url-button): New function.
4686 (gnus-article-add-buttons): Use it.
4687 (gnus-button-push): Use concatenated url that it makes.
4688
4689 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
4690
4691 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4692 (sieve-manage-open): Use `mapc' instead of `mapcar'.
4693
4694 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4695
4696 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4697 Don't hardcode point-min==1.
4698
4699 2007-09-30 David Kastrup <dak@gnu.org>
4700
4701 * gnus-art.el (gnus-article-reply-with-original)
4702 (gnus-article-followup-with-original): When `transient-mark-mode' is
4703 off, refrain from active-region behavior for followups.
4704
4705 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
4706
4707 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4708 Fix comment about "iso8859-1".
4709
4710 2007-10-08 Daiki Ueno <ueno@unixuser.org>
4711
4712 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4713 ones returned from the verify-function.
4714
4715 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4716 mml2015-extract-cleartext-signature if extraction failed.
4717
4718 2007-10-07 Daiki Ueno <ueno@unixuser.org>
4719
4720 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4721 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4722 failed.
4723
4724 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
4725
4726 * Relicense "GPLv2 or later" files to "GPLv3 or later".
4727
4728 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
4729
4730 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4731 to mark a thread as expirable. Add variable `hide' to handle hiding of
4732 thread for both the null and zero (kill/expire thread) universal prefix
4733 cases.
4734 (gnus-summary-expire-thread): Add new function to expire a thread,
4735 using gnus-summary-kill-thread.
4736 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4737 shortcuts for gnus-summary-expire-thread.
4738 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4739 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
4740
4741 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4742
4743 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4744 extras value, so an extras entry can be deleted.
4745 (gnus-registry-delete-extra-entry): Use it.
4746 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4747 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4748 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4749 storage through the gnus-registry, and provide an appropriate API for
4750 it.
4751
4752 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
4753
4754 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4755 Suggested by Leo <sdl.web@gmail.com>.
4756
4757 * gnus.el: Do.
4758
4759 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
4760
4761 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4762 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
4763
4764 * gnus-agent.el (gnus-agent-fetch-headers): Do.
4765
4766 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4767 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4768
4769 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
4770
4771 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4772 newline.
4773 (nnmbox-request-accept-article): Don't change article in source buffer;
4774 narrow to header to use message-fetch-field rather than
4775 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4776 (nnmbox-request-replace-article): Quote lines that'll be misidentified
4777 as delimiters; make sure article ends with newline.
4778 (nnmbox-delete-mail): Correct last position of article to be deleted;
4779 ignore X-Gnus-Newsgroup header in article body.
4780 (nnmbox-save-mail): Quote lines looking like delimiters at the right
4781 positions; make sure article ends with newline.
4782
4783 * message.el (message-display-abbrev): Don't infloop when a user
4784 inserts SPC in the beginning of header.
4785
4786 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
4787
4788 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4789 list of groups not followed by default. Fix type to be regexp.
4790 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4791
4792 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
4793
4794 * hmac-def.el (define-hmac-function): Switch from old-style to
4795 new-style backquotes.
4796
4797 * md4.el (md4-make-step): Likewise.
4798
4799 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
4800
4801 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4802 raw-text coding system when saving .newsrc file, which may contain
4803 non-ASCII group names.
4804
4805 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
4806
4807 * gnus-cus.el (gnus-score-extra): New widget.
4808 (gnus-score-extra-convert): New function.
4809 (gnus-score-customize): Use it for Extra.
4810
4811 2007-08-31 Daiki Ueno <ueno@unixuser.org>
4812
4813 * mml2015.el (mml2015-extract-cleartext-signature): New function.
4814 (mml2015-mailcrypt-clear-verify): Use it.
4815 (mml2015-gpg-clear-verify): Use it.
4816 (mml2015-pgg-clear-verify): Use it.
4817 (mml2015-epg-clear-verify): Replace the current part with the output
4818 from GnuPG; don't extract the plaintext by itself.
4819
4820 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4821 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4822 mml2015-clear-verify-function; don't touch the armor headers or
4823 dash-escaped text here.
4824
4825 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
4826
4827 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4828 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4829 parts, or application/octet-stream as a last resort.
4830 (gnus-mime-view-part-as-type): Don't toggle display.
4831 (gnus-mime-view-part-as-charset): Don't turn off display before
4832 querying charset.
4833
4834 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4835 stuff to undisplayer function in Emacs.
4836 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4837
4838 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4839 text/calendar parts.
4840
4841 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
4842
4843 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4844 decoding text/calendar parts.
4845
4846 * message.el (message-forward-make-body-mime): Always mark body as
4847 having no illegible text; remove signed-or-encrypted argument.
4848 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4849
4850 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4851 (mml-generate-mime-1): Don't encode body if it is specified to be in
4852 raw form; don't make buffer be unibyte when inserting multibyte string.
4853
4854 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4855
4856 * sha1.el: Fix up comment style.
4857 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4858 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4859
4860 * hex-util.el: Fix up comment style.
4861 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4862
4863 * gnus-salt.el: Use with-current-buffer.
4864 (gnus-pick-setup-message): Fix long-standing typo.
4865
4866 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
4867
4868 * imap.el (imap-logout-timeout): New variable.
4869 (imap-logout, imap-logout-wait): New functions.
4870 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4871
4872 * nnimap.el (nnimap-logout-timeout): New server variable.
4873 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4874 nnimap-logout-timeout.
4875
4876 * gnus-art.el (gnus-article-summary-command-nosave)
4877 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4878
4879 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
4880
4881 * gnus.el (gnus-maximum-newsgroup): New variable.
4882
4883 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4884 according to gnus-maximum-newsgroup.
4885
4886 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4887 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4888 Limit the range of articles according to gnus-maximum-newsgroup.
4889
4890 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
4891
4892 * gnus-art.el (gnus-sticky-article): Fixed problems described in
4893 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
4894 Don't perform gnus-configure-windows here; reuse existing sticky
4895 article buffer.
4896
4897 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4898 it doesn't exist in gnus-article-mode.
4899
4900 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
4901
4902 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4903 (gnus-agent-decoded-group-name): New function.
4904 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4905 (gnus-agent-expire-group-1): Use it; decode group name in messages.
4906
4907 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
4908
4909 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4910 Add binding for gnus-sticky-article.
4911 (gnus-summary-exit): Don't kill sticky article buffers.
4912
4913 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4914 article buffer.
4915 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4916 (gnus-kill-sticky-article-buffers): New commands.
4917
4918 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
4919
4920 * nntp.el (nntp-xref-number-is-evil): New server variable.
4921 (nntp-find-group-and-number): If it is non-nil, don't trust article
4922 numbers in the Xref header.
4923
4924 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4925
4926 * gnus-agent.el (gnus-agent-read-group): New function.
4927 (gnus-agent-flush-group, gnus-agent-expire-group)
4928 (gnus-agent-regenerate-group): Use it.
4929 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4930 nnmail-pathname-coding-system.
4931
4932 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
4933
4934 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4935
4936 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4937 that are unread as unread, and also as selected so that information of
4938 marks having been changed by a user may be updated when exiting group.
4939
4940 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
4941
4942 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
4943
4944 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
4945
4946 * gnus-art.el (gnus-mime-display-single): Pass part number that is
4947 calculated ignoring signature parts to gnus-treat-article.
4948
4949 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
4950
4951 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4952 a point here in order to keep the window start.
4953 (gnus-insert-mime-security-button): Make a button overlay without the
4954 front stickiness.
4955 (gnus-mime-display-security): Goto the end of a button.
4956
4957 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4958
4959 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
4960
4961 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4962 group-name-at-point.
4963 (gnus-group-completing-read): New function that offers decoded
4964 non-ASCII group names for completion.
4965 (gnus-fetch-group, gnus-group-read-ephemeral-group)
4966 (gnus-group-jump-to-group, gnus-group-make-group-simple)
4967 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4968 (gnus-group-fetch-control): Use it.
4969 (gnus-fetch-group): Use group-name-at-point for the initial value
4970 rather than the default value; use gnus-alive-p.
4971
4972 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4973 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4974 (gnus-summary-post-news): Use gnus-group-completing-read.
4975
4976 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4977 (gnus-read-move-group-name): Decode group name for completion.
4978
4979 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
4980
4981 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4982 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4983 Yamaoka slightly modified the code).
4984
4985 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4986
4987 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4988 (nnmail-split-incoming): Bind it.
4989
4990 * nnml.el (nnml-group-name-charset): New function.
4991 (nnml-decoded-group-name): Use it; don't decode group name if
4992 nnmail-group-names-not-encoded-p is non-nil.
4993 (nnml-encoded-group-name): New function.
4994 (nnml-group-pathname): Inline nnml-decoded-group-name.
4995 (nnml-request-expire-articles): Decode group name in message.
4996 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4997 nnmail-pathname-coding-system.
4998 (nnml-save-mail, nnml-active-number): Work with decoded group names and
4999 not decoded ones according to nnmail-group-names-not-encoded-p.
5000 (nnml-generate-active-info): Use nnml-encoded-group-name.
5001
5002 2007-08-08 Glenn Morris <rgm@gnu.org>
5003
5004 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5005 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5006 doc-strings and comments.
5007
5008 2007-07-25 Glenn Morris <rgm@gnu.org>
5009
5010 * Relicense all FSF files to GPLv3 or later.
5011
5012 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
5013
5014 * gnus-sum.el (gnus-summary-move-article): Make
5015 gnus-summary-respool-article work.
5016
5017 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
5018
5019 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5020 string.
5021
5022 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
5023
5024 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
5025 that should be ignored when comparing distant RSS articles with local
5026 ones.
5027 (nnrss-make-hash-index): New function. Create a hash index according
5028 to the ignored fields.
5029 (nnrss-check-group): Use it.
5030
5031 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
5032
5033 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5034
5035 * gnus-art.el (article-decode-group-name): Decode Xref header too.
5036
5037 * gnus-group.el (gnus-group-make-group): Encode group name here unless
5038 the new optional argument ENCODED is non-nil.
5039 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5040 coding system for encoding group name.
5041 (gnus-group-make-rss-group): Pass un-encoded group name to
5042 gnus-group-make-group.
5043 (gnus-group-set-info): Tell gnus-group-make-group that group name is
5044 encoded.
5045
5046 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5047 Encode group name to which articles are moved or copied.
5048 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5049 coding system for encoding Newsgroup, Followup-To and Xref headers.
5050
5051 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5052 marks; use nnheader-file-coding-system to write a file.
5053 (nnagent-retrieve-headers): Bind file-name-coding-system to
5054 nnmail-pathname-coding-system.
5055
5056 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5057
5058 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5059 (nnml-request-article, nnml-request-create-group)
5060 (nnml-request-rename-group, nnml-find-id)
5061 (nnml-possibly-change-directory, nnml-possibly-create-directory)
5062 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5063 (nnml-save-marks): Use nnml-group-pathname instead of
5064 nnmail-group-pathname.
5065
5066 (nnml-request-create-group, nnml-request-expire-articles)
5067 (nnml-request-move-article, nnml-request-delete-group)
5068 (nnml-deletable-article-p, nnml-possibly-create-directory)
5069 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5070 (nnml-open-marks): Bind file-name-coding-system to
5071 nnmail-pathname-coding-system.
5072
5073 (nnml-request-article): Pass server argument to nnml-find-group-number.
5074 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5075 server argument to nnml-possibly-create-directory.
5076 (nnml-request-accept-article): Pass server argument to
5077 nnml-active-number and nnml-save-mail.
5078 (nnml-find-group-number): Pass server argument to nnml-find-id.
5079 (nnml-request-update-info): Pass server argument to
5080 nnml-marks-changed-p.
5081
5082 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5083 (nnml-save-mail, nnml-active-number): Add server argument.
5084
5085 (nnml-request-delete-group): Warn if group is missing.
5086 (nnml-get-nov-buffer): Decode group name.
5087 (nnml-generate-active-info): Encode group name.
5088 (nnml-open-marks): Decode group name in messages.
5089
5090 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
5091
5092 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5093 if it is not specified.
5094 (gnus-article-pipe-part, gnus-article-save-part)
5095 (gnus-article-interactively-view-part, gnus-article-copy-part)
5096 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5097 (gnus-article-inline-part, gnus-article-save-part-and-strip)
5098 (gnus-article-replace-part, gnus-article-delete-part)
5099 (gnus-article-view-part-as-type): Pass raw prefix argument to
5100 gnus-article-part-wrapper.
5101
5102 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
5103
5104 * gnus-agent.el (gnus-agent-save-active): Bind
5105 nnheader-file-coding-system to gnus-agent-file-coding-system.
5106
5107 * gnus-cache.el (gnus-cache-save-buffers)
5108 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5109 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5110 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5111 (gnus-cache-braid-nov, gnus-cache-braid-heads)
5112 (gnus-cache-generate-active, gnus-cache-rename-group)
5113 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5114 (gnus-cache-update-overview-total-fetched-for): Bind
5115 file-name-coding-system to nnmail-pathname-coding-system.
5116 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5117 variables.
5118 (gnus-cache-decoded-group-name): New function.
5119 (gnus-cache-file-name): Use it.
5120 (gnus-cache-generate-active): Use non-decoded group name for active.
5121
5122 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5123 right place.
5124 (gnus-write-active-file): Don't break non-ASCII group names.
5125
5126 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5127 nnmail-pathname-coding-system.
5128
5129 * gnus-uu.el (gnus-uu-decode-save): Typo.
5130
5131 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
5132
5133 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5134
5135 2007-07-14 David Kastrup <dak@gnu.org>
5136
5137 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
5138 finishing actions if we did not edit the article.
5139
5140 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
5141
5142 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5143 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5144 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5145 (gnus-agent-flush-group, gnus-agent-flush-cache)
5146 (gnus-agent-fetch-headers, gnus-agent-load-alist)
5147 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5148 (gnus-agent-retrieve-headers, gnus-agent-request-article)
5149 (gnus-agent-regenerate-group)
5150 (gnus-agent-update-files-total-fetched-for)
5151 (gnus-agent-update-view-total-fetched-for): Bind
5152 file-name-coding-system to nnmail-pathname-coding-system.
5153 (gnus-agent-group-pathname): Don't encode file names by
5154 nnmail-pathname-coding-system.
5155 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5156 coding-system-for-write instead of buffer-file-coding-system to
5157 gnus-agent-file-coding-system.
5158
5159 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5160 Decode group name.
5161
5162 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5163
5164 * gnus-start.el (gnus-update-active-hashtb-from-killed)
5165 (gnus-read-newsrc-el-file): Make group names unibyte.
5166
5167 * nnmail.el (nnmail-group-pathname): Don't encode file names by
5168 nnmail-pathname-coding-system.
5169
5170 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5171 (nnrss-request-delete-group): Bind file-name-coding-system to
5172 nnmail-pathname-coding-system.
5173 (nnrss-read-server-data, nnrss-read-group-data): Bind
5174 file-name-coding-system correctly.
5175 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5176
5177 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5178 (nntp-server-to-method-cache): New variable.
5179 (nntp-group-pathname): New function that decodes non-ASCII group names.
5180 (nntp-possibly-create-directory, nntp-marks-changed-p)
5181 (nntp-save-marks, nntp-open-marks): Use it.
5182 (nntp-possibly-create-directory, nntp-open-marks):
5183 Bind file-name-coding-system to nnmail-pathname-coding-system.
5184 (nntp-open-marks): Decode group names when bootstrapping marks.
5185
5186 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5187 Newsgroups and Folowup-To headers.
5188
5189 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
5190
5191 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5192 (gnus-server-closed-face, gnus-server-denied-face)
5193 (gnus-server-offline-face): Remove variable.
5194 (gnus-server-font-lock-keywords): Use faces that are not aliases.
5195
5196 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5197 of modifying message-stack directly for XEmacs.
5198
5199 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5200 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5201 if the coding-system argument is nil for XEmacs.
5202
5203 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5204 mm-charset-override-alist.
5205
5206 * rfc2047.el: Don't require base64; require rfc2045 for the function
5207 rfc2045-encode-string.
5208 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5209 to quote the parameter value.
5210
5211 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
5212
5213 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5214 form in gnus-group-name-charset-method-alist.
5215
5216 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5217 overrides the default layout edit-form.
5218
5219 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5220
5221 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5222
5223 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
5224
5225 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5226 as unfetched articles.
5227
5228 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
5229
5230 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5231
5232 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
5233
5234 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5235 original back end that keeps marks in the local system.
5236
5237 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
5238
5239 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5240 arg of pop-to-buffer for XEmacs.
5241 (gnus-article-read-summary-keys): Ditto; don't restore window
5242 configuration if summary command ends up with neither article buffer
5243 nor summary buffer; describe bindings if summary keys end with C-h.
5244
5245 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
5246
5247 * message.el (message-fix-before-sending): Skip raw message part to be
5248 forwarded while checking illegible text.
5249 (message-forward-make-body-mime, message-forward-make-body): Mark
5250 signed or encrypted raw message as having no illegible text.
5251
5252 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
5253
5254 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5255 (gnus-message-with-timestamp-1): New macro.
5256 (gnus-message-with-timestamp): New function.
5257 (gnus-message): Use them.
5258
5259 * nnheader.el (nnheader-message): Use them.
5260
5261 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
5262
5263 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5264 .newsrc.eld file.
5265
5266 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
5267
5268 * gnus-agent.el (gnus-agent-fetch-headers)
5269 (gnus-agent-retrieve-headers): Bind
5270 gnus-decode-encoded-address-function to identity.
5271
5272 * nntp.el (nntp-send-xover-command): Recognize an xover command is
5273 available also when the server returns simply a dot.
5274
5275 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5276
5277 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
5278
5279 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5280
5281 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
5282
5283 * gnus-ems.el (gnus-x-splash): Make it work.
5284
5285 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5286 from being used.
5287
5288 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
5289
5290 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5291 the front stickiness.
5292 (gnus-article-summary-command-nosave): Correct the order of the
5293 arguments passed to pop-to-buffer.
5294 (gnus-article-read-summary-keys): Ditto; make it work properly when the
5295 summary command ends up with the article buffer.
5296
5297 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5298 the same faces.
5299
5300 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
5301
5302 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5303
5304 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
5305
5306 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5307 * gnus-sum.el (gnus-summary-highlight):
5308 * mail-source.el (mail-source-delete-old-incoming-confirm):
5309 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5310
5311 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
5312
5313 * gnus-art.el (gnus-mime-view-part-externally)
5314 (gnus-mime-view-part-internally): Fix predicate function passed to
5315 completing-read.
5316
5317 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5318
5319 * gnus.el (gnus-update-message-archive-method): Add :version.
5320
5321 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
5322
5323 * gnus.el (gnus-update-message-archive-method): New variable.
5324
5325 * gnus-start.el (gnus-setup-news): Update saved "archive" method
5326 according to gnus-message-archive-method if
5327 gnus-update-message-archive-method is non-nil.
5328
5329 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
5330
5331 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
5332 by Loic Dachary <loic@dachary.org>.
5333 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5334
5335 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
5336
5337 * message.el (message-pop-to-buffer): Add switch-function argument.
5338 (message-mail): Pass switch-function argument to it.
5339
5340 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
5341
5342 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5343 Improve doc string.
5344
5345 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
5346
5347 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5348 (gnus-header-content)
5349 * gnus-cite.el (gnus-cite-10)
5350 * gnus-srvr.el (gnus-server-closed)
5351 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5352 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5353 (gnus-group-mail-3-empty, gnus-group-mail-low)
5354 (gnus-group-mail-low-empty, gnus-splash)
5355 * message.el (message-header-to, message-header-cc)
5356 (message-header-subject, message-header-other, message-header-name)
5357 (message-header-xheader, message-separator, message-cited-text)
5358 (message-mml): Lighten colors of faces used for dark background.
5359
5360 2007-05-24 Simon Josefsson <simon@josefsson.org>
5361
5362 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5363 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
5364
5365 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
5366
5367 * message.el (message-narrow-to-headers-or-head):
5368 Ignore mail-header-separator in the body.
5369
5370 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
5371
5372 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5373 same as window size.
5374
5375 2007-05-22 Kevin Ryde <user42@zip.com.au>
5376
5377 * message.el (message-font-lock-keywords): Use message-header-xheader
5378 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
5379 ahead of the anything pattern, to get it recognised.
5380
5381 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
5382
5383 * gnus-sum.el (gnus-articles-to-read)
5384 (gnus-summary-insert-old-articles): Don't truncate group name for
5385 `read-string'.
5386
5387 * gnus-util.el (gnus-limit-string): Delete this function.
5388
5389 * gnus-sum.el (gnus-simplify-subject-fully): Use
5390 `truncate-string-to-width' instead.
5391
5392 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
5393
5394 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
5395 if, on summary exit, the next group has to be selected.
5396 (gnus-summary-exit): Use it.
5397
5398 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
5399
5400 * gnus-art.el (gnus-article-mode): Fix comment about displaying
5401 non-break space.
5402
5403 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
5404
5405 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5406 Check if group is not a directory.
5407 (nnfolder-request-expire-articles): Don't delete articles if the target
5408 group is not available.
5409
5410 * nnml.el (nnml-request-create-group): Properly check if group is not a
5411 file.
5412 (nnml-request-expire-articles): Don't delete articles if the target
5413 group is not available.
5414
5415 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5416 Don't quote characters that are within parentheses.
5417
5418 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
5419
5420 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5421 (gnus-handle-ephemeral-exit): Select article according to it.
5422
5423 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
5424
5425 * message.el (message-insert-formated-citation-line): Remove newline.
5426 (message-citation-line-format): Add final \n here so that the user can
5427 avoid a blank line.
5428
5429 2007-05-03 Dan Christensen <jdc@uwo.ca>
5430
5431 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5432 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5433 Update lanl/arXiv support.
5434
5435 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
5436
5437 * gnus.el: Bump version number.
5438
5439 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5440
5441 * gnus.el (gnus-version-number): Bump version.
5442
5443 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5444
5445 * gnus.el: No Gnus v0.6 is released.
5446
5447 2007-04-27 Didier Verna <didier@xemacs.org>
5448
5449 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5450 * gmm-utils.el (gmm-regexp-concat): here.
5451 * message.el: Don't require 'gnus-util.
5452 (message-dont-reply-to-names): Handle name change above.
5453 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5454
5455 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
5456
5457 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5458 since the initial value varies according to the system.
5459
5460 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
5461
5462 * mm-util.el (mm-charset-synonym-alist): Defcustom.
5463
5464 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
5465
5466 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5467
5468 2007-04-24 Didier Verna <didier@xemacs.org>
5469
5470 Improve the type of gnus-ignored-from-addresses.
5471 * gnus-util.el (gnus-orify-regexp): New function.
5472 * message.el (gnus-util): Require it.
5473 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5474 * gnus-sum.el (gnus-ignored-from-addresses): New function.
5475 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5476
5477 2007-04-24 Didier Verna <didier@xemacs.org>
5478
5479 * gnus-sum.el:
5480 * gnus-utils.el: Fix some trailing whitespaces.
5481
5482 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
5483
5484 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5485 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5486 article's Message-ID; refer parent article in summary buffer.
5487
5488 * message.el (message-bounce): Call mime-to-mml.
5489
5490 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
5491
5492 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5493
5494 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
5495
5496 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5497 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5498 displayed of multipart/alternative part if it is invoked from summary
5499 buffer.
5500
5501 * mm-view.el (mm-inline-text-html-render-with-w3m)
5502 (mm-inline-text-html-render-with-w3m-standalone)
5503 (mm-inline-render-with-function): Use mail-parse-charset by default.
5504
5505 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
5506
5507 * parse-time.el (parse-time-string-chars): Check if CHAR
5508 is less than the length of parse-time-syntax.
5509
5510 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
5511
5512 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5513 from gnus-newsgroup-processable.
5514
5515 2007-04-16 Didier Verna <didier@xemacs.org>
5516
5517 * gnus-msg.el (gnus-configure-posting-styles): Handle
5518 message-signature-directory properly with :file syntax. Reported by
5519 "Leo".
5520
5521 2007-04-11 Didier Verna <didier@xemacs.org>
5522
5523 New user option: message-signature-directory.
5524 * gnus-msg.el (gnus-configure-posting-styles): Support it.
5525 * message.el (message-insert-signature): Ditto.
5526 * message.el (message-signature-file): Doc update.
5527 * message.el (message-signature-directory): New.
5528
5529 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
5530
5531 * gnus-msg.el (gnus-inews-yank-articles): Use
5532 message-exchange-point-and-mark instead of exchange-point-and-mark.
5533
5534 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
5535
5536 * message.el (message-yank-original): Make sure cited text ends with
5537 newline; don't exchange point and mark.
5538
5539 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
5540
5541 * tls.el (open-tls-stream): Properly handle case where there
5542 is no associated buffer.
5543
5544 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
5545
5546 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5547 message-yank-original, make sure (< mark TEXT point).
5548
5549 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
5550
5551 * message.el (message-fill-column): New variable.
5552 (message-mode): Use it. Add comment on a possible new hook.
5553
5554 * nnmail.el (nnmail-spool-file): Mark as obsolete.
5555 (nnmail-get-new-mail): Reformat.
5556
5557 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5558
5559 * gmm-utils.el: Fix Commentary.
5560 (gmm-tool-bar-from-list): Fix typo in doc string.
5561
5562 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
5563
5564 * message.el (message-yank-original): Don't switch point and mark
5565 unnecessarily to put point and mark as documented.
5566
5567 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5568
5569 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5570 from the message heads.
5571
5572 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
5573
5574 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5575 article buffer does not have a window. This may not be the best
5576 solution but is certainly better than setting the start of the null,
5577 that is the current, window.
5578
5579 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
5580
5581 * gnus-draft.el (gnus-draft-setup-hook): New hook.
5582 (gnus-draft-setup): Run it.
5583
5584 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5585 gnus-score-fast-scoring. Allow regexp.
5586 (gnus-score-headers): Use it.
5587
5588 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5589 XEmacs.
5590
5591 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5592 string.
5593 (gnus-button-alist): Also catch `<f1> k ...'.
5594 (gnus-treat-display-x-face): Fix doc string.
5595
5596 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5597
5598 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5599 evaluation of gnus-extended-version to ensure correct generation of the
5600 User-Agent header when message-generate-headers-first is used.
5601
5602 2007-03-24 Simon Josefsson <simon@josefsson.org>
5603
5604 * hashcash.el (hashcash-generate-payment-async): Don't crash if
5605 hashcash-path is nil. Don't call callback with incorrect number of
5606 parameters if val is 0.
5607
5608 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5609
5610 * message.el (message-required-news-headers):
5611 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5612
5613 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
5614
5615 * message.el (message-generate-new-buffers): Change the meaning of the
5616 nil value; add `standard' to the choices; treat t as `unique'; improve
5617 doc string.
5618 (gnus-select-frame-set-input-focus): Autoload.
5619 (message-buffer-name): Search for the existing message buffer if
5620 message-generate-new-buffers is nil or `standard'; treat the value t of
5621 message-generate-new-buffers as `unique'.
5622 (message-pop-to-buffer): Raise the frame already displaying the message
5623 buffer; clear the echo area after querying.
5624 (message-setup): Pass the `continue' argument to compose-mail.
5625 (message-mail): Prefer `switch-function' if it is given; search for the
5626 existing message buffer if the `continue' argument is non-nil; pass
5627 continue and switch-function arguments to compose-mail by way of
5628 message-setup.
5629 (message-mail-other-window): Adjust argument of message-setup.
5630 (message-mail-other-frame): Ditto.
5631
5632 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5633
5634 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5635 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5636 to turn font-lock on when turning gnus-message-citation-mode on.
5637
5638 2007-03-06 Daiki Ueno <ueno@unixuser.org>
5639
5640 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5641 (mml-smime-function-alist): New variable; add epg as the backend.
5642 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5643 mml-smime- functions instead.
5644 * mm-view.el: Require smime.
5645
5646 2007-03-05 Didier Verna <didier@xemacs.org>
5647
5648 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5649 instead of just inheritance for posting styles.
5650 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5651
5652 2007-02-24 John Paul Wallington <jpw@pobox.com>
5653
5654 * tls.el (tls-certtool-program): Fix custom type.
5655
5656 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
5657
5658 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5659 and point-at-eol instead of line-(beginning|end)-position.
5660
5661 * assistant.el (assistant-parse-buffer): Ditto.
5662
5663 2007-02-28 Daiki Ueno <ueno@unixuser.org>
5664
5665 * mml2015.el (mml2015-epg-find-usable-key): New function.
5666 (mml2015-epg-sign): Use it.
5667 (mml2015-epg-encrypt): Use it.
5668
5669 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
5670
5671 * message.el (message-make-in-reply-to): Quote name containing
5672 non-ASCII characters. It will make the RFC2047 encoder cause an error
5673 if there are special characters. Reported by NAKAJI Hiroyuki
5674 <nakaji@jp.freebsd.org>.
5675
5676 2007-02-27 Didier Verna <didier@xemacs.org>
5677
5678 Include the group parameters as well as the topic ones in the
5679 inheritance filter process.
5680 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5681 argument GROUP-PARAMS-LIST.
5682 * gnus-topic.el (gnus-group-topic-parameters): Use it.
5683
5684 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
5685
5686 * nntp.el (nntp-never-echoes-commands)
5687 (nntp-open-connection-functions-never-echo-commands): New variables.
5688 (nntp-send-command): Use them.
5689
5690 2007-02-20 Daiki Ueno <ueno@unixuser.org>
5691
5692 * mml2015.el (mml2015-epg-verify): Simplified.
5693
5694 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
5695
5696 * mml.el (mml-content-disposition-alist): New user option.
5697 (mml-content-disposition): New function.
5698 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5699 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5700
5701 2007-02-19 Daiki Ueno <ueno@unixuser.org>
5702
5703 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5704 verification.
5705
5706 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5707
5708 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5709 articles posted in the last 24 hours.
5710
5711 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
5712
5713 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5714
5715 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
5716
5717 * nntp.el (nntp-send-command): Don't wait for echoes when
5718 nntp-open-ssl-stream is used.
5719
5720 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
5721
5722 * gnus-cite.el (gnus-test-font-lock-add-keywords)
5723 (gnus-message-add-citation-keywords)
5724 (gnus-message-remove-citation-keywords): Remove.
5725 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5726 directly, make the variables in font-lock-defaults buffer-local, add
5727 gnus-message-citation-keywords to them and then update the value of
5728 font-lock-keywords.
5729
5730 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
5731
5732 * message.el (message-cite-original-1): Don't call
5733 gnus-article-highlight-citation.
5734
5735 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5736 citations; fix line count.
5737
5738 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5739
5740 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5741 (gnus-message-add-citation-keywords)
5742 (gnus-message-remove-citation-keywords): Use it; fix the emulating
5743 versions of font-lock-add-keywords and font-lock-remove-keywords to
5744 work with XEmacs correctly.
5745
5746 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
5747
5748 * gnus-cite.el (gnus-cite-face-list): Set the values of
5749 gnus-message-max-citation-depth and gnus-message-citation-keywords.
5750 (gnus-message-max-citation-depth): Use defvar rather than defconst.
5751 (gnus-message-cite-prefix-regexp): New variable.
5752 (gnus-message-search-citation-line): Use it; protect against long
5753 citation prefix; fill match data with nil rather than 0 for XEmacs; set
5754 the 0th match data for Emacs.
5755 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5756 (gnus-message-add-citation-keywords): Append keywords rather than
5757 prepending; emulate font-lock-add-keywords if it is not available.
5758 (gnus-message-remove-citation-keywords): Emulate
5759 font-lock-remove-keywords if it is not available.
5760
5761 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5762
5763 * message.el (message-cite-prefix-regexp): Set the value of
5764 gnus-message-cite-prefix-regexp.
5765
5766 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5767
5768 * nnweb.el (nnweb-google-parse-1): Update parser.
5769
5770 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
5771
5772 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5773
5774 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5775
5776 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5777 regexp.
5778
5779 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
5780
5781 * uudecode.el (uudecode-string-to-multibyte): New function emulating
5782 string-to-multibyte.
5783 (uudecode-decode-region-internal): Use it.
5784
5785 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
5786
5787 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5788 custom choice.
5789
5790 * gnus-art.el (gnus-signature-limit): Fix custom choice.
5791
5792 2007-01-22 Daiki Ueno <ueno@unixuser.org>
5793
5794 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5795
5796 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5797 `write-region' to respect `mm-inhibit-file-name-handlers'.
5798
5799 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
5800
5801 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5802 Use gnus-home-directory instead of "~/" or "$HOME".
5803
5804 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
5805
5806 * encrypt.el (encrypt-insert-file-contents): Add better prompt
5807 to mention filename.
5808 Add comments at beginning regarding usage.
5809 (encrypt-write-file-contents): Change interactive so a string is
5810 acceptable. If the file has no associated model, show an error instead
5811 of a nonsense prompt.
5812
5813 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5814
5815 * spam.el (spam-bsfilter-ham-switch): Fix typo.
5816 Thanks to Yoshihiko Yamada for kind notification of this typo.
5817
5818 2007-01-12 Kenichi Handa <handa@m17n.org>
5819
5820 * uudecode.el (uudecode-decode-region-internal): Make it work in a
5821 multibyte buffer.
5822
5823 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
5824
5825 * gnus-score.el (gnus-score-fast-scoring): New variable.
5826 (gnus-score-headers): Use it.
5827
5828 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5829
5830 * message.el (message-cite-original-1): Call
5831 gnus-article-highlight-citation if requested.
5832 (message-make-from): Allow name and address as optional arguments.
5833
5834 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5835
5836 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5837 bugs to doc string.
5838 (gnus-button-alist): Add mid\\|message-id.
5839 (gnus-button-fetch-group): Extend for use in
5840 `browse-url-browser-function'.
5841 (gnus-button-url-regexp): Try to catch paired parentheses like in
5842 Wikipedia URLs.
5843
5844 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5845 Suggested by Simon Krahnke <overlord@gmx.li>.
5846
5847 2007-01-13 Romain Francoise <romain@orebokech.com>
5848
5849 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5850 Update copyright.
5851
5852 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
5853
5854 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5855
5856 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
5857
5858 * gnus-registry.el (gnus-registry-unfollowed-groups)
5859 (gnus-registry-split-fancy-with-parent): Fix documentation.
5860
5861 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5862
5863 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5864 from nnweb groups.
5865
5866 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5867
5868 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5869 Xref urls. Erase buffer before requesting head.
5870
5871 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5872
5873 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
5874
5875 * gnus-soup.el (gnus-soup): New custom group. Make user variables
5876 customizable.
5877
5878 2007-01-05 Daiki Ueno <ueno@unixuser.org>
5879
5880 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5881 no signing key is found.
5882 (mml2015-epg-encrypt): Ask user whether to skip or abort if
5883 no encrypting and/or signing key is found.
5884
5885 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
5886
5887 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5888
5889 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5890
5891 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5892 headers read from disk with the ones newly found in the current search.
5893 This should no longer cause problems, because the article numbers in
5894 Gmane's `nov.php' output are ignored since the previous change.
5895
5896 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5897
5898 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5899
5900 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
5901
5902 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5903
5904 2007-01-01 Romain Francoise <romain@orebokech.com>
5905
5906 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5907
5908 2006-12-31 Steve Youngs <steve@sxemacs.org>
5909
5910 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5911 `define-minor-mode' macro definition expanded properly.
5912 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5913 exclude it there.
5914
5915 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5916 of 2006-12-30. The default is nil on (S)XEmacs already because of the
5917 `fboundp' test.
5918 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5919 This is OK to autoload in (S)XEmacs now.
5920
5921 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5922
5923 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5924 keystroke.
5925 (gnus-summary-limit-to-singletons): Fix typo.
5926
5927 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5928 else fails.
5929
5930 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5931
5932 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5933 docstring.
5934
5935 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5936 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5937 (gnus-summary-insert-dormant-articles): Fix typo in message.
5938
5939 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
5940
5941 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5942 nil for XEmacs.
5943 (gnus-message-citation-mode): Don't autoload in XEmacs.
5944
5945 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5946
5947 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
5948
5949 * nnimap.el (nnimap-expunge-search-string): Mention
5950 nnimap-search-uids-not-since-is-evil in docstring.
5951
5952 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
5953
5954 * spam.el: Revert to make-obsolete-variable because
5955 define-obsolete-variable-alias is not supported in Emacs 21.
5956
5957 * spam.el (spam-ifile-path, spam-ifile-database-path)
5958 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5959 make-obsolete-variable.
5960 (spam-bsfilter-path, spam-bsfilter-program)
5961 (spam-spamassassin-path, spam-spamassassin-program)
5962 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
5963 use "path" inappropriately.
5964 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5965 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5966 variable names.
5967
5968 2006-12-28 Daiki Ueno <ueno@unixuser.org>
5969
5970 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5971 summary buffer.
5972
5973 * password.el (password-cache-remove): Use clear-string to burn
5974 password, if available.
5975
5976 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
5977
5978 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5979
5980 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5981
5982 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5983 (gnus-message-highlight-citation): Move defcustom here from
5984 gnus-cite.el.
5985 (gnus-message-citation-mode): Autoload.
5986
5987 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
5988 checks to make it compile with XEmacs.
5989 (gnus-message-citation-mode): New minor mode.
5990 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5991 (gnus-message-highlight-citation): New variables.
5992 (gnus-message-search-citation-line)
5993 (gnus-message-add-citation-keywords)
5994 (gnus-message-remove-citation-keywords)
5995 (turn-on-gnus-message-citation-mode)
5996 (turn-off-gnus-message-citation-mode): New functions.
5997
5998 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
5999
6000 * gnus-cite.el: Enable highlighting of different citation levels in
6001 message-mode.
6002
6003 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
6004
6005 * message.el (message-make-fqdn): Fix comment.
6006 (message-bogus-system-names): Add ".local".
6007
6008 * spam.el (spam-ifile-path, spam-ifile-program)
6009 (spam-ifile-database-path, spam-ifile-database)
6010 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6011 Don't use "path" inappropriately.
6012 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6013 strings.
6014 (spam-check-ifile, spam-ifile-register-with-ifile)
6015 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6016 new variable names.
6017
6018 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6019 (gnus-treat-display-smileys): Simplify using
6020 gnus-image-type-available-p.
6021
6022 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6023 available.
6024
6025 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6026
6027 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6028 one after turning on the buffer's multibyteness instead of decoding
6029 them directly in the unibyte buffer that causes unexpected conversion
6030 in Emacs 23 (unicode).
6031
6032 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6033
6034 * message.el (message-generate-hashcash): Fix custom type.
6035
6036 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
6037
6038 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6039
6040 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
6041
6042 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6043 disconnect icons. Add help text.
6044
6045 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
6046
6047 * spam.el (spam-extra-header-to-number): CRM114 spam score is
6048 negated to be consistent with the others we handle.
6049
6050 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6051
6052 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6053 version of gnus-summary-buffer to something, so that we can use two
6054 article buffers at the same time.
6055
6056 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
6057
6058 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6059 trigger all the extra headers.
6060 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6061 sorting.
6062
6063 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6064
6065 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6066 solid groups.
6067
6068 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6069
6070 * legacy-gnus-agent.el: Add Copyright notice.
6071
6072 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
6073
6074 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6075
6076 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6077
6078 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6079
6080 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6081 to make it work reliably in CVS Emacs.
6082 (gnus-summary-limit-strange-charsets-predicate)
6083 (gnus-summary-limit-to-predicate): New functions.
6084
6085 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
6086
6087 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6088 specifying array size.
6089 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6090 array if it is too small.
6091 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6092 (gnus-sort-threads-loop): New function.
6093
6094 2006-12-06 Chris Moore <dooglus@gmail.com>
6095
6096 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6097 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6098
6099 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
6100
6101 * mm-url.el (mm-url-predefined-programs): Call curl with correct
6102 options.
6103
6104 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6105
6106 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6107 DOS-ing the recipient.
6108
6109 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6110 the headers when creating the mapping to avoid mismappings.
6111 (nnweb-gmane-create-mapping): Always nix out old mapping.
6112
6113 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
6114
6115 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6116 and mm-verify-option to never.
6117
6118 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
6119
6120 * message.el (message-signed-or-encrypted-p): New function.
6121 (message-forward-make-body): Use it.
6122
6123 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6124 Replace encode-coding-string with mm-encode-coding-string.
6125
6126 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
6127
6128 * nneething.el (nneething-decode-file-name): Replace
6129 decode-coding-string with mm-decode-coding-string.
6130
6131 * gnus-int.el (gnus-open-server): Say failed server's name.
6132
6133 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
6134
6135 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6136 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6137
6138 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6139 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6140 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6141 (gnus-group-make-directory-group, gnus-group-transpose-groups):
6142 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6143 (gnus-subscribe-newsgroup, gnus-1):
6144 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6145 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6146 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6147 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6148
6149 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6150
6151 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6152 keystroke.
6153 (gnus-summary-limit-to-bodies): Implement headersp.
6154
6155 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6156
6157 * dns.el (query-dns): Protect against "Process dns deleted" strings.
6158
6159 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
6160
6161 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6162
6163 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6164
6165 * message.el (message-generate-hashcash): Expand range of values to
6166 include `opportunistic'.
6167 (message-send-mail): Use it.
6168
6169 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6170
6171 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6172 and comment it.
6173
6174 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6175
6176 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
6177
6178 * gnus-util.el (gnus-extract-address-components): Improve comment.
6179
6180 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
6181
6182 * gnus-util.el (gnus-extract-address-components): Work with address in
6183 which the name portion contains @.
6184
6185 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
6186
6187 * gnus.el (gnus-start): Move custom group up.
6188 (gnus-select-method): Don't autoload, but make it available for
6189 `customize-variable'.
6190 (gnus-getenv-nntpserver): Don't autoload.
6191
6192 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
6193
6194 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6195
6196 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
6197
6198 * message.el (message-sendmail-extra-arguments): New variable.
6199 (message-send-mail-with-sendmail): Use it.
6200
6201 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
6202
6203 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6204 mm-with-unibyte-current-buffer to make string unibyte.
6205
6206 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6207 mm-string-as-multibyte.
6208
6209 2006-11-14 Daiki Ueno <ueno@unixuser.org>
6210
6211 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6212 Reported by Werner Koch <wk@gnupg.org>.
6213
6214 2006-11-14 Daiki Ueno <ueno@p360>
6215
6216 * mml2015.el: Autoload epa-select-keys when compiling.
6217
6218 2006-11-13 Daiki Ueno <ueno@unixuser.org>
6219
6220 * mml2015.el (mml2015-epg-sign): Save the signing keys in
6221 message-options.
6222 (mml2015-epg-encrypt): Save the recipient keys in message-options.
6223
6224 2006-11-13 Daiki Ueno <ueno@unixuser.org>
6225
6226 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6227 EasyPG (< 0.0.6).
6228 (mml2015-always-trust): New user option.
6229 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6230 prompt.
6231
6232 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
6233
6234 * nntp.el (nntp-authinfo-force): New variable.
6235 (nntp-send-authinfo): Use it.
6236
6237 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
6238
6239 * message.el (message-strip-subject-encoded-words): Allow _not_ to
6240 decode encoded words. Improve prompt. Add comment about forwarding.
6241 (message-replacement-char): Move up.
6242
6243 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6244
6245 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6246 instead of gnus-intersection because arguments of gnus-sorted-nunion
6247 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
6248
6249 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
6250
6251 * message.el (message-strip-subject-encoded-words): Reformat prompt.
6252 (message-simplify-subject-functions): Enable
6253 message-strip-subject-encoded-words by default.
6254
6255 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
6256
6257 * message.el (message-strip-subject-encoded-words): New function.
6258 (message-simplify-subject-functions): New variable.
6259 (message-simplify-subject): Use it. Fix typo in doc string.
6260 Support message-strip-subject-encoded-words.
6261
6262 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
6263
6264 * gnus-diary.el (gnus-diary-delay-format-function):
6265 * nndiary.el (nndiary-reminders):
6266 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6267
6268 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
6269
6270 * gnus-art.el (article-hide-boring-headers): Fetch date from
6271 gnus-original-article-buffer to avoid problems with localized date
6272 strings.
6273
6274 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
6275
6276 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6277
6278 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
6279
6280 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6281 New variables.
6282 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6283 (mm-charset-synonym-alist): Move some entries to
6284 mm-codepage-iso-8859-list.
6285 (mm-charset-synonym-alist, mm-charset-override-alist): Add
6286 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6287
6288 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
6289
6290 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6291
6292 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6293
6294 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6295 with Emacs 21 and XEmacs.
6296
6297 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
6298
6299 * spam.el (spam-parse-address): New function for better parsing,
6300 catching errors, etc.
6301 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6302
6303 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
6304
6305 * mm-view.el: Add interactive arg to html2text autoload.
6306
6307 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
6308
6309 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6310
6311 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
6312
6313 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6314 variables.
6315 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6316 (mm-charset-synonym-alist): Move some entries to
6317 mm-codepage-iso-8859-list.
6318
6319 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6320
6321 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
6322
6323 * message.el (message-citation-line-format)
6324 (message-insert-formated-citation-line): Fix implementation of %E, %N
6325 and %n according to the doc string.
6326
6327 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
6328
6329 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6330 car-safe to avoid bad parses.
6331
6332 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6333
6334 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6335 names.
6336
6337 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6338
6339 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6340
6341 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6342 header.
6343
6344 * message.el (message-draft-headers): Add Date.
6345 (message-headers-to-generate): Fix typo in docstring.
6346
6347 * nndraft.el (nndraft-required-headers): New variable.
6348 (nndraft-generate-headers): Use it.
6349
6350 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6351
6352 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
6353
6354 * gnus-registry.el (gnus-registry-wash-for-keywords)
6355 (gnus-registry-find-keywords): New functions to allow easy searching of
6356 articles that are in the registry.
6357
6358 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
6359
6360 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6361 ietf-drums-parse-address instead of gnus-extract-address-components.
6362 Reported by Damien Elmes <damien@repose.cx>.
6363
6364 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
6365
6366 * gnus.el (gnus-mime): Remove unused custom group.
6367
6368 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6369
6370 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6371 "blank line" when searching for end of armor headers.
6372
6373 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
6374
6375 * gmm-utils.el (gmm-write-region): Fix variable name.
6376
6377 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
6378
6379 * gmm-utils.el (gmm-write-region): New function based on compatibility
6380 code from `mm-make-temp-file'.
6381
6382 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6383
6384 * nnmaildir.el (nnmaildir--update-nov)
6385 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6386 Use `gmm-write-region'.
6387
6388 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
6389
6390 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6391 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6392
6393 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6394
6395 * message.el (message-replacement-char): New variable.
6396 (message-fix-before-sending): Use it.
6397 (message-simplify-subject): New function to remove duplicate code.
6398 (message-reply, message-followup): Use it.
6399
6400 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6401 gnus-summary-limit-to-articles.
6402
6403 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
6404
6405 * gnus-util.el (gnus-with-local-quit): New macro.
6406
6407 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6408
6409 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
6410
6411 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6412 ignore non-string data.
6413
6414 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
6415
6416 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6417 non-string data (needs to be done in the registry too).
6418
6419 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
6420
6421 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6422 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6423 (gnus-registry-split-fancy-with-parent)
6424 (gnus-registry-fetch-simplified-message-subject-fast)
6425 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6426 Remove text properties on ingress into the registry and when it's saved.
6427 (gnus-registry-clean-empty-function): Fix bug with cleaning the
6428 registry from entries with no groups.
6429
6430 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
6431
6432 * gnus-util.el (gnus-string-remove-all-properties): Add utility
6433 function to remove string properties.
6434
6435 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
6436
6437 * gmm-utils.el (gmm): Adjust custom version.
6438
6439 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6440 custom version.
6441
6442 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6443
6444 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
6445
6446 * gnus-art.el (gnus-insert-prev-page-button)
6447 (gnus-insert-next-page-button): Simplify. Reformat.
6448
6449 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
6450
6451 * gnus-art.el (gnus-insert-prev-page-button)
6452 (gnus-insert-next-page-button): Apply gnus-article-button-face.
6453
6454 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
6455
6456 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6457
6458 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
6459
6460 * gnus-art.el (gnus-insert-mime-button)
6461 (gnus-insert-mime-security-button):
6462 Apply gnus-article-button-face to MIME and security buttons.
6463
6464 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
6465
6466 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6467 readable.
6468
6469 2006-09-20 Steve Youngs <steve@sxemacs.org>
6470
6471 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6472 `browse-url-of-file' instead of `browse-url'.
6473
6474 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6475
6476 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6477 regexp. Articles containing quotation were cut prematurely.
6478
6479 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
6480
6481 * message.el (message-cite-original-1): Use nobody by default for the
6482 value of From header.
6483 (message-reply): Ditto.
6484
6485 2006-09-11 Daiki Ueno <ueno@unixuser.org>
6486
6487 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6488 to the gnus-info. This fixes a bug of inline-PGP message verification.
6489 Reported by Michael Piotrowski <mxp@dynalabs.de>.
6490
6491 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
6492
6493 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6494 mails in the doc string. Add some URLs in comment.
6495 (pop3-movemail): Warn about pop3-leave-mail-on-server.
6496
6497 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
6498
6499 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6500 backslashes handling and the way to find boundaries of quoted strings.
6501
6502 2006-09-07 Daiki Ueno <ueno@unixuser.org>
6503
6504 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6505 mml1991-encrypt-to-self is set and mml1991-signers is not set.
6506 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6507 mml2015-encrypt-to-self is set and mml2015-signers is not set.
6508
6509 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
6510
6511 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
6512 doc string.
6513 (gnus-button-regexp, gnus-button-last): Remove unused variables.
6514
6515 2006-09-06 Simon Josefsson <jas@extundo.com>
6516
6517 * mml2015.el (mml2015-use): Doc fix, mention epg.
6518
6519 2006-09-06 Daiki Ueno <ueno@unixuser.org>
6520
6521 * mml2015.el (mml2015-use): Default to epg, if available.
6522
6523 2006-09-06 Daiki Ueno <ueno@unixuser.org>
6524
6525 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6526 message-sender.
6527 (mml1991-epg-encrypt): Ditto.
6528 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6529 message-sender.
6530 (mml2015-epg-encrypt): Ditto.
6531
6532 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
6533
6534 * message.el (message-send-mail-with-sendmail): Look for sendmail in
6535 several common directories.
6536
6537 2006-09-05 Daiki Ueno <ueno@unixuser.org>
6538
6539 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6540 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6541
6542 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
6543
6544 * gnus-art.el (article-decode-encoded-words): Make it fast.
6545
6546 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
6547
6548 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6549
6550 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6551 in quoted string into `\'.
6552
6553 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6554
6555 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6556 Use standard-syntax-table.
6557
6558 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6559
6560 * gnus-art.el (gnus-decode-address-function): New variable.
6561 (article-decode-encoded-words): Use it to decode headers which are
6562 assumed to contain addresses.
6563 (gnus-mime-delete-part): Remove useless `or'.
6564
6565 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6566 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6567 (gnus-nov-parse-line): Use it to decode From header.
6568 (gnus-get-newsgroup-headers): Ditto.
6569 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6570
6571 * mail-parse.el (mail-decode-encoded-address-region): New alias.
6572 (mail-decode-encoded-address-string): New alias.
6573
6574 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6575 New function.
6576 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6577 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6578 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6579 (rfc2047-decode-string): Ditto.
6580 (rfc2047-decode-address-region): New function.
6581 (rfc2047-decode-address-string): New function.
6582
6583 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
6584
6585 * message.el (message-caesar-buffer-body): Allow rotating headers.
6586
6587 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6588
6589 * message.el (message-insert-formated-citation-line): Fix %f.
6590 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6591
6592 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
6593
6594 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6595 (gnus-bookmark-mouse-available-p): New macro.
6596 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6597 (gnus-bookmark-bmenu-show-infos): Use it.
6598 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6599 (gnus-bookmark-bmenu-hide-infos): Ditto.
6600 (gnus-bookmark-remove-properties): New function.
6601 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6602 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6603 (gnus-bookmark-write-file): Bind coding-system-for-write.
6604 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6605 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6606 group before selecting it.
6607 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6608 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6609 quit-window if it is not available; use gnus-mouse-2 and bind it to
6610 gnus-bookmark-bmenu-select-by-mouse.
6611 (gnus-bookmark-show-details): Remove unused variable `details-list'.
6612 (gnus-bookmark-bmenu-select-by-mouse): New function.
6613
6614 2006-08-13 Romain Francoise <romain@orebokech.com>
6615
6616 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6617 space.
6618
6619 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
6620
6621 * compface.el (uncompface): Use binary rather than raw-text-unix.
6622
6623 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
6624
6625 * compface.el (uncompface): Make sure the eol conversion doesn't take
6626 place when communicating with the external programs. Reported by
6627 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6628
6629 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
6630
6631 * nnheader.el (nnheader-insert-head): Fix typo in comment.
6632
6633 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6634
6635 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6636 Make it more robust by parsing author and date independently.
6637
6638 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6639
6640 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6641
6642 2006-07-28 Daiki Ueno <ueno@unixuser.org>
6643
6644 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6645 first matching secret key.
6646 (mml2015-epg-encrypt): Ditto.
6647
6648 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6649 first matching secret key.
6650 (mml1991-epg-encrypt): Ditto.
6651
6652 * mml2015.el (mml2015-encrypt-to-self): New user option.
6653 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6654 mml2015-epg-encrypt-to-self is set.
6655
6656 * mml1991.el (mml1991-encrypt-to-self): New variable.
6657 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6658 mml1991-epg-encrypt-to-self is set.
6659
6660 * mml2015.el (mml2015-signers): New user option.
6661 (mml2015-epg-sign): Reflect the value of mml2015-signers.
6662 (mml2015-epg-encrypt): Allow to select signing keys.
6663
6664 * mml1991.el (mml1991-signers): New variable.
6665 (mml1991-epg-sign): Reflect the value of mml1991-signers.
6666 (mml1991-epg-encrypt): Allow to select signing keys.
6667
6668 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
6669
6670 * nnheader.el (nnheader-insert-head): Make it work even if the file
6671 uses CRLF for the line-break code.
6672
6673 2006-07-25 Daiki Ueno <ueno@unixuser.org>
6674
6675 * mml2015.el: Require mml-sec instead of password.
6676 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6677 (mml2015-cache-passphrase): Inherit the default value from
6678 mml-secure-cache-passphrase.
6679 (mml2015-passphrase-cache-expiry): Inherit the default value from
6680 mml-secure-passphrase-cache-expiry.
6681
6682 * mml1991.el: Require mml-sec instead of password.
6683 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6684 (mml1991-cache-passphrase): Inherit the default value from
6685 mml-secure-cache-passphrase.
6686 (mml1991-passphrase-cache-expiry): Inherit the default value from
6687 mml-secure-passphrase-cache-expiry.
6688
6689 * mml-sec.el: Require password.
6690 (mml-secure-verbose): New user option.
6691 (mml-secure-cache-passphrase): New user option.
6692 (mml-secure-passphrase-cache-expiry): New user option.
6693
6694 2006-07-24 Daiki Ueno <ueno@unixuser.org>
6695
6696 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6697 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
6698 andreas@altroot.de (Andreas Vögele).
6699
6700 FIXME: Use `tiny change'?
6701
6702 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6703
6704 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6705 workaround for the url package included with Emacs.
6706
6707 * nnweb.el (nnweb-google-create-mapping): Update regexp.
6708
6709 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
6710
6711 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6712 correctly. This fixes a bug caused by the 2006-05-12 change.
6713
6714 2006-07-18 Karl Fogel <kfogel@red-bean.com>
6715
6716 * nnmail.el (nnmail-article-group): If splitting raises an error, give
6717 some information about the error when saying that the `bogus' mail
6718 group will be used.
6719
6720 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
6721
6722 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6723 string.
6724
6725 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
6726
6727 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6728
6729 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6730
6731 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6732
6733 2006-07-10 Daiki Ueno <ueno@unixuser.org>
6734
6735 * mml1991.el (mml1991-function-alist): Add epg.
6736 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6737 (mml1991-epg-encrypt): New functions.
6738
6739 2006-07-10 Daiki Ueno <ueno@unixuser.org>
6740
6741 * mml2015.el (mml2015-verbose): New variable.
6742 (mml2015-cache-passphrase): Ditto.
6743 (mml2015-passphrase-cache-expiry): Ditto.
6744 (mml2015-function-alist): Add epg.
6745 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6746 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6747 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6748 functions.
6749
6750 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6751
6752 * message.el (message-cite-original-1): Preserve region when removing
6753 quoted text due to X-No-Archive in order to avoid bogus attribution
6754 when citing multiple messages.
6755
6756 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6757
6758 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
6759 Kenneth Jacker <khj@be.cs.appstate.edu>.
6760
6761 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
6762
6763 * gnus-diary.el (gnus-user-format-function-d)
6764 (gnus-user-format-function-D): Autoload.
6765
6766 * imap.el (Commentary): Fix typo.
6767
6768 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6769 2006-04-22 contribution.
6770
6771 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6772
6773 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6774 It didn't really fix the bogosity I'm seeing with solid web groups.
6775
6776 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6777
6778 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6779 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6780 created using server names. If we use the feature without declaring
6781 it, Gnus does not properly manage server and group state.
6782
6783 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6784 bound.
6785
6786 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6787
6788 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6789 looking up the method using GROUP's prefix before inventing a new one.
6790 It is used on killed/unknown groups in various places where returning
6791 an all-new method isn't expected by the caller.
6792
6793 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6794 and match semantics of gnus-group-real-prefix.
6795
6796 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
6797
6798 * nnmail.el (nnmail-broken-references-mailers): New variable.
6799 (nnmail-ignore-broken-references): New function generalizing
6800 nnmail-fix-eudora-headers.
6801 (nnmail-fix-eudora-headers): Now obsolete.
6802
6803 * gnus-art.el (gnus-button-handle-custom): Support
6804 `customize-apropos*'.
6805
6806 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6807
6808 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6809
6810 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6811 articles.
6812
6813 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
6814
6815 * message.el (message-cite-reply-above): New variable.
6816 (message-yank-original): Use it.
6817
6818 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
6819
6820 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6821
6822 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
6823
6824 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6825 as read.
6826
6827 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6828
6829 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
6830
6831 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6832 (gnus-bookmark-default-file): Use gnus-directory.
6833 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6834 Remove "*" in doc string.
6835 (gnus-bookmark-write-file): Simplify.
6836 (gnus-bookmark-maybe-sort-alist): Use `when'.
6837 (gnus-bookmark-get-bookmark): Fix typo in doc string.
6838 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6839 FIXME about Emacs 21 and XEmacs compatibility.
6840 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6841 compatibility.
6842 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6843 compatibility.
6844 (gnus-bookmark-menu-heading): Fix version.
6845
6846 2006-06-19 Bastien Guerry <bzg@altern.org>
6847
6848 * gnus-bookmark.el: New file.
6849
6850 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6851
6852 * message.el (message-syntax-checks): Doc fix.
6853
6854 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6855
6856 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6857 unsubscribed groups as if they were killed ones. It causes duplicate
6858 entries in gnus-newsrc-alist.
6859
6860 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
6861
6862 * message.el (message-syntax-checks): Doc fix.
6863 (message-send-mail): Add check for continuation headers.
6864 (message-check-news-header-syntax): Fix regexp used to check for
6865 continuation headers.
6866
6867 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
6868
6869 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6870
6871 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
6872
6873 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6874
6875 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
6876
6877 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6878 default-truncate-lines.
6879
6880 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
6881
6882 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6883 to fill the utf-8 entry.
6884
6885 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6886
6887 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6888
6889 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
6890
6891 * gnus-agent.el (directory-files-and-attributes): Move all the way
6892 forward (the third and final move).
6893 (gnus-agent-read-agentview): Trap reconstruction errors due to
6894 nonexistent directory. Handle by returning nil.
6895
6896 2006-05-30 Didier Verna <didier@xemacs.org>
6897
6898 * message.el (message-dont-reply-to-names): Update the custom type.
6899 * message.el (message-dont-reply-to-names): New defsubst: potentially
6900 convert a list of regexps into a single one.
6901 * message.el (message-get-reply-headers): Use it.
6902 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6903
6904 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
6905
6906 * gnus-agent.el (directory-files-and-attributes): Move forward.
6907
6908 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
6909
6910 * gnus-ml.el (gnus-mailing-list-subscribe)
6911 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6912 (gnus-mailing-list-message): Fix doc strings.
6913
6914 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6915
6916 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6917 of doing it manually.
6918
6919 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
6920
6921 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6922 comment.
6923
6924 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
6925
6926 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6927 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6928 (gnus-agent-read-local): All symbols allocated in my-obarray.
6929 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6930 (gnus-agent-regenerate-group): Check numeric names to see if they are
6931 messages or groups.
6932 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6933 better way of do this...)
6934
6935 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6936 'dummy.group' (there should be a better way of do this...)
6937
6938 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
6939
6940 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6941 (gnus-saved-headers): Ditto.
6942 (gnus-default-article-saver): Mention functions may have properties.
6943 (gnus-article-save): Override gnus-save-all-headers and
6944 gnus-saved-headers by :headers property which saver function may have.
6945 (gnus-summary-save-in-file): Add :headers property.
6946 (gnus-summary-write-to-file): Ditto.
6947
6948 * gnus-sum.el (gnus-summary-save-article): Bind
6949 gnus-prompt-before-saving to t when saving many articles in a file;
6950 always show all headers.
6951
6952 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
6953
6954 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6955 marks.
6956
6957 * message.el (message-indent-citation): Add optional arguments to allow
6958 using it outside of message buffers.
6959
6960 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6961 (gnus-article-treat-unfold-headers): Use it.
6962 (gnus-article-truncate-lines): New variable.
6963 (gnus-article-mode): Use it.
6964 (gnus-article-toggle-truncate-lines): New function.
6965
6966 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6967 gnus-article-toggle-truncate-lines.
6968
6969 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6970 coding system in XEmacs, use binary.
6971
6972 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
6973
6974 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6975 after-load-alist.
6976
6977 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6978 this function should save decoded articles.
6979 (gnus-summary-write-to-file): Use property to specify this function
6980 should save decoded articles and specify gnus-summary-save-in-file
6981 should be used to save articles other than the first one when saving
6982 many articles.
6983 (gnus-summary-save-body-in-file): Use property to specify this
6984 function should save decoded articles.
6985 (gnus-summary-write-body-to-file): Use property to specify this
6986 function should save decoded articles and specify
6987 gnus-summary-save-body-in-file should be used to save articles other
6988 than the first one when saving many articles.
6989
6990 * gnus-sum.el (gnus-summary-save-article): Simplify.
6991
6992 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
6993
6994 * gnus-art.el (gnus-default-article-saver): Add
6995 gnus-summary-write-body-to-file.
6996 (gnus-article-save-coding-system): Don't use coding system object
6997 in XEmacs.
6998 (gnus-read-save-file-name): Add optional `dir-var' argument which
6999 specifies directory in which files are saved; work even if optional
7000 `variable' argument is not specified.
7001 (gnus-summary-write-to-file): Read file name.
7002 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7003 (gnus-summary-write-body-to-file): New function.
7004
7005 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7006 (gnus-summary-local-variables): Add it.
7007 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7008 (gnus-summary-save-article): Remove optional `decode' argument;
7009 determine whether to decode articles by the value of
7010 gnus-default-article-saver; when saving many files using
7011 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7012 it first and use gnus-summary-save-in-file or
7013 gnus-summary-save-body-in-file thereafter unless
7014 gnus-prompt-before-saving is always; move point to article which
7015 will be saved.
7016 (gnus-summary-save-article-file): Revert.
7017 (gnus-summary-write-article-file): Revert.
7018 (gnus-summary-save-article-body-file): Revert.
7019 (gnus-summary-write-article-body-file): New function.
7020
7021 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
7022
7023 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7024
7025 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
7026
7027 * gnus-art.el (gnus-default-article-saver): Doc fix.
7028 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7029 from gnus-summary-save-article-coding-system, and default to a
7030 certain coding system.
7031 (gnus-output-to-file): Add coding cookie and encode text according
7032 to gnus-article-save-coding-system; don't use mm-append-to-file.
7033
7034 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7035 gnus-art.el and rename to gnus-article-save-coding-system.
7036 (gnus-summary-save-article): Require gnus-art; don't show all
7037 headers if it decodes articles; don't add coding cookie here;
7038 don't bind mm-text-coding-system-for-write.
7039 (gnus-summary-save-article-file): Save decoded articles.
7040 (gnus-summary-write-article-file): When saving many files, use
7041 gnus-summary-write-to-file first and gnus-summary-save-in-file
7042 thereafter unless gnus-prompt-before-saving is always.
7043 (gnus-summary-save-article-body-file): Save decoded articles.
7044
7045 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
7046
7047 * nnrss.el (nnrss-check-group): Bind hash-index.
7048
7049 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
7050
7051 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7052 its hash index. Store this hash in `nnrss-group-data'.
7053 (nnrss-read-group-data): Update accordingly.
7054
7055 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
7056
7057 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7058 entry.
7059
7060 * gnus-sum.el (gnus-summary-make-menu-bar): Add
7061 gnus-article-browse-html-article.
7062
7063 2006-05-23 Hynek Schlawack <hynek@ularx.de>
7064
7065 * gnus-sum.el (gnus-summary-mime-map): Add
7066 gnus-article-browse-html-article.
7067 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
7068
7069 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7070 suitable coding systems in customize.
7071
7072 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
7073
7074 * mail-source.el (mail-sources): Fix custom type.
7075
7076 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
7077
7078 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7079 (gnus-summary-expire-articles-now): Shorten prompt.
7080
7081 * gmm-utils.el (wid-edit): Require.
7082 (defun-gmm): Renamed from `gmm-defun-compat'.
7083 (gmm-image-search-load-path): Use it.
7084 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
7085
7086 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
7087
7088 * gnus-sum.el (gnus-summary-save-article-coding-system): New
7089 variable.
7090 (gnus-summary-save-article): Add optional `decode' argument. If
7091 it is set and gnus-summary-save-article-coding-system is non-nil,
7092 save decoded article.
7093 (gnus-summary-write-article-file): Save decoded article if
7094 gnus-summary-save-article-coding-system is non-nil.
7095
7096 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7097 type.
7098
7099 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
7100
7101 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7102
7103 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
7104
7105 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7106 first to test gnus-single-article-buffer which may be buffer-local.
7107
7108 * gnus-sum.el (gnus-summary-setup-buffer): Make
7109 gnus-single-article-buffer buffer-local and nil in ephemeral
7110 group; make gnus-article-buffer, gnus-article-current, and
7111 gnus-original-article-buffer always buffer-local.
7112 (gnus-summary-exit): Kill article buffer belonging to ephemeral
7113 group.
7114 (gnus-handle-ephemeral-exit): Don't move to next summary line.
7115
7116 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
7117
7118 * nnml.el (nnml-request-compact-group): Compressed files might not
7119 have .gz extension.
7120
7121 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7122
7123 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7124 (mm-copy-to-buffer): Use with-current-buffer.
7125 (mm-display-part): Simplify.
7126 (mm-inlinable-p): Add optional arg `type'.
7127
7128 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7129
7130 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7131 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7132 Try harder to show the attachment internally or externally using
7133 gnus-mime-view-part-as-type.
7134
7135 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
7136
7137 * message.el (message-from-style, message-signature-separator)
7138 (message-user-organization-file, message-send-mail-function)
7139 (message-citation-line-function, message-yank-prefix)
7140 (message-indent-citation-function, message-signature)
7141 (message-signature-file, message-signature-insert-empty-line):
7142 Remove autoloads.
7143
7144 * gnus-art.el (gnus-buttonized-mime-types): Remove
7145 "multipart/signed". Revert 2006-04-26 change.
7146
7147 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7148
7149 * gnus.el (gnus-version-number): Bump version.
7150
7151 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
7152
7153 * gnus.el: No Gnus v0.5 is released.
7154
7155 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7156
7157 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7158 fetching articles by message-id.
7159
7160 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7161
7162 * message.el (hashcash): Require hashcash as normal.
7163
7164 * ecomplete.el (ecomplete-highlight-match-line): Use
7165 point-at-eol.
7166 (ecomplete-highlight-match-line): Use `highlight', because that
7167 face exists in both Emacs and XEmacs.
7168
7169 * message.el (message-display-abbrev): Use point-at-bol.
7170
7171 * mail-source.el: Don't require timer/timer-funcs.
7172
7173 * gnus-async.el: Ditto.
7174
7175 * password.el: Ditto.
7176
7177 * mm-url.el: Ditto.
7178
7179 * mm-util.el: Require timer/timer-funcs.
7180
7181 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7182
7183 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7184 Close.
7185
7186 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
7187
7188 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7189 unibyte after clear-decrypt function runs.
7190
7191 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7192 returns as a unibyte string.
7193
7194 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
7195
7196 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7197 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7198 (mml1991-pgg-encrypt): Ditto.
7199
7200 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
7201
7202 * message.el (message-user-organization-file): Check several
7203 locations of the organization file.
7204
7205 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7206 Add gnus-article-view-part-as-type.
7207
7208 * gnus-art.el (gnus-article-view-part-as-type): New function.
7209
7210 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7211 .mobi and .travel. Remove .nato, .bitnet and .uucp.
7212
7213 * mml.el: Simplify autoload.
7214 (mml-mode): defvar dnd-protocol-alist instead of using
7215 symbol-value.
7216 (mml-default-directory): New variable.
7217 (mml-minibuffer-read-file): Use it.
7218 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7219
7220 * message.el (message-citation-line-format): New variable.
7221 (message-insert-formated-citation-line): New function.
7222 (message-citation-line-function): Add
7223 `message-insert-formated-citation-line' to custom type.
7224
7225 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7226 to doc string.
7227
7228 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7229 depending on mm-verify-option.
7230
7231 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
7232
7233 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7234 binding pgg-* variables; reimplement the section which prevents
7235 MIME header from being signed.
7236 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7237 pgg-text-mode; remove a blank line at the top of body.
7238
7239 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7240 lines at the top of body; use gnus-newsgroup-charset if there's no
7241 Charset header.
7242
7243 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
7244
7245 * message.el (message-self-insert-commands): Doc fix.
7246
7247 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7248 (mm-uu-pgp-encrypted-test): Ditto.
7249 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7250 between header and body; return application/pgp-encrypted handle
7251 if decryption failed; decode decrypted body by charset.
7252
7253 * mm-decode.el (mm-automatic-display): Don't make application/pgp
7254 element match to application/pgp-*.
7255
7256 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7257
7258 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7259 HTML.
7260
7261 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7262
7263 * mail-source.el (mail-source-call-script): Message the error
7264 string.
7265
7266 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7267
7268 * gnus-util.el (gnus-byte-compile): Use it.
7269
7270 2006-04-22 xyblor <fake@invalid.email> (tiny change)
7271
7272 * gnus-util.el (kill-empty-logs): New function.
7273
7274 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7275
7276 * message.el (message-mail-alias-type): Doc fix.
7277 (message-mail-alias-type-p): New function.
7278 (message-send): Use it.
7279 (message-mode): Ditto.
7280 (message-strip-forbidden-properties): Ditto.
7281
7282 * ecomplete.el (ecomplete-database-file-coding-system): New
7283 variable.
7284 (ecomplete-save): Use it.
7285 (ecomplete-setup): Use it.
7286
7287 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
7288
7289 * message.el (message-self-insert-commands): New variable.
7290 (message-strip-forbidden-properties): Use it.
7291
7292 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7293
7294 * message.el (message-put-addresses-in-ecomplete): Use a regexp
7295 that doesn't make XEmacs choke.
7296
7297 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
7298
7299 * gnus-util.el (gnus-replace-in-string):
7300 Prefer replace-regexp-in-string over of replace-in-string.
7301
7302 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
7303
7304 * gnus-util.el (gnus-select-frame-set-input-focus):
7305 Use select-frame-set-input-focus if it is available in XEmacs; use
7306 definition defined in Emacs 22 for old Emacsen.
7307
7308 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
7309
7310 * mm-view.el (mm-inline-text): Use equal instead of equalp.
7311
7312 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
7313
7314 * gnus-registry.el (gnus-registry-cache-save): Remove text
7315 properties when saving via the temp buffer.
7316
7317 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
7318
7319 * message.el (message-generate-hashcash): Honor custom type.
7320
7321 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7322
7323 * message.el (message-generate-hashcash): Default to non-nil when
7324 hashcash is found.
7325
7326 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7327 (gnus-refer-thread-limit): Increase default to 500.
7328
7329 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7330
7331 * flow-fill.el (fill-flowed): Allow delete-space.
7332
7333 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
7334
7335 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7336 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7337 Remove autoloads.
7338
7339 2006-04-18 Simon Josefsson <jas@extundo.com>
7340
7341 * message.el (message-generate-hashcash): Default to.
7342
7343 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
7344
7345 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7346 concatenating segments rather than before concatenating them.
7347
7348 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
7349
7350 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7351
7352 * imap.el (imap-quote-specials): New function.
7353 (imap-login-auth): Quote specials.
7354
7355 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7356
7357 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7358
7359 * message.el (message-forward-make-body-plain): Allow
7360 message-forward-ignored-headers to be a list.
7361 (message-remove-ignored-headers): Factor out into function.
7362 (message-forward-make-body-mml): Use it.
7363 * rfc2231.el (rfc2231-parse-string): Remove dead code.
7364 (rfc2231-parse-string): Allow concatanation of parameters that
7365 aren't contiguous. The test case is
7366 (mail-header-parse-content-type "message/external-body;
7367 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7368 access-type=LOCAL-FILE;
7369 name*1*=plugh%2fhello-sailor%2fbing.pdf")
7370
7371 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
7372
7373 * nntp.el (nntp-accept-process-output): Return the value of
7374 `nnheader-accept-process-output'.
7375
7376 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7377
7378 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7379 (gnus-button-alist): Recognize more diff formats.
7380 (gnus-button-patch): Strip directory.
7381
7382 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
7383
7384 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7385 Emacs 22 when setting focus.
7386
7387 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7388
7389 * gnus-art.el (gnus-article-treat-types): Do treatment of
7390 text/x-verbatim parts.
7391 (gnus-button-patch): New command.
7392
7393 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7394 addresses that contain invalid characters.
7395
7396 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7397
7398 * message.el (message-put-addresses-in-ecomplete): Use
7399 gnus-replace-in-string.
7400 (message-is-yours-p): Use the more correct
7401 mail-header-parse-address instead of
7402 mail-extract-address-components.
7403 (message-put-addresses-in-ecomplete): Fix typo.
7404
7405 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7406 keystroke.
7407
7408 * gnus-art.el (gnus-treatment-function-alist): Change order of
7409 newsgroups/generic header folding to avoid double-folding.
7410
7411 * message.el (message-hidden-headers): Add X-Draft-From.
7412
7413 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7414 command.
7415 (gnus-summary-repeat-search-article-backward): New command.
7416
7417 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7418 groups in the parent topic.
7419
7420 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
7421
7422 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7423 (spam-extra-header-to-number): Return the CRM114 number as a
7424 number instead of a string.
7425
7426 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7427
7428 * gnus-art.el (gnus-face-properties-alist): Moved here from
7429 gnus-fun.
7430
7431 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7432
7433 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7434
7435 * message.el (message-strip-forbidden-properties): Only display on
7436 self-insert-command.
7437
7438 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7439 reindent.
7440 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7441
7442 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
7443
7444 * smiley.el (smiley-style): Fix typo.
7445
7446 2006-03-23 Kenichi Handa <handa@m17n.org>
7447
7448 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
7449 instead of set-buffer-multibyte.
7450
7451 2006-03-23 Kenichi Handa <handa@m17n.org>
7452
7453 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7454 buffer and then decode the buffer text if necessary.
7455 (rfc2231-encode-string): Be sure to work on multibyte buffer at
7456 first, and after mm-encode-body, change the buffer to unibyte.
7457
7458 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7459
7460 * hashcash.el (hashcash-insert-payment-async-2): Use
7461 message-goto-eoh instead of doing it manually.
7462 (mail-add-payment): Use message-narrow-to-header instead of trying
7463 to do the same itself.
7464
7465 * message.el (message-hidden-headers): Add Face.
7466
7467 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7468 reparenting code.
7469 (gnus-summary-reparent-children): Refactored out code.
7470 (gnus-summary-thread-map): New keystroke.
7471 (gnus-summary-reparent-children): Make into command.
7472
7473 * smiley.el (smiley-style): Default to `medium' if using a large
7474 font.
7475
7476 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7477 does it itself.
7478
7479 * message.el (message-point-in-header-p): Simplify definition.
7480
7481 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7482
7483 * nnagent.el (nnagent-request-set-mark): Silence log file
7484 writing.
7485 (nnagent-request-set-mark): Use write-region instead of
7486 append-to-file.
7487
7488 * gnus-sum.el (gnus-read-header): Fudge article number if using a
7489 strange select method.
7490
7491 * ecomplete.el (ecomplete-display-matches): Get highlightling
7492 right.
7493 (ecomplete-display-matches): Use literals.
7494 (ecomplete-display-matches): Disable message logging.
7495
7496 * message.el (message-display-abbrev): Small optimization.
7497
7498 * ecomplete.el (ecomplete-display-matches): Allow automatic
7499 display.
7500
7501 * message.el (message-strip-forbidden-properties): Display
7502 abbrevs.
7503 (message-display-abbrev): Get automatic display right.
7504
7505 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7506 keystrokes.
7507
7508 2006-04-13 Romain Francoise <romain@orebokech.com>
7509
7510 TODO: Backport to v5-10!
7511
7512 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7513 Moved here (and renamed) from gnus-registry.el.
7514
7515 * gnus-registry.el: Require gnus-util.
7516 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7517
7518 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7519
7520 * gnus-group.el (gnus-group-catchup-current): Change
7521 if-then-else-if-then-else into cond.
7522 (gnus-group-catchup): Indent.
7523 (group-name-at-point): New function.
7524 (gnus-fetch-group): Provide default from thing at point.
7525
7526 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7527
7528 * message.el (message-display-abbrev): Fix regexp.
7529
7530 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7531 choosing.
7532 (ecomplete-highlight-match-line): Fix up code rewrite, remove
7533 dead variables.
7534
7535 * message.el (message-newline-and-indent): Remove debugging.
7536 (message-display-abbrev): Use new implementation.
7537
7538 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
7539
7540 * gnus-art.el (gnus-article-mode): Set
7541 cursor-in-non-selected-windows to nil.
7542
7543 * smiley.el: Revert previous change.
7544 (smiley-data-directory): defvar it before using it in the
7545 defcustom of `smiley-style'.
7546
7547 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7548
7549 * message.el (message-newline-and-indent): New function.
7550
7551 * ecomplete.el: Implement more bits.
7552
7553 * message.el (message-put-addresses-in-ecomplete): Clean up the
7554 string.
7555
7556 * ecomplete.el (ecomplete-add-item): Chop off decimals.
7557
7558 * gnus-sum.el (gnus-summary-save-parts): Bind
7559 gnus-summary-save-parts-counter and use it to make unique file
7560 names.
7561
7562 * gnus-art.el (gnus-ignored-headers): Add some more headers.
7563
7564 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7565 parameter to say whether to actually parse the individual
7566 addresses.
7567
7568 * message.el (message-put-addresses-in-ecomplete): New function.
7569 (ecomplete): Require.
7570 (message-mail-alias-type): Add ecomplete as an option.
7571
7572 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
7573
7574 * flow-fill.el (fill-flowed): Remove trailing space from blank
7575 quoted lines.
7576
7577 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7578
7579 * smiley.el (smiley-style): Move definition later to avoid a
7580 compilation warning.
7581
7582 2006-04-12 Kenichi Handa <handa@m17n.org>
7583
7584 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7585 buffer and then decode the buffer text if necessary.
7586 (rfc2231-encode-string): Be sure to work on multibyte buffer at
7587 first, and after mm-encode-body, change the buffer to unibyte.
7588 Use mm-disable-multibyte instead of set-buffer-multibyte.
7589
7590 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
7591
7592 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7593 Content-Type header instead of Content-Disposition header.
7594 (gnus-mime-inline-part): Ditto.
7595 (gnus-mime-view-part-as-charset): Ignore charset that the part
7596 specifies.
7597
7598 * mm-decode.el (mm-display-part): Work with external parts and
7599 usual parts similarly.
7600
7601 * mm-extern.el (mm-inline-external-body): Use mm-display-part
7602 instead of gnus-display-mime.
7603
7604 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7605 instead of with-temp-buffer.
7606
7607 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7608 tag to summarized topics part in order to encode non-ASCII text.
7609
7610 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
7611
7612 * smiley.el (smiley-style): New variable.
7613 (smiley-directory): New function.
7614 (smiley-data-directory): Derive from `smiley-style' using
7615 `smiley-directory'.
7616 (smiley-regexp-alist): Add new entries.
7617
7618 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7619 (gnus-article-browse-delete-temp): Add :version.
7620
7621 2006-04-11 Arne Jørgensen <arne@arnested.dk>
7622
7623 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7624 the sieve region.
7625
7626 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7627
7628 * gnus.el (gnus-version-number): Bump version.
7629
7630 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
7631
7632 * gnus.el: No Gnus v0.4 is released.
7633
7634 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7635
7636 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7637 layout.
7638
7639 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7640 unknown charset.
7641
7642 * message.el (message-header-synonyms): Add Original-To to the
7643 default.
7644
7645 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7646 optional parameter.
7647
7648 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
7649
7650 * gnus-fun.el (gnus): Require it for gnus-directory.
7651
7652 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7653
7654 * gnus-fun.el (gnus-face-properties-alist): Add :version.
7655
7656 2006-04-05 Daiki Ueno <ueno@unixuser.org>
7657
7658 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7659
7660 2006-04-05 Simon Josefsson <jas@extundo.com>
7661
7662 * password.el (password-reset): New function.
7663
7664 2006-04-05 Daiki Ueno <ueno@unixuser.org>
7665
7666 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7667 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7668
7669 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7670
7671 * nnweb.el (nnweb-google-create-mapping): Update regexp.
7672 Some whitespace was matched into the url, which broke browsing hits
7673 > 100 when mm-url-use-external was nil.
7674
7675 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
7676
7677 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7678 gnus-extra-headers for 'Newsgroups.
7679
7680 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7681 bound.
7682
7683 2006-04-04 Daiki Ueno <ueno@unixuser.org>
7684
7685 * pgg-gpg.el: Clean up process buffers every time gpg processes
7686 complete.
7687
7688 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
7689
7690 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7691 doc string.
7692
7693 2006-04-03 Daiki Ueno <ueno@unixuser.org>
7694
7695 * pgg-gpg.el (pgg-gpg-process-filter)
7696 (pgg-gpg-wait-for-completion): Check if buffer is alive.
7697
7698 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7699 lines, temporary fix.
7700
7701 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7702
7703 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7704
7705 2006-03-29 Daiki Ueno <ueno@unixuser.org>
7706
7707 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7708 default-enable-multibyte-characters. This reverts the change from
7709 revision 6.17 which is no longer necessary because the passphrase
7710 is sent separately now. GnuPG messages are unreadable under
7711 multibyte locales with default-enable-multibyte-characters set to
7712 nil.
7713
7714 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7715
7716 * message.el (message-tool-bar-gnome): Move "spell".
7717
7718 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
7719
7720 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7721 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
7722 instead.
7723
7724 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
7725
7726 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7727 newsgroups handling for NNTP overviews which don't include
7728 Newsgroups.
7729
7730 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7731
7732 * message.el (message-resend): Bind message-generate-hashcash to nil.
7733
7734 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7735
7736 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7737 when searching for already-paid recipients.
7738
7739 2006-03-27 Daiki Ueno <ueno@unixuser.org>
7740
7741 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7742 passphrases when it is not needed.
7743 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7744 passphrase stuff from gpg, should only be necessary when you use
7745 gpg with a smartcard.
7746
7747 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
7748
7749 * mml.el (mml-insert-mime): Ignore cached contents of
7750 message/external-body part.
7751
7752 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7753 (mm-insert-part): Ditto.
7754
7755 2006-03-23 Simon Josefsson <jas@extundo.com>
7756
7757 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7758 Reiner.
7759 (pgg-gpg-use-agent-p): Use it again.
7760
7761 2006-03-23 Simon Josefsson <jas@extundo.com>
7762
7763 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7764 older emacsen.
7765 (pgg-gpg-use-agent-p): Don't use it.
7766
7767 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
7768
7769 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7770 if we can.
7771
7772 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
7773
7774 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7775 (pgg-gpg-update-agent): New function.
7776 (pgg-gpg-use-agent-p): New function.
7777 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7778 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7779 (pgg-gpg-sign-region): Use it.
7780
7781 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
7782
7783 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7784 Reported by Ralf Wachinger <rwachinger@gmx.de>.
7785
7786 2006-03-21 Simon Josefsson <jas@extundo.com>
7787
7788 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7789 <wilde@sha-bang.de>.
7790 (pgg-gpg-use-agent): New variable.
7791 (pgg-gpg-process-region): Use it.
7792 (pgg-gpg-encrypt-region): Likewise.
7793 (pgg-gpg-encrypt-symmetric-region): Likewise.
7794 (pgg-gpg-decrypt-region): Likewise.
7795 (pgg-gpg-sign-region): Likewise.
7796 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7797
7798 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
7799
7800 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7801
7802 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7803 Add comment on version.
7804
7805 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
7806
7807 * smiley.el: Add missing test smiley.
7808
7809 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
7810
7811 * mm-decode.el (mm-with-part): New macro.
7812 (mm-get-part): Use it; work with message/external-body as well.
7813 (mm-save-part): Treat name and filename equally.
7814
7815 * mm-extern.el (mm-extern-cache-contents): New function.
7816 (mm-inline-external-body): Use it; force the part to be displayed;
7817 move undisplayer added to the cached handle to the parent.
7818
7819 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7820 (gnus-mime-view-part-as-type): Work with message/external-body.
7821
7822 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7823
7824 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
7825
7826 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7827 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
7828 Emacs.]
7829
7830 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
7831
7832 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7833 path rather than symbol. Always return list of directories.
7834 Guarantee that image directory comes first. [Sync with image.el,
7835 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
7836
7837 * message.el (message-make-tool-bar): Adjust to new API of
7838 `gmm-image-load-path-for-library'.
7839
7840 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7841
7842 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7843
7844 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7845
7846 * gnus-art.el (gnus-article-only-boring-p):
7847 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7848 intangible text.
7849 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7850
7851 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
7852
7853 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
7854 `defun' instead of `gmm-defun-compat'.
7855
7856 2006-03-14 Simon Josefsson <jas@extundo.com>
7857
7858 * message.el (message-unique-id): Don't use message-number-base36
7859 if (user-uid) is a float.
7860 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7861
7862 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
7863
7864 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7865
7866 * gnus-art.el (gnus-mime-display-single): Make sure there is an
7867 empty line between a part and a message part.
7868
7869 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7870
7871 * smiley.el: Add more test smileys.
7872 (smiley-data-directory, smiley-regexp-alist)
7873 (gnus-smiley-file-types): Fix doc strings.
7874 (smiley-update-cache): Clear smiley-cached-regexp-alist before
7875 adding new elements.
7876 (smiley-mouse-map): Unused code. Make it a comment.
7877
7878 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7879
7880 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7881 scan latest NoCeM messages instead of old ones.
7882 (gnus-nocem-check-article): Fix regexps so as to match to PGP
7883 delimiters that are recently used.
7884 (gnus-nocem-load-cache): Add autoload cookie.
7885
7886 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7887
7888 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7889 level which is larger than gnus-use-nocem is specified.
7890
7891 * gnus-group.el (gnus-group-get-new-news): Ditto.
7892
7893 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
7894
7895 * gnus-util.el (gnus-tool-bar-update): New function.
7896
7897 * gnus-group.el (gnus-group-update-tool-bar): New variable.
7898 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7899
7900 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7901
7902 * gnus-group.el (gnus-group-redraw-when-idle)
7903 (gnus-group-redraw-check): Remove.
7904 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7905
7906 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
7907
7908 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7909 if optional last element is specified in splits (FIELD VALUE...).
7910
7911 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
7912
7913 * message.el (message-make-tool-bar): Rename gmm-image-load-path
7914 to gmm-image-load-path-for-library. Call with no-error argument.
7915 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7916
7917 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7918
7919 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7920
7921 * gmm-utils.el (gmm-image-load-path): Remove alias.
7922
7923 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
7924
7925 * gmm-utils.el (gmm-image-load-path): Add alias.
7926
7927 * nnml.el (nnml-generate-nov-databases-directory): Rename from
7928 nnml-generate-nov-databases-1.
7929 (nnml-generate-nov-databases): Use it.
7930 (nnml-generate-nov-databases-directory): Document no-active
7931 argument.
7932
7933 * gmm-utils.el (gmm-image-load-path-for-library): Return single
7934 directory if path is t. Add no-error.
7935
7936 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7937 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7938
7939 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7940 resetting gnus-article-browse-html-temp-list.
7941
7942 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7943 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
7944 Add example to docstring. Rename local variables. Move error
7945 checks to default case in cond and simplify.
7946
7947 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
7948
7949 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7950 handle is multipart when calling it recursively.
7951 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7952
7953 2006-03-03 Daniel Pittman <daniel@rimspace.net>
7954
7955 * nnimap.el (nnimap-request-update-info-internal): Optimize.
7956 Don't `gnus-uncompress-range' to avoid excessive memory usage.
7957
7958 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
7959
7960 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7961 is loaded.
7962
7963 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7964 loaded.
7965
7966 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7967
7968 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7969 to "Emacs 23 (unicode)" in doc string.
7970
7971 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7972 "Emacs 23 (unicode)" in comment.
7973
7974 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
7975
7976 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7977
7978 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7979 characters 160 through 255 in Emacs 23.
7980
7981 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7982
7983 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7984 gnus-article-browse-html-temp.
7985 (gnus-article-browse-delete-temp): Make it customizable. Add
7986 `file'. Adjust doc string.
7987 (gnus-article-browse-delete-temp-files): Add argument. Allow
7988 query for each file. Adjust doc string.
7989 (gnus-article-browse-html-parts): Add
7990 `gnus-article-browse-delete-temp-files' to
7991 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7992
7993 2006-03-02 Hynek Schlawack <hynek@ularx.de>
7994
7995 * gnus-art.el (gnus-article-browse-html-temp)
7996 (gnus-article-browse-delete-temp): New variables.
7997 (gnus-article-browse-delete-temp-files): New function.
7998 (gnus-article-browse-html-parts): Use it.
7999
8000 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
8001
8002 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8003
8004 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8005 string.
8006
8007 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8008 gnus-summary-insert-new-articles when unplugged. Remove
8009 gnus-summary-search-article-forward.
8010
8011 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8012 display-visual-class instead of display-color-cells.
8013
8014 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
8015
8016 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8017 message/* containing non-ASCII text properly.
8018
8019 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
8020
8021 * message.el: Require gmm-utils, remove autoloads.
8022 (message-tool-bar): Set default based on
8023 gmm-tool-bar-style.
8024 (message-tool-bar-gnome): Add gmm-customize-mode.
8025
8026 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8027 gmm-tool-bar-style.
8028 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8029
8030 * gnus-group.el (gnus-group-tool-bar): Set default based on
8031 gmm-tool-bar-style.
8032 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8033
8034 * gmm-utils.el (gmm-image-directory): Rename variable from
8035 gmm-image-load-path.
8036 (gmm-image-load-path): Use gmm-image-directory.
8037 (gmm-customize-mode): New function.
8038 (gmm-tool-bar-style): New variable.
8039
8040 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8041 gnus-group-redraw-line-number.
8042 (gnus-group-redraw-check): Simplify.
8043 (gnus-group-tool-bar-update): Remove redraw check.
8044 (gnus-group-make-tool-bar): Add redraw check.
8045
8046 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
8047
8048 * gnus-art.el (gnus-button): Add missing parentheses.
8049
8050 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
8051
8052 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8053
8054 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
8055
8056 * gnus-art.el (gnus-button): New face.
8057 (gnus-article-button-face): Use it.
8058
8059 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8060 gnus-summary-next-page. Re-order.
8061
8062 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8063 next-node are now included.
8064 (gnus-group-redraw-line-number): New internal variable.
8065 (gnus-group-redraw-check): Helper function for updating the tool
8066 bar.
8067 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8068
8069 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8070
8071 * spam.el (spam-spamassassin-score-regexp): New internal variable.
8072 (spam-extra-header-to-number, spam-check-spamassassin-headers):
8073 Use it to match format of Spamassassin 3.0 and later. Reported by
8074 IRIE Tetsuya <irie@t.email.ne.jp>.
8075 (spam-check-bogofilter)
8076 (spam-bogofilter-register-with-bogofilter): Fix args of
8077 `gnus-error' calls.
8078
8079 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
8080
8081 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8082 unnecessary interaction when sending queued mails. Reported by
8083 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8084
8085 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
8086
8087 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8088 first or last are nil.
8089
8090 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8091
8092 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8093
8094 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8095
8096 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8097
8098 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8099
8100 * dns.el (query-dns): Protect more against buggy tcp output.
8101
8102 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
8103
8104 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8105 nov.php.
8106
8107 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
8108
8109 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8110 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8111 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
8112 output on the server side.
8113 (nnweb-google-create-mapping): Update regexps and add some
8114 progress indication.
8115
8116 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
8117
8118 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8119 gnus-agent-toggle-plugged. Re-order icons.
8120 (gnus-group-tool-bar-gnome): Add
8121 gnus-group-{prev,next}-unread-group.
8122 (gnus-group-tool-bar-gnome): Re-order icons.
8123
8124 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8125 gnus-summary-insert-new-articles.
8126
8127 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8128 comments.
8129
8130 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
8131 also available in Emacs 21.3.
8132
8133 * message.el (message-fix-before-sending): Change "Emacs 22" to
8134 "Emacs 23 (unicode)" in comment.
8135
8136 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8137 "Emacs 23 (unicode)" in comment.
8138
8139 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8140 comment.
8141 (mm-coding-system-p): Add comment about no-MULE XEmacs.
8142
8143 * mm-view.el (mm-fill-flowed): Add :version.
8144
8145 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
8146
8147 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8148 and load-path.
8149
8150 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
8151
8152 * message.el: Autoload gmm-image-load-path.
8153 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8154 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
8155 consitency.
8156
8157 * gmm-utils.el (gmm-image-load-path): Also search in
8158 "../etc/images". Don't set gmm-image-load-path if we don't find
8159 the image.
8160
8161 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
8162
8163 * gmm-utils.el (gmm-image-load-path): Don't make
8164 `gmm-image-load-path' include subdirectories which the second arg
8165 `image' might specify.
8166
8167 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8168 subdirectory to icon file names.
8169
8170 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8171
8172 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
8173
8174 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8175 gmm-image-load-path calls.
8176
8177 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8178
8179 * message.el (message-make-tool-bar): Ditto.
8180
8181 * mml.el (mml-preview): Added comment concerning tool bar icons.
8182
8183 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8184 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8185
8186 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8187 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8188
8189 * message.el (message-tool-bar-gnome): Use new icon names.
8190 (message-make-tool-bar): Use `gmm-image-load-path'.
8191
8192 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8193 functions from MH-E.
8194 (gmm-image-load-path): New variable from MH-E.
8195 (gmm-image-load-path): New function from MH-E. Added arguments
8196 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
8197 *-image-load-path-called-flag.
8198
8199 2006-02-21 Milan Zamazal <pdm@brailcom.org>
8200
8201 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8202
8203 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
8204
8205 * nnimap.el (nnimap-request-move-article): Change folder back to
8206 source group before deleting.
8207
8208 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
8209
8210 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8211
8212 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8213 mm-url.
8214
8215 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8216
8217 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
8218
8219 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8220 coding system which mm-charset-to-coding-system returns for a
8221 given charset is valid.
8222
8223 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
8224
8225 * html2text.el (html2text-remove-tag-list):
8226 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8227
8228 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
8229
8230 * gnus-cus.el: Revert 2005-10-17 change.
8231
8232 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
8233
8234 * gnus-art.el (article-strip-banner): Call
8235 article-really-strip-banner only when the regexp match is made.
8236
8237 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
8238
8239 * gnus-art.el (article-strip-banner): Use
8240 gnus-extract-address-components instead of
8241 mail-header-parse-addresses to make it work with non-ASCII text;
8242 remove mail-encode-encoded-word-string.
8243
8244 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8245 values which are surrounded with \"...\"; make it never cause a
8246 Lisp error; give up parsing of parameters if it failed in
8247 extracting type.
8248
8249 2006-02-14 Arne Jørgensen <arne@arnested.dk>
8250
8251 * smime.el (smime-cert-by-ldap-1): Fix bug where
8252 `smime-ldap-search' returns results without userCertificates.
8253
8254 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
8255
8256 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8257
8258 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8259
8260 * spam.el (spam-check-spamassassin-headers): Adapt format for
8261 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
8262 <ari@mbf.ocn.ne.jp>.
8263 (spam-list-of-processors): Add spam-use-gmane.
8264
8265 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
8266
8267 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8268 make-temp-file; make it work with XEmacs as well.
8269
8270 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8271 mm-make-temp-file.
8272
8273 * mm-decode.el (mm-display-external): Use the 3rd arg of
8274 mm-make-temp-file.
8275 (mm-create-image-xemacs): Ditto.
8276
8277 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
8278
8279 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8280 with message-narrow-to-headers.
8281 (gnus-draft-setup): Narrow to header to run message-fetch-field.
8282 (gnus-draft-check-draft-articles): New function.
8283 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8284
8285 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
8286
8287 * gnus-art.el (gnus-article-browse-html-parts):
8288 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8289 Don't use suffix argument for mm-make-temp-file for Emacs 21
8290 compatibility. Remove useless `format'.
8291
8292 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
8293
8294 * nnweb.el (nnweb-google-wash-article): Update regexps.
8295 (nnweb-group-alist): Use defvoo instead of defvar.
8296
8297 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
8298
8299 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8300 re-loading nn* modules.
8301
8302 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
8303
8304 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8305 for `tool-bar-mode' and don't check it's default-value.
8306
8307 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8308
8309 * message.el (message-make-tool-bar): Ditto.
8310
8311 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8312 `substring'. Shorten tmp-file name.
8313
8314 * gnus.el: Remove bogus comment.
8315
8316 2006-02-10 Hynek Schlawack <hynek@ularx.de>
8317
8318 * gnus-art.el (gnus-article-browse-html-parts): New function.
8319 (gnus-article-browse-html-article): New function for viewing html
8320 articles with a browser.
8321
8322 2006-02-09 Daiki Ueno <ueno@unixuser.org>
8323
8324 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8325 (mml2015-pgg-encrypt): Ditto.
8326
8327 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8328 (mml1991-pgg-encrypt): Ditto.
8329
8330 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
8331
8332 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8333 message-make-date instead of current-time-string.
8334
8335 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8336 to gnus-decoded which mm-uu might set.
8337
8338 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
8339
8340 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8341 don't decode quoted parameters; remove misimported Emacs code.
8342 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8343 (rfc2231-decode-encoded-string): Don't use split-string which
8344 behaves differently according to Emacs version; use
8345 mm-decode-coding-region to convert charset to coding-system.
8346 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8347 (rfc2231-encode-string): Remove misimported Emacs code.
8348
8349 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
8350
8351 * gnus-art.el (article-decode-charset): Don't use ignore-errors
8352 when calling mail-header-parse-content-type.
8353 (article-de-quoted-unreadable): Ditto.
8354 (article-de-base64-unreadable): Ditto.
8355 (article-wash-html): Ditto.
8356
8357 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8358 calling mail-header-parse-content-type and
8359 mail-header-parse-content-disposition.
8360 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8361 mail-header-parse-content-type.
8362
8363 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8364 insert charset and format parameters; encode description after
8365 inserting it to buffer.
8366 (mml-insert-parameter): Fold lines properly even if a parameter is
8367 segmented into two or more lines; change the max column to 76.
8368
8369 * rfc1843.el (rfc1843-decode-article-body): Don't use
8370 ignore-errors when calling mail-header-parse-content-type.
8371
8372 * rfc2231.el (rfc2231-parse-string): Return at least type if
8373 possible; don't cause an error even if it fails in parsing of
8374 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8375 (rfc2231-encode-string): Don't break lines at the beginning, leave
8376 it to mml-insert-parameter.
8377
8378 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8379 calling mail-header-parse-content-type.
8380
8381 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
8382
8383 * spam-report.el (spam-report-gmane-use-article-number):
8384 Improve doc string.
8385 (spam-report-gmane-internal): Check if a suitable header was found
8386 in the article.
8387
8388 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
8389
8390 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8391 (rfc2231-encode-string): Make param*=value always begin with LWSP.
8392
8393 2006-02-05 Romain Francoise <romain@orebokech.com>
8394
8395 Update copyright notices of all files in the gnus directory.
8396
8397 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
8398
8399 * nnweb.el (nnweb-request-group): Avoid growing overview files.
8400
8401 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
8402
8403 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8404 segmented lines of parameter value to cope with Thunderbird 1.5
8405 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8406 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8407 (rfc2231-encode-string): Don't make lines exceeding 76 column.
8408
8409 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
8410
8411 * mml.el (mml-generate-mime-1): Correct the order of inline signed
8412 parts.
8413
8414 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
8415
8416 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8417 there's only one active file for all servers.
8418 (nnweb-request-scan): Make sure nnweb-articles is initialized on
8419 solid groups. Gnus might have used a FAST request to select the group.
8420 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8421 and nnweb-search redundantly in the active file.
8422 (nnweb-request-list): Don't list bogus groups. There can only be one.
8423 (nnweb-request-create-group): Don't use ARGS.
8424 (nnweb-possibly-change-server, nnweb-request-group): Remove some
8425 initialisations. Let nnoo do the work.
8426
8427 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
8428
8429 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8430 Say the part has been decoded.
8431
8432 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8433
8434 2006-01-31 Kevin Ryde <user42@zip.com.au>
8435
8436 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8437 mailcap-viewer-test-cache when there's no 'test clause, since that
8438 will invert the meaning of a "nil" test previously determined by
8439 mailcap-mailcap-entry-passes-test.
8440
8441 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
8442
8443 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8444 compiling.
8445
8446 * gnus-sum.el: Ditto.
8447
8448 * message.el: Don't bind tool-bar-map when compiling.
8449
8450 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
8451
8452 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8453
8454 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
8455
8456 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8457 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8458 current Google Groups.
8459
8460 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
8461
8462 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8463 and tool-bar-mode.
8464
8465 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8466 and tool-bar-mode.
8467
8468 * message.el (message-tool-bar-update): Simplify.
8469 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8470
8471 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8472 gnus-summary-buffer.
8473 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8474 gnus-summary-reply.
8475
8476 * gmm-utils.el (gmm): Add :version.
8477
8478 2006-01-26 Steve Youngs <steve@sxemacs.org>
8479
8480 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8481 autoload.
8482
8483 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
8484
8485 * gmm-utils.el (gmm-verbose): Add :group.
8486
8487 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
8488
8489 * message.el: Change some comments WRT tool-bars.
8490
8491 * gnus-sum.el (gnus-summary-tool-bar)
8492 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8493 (gnus-summary-tool-bar-zap-list): New variables.
8494 (gnus-summary-make-tool-bar): Complete rewrite using
8495 `gmm-tool-bar-from-list'.
8496
8497 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8498 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8499 variables.
8500 (gnus-group-make-tool-bar): Complete rewrite using
8501 `gmm-tool-bar-from-list'.
8502 (gnus-group-tool-bar-update): New function.
8503
8504 * message.el (message-mode-field-menu): Add "Show hidden Headers".
8505
8506 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
8507
8508 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8509 is dissected into a single part of which the type is the same as
8510 the given one; decode charset.
8511
8512 2006-01-21 Kevin Ryde <user42@zip.com.au>
8513
8514 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8515 into alists as symbol not string, since that's what
8516 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8517 look for.
8518
8519 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
8520
8521 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8522 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8523
8524 * message.el (message-tool-bar-gnome): Use gmm-ignore.
8525
8526 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8527
8528 * gnus-art.el (gnus-mime-security-button-commands): New variable.
8529 (gnus-mime-security-button-menu): New definition.
8530 (gnus-mime-security-button-map): Use them.
8531 (gnus-mime-security-button-menu): New function.
8532 (gnus-insert-mime-security-button): Addition to help echo.
8533 (gnus-mime-security-run-function, gnus-mime-security-save-part)
8534 (gnus-mime-security-pipe-part): New functions.
8535
8536 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8537 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8538
8539 * mm-decode.el (mm-handle-set-disposition): Remove.
8540 (mm-handle-set-description): Remove.
8541
8542 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8543
8544 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8545 (mm-w3m-standalone-supports-m17n-p): New function.
8546 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8547 w3m usage.
8548
8549 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8550 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8551
8552 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
8553
8554 * message.el (message-tool-bar-zap-list): Use
8555 gmm-tool-bar-zap-list as custom type.
8556 (message-tool-bar-update): New function.
8557 (message-tool-bar, message-tool-bar-gnome)
8558 (message-tool-bar-retro): Add message-tool-bar-update.
8559 (message-tool-bar-gnome): Add flyspell-buffer.
8560
8561 * gnus-util.el (gnus-error): Describe `args'.
8562
8563 * gmm-utils.el (gmm-error): Describe `args'.
8564 (gmm-tool-bar-zap-list): New widget.
8565 (gmm-tool-bar-from-list): Improve description of `zap-list'.
8566
8567 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
8568
8569 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8570 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8571 the number of recursive calls.
8572
8573 * mm-decode.el (mm-handle-set-disposition): New macro.
8574 (mm-handle-set-description): New macro.
8575
8576 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
8577
8578 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8579 encoding.
8580
8581 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
8582
8583 * message.el (message-tool-bar-zap-list, message-tool-bar)
8584 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8585 (message-tool-bar-local-item-from-menu): Remove.
8586 (message-tool-bar-map): Replace by `message-make-tool-bar'.
8587 (message-make-tool-bar): New function.
8588 (message-mode): Use `message-make-tool-bar'.
8589
8590 * gmm-utils.el: New file.
8591 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8592 (gmm-lazy): New widget copied from `nnmail.el'.
8593 (gmm-tool-bar-from-list): New function for creating customizable
8594 tool bars.
8595 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
8596 output.
8597 (gmm): Add :prefix to defgroup.
8598
8599 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
8600
8601 * gmm-utils.el (gmm-widget-p): New function.
8602
8603 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
8604
8605 * mml.el (mml-attach-file): Describe `description' in doc string.
8606 (mml-menu): Add Emacs MIME manual and PGG manual.
8607
8608 2006-01-20 Richard M. Stallman <rms@gnu.org>
8609
8610 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8611
8612 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
8613
8614 * nntp.el (nntp-end-of-line): Doc fix.
8615
8616 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
8617
8618 * imap.el (imap-open): Handle case where buffer is a buffer
8619 object.
8620
8621 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
8622
8623 * gnus-delay.el (gnus-delay): Don't autoload.
8624 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8625 to be re-loaded when customizing the `gnus-delay' group.
8626
8627 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
8628
8629 * message.el (message-insert-citation-line): Use newlines.
8630
8631 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
8632
8633 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8634
8635 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8636
8637 2006-01-19 Mark D. Baushke <mdb@gnu.org>
8638
8639 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8640
8641 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8642
8643 * mm-decode.el (mm-inlined-types): Add application/pgp.
8644 (mm-automatic-display): Ditto.
8645
8646 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8647 part as text.
8648
8649 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
8650
8651 * nnrss.el: Update copyright.
8652 (nnrss-opml-import): Query whether to subscribe to each entry.
8653
8654 * gnus-art.el:
8655 * gnus-sum.el:
8656 * mm-uu.el:
8657 * mm-view.el: Update copyright.
8658
8659 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
8660
8661 * message.el (message-info): New function.
8662 (message-mode-menu): Add it.
8663 Update copyright.
8664
8665 * ChangeLog: Fix and update copyright.
8666
8667 2006-01-13 Romain Francoise <romain@orebokech.com>
8668
8669 * message.el (message-forward-subject-name-subject): Prefer the
8670 address to 'nowhere' if the sender has no name.
8671 Fix typo. Update copyright year.
8672
8673 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
8674
8675 * gnus-art.el (article-wash-html): Use
8676 gnus-summary-show-article-charset-alist if a numeric arg is given.
8677 (gnus-article-wash-html-with-w3m-standalone): New function.
8678
8679 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8680 mm-inline-text-html-render-with-w3m-standalone.
8681 (mm-text-html-washer-alist): Map w3m-standalone to
8682 gnus-article-wash-html-with-w3m-standalone.
8683 (mm-inline-text-html-render-with-w3m-standalone): New function.
8684
8685 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
8686
8687 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8688 Improve LaTeX.
8689
8690 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
8691
8692 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8693 (nnrss-request-article): Render text/plain parts as HTML.
8694
8695 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8696 the buffer.
8697
8698 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
8699
8700 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8701 custom definition of `gnus-posting-styles'.
8702
8703 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8704 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8705
8706 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
8707
8708 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8709 Use nntp for bug archive.
8710
8711 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
8712
8713 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8714 parts.
8715 (nnrss-normalize-date): New function converts ISO 8601 date into
8716 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
8717 (nnrss-check-group): Use it.
8718
8719 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
8720
8721 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8722
8723 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8724 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
8725 (nnrss-insert-w3): Ditto.
8726
8727 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8728
8729 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8730 the articles to be forwarded including the case where neither a
8731 number of articles nor a region is specified.
8732
8733 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
8734
8735 * nnrss.el (nnrss-request-article): Fix last change; fill
8736 text/plain parts.
8737
8738 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
8739
8740 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8741 in text/plain part.
8742 (nnrss-check-group): Don't add excessive newline to dc:subject.
8743
8744 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
8745
8746 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8747 article.
8748
8749 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
8750
8751 * nnml.el: Don't require gnus-bcklg. Autoload it.
8752 (nnml-use-compressed-files, nnml-save-mail): Support other
8753 comression programs such as bzip2.
8754
8755 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8756
8757 * dns.el (query-dns): Make sure we check the buffer size before
8758 removing tcp headers.
8759
8760 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
8761
8762 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8763 remove MIME buttons associated with multipart/alternative parts.
8764 (gnus-mime-display-alternative): Tag buttons using `article-type'
8765 text property.
8766
8767 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8768 associated with multipart/alternative parts.
8769
8770 * gnus-art.el (gnus-signature-separator): Fix custom type.
8771
8772 * mm-decode.el (mm-inlined-types): Fix custom type.
8773 (mm-keep-viewer-alive-types): Ditto.
8774 (mm-automatic-display): Ditto.
8775 (mm-attachment-override-types): Ditto.
8776 (mm-inline-override-types): Ditto.
8777 (mm-automatic-external-display): Ditto.
8778
8779 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
8780
8781 * spam-report.el (spam-report-user-mail-address)
8782 (spam-report-user-agent): New variables.
8783 (spam-report-url-ping-plain): Use spam-report-user-agent.
8784
8785 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
8786
8787 * gnus-art.el (gnus-button-handle-custom): Do not just use
8788 `customize-apropos' for any "M-x customize-*" button but the
8789 function called for. Accept both the function name and its
8790 argument in order to achieve this.
8791 (gnus-button-alist): Remove support for "custom:" URL's. Pass
8792 function name to `gnus-button-handle-custom' in case of "M-x
8793 customize-*" buttons.
8794
8795 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
8796
8797 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8798 multipart/alternative and add xref to mm-discouraged-alternatives
8799 in doc string.
8800
8801 * mm-decode.el (mm-discouraged-alternatives): Add xref to
8802 gnus-buttonized-mime-types in doc string.
8803
8804 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
8805
8806 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8807 Suggest image/.* in the doc string.
8808
8809 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
8810
8811 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8812 message-marks (Debian bug #342521).
8813
8814 2005-12-12 Simon Josefsson <jas@extundo.com>
8815
8816 * password.el (password-read-from-cache): Add.
8817 (password-read): Use it.
8818
8819 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
8820
8821 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8822 us-ascii as a MIME charset.
8823
8824 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8825 against the case where the 2nd arg TYPE is nil.
8826
8827 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
8828
8829 * pop3.el (pop3-stream-type): Fix custom version.
8830
8831 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8832
8833 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8834
8835 * mm-decode.el (mm-display-external): Add missing cdr.
8836
8837 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
8838
8839 * mm-decode.el (mm-display-external): Use nametemplate (defined in
8840 RFC1524) if it is in mailcap or add a suffix according to
8841 mailcap-mime-extensions when generating a temp filename; postpone
8842 deleting a temp file for 2 seconds for some wrappers, shell
8843 scripts, and so on, which might exit right after having started a
8844 viewer command as a background job.
8845
8846 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
8847
8848 * nntp.el (nntp-marks-directory): Fix custom group.
8849
8850 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8851 steps when < 10.
8852
8853 * gnus-start.el (gnus-no-server-1): Mention
8854 `gnus-level-default-subscribed' in doc string.
8855
8856 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8857
8858 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8859 parens.
8860
8861 2005-11-26 Dave Love <fx@gnu.org>
8862
8863 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8864 (tls-program, tls-success): Provide openssl alternative.
8865
8866 * starttls.el: Doc fixes.
8867 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8868 SERVICE to PORT.
8869
8870 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
8871 port null or service name.
8872 (starttls-negotiate): Autoload.
8873
8874 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8875
8876 * message.el (message-kill-to-signature): Fix interactive spec.
8877
8878 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
8879
8880 * pop3.el (pop3-open-server): Recognize a string as a service name.
8881
8882 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
8883
8884 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8885
8886 2005-11-23 Dave Love <fx@gnu.org>
8887
8888 Add pop3s, pop3/starttls.
8889
8890 * pop3.el (pop3-authentication-scheme): Clarify doc.
8891 (open-tls-stream, starttls-open-stream): Autoload.
8892 (pop3-stream-type): New.
8893 (pop3-open-server): Use it.
8894
8895 * mail-source.el (mail-sources): Fix some :types. Add stream type
8896 for POP.
8897 (mail-source-keyword-map): Add :stream for POP.
8898 (mail-source-fetch-pop): Use pop3-stream-type.
8899
8900 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
8901
8902 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8903 of current-time-string.
8904
8905 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
8906
8907 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8908 date header.
8909
8910 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
8911
8912 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8913 it can seriously impact performance as it bypasses the agent's
8914 local caches.
8915
8916 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
8917
8918 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8919 must be explicitly online rather than "not explicitly offline" for
8920 its flags to be synchronized.
8921
8922 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8923 that gnus-uu-unmark-thread will function correctly.
8924
8925 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8926 1024K is instead displayed as 1M.
8927
8928 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8929
8930 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8931
8932 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
8933
8934 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8935
8936 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
8937
8938 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8939 error message to display actual error condition.
8940 (gnus-agent-save-local): Avoid saving symbols that are bound to
8941 nil as they simply result in a warning message in
8942 gnus-agent-read-local.
8943
8944 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
8945
8946 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8947 rather than make-variable-buffer-local for file-precious-flag.
8948
8949 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
8950
8951 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8952 for duplicates which are removed. The invalid sort check then
8953 triggers a rescan after the sort as sorting may have moved
8954 duplicate entries such that they can be cheaply detected.
8955
8956 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
8957
8958 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8959
8960 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
8961
8962 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8963 internal variable to a custom variable. Changed default value
8964 from compressed(2) to uncompressed(1).
8965 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8966 support for uncompressed agentview files. Taken together, reading
8967 the agentview file should now be 6-7 times faster.
8968
8969 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
8970
8971 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8972 as a buffer-local variable. This avoids creating truncated
8973 dribble files as a result of a hang up, eg.
8974
8975 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
8976
8977 * gnus-start.el (gnus-start-draft-setup): Enforce
8978 `gnus-draft-mode' for nndraft:drafts at startup.
8979
8980 * gnus.el (gnus-splash): Change custom group.
8981 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8982 allow-list argument.
8983
8984 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8985 string.
8986
8987 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
8988
8989 * gnus-art.el (gnus-default-article-saver): Add user-defined
8990 `function' to custom type.
8991
8992 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8993
8994 * imap.el (imap-open): Handle case where buffer is a buffer
8995 object.
8996
8997 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8998
8999 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9000 long lines.
9001 (gnus-cache-delete-group): Wrap doc strings.
9002
9003 * gnus-agent.el (gnus-agent-rename-group)
9004 (gnus-agent-delete-group): Wrap doc strings.
9005
9006 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9007
9008 * gnus-start.el (gnus-1): Add "native" to
9009 gnus-predefined-server-alist.
9010
9011 * gnus.el (gnus-method-to-server): Don't add "native" to the
9012 lists here, because that leads to problems when
9013 gnus-select-method is bound.
9014
9015 2005-11-09 Simon Josefsson <jas@extundo.com>
9016
9017 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9018 use (not sort-by-date) instead.
9019
9020 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9021
9022 * gnus-delay.el (gnus-delay-group): Don't autoload.
9023 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9024 to be re-loaded when customizing the `gnus-delay' group.
9025
9026 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
9027
9028 * message.el: Revert last changes.
9029 (message-insert-citation-line): Use newlines.
9030
9031 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9032
9033 * message.el (message-courtesy-message)
9034 (message-mark-insert-begin, message-mark-insert-end)
9035 (message-elide-ellipsis, message-cancel-message)
9036 (message-add-header, message-change-subject)
9037 (message-cross-post-followup-to-header)
9038 (message-cross-post-insert-note, message-reduce-to-to-cc)
9039 (message-widen-reply, message-delete-not-region)
9040 (message-kill-to-signature, message-insert-signature)
9041 (message-insert-importance-high, message-insert-importance-low)
9042 (message-insert-or-toggle-importance)
9043 (message-insert-disposition-notification-to)
9044 (message-indent-citation, message-yank-original)
9045 (message-cite-original-without-signature, message-cite-original)
9046 (message-insert-citation-line, message-position-on-field)
9047 (message-fix-before-sending, message-send-mail-partially)
9048 (message-send-mail, message-send-mail-with-sendmail)
9049 (message-send-mail-with-qmail, message-send-news)
9050 (message-check-news-header-syntax, message-generate-headers)
9051 (message-insert-courtesy-copy, message-fill-address)
9052 (message-fill-header, message-shorten-references)
9053 (message-setup-1, message-cancel-news)
9054 (message-forward-make-body-plain, message-forward-make-body-mime)
9055 (message-forward-make-body-mml, message-encode-message-body)
9056 (message-forward-make-body-digest-plain)
9057 (message-forward-make-body-digest-mime)
9058 (message-use-alternative-email-as-from): Insert `hard-newline'
9059 instead of ordinary newlines.
9060
9061 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
9062
9063 * message.el (message-generate-headers): Downcase the argument
9064 given to message-check-element.
9065
9066 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
9067
9068 * nntp.el (nntp-authinfo-rejected): New error condition.
9069 (nntp-wait-for): Use new error condition to signal authentication
9070 error.
9071 (nntp-retrieve-data): Rethrow new error condition to break out of
9072 recursive call to nntp-send-authinfo.
9073
9074 2005-11-08 Romain Francoise <romain@orebokech.com>
9075
9076 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9077 (gnus-summary-exit-map): Bind to `Z p'.
9078 (gnus-summary-make-menu-bar): Add menu item.
9079
9080 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
9081
9082 * gnus-art.el (gnus-article-treat-custom): Add `first'.
9083 (gnus-treat-*): Add `first' in all doc strings.
9084
9085 * gnus-group.el (gnus-group-compact-group): Fix typo.
9086
9087 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
9088
9089 * gnus.el (gnus-parameters-case-fold-search): New variable.
9090 (gnus-parameters-get-parameter): Use it.
9091
9092 * gnus-score.el (gnus-home-score-file): Doc fix.
9093
9094 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
9095
9096 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9097
9098 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
9099
9100 * mm-util.el (mm-special-display-p): New function.
9101
9102 * mml.el (mml-preview): Use it; doc fix.
9103
9104 2005-10-29 Romain Francoise <romain@orebokech.com>
9105
9106 * message.el (message-fix-before-sending): Fix comment.
9107
9108 2005-10-29 Jari Aalto <jari.aalto@cante.net>
9109
9110 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9111
9112 2005-10-29 Jari Aalto <jari.aalto@cante.net>
9113
9114 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9115 Used in gnus-score.el.
9116
9117 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9118
9119 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9120
9121 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
9122
9123 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9124 whitespace removed in revision 7.8. Use concatenated string to
9125 protect trailing whitespace.
9126
9127 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
9128
9129 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9130 (nnimap-request-expire-articles): Use it to avoid sending 'UID
9131 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9132 Courier IMAP ("some version from 2004"). Mostly based on similar
9133 code in the same function.
9134
9135 2005-10-26 Didier Verna <didier@xemacs.org>
9136
9137 * gnus-group.el (gnus-group-compact-group): Invalidate original
9138 article buffer.
9139 * gnus-srvr.el (gnus-server-compact-server): Ditto.
9140 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9141 NOV database and in article itself.
9142 Invalidate article backlog.
9143
9144 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9145
9146 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9147
9148 2005-10-26 Simon Josefsson <jas@extundo.com>
9149
9150 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9151 part of 2004-07-25 change.
9152
9153 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
9154
9155 * message.el (message-display-completion-list): New function.
9156 (message-expand-group): Use it; make sure the Completions buffer
9157 is modifiable.
9158
9159 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
9160
9161 * imap.el (imap-open): Handle case where buffer is a buffer object.
9162
9163 2005-10-24 Eli Zaretskii <eliz@gnu.org>
9164
9165 * pgg-def.el:
9166 * pgg-gpg.el:
9167 * pgg-parse.el:
9168 * pgg-pgp.el:
9169 * pgg-pgp5.el:
9170 * pgg.el: Move to the parent lisp directory.
9171
9172 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9173
9174 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9175 user-mail-name is an empty string.
9176
9177 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9178
9179 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9180 depending on gnus-score-decay-constant.
9181
9182 * encrypt.el (encrypt-insert-file-contents)
9183 (encrypt-write-file-contents): Don't use `gnus-message'.
9184
9185 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9186 arguments.
9187 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
9188 arguments to mm-uu-verbatim-marks-extract.
9189 (mm-uu-hide-markers): New variable.
9190 (mm-uu-extract): Use face similar to `gnus-cite-3'.
9191
9192 * gnus-fun.el (gnus-convert-image-to-x-face-command)
9193 (gnus-convert-image-to-face-command): Use "convert" by default to
9194 allow other input image formats.
9195 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9196 accordingly.
9197
9198 2005-10-23 Simon Josefsson <jas@extundo.com>
9199
9200 * imap.el (imap-gssapi-program): Align command line parameters
9201 with latest GNU SASL.
9202 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9203
9204 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9205
9206 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9207 HTML.
9208 (nnslashdot-request-article): Ditto.
9209
9210 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
9211
9212 * mail-source.el (mail-source-fetch-pop): Require pop3.
9213 (mail-source-check-pop): Ditto.
9214
9215 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
9216
9217 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9218 errors.
9219
9220 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
9221
9222 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9223 (gnus-treat-strip-leading-blank-lines): Improve doc string.
9224
9225 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9226
9227 * mm-bodies.el (mm-decode-string): Call
9228 `mm-charset-to-coding-system' with allow-override argument.
9229
9230 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9231
9232 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9233 (rfc2047-charset-to-coding-system): New function.
9234 (rfc2047-decode-encoded-words): New function.
9235 (rfc2047-decode-region): Use them.
9236 (rfc2047-decode-cte): Remove.
9237 (rfc2047-parse-and-decode): Remove.
9238 (rfc2047-decode): Remove.
9239
9240 2005-10-15 Kenichi Handa <handa@m17n.org>
9241
9242 * rfc2047.el (rfc2047-decode-cte): New function.
9243 (rfc2047-decode-region): Change the way to decode successive
9244 encoded-words: decode B- or Q-encoding in each encoded-word,
9245 concatenate them, and decode it as charset.
9246
9247 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
9248
9249 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
9250 widget-move-and-invoke.
9251 (gnus-custom-mode): Use gnus-custom-map.
9252
9253 2005-10-15 Bill Wohler <wohler@newt.com>
9254
9255 * message.el (message-tool-bar-map): Renamed image file from
9256 mail_send to mail/send.
9257
9258 2005-10-16 Masatake YAMATO <jet@gyve.org>
9259
9260 * message.el (message-expand-group): Pass the common
9261 prefix substring of completion to `display-completion-list'.
9262
9263 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
9264
9265 * mml-sec.el (mml-secure-method): New internal variable.
9266 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9267 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9268 functions using mml-secure-method.
9269
9270 * mml.el (mml-mode-map): Add key bindings for those functions.
9271 (mml-menu): Simplify security menu entries. Suggested by Jesper
9272 Harder <harder@myrealbox.com>.
9273 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9274 end of message if point is the headers of the message.
9275
9276 * message.el (message-in-body-p): New function.
9277
9278 * assistant.el: Autoload gnus-util and netrc.
9279
9280 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9281 Use `mm-charset-override-alist' only when decoding.
9282
9283 * mm-bodies.el (mm-decode-body): Call
9284 `mm-charset-to-coding-system' with allow-override argument.
9285
9286 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9287 `filename' from Content-Disposition if Content-Type doesn't
9288 provide `name'.
9289 (gnus-mime-view-part-as-type): Set default instead of
9290 initial-input.
9291
9292 2005-10-09 Daniel Brockman <daniel@brockman.se>
9293
9294 * format-spec.el (format-spec): Propagate text properties of % spec.
9295
9296 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9297
9298 * gnus-art.el (gnus-treat-predicate): Add `first'.
9299
9300 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
9301
9302 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9303 (mm-charset-override-alist): New variable.
9304 (mm-charset-to-coding-system): Use it.
9305 (mm-codepage-setup): New helper function.
9306 (mm-charset-eval-alist): New variable.
9307 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
9308 about unknown charsets.
9309
9310 2005-10-04 David Hansen <david.hansen@gmx.net>
9311
9312 * nnrss.el (nnrss-request-article): Add support for the comments tag.
9313 (nnrss-check-group): Ditto.
9314
9315 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
9316
9317 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9318 Rename x-gnus-verbatim to x-verbatim.
9319 (mm-uu-type-alist): Fix regexp for verbatim-marks.
9320
9321 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9322 x-verbatim.
9323
9324 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9325
9326 * gnus-util.el (gnus-remove-duplicates): Remove.
9327
9328 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9329 instead of gnus-remove-duplicates.
9330
9331 * message.el (message-remove-duplicates): Remove.
9332 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9333 message-remove-duplicates.
9334
9335 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9336 available, else use implementation from `delete-dups'.
9337
9338 * message.el (message-insert-expires): New function.
9339 (message-mode-map): Add key binding.
9340 (message-mode-field-menu): Add menu entry.
9341 (message-mode): Document it.
9342 (message-make-expires-date): Use `message-make-date'.
9343
9344 2005-10-04 Josh Huber <huber@alum.wpi.edu>
9345
9346 * message.el (message-make-expires-date): New function.
9347
9348 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
9349
9350 * time-date.el: Autoload parse-time-string, XEmacs needs it.
9351
9352 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
9353
9354 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9355 function rather than the diff-mode.el package.
9356 (mm-display-external): Use with-current-buffer.
9357 (mm-viewer-completion-map, mm-viewer-completion-map):
9358 Move initialization inside declaration.
9359
9360 2005-09-29 Simon Josefsson <jas@extundo.com>
9361
9362 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
9363 autoload mail-check-payment.
9364 (spam-check-hashcash): Define unconditionally, since hashcash.el
9365 is part of Gnus now. Ignore errors from payment checking.
9366
9367 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
9368
9369 * message.el (message-bold-region, message-unbold-region): Rename
9370 from `bold-region' and `unbold-region'.
9371
9372 * message.el: Remove useless autoloads.
9373
9374 2005-09-28 Simon Josefsson <jas@extundo.com>
9375
9376 * message.el (message-use-idna): Default to t.
9377 (message-use-idna): Test whether encoding works too. Doc fix.
9378
9379 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9380
9381 * nntp.el (nntp-warn-about-losing-connection): Remove.
9382
9383 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
9384
9385 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9386 customizable. Change default value.
9387 (mm-uu-diff-groups-regexp): Change default value.
9388 (mm-uu-type-alist): Add doc string.
9389 (mm-uu-configure): Add doc string. Make it interactive.
9390 (mm-uu-tex-groups-regexp): New variable.
9391 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9392 (mm-uu-type-alist): Add LaTeX documents.
9393 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9394 of "text/verbatim".
9395 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9396
9397 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9398 instead of "text/verbatim".
9399
9400 * message.el (message-mark-inserted-region)
9401 (message-mark-insert-file): Use slrn style marks when called with
9402 prefix argument.
9403
9404 2005-09-27 Simon Josefsson <jas@extundo.com>
9405
9406 * message.el (message-idna-to-ascii-rhs-1): Reformat.
9407
9408 2005-09-27 Arne Jørgensen <arne@arnested.dk>
9409
9410 * message.el (message-remove-duplicates): New function.
9411 Implementation borrowed from `gnus-remove-duplicates'.
9412 (message-idna-to-ascii-rhs): Also encode idna addresses in
9413 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9414 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9415 only ask about the same idna domain once per header and also tell
9416 in what header to replace the idna domain.
9417
9418 * gnus-art.el (article-decode-idna-rhs): Also decode idna
9419 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9420 (article-decode-idna-rhs): Fix regexp so that all idna-address in
9421 a header is decoded and not just the last one.
9422
9423 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9424
9425 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9426 has been decoded.
9427
9428 * mm-decode.el (mm-automatic-display): Add text/verbatim.
9429 (mm-insert-part): Don't modify text if it has been decoded.
9430
9431 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9432 decoded.
9433
9434 * mm-view.el (mm-inline-text): Don't strip text props unless
9435 decoding enriched or richtext parts.
9436
9437 2005-09-25 Romain Francoise <romain@orebokech.com>
9438
9439 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9440 * gnus-start.el (gnus-subscribe-interactively):
9441 * gnus-uu.el (gnus-uu-grab-articles):
9442 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9443 space.
9444
9445 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
9446
9447 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9448 * mm-view.el (mm-view-pkcs7-decrypt):
9449 * gnus-sum.el (gnus-summary-limit-to-extra)
9450 (gnus-summary-respool-article, gnus-read-move-group-name):
9451 * gnus-score.el (gnus-summary-increase-score):
9452 * gnus-util.el (gnus-completing-read-with-default):
9453 * gnus-art.el (gnus-read-save-file-name)
9454 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9455 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9456 * message.el (message-check-news-header-syntax):
9457 Follow convention for reading with the minibuffer.
9458
9459 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
9460
9461 * spam-report.el (spam-report-url-ping-plain):
9462 Use gnus-extended-version as User-Agent.
9463
9464 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9465 default value is nil.
9466
9467 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9468 (mm-uu-verbatim-marks-extract): New function.
9469 (mm-uu-extract): New face.
9470 (mm-uu-copy-to-buffer): Use it.
9471
9472 * spam-report.el (spam-report-gmane-ham): Renamed from
9473 `spam-report-gmane-unspam'.
9474 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9475 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
9476
9477 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9478 Autoload.
9479 (spam-report-gmane-unregister-routine): Renamed
9480 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9481
9482 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
9483
9484 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9485 (spam-report-gmane-unregister-routine): Add support for gmane
9486 unregistration.
9487
9488 * spam-report.el (spam-report-gmane-unspam)
9489 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9490 (spam-report-gmane): Change to take a single article and do unspam
9491 registration.
9492
9493 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
9494
9495 * mm-url.el (mm-url-decode-entities): Fix regexp.
9496
9497 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9498
9499 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9500 default to nil, to be able to use Gnus at all. If the default
9501 switches to something else, then the function should be fixed not
9502 be exceedingly slow.
9503
9504 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
9505
9506 * gnus-start.el (gnus-activate-group): If the server is nil, don't
9507 fail hard.
9508
9509 * spam-report.el: Add better Keywords line.
9510
9511 * spam.el: Add Maintainer and better Keywords line.
9512
9513 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
9514
9515 * gnus-art.el (gnus-article-replace-part)
9516 (gnus-mime-replace-part): New functions.
9517 (gnus-mime-action-alist, gnus-mime-button-commands)
9518 (gnus-mime-save-part-and-strip): Added file argument.
9519 (gnus-article-part-wrapper): Added interactive argument.
9520
9521 * gnus-sum.el (gnus-summary-mime-map): Add
9522 `gnus-article-replace-part'.
9523
9524 2005-09-19 Didier Verna <didier@xemacs.org>
9525
9526 The nnml compaction feature:
9527 * nnml.el (nnml-request-compact-group): New function.
9528 * nnml.el (nnml-request-compact): New function.
9529 * gnus-int.el (gnus-request-compact-group): New function.
9530 * gnus-int.el (gnus-request-compact): New function.
9531 * gnus-group.el (gnus-group-compact-group): New function.
9532 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9533 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9534 * gnus-srvr.el (gnus-server-compact-server): New function.
9535 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9536 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9537
9538 2005-09-18 Deepak Goel <deego@gnufans.org>
9539
9540 * sieve.el (sieve-help): Fix `message' call: first arg should be a
9541 format spec.
9542
9543 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
9544
9545 * gnus.el (gnus-group-startup-message): Bind image-load-path.
9546
9547 2005-09-15 Romain Francoise <romain@orebokech.com>
9548
9549 * message.el (message-fill-paragraph): Clarify docstring.
9550
9551 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
9552
9553 * gnus-art.el (gnus-mime-display-part): Protect against broken
9554 MIME messages.
9555
9556 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9557
9558 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9559 before parsing header.
9560
9561 2005-09-11 Jari Aalto <jari.aalto@cante.net>
9562
9563 * html2text.el (html2text-replace-list): Add new entities.
9564
9565 2005-09-11 Romain Francoise <romain@orebokech.com>
9566
9567 * message.el (message-alternative-emails): Improve docstring.
9568 (message-setup-1): Call `message-use-alternative-email-as-from'
9569 after `message-setup-hook' to give it precedence over posting
9570 styles, etc.
9571 (message-use-alternative-email-as-from): Add docstring. Remove
9572 the original From header if present.
9573
9574 * nnml.el (nnml-compressed-files-size-threshold): New variable.
9575 (nnml-save-mail): Use it.
9576
9577 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9578 articles. Add new argument `silent'.
9579 (gnus-uu-mark-all): Report the total number of marked articles.
9580
9581 2005-09-10 Romain Francoise <romain@orebokech.com>
9582
9583 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9584 (gnus-uu-mark-series): Likewise.
9585
9586 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
9587
9588 * spam-report.el (spam-report-gmane): Fix generation of spam
9589 report URL.
9590
9591 2005-09-10 Simon Josefsson <jas@extundo.com>
9592
9593 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9594 t, based on discussion on the ding list with Robert Epprecht
9595 <epprecht@solnet.ch>.
9596
9597 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
9598
9599 * spam-report.el (spam-report-gmane): Make it work without
9600 X-Report-Spam header. Gmane now only provides Archived-At.
9601 This is only used if `spam-report-gmane-use-article-number' is nil.
9602 (spam-report-gmane-spam-header): Remove. Not used anymore.
9603
9604 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9605 make `gnus-summary-sort-by-recipient' work with threading.
9606
9607 * nnweb.el (nnweb-google-wash-article): Print a message if article
9608 is not available.
9609
9610 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9611
9612 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9613 change. Decode text/* parts content before displaying.
9614
9615 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
9616
9617 * mml-smime.el: Remove defvar of gnus-extract-address-components.
9618
9619 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
9620
9621 * mm-view.el (mm-display-inline-fontify): Disable support modes.
9622
9623 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
9624
9625 * message.el (message-tab-body-function): Fix mismatched custom type.
9626
9627 * gnus.el (gnus-group-change-level-function): Ditto.
9628
9629 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9630
9631 * gnus-art.el (gnus-signature-limit)
9632 (gnus-article-mime-part-function): Ditto.
9633
9634 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
9635
9636 * mml.el (mml-mode): Silence the byte compiler.
9637
9638 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9639 using `(sit-for 0)' before moving the point to the specified part;
9640 skip unbuttonized parts.
9641 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9642 return to the summary window if gnus-auto-select-part is non-nil.
9643
9644 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
9645
9646 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9647 variables.
9648 (mml-dnd-attach-file, mml-mode): Use them.
9649
9650 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9651 Make fetching article by MID work again for Google Groups. Added
9652 FIXME concerning gnus-group-make-web-group.
9653
9654 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9655 Don't depend on Gnus by using mail-extract-address-components if
9656 gnus-extract-address-components is not bound.
9657
9658 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9659
9660 * gnus-art.el (gnus-mime-display-security): Don't display the
9661 signature, but only the signed part.
9662
9663 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
9664
9665 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9666
9667 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9668 list, not listp.
9669
9670 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
9671
9672 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9673 when encoding.
9674
9675 * mm-bodies.el (mm-decode-content-transfer-encoding):
9676 De-canonicalize CRLF for all text content types, not just
9677 text/plain.
9678
9679 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
9680
9681 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9682 valid article; point arrow and cursor at the MIME button.
9683
9684 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
9685
9686 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9687 Suggested by Dan Christensen <jdc@uwo.ca>.
9688
9689 * mm-decode.el (mm-save-part): Enable change of prompt.
9690
9691 2005-08-29 Jari Aalto <jari.aalto@cante.net>
9692
9693 * gnus-msg.el (gnus-inews-add-send-actions): Made
9694 `message-post-method' lambda parameter ARG `&optional'.
9695
9696 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
9697
9698 * gnus-sum.el (gnus-summary-mime-map): Added
9699 gnus-article-save-part-and-strip, gnus-article-delete-part and
9700 gnus-article-jump-to-part.
9701
9702 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9703 (gnus-article-edit-part): Use it.
9704 (gnus-article-part-wrapper): Added no-handle argument.
9705 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9706 functions.
9707
9708 2005-08-29 Romain Francoise <romain@orebokech.com>
9709
9710 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9711 docstring.
9712 (gnus-face-from-file): Likewise.
9713
9714 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
9715
9716 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9717 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9718 non-nil.
9719 (gnus-auto-select-part): New variable.
9720 (gnus-article-jump-to-part): New function.
9721 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9722 (gnus-mime-delete-part): Allow selecting specified part after
9723 deleting or stripping parts.
9724 (gnus-article-jump-to-part): Don't use `read-number'. Use last
9725 part if argument is bogus.
9726
9727 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
9728
9729 * gnus-art.el (w3m-minor-mode-map):
9730 * gnus-spec.el (gnus-newsrc-file-version):
9731 * gnus-util.el (nnmail-active-file-coding-system)
9732 (gnus-original-article-buffer, gnus-user-agent):
9733 * gnus.el (gnus-ham-process-destinations)
9734 (gnus-parameter-ham-marks-alist)
9735 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9736 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9737 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9738 * mm-decode.el (gnus-current-window-configuration):
9739 * mm-extern.el (gnus-article-mime-handles):
9740 * mm-url.el (url-current-object, url-package-name)
9741 (url-package-version):
9742 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9743 (smime-keys, w3m-cid-retrieve-function-alist)
9744 (w3m-current-buffer, w3m-display-inline-images)
9745 (w3m-minor-mode-map):
9746 * mml-smime.el (gnus-extract-address-components):
9747 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9748 (gnus-newsrc-hashtb, message-default-charset)
9749 (message-deletable-headers, message-options)
9750 (message-posting-charset, message-required-mail-headers)
9751 (message-required-news-headers):
9752 * mml1991.el (mc-pgp-always-sign):
9753 * mml2015.el (mc-pgp-always-sign):
9754 * nnheader.el (nnmail-extra-headers):
9755 * rfc1843.el (gnus-decode-encoded-word-function)
9756 (gnus-decode-header-function, gnus-newsgroup-name):
9757 * spam-stat.el (gnus-original-article-buffer): Add defvars.
9758
9759 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
9760
9761 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9762 the end of the date treatments.
9763
9764 2005-08-15 Simon Josefsson <jas@extundo.com>
9765
9766 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9767 it in url-handlers.el and XEmacs in url.el. Reported by Luca
9768 Capello and Romain Francoise.
9769 (pgg-fetch-key-function): Removed, not used?
9770 (pgg-insert-url-with-w3): Require url, to get
9771 url-insert-file-contents regardless of where it is defined.
9772
9773 2005-08-13 Romain Francoise <romain@orebokech.com>
9774
9775 * message.el (message-cite-original-1): New function.
9776 (message-cite-original): Use it.
9777 (message-cite-original-without-signature): Ditto.
9778
9779 2005-08-08 Romain Francoise <romain@orebokech.com>
9780
9781 * message.el (message-yank-empty-prefix): New variable.
9782 (message-indent-citation): Use it.
9783 (message-cite-original-without-signature): Respect X-No-Archive.
9784
9785 2005-08-08 Simon Josefsson <jas@extundo.com>
9786
9787 * pgg.el: Autoload url-insert-file-contents instead of loading
9788 w3/url.
9789 (pgg-insert-url-with-w3): Don't load url here.
9790
9791 2005-08-07 Jesper Harder <harder@phys.au.dk>
9792
9793 * message.el (message-kill-to-signature): Don't insert newline at
9794 bol.
9795 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9796
9797 2005-08-06 Romain Francoise <romain@orebokech.com>
9798
9799 * message.el (message-user-fqdn): Fix typo in docstring.
9800
9801 2005-08-05 Daiki Ueno <ueno@unixuser.org>
9802
9803 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9804
9805 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9806
9807 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
9808
9809 * mm-bodies.el (mm-encode-body): Use coding system rather than
9810 charset to encode text.
9811
9812 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9813 number of charsets if utf-8 is available (XEmacs).
9814
9815 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
9816
9817 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9818 taken from `gnus-button-mid-or-mail-regexp'.
9819 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9820 (gnus-button-alist): Improve regexp for domain part of the MIDs
9821 for news:localpart@domain buttons.
9822 (gnus-button-ctan-directory-regexp): Update.
9823
9824 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
9825
9826 * sieve-manage.el (sieve-manage-interactive-login): Use
9827 make-local-variable rather than make-variable-buffer-local.
9828 (sieve-manage-open): Ditto.
9829 (sieve-manage-authenticate): Ditto.
9830
9831 * mml.el (mml-generate-mime-1): Make the content type default to
9832 text/plain if the filename is not specified.
9833
9834 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
9835
9836 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9837 instead of insert-buffer.
9838
9839 * message.el (message-yank-original): Ditto; set the mark at the
9840 end of the yanked message.
9841
9842 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
9843
9844 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9845 lines to scroll rather than to stop it.
9846
9847 * mml.el (mml-generate-default-type): Add doc string.
9848 (mml-generate-mime-1): Use mm-default-file-encoding or make it
9849 default to application/octet-stream when determining the content
9850 type if it is not specified for the part or the mml contents; add
9851 a comment about mml-generate-default-type.
9852
9853 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
9854
9855 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9856 make it default to application/octet-stream when determining the
9857 content type if it is not specified for the external contents.
9858
9859 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
9860
9861 * rfc2231.el (rfc2231-parse-string): Take care that not only a
9862 segmented parameter but also other parameters might be there.
9863
9864 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
9865
9866 * mm-decode.el (mm-display-external): Delete temp file, directory
9867 and buffer immediately if the external process is exited.
9868
9869 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
9870
9871 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9872 fewer lines than that of scroll-margin.
9873 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9874
9875 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
9876
9877 * gnus-art.el (gnus-article-next-page): Revert.
9878 (gnus-article-beginning-of-window): New macro.
9879 (gnus-article-next-page-1): Use it.
9880 (gnus-article-prev-page): Ditto.
9881 (gnus-article-edit-part): Use insert-buffer-substring instead of
9882 insert-buffer.
9883 (gnus-article-edit-exit): Ditto.
9884
9885 * gnus-util.el (gnus-beginning-of-window): Remove.
9886 (gnus-end-of-window): Remove.
9887
9888 2005-07-25 Simon Josefsson <jas@extundo.com>
9889
9890 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9891 to have the url package without w3. Reported by Daiki Ueno
9892 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9893
9894 2005-07-20 Didier Verna <didier@xemacs.org>
9895
9896 * gnus-diary.el: Remove the description comment (nndiary is now
9897 properly documented in the Gnus manual).
9898 Fix the spelling of "Back End".
9899 * nndiary.el: Ditto.
9900 Fix the copyright notice.
9901
9902 2005-07-18 Romain Francoise <romain@orebokech.com>
9903
9904 * gnus-sum.el (gnus-summary-to-prefix)
9905 (gnus-summary-newsgroup-prefix): New variables.
9906 (gnus-summary-from-or-to-or-newsgroups): Use them.
9907
9908 2005-07-17 Romain Francoise <romain@orebokech.com>
9909
9910 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9911 space as it's generally not especially interesting to the user.
9912
9913 2005-07-16 Romain Francoise <romain@orebokech.com>
9914
9915 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9916 nil to avoid prompting and file modification if one of the
9917 messages at the top of the nnfolder file contains a copyright
9918 notice.
9919 Update copyright notice.
9920
9921 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9922 instead of `current-time-string' as the latter creates a time
9923 string that is not RFC 2822 compliant (it lacks the zone).
9924 Update copyright notice.
9925
9926 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
9927
9928 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9929 for text/rtf. Display default in prompt. Pass default for M-n.
9930
9931 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9932
9933 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9934
9935 * gnus-msg.el (gnus-button-mailto): Remove
9936 save-selected-window-window hackery because it relies on
9937 save-selected-window internals.
9938
9939 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
9940
9941 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9942 (gnus-article-next-page-1): Use gnus-beginning-of-window.
9943 (gnus-article-prev-page): Ditto.
9944
9945 * gnus-util.el (gnus-beginning-of-window): New function.
9946 (gnus-end-of-window): New function.
9947
9948 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
9949
9950 * gnus-score.el (gnus-score-edit-all-score): Set
9951 gnus-score-edit-exit-function to gnus-score-edit-done and call
9952 gnus-message.
9953
9954 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9955
9956 * gnus-msg.el (gnus-button-mailto): Remove
9957 save-selected-window-window hackery because it relies on
9958 save-selected-window internals.
9959
9960 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
9961
9962 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9963 add-minor-mode.
9964 (gnus-binary-mode): Ditto.
9965
9966 * gnus-topic.el (gnus-topic-mode): Ditto.
9967
9968 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
9969
9970 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9971 (gnus-article-prev-page): Take scroll-margin into consideration.
9972
9973 2005-07-04 Lute Kamstra <lute@gnu.org>
9974
9975 Update FSF's address in GPL notices.
9976
9977 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
9978
9979 * gnus.el (gnus-exit):
9980 * gnus-group.el (gnus-group-icons):
9981 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9982
9983 * gnus-nocem.el (gnus-nocem):
9984 * message.el (message-various, message-buffers, message-sending)
9985 (message-interface, message-forwarding, message-insertion)
9986 (message-headers, message-news, message-mail):
9987 * pgg-gpg.el (pgg-gpg):
9988 * pgg-parse.el (pgg-parse):
9989 * pgg-pgp.el (pgg-pgp):
9990 * pgg-pgp5.el (pgg-pgp5):
9991 * pop3.el (pop3): Finish `defgroup' description with period.
9992
9993 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
9994
9995 * gnus-art.el (article-display-face): Improve the efficiency.
9996 (article-display-x-face): Ditto; remove grey x-face stuff.
9997
9998 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
9999
10000 * gnus-art.el (article-display-face): Correct the position in
10001 which Faces are inserted.
10002
10003 2005-06-29 Didier Verna <didier@xemacs.org>
10004
10005 * gnus-art.el (article-display-face): Display faces in correct
10006 order.
10007
10008 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10009
10010 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10011 (gnus-fill-real-hashtb): Use hash table instead of obarray.
10012 (gnus-nocem-check-article): Fetch the Type header.
10013 (gnus-nocem-message-wanted-p): Fix the way to examine types.
10014 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10015 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10016 make sure gnus-nocem-hashtb is initialized.
10017 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10018 (gnus-nocem-unwanted-article-p): Ditto.
10019
10020 * pgg.el (pgg-verify): Return the verification result.
10021
10022 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10023
10024 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10025 is ascii.
10026
10027 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
10028
10029 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10030 `show-nonbreak-escape'.
10031
10032 2005-06-23 Lute Kamstra <lute@gnu.org>
10033
10034 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10035
10036 * dig.el (dig-mode):
10037 * smime.el (smime-mode): Use gnus-run-mode-hooks.
10038
10039 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
10040
10041 * nnimap.el (nnimap-split-download-body): Fix spellings.
10042
10043 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
10044
10045 * gnus-art.el (gnus-article-encrypt-body):
10046 * gnus-cus.el (gnus-score-customize):
10047 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10048 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10049
10050 2005-06-16 Arne Jørgensen <arne@arnested.dk>
10051
10052 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10053 header by looking for magic "MII" at the beginnig.
10054
10055 2005-06-16 Miles Bader <miles@gnu.org>
10056
10057 * assistant.el (assistant-field): Remove "-face" suffix from face name.
10058 (assistant-field-face): New backward-compatibility alias for renamed
10059 face.
10060 (assistant-render-text): Use renamed assistant-field face.
10061
10062 * spam.el (spam): Remove "-face" suffix from face name.
10063 (spam-face): New backward-compatibility alias for renamed face.
10064 (spam-face, spam-initialize): Use renamed spam face.
10065
10066 * message.el (message-header-to, message-header-cc)
10067 (message-header-subject, message-header-newsgroups)
10068 (message-header-other, message-header-name)
10069 (message-header-xheader, message-separator, message-cited-text)
10070 (message-mml): Remove "-face" suffix from face names.
10071 (message-header-to-face, message-header-cc-face)
10072 (message-header-subject-face, message-header-newsgroups-face)
10073 (message-header-other-face, message-header-name-face)
10074 (message-header-xheader-face, message-separator-face)
10075 (message-cited-text-face, message-mml-face):
10076 New backward-compatibility aliases for renamed faces.
10077 (message-font-lock-keywords): Use renamed message faces.
10078
10079 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10080 (sieve-test-commands, sieve-tagged-arguments):
10081 Remove "-face" suffix from face names.
10082 (sieve-control-commands-face, sieve-action-commands-face)
10083 (sieve-test-commands-face, sieve-tagged-arguments-face):
10084 New backward-compatibility aliases for renamed faces.
10085 (sieve-control-commands-face, sieve-action-commands-face)
10086 (sieve-test-commands-face, sieve-tagged-arguments-face):
10087 Use renamed sieve faces.
10088
10089 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10090 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10091 (gnus-group-news-3-empty, gnus-group-news-4)
10092 (gnus-group-news-4-empty, gnus-group-news-5)
10093 (gnus-group-news-5-empty, gnus-group-news-6)
10094 (gnus-group-news-6-empty, gnus-group-news-low)
10095 (gnus-group-news-low-empty, gnus-group-mail-1)
10096 (gnus-group-mail-1-empty, gnus-group-mail-2)
10097 (gnus-group-mail-2-empty, gnus-group-mail-3)
10098 (gnus-group-mail-3-empty, gnus-group-mail-low)
10099 (gnus-group-mail-low-empty, gnus-summary-selected)
10100 (gnus-summary-cancelled, gnus-summary-high-ticked)
10101 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10102 (gnus-summary-high-ancient, gnus-summary-low-ancient)
10103 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10104 (gnus-summary-low-undownloaded)
10105 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10106 (gnus-summary-low-unread, gnus-summary-normal-unread)
10107 (gnus-summary-high-read, gnus-summary-low-read)
10108 (gnus-summary-normal-read, gnus-splash):
10109 Remove "-face" suffix from face names.
10110 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10111 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10112 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10113 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10114 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10115 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10116 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10117 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10118 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10119 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10120 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10121 (gnus-summary-selected-face, gnus-summary-cancelled-face)
10122 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10123 (gnus-summary-normal-ticked-face)
10124 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10125 (gnus-summary-normal-ancient-face)
10126 (gnus-summary-high-undownloaded-face)
10127 (gnus-summary-low-undownloaded-face)
10128 (gnus-summary-normal-undownloaded-face)
10129 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10130 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10131 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10132 (gnus-splash-face):
10133 New backward-compatibility aliases for renamed faces.
10134 (gnus-group-startup-message): Use renamed gnus faces.
10135
10136 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10137 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10138 (gnus-server-agent): Remove "-face" suffix from face names.
10139 (gnus-server-agent-face, gnus-server-opened-face)
10140 (gnus-server-closed-face, gnus-server-denied-face)
10141 (gnus-server-offline-face):
10142 New backward-compatibility aliases for renamed faces.
10143 (gnus-server-agent-face, gnus-server-opened-face)
10144 (gnus-server-closed-face, gnus-server-denied-face)
10145 (gnus-server-offline-face): Use renamed gnus faces.
10146
10147 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10148 Remove "-face" suffix from face names.
10149 (gnus-picon-xbm-face, gnus-picon-face):
10150 New backward-compatibility aliases for renamed faces.
10151
10152 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10153 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10154 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10155 (gnus-cite-11): Remove "-face" suffix from face names.
10156 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10157 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10158 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10159 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10160 New backward-compatibility aliases for renamed faces.
10161 (gnus-cite-attribution-face, gnus-cite-face-list)
10162 (gnus-article-boring-faces): Use renamed gnus faces.
10163
10164 * gnus-art.el (gnus-signature, gnus-header-from)
10165 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10166 (gnus-header-content): Remove "-face" suffix from face names.
10167 (gnus-signature-face, gnus-header-from-face)
10168 (gnus-header-subject-face, gnus-header-newsgroups-face)
10169 (gnus-header-name-face, gnus-header-content-face):
10170 New backward-compatibility aliases for renamed faces.
10171 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10172
10173 * gnus-sum.el (gnus-summary-selected-face)
10174 (gnus-summary-highlight): Use renamed gnus faces.
10175 * gnus-group.el (gnus-group-highlight): Likewise.
10176
10177 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
10178
10179 * gnus-sieve.el (gnus-sieve-article-add-rule):
10180 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10181 * spam-stat.el (spam-stat-buffer-change-to-spam)
10182 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10183
10184 * message.el (message-is-yours-p):
10185 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10186
10187 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
10188
10189 * mm-view.el (mm-inline-text): Withdraw the last change.
10190
10191 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
10192
10193 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10194 executing enriched-decode.
10195
10196 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
10197
10198 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10199 charset of tar files.
10200
10201 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
10202
10203 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10204
10205 2005-06-04 Lute Kamstra <lute@gnu.org>
10206
10207 * nnfolder.el (nnfolder-read-folder): Make sure that undo
10208 information is never recorded.
10209
10210 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10211
10212 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10213
10214 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
10215
10216 * pop3.el (pop3-apop): Run md5 in the binary mode.
10217
10218 * starttls.el (starttls-set-process-query-on-exit-flag):
10219 Use eval-and-compile.
10220
10221 2005-05-31 Simon Josefsson <jas@extundo.com>
10222
10223 * smime.el (smime-replace-in-string): Define.
10224 (smime-cert-by-ldap-1): Use it.
10225
10226 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
10227
10228 * gnus-art.el (article-display-x-face): Replace
10229 process-kill-without-query by gnus-set-process-query-on-exit-flag.
10230
10231 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10232 set-process-query-on-exit-flag or process-kill-without-query.
10233
10234 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10235 loop instead of replace-regexp.
10236
10237 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10238 instead of process-kill-without-query if it is available.
10239
10240 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10241 instead of find-file-hooks if it is available.
10242
10243 * mml1991.el: Bind pgg-default-user-id when compiling.
10244
10245 * mml2015.el: Bind pgg-default-user-id when compiling.
10246
10247 * nndraft.el (nndraft-request-associate-buffer):
10248 Use write-contents-functions instead of write-contents-hooks if it is
10249 available.
10250
10251 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10252 instead of find-file-hooks if it is available.
10253
10254 * nntp.el (nntp-open-connection): Replace
10255 process-kill-without-query by gnus-set-process-query-on-exit-flag.
10256 (nntp-open-ssl-stream): Ditto.
10257 (nntp-open-tls-stream): Ditto.
10258
10259 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10260 set-process-query-on-exit-flag or process-kill-without-query.
10261 (starttls-open-stream-gnutls): Use it instead of
10262 process-kill-without-query.
10263 (starttls-open-stream): Ditto.
10264
10265 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
10266
10267 * smime.el (smime-cert-by-ldap-1): Don't use
10268 replace-regexp-in-string.
10269
10270 2005-05-31 Arne Jørgensen <arne@arnested.dk>
10271
10272 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10273
10274 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10275 in PEM format. Adjust to the XEmacs compability.
10276
10277 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
10278
10279 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10280 by `string-to-number'.
10281 * gnus-agent.el (gnus-agent-regenerate-group)
10282 (gnus-agent-fetch-articles): Ditto.
10283 * gnus-art.el (gnus-button-fetch-group): Ditto.
10284 * gnus-cache.el (gnus-cache-generate-active)
10285 (gnus-cache-articles-in-group): Ditto.
10286 * gnus-group.el (gnus-group-set-current-level)
10287 (gnus-group-insert-group-line): Ditto.
10288 * gnus-score.el (gnus-score-set-expunge-below)
10289 (gnus-score-set-mark-below, gnus-summary-score-effect)
10290 (gnus-summary-score-entry): Ditto.
10291 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10292 (gnus-soup-pack): Ditto.
10293 * gnus-spec.el (gnus-xmas-format): Ditto.
10294 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10295 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10296 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10297 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10298 * nndb.el (nndb-get-remote-expire-response): Ditto.
10299 * nndiary.el (nndiary-parse-schedule-value)
10300 (nndiary-string-to-number, nndiary-request-replace-article)
10301 (nndiary-request-article): Ditto.
10302 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10303 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10304 * nneething.el (nneething-make-head): Ditto.
10305 * nnfolder.el (nnfolder-request-article)
10306 (nnfolder-retrieve-headers): Ditto.
10307 * nnheader.el (nnheader-file-to-number): Ditto.
10308 * nnkiboze.el (nnkiboze-request-article): Ditto.
10309 * nnmail.el (nnmail-process-unix-mail-format)
10310 (nnmail-process-babyl-mail-format): Ditto.
10311 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10312 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10313 (nnmh-request-create-group, nnmh-request-list-1)
10314 (nnmh-request-group, nnmh-request-article): Ditto.
10315 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10316 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10317 * nnsoup.el (nnsoup-make-active): Ditto.
10318 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10319 * nntp.el (nntp-find-group-and-number)
10320 (nntp-retrieve-headers-with-xover): Ditto.
10321 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10322 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10323 (pgg-format-key-identifier): Ditto.
10324 * pop3.el (pop3-last, pop3-stat): Ditto.
10325 * qp.el (quoted-printable-decode-region): Ditto.
10326
10327 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10328 of concat.
10329
10330 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
10331
10332 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10333
10334 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10335
10336 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10337
10338 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10339
10340 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10341
10342 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10343
10344 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10345 (gnus-carpal-mode): Ditto.
10346
10347 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10348 (gnus-browse-mode): Ditto.
10349
10350 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10351
10352 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10353
10354 2005-05-29 Richard M. Stallman <rms@gnu.org>
10355
10356 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10357
10358 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
10359
10360 * gnus-util.el (gnus-run-mode-hooks): New function.
10361
10362 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10363
10364 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
10365
10366 * gnus-agent.el (gnus-agent-make-mode-line-string):
10367 Use mode-line-highlight as mouse-face.
10368
10369 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
10370
10371 * canlock.el (canlock): Change the parent group to news.
10372
10373 * deuglify.el (gnus-outlook-deuglify): Add :group.
10374
10375 * dig.el (dig): Add :group.
10376
10377 * dns-mode.el (dns-mode): Add :group.
10378
10379 * encrypt.el (encrypt): Add :group.
10380
10381 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10382 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10383 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10384 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10385 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10386
10387 * gnus-diary.el (gnus-diary): Add :group.
10388
10389 * gnus.el (gnus-group-news-1-face): Add :group.
10390 (gnus-group-news-1-empty-face): Ditto.
10391 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10392 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10393 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10394 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10395 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10396 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10397 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10398 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10399 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10400 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10401 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10402 (gnus-summary-high-ticked-face): Ditto.
10403 (gnus-summary-low-ticked-face): Ditto.
10404 (gnus-summary-normal-ticked-face): Ditto.
10405 (gnus-summary-high-ancient-face): Ditto.
10406 (gnus-summary-low-ancient-face): Ditto.
10407 (gnus-summary-normal-ancient-face): Ditto.
10408 (gnus-summary-high-undownloaded-face): Ditto.
10409 (gnus-summary-low-undownloaded-face): Ditto.
10410 (gnus-summary-normal-undownloaded-face): Ditto.
10411 (gnus-summary-high-unread-face): Ditto.
10412 (gnus-summary-low-unread-face): Ditto.
10413 (gnus-summary-normal-unread-face): Ditto.
10414 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10415 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10416
10417 * hashcash.el (hashcash): New custom group.
10418 (hashcash-default-payment): Add :group.
10419 (hashcash-payment-alist): Ditto.
10420 (hashcash-default-accept-payment): Ditto.
10421 (hashcash-accept-resources): Ditto.
10422 (hashcash-path): Ditto.
10423 (hashcash-extra-generate-parameters): Ditto.
10424 (hashcash-double-spend-database): Ditto.
10425 (hashcash-in-news): Ditto.
10426
10427 * message.el (message-minibuffer-local-map): Add :group.
10428
10429 * netrc.el (netrc): Add :group.
10430
10431 * sieve-manage.el (sieve-manage-log): Add :group.
10432 (sieve-manage-default-user): Diito.
10433 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10434 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10435 (sieve-manage-authenticators): Ditto.
10436 (sieve-manage-authenticator-alist): Ditto.
10437 (sieve-manage-default-port): Ditto.
10438
10439 * sieve-mode.el (sieve-control-commands-face): Add :group.
10440 (sieve-action-commands-face): Ditto.
10441 (sieve-test-commands-face): Ditto.
10442 (sieve-tagged-arguments-face): Ditto.
10443
10444 * smime.el (smime): Add :group.
10445
10446 * spam-report.el (spam-report): Add :group.
10447
10448 * spam.el (spam, spam-face): Add :group.
10449
10450 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10451
10452 * nntp.el (nntp-next-result-arrived-p): Some news servers may
10453 return \n.\n.\n at the end of articles. Protect against that.
10454 (nntp-with-open-group): Allow debugging.
10455
10456 * nnheader.el (mail-header-set-extra): Make into a function
10457 because I just could't understand how to quote the list properly.
10458
10459 * dns.el (query-dns-cached): New function.
10460
10461 2005-05-26 Lute Kamstra <lute@gnu.org>
10462
10463 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10464
10465 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
10466
10467 * gnus-art.el: Don't autoload mail-extract-address-components.
10468
10469 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10470 eval-and-compile to evaluate it.
10471
10472 * hashcash.el: Don't autoload executable-find.
10473
10474 * nndb.el: Don't declare the nndb back end two or more times; don't
10475 autoload news-reply-mode, news-setup, cancel-timer and telnet.
10476
10477 * nntp.el: Autoload format-spec instead of format; use
10478 eval-and-compile to evaluate autoload forms.
10479
10480 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
10481
10482 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10483
10484 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10485
10486 * gnus.el (gnus-version-number): Bump version.
10487
10488 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10489
10490 * gnus.el: No Gnus v0.3 is released.
10491
10492 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
10493
10494 * gnus-art.el (gnus-article-edit-part): Disable undo.
10495
10496 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
10497
10498 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10499 gnus-article-date-lapsed-new-header is t if date timer is active;
10500 skip headers in which the original date value is empty.
10501 (gnus-article-save-original-date): Redefine it as a macro.
10502 (gnus-display-mime): Use it.
10503
10504 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
10505
10506 * gnus-art.el (article-date-ut): Support converting date in
10507 forwarded parts as well.
10508 (gnus-article-save-original-date): New function.
10509 (gnus-display-mime): Use it.
10510
10511 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
10512
10513 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10514 enclosure element of <item>.
10515
10516 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
10517
10518 * message.el (message-kill-buffer-query): Renamed from
10519 `message-kill-buffer-query-if-modified'. Added :version.
10520
10521 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
10522
10523 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10524 window layout.
10525
10526 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
10527
10528 * mml.el: Autoload dnd when compiling.
10529
10530 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
10531
10532 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10533 x-dnd-*.
10534
10535 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
10536
10537 * qp.el (quoted-printable-encode-region): Save excursion.
10538
10539 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
10540
10541 * message.el (message-kill-buffer-query-if-modified): Add new variable
10542 so the user can kill a modified message buffer quickly.
10543 (message-kill-buffer): Use it.
10544
10545 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
10546
10547 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
10548 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10549
10550 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
10551
10552 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10553 contained in text because xml.el decodes entities) with LFs.
10554
10555 2005-04-11 Lute Kamstra <lute@gnu.org>
10556
10557 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10558 differently.
10559
10560 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10561
10562 * mm-util.el (mm-detect-coding-region): Typo.
10563
10564 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
10565
10566 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10567
10568 2005-04-06 Deepak Goel <deego@gnufans.org>
10569
10570 * spam-stat.el (spam-stat-score-buffer): Add a call to a
10571 user-function allow user modifications of the scores.
10572 (spam-stat-score-buffer-user): New function, to allow
10573 user-computed modifications to the score.
10574 (spam-stat-score-buffer-user-functions): List of additional
10575 scoring functions.
10576 (spam-stat-error-holder): Global temporary error holder.
10577 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10578 variable.
10579
10580 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
10581
10582 * gnus-registry.el (gnus-registry-clean-empty-function)
10583 (gnus-registry-trim, gnus-registry-fetch-groups)
10584 (gnus-registry-delete-group): Groups that match
10585 `gnus-registry-ignored-groups' are removed from the registry
10586 entries, not just ignored for splitting. This helps clean up the
10587 registry. Also, `gnus-registry-fetch-groups' is a convenient way
10588 to get all the groups a message ID is in.
10589
10590 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10591 (spam-stat-split-fancy): Change "threshhold" to "threshold".
10592 (spam-stat-score-buffer-user-functions): Add :number custom type.
10593
10594 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
10595
10596 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10597 argument in XEmacs.
10598
10599 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10600 (nnrss-request-group): Decode group name first.
10601 (nnrss-request-article): Make a text/plain article if mml-to-mime
10602 failed.
10603 (nnrss-get-encoding): Return a compatible encoding according to
10604 nnrss-compatible-encoding-alist.
10605 (nnrss-find-el): Use consp instead of listp.
10606 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10607
10608 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
10609
10610 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10611 which Emacs 20 doesn't support.
10612 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10613
10614 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
10615
10616 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10617 silence the byte compiler inside the defun.
10618
10619 * gnus-demon.el (parse-time-string): Add autoload.
10620
10621 * gnus-delay.el (parse-time-string): Add autoload.
10622
10623 * gnus-art.el (parse-time-string): Add autoload.
10624
10625 * nnultimate.el (parse-time): Require for `parse-time-string'.
10626
10627 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
10628
10629 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10630
10631 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10632
10633 * smime.el (smime-ldap-host-list): Add :version.
10634
10635 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
10636
10637 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10638 pass it to `gnus-browse-read-group'.
10639 (gnus-browse-read-group): Add NUMBER argument and pass it to
10640 `gnus-group-read-ephemeral-group'.
10641
10642 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10643 argument and pass it to `gnus-group-read-group'.
10644
10645 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
10646
10647 * mm-util.el (mm-xemacs-find-mime-charset): Only call
10648 mm-xemacs-find-mime-charset-1 if we have the mule feature
10649 available at runtime.
10650
10651 2005-03-25 Werner Lemberg <wl@gnu.org>
10652
10653 * nnmaildir.el: Replace `illegal' with `invalid'.
10654
10655 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10656
10657 * gnus-start.el (gnus-display-time-event-handler):
10658 Check display-time-timer at runtime rather than only at load time
10659 in case display-time-mode is turned off in the mean time.
10660
10661 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
10662
10663 * nnimap.el (nnimap-open-connection): Print which authinfo file is
10664 used.
10665
10666 * nneething.el (nneething-map-file-directory): Derive from
10667 `gnus-directory'.
10668
10669 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10670 the To/Cc button.
10671
10672 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
10673
10674 * nnmaildir.el (nnmaildir-request-accept-article):
10675 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10676
10677 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
10678
10679 * gnus-async.el: Require timer-funcs at compile time when in
10680 XEmacs for `run-with-idle-timer'.
10681
10682 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
10683
10684 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10685 autoloaded function.
10686
10687 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10688
10689 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10690
10691 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
10692
10693 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10694
10695 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
10696
10697 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10698 gnus-expert-user to default.
10699
10700 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
10701
10702 * nnimap.el (nnimap-open-server): Ditto.
10703
10704 * imap.el (imap-authenticate): Fix typo.
10705
10706 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
10707
10708 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10709 buffer (since IMAP server might return FETCH response out of
10710 order, and the nntp buffer must be sorted).
10711
10712 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
10713
10714 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10715 comparison on string.
10716
10717 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10718 (gnus-agent-score): Renamed category keywords to match gnus-cus.
10719 (gnus-agent-summary-fetch-series): Modified to protect against
10720 gnus-agent-summary-fetch-group clearing processable flags.
10721 (gnus-agent-synchronize-group-flags): Update live group buffer as
10722 synchronization may occur due to the user toggle the plugged
10723 status.
10724 (gnus-agent-fetch-group-1): Clear downloadable flag when article
10725 successfully downloaded.
10726 (gnus-agent-expire-group-1): Avoid using markers when the overview
10727 is in ascending order; greatly improves performance.
10728 (gnus-agent-regenerate-group): Use
10729 gnus-agent-synchronize-group-flags to reset read status in both
10730 gnus and server.
10731 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10732
10733 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
10734
10735 * message.el: Don't autoload former message-utils variables.
10736 (message-strip-subject-trailing-was): Change doc string.
10737
10738 * nnweb.el: Fixes for `gnus-group-make-web-group'.
10739 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
10740 (nnweb-google-search): Add "hl=en" here.
10741 (nnweb-google-parse-1, nnweb-google-create-mapping):
10742 Don't hardcode URL.
10743
10744 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
10745
10746 * message.el (message-get-reply-headers, message-followup):
10747 Mention related variables `message-use-followup-to' and
10748 `message-use-mail-followup-to', in the information buffer.
10749
10750 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10751 of broken groups(-beta).google.com.
10752
10753 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
10754
10755 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10756 parameter to invoked gnus-request-move-article; remove the
10757 redundant gnus-sum-hint-move-is-internal variable; apply the marks
10758 all at once instead of once per article.
10759 (gnus-summary-remove-process-mark): Accept a list of articles as
10760 well as a single article for processing.
10761
10762 * gnus-int.el (gnus-request-move-article): Add move-is-internal
10763 parameter.
10764
10765 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10766
10767 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10768
10769 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10770 parameter.
10771
10772 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10773 parameter.
10774
10775 * nnimap.el (nnimap-request-move-article): Add move-is-internal
10776 parameter and remove the gnus-sum-hint-move-is-internal variable.
10777
10778 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10779 parameter.
10780
10781 * nndraft.el (nndraft-request-move-article): Add move-is-internal
10782 parameter.
10783
10784 * nndiary.el (nndiary-request-move-article): Add move-is-internal
10785 parameter.
10786
10787 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10788
10789 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10790 parameter.
10791
10792 * nnagent.el (nnagent-request-move-article): Add move-is-internal
10793 parameter.
10794
10795 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
10796
10797 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10798 a more conservative way.
10799
10800 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
10801
10802 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10803 buffer, so it moves the window's cursor.
10804
10805 2005-02-26 Arne Jørgensen <arne@arnested.dk>
10806
10807 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10808 `mm-dissect-multipart' and receive the from field as an (optional)
10809 argument from `mm-dissect-multipart'.
10810 (mm-dissect-multipart): Receive the from field as an argument and
10811 pass it on when we call `mm-dissect-buffer' on MIME parts.
10812 Fixes verification/decryption of signed/encrypted MIME parts.
10813
10814 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
10815
10816 * gnus-sum.el (gnus-summary-move-article): Set
10817 gnus-sum-hint-move-is-internal for gnus-request-move-article and
10818 whatever it calls (right now, only nnimap-request-move article
10819 respects it).
10820
10821 * nnimap.el (nnimap-request-move-article): When
10822 gnus-sum-hint-move-is-internal is set, don't do the extra
10823 nnimap-request-article.
10824
10825 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
10826
10827 * nnheader.el (nnheader-find-file-noselect): Add doc string.
10828
10829 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10830 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10831
10832 * gnus-sum.el (gnus-summary-caesar-message):
10833 Apply `gnus-treat-article' after rotation.
10834
10835 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10836 doc string.
10837
10838 2005-02-22 Simon Josefsson <jas@extundo.com>
10839
10840 * encrypt.el (encrypt-password-cache-expiry): Remove (use
10841 `password-cache-expiry' instead). Reported by Arne Jørgensen
10842 <arne@arnested.dk>.
10843 (encrypt): Add password-cache and password-cache-expiry as group
10844 members.
10845
10846 2005-02-22 Arne Jørgensen <arne@arnested.dk>
10847
10848 * smime.el (smime-ldap-host-list): Doc fix.
10849 (smime-ask-passphrase): Use `password-read-and-add' to read (and
10850 cache) password.
10851 (smime-sign-region): Use it.
10852 (smime-decrypt-region): Use it.
10853 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10854 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10855 fails.
10856 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10857 certificate from DER to PEM format rather than calling openssl.
10858
10859 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10860
10861 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10862 for signing/encryption.
10863
10864 * mml.el (mml-parse-1): Use them.
10865
10866 2005-02-21 Arne Jørgensen <arne@arnested.dk>
10867
10868 * nnrss.el (nnrss-verbose): Removed.
10869 (nnrss-request-group): Use `nnheader-message' instead.
10870
10871 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
10872
10873 * nnrss.el (nnrss-verbose): New variable.
10874 (nnrss-request-group): Make it say nnrss is requesting a group.
10875
10876 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
10877
10878 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10879 Handle news URL with given port correctly.
10880
10881 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
10882
10883 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10884 containing special characters.
10885
10886 * gnus-sum.el (gnus-summary-edit-article): Ditto.
10887
10888 * mml.el (mime-to-mml): Ditto.
10889
10890 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10891 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10892 (rfc2047-decode-region): Quote decoded words containing special
10893 characters when rfc2047-quote-decoded-words-containing-tspecials
10894 is non-nil.
10895
10896 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
10897
10898 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10899
10900 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10901
10902 2005-02-15 Simon Josefsson <jas@extundo.com>
10903
10904 * nnimap.el (nnimap-debug): Doc fix.
10905
10906 * imap.el (imap-debug): Doc fix.
10907
10908 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
10909
10910 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10911
10912 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
10913
10914 * gnus.el (spam-contents): Improve docs for spam-contents
10915 parameter in its variable incarnation.
10916
10917 2005-02-14 Simon Josefsson <jas@extundo.com>
10918
10919 * smime-ldap.el: Use require instead of load-library for ldap.
10920 (smime-ldap-search): Indent.
10921 (smime-ldap-search-internal): Shorten line.
10922
10923 * smime.el (smime-cert-by-dns): Add doc-string.
10924 (smime-cert-by-ldap-1): Indent.
10925
10926 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10927 mml-smime-get-dns-ldap.
10928 (mml-smime-encrypt-query): Use new function. Default to ldap.
10929
10930 2005-02-14 Arne Jørgensen <arne@arnested.dk>
10931
10932 * smime.el: Require smime-ldap.
10933 (smime-ldap-host-list): New variable.
10934 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10935
10936 * mml-smime.el (mml-smime-encrypt-query): New function.
10937 (mml-smime-encrypt-query): Use it.
10938
10939 * smime-ldap.el: New file.
10940
10941 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
10942
10943 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10944
10945 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
10946
10947 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10948 argument in doc string. Make query for type more clear.
10949
10950 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
10951
10952 * gnus.el (gnus-group-startup-message): Search for gnus images in
10953 etc/images/gnus.
10954 * mm-util.el (mm-image-load-path): Likewise.
10955 * smiley.el (smiley-data-directory): Search for smilies in
10956 etc/images/smilies.
10957
10958 2005-02-09 Kim F. Storm <storm@cua.dk>
10959
10960 Change Emacs release version from 21.4 to 22.1 throughout.
10961 Change Emacs development version from 21.3.50 to 22.0.50.
10962
10963 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
10964
10965 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10966
10967 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10968 non-Mule XEmacs as well.
10969 (mm-decompress-buffer): Signal an error intentionally if it does
10970 not decompress compressed data because auto-compression-mode is
10971 disabled.
10972
10973 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
10974
10975 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
10976 an ID in the registry even if it has no groups.
10977
10978 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
10979
10980 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
10981 merge it into mm-decompress-buffer.
10982 (gnus-mime-copy-part): Use the MIME part charset, the value which
10983 a user specified or gnus-newsgroup-charset for decoding, like
10984 gnus-mime-inline-part does; set buffer-file-coding-system to tell
10985 save-buffer what was used. Suggested by Kevin Ryde
10986 <user42@zip.com.au>.
10987 (gnus-mime-inline-part): Allow the name parameter as well as the
10988 filename parameter; force decompressing of compressed data; always
10989 display contents being not decoded as unibyte.
10990
10991 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
10992 as well as the filename parameter.
10993
10994 * mm-util.el (mm-decompress-buffer): Merge
10995 gnus-mime-jka-compr-maybe-uncompress.
10996 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
10997 of compressed data.
10998
10999 2005-02-08 Simon Josefsson <jas@extundo.com>
11000
11001 * imap.el (imap-log): Doc fix.
11002
11003 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
11004
11005 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11006 the coding cookies; decompress compressed parts.
11007
11008 * mml.el (mml-generate-mime-1): Add the charset parameter according
11009 to the value which a user specified manually or the coding cookie.
11010
11011 * mm-util.el (mm-string-to-multibyte): New function.
11012 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11013 (mm-coding-system-to-mime-charset): New function.
11014 (mm-decompress-buffer): New function.
11015 (mm-find-buffer-file-coding-system): New function.
11016
11017 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11018 (mm-display-inline-fontify): Rewrite for decoding and decompressing
11019 parts.
11020
11021 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11022
11023 * mm-view.el (mm-display-inline-fontify): Decode a part according
11024 to the charset parameter.
11025
11026 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
11027
11028 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11029 prefix arg is neither nil nor a number, as info specifies.
11030
11031 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
11032
11033 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11034 timestamps.
11035
11036 2005-02-02 Jari Aalto <jari.aalto@cante.net>
11037
11038 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11039 groups error checking and notify user.
11040
11041 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
11042
11043 * message.el (message-send-mail-function): Check existence of
11044 sendmail-program first before using default value
11045 `message-send-mail-with-sendmail'. Otherwise use more generic
11046 `smtpmail-send-it'.
11047
11048 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
11049
11050 * nntp.el (nntp-request-update-info): Always return nil.
11051
11052 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
11053
11054 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11055
11056 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
11057
11058 * message.el (message-beginning-of-line): Change the behavior when
11059 invoked between BOL and : so that it first moves backward.
11060
11061 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
11062
11063 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11064 article buffer when editing of the article is discarded.
11065 (gnus-article-prepare): Revert.
11066
11067 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
11068
11069 * gnus-art.el (gnus-article-prepare):
11070 Remove message-strip-forbidden-properties from the local hook.
11071
11072 2005-01-27 Simon Josefsson <jas@extundo.com>
11073
11074 * password.el (password-cache-add): Only start one timer per key.
11075 Reported by Derek Atkins <warlord@MIT.EDU>.
11076
11077 2005-01-26 Steve Youngs <steve@sxemacs.org>
11078
11079 * run-at-time.el: Removed. It is no longer needed as
11080 timer-funcs.el in the xemacs-base package has a working version of
11081 `run-at-time'.
11082
11083 * password.el: Require timer-funcs instead of run-at-time in
11084 XEmacs.
11085 Remove `password-run-at-time' macro.
11086 (password-cache-add): Use `run-at-time' instead of
11087 `password-run-at-time'.
11088
11089 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11090 for `run-with-idle-timer'.
11091
11092 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11093 for `run-at-time'.
11094
11095 * mm-url.el: Require timer-funcs at compile time when in XEmacs
11096 for `with-timeout'.
11097
11098 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
11099
11100 * mml.el (mml-generate-mime-1): Convert string into unibyte when
11101 inserting " *mml*" buffer's contents into a unibyte temp buffer.
11102
11103 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
11104
11105 * mail-source.el (mail-source-fetch-imap): Search for ^From case
11106 sensitively.
11107
11108 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
11109
11110 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11111
11112 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
11113
11114 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11115 which will be inserted according to the multibyteness of a buffer
11116 rather than the type of contents. Suggested by ARISAWA Akihiro
11117 <ari@mbf.ocn.ne.jp>.
11118
11119 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11120 of string which old xml.el may return rather than a string.
11121
11122 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
11123
11124 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11125
11126 2005-01-16 Simon Josefsson <jas@extundo.com>
11127
11128 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11129 idn/idna.el isn't available.
11130 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
11131 <michael@waxrat.com>.
11132
11133 * hashcash.el: Remove non-FSF copyright header.
11134
11135 * hashcash.el (hashcash-extra-generate-parameters): New variable.
11136 (hashcash-generate-payment): Use it.
11137 (hashcash-generate-payment-async): Use it.
11138
11139 2005-01-15 Simon Josefsson <jas@extundo.com>
11140
11141 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11142 Suggested by Raymond Scholz <ray-2005@zonix.de>.
11143
11144 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11145 gnus-summary-idna-message.
11146 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11147 (gnus-summary-idna-message): New function.
11148
11149 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
11150
11151 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11152 gnus-novice-user.
11153
11154 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
11155
11156 * nnrss.el (nnrss-request-delete-group): Delete entries in
11157 nnrss-group-alist as well.
11158 (nnrss-save-server-data): Insert newline.
11159
11160 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
11161
11162 * gnus.el (gnus-user-agent): Use list of symbols instead of
11163 symbols. Display full version number for (S)XEmacs. Optionally
11164 display (S)XEmacs codename.
11165
11166 * gnus-util.el (gnus-emacs-version): Update for new
11167 `gnus-user-agent'.
11168
11169 * gnus-msg.el (gnus-extended-version): Make it possible to omit
11170 Gnus version.
11171
11172 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
11173
11174 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
11175 which is unreadable in some setups.
11176
11177 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11178
11179 * gnus-spec.el (gnus-update-format-specifications): Flush the
11180 group format spec cache if it doesn't support decoded group names.
11181
11182 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
11183
11184 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11185 Allow to apply decay on score files matching a regexp.
11186
11187 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
11188
11189 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11190 compatibility in %g and %c.
11191
11192 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
11193
11194 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11195 name for only %g and %c.
11196 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11197 of gnus-tmp-group to decoded group name.
11198 (gnus-group-make-rss-group): Exclude `/'s from group names.
11199
11200 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
11201
11202 * nnrss.el (nnrss-get-encoding): Fix regexp.
11203
11204 2004-12-27 Simon Josefsson <jas@extundo.com>
11205
11206 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11207 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11208 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
11209
11210 2004-12-17 Kim F. Storm <storm@cua.dk>
11211
11212 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11213
11214 * gnus-sum.el (gnus-summary-mode-map): Likewise.
11215
11216 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
11217
11218 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11219
11220 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
11221
11222 * nnrss.el: Require rfc2047 and mml.
11223 (nnrss-file-coding-system): New variable.
11224 (nnrss-format-string): Redefine it as an inline function.
11225 (nnrss-decode-group-name): New function.
11226 (nnrss-string-as-multibyte): Remove.
11227 (nnrss-retrieve-headers): Decode group name; don't use
11228 nnrss-format-string.
11229 (nnrss-request-group): Decode group name.
11230 (nnrss-request-article): Decode group name; allow a Message-ID as
11231 well as an article number; don't use nnrss-format-string; encode a
11232 Message-ID string which may contain non-ASCII characters; use
11233 mml-to-mime to compose a MIME article.
11234 (nnrss-request-expire-articles): Decode group name.
11235 (nnrss-request-delete-group): Decode group name.
11236 (nnrss-fetch): Clarify error message.
11237 (nnrss-read-server-data): Use insert-file-contents instead of load;
11238 bind file-name-coding-system; use multibyte buffer.
11239 (nnrss-save-server-data): Bind coding-system-for-write to the
11240 value of nnrss-file-coding-system; bind file-name-coding-system;
11241 add coding cookie.
11242 (nnrss-read-group-data): Use insert-file-contents instead of load;
11243 bind file-name-coding-system; use multibyte buffer.
11244 (nnrss-save-group-data): Bind coding-system-for-write to the
11245 value of nnrss-file-coding-system; bind file-name-coding-system.
11246 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11247 make it work with non-ASCII text.
11248 (nnrss-find-el): Make it work with old xml.el as well.
11249
11250 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
11251
11252 * nnrss.el (nnrss-get-encoding): New function.
11253 (nnrss-fetch): Use unibyte buffer initially; bind
11254 coding-system-for-read while performing mm-url-insert; remove ^Ms;
11255 decode contents according to the encoding attribute.
11256 (nnrss-save-group-data): Add coding cookie.
11257 (nnrss-mime-encode-string): New function.
11258 (nnrss-check-group): Use it to encode subject and author.
11259
11260 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
11261
11262 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11263 imaginary variable.
11264
11265 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
11266
11267 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11268 correctly even if there are wide characters.
11269
11270 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
11271
11272 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11273 downcased symbol names; make a new cache instead of reusing
11274 bbdb-hashtable.
11275
11276 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
11277
11278 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11279 concatenating segments rather than before concatenating them.
11280 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11281
11282 * message.el (message-get-reply-headers): Bind `extra'.
11283
11284 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11285
11286 * message.el (message-extra-wide-headers): New variable.
11287 (message-get-reply-headers): Use it.
11288
11289 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
11290
11291 * gnus-agent.el (gnus-agent-group-path): Decode group name.
11292 (gnus-agent-group-pathname): Ditto.
11293
11294 * gnus-cache.el (gnus-cache-file-name): Decode group name.
11295
11296 * gnus-group.el (gnus-group-make-group): Decode group name.
11297 (gnus-group-make-rss-group): Register the group data after opening
11298 the nnrss group.
11299
11300 2004-12-17 Paul Jarc <prj@po.cwru.edu>
11301
11302 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11303 by expiry now get marked as read.
11304
11305 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
11306
11307 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11308
11309 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
11310
11311 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11312 unify Latin characters in XEmacs.
11313 (mm-find-mime-charset-region): Use it.
11314
11315 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
11316
11317 * gnus-util.el (gnus-delete-directory): New function.
11318
11319 * gnus-agent.el (gnus-agent-delete-group): Use it.
11320
11321 * gnus-cache.el (gnus-cache-delete-group): Use it.
11322
11323 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
11324
11325 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11326 names.
11327
11328 2004-12-16 Simon Josefsson <jas@extundo.com>
11329
11330 * hashcash.el (hashcash-payment-alist): Fix custom :type.
11331
11332 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
11333
11334 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11335
11336 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11337 (gnus-group-set-current-level): Decode group name.
11338
11339 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
11340
11341 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11342 failed.
11343
11344 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
11345
11346 * gnus-group.el (gnus-group-delete-group): Decode group name.
11347 (gnus-group-make-rss-group): Encode group name.
11348 (gnus-group-catchup-current): Decode group name.
11349 (gnus-group-kill-group): Decode group name.
11350
11351 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
11352
11353 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11354
11355 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
11356
11357 * gnus-group.el (gnus-group-make-rss-group):
11358 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11359
11360 * gnus-start.el (gnus-setup-news): Honor user's setting to
11361 gnus-message-archive-method. Suggested by Lute Kamstra
11362 <lute@gnu.org>.
11363
11364 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
11365
11366 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11367 global counterparts of the buffer-local variables.
11368
11369 2004-11-16 Romain Francoise <romain@orebokech.com>
11370
11371 * gnus-sum.el (gnus-summary-exit): Don't clear the global
11372 counterparts of the buffer-local variables.
11373
11374 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
11375
11376 * message.el (message-forbidden-properties): Fixed typo in doc
11377 string.
11378
11379 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
11380
11381 * gnus-util.el (gnus-replace-in-string): Added doc string.
11382
11383 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11384 to avoid problems when splitting mails with many recipients.
11385
11386 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11387
11388 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11389 pop-to-buffer, covered by the subsequent gnus-configure-windows.
11390
11391 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
11392
11393 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11394 if there is no hashtable in memory or file modification time is
11395 newer than cached timestamp.
11396
11397 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
11398
11399 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11400 not-matching option.
11401
11402 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
11403
11404 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11405 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11406 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11407 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11408 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
11409 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11410
11411 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
11412
11413 * message.el (message-forward-make-body-mml): Remove headers
11414 according to message-forward-ignored-headers if a message is decoded.
11415
11416 2004-12-02 Romain Francoise <romain@orebokech.com>
11417
11418 * message.el (message-forward-make-body-plain): Always remove
11419 headers according to message-forward-ignored-headers.
11420
11421 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
11422
11423 * spam.el (spam-summary-prepare-exit): Remove the
11424 gnus-summary-limit pop for now, it has problems with ham marks for
11425 me.
11426
11427 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
11428
11429 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11430 correctly.
11431
11432 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
11433
11434 * format-spec.el (format-spec): Message the char.
11435
11436 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
11437
11438 * gnus-art.el (gnus-split-methods): Reformat comments.
11439
11440 * spam.el (spam-summary-prepare-exit): Remove article limits
11441 before exiting the summary buffer.
11442
11443 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
11444
11445 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11446 order to silence the byte compiler.
11447
11448 * spam.el: Fix the way to silence the byte compiler, which
11449 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11450 bbdb-search-simple, spam-BBDB-register-routine,
11451 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11452 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11453 spam-stat-buffer-is-spam, spam-stat-load,
11454 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11455 spam-stat-save and spam-stat-split-fancy.
11456
11457 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
11458
11459 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11460 which may confuse users.
11461 (canlock-password-for-verify): Ditto.
11462
11463 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11464
11465 * gnus-art.el (gnus-emphasis-alist): Ditto.
11466
11467 * gnus-registry.el (gnus-registry-max-entries): Ditto.
11468
11469 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11470
11471 * gnus-start.el (gnus-save-killed-list): Ditto.
11472
11473 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11474 (gnus-sum-thread-tree-root): Ditto.
11475 (gnus-sum-thread-tree-false-root): Ditto.
11476 (gnus-sum-thread-tree-single-indent): Ditto.
11477
11478 * message.el (message-courtesy-message): Ditto.
11479 (message-archive-note): Ditto.
11480 (message-subscribed-address-file): Ditto.
11481 (message-user-fqdn): Ditto.
11482
11483 * spam-report.el (spam-report-gmane-regex): Ditto.
11484
11485 * spam.el (spam-blackhole-good-server-regex): Ditto.
11486
11487 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
11488
11489 * mml.el (mml-preview): Widen the message buffer before copying
11490 the contents to the preview buffer; sort headers before previewing.
11491
11492 * message.el (message-hidden-headers): Fix the way to avoid a bug
11493 in the `repeat' widget in Emacs 21.3 or earlier.
11494
11495 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
11496
11497 * message.el (message-hidden-headers): Default to "^References:".
11498 Improve customization type. Suggested by Reiner Steib
11499 <Reiner.Steib@gmx.de>.
11500
11501 2004-11-25 Romain Francoise <romain@orebokech.com>
11502
11503 * message.el (message-strip-forbidden-properties): Remove check for
11504 obsolete `message-hidden' text property, hidden headers are not
11505 accessible in the buffer anymore.
11506
11507 2004-11-22 Romain Francoise <romain@orebokech.com>
11508
11509 * message.el (message-header-format-alist): Add `From' in list
11510 so that it can be sorted.
11511 (message-fix-before-sending): Widen and sort headers before
11512 sending.
11513 (message-hide-headers): Use narrowing to hide headers by moving
11514 them to the top of the buffer and narrowing to the region
11515 underneath.
11516
11517 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11518
11519 * message.el (message-strip-forbidden-properties): Bind
11520 buffer-read-only (etc) to nil.
11521
11522 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
11523
11524 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11525 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11526
11527 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
11528
11529 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11530
11531 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11532
11533 * dns.el (query-dns): Use sit-for to time instead of
11534 accept-process-output, since that doesn't seem to work on udp
11535 sockets.
11536
11537 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
11538
11539 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11540
11541 2004-11-15 Jesper Harder <harder@ifa.au.dk>
11542
11543 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11544 doc string. Improve doc string.
11545
11546 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
11547
11548 * nntp.el (nntp-request-update-info): Return nil if
11549 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11550 may not call gnus-activate-group which uselessly issues the GROUP
11551 commands for all nntp groups and wastes time. Reported by Romain
11552 Francoise <romain@orebokech.com>.
11553
11554 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11555
11556 2004-11-15 Simon Josefsson <jas@extundo.com>
11557
11558 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11559 headers separately.
11560 (gnus-button-openpgp): New function, inspired by Jochen Küpper
11561 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11562
11563 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11564
11565 * gnus-start.el (gnus-convert-old-newsrc):
11566 Assign legacy-gnus-agent to 5.10.7.
11567
11568 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11569
11570 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11571 start of the lines.
11572
11573 2004-11-14 Magnus Henoch <mange@freemail.hu>
11574
11575 * hashcash.el (hashcash-default-payment): Change default to 20.
11576 (hashcash-default-accept-payment): Change default to 20.
11577 (hashcash-process-alist): New variable.
11578 (hashcash-generate-payment-async): Add.
11579 (hashcash-already-paid-p): Add.
11580 (hashcash-insert-payment): Don't generate payments twice.
11581 (hashcash-insert-payment-async): Add.
11582 (hashcash-insert-payment-async-2): Add.
11583 (hashcash-cancel-async): Add.
11584 (hashcash-wait-async): Add.
11585 (hashcash-processes-running-p): Add.
11586 (hashcash-wait-or-cancel): Add.
11587 (mail-add-payment): New optional argument. Conditionally start
11588 asynchronous calculation.
11589 (mail-add-payment-async): Add.
11590
11591 * message.el (message-send-mail): Wait for asynchronous hashcash
11592 results. Don't clobber existing X-Hashcash headers.
11593 (message-setup-1): Call mail-add-payment-async when
11594 message-generate-hashcash is non-nil.
11595
11596 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
11597
11598 * message.el (message-use-alternative-email-as-from): Examine the
11599 From header as well; use message-make-from in order to include a
11600 user's full name.
11601
11602 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
11603
11604 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11605 default; improve customization type.
11606 (gnus-emphasis-custom-with-format): New macro.
11607 (gnus-emphasis-custom-value-to-external): New function.
11608 (gnus-emphasis-custom-value-to-internal): New function.
11609
11610 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
11611
11612 * dns.el (query-dns): Resolve reverse addresses.
11613
11614 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11615
11616 * gnus-group.el (gnus-group-get-new-news): Use it.
11617
11618 * gnus-start.el (gnus-check-reasonable-setup): New function.
11619
11620 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
11621
11622 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11623 "Args out of range" error. Reported by Arnaud Giersch
11624 <arnaud.giersch@free.fr>.
11625
11626 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
11627
11628 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11629
11630 2004-11-04 Richard M. Stallman <rms@gnu.org>
11631
11632 * spam.el (spam group): Add :version.
11633
11634 * pgg-def.el (pgg group): Add :version.
11635
11636 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
11637
11638 * gnus-art.el (gnus-article-edit-article): Don't associate the
11639 article buffer with a draft file. This is a temporary measure
11640 against the 2004-08-22 change to gnus-article-edit-mode.
11641
11642 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
11643
11644 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11645 (html2text-format-tags): Remove unused variable `attr'.
11646
11647 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
11648
11649 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11650
11651 * spam-stat.el (spam-stat): Add :version.
11652
11653 * sieve.el (sieve): Add :version.
11654
11655 * sha1.el (sha1): Add :version.
11656 (sha1-use-external): Remove redundant version.
11657
11658 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11659 (nnmail-cache-ignore-groups, nnmail-spool-hook)
11660 (nnmail-split-fancy-match-partial-words)
11661 (nnmail-split-lowercase-expanded): Add :version.
11662
11663 * nndiary.el (nndiary): Add :version.
11664
11665 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11666
11667 * mml-sec.el (mml-default-sign-method)
11668 (mml-default-encrypt-method, mml-signencrypt-style-alist):
11669 Add :version.
11670
11671 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11672
11673 * mm-url.el (mm-url-use-external, mm-url-program)
11674 (mm-url-arguments): Add :version.
11675
11676 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11677 (mm-attachment-file-modes, mm-decrypt-option)
11678 (mm-w3m-safe-url-regexp): Add :version.
11679
11680 * message.el (message-cite-prefix-regexp)
11681 (message-sendmail-envelope-from, message-minibuffer-local-map)
11682 (message-user-fqdn, message-completion-alist): Add :version.
11683
11684 * gnus-win.el (gnus-configure-windows-hook)
11685 (gnus-use-frames-on-any-display): Add :version.
11686
11687 * gnus-art.el (gnus-article-address-banner-alist)
11688 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11689 (gnus-treat-from-picon, gnus-treat-mail-picon)
11690 (gnus-treat-x-pgp-sig): Add :version.
11691
11692 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11693 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11694 (gnus-summary-article-delete-hook)
11695 (gnus-summary-display-while-building): Add :version.
11696
11697 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11698 (gnus-get-top-new-news-hook): Add :version.
11699
11700 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11701 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11702
11703 * gnus-registry.el (gnus-registry): Add :version.
11704
11705 * gnus-spec.el (gnus-use-correct-string-widths)
11706 (gnus-make-format-preserve-properties): Add :version.
11707
11708 * gnus.el (gnus-group-charter-alist)
11709 (gnus-group-fetch-control-use-browse-url)
11710 (gnus-install-group-spam-parameters): Add :version.
11711
11712 * gnus-diary.el (gnus-diary): Add :version.
11713
11714 * gnus-delay.el (gnus-delay): Add :version.
11715
11716 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11717 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11718 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11719 Add :version.
11720
11721 * gnus-agent.el (gnus-agent-max-fetch-size)
11722 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11723 (gnus-agent-prompt-send-queue): Add :version.
11724
11725 * deuglify.el (gnus-outlook-deuglify): Add :version.
11726
11727 * html2text.el: Beautify code. Improve doc strings. Some
11728 checkdoc cleanup.
11729 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11730
11731 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
11732
11733 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11734
11735 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
11736
11737 * gnus-registry.el (gnus-registry-hashtb): Create the registry
11738 when package is loaded.
11739
11740 * spam.el (spam-summary-score-preferred-header): Add global preference
11741 for people who want to override the default SpamAssassin over
11742 Bogofilter preference (when both are set).
11743 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11744 (spam-user-format-function-S): Check
11745 spam-summary-score-preferred-header.
11746 (spam-extra-header-to-number): Add X-Bogosity header parsing.
11747 (spam-user-format-function-S): Format the score correctly.
11748
11749 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
11750
11751 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11752 signature file. Suggested by Manoj Srivastava
11753 <srivasta@golden-gryphon.com>.
11754
11755 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11756 iso-2022-jp even in the Japanese language environment.
11757 Suggested by Jason Rumney <jasonr@gnu.org>.
11758
11759 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
11760
11761 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11762 use the same characters as the dummy marks; make it free from
11763 getting affected by the language environment.
11764 (gnus-summary-read-group-1): Update mark positions only when the
11765 format spec is updated.
11766
11767 * gnus-spec.el (gnus-update-format-specifications): Return a list
11768 of updated types.
11769
11770 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
11771
11772 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11773 of boundp to check if display-warning is available.
11774
11775 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
11776
11777 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11778
11779 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
11780
11781 * nnspool.el (nnspool-spool-directory): Use news-path if the
11782 news-directory variable is not bound.
11783
11784 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11785 function instead of display-warning if it is not available.
11786
11787 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
11788
11789 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11790 v5-10: Use `point-at-bol'.
11791
11792 2004-10-26 Simon Josefsson <jas@extundo.com>
11793
11794 * hashcash.el: Fix URL in comment, reported by Cheng Gao
11795 <chenggao@gmail.com>.
11796
11797 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
11798
11799 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
11800 instead.
11801
11802 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
11803
11804 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11805 to remove a server from the nnimap-server-buffer-alist.
11806 (nnimap-open-connection, nnimap-close-server): Use it.
11807
11808 * gnus-encrypt.el: Remove file in favor of encrypt.el.
11809
11810 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
11811
11812 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11813 running the major-mode function.
11814
11815 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11816
11817 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11818 dummy marks in the right way.
11819
11820 2004-10-18 David Edmondson <dme@dme.org>
11821
11822 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11823 excessively.
11824
11825 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
11826
11827 * gnus-util.el (gnus-split-references): Accept a nil references
11828 string and go on blissfully.
11829
11830 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11831 cases where the references string is non-nil but has no references.
11832
11833 * encrypt.el: Add autoload tags.
11834
11835 * spam.el (spam-resolve-registrations-routine): Remove article
11836 from unregistration list too. Reported by David Hanak
11837 <dhanak@isis.vanderbilt.edu>
11838
11839 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
11840
11841 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11842 nil. Changed custom type.
11843
11844 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
11845
11846 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11847
11848 * gnus-sum.el (gnus-summary-move-article): Use it.
11849
11850 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
11851
11852 * encrypt.el: Add autoload cookies.
11853
11854 * spam.el (spam-backend-article-list-property)
11855 (spam-backend-get-article-todo-list)
11856 (spam-backend-put-article-todo-list)
11857 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11858 Resolve registrations separately.
11859 (spam-register-routine): Format comments.
11860 (spam-unregister-routine, spam-register-routine): Always call with
11861 specific-articles, no default list.
11862 (spam-summary-prepare-exit): Use the spam-classifications function.
11863
11864 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11865 gnus-encrypt.el.
11866
11867 * encrypt.el: Copied from gnus-encrypt.el.
11868
11869 * gnus-encrypt.el: Commented that it's obsolete.
11870
11871 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
11872
11873 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11874 (gnus-score-save): Use it.
11875
11876 * message.el (message-bury): Use `window-dedicated-p'.
11877
11878 2004-10-15 Simon Josefsson <jas@extundo.com>
11879
11880 * pop3.el (top-level): Don't require nnheader.
11881 (pop3-read-timeout): Add.
11882 (pop3-accept-process-output): Add.
11883 (pop3-read-response, pop3-retr): Use it.
11884
11885 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
11886
11887 * spam.el (spam-register-routine): Move comment.
11888 (spam-verify-bogofilter): Use 'unknown for the initial
11889 spam-bogofilter-valid state, not 'never.
11890
11891 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11892 for netrc-machine.
11893
11894 * nnimap.el (nnimap-open-connection): Use
11895 netrc-machine-user-or-password.
11896
11897 2004-10-17 Richard M. Stallman <rms@gnu.org>
11898
11899 * gnus-registry.el (gnus-registry-unload-hook):
11900 Set as a variable with add-hook.
11901
11902 * nnspool.el (nnspool-spool-directory): Use news-directory instead
11903 of news-path.
11904
11905 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11906
11907 * spam.el: Delete duplicate `provide'.
11908 (spam-unload-hook): Set as a variable with add-hook.
11909
11910 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
11911
11912 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11913 in the doc string.
11914
11915 * message.el (message-ignored-news-headers)
11916 (message-ignored-supersedes-headers)
11917 (message-ignored-resent-headers)
11918 (message-forward-ignored-headers): Improve custom type.
11919
11920 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
11921
11922 * message.el (message-tokenize-header): Fix 2004-09-06 change
11923 which used point-min in the wrong place.
11924
11925 2004-10-12 Simon Josefsson <jas@extundo.com>
11926
11927 * tls.el (tls-certtool-program): New variable.
11928 (tls-certificate-information): New function, based on
11929 ssl-certificate-information.
11930
11931 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
11932
11933 * compface.el: Move the version of ELisp-based uncompface program
11934 to the contrib directory because of the copyright problem.
11935
11936 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
11937
11938 * message.el (message-kill-buffer): Raise the current frame.
11939
11940 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
11941
11942 * gnus-sum.el: Mention that multibyte characters don't work as marks.
11943
11944 * gnus.el (message-y-or-n-p): Autoload.
11945
11946 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11947 (pop3-password-required, pop3-authentication-scheme)
11948 (pop3-leave-mail-on-server): Made customizable.
11949 (pop3): New custom group.
11950 (pop3-retr): Remove `sleep-for' statements.
11951 Suggested by Dave Love <fx@gnu.org>.
11952
11953 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
11954 Windows/DOS.
11955
11956 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11957 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
11958 Dave Love <fx@gnu.org>.
11959
11960 * mml.el (mml-minibuffer-read-disposition): Require match.
11961 Suggested by Dave Love <fx@gnu.org>.
11962
11963 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
11964
11965 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
11966 doc string.
11967
11968 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
11969
11970 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
11971
11972 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11973
11974 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
11975 instead of calling `mm-insert-inline', to decode text/* parts
11976 before displaying them.
11977
11978 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
11979
11980 * mm-uu.el (mm-uu-text-plain-type): New variable.
11981 (mm-uu-pgp-signed-extract-1): Use it.
11982 (mm-uu-pgp-encrypted-extract-1): Use it.
11983 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
11984 bind mm-uu-text-plain-type with that value.
11985 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
11986 mm-uu-dissect.
11987
11988 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
11989
11990 * gnus-group.el (gnus-update-group-mark-positions):
11991 * gnus-sum.el (gnus-update-summary-mark-positions):
11992 * message.el (message-check-news-body-syntax):
11993 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
11994 of string-as-multibyte.
11995
11996 2004-10-05 Juri Linkov <juri@jurta.org>
11997
11998 * gnus-group.el (gnus-update-group-mark-positions):
11999 * gnus-sum.el (gnus-update-summary-mark-positions):
12000 * message.el (message-check-news-body-syntax):
12001 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12002 8-bit unibyte values to a multibyte string for search functions.
12003
12004 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
12005
12006 * mm-uu.el (mm-uu-dissect): Allow optional arg.
12007 (mm-uu-dissect-text-parts): New function.
12008
12009 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12010 dissect text parts.
12011
12012 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12013 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12014
12015 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12016
12017 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12018 gnus-current-topics instead of gnus-current-topic.
12019
12020 2004-10-06 Jesper Harder <harder@ifa.au.dk>
12021
12022 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12023
12024 2004-10-05 Jesper Harder <harder@ifa.au.dk>
12025
12026 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12027 where approriate.
12028
12029 * nnml.el (nnml-generate-active-info): do.
12030
12031 * nndiary.el (nndiary-generate-active-info): do.
12032
12033 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12034 (gnus-topic-move): do.
12035
12036 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12037 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12038
12039 * gnus-srvr.el (gnus-server-prepare)
12040 (gnus-server-open-all-servers): do.
12041
12042 * gnus-msg.el (gnus-summary-cancel-article)
12043 (gnus-summary-resend-message)
12044 (gnus-summary-mail-crosspost-complaint): do.
12045
12046 * gnus-move.el (gnus-change-server): do.
12047
12048 * gnus-group.el (gnus-group-unmark-all-groups)
12049 (gnus-group-set-current-level): do.
12050
12051 2004-10-04 Simon Josefsson <jas@extundo.com>
12052
12053 * message.el (message-generate-hashcash): Doc fix.
12054
12055 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
12056
12057 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12058 avoid infinite recursion via gnus-get-function.
12059
12060 2004-10-02 Jesper Harder <harder@ifa.au.dk>
12061
12062 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12063
12064 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12065
12066 * nnmail.el (nnmail-split-history): do.
12067
12068 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12069 (nnml-request-delete-group): do.
12070
12071 * nnslashdot.el (nnslashdot-read-groups): do.
12072
12073 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12074 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12075
12076 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12077 (nnspool-sift-nov-with-sed): Use last.
12078 (nnspool-retrieve-headers-with-nov): Use mapc.
12079 (nnspool-request-newgroups): Use dolist.
12080 (nnspool-request-group): Use last.
12081
12082 * nntp.el (nntp-read-server-type): Use dolist.
12083
12084 * nnvirtual.el (nnvirtual-create-mapping)
12085 (nnvirtual-update-read-and-marked): Use dolist.
12086 (nnvirtual-convert-headers): Simplify.
12087
12088 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
12089
12090 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12091 support for sync'ing tick marks.
12092
12093 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
12094
12095 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12096 there's no visible header.
12097
12098 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
12099
12100 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12101 necessary, pass full group name to gnus-request-set-marks.
12102
12103 2004-10-01 Simon Josefsson <jas@extundo.com>
12104
12105 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
12106 acroread.
12107
12108 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12109
12110 * spam-report.el (spam-report-gmane): Fix interactive.
12111
12112 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12113
12114 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12115 when writing file.
12116 (gnus-agent-synchronize-flags): Don't default to being
12117 interactive.
12118
12119 2004-09-30 Simon Josefsson <jas@extundo.com>
12120
12121 * message.el (message-generate-hashcash): Add.
12122 (message-send-mail): Use it, call mail-add-payment.
12123
12124 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
12125
12126 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12127
12128 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
12129
12130 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12131 gnus-requst-update-info with explicit code to sync the in-memory
12132 info read flags with the marks being sync'd to the backend.
12133
12134 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12135
12136 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12137
12138 * spam.el (spam-verify-bogofilter): Add new function.
12139 (spam-check-bogofilter)
12140 (spam-bogofilter-register-with-bogofilter): Use it.
12141 (spam-verify-bogofilter): Add small fixes.
12142
12143 2004-09-28 Simon Josefsson <jas@extundo.com>
12144
12145 * hashcash.el (hashcash-generate-payment): Revert.
12146
12147 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12148
12149 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12150 gnus-extract-references instead of gnus-split-references.
12151
12152 * gnus-util.el (gnus-extract-references): Add new function, analogous
12153 to gnus-split-references but extracts only the message-ID without
12154 anything extra.
12155
12156 * hashcash.el (hashcash-generate-payment)
12157 (hashcash-check-payment): Do the right thing if hashcash-path is
12158 nil (because the hashcash program could not be found).
12159
12160 * spam.el (spam-use-hashcash): Remove comment.
12161
12162 2004-09-27 Jesper Harder <harder@ifa.au.dk>
12163
12164 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12165 (gnus-cache-enter-article, gnus-cache-remove-article)
12166 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12167
12168 * gnus-async.el (gnus-async-prefetch-remove-group): do.
12169
12170 * gnus-art.el (article-hide-boring-headers)
12171 (article-translate-strings, article-display-face)
12172 (gnus-article-mime-match-handle-first)
12173 (gnus-article-highlight-headers)
12174 (gnus-article-add-buttons-to-head): do.
12175
12176 2004-09-27 Simon Josefsson <jas@extundo.com>
12177
12178 * hashcash.el: New version, from
12179 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
12180 ../contrib/.
12181
12182 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
12183
12184 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12185
12186 2004-09-26 Jesper Harder <harder@ifa.au.dk>
12187
12188 * gnus-dup.el (gnus-dup-open): Use mapc.
12189 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12190
12191 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12192 Reported by Stefan Wiens <s.wi@gmx.net>.
12193
12194 * gnus.el (gnus-shutdown): Use dolist.
12195
12196 * gnus-undo.el (gnus-undo): Use mapc.
12197
12198 * nnrss.el (nnrss-generate-active): do.
12199
12200 * message.el (message-cite-original-without-signature)
12201 (message-cite-original): Use mapc.
12202 (message-do-actions, message-make-forward-subject): Use dolist.
12203
12204 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
12205
12206 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12207 deletion to remove entire duplicate line. Fixes merged article
12208 number bug.
12209
12210 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
12211
12212 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12213 servers that are offline. Avoids having gnus-agent-toggle-plugged
12214 first ask if you want to open a server and then, even when you
12215 responded with no, asking if you want to synchronize the server's
12216 flags.
12217 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12218 multi-line expressions.
12219 (gnus-agent-synchronize-group-flags): New internal function.
12220 Updates marks in memory (in the info structure) AND in the
12221 backend.
12222
12223 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12224
12225 * nnagent.el (nnagent-request-set-mark): Use
12226 gnus-agent-synchronize-group-flags, not backend's request-set-mark
12227 method, to ensure that synchronization updates marks in the
12228 backend and in the info (in memory) structure.
12229
12230 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
12231
12232 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12233 convention fully; don't miss the root article of a thread; make
12234 the X-Draft-From header with correct article numbers.
12235
12236 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
12237
12238 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12239 unless plugged. Disable the agent so that an open failure causes
12240 an error.
12241
12242 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12243 Reverted 2004-09-21 change. The backend must be opened while
12244 synchronizing flags even when the backend stores the flags
12245 locally.
12246
12247 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
12248
12249 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12250 in `header' match. Reported by Svend Tollak Munkejord.
12251
12252 * message.el (message-cite-original): Fix use of
12253 `message-cite-articles-with-x-no-archive'.
12254
12255 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
12256
12257 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12258 (gnus-window-to-buffer): Ditto.
12259
12260 * mml.el (mml-preview-buffer): New variable.
12261 (mml-preview): Manage window layout with gnus-buffer-configuration.
12262
12263 * gnus-msg.el (gnus-setup-message): Put article numbers into the
12264 X-Draft-From header even if those articles aren't quoted.
12265
12266 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
12267
12268 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12269 (gnus-request-set-mark, gnus-request-update-mark): Use new
12270 g-s-t-u-l-m to decide to use backend even when unplugged.
12271
12272 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
12273
12274 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12275 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
12276
12277 2004-09-20 Simon Josefsson <jas@extundo.com>
12278
12279 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12280 "utf-16-le".
12281
12282 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
12283
12284 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12285
12286 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
12287
12288 * uudecode.el (uudecode-use-external): Add :version.
12289
12290 * smime.el (smime-CA-file, smime-encrypt-cipher)
12291 (smime-dns-server): Add :version.
12292
12293 * smiley.el (gnus-smiley-file-types): Add :version.
12294
12295 * sha1.el (sha1-use-external): Add :version.
12296
12297 * pgg-def.el (pgg-query-keyserver): Add :version.
12298
12299 * nnmail.el (nnmail-fancy-expiry-targets)
12300 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12301 Add :version.
12302
12303 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12304 (nnimap-retrieve-groups-asynchronous): Add :version.
12305 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
12306
12307 * mml.el (mml-content-disposition-parameters)
12308 (mml-insert-mime-headers-always): Add :version.
12309
12310 * mm-util.el (mm-coding-system-priorities): Add :version.
12311
12312 * mm-decode.el (mm-inline-text-html-with-images)
12313 (mm-keep-viewer-alive-types, mm-external-terminal-program)
12314 (mm-verify-option): Add :version.
12315 (mm-text-html-renderer): Change :version.
12316
12317 * message.el (message-fcc-externalize-attachments)
12318 (message-required-headers, message-draft-headers)
12319 (message-subject-trailing-was-query)
12320 (message-subject-trailing-was-ask-regexp)
12321 (message-subject-trailing-was-regexp, message-mark-insert-begin)
12322 (message-mark-insert-end, message-archive-header)
12323 (message-archive-note, message-cross-post-default)
12324 (message-cross-post-note, message-followup-to-note)
12325 (message-cross-post-note-function, message-use-mail-followup-to)
12326 (message-subscribed-address-functions)
12327 (message-subscribed-address-file, message-subscribed-addresses)
12328 (message-subscribed-regexps, message-allow-no-recipients)
12329 (message-yank-cited-prefix, message-signature-insert-empty-line)
12330 (message-hidden-headers, message-hierarchical-addresses)
12331 (message-mail-user-agent, message-use-idna)
12332 (message-valid-fqdn-regexp)
12333 (message-strip-special-text-properties, message-header-synonyms)
12334 (message-beginning-of-line, message-tab-body-function): Add :version.
12335 (message-insert-canlock, message-wide-reply-confirm-recipients):
12336 Change :version.
12337
12338 * mail-source.el (mail-source-ignore-errors): Add :group, :type
12339 and :version.
12340 (mail-source-delete-old-incoming-confirm)
12341 (mail-source-movemail-program): Add :version.
12342
12343 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12344 (gnus-agent-cache, gnus-agent): Change :version.
12345
12346 * gnus-util.el (gnus-use-byte-compile): Change :version.
12347
12348 * gnus-sum.el (gnus-summary-make-false-root-always)
12349 (gnus-summary-default-high-score)
12350 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12351 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12352 (gnus-read-all-available-headers, gnus-article-emulate-mime)
12353 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12354 (gnus-sum-thread-tree-single-indent)
12355 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12356 (gnus-sum-thread-tree-leaf-with-other)
12357 (gnus-sum-thread-tree-single-leaf): Add :version.
12358 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12359 (gnus-article-loose-mime): Change :version.
12360
12361 * gnus-start.el (gnus-backup-startup-file)
12362 (gnus-save-startup-file-via-temp-buffer): Add :version.
12363
12364 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12365 (gnus-server-offline-face): Add :version.
12366
12367 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12368
12369 * gnus-msg.el (gnus-gcc-externalize-attachments)
12370 (gnus-debug-files, gnus-debug-exclude-variables)
12371 (gnus-discouraged-post-methods): Change :version.
12372 (gnus-confirm-mail-reply-to-news)
12373 (gnus-confirm-treat-mail-like-news): Add :version.
12374
12375 * gnus-int.el (gnus-server-unopen-status): Add :version.
12376
12377 * gnus-group.el (gnus-group-jump-to-group-prompt)
12378 (gnus-large-ephemeral-newsgroup)
12379 (gnus-fetch-old-ephemeral-headers): Add :version.
12380
12381 * gnus-fun.el (gnus-x-face-directory)
12382 (gnus-convert-pbm-to-x-face-command)
12383 (gnus-convert-image-to-x-face-command)
12384 (gnus-convert-image-to-face-command): Add :version.
12385
12386 * gnus-delay.el (gnus-delay-default-hour): Add :version.
12387
12388 * gnus-cite.el (gnus-cite-blank-line-after-header)
12389 (gnus-article-boring-faces): Add :version.
12390
12391 * gnus-art.el (gnus-buttonized-mime-types)
12392 (gnus-inhibit-mime-unbuttonizing)
12393 (gnus-treat-display-face)
12394 (gnus-treat-body-boundary): Change :version.
12395 (gnus-body-boundary-delimiter, gnus-picon-databases)
12396 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12397 (gnus-treat-date-english, gnus-treat-fold-headers)
12398 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12399 (gnus-treat-mail-picon, gnus-treat-wash-html)
12400 (gnus-article-encrypt-protocol)
12401 (gnus-use-idna, gnus-article-over-scroll)
12402 (gnus-mime-display-multipart-alternative-as-mixed)
12403 (gnus-mime-display-multipart-related-as-mixed)
12404 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12405 (gnus-ctan-url, gnus-button-ctan-handler)
12406 (gnus-button-handle-ctan-bogus-regexp)
12407 (gnus-button-ctan-directory-regexp)
12408 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12409 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12410 (gnus-button-man-level, gnus-button-emacs-level)
12411 (gnus-button-message-level, gnus-button-browse-level): Add :version.
12412
12413 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12414 (gnus-agent-go-online): Change :version.
12415 (gnus-agent-expire-unagentized-dirs)
12416 (gnus-agent-auto-agentize-methods): Add :version.
12417
12418 * flow-fill.el (fill-flowed-display-column)
12419 (fill-flowed-encode-column): Add :version.
12420
12421 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12422 (gnus-outlook-deuglify-unwrap-max)
12423 (gnus-outlook-deuglify-cite-marks)
12424 (gnus-outlook-deuglify-unwrap-stop-chars)
12425 (gnus-outlook-deuglify-no-wrap-chars)
12426 (gnus-outlook-deuglify-attrib-cut-regexp)
12427 (gnus-outlook-deuglify-attrib-verb-regexp)
12428 (gnus-outlook-deuglify-attrib-end-regexp)
12429 (gnus-outlook-display-hook): Add :version.
12430
12431 * binhex.el (binhex-use-external): Add :version.
12432
12433 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
12434
12435 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12436 and `invisible'.
12437
12438 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
12439
12440 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12441 in gnus-registry-trim.
12442
12443 2004-09-13 Simon Josefsson <jas@extundo.com>
12444
12445 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12446
12447 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12448
12449 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12450 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12451 <yamaoka@jpl.org>.
12452 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12453 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12454 <yamaoka@jpl.org>.
12455
12456 * sieve.el (sieve-manage-mode): Ditto.
12457
12458 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
12459
12460 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12461
12462 2004-09-11 Simon Josefsson <jas@extundo.com>
12463
12464 * dns-mode.el: Add.
12465
12466 * mm-view.el (mm-display-dns-inline): Add.
12467
12468 * mm-decode.el (mm-inline-media-tests): Add text/dns.
12469 (mm-automatic-display): Ditto.
12470
12471 * mailcap.el (mailcap-mime-data): Add text/dns.
12472 (mailcap-mime-extensions): Map .soa to text/dns.
12473
12474 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
12475
12476 * gnus-art.el (article-decode-mime-words, article-babel)
12477 (gnus-article-highlight-signature, gnus-article-add-buttons)
12478 (gnus-signature-toggle): Remove unnecessary bindings of
12479 `inhibit-read-only' inherited from v5.10 merge.
12480
12481 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
12482
12483 * nntp.el (nntp): New customization group.
12484 (nntp-authinfo-file): Add customization group.
12485
12486 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12487
12488 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12489
12490 * gnus.el (to-address, to-list, subscribed)
12491 (large-newsgroup-initial): Ditto.
12492
12493 * flow-fill.el (fill-flowed-display-column)
12494 (fill-flowed-encode-column): Ditto.
12495
12496 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
12497
12498 * message.el (message-tokenize-header, message-send-mail-with-qmail):
12499 Use point-min rather than 1.
12500 (message-send-mail): Use buffer-size rather than point-max.
12501
12502 * gnus-sum.el (gnus-summary-search-article-forward):
12503 Signal a specific `search-failed' rather than a generic `error'.
12504
12505 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12506 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12507 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12508
12509 2004-09-10 Simon Josefsson <jas@extundo.com>
12510
12511 * nndb.el (require): Remove tcp and duplicate cl.
12512
12513 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
12514
12515 * gnus-agent.el (directory-files-and-attributes): Move forward.
12516
12517 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
12518
12519 * gnus-agent.el (directory-files-and-attributes): Optionally
12520 defined to support XEmacs.
12521
12522 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
12523
12524 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12525 to avoid run-time CL dependencies.
12526 (gnus-agent-unfetch-articles): New function.
12527 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12528 article numbers even when local .overview file is missing.
12529 (gnus-agent-read-article-number): New function. Only accepts
12530 27-bit article numbers.
12531 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12532 gnus-agent-read-article-number.
12533 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12534 from backend while recognizing that article numbers in .overview
12535 must be valid.
12536 (gnus-agent-update-files-total-fetched-for): Use
12537 directory-files-and-attributes to improve performance.
12538 * gnus-int.el (gnus-request-move-article): Use
12539 gnus-agent-unfetch-articles in place of gnus-agent-expire to
12540 improve performance.
12541
12542 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12543 some users confused by references to .newsrc when they only have a
12544 .newsrc.eld file.
12545 (gnus-convert-mark-converter-prompt)
12546 (gnus-convert-converter-needs-prompt): Fixed use of property list.
12547 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12548 New function. Used internally to only display 'gnus converting
12549 files' message when actually necessary.
12550
12551 * gnus-sum.el (): Removed (require 'gnus-agent) as required
12552 methods now autoloaded.
12553
12554 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
12555
12556 * gnus-sum.el (gnus-summary-insert-subject): Remove list
12557 identifiers.
12558
12559 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
12560
12561 * gnus-picon.el: Fix indentation and closing parenthesis.
12562
12563 2004-09-01 Simon Josefsson <jas@extundo.com>
12564
12565 * message.el (message-canlock-generate): Require sha1, not
12566 sha1-el. (Can we get rid of this require altogether? It is ugly
12567 to require within a function. Sadly, if sha1.el isn't loaded, the
12568 let binding in m-c-g will hide the defcustom definition, which is
12569 bad.)
12570
12571 * canlock.el: Require sha1, not sha1-el.
12572
12573 * message.el: Don't autoload sha1 (there is a autoload cookie in
12574 sha1.el).
12575
12576 * sha1-el.el: Renamed to sha1.el.
12577
12578 2004-08-30 Juanma Barranquero <lektu@terra.es>
12579
12580 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12581
12582 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
12583
12584 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12585
12586 2004-08-30 Kim F. Storm <storm@cua.dk>
12587
12588 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12589
12590 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12591 Add :group 'nnimap.
12592
12593 2004-08-30 Andreas Schwab <schwab@suse.de>
12594
12595 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12596 ?* and ?\;.
12597
12598 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12599 and ?\' to symbol instead of whitespace.
12600
12601 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
12602
12603 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12604
12605 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12606 instead of re-search-forward.
12607
12608 * gnus-uu.el (gnus-uu-save-article): Ditto.
12609 (gnus-uu-post-encode-uuencode): Ditto.
12610
12611 * html2text.el (html2text-clean-list-items): Ditto.
12612 (html2text-clean-dtdd): Ditto.
12613 (html2text-format-tags): Ditto.
12614
12615 * message.el (message-send-mail-with-sendmail): Fix regexp.
12616 (message-fill-field-general): Use search-forward instead of
12617 re-search-forward.
12618 (unbold-region): Ditto.
12619
12620 * nnrss.el (nnrss-request-article): Ditto.
12621
12622 * nnslashdot.el (nnslashdot-request-article): Ditto.
12623
12624 * nnweb.el (nnweb-gmane-wash-article): Ditto.
12625
12626 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12627 "Unrecognized menu descriptor" error in XEmacs.
12628
12629 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
12630
12631 * gnus-sum.el (gnus-read-header): Don't remove a header for the
12632 parent article of a sparse article in the thread hashtb.
12633
12634 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
12635
12636 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12637 (nnmail-expand-newtext): Lowercase expanded entries if
12638 nnmail-split-lowercase-expanded is non-nil.
12639
12640 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
12641
12642 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12643
12644 * gnus-group.el (gnus-group-line-format-alist): Convert the value
12645 of gnus-tmp-news-method into string under XEmacs. It will be
12646 passed to gnus-correct-length which takes only a string argument.
12647
12648 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
12649
12650 * gnus-util.el (gnus-bind-print-variables): New macro.
12651 (gnus-prin1): Use it.
12652 (gnus-prin1-to-string): Use it.
12653 (gnus-pp): New function.
12654 (gnus-pp-to-string): New function.
12655
12656 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12657 Replace pp-to-string with gnus-pp-to-string.
12658 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12659 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12660 * gnus-msg.el (gnus-debug): Ditto.
12661 * gnus-score.el (gnus-score-save): Ditto.
12662 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12663 gnus-pp-to-string.
12664 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12665 with gnus-pp.
12666 * score-mode.el (gnus-score-pretty-print): Ditto.
12667 * webmail.el (webmail-debug): Ditto.
12668
12669 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
12670
12671 * gnus-art.el (article-display-face, article-display-x-face):
12672 Use buffer-read-only.
12673
12674 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
12675
12676 * gnus-art.el (article-hide-list-identifiers):
12677 Bind inhibit-read-only as t.
12678
12679 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
12680
12681 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12682
12683 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12684
12685 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12686 (gnus-narrow-to-page): Don't assume point-min == 1.
12687 (gnus-article-edit-mode): Derive from message-mode.
12688
12689 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12690 point-min == 1.
12691
12692 * imap.el (imap-parse-address-list, imap-parse-body-ext):
12693 Disable incorrect use of `assert'.
12694
12695 * message.el (message-mode): Set comment-start-skip.
12696
12697 2004-08-22 Sam Steingold <sds@gnu.org>
12698
12699 * pop3.el (pop3-leave-mail-on-server): New user variable.
12700 (pop3-movemail): Delete mail only when it is nil.
12701
12702 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
12703
12704 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12705
12706 * mml.el (mml-preview): Use `pop-to-buffer'.
12707
12708 * message.el (message-goto-mail-followup-to): Insert after "To".
12709 (message-carefully-insert-headers): Add comment.
12710
12711 * gnus.el: Remove unused variable `gnus-article-check-size'.
12712
12713 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12714
12715 * gnus-art.el (gnus-button-alist): Improve
12716 `gnus-button-handle-library' entry.
12717
12718 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
12719
12720 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12721 downcase, since XEmacs capitalizes error messages differently.
12722
12723 2004-08-18 Jesper Harder <harder@ifa.au.dk>
12724
12725 * nntp.el: Add (require 'gnus) due to reference to
12726 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
12727
12728 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
12729
12730 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12731 `mm-fill-flowed'.
12732
12733 * mm-decode.el (mm-dissect-singlepart): Check it.
12734
12735 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
12736
12737 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12738 'imap' for netrc parsing.
12739
12740 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
12741
12742 * mailcap.el (mailcap-mime-data): Mark as risky.
12743
12744 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
12745
12746 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12747 may be included in the encoded word.
12748 (rfc2047-encode): Don't append a space if the encoded word
12749 includes close parenthesis.
12750
12751 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
12752
12753 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12754 of text within parentheses.
12755
12756 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
12757
12758 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12759 (gnus-encrypt-write-file-contents): Make the password key the file
12760 name PLUS the cipher, not just the cipher. Also remove failed
12761 passwords from the cache.
12762
12763 2004-08-06 Simon Josefsson <jas@extundo.com>
12764
12765 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
12766 fix.
12767
12768 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
12769
12770 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12771 LWSP.
12772
12773 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
12774
12775 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12776 to append in-reply-to: data to the references: header.
12777
12778 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12779 (netrc-parse): Use gnus-encrypt.el functions.
12780
12781 * gnus-encrypt.el: Add new file for encryption support; currently
12782 does only a few GPG ciphers and an internal XOR cipher.
12783
12784 * password.el: Add comments on using password-read-and-add.
12785 (password-read-and-add): Add function to read and add the
12786 password to the cache at once.
12787
12788 2004-07-28 Simon Josefsson <jas@extundo.com>
12789
12790 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12791 parameter (but don't use it, for now).
12792
12793 * imap.el (imap-ssl-open): Use imap-process-connection-type,
12794 instead of hard coding to nil.
12795
12796 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
12797
12798 * mm-view.el (mm-inline-image-emacs): Open lines under an image
12799 as mm-inline-image-xemacs does.
12800
12801 2004-07-26 Simon Josefsson <jas@extundo.com>
12802
12803 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12804 Revert part of 2004-07-17 change below.
12805
12806 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
12807
12808 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
12809 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12810
12811 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12812
12813 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12814 quotes that actually start with ">" at the beginning of the
12815 lines.
12816
12817 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
12818
12819 * rfc2047.el (rfc2047-encode-region): Fix last change.
12820 (rfc2047-encode-parameter): Remove useless concat.
12821
12822 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
12823
12824 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12825 encode special characters; fix some kind of misconfigured headers;
12826 signal a real error if debug-on-quit or debug-on-error is non-nil.
12827 (rfc2047-encode-max-chars): New variable.
12828 (rfc2047-encode-1): Use it.
12829 (rfc2047-encode-parameter): New function.
12830
12831 * mml.el (mml-insert-parameter): Remove an excessive space.
12832
12833 2004-07-17 Simon Josefsson <jas@extundo.com>
12834
12835 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12836 Kai Grossjohann <kai@emptydomain.de>.
12837 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12838 (gnus-group-make-menu-bar): Ditto.
12839
12840 * gnus-util.el (gnus-group-server): Add.
12841
12842 2004-07-16 Jesper Harder <harder@ifa.au.dk>
12843
12844 * message.el (message-clone-locals): Clone sendmail and smtp
12845 variables.
12846
12847 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
12848
12849 * rfc2047.el (rfc2047-encode-region): Fix last change.
12850
12851 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
12852
12853 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12854 characters as non-special.
12855
12856 2004-07-09 Simon Josefsson <jas@extundo.com>
12857
12858 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12859 Users will lose all flag changes made while unplugged with
12860 e.g. nntp unless flag synchronization happens, thus `nil' is not a
12861 good default. See numerous reports on ding mailing list.
12862
12863 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
12864
12865 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12866 add generate-head-function and generate-article-function to the
12867 rfc822-forward entry.
12868 (nndoc-rfc822-forward-generate-article): New function.
12869 (nndoc-rfc822-forward-generate-head): New function.
12870
12871 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12872
12873 2004-07-06 Dan Christensen <jdc@uwo.ca>
12874
12875 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12876 respect display group parameter and gnus-summary-expunge-below.
12877 (gnus-articles-to-read): Remove unused reference to display group
12878 parameter.
12879
12880 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12881
12882 * nnheader.el (nnheader-uniquify-message-id): New experimental
12883 variable.
12884 (nnheader-nov-read-message-id): Use it.
12885
12886 * spam-report.el (spam-report-gmane): Add interactive.
12887
12888 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
12889
12890 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12891 qp-or-base64 for the application/* types.
12892
12893 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
12894
12895 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12896
12897 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
12898
12899 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12900 trim value.
12901
12902 2004-01-25 Paul Jarc <prj@po.cwru.edu>
12903
12904 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12905 New macro and function.
12906 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12907
12908 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
12909
12910 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12911 after-load-alist.
12912
12913 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
12914
12915 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12916 update info that isn't there.
12917
12918 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
12919
12920 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12921 entry.
12922
12923 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
12924
12925 * mm-view.el (mm-inline-render-with-function): Use multibyte
12926 buffer; decode html source by charset.
12927
12928 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12929
12930 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12931 Mule-UCS is loaded under XEmacs.
12932 (mm-mime-mule-charset-alist): Avoid duplicated entries.
12933
12934 2004-06-28 Jesper Harder <harder@ifa.au.dk>
12935
12936 * nnheader.el (nnheader-max-head-length): Increase to 8192.
12937
12938 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
12939
12940 * mm-util.el (mm-coding-system-p): Return a coding-system.
12941 (mm-mime-mule-charset-alist): Use shift_jis instead of
12942 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12943 entries for the mime charsets iso-2022-jp-3 and shift_jis.
12944 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12945 instead of japanese-shift-jis and iso-latin-1 respectively in
12946 order to share the default value with both Emacs and XEmacs-mule.
12947 (mm-mule-charset-to-mime-charset): Make
12948 mm-coding-system-priorities effective.
12949 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
12950 while predicating of candidates upon the priorities.
12951
12952 2004-06-27 Jesper Harder <harder@ifa.au.dk>
12953
12954 * gnus-sum.el (gnus-summary-make-menu-bar): Add
12955 gnus-uu-invert-processable.
12956
12957 * gnus.el: Autoload gnus-uu-invert-processable.
12958
12959 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
12960
12961 * mm-util.el (mm-with-multibyte-buffer): New macro.
12962
12963 * rfc2047.el (rfc2047-encode-string): Use it.
12964 (rfc2047-encode-region): Move point to the end of the region after
12965 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
12966
12967 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
12968
12969 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
12970 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
12971
12972 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
12973
12974 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
12975 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
12976 Karl Chen <quarl@nospam.quarl.org>.
12977
12978 2004-06-23 Jesper Harder <harder@ifa.au.dk>
12979
12980 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
12981 invalid addresses.
12982
12983 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
12984
12985 * spam.el: Change section markers, revise TODO list.
12986 (spam-backends): Make new master list of all installed backends.
12987 (spam-summary-exit-behavior): Add new variable to determine how
12988 messages moves are done at summary exit.
12989 (spam-move-spam-nonspam-groups-only)
12990 (spam-process-ham-in-nonham-groups)
12991 (spam-process-ham-in-spam-groups): Remove variables, the
12992 spam-summary-exit-behavior variable should be used to manage this
12993 behavior.
12994 (spam-old-ham-articles, spam-old-spam-articles): Remove.
12995 (spam-old-articles): Add variable, replacing spam-old-ham-articles
12996 and spam-old-spam-articles.
12997 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
12998 Add empty variables, placeholders for the backends they represent.
12999 (spam-set-difference): Move, unchanged.
13000 (spam-list-of-processors): Declare OBSOLETE, not used anymore
13001 unless the user has a processor variable.
13002 (spam-classifications, spam-classification-valid-p)
13003 (spam-backend-properties, spam-backend-property-valid-p)
13004 (spam-backend-function-type-valid-p)
13005 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13006 (spam-report-articles-gmane, spam-report-articles-resend):
13007 Remove functions, they are not needed.
13008 (spam-install-backend-super, spam-backend-list)
13009 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13010 (spam-backend-function, spam-backend-ham-registration-function)
13011 (spam-backend-spam-registration-function)
13012 (spam-backend-ham-unregistration-function)
13013 (spam-backend-spam-unregistration-function)
13014 (spam-backend-statistical-p, spam-backend-mover-p)
13015 (spam-install-backend-alias, spam-install-checkonly-backend)
13016 (spam-install-mover-backend, spam-install-nocheck-backend)
13017 (spam-install-backend, spam-install-statistical-backend)
13018 (spam-install-statistical-checkonly-backend): Add backend installation
13019 support.
13020 (spam-summary-prepare-exit): Rewrite to use the new backend code.
13021 (spam-group-processor-p): Use the new backend code and respect the
13022 summary exit behavior.
13023 (spam-mark-spam-as-expired-and-move-routine): Remove.
13024 (spam-summary-prepare): Change to use the new spam-old-articles
13025 variable.
13026 (spam-copy-or-move-routine, spam-copy-spam-routine)
13027 (spam-move-spam-routine, spam-copy-ham-routine)
13028 (spam-move-ham-routine): Add code to copy/move ham or spam.
13029 (spam-fetch-field-fast): Improve doc and code, plus allow the
13030 'number request.
13031 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13032 variables.
13033 (spam-split, spam-find-spam): Use the new backend code.
13034 (spam-registration-functions): Remove variable.
13035 (spam-unregister-routine): Add convenience wrapper.
13036 (spam-log-undo-registration, spam-register-routine)
13037 (spam-log-processing-to-registry)
13038 (spam-log-unregistration-needed-p): Rename "check" to "backend"
13039 where possible.
13040 (spam-check-gmane-xref, spam-check-regex-headers)
13041 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13042 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13043 (spam-check-bogofilter-headers, spam-check-spamoracle)
13044 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13045 (spam-check-crm114-headers): Use the spam-split-group that
13046 spam-split prepares, no need to determine it every time.
13047
13048 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13049 to the nnheader-parse-naked-head call.
13050
13051 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13052
13053 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13054 the nnheader-nov-read-message-id call.
13055
13056 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
13057
13058 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13059 gnus-activate-group twice. Suggested by Markus Peter
13060 <warp@spin.de>.
13061
13062 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
13063
13064 * gnus-art.el (gnus-article-time-format): Exchange the order of
13065 day and month in the default value; fix customization type.
13066 (article-date-ut): Use add-text-properties.
13067 (article-make-date-line): Use message-make-date instead of
13068 current-time-string.
13069
13070 * message.el (message-fetch-field): Don't use set-text-properties.
13071 (message-make-date): Simplify.
13072
13073 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
13074
13075 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13076 (rfc2047-encode-region): Treat text within parentheses as special;
13077 show the original text when error has occurred.
13078
13079 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13080 already-computed method to gnus-activate-group.
13081
13082 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13083 same select-methods identical Lisp objects.
13084
13085 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13086 object when modifying the info.
13087
13088 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
13089
13090 * gnus-srvr.el (gnus-server-set-info): Remove the server from
13091 gnus-opened-servers since it has never been opened with the new
13092 configuration yet.
13093
13094 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
13095
13096 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13097 arg to nnheader-generate-fake-message-id.
13098
13099 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
13100
13101 * nnheader.el (nnheader-generate-fake-message-id): Accept a
13102 number and build a fake message ID localized to a group and
13103 article number (so it's repeatable from that point on).
13104 (nnheader-fake-message-id-p): Change regex to accommodate new fake
13105 ID format.
13106
13107 * gnus-sum.el (gnus-get-newsgroup-headers): Call
13108 nnheader-generate-fake-message-id with the article number.
13109
13110 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
13111
13112 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13113 end-of-buffer.
13114
13115 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13116
13117 * message.el (message-ignored-supersedes-headers): Add Approved.
13118
13119 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
13120
13121 * rfc2047.el (rfc2047-encode-message-header): Remove useless
13122 goto-char.
13123 (rfc2047-encode): Fold the line before encoding.
13124
13125 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13126
13127 * rfc2047.el (rfc2047-encode-message-header): Disabled header
13128 folding -- not all headers can be folded, and this should be done
13129 by the message composition mode. Probably. I think.
13130
13131 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
13132
13133 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13134 fast.
13135
13136 * gnus-ems.el (gnus-remove-image): Don't use
13137 message-text-with-property; remove only the image found first.
13138
13139 2004-06-09 Jesper Harder <harder@ifa.au.dk>
13140
13141 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13142
13143 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
13144
13145 * message.el (message-text-with-property): Make it fast and accept
13146 optional arguments.
13147 (message-strip-forbidden-properties): Use it.
13148 (message-fix-before-sending): Follow the m-t-w-p change.
13149
13150 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13151
13152 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
13153
13154 * gnus-art.el (article-hide-headers): Don't change the buffer
13155 mistakenly when performing mml-preview even if
13156 gnus-single-article-buffer is nil.
13157
13158 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
13159
13160 * message.el (message-expand-name-databases): New user option.
13161 (message-expand-name): Use it.
13162
13163 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
13164
13165 * spam.el (spam-report-articles-resend)
13166 (spam-report-resend-register-routine): Allow ham reporting.
13167 (spam-report-resend-register-ham-routine): Add wrapper.
13168 (spam-registration-functions): Add ham resending functions.
13169 (spam-list-of-processors): Add ham resend processor.
13170
13171 * gnus.el (ham-resend-to): Add new group parameter.
13172 (spam-process): Add ham resend option.
13173
13174 * spam-report.el (spam-report-resend): Allow reporting ham.
13175 (spam-report-resend-ham): Add wrapper.
13176
13177 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13178
13179 * message.el (message-cite-articles-with-x-no-archive): New
13180 variable.
13181 (message-cite-original): Use it.
13182
13183 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13184
13185 * message.el (message-cite-original): Respect X-No-Archive.
13186
13187 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
13188
13189 * gnus-art.el (article-hide-headers): Refer to the values for
13190 gnus-ignored-headers and gnus-visible-headers in the summary
13191 buffer since a user may have set them as group parameters.
13192
13193 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
13194
13195 * assistant.el (assistant-node-name): Add convenience function.
13196 (assistant-render-text, assistant-render-node): Add error handling,
13197 plus handle multiple next nodes.
13198 (assistant-find-next-node): Comment out for now.
13199 (assistant-find-next-nodes): Add function, returns list of next
13200 nodes.
13201
13202 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
13203
13204 * mail-source.el (mail-source-directory): Fix doc-string.
13205
13206 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
13207
13208 * assistant.el (assistant-render-text, assistant-eval): Add :set
13209 widget type, which is different because it takes and returns a
13210 list. Much hilarity ensues.
13211
13212 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
13213
13214 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13215
13216 * gnus-group.el (gnus-group-get-new-news-this-group): Added
13217 doc-string.
13218
13219 * gnus-start.el (gnus-activate-group): Added doc-string.
13220
13221 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
13222
13223 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13224
13225 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
13226
13227 * assistant.el (assistant-render-text): Try to add a :set
13228 widget, more to come.
13229
13230 * spam.el (spam-group-spam-contents-p): Handle empty groupname
13231 strings.
13232 (spam-report-articles-resend)
13233 (spam-register-routine): Do registration iff any articles warrant
13234 it.
13235 (spam-summary-prepare-exit): Change log message for nil group
13236 destinations.
13237
13238 2004-05-27 Daniel Pittman <daniel@rimspace.net>
13239
13240 * spam.el (spam-report-resend-register-routine): Allow
13241 spam-report-resend-to to be a group parameter or a global value.
13242
13243 2004-05-26 Simon Josefsson <jas@extundo.com>
13244
13245 * starttls.el: Merge with my GNUTLS based starttls.el.
13246 (starttls-gnutls-program, starttls-use-gnutls)
13247 (starttls-extra-arguments, starttls-process-connection-type)
13248 (starttls-connect, starttls-failure, starttls-success): New
13249 variables.
13250 (starttls-program, starttls-extra-args): Doc fix.
13251 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13252 functions.
13253 (starttls-negotiate, starttls-open-stream): Check
13254 `starttls-use-gnutls' and pass on to corresponding *-gnutls
13255 function if it is set.
13256
13257 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
13258
13259 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13260 structured fields.
13261
13262 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
13263
13264 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13265
13266 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
13267
13268 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13269 variable.
13270 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
13271 assigning the spam-mark to new messages.
13272
13273 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
13274
13275 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13276
13277 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
13278
13279 * rfc2047.el (rfc2047-encodable-p): Don't move point.
13280 (rfc2047-decode): Treat the ascii coding-system as raw-text by
13281 default.
13282
13283 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
13284
13285 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13286 correct data.
13287
13288 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
13289
13290 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13291 (spam-group-processor-p): Fix function.
13292 (spam-group-processor-multiple-p)
13293 (spam-group-spam-processor-report-gmane-p)
13294 (spam-group-spam-processor-report-resend-p)
13295 (spam-group-spam-processor-bogofilter-p)
13296 (spam-group-spam-processor-blacklist-p)
13297 (spam-group-spam-processor-ifile-p)
13298 (spam-group-ham-processor-ifile-p)
13299 (spam-group-spam-processor-spamoracle-p)
13300 (spam-group-spam-processor-crm114-p)
13301 (spam-group-ham-processor-bogofilter-p)
13302 (spam-group-spam-processor-stat-p)
13303 (spam-group-ham-processor-stat-p)
13304 (spam-group-ham-processor-whitelist-p)
13305 (spam-group-ham-processor-BBDB-p)
13306 (spam-group-ham-processor-spamoracle-p)
13307 (spam-group-ham-processor-copy-p): Remove functions with some
13308 prejudice against unneeded code.
13309 (spam-report-articles-resend)
13310 (spam-report-resend-register-routine): Allow the group/topic
13311 spam-resend-to value to override spam-report-resend-to.
13312 (spam-summary-prepare-exit): Invoke spam-group-processor-p
13313 properly now.
13314
13315 * gnus.el (spam-resend-to): Add group/topic parameter.
13316 (spam-process): Move the OBSOLETE processors to the end of the
13317 choices.
13318
13319 2004-05-24 Daniel Pittman <daniel@rimspace.net>
13320
13321 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13322 with resend-to set to nil, and then ask the user if necessary.
13323 (spam-report-resend): spam-report-resend takes a list of articles, not
13324 separate article numbers.
13325
13326 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
13327
13328 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13329 addition to emacs-w3m.
13330
13331 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13332
13333 * assistant.el (assistant-authinfo-data): New function.
13334 (assistant-eval): Eval for entire assistant.
13335
13336 * netrc.el (netrc-services-file): New variable.
13337 (netrc-parse-services): New function.
13338 (netrc-find-service-name): New function.
13339 (netrc-find-service-number): New function.
13340 (netrc-port-equal): New function.
13341 (netrc-machine): Use it.
13342
13343 * nnimap.el (nnimap-open-connection): Use netrc.
13344
13345 * gnus-util.el (gnus-netrc-get): Remove aliases.
13346
13347 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13348
13349 * assistant.el (wid-edit): Fix compilation.
13350
13351 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13352
13353 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
13354
13355 * gnus-util.el (gnus-set-file-modes): New function. (small
13356 patch).
13357
13358 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13359
13360 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13361
13362 * assistant.el (assistant-render-node): Fix up rendering and
13363 read-only text.
13364 (assistant-render-node): Reset.
13365 (assistant-make-read-only): Not sticky.
13366
13367 2004-05-20 Danny Siu <dsiu@adobe.com>
13368
13369 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13370 centered even when gnus-auto-center-summary is t
13371
13372 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13373
13374 * dns.el (dns-get-txt-answer): New function.
13375 (dns-read-txt): Ditto.
13376 (query-dns): Use it.
13377
13378 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
13379
13380 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13381 active for foreign groups even if the group level is higher than
13382 the specified value.
13383
13384 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13385
13386 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13387 non-active groups.
13388
13389 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13390
13391 2004-05-20 Magnus Henoch <mange@freemail.hu>
13392
13393 * dns.el (dns-read-type): Add support for SVR. (small patch)
13394
13395 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
13396
13397 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13398 (spam-crm114-header, spam-crm114-spam-switch)
13399 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13400 (spam-crm114-positive-spam-header)
13401 (spam-crm114-database-directory, spam-list-of-processors)
13402 (spam-group-spam-processor-crm114-p)
13403 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13404 (spam-generic-score, spam-list-of-checks)
13405 (spam-list-of-statistical-checks, spam-registration-functions)
13406 (spam-check-crm114-headers, spam-crm114-score)
13407 (spam-check-crm114, spam-crm114-register-with-crm114)
13408 (spam-crm114-register-spam-routine)
13409 (spam-crm114-unregister-spam-routine)
13410 (spam-crm114-register-ham-routine)
13411 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
13412 asjo@koldfront.dk (Adam Sjøgren).
13413
13414 * gnus.el: Add spam-use-crm114.
13415
13416 * spam.el (spam-list-of-processors, spam-registration-functions):
13417 Add spam-use-resend.
13418 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13419 (spam-report-articles-gmane): Add doc fix.
13420 (spam-report-articles-resend, spam-report-resend-register-routine):
13421 Add wrappers around spam-report-resend-to.
13422
13423 * spam-report.el (spam-report-resend-to, spam-report-resend):
13424 Add support for resending spam.
13425 (spam-report-gmane): Fix line length >80.
13426
13427 * gnus.el (spam-process): Add spam-use-resend.
13428
13429 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13430
13431 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13432 number of processed spam messages.
13433 (spam-ham-copy-or-move-routine): Return the number of processed
13434 ham messages.
13435 (spam-summary-prepare-exit): Use the above values to decide
13436 whether status messages shouled be displayed.
13437
13438 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
13439
13440 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13441 `rfc2047-encoding-function-alist' in order to avoid conflicting
13442 with the old version.
13443 (rfc2047-encode-region): Concatenate words containing non-ASCII
13444 characters in structured fields; don't encode space-delimited
13445 ASCII words even in unstructured fields; don't break words at
13446 char-category boundaries.
13447 (rfc2047-encode-1): New function.
13448 (rfc2047-encode): Use it; encode text so that it occupies the
13449 maximum width within 76-column; work correctly on Q encoding for
13450 iso-2022-* charsets.
13451 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13452 sure not to break a line just after the header name.
13453 (rfc2047-b-encode-region): Removed.
13454 (rfc2047-b-encode-string): New function.
13455 (rfc2047-q-encode-region): Removed.
13456 (rfc2047-q-encode-string): New function.
13457
13458 * mm-util.el (mm-replace-in-string): New function.
13459
13460 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
13461
13462 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13463 get it right.
13464 (gnus-inews-make-draft): Really.
13465
13466 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
13467
13468 * nnmh.el (nnmh-request-list-1): Don't check the link count
13469 before descending. (small patch)
13470
13471 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13472
13473 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13474 stuff.
13475
13476 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13477 on real group name.
13478
13479 * gnus-art.el (gnus-signature-limit): Doc fix.
13480
13481 * gnus-msg.el (gnus-inews-make-draft): Quote list.
13482
13483 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13484
13485 * gnus-draft.el (gnus-draft-send): Bind
13486 rfc2047-encode-encoded-words.
13487
13488 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13489 (rfc2047-encodable-p): Say that =? needs encoding.
13490 (rfc2047-encode-encoded-words): New variable.
13491
13492 * gnus-group.el (gnus-group-select-group): Doc fix.
13493
13494 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13495
13496 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13497 to nil.
13498
13499 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13500
13501 * nnheader.el (nnheader-get-lines-and-char): New function.
13502
13503 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
13504
13505 * gnus-msg.el (gnus-summary-followup-with-original): Document
13506 yanking of region when active.
13507
13508 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
13509
13510 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13511 groups if the group level is higher than the specified value.
13512
13513 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
13514
13515 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13516 (gnus-group-jump-to-group): Added prefix argument using
13517 `gnus-group-jump-to-group-prompt'. Query before jumping to
13518 non-active group.
13519
13520 * compface.el (uncompface): Be verbose when changing
13521 `uncompface-use-external'.
13522
13523 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13524 handle manual section.
13525
13526 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
13527
13528 * gnus-art.el (gnus-button-alist): Revert previous change.
13529
13530 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
13531
13532 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13533
13534 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
13535
13536 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13537 whether backend can accept message.
13538
13539 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13540
13541 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
13542
13543 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13544 Avoid creating directory when nntp-marks-is-evil is true.
13545 Reported by Reiner Steib.
13546
13547 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
13548
13549 * gnus-picon.el (gnus-picon-style): New variable.
13550 (gnus-picon-insert-glyph): Added optional `nostring' argument.
13551 (gnus-picon-transform-address): Support `gnus-picon-style'. From
13552 Jesper Harder <harder@ifa.au.dk>.
13553
13554 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
13555
13556 * message.el (message-fill-field): Return point.
13557 (message-generate-headers): Go to end of field.
13558
13559 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13560 stuff for non-living groups.
13561
13562 2004-05-18 Jesper Harder <harder@ifa.au.dk>
13563
13564 * gnus-art.el (gnus-article-followup-with-original)
13565 (gnus-article-reply-with-original): gnus-mark-active-p ->
13566 gnus-region-active-p.
13567
13568 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
13569
13570 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13571 only when there is spam or ham to be processed.
13572
13573 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13574
13575 * mail-source.el (mail-source-delete-crash-box): Refactor.
13576 (mail-source-fetch): Use it.
13577 (mail-source-fetch-file): Ditto.
13578 (mail-source-fetch-directory): Run postscript in loop.
13579 (mail-source-fetch-pop): Delete.
13580 (mail-source-fetch-maildir): Ditto.
13581 (mail-source-fetch-imap): Ditto.
13582
13583 * imap.el (imap-authenticators): Comment out sasl.
13584
13585 * message.el (message-skip-to-next-address): New function.
13586 (message-fill-header-address): Refactor.
13587 (message-fill-address): Use it.
13588 (message-delete-address): Use it.
13589 (message-fill-header-general): Refactor.
13590 (message-fill-field-address): Rename.
13591 (message-narrow-to-field): Find the start of the header.
13592 (message-header-format-alist): Don't pre-fill.
13593 (message-fill-header): Removed.
13594 (message-insert-header): New function.
13595 (message-shorten-references): Use it.
13596
13597 * rfc2047.el (rfc2047-field-value): Strip props.
13598
13599 * mail-parse.el (mail-header-make-address): New alias.
13600
13601 * ietf-drums.el (ietf-drums-make-address): New function.
13602
13603 * imap.el: Add compiler directives.
13604
13605 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13606
13607 * gnus-art.el (article-decode-idna-rhs): Don't use
13608 message-idna-inside-rhs-p.
13609
13610 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13611
13612 * message.el (message-idna-inside-rhs-p): Removed.
13613 (message-idna-to-ascii-rhs-1): Use proper address parsing.
13614
13615 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13616 false positives.
13617
13618 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13619
13620 * imap.el (imap-sasl-make-mechanisms): Use sasl.
13621
13622 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13623
13624 * nneething.el (nneething-file-name): Don't create spurious
13625 files.
13626
13627 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13628 (gnus-inews-do-gcc): Remove sleep.
13629
13630 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13631 part under point.
13632
13633 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13634 (gnus-agent-regenerate-group): Using nil messages aren't valid.
13635
13636 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
13637
13638 * spam.el (spam-summary-prepare-exit): Fixed (length).
13639
13640 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
13641
13642 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13643 as expired without moving it" message when there are spam
13644 messages left.
13645
13646 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
13647
13648 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13649 header is not nil.
13650
13651 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
13652
13653 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13654 nntp-possibly-create-directory, not nntp-possibly-change-group.
13655 (nntp-marks-changed-p): New arg SERVER.
13656 (nntp-request-update-info): Adjust caller.
13657
13658 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
13659
13660 * nntp.el (nntp-save-marks): Pass missing arg.
13661
13662 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
13663
13664 * nntp.el: Support marks.
13665 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13666 (nntp-marks-modtime, nntp-marks-directory): New variables.
13667 (nntp-request-set-mark, nntp-request-update-info)
13668 (nntp-possibly-create-directory, nntp-marks-changed-p)
13669 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13670 functions.
13671
13672 2004-05-12 Jesper Harder <harder@ifa.au.dk>
13673
13674 * gnus-score.el (gnus-score-insert-help): Use
13675 gnus-select-lowest-window.
13676
13677 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13678 appt-select-lowest-window and rename to gnus-select-lowest-window.
13679
13680 * gnus.el: do.
13681
13682 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13683
13684 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13685 encodings of MIME-encoded words, in order to improve
13686 interoperability with several broken MUAs.
13687
13688 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13689
13690 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13691 tags, only when charsets are not specified in headers.
13692 (mm-inline-text-html-render-with-w3m): Ditto.
13693
13694 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13695
13696 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13697 instead of MIME-decoded from fields when checking
13698 `gnus-article-address-banner-alist'.
13699
13700 2004-05-03 Jesper Harder <harder@ifa.au.dk>
13701
13702 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13703 description rather than subject.
13704
13705 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13706
13707 * gnus.el (gnus-version-number): Bump.
13708
13709 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13710
13711 * gnus.el: No Gnus v0.2 is released.
13712
13713 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13714
13715 * gnus-agent.el (gnus-agent-read-agentview): Inline
13716 gnus-uncompress-range.
13717
13718 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13719
13720 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13721 `exec-installed-p'.
13722
13723 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13724
13725 * gnus.el (spam-process, spam-autodetect-methods): Add
13726 bsfilter and bsfilter-headers.
13727
13728 * spam.el (spam-bsfilter): New customize group.
13729 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13730 (spam-bsfilter-header, spam-bsfilter-probability-header)
13731 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13732 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13733 (spam-bsfilter-database-directory): New options.
13734 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13735 (spam-list-of-statistical-checks, spam-registration-functions):
13736 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13737 (spam-bsfilter-score): New command.
13738 (spam-check-bsfilter-headers, spam-check-bsfilter)
13739 (spam-bsfilter-register-with-bsfilter)
13740 (spam-bsfilter-register-spam-routine)
13741 (spam-bsfilter-unregister-spam-routine)
13742 (spam-bsfilter-register-ham-routine)
13743 (spam-bsfilter-unregister-ham-routine): New functions.
13744 (spam-generic-score): Support bsfilter; Accept an optional argument
13745 to recalcurate spam score even if scoring header has already been
13746 added.
13747 (spam-bogofilter-score, spam-spamassassin-score): Accept an
13748 optional argument to recalcurate spam score even if scoring header
13749 has already been added.
13750
13751 2004-04-29 Jesper Harder <harder@ifa.au.dk>
13752
13753 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13754 strings! Reported by David D. Smith <davidsmith@acm.org>.
13755 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13756 link is missing.
13757
13758 2004-04-28 Jesper Harder <harder@ifa.au.dk>
13759
13760 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13761 (html2text-get-attr): Rewrite.
13762
13763 * message.el (message-setup-1): Remove redundant put-text-property
13764 on mail-header-separator.
13765
13766 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
13767
13768 * gnus-registry.el (gnus-registry-cache-whitespace)
13769 (gnus-registry-action, gnus-registry-spool-action)
13770 (gnus-registry-split-fancy-with-parent): Change message levels
13771 from 5 to 3 or 7, as needed.
13772
13773 * spam.el (spam-summary-prepare-exit)
13774 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13775 (spam-split, spam-find-spam, spam-log-undo-registration)
13776 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13777 level from 5 to 6.
13778
13779 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
13780
13781 * gnus-ems.el: Autoload appt-select-lowest-window (revert
13782 2004-03-04 change).
13783
13784 2004-04-25 Jesper Harder <harder@ifa.au.dk>
13785
13786 * sieve-manage.el (sieve-manage-open):
13787 * nnweb.el (nnweb-insert-html):
13788 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13789 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13790 * nnspool.el (nnspool-request-group):
13791 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13792 * nnml.el (nnml-request-update-info):
13793 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13794 (nnmh-request-create-group, nnmh-update-gnus-unreads):
13795 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13796 (nnimap-request-set-mark):
13797 * nnfolder.el (nnfolder-request-update-info):
13798 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13799 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13800 * gnus-uu.el (gnus-uu-find-articles-matching):
13801 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13802 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13803 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13804 * gnus-nocem.el (gnus-nocem-scan-groups):
13805 * gnus-int.el (gnus-start-news-server):
13806 * gnus-group.el (gnus-group-make-kiboze-group)
13807 (gnus-group-browse-foreign-server):
13808 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13809 Use mapc when appropriate.
13810
13811 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
13812
13813 FIXME: Make separate entries for each person.
13814
13815 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13816 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13817 <shields@msrl.com>:
13818
13819 * spam.el (spam-necessary-extra-headers): Get the extra headers we
13820 may need for spam sorting and scoring.
13821 (spam-user-format-function-S): Add user format function suitable for
13822 general use.
13823 (spam-article-sort-by-spam-status): Add sorting function for summary
13824 sorting.
13825 (spam-extra-header-to-number): Add function to get a score from a
13826 header.
13827 (spam-summary-score): Add function to get a numeric score from the
13828 headers.
13829 (spam-generic-score): Fix function doc, was in wrong place.
13830 (spam-initialize): Take symbols when it's run, and install the
13831 extra headers that spam-necessary-extra-headers thinks we need.
13832
13833 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
13834
13835 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
13836 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
13837
13838 2004-04-17 Jesper Harder <harder@ifa.au.dk>
13839
13840 * gnus-sum.el (gnus-set-global-variables)
13841 (gnus-build-all-threads, gnus-get-newsgroup-headers)
13842 (gnus-article-get-xrefs, gnus-summary-best-group)
13843 (gnus-summary-next-article, gnus-summary-enter-digest-group)
13844 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13845 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13846 Use with-current-buffer.
13847
13848 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
13849
13850 * spam.el (spam-summary-prepare-exit): Simplify logic.
13851 (spam-fetch-article-header): Read the article header if it's not
13852 available.
13853 (spam-list-articles): Simplify logic.
13854 (spam-filelist-register-routine): Fix bug with unregister-list.
13855
13856 * gnus-registry.el: Fix comments at beginning.
13857
13858 2004-04-16 Jesper Harder <harder@ifa.au.dk>
13859
13860 * message.el (message-cater-to-broken-inn): Remove.
13861 (message-shorten-references): Make sure the total folded length of
13862 References is shorter than 998 characters to cater to a bug in INN
13863 2.3. Also, don't pretend that references aren't folded -- this
13864 hasn't worked for a while.
13865
13866 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
13867
13868 * gnus-agent.el (gnus-agentize):
13869 gnus-agent-send-mail-real-function no longer set to current value
13870 of message-send-mail-function but rather a lambda that calls
13871 message-send-mail-function. The change makes the agent real-time
13872 responsive to user changes to message-send-mail-function.
13873
13874 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
13875
13876 * legacy-gnus-agent.el
13877 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13878 help from Florian Weimer <fw@deneb.enyo.de>
13879
13880 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
13881
13882 * nnmail.el (nnmail-cache-insert): Revert last change.
13883
13884 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
13885
13886 * nnmail.el (nnmail-cache-insert): Always check whether
13887 nnmail-cache-ignore-groups matches a group name.
13888
13889 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
13890
13891 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13892 (spam-find-spam, spam-log-processing-to-registry)
13893 (spam-log-registered-p, spam-log-unregistration-needed-p)
13894 (spam-log-undo-registration): Use gnus-message instead of
13895 gnus-error, none of these errors are fatal.
13896
13897 * gnus-registry.el (gnus-registry-clean-empty-function)
13898 (gnus-registry-clean-empty): Remove only empty entries without
13899 extra data.
13900
13901 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
13902
13903 * spam-stat.el (spam-stat-buffer-change-to-spam)
13904 (spam-stat-buffer-change-to-non-spam): Change (error) to
13905 (gnus-message 8) invocation.
13906
13907 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
13908
13909 * nntp.el (nntp-via-netcat-command): New variable.
13910 (nntp-via-netcat-switches): New variable.
13911 (nntp-open-via-rlogin-and-netcat): New function.
13912 (nntp-open-connection-function): Doc fix.
13913 (nntp-telnet-command): Doc fix.
13914 (nntp-end-of-line): Doc fix.
13915 (nntp-via-rlogin-command): Doc fix.
13916 (nntp-via-user-name): Doc fix.
13917 (nntp-via-address): Doc fix.
13918
13919 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
13920
13921 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13922 error in Emacs 21.1.
13923
13924 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
13925
13926 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
13927
13928 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
13929
13930 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
13931 (gnus-agent-with-refreshed-group): New macro.
13932 (gnus-agent-rename-group): New function.
13933 (gnus-agent-delete-group): New function.
13934 (gnus-agent-save-group-info): Use gnus-command-method when
13935 `method' parameter is nil. Don't write nil entries into the
13936 active file.
13937 (gnus-agent-get-group-info): New function.
13938 (gnus-agent-fetch-articles): Use
13939 gnus-agent-update-files-total-fetched-for to increment disk space
13940 used.
13941 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
13942 gnus-agent-update-view-total-fetched-for to increment disk space
13943 used.
13944 (gnus-agent-get-local): Added optional parameters to avoid calling
13945 gnus-group-real-name and gnus-find-method-for-group.
13946 (gnus-agent-set-local): Delete stored entry if either min, or max,
13947 are nil.
13948 (gnus-agent-fetch-session): Reworded error/quit messages. On
13949 quit, use gnus-agent-regenerate-group to record existence of any
13950 articles fetched to disk before the quit occurred.
13951 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
13952 gnus-agent-update-view-total-fetched-for, and
13953 gnus-agent-update-files-total-fetched-for to decrement disk space
13954 used.
13955 (gnus-agent-retrieve-headers): Use
13956 gnus-agent-update-view-total-fetched-for to increment disk space
13957 used.
13958 (gnus-agent-regenerate-group): Replace gnus-group-update-group
13959 with gnus-agent-update-files-total-fetched-for to decrement disk
13960 space and fresh group buffer.
13961 (gnus-agent-inhibit-update-total-fetched-for): New variable.
13962 (gnus-agent-need-update-total-fetched-for): New variable.
13963 (gnus-agent-update-files-total-fetched-for): New function.
13964 (gnus-agent-update-view-total-fetched-for): New function.
13965 (gnus-agent-total-fetched-for): New function.
13966
13967 * gnus-cache.el (gnus-cache-save-buffers): Use
13968 gnus-cache-update-overview-total-fetched-for to change disk space
13969 used by this group.
13970 (gnus-cache-possibly-enter-article): Use
13971 gnus-cache-update-file-total-fetched-for to increment disk space
13972 used by this group.
13973 (gnus-cache-possibly-remove-article): Use
13974 gnus-cache-update-file-total-fetched-for to decrement disk space
13975 used by this group.
13976 (gnus-cache-generate-nov-databases): Purge total fetched cache.
13977 (gnus-cache-rename-group): New function.
13978 (gnus-cache-delete-group): New function.
13979 (gnus-cache-inhibit-update-total-fetched-for): New variable.
13980 (gnus-cache-need-update-total-fetched-for): New variable.
13981 (gnus-cache-with-refreshed-group): New macro.
13982 (gnus-cache-update-file-total-fetched-for): New function.
13983 (gnus-cache-update-overview-total-fetched-for): New function.
13984 (gnus-cache-rename-group-total-fetched-for): New function.
13985 (gnus-cache-delete-group-total-fetched-for): New function.
13986 (gnus-cache-total-fetched-for): New function.
13987
13988 * gnus-group.el: Require gnus-sum and autoload functions to
13989 resolve warnings when gnus-group.el compiled alone.
13990 (gnus-group-line-format): Documented new %F.
13991 (size of Fetched data) group line format; identifies disk space
13992 used by agent and cache.
13993 (gnus-group-line-format-alist): Defined new F format.
13994 (gnus-total-fetched-for): New function.
13995 (gnus-group-delete-group): No longer update
13996 gnus-cache-active-altered as gnus-request-delete-group now keeps
13997 the cache in sync.
13998 (gnus-group-list-active): Let the agent store a server's active
13999 list if currently plugged.
14000
14001 * gnus-int.el (gnus-request-delete-group):
14002 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14003 local disk in sync with the server.
14004 (gnus-request-rename-group):
14005 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14006 local disk in sync with the server.
14007
14008 * gnus-start.el (gnus-get-unread-articles):
14009 Cosmetic simplification to logic.
14010
14011 * gnus-util.el (gnus-rename-file): New function.
14012
14013 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
14014
14015 * mm-util.el (mm-image-load-path): Handle nil in load-path.
14016
14017 2004-04-07 Jesper Harder <harder@ifa.au.dk>
14018
14019 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14020 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
14021
14022 2004-04-06 Jesper Harder <harder@ifa.au.dk>
14023
14024 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14025 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
14026
14027 2004-04-03 Jesper Harder <harder@ifa.au.dk>
14028
14029 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14030
14031 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
14032
14033 * spam.el (spam-set-difference): Add function to replace
14034 gnus-set-difference in spam.el.
14035 (spam-summary-prepare-exit): Use spam-set-difference.
14036
14037 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
14038
14039 * gnus-registry.el (gnus-registry-cache-file): Update to use
14040 gnus-dribble-directory OR gnus-home-directory OR ~.
14041 (gnus-registry-split-fancy-with-parent): Fix doc.
14042
14043 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
14044
14045 * message.el (message-exchange-point-and-mark): Use
14046 message-mark-active-p. Suggested by Jesper Harder
14047 <harder@ifa.au.dk>.
14048
14049 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
14050
14051 * message.el (message-exchange-point-and-mark): Don't activate
14052 region if it was inactive. Suggested by Hiroshi Fujishima
14053 <pooh@nature.tsukuba.ac.jp>.
14054
14055 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
14056
14057 * gnus-art.el (article-display-face): Display Faces in the same
14058 order as X-Faces.
14059
14060 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
14061
14062 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14063
14064 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
14065
14066 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14067 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14068 (gnus-article-mime-hierarchy): Remove.
14069 (gnus-article-mime-hierarchy-next): Remove.
14070 (gnus-article-mode): Revert 2004-03-19 change.
14071 (gnus-article-setup-buffer): Revert 2004-03-19 change.
14072 (gnus-insert-mime-button): Revert 2004-03-19 change.
14073 (gnus-mime-accumulate-hierarchy): Remove.
14074 (gnus-mime-enter-multipart): Remove.
14075 (gnus-mime-leave-multipart): Remove.
14076 (gnus-mime-display-part): Revert 2004-03-19 change.
14077 (gnus-mime-display-alternative): Revert 2004-03-19 change.
14078
14079 * mml.el (mml-preview): Revert 2004-03-19 change.
14080
14081 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
14082
14083 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14084
14085 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
14086
14087 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14088 t while entering a file name using the mm-with-multibyte macro.
14089 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14090
14091 * mm-util.el (mm-with-multibyte): New macro.
14092
14093 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
14094
14095 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14096 user option.
14097 (gnus-mime-multipart-functions): Doc and customization fix.
14098 (gnus-article-mime-hierarchy): New variable.
14099 (gnus-article-mime-hierarchy-next): New variable.
14100 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14101 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14102 gnus-article-mime-hierarchy-next to nil.
14103 (gnus-insert-mime-button): Show hierarchy numbers.
14104 (gnus-mime-accumulate-hierarchy): New function.
14105 (gnus-mime-enter-multipart): New function.
14106 (gnus-mime-leave-multipart): New function.
14107 (gnus-mime-display-part): Recompute hierarchical MIME structure.
14108 (gnus-mime-display-alternative): Show hierarchy numbers.
14109
14110 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14111 gnus-article-mime-hierarchy-next to nil.
14112
14113 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
14114
14115 * dns.el: Don't require gnus-xmas.
14116
14117 2004-03-17 Jesper Harder <harder@ifa.au.dk>
14118
14119 * mml.el (mml-generate-mime-1): Don't use format=flowed with
14120 inline PGP.
14121 (mml-menu): Disable mml-quote-region if mark is inactive.
14122
14123 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
14124
14125 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14126 when the group's active is not available.
14127
14128 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
14129
14130 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14131 error.
14132
14133 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
14134
14135 * imap.el (imap-store-password): New variable.
14136 (imap-interactive-login): Use it.
14137 Suggested by Mark Plaksin <happy@mcplaksin.org>.
14138
14139 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
14140
14141 * gnus-art.el (gnus-article-read-summary-keys): Restore new
14142 window-start and hscroll to summary window.
14143
14144 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
14145
14146 * gnus-start.el (gnus-convert-old-newsrc): Only write the
14147 conversion message to newsrc-dribble when an actual conversion is
14148 performed.
14149
14150 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
14151
14152 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14153
14154 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
14155
14156 * mm-decode.el (mm-complicated-handles): New function reviving
14157 former definition of mm-multiple-handles.
14158
14159 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14160 (gnus-mime-delete-part): Use it.
14161
14162 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
14163
14164 * gnus-agent.el (gnus-agent-read-local): Bind
14165 nnheader-file-coding-system to gnus-agent-file-coding-system to
14166 avoid the implicit assumption that they will always be equal.
14167 (gnus-agent-save-local): Bind buffer-file-coding-system, not
14168 coding-system-for-write, as the with-temp-file macro first prints
14169 to a buffer then saves the buffer.
14170
14171 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
14172
14173 * gnus-art.el (gnus-article-edit-part): New function.
14174 (gnus-mime-save-part-and-strip): Use it; do query instead of
14175 signaling an error; don't use mm-multiple-handles.
14176 (gnus-mime-delete-part): Ditto.
14177
14178 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
14179
14180 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14181 old file versions.
14182 (gnus-group-prepare-hook): Removed function that converted list
14183 form of gnus-agent-expire-days to group properties.
14184
14185 * gnus-int.el: Autoload gnus-agent-regenerate-group.
14186 (gnus-request-accept-article): Re-indented.
14187
14188 * gnus-start.el (gnus-convert-old-newsrc): Registered new
14189 converters to handle old agent file formats. Added logic for a
14190 "backup before upgrading warning".
14191 (gnus-convert-mark-converter-prompt): Developers can mark
14192 functions as needing (default), or not needing,
14193 gnus-convert-old-newsrc's "backup before upgrading warning".
14194 (gnus-convert-converter-needs-prompt): Tests whether the user
14195 should be protected from potentially irreversable changes by the
14196 function.
14197
14198 * legacy-gnus-agent.el: New. Provides converters that are only
14199 loaded when gnus-convert-old-newsrc needs to call them.
14200
14201 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
14202
14203 * mail-source.el (mail-source-touch-pop): Doc fix.
14204
14205 * message.el (message-smtpmail-send-it): Doc fix.
14206
14207 2004-03-05 Jesper Harder <harder@ifa.au.dk>
14208
14209 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14210
14211 * nnmail.el (nnmail-split-fancy): do.
14212
14213 * gnus-kill.el (gnus-kill, gnus-execute): do.
14214
14215 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
14216
14217 * gnus-sum.el (gnus-widget-reversible-match)
14218 (gnus-widget-reversible-to-internal)
14219 (gnus-widget-reversible-to-external): New functions.
14220 (gnus-widget-reversible): New widget.
14221 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14222
14223 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
14224
14225 * gnus-sum.el (gnus-thread-sort-functions)
14226 (gnus-article-sort-functions): Document `(not F)' items.
14227
14228 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
14229
14230 * spam.el (spam-use-gmane-xref): Add new backend.
14231 (spam-gmane-xref-spam-group): Add variable to control the name of the
14232 Gmane spam group.
14233 (spam-blackhole-servers, spam-blackhole-good-server-regex)
14234 (spam-regex-headers-spam, spam-regex-headers-ham)
14235 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14236 (spam-list-of-checks): Add spam-use-gmane-xref to list of
14237 backends and checks.
14238 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14239
14240 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14241 an autodetect method.
14242
14243 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
14244
14245 * gnus-int.el (gnus-request-accept-article): Inform the agent that
14246 articles are being added to a group.
14247 (gnus-request-replace-article): Inform the agent that articles
14248 need to be uncached as the cached contents are no longer valid.
14249
14250 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
14251
14252 * binhex.el: Don't autoload executable-find.
14253
14254 * canlock.el: Don't autoload mail-fetch-field.
14255
14256 * gnus-ems.el: Don't autoload appt-select-lowest-window.
14257
14258 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14259 rmail-dont-reply-to and rmail-output.
14260
14261 * gnus-score.el: Don't autoload ffap-string-at-point.
14262
14263 * gnus-setup.el: Don't autoload sc-cite-original.
14264
14265 * imap.el: Don't autoload base64-decode-string,
14266 base64-encode-string and md5.
14267
14268 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14269 and rmail-msg-restore-non-pruned-header.
14270
14271 * mm-decode.el: Don't autoload executable-find.
14272
14273 * mm-url.el: Don't autoload executable-find.
14274
14275 * mm-view.el: Don't autoload diff-mode.
14276
14277 * nndb.el: Don't autoload news-reply-mode, news-setup,
14278 cancel-timer and telnet.
14279
14280 * password.el: Don't autoload run-at-time for Emacs.
14281
14282 * sha1-el.el: Don't autoload executable-find.
14283
14284 * sieve-mode.el: Don't autoload c-mode.
14285
14286 * uudecode.el: Don't autoload executable-find.
14287
14288 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
14289
14290 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14291 (gnus-agent-possibly-alter-active): Avoid null in numeric
14292 comparison.
14293 (gnus-agent-set-local): Refuse to save null in local object table.
14294 (gnus-agent-regenerate-group): The REREAD parameter can now be a
14295 list of articles that will be marked as unread.
14296
14297 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
14298
14299 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14300
14301 2004-03-04 Jesper Harder <harder@ifa.au.dk>
14302
14303 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14304 language tags.
14305
14306 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
14307
14308 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14309 Don't bind "obarray".
14310
14311 * gnus-sum.el (gnus-thread-sort-functions): Added
14312 `gnus-thread-sort-by-most-recent-number' and
14313 `gnus-thread-sort-by-most-recent-date'.
14314 Reported by Kai Grossjohann <kai@emptydomain.de>.
14315
14316 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
14317
14318 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14319
14320 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
14321
14322 * gnus-cus.el (gnus-agent-customize-category): Removed
14323 ignore-errors macro reference that required cl to be loaded at
14324 run-time.
14325
14326 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14327 single-interval range of the form (min . max). Previously the
14328 range had to look like ((min . max)). Likewise, return
14329 (min . max) rather than ((min . max)).
14330 (gnus-range-map): Use gnus-range-normalize to accept
14331 single-interval range.
14332
14333 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14334 the cache, but not the agent, now appear with their usual face.
14335
14336 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
14337
14338 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14339 w3m-safe-url-regexp variable buffer-local.
14340
14341 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14342
14343 2004-02-27 Simon Josefsson <jas@extundo.com>
14344
14345 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14346 gnus-group-real-prefix.
14347 (gnus-summary-move-article): Use it, instead of
14348 gnus-group-real-prefix.
14349
14350 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
14351
14352 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14353 w3m-safe-url-regexp variable buffer-local and set it as the value
14354 of mm-w3m-safe-url-regexp.
14355
14356 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14357
14358 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14359 parsing gnus-posting-styles when the message is not for replying.
14360
14361 * nnrss.el (nnrss-opml-export): Use
14362 mm-set-buffer-file-coding-system instead of
14363 set-buffer-file-coding-system.
14364
14365 2004-02-27 Jesper Harder <harder@ifa.au.dk>
14366
14367 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14368 of checkdoc.el).
14369 * nnrss.el: do.
14370 * gnus-mlspl.el: do.
14371 * gnus-ml.el: do.
14372 * gnus-srvr.el: do.
14373
14374 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14375
14376 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
14377
14378 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14379 Corrections to custom-manual links.
14380
14381 * gnus-art.el (gnus-article): Ditto.
14382
14383 * mm-decode.el (mime-display, mime-security): Ditto.
14384
14385 2004-02-26 Jesper Harder <harder@ifa.au.dk>
14386
14387 * flow-fill.el: Typo.
14388
14389 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
14390
14391 * spam-wash.el: New file.
14392
14393 2004-02-26 Mark A. Hershberger <mah@everybody.org>
14394
14395 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14396
14397 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
14398
14399 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14400 to be run with new-articles as LIST1, not LIST2.
14401 (spam-registration-functions): Add spam-use-ham-copy as a nil
14402 registration backend.
14403
14404 2004-02-26 Jesper Harder <harder@ifa.au.dk>
14405
14406 * spam-stat.el (spam-stat-washing-hook): New option.
14407 (spam-stat-buffer-words): Use it.
14408 (spam-stat-process-directory, spam-stat-test-directory): Use
14409 insert-file-contents-literally.
14410 (spam-stat-coding-system): New variable.
14411 (spam-stat-load, spam-stat-save): Use it.
14412
14413 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
14414
14415 * spam-report.el (spam-report-plug-agent): Quote
14416 spam-report-url-to-file and spam-report-url-ping-plain.
14417
14418 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
14419
14420 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14421 / in mailto URLs.
14422
14423 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
14424
14425 * spam-report.el (spam-report-process-queue): Fix interactive use.
14426 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14427 (spam-report-unplug-agent): Doc fixes.
14428 (spam-report-url-ping-mm-url, spam-report-url-to-file)
14429 (spam-report-agentize, spam-report-deagentize): Autoload
14430
14431 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
14432
14433 * message.el (message-setup-fill-variables): Add mml tags to
14434 paragraph-start and paragraph-separate. Suggested by Andrew Korty
14435 <ajk@iu.edu>.
14436 (message-mode): Don't modify paragraph-separate there.
14437
14438 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
14439
14440 * compface.el (uncompface-use-external): Default to undecided.
14441 (uncompface-use-external-threshold): New variable.
14442 (uncompface-float-time): New macro.
14443 (uncompface): Determine whether to use the external decoder if
14444 uncompface-use-external is undecided.
14445
14446 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
14447
14448 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14449 after images.
14450
14451 * gnus-art.el (gnus-mime-display-single): Remove dead code.
14452
14453 2004-02-14 Jesper Harder <harder@ifa.au.dk>
14454
14455 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14456
14457 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14458
14459 * gnus-sum.el (gnus-summary-limit-to-age)
14460 (gnus-summary-limit-children): do.
14461
14462 * gnus-int.el (gnus-request-scan): do.
14463
14464 * gnus-group.el (gnus-group-suspend): do.
14465
14466 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14467
14468 * gnus-cite.el (gnus-cite-parse-attributions): do.
14469
14470 * gnus-agent.el (gnus-summary-set-agent-mark)
14471 (gnus-agent-regenerate-group): do.
14472
14473 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14474
14475 * binhex.el (binhex-decode-region-internal): do.
14476
14477 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
14478
14479 * gnus-fun.el (gnus-face-properties-alist): New user option.
14480 (gnus-display-x-face-in-from): Use it.
14481
14482 * gnus-art.el (article-display-face): Ditto.
14483
14484 * compface.el (uncompface-use-external): Default to nil.
14485
14486 2004-02-12 Jesper Harder <harder@ifa.au.dk>
14487
14488 * nntp.el (nntp-erase-buffer): New function.
14489 (nntp-retrieve-data, nntp-send-command)
14490 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14491 (nntp-possibly-change-group): Use it.
14492
14493 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14494 with-current-buffer.
14495
14496 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
14497
14498 * compface.el: Merge the ELisp-based uncompface program.
14499 (compface): New customization group.
14500 (uncompface-use-external): New user option.
14501 (uncompface): Call uncompface-internal if uncompface-use-external
14502 is nil.
14503 (uncompface-internal): New function. Note that there are also
14504 some other functions and variables added for this function.
14505
14506 2004-02-10 Jesper Harder <harder@ifa.au.dk>
14507
14508 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14509 if necessary.
14510
14511 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
14512
14513 * spam-report.el (spam-report-unplug-agent)
14514 (spam-report-plug-agent, spam-report-deagentize)
14515 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14516 Add support for the Agent in spam-report: when unplugged, report to a
14517 file; when plugged, submit all the requests.
14518
14519 * spam.el (spam-register-routine): Fix message about
14520 registration.
14521
14522 2004-02-09 Jesper Harder <harder@ifa.au.dk>
14523
14524 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14525 dependencies.
14526 (rfc2047-encode): Use it.
14527
14528 * gnus-art.el (gnus-button-marker-list): Move before first
14529 reference.
14530
14531 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14532 (imap-parse-body): Fix format string mismatch.
14533
14534 * gnus-score.el (gnus-summary-increase-score): do.
14535
14536 * nnrss.el (nnrss-close): New function.
14537
14538 2004-02-08 Jesper Harder <harder@ifa.au.dk>
14539
14540 * nnrss.el (nnrss-make-filename): New function.
14541 (nnrss-request-delete-group, nnrss-read-server-data)
14542 (nnrss-save-server-data, nnrss-read-group-data)
14543 (nnrss-save-group-data): Use it.
14544 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14545 (nnrss-read-server-data, nnrss-read-group-data): Use load.
14546 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14547
14548 2004-02-07 Jesper Harder <harder@ifa.au.dk>
14549
14550 * mml.el (mml-compute-boundary-1): Don't uncompress files.
14551
14552 2004-02-06 Jesper Harder <harder@ifa.au.dk>
14553
14554 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14555 files.
14556
14557 * message.el (message-generate-headers-first): Don't quote nil
14558 and t in docstrings.
14559
14560 * imap.el (imap-id): do.
14561
14562 * gnus-agent.el (gnus-agent-consider-all-articles)
14563 (gnus-agent-queue-mail): do.
14564
14565 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
14566
14567 * spam-report.el (spam-report-process-queue): New function.
14568 Process requests from `spam-report-requests-file'.
14569 (spam-report-process-queue): Doc fix.
14570
14571 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
14572
14573 * spam.el (spam-register-routine)
14574 (spam-log-processing-to-registry, spam-log-registered-p)
14575 (spam-log-unregistration-needed-p, spam-log-undo-registration):
14576 Change "check" to "spam-check" for semi-clarity.
14577
14578 2004-02-05 Jesper Harder <harder@ifa.au.dk>
14579
14580 * pop3.el: Require nnheader.
14581
14582 * mml-smime.el: Require cl. Autoload message-fetch-field.
14583
14584 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14585
14586 * gnus-picon.el: Require cl.
14587
14588 * gnus-fun.el: Require gnus-ems and gnus-util.
14589
14590 * gnus.el (gnus-method-to-server): Move defsubst before first use.
14591
14592 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14593
14594 * gnus-art.el (gnus-article-edit-mode): Define before first
14595 reference.
14596
14597 2004-02-04 Jesper Harder <harder@ifa.au.dk>
14598
14599 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14600 (gnus-uu-post-encoded): Use point-at-bol.
14601
14602 * gnus-topic.el (gnus-group-active-topic-p): do.
14603
14604 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14605
14606 * gnus-group.el (gnus-group-kill-region): do.
14607
14608 * gnus-art.el (article-date-ut): do.
14609
14610 * message.el (message-fetch-field): Remove redundant
14611 case-fold-search binding.
14612 (message-narrow-to-field): Simplify.
14613
14614 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
14615
14616 * spam.el (spam-directory): Derive from `gnus-directory'.
14617
14618 * spam-report.el (spam-report-url-to-file)
14619 (spam-report-requests-file): New function and variable for offline
14620 reporting.
14621 (spam-report-url-ping-function): Add `spam-report-url-to-file'
14622 and user defined function.
14623 (spam-report-url-ping-mm-url): Remove doubled slash.
14624
14625 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
14626
14627 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14628
14629 2004-02-03 Jesper Harder <harder@ifa.au.dk>
14630
14631 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14632 format string mismatch.
14633
14634 * sieve.el (sieve-deactivate-all): do.
14635
14636 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14637
14638 * nnlistserv.el (nnlistserv-kk-wash-article): do.
14639
14640 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14641
14642 * mm-bodies.el (mm-7bit-chars): Don't include \r.
14643
14644 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
14645
14646 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14647 the list of checks.
14648
14649 2004-01-31 Jesper Harder <harder@ifa.au.dk>
14650
14651 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14652 padding.
14653
14654 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
14655
14656 * mm-view.el (mm-fill-flowed): New variable.
14657 (mm-inline-text): Use it.
14658
14659 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
14660
14661 * spam.el (spam-spamassassin-register-ham-routine)
14662 (spam-spamassassin-register-spam-routine): Fix function names.
14663
14664 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
14665
14666 * gnus.el (gnus-tmp-grouplens): Remove.
14667 (gnus-summary-line-format): Remove grouplens.
14668
14669 * gnus-group.el (gnus-group-line-format): Ditto.
14670
14671 * gnus-spec.el (gnus-format-specs): Ditto.
14672 (gnus-update-format-specifications): Flush the group format spec
14673 cache if there's the grouplens stuff.
14674 (gnus-parse-simple-format): Replace %l with the empty string.
14675
14676 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
14677
14678 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14679 omission.
14680
14681 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
14682
14683 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14684 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14685
14686 2004-01-25 Paul Jarc <prj@po.cwru.edu>
14687
14688 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14689 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14690 New macros and functions.
14691 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14692 Handle > NLINK_MAX messages.
14693 * nnmaildir.el (nnmaildir-request-set-mark): Use
14694 nnmaildir--emlink-p and nnmaildir--eexist-p.
14695
14696 2004-01-25 Alex Schroeder <alex@gnu.org>
14697
14698 * spam-stat.el (spam-stat-process-directory-age): New option.
14699 (spam-stat-process-directory): Use it.
14700
14701 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
14702
14703 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14704 (spam-stat-save): Accept prefix argument.
14705
14706 2004-01-23 Paul Jarc <prj@po.cwru.edu>
14707
14708 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14709 links" error.
14710
14711 2004-01-23 Jesper Harder <harder@ifa.au.dk>
14712
14713 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14714 compatibility with old .newsrc.eld files.
14715
14716 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14717
14718 * gnus-start.el (gnus-1): do.
14719
14720 * gnus-group.el (gnus-group-line-format-alist): do.
14721
14722 * gnus.el (gnus-use-grouplens, gnus-visual): do.
14723
14724 * gnus-gl.el: Remove.
14725
14726 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
14727
14728 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14729 marks consisting of a single range {for example, (3 . 5)} rather
14730 than a list of a single range { ((3 . 5)) }.
14731
14732 2004-01-23 Jesper Harder <harder@ifa.au.dk>
14733
14734 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14735 with-current-buffer.
14736 (spam-stat-store-current-buffer): Use insert-buffer-substring to
14737 avoid consing a string.
14738
14739 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14740 Remove obsolete entries for big5 and gb2312.
14741
14742 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
14743
14744 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14745 uncompressed list.
14746
14747 2004-01-22 Jesper Harder <harder@ifa.au.dk>
14748
14749 * spam-stat.el (spam-stat-strip-xref): New function.
14750 (spam-stat-process-directory): Use it.
14751
14752 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14753 here -- it's done in message-fetch-field.
14754
14755 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
14756
14757 * gnus-agent.el (gnus-agent-queue-mail)
14758 (gnus-agent-prompt-send-queue): New variables.
14759 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14760 * gnus-draft.el (gnus-group-send-queue): Pass the group name
14761 "nndraft:queue" along to gnus-draft-send. Use
14762 gnus-agent-prompt-send-queue.
14763 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14764 is "nndraft:queue". Suggested by Gaute Strokkenes
14765 <gs234@srcf.ucam.org>
14766
14767 * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
14768 (agent-enable-undownloaded-faces): Added.
14769 (gnus-agent-cat-groups): Use eval-and-compile, not
14770 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14771 method of gnus-agent-cat-groups even when the buffer has been
14772 evaled.
14773 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14774 delete gnus-agent-save-active-1.
14775 (gnus-agent-save-groups): Deleted. Identical to
14776 gnus-agent-save-active.
14777 (gnus-agent-write-active): No longer adjust agent's copy of active
14778 file as agent's adjustments are now stored in their own
14779 file. Removed optional parameter.
14780 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14781 servers. Add use of min/max range limits from server's local
14782 file.
14783 (gnus-agent-save-alist): Removed unused optional argument.
14784 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14785 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14786 (gnus-agent-set-local): A per-server file that keeps min/max range
14787 limits for articles known to the agent. Provides a fast mechanism
14788 for altering many active ranges.
14789 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14790 active file (local makes it unnecessary).
14791 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14792
14793 * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
14794 (agent-enable-undownloaded-faces): Added.
14795
14796 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14797 disable it when sending to "nndraft:queue".
14798 (gnus-group-send-queue): Add safety check to avoid sending queue
14799 when unplugged.
14800
14801 * gnus-group.el (gnus-group-catchup): Use new
14802 gnus-sequence-of-unread-articles, not
14803 gnus-list-of-unread-articles, to avoid exhausting memory with huge
14804 numbers of articles. Use gnus-range-map to avoid having to
14805 uncompress the unread list.
14806 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14807 Fixed invalid ange-ftp reference.
14808
14809 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14810 (gnus-sorted-range-intersection): Intersection of two ranges
14811 without requiring that they first be uncompressed.
14812
14813 * gnus-start.el (gnus-activate-group): Unless blocked by the
14814 caller, possibly expand the active range to include both cached
14815 and agentized articles.
14816 (gnus-convert-old-newsrc): Rewrote in anticipation of having
14817 multiple version-dependent converters.
14818 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14819 gnus-agent-save-active.
14820 (gnus-save-newsrc-file): Save dirty agent range limits.
14821
14822 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14823 gnus-agent-possibly-alter-active.
14824 (gnus-adjust-marked-articles): Faster handling of simple lists
14825
14826 2004-01-21 Jesper Harder <harder@ifa.au.dk>
14827
14828 * spam-stat.el (spam-stat-test-directory): New optional argument
14829 displays a list of files detected. Suggested by Andrew Cohen
14830 <cohen@andy.bu.edu>.
14831 (spam-stat-buffer-words-with-scores): Don't narrow and change
14832 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
14833
14834 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
14835
14836 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14837 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14838 (spam-spamassassin-arguments)
14839 (spam-spamassassin-spam-flag-header)
14840 (spam-spamassassin-positive-spam-flag-header)
14841 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14842 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14843 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14844 (spam-list-of-processors, spam-list-of-checks)
14845 (spam-list-of-statistical-checks, spam-registration-functions)
14846 (spam-check-spamassassin-headers, spam-check-spamassassin)
14847 (spam-spamassassin-score)
14848 (spam-spamassassin-register-with-sa-learn)
14849 (spam-spamassassin-register-spam-routine)
14850 (spam-spamassassin-register-ham-routine)
14851 (spam-assassin-register-spam-routine)
14852 (spam-assassin-register-ham-routine): Add SpamAssassin support.
14853 (spam-bogofilter-score): Fix to show article before scoring.
14854
14855 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
14856
14857 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14858 default scoring function.
14859 (spam-generic-score): Call spam-spamassassin-score if
14860 spam-use-spamassassin or spam-use-spamassassin-headers is on;
14861 spam-bogofilter-score otherwise.
14862
14863 * gnus.el (spam-process, spam-autodetect-methods): Add
14864 spamassassin and spamassassin-headers.
14865
14866 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
14867
14868 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14869 Suppress unnecessary messages.
14870
14871 2004-01-20 Jesper Harder <harder@ifa.au.dk>
14872
14873 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14874 make-hash-table.
14875
14876 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
14877
14878 * canlock.el (base64-encode-string): Don't autoload it.
14879
14880 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
14881
14882 * run-at-time.el: Remove useless (require 'itimer),
14883 eval-and-compile and (featurep 'xemacs).
14884
14885 2004-01-16 Jesper Harder <harder@ifa.au.dk>
14886
14887 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14888 GROUP is a virtual group.
14889
14890 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
14891
14892 * gnus.el: Autoload `message-y-or-n-p'.
14893
14894 2004-01-15 Jesper Harder <harder@ifa.au.dk>
14895
14896 * pgg-parse.el: Remove unnecessary (require 'custom).
14897
14898 * pgg-def.el: do.
14899
14900 * nnmail.el: do.
14901
14902 * gnus-undo.el: do.
14903
14904 * gnus-picon.el: do.
14905
14906 * gnus-util.el: do.
14907
14908 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
14909
14910 * gnus-sum.el (gnus-pick-line-number): Add autoload.
14911
14912 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
14913
14914 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
14915 handle, as well as a list.
14916
14917 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
14918 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
14919 (mm-w3m-cid-retrieve): Simplify.
14920
14921 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
14922
14923 * message.el (message-kill-to-signature): Allow prefix arg to
14924 specify number of lines to keep before signature.
14925
14926 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
14927
14928 * message.el (message-kill-to-signature): Change docstring.
14929
14930 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
14931
14932 * canlock.el: Always require sha1-el.
14933 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
14934
14935 * message.el: Autoload sha1 only when compiling.
14936
14937 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
14938
14939 * message.el (message-canlock-generate): Require sha1-el.
14940
14941 2004-01-13 Jesper Harder <harder@ifa.au.dk>
14942
14943 * message.el (message-expand-name): Silence the byte compiler.
14944
14945 2004-01-13 Simon Josefsson <jas@extundo.com>
14946
14947 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
14948 Invoke gnus-score-mode. Reported by
14949 bojohan+news@dd.chalmers.se (Johan Bockgård).
14950
14951 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
14952 Jim Blandy <jimb@redhat.com> (tiny change).
14953
14954 2004-01-12 Jesper Harder <harder@ifa.au.dk>
14955
14956 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
14957
14958 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
14959
14960 * spam.el (spam-get-article-as-string): Update to use
14961 gnus-request-article-this-buffer, much simpler.
14962 (spam-get-article-as-buffer): Remove.
14963
14964 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
14965
14966 * message.el (message-expand-name): Use EUDC if the user uses that.
14967
14968 2004-01-12 Jesper Harder <harder@ifa.au.dk>
14969
14970 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
14971 character for the encoding to avoid consing a string.
14972
14973 * rfc2047.el (rfc2047-decode-string): Don't cons a string
14974 unnecessarily.
14975
14976 * mm-util.el (mm-replace-chars-in-string): Remove.
14977
14978 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
14979 of mm-replace-chars-in-string.
14980
14981 2004-01-11 Jesper Harder <harder@ifa.au.dk>
14982
14983 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
14984
14985 * mm-util.el (mm-subst-char-in-string): Support inplace.
14986
14987 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
14988 a new string in every iteration. Use shy groups.
14989
14990 2004-01-10 Jesper Harder <harder@ifa.au.dk>
14991
14992 * gnus-srvr.el (gnus-browse-unsubscribe-group):
14993 * gnus-soup.el (gnus-soup-group-brew):
14994 * gnus-msg.el (gnus-put-message):
14995 * gnus-move.el (gnus-group-move-group-to-server):
14996 * gnus-kill.el (gnus-batch-score):
14997 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
14998 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
14999 (gnus-group-update-group, gnus-group-read-group)
15000 (gnus-group-make-group, gnus-group-make-help-group)
15001 (gnus-group-make-archive-group, gnus-group-make-directory-group)
15002 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15003 (gnus-group-sort-by-unread, gnus-group-catchup)
15004 (gnus-group-unsubscribe-group, gnus-group-kill-group)
15005 (gnus-group-yank-group, gnus-group-set-info)
15006 (gnus-group-list-groups):
15007 * gnus.el (gnus-generate-new-group-name):
15008 * gnus-delay.el (gnus-delay-send-queue):
15009 * nnvirtual.el (nnvirtual-catchup-group):
15010 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15011 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15012 (gnus-group-prepare-topics, gnus-topic-check-topology):
15013 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15014 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15015 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15016 (gnus-group-make-articles-read):
15017 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15018 (gnus-group-change-level, gnus-kill-newsgroup)
15019 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15020 (gnus-get-unread-articles, gnus-make-articles-unread)
15021 (gnus-make-ascending-articles-unread): Use accessor
15022 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15023 to get group information for improved readability.
15024
15025 2004-01-09 Jesper Harder <harder@ifa.au.dk>
15026
15027 * gnus-art.el (article-decode-mime-words, article-babel)
15028 (gnus-article-highlight-signature, gnus-article-add-buttons)
15029 (gnus-signature-toggle): Use gnus-with-article-buffer.
15030
15031 * gnus-art.el (gnus-article-highlight-headers)
15032 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15033
15034 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15035 (gnus-article-set-globals, gnus-request-article-this-buffer)
15036 (gnus-button-message-id, gnus-article-maybe-hide-headers)
15037 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15038 (gnus-mime-display-alternative): Use with-current-buffer.
15039
15040 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
15041
15042 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15043 also under 80 char limit, and call gnus-error if needed.
15044 (spam-fetch-article-header): Fix - it was a
15045 buffer-local variable (gnus-newsgroup-data).
15046 (spam-find-spam): Use spam-generate-fake-headers, forget about
15047 spam-insert-fake-headers.
15048 (spam-insert-fake-headers): Remove.
15049
15050 2004-01-09 Jesper Harder <harder@ifa.au.dk>
15051
15052 * deuglify.el (gnus-article-outlook-unwrap-lines)
15053 (gnus-outlook-rearrange-article)
15054 (gnus-outlook-repair-attribution-outlook)
15055 (gnus-outlook-repair-attribution-block)
15056 (gnus-outlook-repair-attribution-other): Remove redundant
15057 save-excursion.
15058
15059 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
15060
15061 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15062 (spam-fetch-field-subject-fast)
15063 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15064 (spam-fetch-article-header): Add functions to deal with Gnus
15065 internals for fast retrieval of article header data.
15066 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15067
15068 2004-01-09 Jesper Harder <harder@ifa.au.dk>
15069
15070 * pop3.el (pop3-md5): Remove.
15071 (pop3-apop): Replace pop3-md5 with md5.
15072
15073 * mm-bodies.el: base64 is always built-in.
15074
15075 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15076 with-current-buffer.
15077
15078 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
15079
15080 * canlock.el (canlock-insert-header): Remove excessive grouping in
15081 regexp.
15082
15083 * gnus-sum.el (gnus-summary-read-document): Ditto.
15084
15085 * gnus-uu.el (gnus-uu-part-number): Ditto.
15086
15087 * html2text.el (html2text-remove-tags): Ditto.
15088 (html2text-format-tags): Ditto.
15089 (html2text-format-single-elements): Ditto.
15090
15091 * mml.el (mml-parse-1): Ditto.
15092
15093 2004-01-08 Jesper Harder <harder@ifa.au.dk>
15094
15095 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15096
15097 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15098
15099 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15100
15101 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15102
15103 2003-11-15 Simon Josefsson <jas@extundo.com>
15104
15105 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15106 (pgg-gpg-lookup-key): Use regexp match instead of
15107 split-string (split-string is different between emacs 21.2 and
15108 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
15109
15110 2004-01-08 Jesper Harder <harder@ifa.au.dk>
15111
15112 * gnus-art.el (gnus-mime-view-all-parts)
15113 (gnus-article-part-wrapper, gnus-article-view-part): Use
15114 with-current-buffer.
15115
15116 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
15117
15118 * spam.el (spam-disable-spam-split-during-ham-respool)
15119 (spam-spamoracle-database, spam-cache-lookups)
15120 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15121 (spam-group-ham-mark-p, spam-group-spam-mark-p)
15122 (spam-group-ham-marks, spam-group-spam-marks)
15123 (spam-group-spam-contents-p, spam-group-ham-contents-p)
15124 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15125 also add spam-use-blackholes to the statistical checks.
15126 (spam-fetch-field-fast): Add interface to fetching fields, may
15127 become a macro.
15128 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15129 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15130 (spam-insert-fake-headers): Fake an article when needed.
15131 (spam-find-spam): Fake article when possible.
15132 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15133 (spam-check-bogofilter-headers): Use message-fetch-field instead
15134 of nnmail-fetch-field.
15135
15136 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
15137
15138 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15139
15140 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
15141
15142 * spam.el (spam-split): Do not require spam-use-CHECK to be
15143 enabled if that check is passed to spam-split explicitly; also
15144 fix so 'spam doesn't get converted to spam-split-group when
15145 spam-split-symbolic-return is t.
15146 (spam-find-spam): Find registrations of the article and use those
15147 instead of re-running spam-split to find the spam/ham
15148 classification of the article.
15149 (spam-log-processing-to-registry, spam-log-registered-p)
15150 (spam-log-unregistration-needed-p, spam-log-undo-registration):
15151 Use gnus-error instead of gnus-message.
15152 (spam-log-registration-type): Add function to determine the
15153 classification of a message based on registry entries; will
15154 return nil if both 'spam and 'ham are found.
15155 (spam-check-BBDB): Expand all the BBDB macros here so we can have
15156 a reasonably fast local cache without the loading errors.
15157 (spam-cache-lookups): Set to t by default.
15158 (spam-find-spam): Don't try to guess spam-cache-lookups.
15159 (spam-enter-whitelist, spam-enter-blacklist): Clear the
15160 spam-caches entry.
15161 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15162 caching of whitelist/blacklist entries.
15163 (spam-check-whitelist, spam-check-blacklist): Invoke
15164 spam-from-listed-p with a type, not a cache variable.
15165 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15166
15167 2004-01-07 Jesper Harder <harder@ifa.au.dk>
15168
15169 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15170
15171 * nnmail.el (nnmail-split-fancy): do.
15172
15173 * mml.el (mml-parse): do.
15174
15175 * gnus-score.el (gnus-enter-score-words-into-hashtb)
15176 (gnus-score-adaptive): do.
15177
15178 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
15179
15180 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15181 (gnus-mime-button-map): Don't set keymap parent.
15182 (gnus-button-ctan-directory-regexp): Use shy grouping.
15183 (gnus-prev-page-map): Don't set keymap parent.
15184 (gnus-prev-page-map): Remove duplicated one.
15185 (gnus-next-page-map): Don't set keymap parent.
15186 (gnus-mime-security-button-map): Ditto.
15187
15188 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15189 version number.
15190
15191 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15192
15193 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
15194
15195 * canlock.el (canlock-sha1-function): Remove.
15196 (canlock-sha1-function-for-verify): Remove.
15197 (canlock-openssl-program): Remove.
15198 (canlock-openssl-args): Remove.
15199 (canlock-ignore-errors): Remove.
15200 (canlock-sha1-with-openssl): Remove.
15201 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15202 (canlock-verify): Don't use canlock-ignore-errors.
15203
15204 * sha1-el.el (sha1-string-external): Make it can return a string
15205 in binary form.
15206 (sha1-region-external): Ditto.
15207 (sha1-string-internal): Ditto.
15208 (sha1-region-internal): Ditto.
15209 (sha1-region): Ditto.
15210 (sha1-string): Ditto.
15211 (sha1): Ditto.
15212
15213 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
15214
15215 * spam.el (spam-report-articles-gmane): New command.
15216
15217 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
15218
15219 * gnus.el: Don't make unnecessary *Group* buffer when loading.
15220
15221 * run-at-time.el (run-at-time-saved): Remove.
15222 (run-at-time): Doc fix.
15223
15224 2004-01-07 Jesper Harder <harder@ifa.au.dk>
15225
15226 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15227 (gnus-summary-limit-map): Add it.
15228 (gnus-summary-make-menu-bar): do.
15229
15230 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
15231
15232 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15233 Make attempt at some caching support (done for BBDB only now).
15234 (spam-find-spam): Set spam-cache-lookups if there are more than 2
15235 addresses to be checked.
15236 (spam-clear-cache-BBDB): Add function, to be invoked by
15237 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15238 (spam-check-BBDB): Check and use the caches, if
15239 spam-cache-lookups is on, remove superfluous (provide).
15240
15241 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
15242
15243 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15244
15245 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
15246
15247 * run-at-time.el (run-at-time-saved): Move to after the definition
15248 of `run-at-time'.
15249
15250 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
15251
15252 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15253 mm-w3m-local-map-property.
15254
15255 * mm-view.el (mm-w3m-mode-map): Remove.
15256 (mm-w3m-local-map-property): Remove.
15257 (mm-inline-text-html-render-with-w3m): Don't use
15258 mm-w3m-local-map-property.
15259
15260 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
15261
15262 * run-at-time.el: New file.
15263
15264 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15265 of gnus-set-text-properties.
15266
15267 * gnus-uu.el (gnus-uu-save-article): Ditto.
15268
15269 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15270
15271 * gnus-cite.el (gnus-cite-parse): Ditto.
15272
15273 * gnus-art.el (gnus-button-push): Use set-text-properties instead
15274 of gnus-.
15275
15276 * gnus.el: Changed calls to nnheader-run-at-time and
15277 password-run-at-time throughout to use run-at-time directly.
15278
15279 * password.el: Removed definition of run-at-time.
15280
15281 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
15282
15283 * mml.el (mml-minibuffer-read-disposition): Show attachment type
15284 in prompt.
15285
15286 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
15287
15288 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15289 XEmacs version.
15290
15291 * dns.el (dns-make-network-process): Use `open-network-stream'
15292 instead of `gnus-xmas-open-network-stream'.
15293
15294 * .cvsignore: Add auto-autoloads.el, custom-load.el.
15295
15296 2004-01-06 Jesper Harder <harder@ifa.au.dk>
15297
15298 * gnus-art.el (gnus-mime-display-alternative)
15299 (gnus-insert-mime-button, gnus-insert-mime-security-button)
15300 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15301 Don't use gnus-local-map-property.
15302
15303 * gnus-util.el (gnus-local-map-property): Remove.
15304
15305 * mm-view.el (mm-view-pkcs7-decrypt): Replace
15306 gnus-completing-read-maybe-default with completing-read.
15307
15308 * gnus-util.el (gnus-completing-read): do.
15309 (gnus-completing-read-maybe-default): Remove.
15310
15311 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
15312
15313 * password.el: Only autoload `run-at-time' if not XEmacs.
15314 Only autoload the itimer functions if XEmacs.
15315
15316 2004-01-06 Jesper Harder <harder@ifa.au.dk>
15317
15318 * gnus-art.el (gnus-read-string): Remove.
15319 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15320 read-string.
15321
15322 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
15323
15324 * netrc.el: Autoload password-read.
15325 (netrc): Add configuration group.
15326 (netrc-encoding-method, netrc-openssl-path): Add
15327 variables for encoding and decoding of files with symmetric
15328 ciphers.
15329 (netrc-encode): Add assistant function to encode a file with
15330 netrc-encoding-method.
15331 (netrc-parse): Add interactive parameter, added optional
15332 decoding if netrc-encoding-method is non-nil but otherwise
15333 behavior is standard.
15334 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15335 Do s/encode/encrypt/ everywhere.
15336
15337 * spam.el: Remove executable-find autoload.
15338
15339 2004-01-05 Jesper Harder <harder@ifa.au.dk>
15340
15341 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15342
15343 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15344
15345 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
15346
15347 * gnus-art.el (gnus-treat-ansi-sequences)
15348 (article-treat-ansi-sequences): New variable and function.
15349 Suggested by Dan Jacobson <jidanni@jidanni.org>.
15350
15351 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15352 Use it.
15353
15354 2004-01-05 Jesper Harder <harder@ifa.au.dk>
15355
15356 * mm-util.el (mm-quote-arg): Remove.
15357
15358 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15359 shell-quote-argument.
15360
15361 * gnus-uu.el (gnus-uu-command): do.
15362
15363 * gnus-sum.el (gnus-summary-insert-pseudos): do.
15364
15365 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15366 with make-char.
15367
15368 * mm-util.el (mm-make-char): Remove.
15369
15370 * mml.el (mml-mode): Replace gnus-add-minor-mode with
15371 add-minor-mode.
15372
15373 * gnus-undo.el (gnus-undo-mode): do.
15374
15375 * gnus-topic.el (gnus-topic-mode): do.
15376
15377 * gnus-sum.el (gnus-dead-summary-mode): do.
15378
15379 * gnus-start.el (gnus-slave-mode): do.
15380
15381 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15382
15383 * gnus-ml.el (gnus-mailing-list-mode): do.
15384
15385 * gnus-gl.el (gnus-grouplens-mode): do.
15386
15387 * gnus-draft.el (gnus-draft-mode): do.
15388
15389 * gnus-dired.el (gnus-dired-mode): do.
15390
15391 * gnus-ems.el (gnus-add-minor-mode): Remove.
15392
15393 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15394 Replace gnus-char-width with char-width.
15395
15396 * gnus-ems.el (gnus-char-width): Remove.
15397
15398 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15399 Replace gnus-char-width with char-width.
15400
15401 * gnus-ems.el (gnus-char-width): Remove.
15402
15403 * spam-stat.el (with-syntax-table): Remove with-syntax-table
15404 definition.
15405 Remove Emacs 20 hash table compatibility code.
15406
15407 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15408 20 compatibility code.
15409
15410 * spam.el (spam-point-at-eol): Replace with point-at-eol.
15411
15412 * smime.el (smime-point-at-eol): Replace with point-at-eol.
15413
15414 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15415 with point-at-{eol,bol}.
15416
15417 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15418
15419 * imap.el (imap-point-at-eol): Replace with point-at-eol.
15420
15421 * flow-fill.el (fill-flowed-point-at-bol)
15422 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15423
15424 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15425 Replace with point-at-{eol,bol} throughout all files.
15426
15427 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
15428
15429 * ntlm.el (ntlm-string-as-unibyte): New macro.
15430 (ntlm-build-auth-response): Use it.
15431
15432 Remove Emacs 20 stuff:
15433 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15434 of delq and copy-sequence.
15435 * gnus-art.el (popup-menu): Remove the compiler macro.
15436 * nnmail.el (nnmail-split-fancy): Don't support customizing with
15437 Emacs 20.
15438
15439 2004-01-05 Simon Josefsson <jas@extundo.com>
15440
15441 * ntlm.el: Fix namespace. Change smb-passwd-hash into
15442 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15443 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15444 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15445 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15446 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15447 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15448 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15449 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15450 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15451 ntlm-string-permute, string-lshift into ntlm-string-lshift,
15452 string-xor into ntlm-string-xor. Suggested by
15453 Jesper Harder <harder@myrealbox.com>.
15454
15455 * ntlm.el: Don't include poem.
15456
15457 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
15458 Jesper Harder <harder@myrealbox.com>.
15459
15460 * sasl-ntlm.el, ntlm.el, md4.el: New files.
15461
15462 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
15463 probably breaks emacs with DL patch, but do we care? Is anyone
15464 still using the DL stuff?)
15465
15466 * sieve-manage.el: Use the password package.
15467 (sieve-manage-read-passwd): Remove.
15468 (sieve-manage-interactive-login): Use password. Re-add
15469 condition-case around loop.
15470
15471 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15472 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15473 the password package.
15474
15475 2003-02-19 Simon Josefsson <jas@extundo.com>
15476
15477 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15478 token.
15479
15480 2002-08-07 Simon Josefsson <jas@extundo.com>
15481
15482 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15483 (sieve-manage-authenticators):
15484 (sieve-manage-authenticator-alist): Add some SASL mechs.
15485 (sieve-sasl-auth): New function.
15486 (sieve-manage-cram-md5-auth):
15487 (sieve-manage-plain-auth): Rewrite using SASL library.
15488 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15489 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15490 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15491 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15492
15493 2004-01-05 Simon Josefsson <jas@extundo.com>
15494
15495 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15496 New files.
15497
15498 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15499
15500 * gnus-group.el (gnus-no-groups-message): Update.
15501
15502 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15503
15504 2003-11-09 Simon Josefsson <jas@extundo.com>
15505
15506 * imap.el: Support for ID IMAP extension (RFC 2971).
15507 (imap-local-variables): Add imap-id.
15508 (imap-id): New variable.
15509 (imap-id): New function.
15510 (imap-parse-response): Parse untagged ID response.
15511 * nnimap.el (nnimap-id): New variable.
15512 (nnimap-open-connection): Use it.
15513
15514 2003-12-28 Simon Josefsson <jas@extundo.com>
15515
15516 * gnus-score.el (gnus-score-edit-all-score): New.
15517 * gnus-group.el (gnus-group-score-map): Bind it to W e.
15518
15519 2004-01-04 Simon Josefsson <jas@extundo.com>
15520
15521 * password.el: Add.
15522
15523 2004-01-04 Mario Lang <lang@zid.tugraz.at>
15524
15525 * dns.el (dns-query-types): Fix typo.
15526 (dns-query-types): New function.
15527 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
15528 PTR and SOA replies, see RFC 1035.
15529
15530 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15531
15532 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15533
15534 * Moved to Changelog.2.
15535
15536 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15537
15538 * gnus.el (gnus-version-number): Bump version.
15539
15540 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15541
15542 * gnus.el: No Gnus v0.1 is released.
15543
15544 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15545
15546 * gnus.el: No Gnus v0.0 is released.
15547
15548 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15549
15550 * gnus.el (gnus-version-number): Bump.
15551 (gnus-version): No.
15552
15553 See ChangeLog.2 for earlier changes.
15554
15555 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
15556
15557 This file is part of GNU Emacs.
15558
15559 GNU Emacs is free software: you can redistribute it and/or modify
15560 it under the terms of the GNU General Public License as published by
15561 the Free Software Foundation, either version 3 of the License, or
15562 (at your option) any later version.
15563
15564 GNU Emacs is distributed in the hope that it will be useful,
15565 but WITHOUT ANY WARRANTY; without even the implied warranty of
15566 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15567 GNU General Public License for more details.
15568
15569 You should have received a copy of the GNU General Public License
15570 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
15571
15572 ;; Local Variables:
15573 ;; coding: utf-8
15574 ;; fill-column: 79
15575 ;; add-log-time-zone-rule: t
15576 ;; End: