]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
Merge changes made in Gnus trunk.
[gnu-emacs] / lisp / gnus / ChangeLog
1 2010-09-18 Julien Danjou <julien@danjou.info>
2
3 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4 parallel.
5
6 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7
8 * nnimap.el (nnimap-update-info): When doing partial marks update, get
9 the range update right.
10 (nnimap-request-group): Don't make `M-g' bug out on group with no
11 marks.
12 (nnoo): Required, so that other packages can require nnimap.
13 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
14 command we're looking for. This helps when the server sends more
15 responses after we've gotten everything we expected.
16 (nnimap): Add a `newlinep' field to keep track of end-of-line
17 conventions.
18 Don't send CRLF to things that don't want it.
19 (nnimap-request-accept-article): Ditto.
20
21 2010-09-18 Julien Danjou <julien@danjou.info>
22
23 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
24 than curl to retrieve images.
25
26 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
27
28 * nnimap.el (nnimap-update-info): Extend the info so that we can set
29 the marks.
30 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
31 (nnimap-wait-for-connection): New function.
32 (nnimap-open-connection): If we have PREAUTH, don't query for login
33 credentials.
34 (nnimap-update-info): Fix off-by-one error when concatenating ranges
35 when doing a partial update.
36
37 2010-09-18 Julien Danjou <julien@danjou.info>
38
39 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
40 tags.
41
42 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
43
44 * nnimap.el (nnimap-credentials): New function.
45 (nnimap-open-connection): Use the new function to look for credentials
46 also on the numeric equivalents of "imap" and "imaps".
47
48 * gnus-start.el (gnus-activate-group): Send the info to
49 gnus-request-group.
50
51 * nnimap.el (nnimap-request-group): Have the "check" version of the
52 function parse flags and update the info, so that a `M-g' get a total
53 resync of all flags from the group.
54
55 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
56 to allow backends to alter the info on group selection. Also alter all
57 the backend -request-group functions to take the parameter.
58
59 * nnimap.el (nnimap-store-info): New function.
60 (nnimap-update-info): Store the info for later usage.
61 (nnimap-request-group): Use the stored info for the dont-check case, so
62 that we don't retrieve all marks when we enter a group.
63
64 * nnimap.el: Use deffoo instead of defun for interface functions.
65
66 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
67 update the group info. This makes the nndraft groups, for instance, go
68 back to their old behaviour.
69
70 * gnus-sum.el (gnus-select-newsgroup): Indent.
71
72 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
73 in.
74 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
75 nothing.
76
77 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
78 from methods that are denied.
79
80 * gnus-int.el (gnus-method-denied-p): New function.
81
82 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
83 store the password instead of netrc.
84 (nnimap-open-connection): Don't error out when we can't make a
85 connections.
86
87 * auth-source.el (auth-source-create): In the password prompt, say what
88 we're querying for. Also prompt for user name if that hasn't been
89 given.
90
91 * nnimap.el (nnimap-with-process-buffer): Removed.
92
93 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
94
95 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
96 method when we're reading from the agent.
97
98 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
99
100 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
101 that's probably most useful for users.
102
103 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
104 "failed" all the time.
105
106 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
107 ...)) with (with-current-buffer ... ).
108
109 * nntp.el (nntp-open-server): Return whether the open was successful or
110 not.
111
112 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
113 select an unread unseen article first.
114
115 * nnimap.el (nnimap-open-connection): If the user doesn't have a
116 /etc/services, supply some sensible port defaults.
117
118 * dgnushack.el: Define netrc-credentials.
119
120 2010-09-17 Julien Danjou <julien@danjou.info> (tiny fix)
121
122 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
123
124 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
125
126 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
127 doesn't have any parameters.
128
129 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
130
131 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
132 only upcased checks.
133
134 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
135
136 * nnimap.el (nnimap-open-shell-stream): New function.
137 (nnimap-open-connection): Use it.
138 (nnimap-transform-headers): Get the number of lines in each message.
139 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
140 number of lines.
141 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
142 problem.
143
144 * utf7.el (utf7-encode): Autoload.
145
146 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
147 to allow the mail splitting to not return a default group. This is
148 useful for nnimap, which will leave unmatched mail in the inbox.
149
150 * nnimap.el: Rewritten.
151
152 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
153 nnimap usage.
154
155 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
156 if the move is internal, so that nnimap can do fast internal moves.
157
158 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
159 data.
160 (gnus-read-active-for-groups): Support finishing the early retrieval of
161 data.
162
163 * gnus-range.el (gnus-range-nconcat): New function.
164
165 * gnus-int.el (gnus-finish-retrieve-group-infos)
166 (gnus-retrieve-group-data-early): New functions.
167
168 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
169
170 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
171 (nnrss-retrieve-groups):
172 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
173 (pop3-quit): Use with-current-buffer.
174
175 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
176
177 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
178 instead of nnheader-accept-process-output.
179
180 * gnus-html.el (gnus-html-schedule-image-fetching)
181 (gnus-html-prefetch-images): Replace process-kill-without-query by
182 gnus-set-process-query-on-exit-flag.
183
184 2010-09-16 Romain Francoise <romain@orebokech.com>
185
186 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
187
188 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
189
190 * gnus-html.el (gnus-html-schedule-image-fetching)
191 (gnus-html-prefetch-images): Check for curl before using it.
192
193 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
194 depend on curl, which isn't essential.
195
196 * imap.el: Revert back to version
197 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
198 seem problematic.
199
200 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
201
202 * gnus-registry.el (gnus-registry-install-shortcuts):
203 Explicitly pass `obarray' to `unintern' to avoid a warning.
204
205 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
206
207 * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
208 change.
209
210 * nnrss.el (nnrss-request-list): Removed this function and related
211 functions, including the moreover stuff.
212
213 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
214
215 * nnrss.el (nnrss-retrieve-groups): New function.
216
217 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
218
219 * .dir-locals.el: Add no-byte-compile cookie.
220
221 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
222
223 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
224 for back end that doesn't support request-scan.
225
226 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
227
228 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
229 then do request scans from the backends.
230
231 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
232 avoid running a hook per line, since this takes a lot of time,
233 profiling shows.
234 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
235 directly if gnus-visual-p is true.
236
237 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
238
239 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
240 groups; replace mapcar with dolist which is a bit faster; pass groups
241 info to gnus-read-active-file-1.
242 (gnus-read-active-file-1): Scan only specified groups if the new
243 optional arg `infos' is given.
244
245 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
246
247 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
248
249 * pop3.el (pop3-movemail): Removed.
250 (pop3-streaming-movemail): Renamed to pop3-movemail.
251
252 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
253 don't restrict end-tag searches to the end of the line.
254
255 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
256
257 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
258 articles of every unchecked group to t, which means unknown since the
259 server has never been opened.
260
261 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
262
263 * gnus-html.el (gnus-html-show-alt-text): New command.
264 (gnus-html-browse-image): Ditto.
265 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
266 to browse the image directly.
267 (gnus-html-wash-tags): Search for images first, so that <a><img> works
268 better.
269
270 * gnus-async.el (gnus-async-article-callback): Call
271 `gnus-html-prefetch-images' unconditionally.
272
273 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
274 before feeding URLs to curl.
275
276 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
277
278 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
279 internal images as deletable by `W D D'.
280
281 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
282 (gnus-async-article-callback): Fix typo.
283
284 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
285
286 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
287 current line to work around bugs in the output from w3m.
288
289 * gnus-async.el (gnus-async-article-callback): Always prefetch images
290 for groups that want that.
291
292 * nntp.el (nntp-wait-for-string): Supply a timeout for
293 accept-process-output to ensure progress.
294
295 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
296 level to get unread articles from, then use that for foreign groups,
297 too.
298
299 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
300 confuses the rest of the function.
301
302 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
303 for the methods that support -retrieve-groups, too.
304
305 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
306
307 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
308
309 * pop3.el: Require cl when compiling.
310 (pop3-number-of-responses): Search for "+OK", not "+OK ".
311
312 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
313
314 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
315 that aren't going to be activated.
316 (gnus-get-unread-articles): Fix up the last commit.
317
318 * gnus-html.el (gnus-article-html): Allow calling without specifying
319 the handle. In that case, dissect the buffer first.
320
321 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
322
323 * nnimap.el (nnimap-open-connection): Revert the change that would look
324 into authinfo for imaps instead of imap.
325
326 * gnus-start.el (gnus-activate-group): Take an optional parameter to
327 say that you don't want to call gnus-request-group with don-check, but
328 do check the reponse. This is for virtual groups only.
329 (gnus-get-unread-articles): Count the archive groups as secondary, so
330 that they're activated the same way as before.
331
332 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
333 case-insensitively.
334 (nnimap-debug): Removed.
335
336 * mail-source.el (mail-source-fetch): Don't message if we're fetching
337 mail from a file, and the file doesn't exist.
338
339 * pop3.el (pop3-streaming-movemail): Return t for success.
340
341 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
342 .authinfo if we're using ssl connection.
343
344 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
345 already have if we're in a main Gnus `g' run.
346
347 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
348
349 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
350
351 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
352
353 * nnmh.el (nnmh-request-list-1): Bind `file'.
354
355 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
356 alias to set-process-query-on-exit-flag or process-kill-without-query.
357 (pop3-open-server): Use it.
358
359 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
360
361 * mail-source.el (mail-source-delete-crash-box): Always move the crash
362 box to the Incoming file. Fixes mistake in previous checkin.
363
364 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
365 request loop (for debugging purposes) removed.
366
367 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
368 culprit is more visible.
369 (nnml-save-incremental-nov, nnml-open-incremental-nov)
370 (nnml-add-incremental-nov): New functions to do "incremental" nov
371 updates, where we just append to the end of the existing nov files
372 without reading/writing them in full.
373
374 * mail-source.el (mail-source-delete-crash-box): Really only check the
375 incoming files once in a while.
376
377 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
378
379 * mail-source.el (mail-source-delete-crash-box): Only check the
380 incoming files for deletion once per day to save a lot of file
381 accesses.
382
383 * pop3.el (pop3-logon): Fix up unbound variable typo.
384
385 * mail-source.el (pop3-streaming-movemail): Autoload.
386
387 * pop3.el (pop3-streaming-movemail): Respect
388 pop3-leave-mail-on-server.
389
390 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
391 retrieval.
392
393 * pop3.el (pop3-process-filter): Removed unused function.
394 (pop3-streaming-movemail, pop3-send-streaming-command)
395 (pop3-wait-for-messages, pop3-write-to-file)
396 (pop3-number-of-responses): New functions for streaming pop3
397 retrieval.
398
399 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
400 come from no known methods.
401 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
402 list.
403
404 * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
405 message sizes.
406 (pop3-movemail): Use erase-buffer instead of looping and deleting
407 regions, which seems rather odd.
408
409 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
410 file once per `g' run.
411
412 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
413 directories. This makes the draft queue directory work.
414
415 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
416 data from the backends, so that we only request the list of groups from
417 each method once. This should speed things up considerably.
418
419 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
420 detect that it's not implemented.
421
422 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
423 we actually do recurse down into the tree, but don't stat all leaf
424 nodes.
425
426 * gnus-html.el (gnus-html-show-images): If there are no images to show,
427 then say so instead of bugging out.
428
429 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
430 files exist before trying to read them.
431
432 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
433 around <pre_int>.
434
435 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
436
437 * nnmh.el (nnmh-request-list-1): Optimize for speed.
438
439 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
440
441 * mm-util.el (mm-image-load-path): Just return the image directories,
442 not all directories in the path in addition to the image directories.
443 (mm-image-load-path): Maintain a cache of the image directories so that
444 the `g' command in Gnus doesn't have to stat dozens of directories each
445 time.
446
447 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
448 (gnus-html-wash-tags): Add a new `i' command to insert images.
449 (gnus-html-insert-image): New command and keystroke.
450 (gnus-html-redisplay-with-images): New command and keystroke.
451 (gnus-html-show-images): Renamed command.
452 (gnus-html-wash-tags): Remove more white space before <pre_int> image
453 spacers.
454 (gnus-html-wash-tags): Decode entities at the end, so that entities
455 inside the tags don't mess up the rest of the "parsing".
456
457 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
458 so that nnimap methods aren't agentized by default. There's apparently
459 many problems related to agent/imap behaviour.
460
461 * gnus-art.el (gnus-article-copy-string): New command and key binding.
462
463 * gnus-html.el: Doc fix.
464
465 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
466
467 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
468 glyph-width and glyph-height instead of display-graphic-p and
469 image-size; make avoidance of displaying small images work for XEmacs.
470
471 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
472 for XEmacs.
473
474 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
475 of symbol that holds plist data.
476 (gnus-process-plist): Remove plist of process after getting it.
477
478 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
479
480 * message.el (message-generate-hashcash): Change default to
481 'opportunistic if hashcash is installed.
482
483 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
484 (gnus-html-put-image): Only call image-size once, since it's somewhat
485 time-consuming on remote X servers.
486
487 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
488
489 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
490 decoded contents.
491 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
492
493 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
494
495 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
496 group line format, since it isn't very interesting.
497
498 * gnus-agent.el (gnus-agent-short-article),
499 (gnus-agent-long-article): Increase values for these two variables,
500 since most people are likely to have more network connection and
501 storage than before.
502
503 * gnus.el (gnus-refer-article-method): Change default to 'current.
504 When referring an article, the common behaviour is to refer it from the
505 current select method, not the native select method. The chances of
506 the native select method having the message in question is rather slim
507 these days.
508
509 * gnus-sum.el (gnus-auto-select-subject): Change default to
510 `unseen-or-unread'. I think it's likely that most people want to
511 select an unseen article over a previously seen, but unread one.
512
513 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
514 means that in the article buffer none of the minor mode elements will
515 be shown, usually, and this is not desirable in most cases.
516
517 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
518 that commands like `d' (and the like) go to the next line in the
519 buffer, instead of the next unread article. I think this is the
520 behaviour that is most natural for most users.
521 (gnus-single-article-buffer): Change default to nil, so that people can
522 have as many article buffers open as they have summary buffer. I think
523 this is the most natural way for the groups to behave.
524
525 * message.el (message-generate-new-buffers): Change default to
526 `unsent', so that all new message buffers start their names with the
527 string "*unsent", and it's easier to find the buffers if you move from
528 them.
529
530 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
531
532 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
533 small. They're probably tracking images.
534 (gnus-html-wash-tags): Remove all <pre_int> place holders.
535 (gnus-html-rescale-image): Yet another try at getting the image sizing
536 right.
537
538 * nntp.el (nntp-request-set-mark): Refuse to do marks if
539 nntp-marks-file-name is nil.
540
541 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
542
543 * gnus-html.el (gnus-html-wash-tags)
544 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
545 Better logging.
546
547 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
548
549 * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
550
551 * gnus-html.el (gnus-html-wash-tags): Check the value of
552 gnus-blocked-images in the summary buffer.
553
554 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
555
556 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
557
558 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
559
560 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
561 like "a", it seems like.
562 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
563 since it needs to be picked from the correct buffer.
564
565 * nnwfm.el: Removed.
566
567 * nnlistserv.el: Removed.
568
569 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
570
571 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
572 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
573
574 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
575
576 * nnkiboze.el: Removed.
577
578 * nndb.el: Removed.
579
580 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
581 alt text.
582 (gnus-html-rescale-image): Try to get the rescaling logic right for
583 images that are just wide and not tall.
584
585 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
586 overshadow variable bindings.
587
588 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
589
590 * gnus-html.el (gnus-html-wash-tags)
591 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
592 extra logging.
593
594 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
595
596 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
597 (gnus-max-image-proportion): New variable.
598 (gnus-html-rescale-image): New function.
599 (gnus-html-put-image): Rescale images.
600
601 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
602
603 Fix up some byte-compiler warnings.
604 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
605 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
606 (gnus-article-fill-cited-article, gnus-article-hide-citation)
607 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
608 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
609 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
610 (gnus-group-update-group): Use save-excursion and with-current-buffer.
611
612 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
613
614 * gnus-html.el (gnus-article-html): Decode contents by charset.
615
616 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
617
618 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
619 (gnus-html-frame-width, gnus-blocked-images)
620 * message.el (message-prune-recipient-rules): Add custom version.
621 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
622
623 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
624 functions.
625
626 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
627 gnus-process-get.
628
629 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
630
631 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
632 instead of lsub directly.
633
634 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
635
636 * nnwarchive.el: Removed.
637
638 * gnus-soup.el: Removed.
639
640 * nnsoup.el: Removed.
641
642 * nnultimate.el: Removed.
643
644 * gnus-html.el (gnus-blocked-images): New variable.
645
646 * message.el (message-prune-recipients): New function.
647 (message-prune-recipient-rules): New variable.
648
649 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
650 guess whether a long line is natural text or not.
651
652 * gnus-html.el (gnus-html-schedule-image-fetching): Use
653 gnus-process-plist and friends for compatibility.
654
655 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
656
657 * gnus-html.el: Require packages that define macros used in this file.
658 (gnus-article-mouse-face): Declare to silence byte-compiler.
659 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
660 process-get.
661 (gnus-html-put-image): Use plist-get to avoid getf.
662 (gnus-html-prefetch-images): Use with-current-buffer.
663
664 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
665
666 * gnus-ems.el: Provide compatibility functions for
667 gnus-set-process-plist.
668
669 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
670 * gnus.el (gnus-valid-select-methods)
671 * message.el (message-send-mail-partially-limit)
672 * mm-decode.el (mm-text-html-renderer)
673 * mml.el (mml-insert-mime-headers-always)
674 * smiley.el (smiley-regexp-alist): Bump custom version.
675
676 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
677
678 * gnus-html.el: require mm-url.
679 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
680 with the url to `url'.
681 (gnus-html-wash-tags): Support cid: URLs/images.
682
683 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
684
685 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
686 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
687 bindings, as they aren't useful at all. `w' is moved to `W w'.
688
689 * gnus-move.el: Removed file, since it doesn't really work.
690
691 * gnus-html.el (gnus-article-html): Tell w3m that the input is
692 UTF-8. This seems to fix problems with some German web feeds.
693
694 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
695 at the top so that the proper colours are applied.
696
697 * gnus-art.el (gnus-article-view-part): Doc fix.
698
699 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
700 XEmacs-compatible.
701 (gnus-html-put-image): Don't do images on non-graphic displays.
702
703 * nnslashdot.el: Removed this unused backend.
704
705 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
706 actions.
707 (gnus-undo-register-1): Revert last change.
708
709 * gnus-group.el (gnus-group-completing-read): Protect against not
710 having completion-styles bound.
711
712 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
713 make broken recipients happier.
714
715 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
716
717 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
718 point parameter.
719
720 * gnus-group.el (gnus-group-completing-read): Add 'substring to
721 completion-styles for group selection.
722
723 2009-02-04 Andreas Schwab <schwab@suse.de>
724
725 * gnus-score.el (gnus-score-string): Fix regex for matching extra
726 headers and regexp-quote the match if necessary.
727
728 2009-03-24 Miles Bader <miles@gnu.org>
729
730 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
731 the blinking smiley.
732
733 2009-03-24 Simon Josefsson <simon@josefsson.org>
734
735 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
736 blink smiley.
737
738 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
739
740 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
741 where the dribbel file lives exists.
742
743 * message.el (message-send-mail-partially-limit): Change the default to
744 nil, since most people don't want this.
745
746 * mm-url.el (mm-url-decode-entities): Also decode entities like
747 &#x3212.
748
749 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
750
751 * gnus-sum.el (gnus-summary-idna-message):
752 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
753 Hyperlink urls in docstrings with URL `...'.
754
755 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
756
757 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
758 functions.
759
760 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
761
762 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
763 say what the mouseover text should be.
764
765 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
766 version of the mm-w3m-safe-url-regexp variable to only download images
767 in the groups where we want that to happen.
768
769 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
770
771 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
772 easier debugging.
773 (gnus-article-beginning-of-window): Add kludge to allow spacing past
774 big pictures in the article buffer.
775
776 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
777 gnus-article-html.
778 (mm-text-html-renderer): gnus-article-html needs curl in addition to
779 w3m.
780
781 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
782
783 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
784
785 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
786 which doesn't exist.
787
788 * message.el (message-inhibit-ecomplete): New variable to allow some
789 function to inhibit ecomplete address storage.
790 (message-resend): Disable ecomplete message storage when resending
791 messages.
792
793 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
794
795 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
796
797 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
798 Save excursion while copying, moving, and deleting articles in order to
799 prevent the cursor from jumping to unforeseen place.
800
801 2010-08-17 Glenn Morris <rgm@gnu.org>
802
803 * gnus-sync.el: Require gnus components whose functions are used.
804
805 * gnus-art.el (bookmark-make-record-function):
806 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
807 Declare for compiler.
808
809 * mm-url.el (mml-compute-boundary): Autoload.
810
811 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
812
813 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
814
815 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
816
817 Typo fix "hoo4a" -> "hook".
818
819 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
820
821 2010-08-14 Glenn Morris <rgm@gnu.org>
822
823 * gnus-sync.el (gnus-sync): Fix defgroup version.
824
825 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
826
827 Doc fixes and keep unknown groups (ammended for nunion bug fix).
828
829 * gnus-sync.el: Fix docs.
830 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
831 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
832
833 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
834
835 Optimizations for gnus-sync.el.
836
837 * gnus-sync.el: Add docs about gnus-sync-backend
838 possibilities.
839 (gnus-sync-save): Remove unnecessary message.
840 (gnus-sync-read): Optimize and show what groups were skipped.
841
842 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
843
844 Minor bug fixes for gnus-sync.el.
845
846 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
847 read the sync on get-new-news.
848
849 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
850 quiet.
851
852 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
853
854 2010-07-30 Lawrence Mitchell <wence@gmx.li>
855
856 Make saving and restoring of hidden threads work with overlays.
857 Patch applied by Ted Zlatanov.
858
859 * gnus-sum.el (gnus-hidden-threads-configuration)
860 (gnus-restore-hidden-threads-configuration): Update to deal with text
861 properties, rather than searching for a magic character.
862
863 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
864
865 New gnus-sync.el library for synchronization of marks.
866
867 * gnus-sync.el: New library for synchronization of marks.
868
869 * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
870 renamed from `gnus-registry-grep-in-list'.
871
872 * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
873
874 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
875
876 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
877
878 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
879 determining charset of text fails.
880
881 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
882
883 * nnmail.el (nnmail-get-new-mail-1): Revert.
884
885 * nnml.el (nnml-active-number): Make sure names of newly created groups
886 in nnml-group-alist are encoded.
887
888 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
889
890 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
891 containing non-ASCII characters in active file for nnml back end.
892
893 2010-07-24 David Engster <dengste@eml.cc>
894
895 * mml-smime.el (mml-smime-epg-verify): Also accept the older
896 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
897
898 2010-07-21 Daiki Ueno <ueno@unixuser.org>
899
900 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
901 tag (Bug#6654).
902
903 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
904
905 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
906 the article buffer, not the summary buffer.
907
908 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
909
910 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
911 Emacs 23 as well.
912
913 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
914
915 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
916 Patch applied by Karl Fogel.
917
918 * gnus-sum.el (gnus-summary-bookmark-make-record): Set
919 `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
920
921 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
922
923 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
924 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
925 C-w still not working correctly from Article buffers; Thierry's
926 patch to fix that will be applied after this.
927
928 * gnus-art.el (bookmark-make-record-function): New local variable.
929
930 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
931 article buffer.
932 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
933
934 2010-07-13 Karl Fogel <kfogel@red-bean.com>
935
936 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
937 on changes in bookmark.el.
938
939 2010-06-22 Mark A. Hershberger <mah@everybody.org>
940
941 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
942 the *other* type of HTML form submission.
943
944 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
945
946 * auth-source.el (auth-source-pick): If choice does not contain a
947 questioned keyword, set the check to t.
948
949 2010-06-12 Romain Francoise <romain@orebokech.com>
950
951 * gnus-util.el (gnus-date-get-time): Move up before first use.
952
953 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
954
955 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
956 (gnus-article-edit-part): Bind it to make last part that is substituted
957 or deleted visible.
958 (gnus-mime-display-single): Buttonize part of which id equals to
959 gnus-mime-buttonized-part-id.
960
961 2010-06-10 Dan Christensen <jdc@uwo.ca>
962
963 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
964 (gnus-dd-mmm): Use gnus-date-get-time.
965 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
966 simplify logic.
967 (gnus-summary-limit-to-age): Use gnus-date-get-time.
968 (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
969
970 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
971
972 * auth-source.el (top): Autoload `secrets-list-collections',
973 `secrets-create-item', `secrets-delete-item'.
974 (auth-sources): Fix tag string.
975 (auth-get-source, auth-source-retrieve, auth-source-create)
976 (auth-source-delete): New defuns.
977 (auth-source-pick): Rewrite in order to avoid 2 passes.
978 (auth-source-forget-user-or-password): New parameter USERNAME.
979 (auth-source-user-or-password): New parameters CREATE-MISSING and
980 DELETE-EXISTING. Retrieve password interactively, if needed.
981
982 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
983
984 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
985 deleting unused directories when gnus-expert-user is t.
986
987 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
988
989 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
990 for each temp file when gnus-article-browse-delete-temp is ask.
991
992 2010-05-20 Kevin Ryde <user42@zip.com.au>
993
994 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
995
996 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
997
998 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
999 article unless decoding article to be saved.
1000
1001 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
1002
1003 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1004 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1005 generated within the mm-with-unibyte-current-buffer macro.
1006
1007 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
1008
1009 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1010 to nil when we're in a mml-preview buffer and no group is selected.
1011
1012 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
1013
1014 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1015 when catching the `C-g'. Reported by "Leo".
1016
1017 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
1018
1019 * message.el (message-forward-make-body-plain)
1020 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1021 multibyte-string-p.
1022
1023 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
1024
1025 * message.el (message-forward-make-body-mml): Assume original message
1026 is multibyte string; error on unibyte.
1027 (message-forward-make-body-plain): Ditto; don't add excessive newline
1028 in body end.
1029
1030 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
1031
1032 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1033 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
1034
1035 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
1036
1037 * mm-extern.el (mm-extern-url): Don't use
1038 mm-with-unibyte-current-buffer.
1039 (mm-extern-cache-contents): Use with-current-buffer instead of
1040 save-excursion + set-buffer.
1041
1042 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
1043
1044 * mm-util.el (mm-emacs-mule): Remove.
1045
1046 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
1047
1048 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1049 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1050 change.
1051
1052 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
1053
1054 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1055 bind the default value of enable-multibyte-characters to nil.
1056
1057 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
1058
1059 * message.el (message-forward-make-body-plain)
1060 (message-forward-make-body-mml):
1061 Don't use mm-with-unibyte-current-buffer.
1062
1063 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
1064
1065 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1066 (Bug#5592).
1067
1068 2010-05-07 Julien Danjou <julien@danjou.info>
1069
1070 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1071 it to mm-pipe-part.
1072
1073 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1074 it is given.
1075
1076 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
1077
1078 * nnweb.el (nnweb-gmane-search)
1079 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1080 XEmacs.
1081
1082 * gnus-art.el (gnus-article-browse-html-parts)
1083 * gnus-group.el (gnus-read-ephemeral-gmane-group)
1084 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1085 make-temp-file.
1086
1087 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1088 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1089 compiling.
1090
1091 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1092 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1093 XEmacs when compiling.
1094
1095 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1096 gnus-pick-mode-off-hook for XEmacs when compiling.
1097 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1098 gnus-binary-mode-off-hook for XEmacs when compiling.
1099
1100 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1101 nil if char-charset is not available.
1102
1103 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
1104 macro.
1105
1106 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1107 instead of encode-coding-string.
1108
1109 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1110 'xemacs) instead of mm-emacs-mule to switch function definitions.
1111 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1112
1113 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
1114
1115 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1116
1117 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
1118
1119 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1120 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1121
1122 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
1123
1124 * mm-util.el (mm-decompress-buffer): Use `delete-file';
1125 alias `jka-compr-delete-temp-file' no longer exists.
1126
1127 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1128
1129 Use define-minor-mode in Gnus where applicable.
1130 * mml.el (mml-mode): Use define-minor-mode.
1131 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1132 (gnus-undo-mode): Use define-minor-mode.
1133 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1134 (gnus-dead-summary-mode): Use define-minor-mode.
1135 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1136 Initialize in declaration.
1137 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1138 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1139 (gnus-mailing-list-mode): Use define-minor-mode.
1140 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1141 (gnus-draft-mode): Use define-minor-mode.
1142 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1143 (gnus-dired-mode): Use define-minor-mode.
1144
1145 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
1146
1147 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1148 handles on recursive mml-to-mime translation and check them for
1149 boundary delimiter collisions. Reported by Greg Troxel.
1150
1151 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
1152
1153 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1154
1155 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1156
1157 * mm-util.el (mm-find-buffer-file-coding-system):
1158 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1159
1160 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
1161
1162 * message.el (message-generate-headers): Record insertion of optional
1163 headers as well. Otherwise the check to prevent repeated insertion of
1164 optional headers is a no-op.
1165
1166 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
1167
1168 * smime.el: Don't mention CVS.
1169
1170 * nnrss.el (nnrss-fetch): Don't mention CVS.
1171
1172 * nnir.el: Don't mention CVS.
1173
1174 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1175
1176 * gnus-sum.el (gnus-summary-bookmark-make-record):
1177 Add `location' field.
1178
1179 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1180
1181 * gnus-sum.el: Add bookmark declarations to silence the compiler.
1182 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1183 Use with-current-buffer to silence the byte-compiler.
1184 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1185 bother to require `gnus'.
1186 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
1187
1188 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1189
1190 * gnus-sum.el (gnus-summary-bookmark-make-record)
1191 (gnus-summary-bookmark-jump): New functions.
1192 (gnus-summary-mode): Setup bookmark support.
1193
1194 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
1195
1196 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1197 if set.
1198
1199 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
1200
1201 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1202 gnus-article-browse-html-save-cid-image; make it work recursively for
1203 forwarded messages as well.
1204 (gnus-article-browse-html-parts): Work when prefix arg is given.
1205 (gnus-article-browse-html-article): Doc fix.
1206
1207 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
1208
1209 * message.el (message-default-mail-headers):
1210 (message-default-headers): Carry the value mail-default-headers over
1211 into message-default-mail-headers, rather than message-default-headers.
1212
1213 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
1214
1215 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
1216 charset.
1217
1218 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1219 charset into the <meta> tag when the article is encoded to utf-8.
1220
1221 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
1222
1223 * gnus-art.el (gnus-article-browse-delete-temp-files):
1224 Delete directories as well.
1225 (gnus-article-browse-html-parts): Work for images that do not specify
1226 file names; delete temp directory when quitting; insert header at the
1227 right place; use file: scheme for image files.
1228
1229 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
1230
1231 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1232 (gnus-article-browse-html-parts): Use it to make temporary cid image
1233 files in addition to html file so that browser may display them.
1234
1235 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
1236
1237 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1238
1239 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
1240
1241 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1242
1243 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
1244
1245 * auth-source.el (auth-sources): Change default to be simpler.
1246 Explain about Secret Service API sources. Improve Customize options.
1247 (auth-source-pick): Change to accept any number of search parameters.
1248 Implement fallbacks iteratively, not recursively. Add scoring on the
1249 second pass and sort by score. Call Secret Service API when needed.
1250 (auth-source-user-or-password): Use it. Call Secret Service API
1251 directly when needed to get the user name and the password.
1252
1253 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1254
1255 * message.el (message-interactive): Doc fix.
1256 (message-qmail-inject-args): Reflow.
1257 (message-kill-to-signature): Fix typo in docstring.
1258
1259 * smiley.el (smiley-buffer): Fix typo in docstring.
1260
1261 2010-03-24 Glenn Morris <rgm@gnu.org>
1262
1263 * mail-source.el (gnus-message): Declare.
1264 (mail-source-delete-old-incoming): Require gnus-util.
1265
1266 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
1267
1268 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1269
1270 * message.el (ecomplete-setup): Autoload it for Emacs <23.
1271
1272 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1273 password-cache's default if it is not bound.
1274 (mml-secure-passphrase-cache-expiry): Default to 16 that is
1275 password-cache-expiry's default if it is not bound.
1276
1277 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1278 available in Emacs 21.
1279
1280 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
1281
1282 * auth-source.el (auth-sources): Fix up definition so extra parameters
1283 are always inline.
1284
1285 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
1286
1287 * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1288 wasn't updated after mismatch. Clear cached mailbox info correctly
1289 when uidvalidity changes.
1290 (nnimap-group-prefixed-name): New function to avoid some code
1291 duplication.
1292 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1293 (nnimap-request-group): Use it.
1294 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1295 (nnimap-update-unseen): Significantly improved speed of Gnus startup
1296 with many imap folders. This is done by caching the group status from
1297 the imap server persistently in a group parameter `imap-status'. (This
1298 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1299 but not persistently, so every Gnus startup was still very slow.)
1300
1301 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
1302
1303 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
1304 secrets.el dependency.
1305 (auth-sources): Add optional user name. Add secrets.el configuration
1306 choice (unused right now).
1307
1308 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
1309
1310 * gnus-sum.el (gnus-summary-make-menu-bar): Let
1311 `gnus-registry-install-shortcuts' fill in the functions.
1312
1313 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1314 warnings.
1315 (gnus-registry-misc-menus): Variable to hold registry mark menus.
1316 (gnus-registry-install-shortcuts): Populate and use it in a
1317 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1318
1319 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
1320
1321 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1322 In-place substitutions for the group name encoding/decoding.
1323 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1324 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1325 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1326 (nnimap-update-unseen, nnimap-request-list)
1327 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1328 (nnimap-request-set-mark, nnimap-split-to-groups)
1329 (nnimap-split-articles, nnimap-request-newgroups)
1330 (nnimap-request-create-group, nnimap-request-accept-article)
1331 (nnimap-request-delete-group, nnimap-request-rename-group)
1332 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
1333 `encoded-mbx' for consistency.
1334 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1335 variable `imap-current-mailbox'.
1336
1337 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1338 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1339
1340 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
1341
1342 * pop3.el (pop3-display-message-size-flag): Display message size byte
1343 counts during POP3 download.
1344 (pop3-movemail): Use it.
1345 (pop3-list): Implement listing of available messages.
1346
1347 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
1348
1349 * nnir.el (nnir-get-article-nov-override-function): New function to
1350 override the normal NOV retrieval.
1351 (nnir-retrieve-headers): Use it.
1352
1353 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
1354
1355 * auth-source.el (netrc-machine-user-or-password): Autoload.
1356
1357 2010-03-19 Glenn Morris <rgm@gnu.org>
1358
1359 Stop message.el from loading about 40 libraries it doesn't always need.
1360 The general approach is to autoload rather than require, and to
1361 require in the specific functions rather than the file. (Bug#5642)
1362
1363 * gmm-utils.el: Don't require wid-edit.
1364 (widget-create-child-value, widget-convert, widget-default-get):
1365 Autoload.
1366
1367 * gnus-util.el: Don't require time-date, netrc.
1368 (message-fetch-field, gnus-group-name-decode): Declare rather than
1369 autoloading.
1370 (gnus-fetch-field): Require message.
1371 (gnus-decode-newsgroups): Require gnus-group.
1372
1373 * ietf-drums.el: Don't require time-date.
1374
1375 * message.el: Don't require hashcash, canlock, ecomplete.
1376 Do require mail-utils. Require nnheader only when compiling.
1377 (smtpmail-default-smtp-server): Remove declaration.
1378 (message-send-mail-function): Check smtpmail-default-smtp-server
1379 is bound rather than requiring smtpmail.
1380 (message-auto-save-directory, message-insert-signature): Use
1381 expand-file-name rather than nnheader-concat.
1382 (nnheader-insert-file-contents): Autoload.
1383 (hashcash-wait-async): Declare.
1384 (message-send-mail): Only call gnus-setup-posting-charset if
1385 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
1386 (message-send-mail-with-sendmail): Require sendmail.
1387 (canlock-password, canlock-password-for-verify): Declare.
1388 (message-canlock-password): Require canlock.
1389 (nnheader-get-report): Autoload.
1390 (gnus-setup-posting-charset): Declare.
1391 (message-send-news): Require gnus-msg.
1392 (message-make-references, message-make-in-reply-to): Use mail-header-id
1393 rather than the alias mail-header-message-id.
1394 (ecomplete-add-item, ecomplete-save): Declare.
1395 (message-put-addresses-in-ecomplete): Require ecomplete.
1396 (ecomplete-display-matches): Autoload.
1397
1398 * mm-decode.el: Don't require mailcap, gnus-util.
1399 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1400 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1401 Autoload.
1402 (mailcap-mime-extensions): Declare.
1403
1404 * mm-encode.el: Don't require mailcap.
1405 (mailcap-extension-to-mime): Autoload.
1406
1407 * mml-sec.el: Don't require password-cache.
1408
1409 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1410 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1411 (mml-minibuffer-read-type): Require mailcap.
1412 (mml-preview): Require gnus-msg.
1413
1414 * mml1991.el: Require password-cache.
1415 (password-cache-expiry): Remove declaration.
1416
1417 * mml2015.el: Require password-cache.
1418 (password-cache-expiry): Remove declaration.
1419
1420 * nneething.el (mailcap): Require mailcap.
1421
1422 * nnheader.el (declare-function): Add compatibility stub.
1423 (message-remove-header): Declare rather than autoload.
1424 (nnheader-replace-header): Require message.
1425
1426 * nnimap.el (declare-function): Add compatibility stub.
1427 (netrc-parse, netrc-machine-user-or-password): Declare.
1428 (nnimap-open-connection): Require netrc.
1429
1430 * nntp.el (declare-function): Add compatibility stub.
1431 (netrc-parse, netrc-machine, netrc-get): Declare.
1432 (nntp-send-authinfo): Require netrc.
1433
1434 * rfc2047.el: Don't require qp.
1435 (quoted-printable-encode-region, quoted-printable-decode-string):
1436 Autoload.
1437
1438 * sieve-mode.el: Don't require easymenu.
1439 (easy-menu-add-item): Autoload it.
1440
1441 * spam-stat.el (time-to-number-of-days): Autoload it.
1442
1443 2010-03-17 Kevin Ryde <user42@zip.com.au>
1444
1445 * mml.el (mml-read-tag): Unquote values with `read' to reverse
1446 prin1 in mml-insert-tag (just stripping the quotes gave wrong
1447 value if any backslash escapes).
1448
1449 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
1450
1451 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1452 if it is available. (bug#5647)
1453
1454 2010-02-26 Glenn Morris <rgm@gnu.org>
1455
1456 * message.el (message-send-mail-function): Change the default, so that
1457 it inherits from a customized send-mail-function. (Bug#5643)
1458
1459 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
1460
1461 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1462 shell-command-to-string signals an error (bug#5299).
1463
1464 2010-02-24 Glenn Morris <rgm@gnu.org>
1465
1466 * message.el (message-smtpmail-send-it)
1467 (message-send-mail-with-mailclient): Doc fixes.
1468
1469 2010-02-16 Glenn Morris <rgm@gnu.org>
1470
1471 * message.el (message-default-mail-headers): Change the default value
1472 to ease the transition from mail-mode to message-mode. (Bug#5555)
1473
1474 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
1475
1476 * message.el (message-mail): Just pass yank-action on to message-setup.
1477 (message-setup): Handle (FUN . ARGS) form of yank-action.
1478 (message-with-reply-buffer, message-widen-reply)
1479 (message-yank-original): Handle non-buffer values of
1480 message-reply-buffer (Bug#4080).
1481 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1482
1483 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
1484
1485 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1486 Fix typo in docstring.
1487
1488 2010-01-08 Jason Rumney <jasonr@gnu.org>
1489
1490 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1491 response.
1492
1493 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
1494
1495 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1496
1497 * message.el (message-check-news-header-syntax): Protect against a
1498 string that `rfc822-addresses' returns when parsing fails.
1499
1500 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
1501
1502 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1503 (gnus-previous-char-property-change): New functions.
1504
1505 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1506
1507 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
1508
1509 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1510 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
1511
1512 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
1513
1514 * message.el (message-exchange-point-and-mark): Rework last change to
1515 avoid using optional arg of exchange-point-and-mark, for backward
1516 compatibility.
1517
1518 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
1519
1520 * message.el (message-exchange-point-and-mark): Call
1521 exchange-point-and-mark with an argument rather than setting
1522 mark-active by hand (Bug#5175).
1523
1524 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
1525
1526 * nntp.el (nntp-service-to-port): Work for service expressed with
1527 numeric string; replace [:digit:] with [0-9] for XEmacs.
1528
1529 2009-12-17 Glenn Morris <rgm@gnu.org>
1530
1531 * gnus-group.el (gnus-bug-group-download-format-alist):
1532 Change emacs entry to debbugs.gnu.org. Bump :version.
1533
1534 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
1535
1536 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1537
1538 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
1539
1540 * message.el (message-info): Explain why we use `Info-goto-node'.
1541
1542 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1543
1544 * message.el (message-completion-in-region): New compatibility function.
1545 (message-expand-group): Use it.
1546
1547 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
1548
1549 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1550 with no unread article should be listed if the 2nd arg `predicate' is
1551 given.
1552
1553 2009-11-29 Juri Linkov <juri@jurta.org>
1554
1555 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1556 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
1557 on `gnus-recenter'. (Bug#4698, Bug#4981)
1558
1559 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
1560
1561 * message.el (message-from-style, message-interactive)
1562 (message-signature): Always set default values from the corresponding
1563 mail-* variables.
1564 (message-cite-prefix-regexp, message-sendmail-envelope-from)
1565 (message-yank-prefix, message-indentation-spaces)
1566 (message-signature-file, message-default-headers): Use boundp rather
1567 than (featurep 'xemacs) to check if the corresponding mail-* variables
1568 exist.
1569
1570 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
1571
1572 * message.el (message-send-mail-with-sendmail): Revert last change.
1573
1574 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
1575
1576 * message.el (message-from-style, message-interactive)
1577 (message-cite-prefix-regexp, message-sendmail-envelope-from)
1578 (message-yank-prefix, message-indentation-spaces, message-signature)
1579 (message-signature-file, message-default-headers): For GNU Emacs, set
1580 default values from the corresponding mail-* variables.
1581 (message-send-mail-with-sendmail): Use envelope-from only if
1582 mail-specify-envelope-from is non-nil.
1583
1584 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
1585
1586 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1587 containing tspecial characters if they have been already quoted.
1588
1589 2009-10-24 Glenn Morris <rgm@gnu.org>
1590
1591 * gnus-art.el (help-xref-stack-item): Define for compiler.
1592
1593 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
1594
1595 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1596
1597 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
1598
1599 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1600 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1601
1602 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
1603
1604 * gnus.el (gnus-overlay-get): New alias to overlay-get.
1605 (gnus-overlays-in): New alias to overlays-in.
1606
1607 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1608 gnus-overlay-get, and gnus-delete-overlay.
1609 (gnus-summary-show-thread): Make it work as well for systems in which
1610 next-single-char-property-change is not available.
1611 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1612
1613 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
1614
1615 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1616
1617 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
1618
1619 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1620 and XEmacs that don't have `remove-overlays'.
1621
1622 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
1623
1624 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1625 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1626 selective display. Use overlays instead.
1627
1628 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
1629
1630 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1631
1632 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
1633
1634 * spam-stat.el (spam-stat-load): Fix typo in message.
1635
1636 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
1637
1638 * gnus-art.el (gnus-article-encrypt-body):
1639 * message.el (message-check-recipients):
1640 * mm-util.el (mm-codepage-setup):
1641 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1642 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1643
1644 2009-09-22 Daiki Ueno <ueno@unixuser.org>
1645
1646 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1647 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1648 keys from the menu if mm-{sign,encrypt}-option is 'guided.
1649 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1650 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1651
1652 2009-09-18 Glenn Morris <rgm@gnu.org>
1653
1654 * gnus-diary.el (gnus-diary-check-message):
1655 * message.el (message-insert-formatted-citation-line):
1656 * nnbabyl.el (top-level):
1657 * nndiary.el (nndiary-schedule):
1658 Fix typos in condition-case handlers.
1659
1660 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
1661
1662 * gnus-art.el (gnus-article-edit-part): Work for the buffer
1663 configuration that provides the sole article window in a frame;
1664 position point correctly after deleting a part.
1665
1666 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
1667
1668 * spam.el (spam-unregister-on-reregister): Add boolean variable.
1669 (spam-resolve-registrations-routine): Use it to unregister articles
1670 that change status.
1671
1672 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
1673
1674 * nnrss.el (nnrss-request-article): Remove binding of
1675 default-enable-multibyte-characters that has gotten needless by
1676 the 2007-07-13 change in rfc2047-encode-message-header.
1677
1678 * mml.el (mml-insert-multipart): Error on the message header.
1679 (mml-insert-part): Error on the message header; position point at
1680 the end of a MIME tag.
1681
1682 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
1683
1684 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1685 (gnus-float-time): Alias to float-time if it exists.
1686
1687 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1688 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1689 float-time is available; suppress compile warning for time-to-seconds.
1690
1691 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
1692
1693 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1694 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1695 Add the optional argument `encoding' that overrides the default.
1696
1697 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1698 mm-encode-buffer.
1699
1700 2009-09-04 Glenn Morris <rgm@gnu.org>
1701
1702 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1703 mm-disable-multibyte, rather than default-enable-multibyte-characters.
1704 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1705 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1706 * mm-util.el (mm-with-unibyte-current-buffer)
1707 (mm-find-buffer-file-coding-system):
1708 * yenc.el (yenc-decode-region): Use default-value rather than
1709 default-enable-multibyte-characters.
1710
1711 2009-09-03 Glenn Morris <rgm@gnu.org>
1712
1713 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1714 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1715 than default-enable-multibyte-characters.
1716
1717 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
1718
1719 * gnus-art.el (gnus-article-read-summary-keys):
1720 Fix gnus-buffer-configuration's value temporarily used.
1721
1722 2009-09-02 Glenn Morris <rgm@gnu.org>
1723
1724 * gnus-util.el (gnus-float-time): New function.
1725 * gnus-delay.el (gnus-delay-article):
1726 * gnus-sum.el (gnus-thread-latest-date):
1727 * gnus-util.el (gnus-user-date): Use gnus-float-time.
1728 * nnspool.el (nnspool-request-newgroups):
1729 Use gnus-float-time rather than time-to-seconds.
1730 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1731
1732 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1733 (gnus-header-subject-face, gnus-header-newsgroups-face)
1734 (gnus-header-name-face, gnus-header-content-face):
1735 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1736 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1737 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1738 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1739 (gnus-cite-face-11):
1740 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1741 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1742 (gnus-server-closed-face, gnus-server-denied-face)
1743 (gnus-server-offline-face):
1744 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1745 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1746 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1747 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1748 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1749 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1750 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1751 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1752 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1753 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1754 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1755 (gnus-summary-selected-face, gnus-summary-cancelled-face)
1756 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1757 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1758 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1759 (gnus-summary-high-undownloaded-face)
1760 (gnus-summary-low-undownloaded-face)
1761 (gnus-summary-normal-undownloaded-face)
1762 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1763 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1764 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1765 (gnus-splash-face):
1766 * message.el (message-header-to-face, message-header-cc-face)
1767 (message-header-subject-face, message-header-newsgroups-face)
1768 (message-header-other-face, message-header-name-face)
1769 (message-header-xheader-face, message-separator-face)
1770 (message-cited-text-face, message-mml-face):
1771 * sieve-mode.el (sieve-control-commands-face)
1772 (sieve-action-commands-face, sieve-test-commands-face)
1773 (sieve-tagged-arguments-face):
1774 * spam.el (spam-face):
1775 Mark face aliases with "-face" in the name as obsolete.
1776
1777 2009-09-01 Glenn Morris <rgm@gnu.org>
1778
1779 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1780 than goto-line.
1781
1782 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
1783
1784 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1785 Don't move point if the command is invoked inside the message header.
1786
1787 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1788
1789 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1790 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1791 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1792 * nnir.el (nnir-swish-e-index-file):
1793 * gnus-sum.el (gnus-summary-delete-marked-as-read)
1794 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1795 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1796 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1797 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1798 (gnus-treat-display-xface): Add Emacs version of obsolescence.
1799
1800 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
1801
1802 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1803 Don't save excursion.
1804
1805 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1806
1807 * nnheader.el (nnheader-find-file-noselect):
1808 * mm-util.el (mm-insert-file-contents):
1809 Use (default-value 'major-mode) instead of default-major-mode.
1810
1811 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
1812
1813 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1814
1815 2009-08-25 Glenn Morris <rgm@gnu.org>
1816
1817 * nnir.el (top-level): Don't require cl at run-time.
1818 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1819 Replace cl-function substitute with gnus-replace-in-string.
1820 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1821 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1822 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1823 simplified expansions.
1824
1825 2009-08-22 Glenn Morris <rgm@gnu.org>
1826
1827 * gnus-art.el (gnus-button-patch): Use forward-line rather than
1828 goto-line.
1829
1830 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
1831
1832 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1833
1834 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1835 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1836 (gnus-mm-display-part, gnus-mime-display-single)
1837 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1838 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1839
1840 * gnus-sum.el
1841 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1842 (gnus-summary-move-article): Add expirable mark to articles copied or
1843 moved to group that has auto-expire turned on if the option is non-nil.
1844
1845 2009-07-24 Glenn Morris <rgm@gnu.org>
1846
1847 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1848 Fix typo. (Bug#3903)
1849
1850 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
1851
1852 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1853 gnus-article-read-summary-keys rather than gnus-summary-edit-article
1854 that should not be used for draft articles.
1855 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1856 that has no concern in minor mode keys.
1857 (gnus-article-summary-command, gnus-article-summary-command-nosave):
1858 Abolish.
1859
1860 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
1861
1862 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1863 article without making inquiry to a user for unknown encoding.
1864
1865 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1866 (nnmaildir--scan): Assume i-node and device number that file-attributes
1867 returns might be cons-cell.
1868
1869 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
1870
1871 * auth-source.el: Remove docs now in auth.texi. Don't use
1872 `gnus-message' for logging. Add new variables `auth-source-debug' and
1873 `auth-source-hide-passwords' and use them.
1874
1875 2009-07-15 Glenn Morris <rgm@gnu.org>
1876
1877 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1878
1879 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
1880
1881 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1882 excessive whitespace from the default values of title and description.
1883
1884 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
1885
1886 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1887 mail-fetch-field to fetch Content-Description header in order to
1888 exclude newlines.
1889
1890 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
1891
1892 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1893 to deleted part.
1894
1895 2009-05-30 David Engster <dengste@eml.cc>
1896
1897 * nnmairix.el: Remove old documentation in the commentary block.
1898 (nnmairix-request-group): Do not update active file for nnml back ends.
1899 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1900 end so that overview files are ignored.
1901 (nnmairix-update-groups): Make updating the groups more robust by using
1902 marks.
1903 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1904 with dollar characters in message-id.
1905
1906 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
1907
1908 * spam.el: Use dns-query instead of query-dns. Was renamed on
1909 2008-12-25 in dns.el.
1910
1911 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1912
1913 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1914 could happen if the text is only composed of spaces and/or tabs.
1915
1916 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
1917
1918 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1919 when sending a queued message to avoid extra mml tags.
1920
1921 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
1922
1923 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1924
1925 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
1926
1927 * gnus-dired.el: Remove autoload for gnus-setup-message.
1928 (gnus-dired-attach): Fake this-command value to prevent Gnus from
1929 displaying Gnus logo; always use compose-mail.
1930
1931 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
1932
1933 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1934
1935 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
1936
1937 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1938 (gnus-nocem-issuers): List currently active issuers; fix custom type.
1939 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1940 available.
1941 (gnus-nocem-epg-verify): New function.
1942
1943 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
1944
1945 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1946
1947 2009-02-15 Glenn Morris <rgm@gnu.org>
1948
1949 * gnus-util.el (rmail-insert-rmail-file-header)
1950 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1951 autoloads.
1952 (rmail-default-rmail-file): Remove unnecessary declaration.
1953 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1954
1955 2009-02-14 Glenn Morris <rgm@gnu.org>
1956
1957 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1958 variable (only used in gnus-util, which declares it anyway).
1959 (rmail-output-to-rmail-file): Remove autoload of deleted function,
1960 which was only needed by gnus-art (changed to not use it any more).
1961 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1962 only used in gnus-util, which autoloads it itself.
1963 (rmail-update-summary): Fix autoload.
1964
1965 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1966 rather than rmail-output-to-rmail-file.
1967
1968 2009-02-07 Glenn Morris <rgm@gnu.org>
1969
1970 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1971 autoload of function that no longer exists.
1972 (rmail-toggle-header): Declare.
1973 (message-forward-rmail-make-body): Handle mbox Rmail.
1974
1975 2009-01-31 Glenn Morris <rgm@gnu.org>
1976
1977 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1978 2009-01-09 change.
1979
1980 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
1981
1982 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1983 (auth-source-forget-all-cached): New convenience function.
1984 (auth-source-user-or-password): Accept list of modes or a single mode.
1985
1986 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1987 auth-source modes.
1988
1989 * nnimap.el (nnimap-open-connection): Use list of
1990 auth-source modes.
1991
1992 * nntp.el (nntp-send-authinfo): Use list of
1993 auth-source modes.
1994
1995 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
1996
1997 * auth-source.el: Update docs to reflect epa-file-enable is to be used
1998 now.
1999
2000 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
2001
2002 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2003 coding system in XEmacs; add a workaround for XEmacs.
2004
2005 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
2006
2007 * mm-util.el (mm-coding-system-priorities): Protect against nil value
2008 of current-language-environment.
2009
2010 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
2011
2012 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2013 available at runtime.
2014
2015 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
2016
2017 * gnus-art.el (article-date-ut): Fix end point of narrowing.
2018
2019 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
2020
2021 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2022 the greatest positive fixnum value doesn't work under an XEmacs with
2023 bignum support; use the most-positive-fixnum constant instead,
2024 available since Emacs 21.1 with cl and XEmacs 21.1.
2025
2026 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
2027
2028 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2029 XEmacs gets not to work.
2030
2031 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
2032
2033 * mm-util.el (mm-coding-system-priorities): Allow the value like
2034 "Japanese (UTF-8)" of current-language-environment.
2035
2036 2009-01-09 Glenn Morris <rgm@gnu.org>
2037
2038 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2039 with last-command-event.
2040
2041 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
2042
2043 * message.el (message-fix-before-sending): Amend comment.
2044
2045 2009-01-07 David Engster <dengste@eml.cc>
2046
2047 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2048 simplified server definitions by converting it via
2049 gnus-server-to-method.
2050
2051 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
2052
2053 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2054 parameter's operands.
2055
2056 2009-01-06 David Engster <dengste@eml.cc>
2057
2058 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2059 primary select method (for gnus-group-mark-article-as-read).
2060
2061 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
2062
2063 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2064 `(gnus)Face', not `(gnus)X-Face'.
2065
2066 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
2067
2068 * mm-util.el (mm-ucs-to-char): New function.
2069
2070 * mm-url.el (mm-url-decode-entities): Use it.
2071
2072 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
2073
2074 * message.el (message-fix-before-sending): Add `eight-bit' to
2075 illegible-text check.
2076
2077 2009-01-03 Michael Olson <mwolson@gnu.org>
2078
2079 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2080 `headers' is nil. This can occur if the IMAP server does not have
2081 permissions to read messages from a folder, but can write new messages
2082 to the folder.
2083 (nnimap-request-article-part): Do not insert `data' if it is nil.
2084
2085 2009-01-01 Dave Love <fx@gnu.org>
2086
2087 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2088
2089 * nnimap.el: Fix author email.
2090 (nnimap-split-rule): Add FIXME comment.
2091 (nnimap-debug): Fix doc string.
2092
2093 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
2094
2095 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2096 overlay-arrow-position and overlay-arrow-string buffer-local; no need
2097 to check if those variables exist (first appeared in Emacs 18.50).
2098
2099 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
2100
2101 * mm-util.el (mm-line-number-at-pos): New function.
2102
2103 * spam-report.el (spam-report-process-queue): Use it.
2104
2105 2008-12-24 David Engster <dengste@eml.cc>
2106
2107 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2108 parameters that haven't existed as variables as buffer-local variables.
2109
2110 2008-12-23 Dave Love <fx@gnu.org>
2111
2112 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2113 cadar.
2114
2115 * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2116 imap-starttls-p.
2117 (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2118
2119 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
2120
2121 * spam-report.el (spam-report-gmane-max-requests): New constant.
2122 (spam-report-gmane-wait): New variable.
2123 (spam-report-gmane-ham, spam-report-gmane-spam)
2124 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2125 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2126 the server.
2127
2128 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2129 Add explanations.
2130
2131 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2132 nnheader-accept-process-output and nnheader-read-timeout if available.
2133 (pop3-movemail): Use it.
2134
2135 * message.el (message-check-news-body-syntax): Fix signature check if
2136 there's an attachment.
2137
2138 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
2139
2140 * mm-util.el: Add comments to the mm- emulating functions.
2141
2142 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
2143
2144 * gnus-start.el (gnus-before-startup-hook): Fix doc string. Reported
2145 by Stephen Berman <stephen.berman@gmx.net>.
2146
2147 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
2148
2149 * mm-util.el (mm-substring-no-properties): New function.
2150 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2151 (mm-special-display-p): Enable those lambda forms to be byte compiled.
2152 (mm-string-to-multibyte): Doc fix.
2153
2154 * mml.el (mml-attach-file): Use mm-substring-no-properties.
2155
2156 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
2157
2158 * mml.el (mml-attach-file): Strip text properties from file name.
2159 (Bug#1574)
2160
2161 2008-12-16 Glenn Morris <rgm@gnu.org>
2162
2163 * mm-util.el (mm-charset-override-alist): Declare for compiler.
2164
2165 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
2166
2167 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2168 knows since the charset specified might be a bogus alias that
2169 mm-charset-synonym-alist provides.
2170
2171 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
2172
2173 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2174 "ISO_8859-1".
2175
2176 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2177
2178 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
2179
2180 * mm-util.el (mm-charset-eval-alist):
2181 Define it before mm-charset-to-coding-system.
2182 (mm-charset-to-coding-system): Add optional argument `silent';
2183 define it before mm-charset-override-alist.
2184 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2185 default value if it can be used in Emacs currently running;
2186 silence mm-charset-to-coding-system.
2187
2188 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
2189
2190 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2191 `allow-override' which says whether to use `mm-charset-override-alist'.
2192 (rfc2047-decode-encoded-words): Use it.
2193
2194 * mm-util.el (mm-charset-override-alist): Fix custom type;
2195 add `(gb2312 . gbk)' to choices.
2196
2197 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
2198
2199 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2200 fast.
2201
2202 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2203
2204 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
2205
2206 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2207 on links.
2208
2209 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2210
2211 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2212
2213 * message.el (message-idna-to-ascii-rhs-1): Protect against local
2214 users' addresses that don't have domain parts.
2215 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2216 rather than message-narrow-to-head since there will be the message
2217 header separator.
2218
2219 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2220
2221 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2222 since the result is inserted in a unibyte buffer anyway.
2223 (nnimap-demule-use-string-to-multibyte): Remove.
2224 (nnimap-demule): Alias it to mm-string-to-multibyte.
2225
2226 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
2227
2228 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2229 variable for debugging bug#464 and bug#1174.
2230 (nnimap-demule): Use it.
2231
2232 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
2233
2234 * gnus-score.el (gnus-score-find-trace): Handle default score in total
2235 score calculation correctly.
2236
2237 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2238
2239 * message.el (message-send-mail): Just set the buffer to unibyte
2240 rather than use mm-with-unibyte-current-buffer which does a lot more.
2241 (message-send-mail-partially): Don't bother with
2242 mm-with-unibyte-current-buffer since it's already been made unibyte by
2243 message-send-mail.
2244
2245 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
2246
2247 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2248
2249 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
2250
2251 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2252
2253 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
2254
2255 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2256 require itself and to remove `with-no-warnings'.
2257
2258 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
2259
2260 * starttls.el (starttls-any-program-available): Get the name of the
2261 available TLS layer program.
2262 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2263 well as the host name in the "opening" message.
2264
2265 * auth-source.el (auth-source-cache, auth-source-do-cache)
2266 (auth-source-user-or-password): Cache passwords and logins by default,
2267 allow override with `auth-source-do-cache'.
2268 (auth-source-forget-user-or-password): Allow users to remove cache
2269 entries if needed.
2270
2271 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
2272
2273 * ietf-drums.el (ietf-drums-remove-comments): Localize second
2274 condition-case to only the forward-sexp call.
2275
2276 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
2277
2278 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2279 quotes contained. Make it more robust regardless by an extra
2280 condition-case wrapper.
2281
2282 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
2283
2284 * nnml.el (nnml-request-expire-articles): Check if the function set to
2285 `nnmail-expiry-target' returns the symbol `delete'.
2286
2287 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2288
2289 * nnmail.el (nnmail-expiry-target): Fix custom type.
2290
2291 2008-10-02 Glenn Morris <rgm@gnu.org>
2292
2293 * mm-util.el (mm-codepage-setup): Tweak codepage error.
2294 Silence compiler warning.
2295
2296 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
2297
2298 * mml.el (mml-menu): Don't assume mml2015 is bound.
2299
2300 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
2301
2302 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2303 exists.
2304
2305 2008-09-27 Glenn Morris <rgm@gnu.org>
2306
2307 * gnus-util.el (mail-header-remove-comments): Autoload it.
2308
2309 2008-09-27 Andreas Schwab <schwab@suse.de>
2310
2311 * gnus-util.el (gnus-split-references): Strip comments.
2312 (gnus-parent-id): Likewise.
2313
2314 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
2315
2316 * message.el (message-confirm-send): Fix version.
2317
2318 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
2319
2320 * message.el (message-idna-to-ascii-rhs-1): Use
2321 mail-extract-address-components rather than mail-header-parse-addresses
2322 that is an alias by default to ietf-drums-parse-addresses that does not
2323 support non-ASCII names in headers' contents.
2324
2325 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
2326
2327 * message.el (message-confirm-send): Fixed variable documentation to
2328 avoid the "y/n" wording.
2329
2330 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
2331
2332 * message.el (message-set-auto-save-file-name): Save to a different
2333 filename so multiple messages (especially drafts) can be recovered.
2334
2335 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
2336
2337 * message.el (message-confirm-send): Add appropriate version.
2338
2339 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
2340
2341 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2342 defvar.
2343
2344 2008-09-22 Daiki Ueno <ueno@unixuser.org>
2345
2346 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2347 (mm-pkcs7-enveloped-magic): Ditto.
2348
2349 2008-09-17 Simon Josefsson <simon@josefsson.org>
2350
2351 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2352 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2353
2354 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
2355
2356 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2357 default, it's better.
2358
2359 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
2360
2361 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2362 summary line gnus-number property and ignore them (with a warning
2363 message).
2364
2365 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
2366
2367 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2368 macro caddr in the interactive form since it won't be expanded.
2369
2370 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
2371
2372 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2373 `charset'; fix name of function called recursively.
2374 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2375
2376 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
2377
2378 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2379 (gnus-mime-set-charset-parameters): New function.
2380 (gnus-mime-view-part-as-charset): Use it to correctly display part
2381 specifying wrong charset.
2382
2383 2008-09-08 David Engster <dengste@eml.cc>
2384
2385 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2386 in completing-read for back end server.
2387
2388 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
2389
2390 * message.el (message-confirm-send): New variable to confirm sending a
2391 message.
2392 (message-send): Use it.
2393
2394 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
2395
2396 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2397
2398 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
2399
2400 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2401
2402 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
2403
2404 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2405 prevent tracking too many groups.
2406 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2407 Use it.
2408
2409 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
2410
2411 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2412 moving point to the bottom of the window in order to avoid recentering.
2413
2414 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
2415
2416 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2417 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2418 (gnus-article-beginning-of-window): Fix calculation.
2419
2420 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
2421
2422 * gnus-msg.el (gnus-summary-supersede-article)
2423 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2424 value of gnus-newsgroup-charset to decode non-MIME encoded text in
2425 message header.
2426
2427 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2428
2429 * message.el:
2430 * gnus-start.el:
2431 * gnus-registry.el: Remove VMS support.
2432
2433 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
2434
2435 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2436 macro.
2437 (rfc2104-hash): Use it.
2438
2439 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
2440
2441 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2442 (gnus-summary-sort-by-most-recent-date): New commands.
2443 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2444 and menu entries.
2445
2446 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
2447
2448 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2449 don't redisplay article for raw contents; remove plural articles stuff.
2450
2451 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2452 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2453 on gnus-summary-save-article; display results properly.
2454
2455 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
2456
2457 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2458
2459 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
2460
2461 * gnus-art.el (gnus-summary-save-in-pipe): Consider
2462 gnus-save-all-headers.
2463
2464 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
2465
2466 * gnus-util.el (ns-focus-frame): Remove declaration.
2467 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
2468 like x.
2469
2470 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2471
2472 * rfc2104.el (rfc2104-zero): Delete defconst.
2473 (rfc2104-hex-alist): Likewise.
2474 (rfc2104-hex-to-int): Delete func.
2475 (rfc2104-hexstring-to-bitstring): Likewise.
2476 (rfc2104-nybbles): New defconst.
2477 (rfc2104-hash): Rewrite for speed.
2478
2479 2008-07-16 Glenn Morris <rgm@gnu.org>
2480
2481 * gnus-util.el (ns-focus-frame): Declare for compiler.
2482
2483 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
2484
2485 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2486 set as a group parameter.
2487 (gnus-summary-save-in-pipe): Work when it is called independently.
2488 (gnus-summary-pipe-to-muttprint): Don't modify
2489 gnus-summary-pipe-output-default-command.
2490
2491 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
2492
2493 * message.el (message-send-mail-with-sendmail):
2494 Display the error message.
2495
2496 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2497
2498 * gnus-art.el (gnus-default-article-saver):
2499 Add gnus-summary-save-in-pipe to choices.
2500 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2501 gnus-summary-pipe-output-default-command as the default command.
2502 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2503 instead of gnus-last-shell-command.
2504
2505 * gnus-sum.el (gnus-summary-pipe-output-default-command):
2506 New user option.
2507 (gnus-summary-muttprint-program): Mention the value will be changed.
2508 (gnus-summary-save-article): Force showing of all headers.
2509 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2510
2511 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
2512
2513 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2514
2515 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
2516
2517 * nnimap.el (nnimap-id):
2518 * sieve-manage.el (sieve-manage-open): Doc fixes.
2519
2520 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
2521
2522 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2523 if available.
2524
2525 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2526
2527 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2528
2529 * nnkiboze.el (nnkiboze-generate-group):
2530 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2531
2532 * nnmairix.el: Require CL.
2533
2534 2008-06-15 David Engster <dengste@eml.cc>
2535
2536 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2537
2538 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
2539
2540 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2541 New macros that expand to an `aset'/`aref' call under Emacs, and to a
2542 runtime choice under XEmacs.
2543
2544 * gnus-sum.el (gnus-summary-set-display-table):
2545 Use `gnus-put-display-table', `gnus-get-display-table',
2546 `gnus-set-display-table' for the display table, instead of `aset'.
2547
2548 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
2549
2550 * nnmairix.el: Add autoloads.
2551
2552 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
2553
2554 * nnmairix.el (nnmairix-delete-recreate-group)
2555 (nnmairix-update-and-clear-marks): Fix error messages.
2556
2557 2008-06-14 David Engster <dengste@eml.cc>
2558
2559 * nnmairix.el: Upgrade to version 0.6.
2560 (nnmairix-group-toggle-propmarks-this-group)
2561 (nnmairix-group-toggle-readmarks-this-group)
2562 (nnmairix-group-delete-recreate-this-group)
2563 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2564 (nnmairix-remove-tick-mark-original-article): New commands.
2565 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2566 (nnmairix-propagate-marks-to-nnmairix-groups)
2567 (nnmairix-only-use-registry, nnmairix-allowfast-default)
2568 (nnmairix-marks-cache, nnmairix-version-output): New variables.
2569 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2570 functions needed for marks propagation and manipulation of read marks.
2571 (nnmairix-update-groups): New function.
2572 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2573 (nnmairix-determine-original-group-from-registry)
2574 (nnmairix-determine-original-group-from-path)
2575 (nnmairix-get-group-from-file-path, nnmairix-map-range)
2576 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2577 New helper functions.
2578 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2579 keystrokes for new commands.
2580 (nnmairix-delete-and-create-on-change): Doc string cleanup.
2581 (nnmairix-request-group): Check allow-fast group parameter.
2582 (nnmairix-request-create-group): Set allow-fast group parameter if
2583 nnmairix-allowfast-default is set.
2584 (nnmairix-close-group): Propagate marks upon closing if needed.
2585 (nnmairix-group-toggle-threads-this-group): Use new.
2586 nnmairix-group-toggle-parameter helper function.
2587 (nnmairix-search): Better check for empty search result.
2588 (nnmairix-goto-original-article): Use new helper functions for
2589 determining original article.
2590 (nnmairix-show-original-article): Make sure message-id is in brackets.
2591 (nnmairix-call-mairix-binary): Change variable name.
2592 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2593 helper function.
2594 (nnmairix-widget-toggle-activate): Fix doc string.
2595
2596 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
2597
2598 * nnir.el: Require edmacro when compiling with XEmacs.
2599 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2600 available in Emacs 21.
2601
2602 2008-06-11 Glenn Morris <rgm@gnu.org>
2603
2604 * gnus-util.el (x-focus-frame):
2605 * gnus.el (image-size):
2606 * mm-decode.el (image-size): Declare.
2607
2608 * gnus-picon.el (declare-function): Add compat definition.
2609 (image-size): Declare.
2610
2611 * gnus-group.el (tool-bar-map):
2612 * gnus-sum.el (tool-bar-map): Define for compiler.
2613
2614 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2615
2616 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2617
2618 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2619 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2620 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2621 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2622 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2623 * sieve-manage.el, spam-report.el, spam.el:
2624 Remove unnecessary eval-and-compile of autoloads.
2625
2626 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
2627
2628 * auth-source.el: Precise Tramp doc.
2629
2630 2008-06-07 Glenn Morris <rgm@gnu.org>
2631
2632 * nnmairix.el: Remove unnecessary eval-when-compile.
2633
2634 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
2635
2636 * nnir.el: New file.
2637
2638 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2639
2640 * gnus-util.el (gnus-read-shell-command): New function.
2641 * mm-decode.el (mm-pipe-part):
2642 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2643
2644 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
2645
2646 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2647
2648 2008-06-03 Glenn Morris <rgm@gnu.org>
2649
2650 * pop3.el (nnheader-accept-process-output): Autoload it.
2651
2652 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
2653
2654 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2655 are not 2-digit hexadecimal characters that follow `%'s.
2656
2657 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
2658
2659 * message.el (message-bogus-recipient-p): Fix type in doc string.
2660 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2661 (message-bogus-addresses): Rename from message-bogus-address-regexp.
2662 Improve custom options.
2663 (message-bogus-recipient-p): Adjust accordingly.
2664
2665 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
2666
2667 * nnmairix.el: Require edmacro when compiling with XEmacs.
2668
2669 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
2670
2671 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2672 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2673
2674 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
2675
2676 * auth-source.el: Add more docs.
2677
2678 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2679
2680 * nnheader.el (nnheader-read-timeout): Change the default timeout from
2681 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
2682 retrieval faster in some cases, but might make CPU usage larger. If
2683 this has any bad side effects, we might revert this change.
2684
2685 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2686 seems to make mail retrieval much, much faster.
2687 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2688 unconditionally.
2689
2690 * gnus-draft.el (gnus-group-send-queue): Bind
2691 message-send-mail-partially-limit to nil to avoid being prompted.
2692
2693 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
2694
2695 * mml.el (mml-attach-buffer): Prompt for `disposition'.
2696
2697 * message.el (message-bogus-address-regexp): Fix and improve custom
2698 type.
2699 (message-setup-hook): Add message-check-recipients as custom option.
2700
2701 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
2702
2703 * message.el (message-cite-function): Remove bogus autoload which crept
2704 in during merge from v5-10.
2705
2706 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
2707
2708 * nnimap.el (nnimap-open-connection): Fix login/password bug.
2709
2710 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2711
2712 * auth-source.el: Preliminary Tramp docs.
2713 (auth-sources): Change the default auth-sources to use
2714 EPA .gpg files.
2715
2716 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
2717
2718 * nntp.el: Autoload `auth-source-user-or-password'.
2719 (nntp-send-authinfo): Use it.
2720
2721 * nnimap.el: Autoload `auth-source-user-or-password'.
2722 (nnimap-open-connection): Use it.
2723
2724 * auth-source.el: Added docs on using with url-auth. Import gnus-util
2725 for the gnus-message function.
2726 (auth-source-user-or-password): Use it.
2727
2728 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2729
2730 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2731 rfc2104-hexstring-to-byte-list. Return a unibyte string.
2732 (rfc2104-hash): Use it.
2733
2734 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
2735
2736 * gnus-art.el (gnus-article-toggle-truncate-lines):
2737 Don't use `iff' in docstring.
2738
2739 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
2740
2741 * gnus-registry.el: Adjusted copyright dates and added a keyword.
2742
2743 * gnus-util.el (gnus-extract-address-component-name)
2744 (gnus-extract-address-component-email): Convenience functions around
2745 `gnus-extract-address-components'.
2746
2747 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2748 Use `gnus-extract-address-component-email' to fix bug of comparing full
2749 sender name to `user-mail-address'.
2750
2751 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
2752
2753 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2754 catch/throw to optimize.
2755 (gnus-registry-find-keywords): Just use member to find a keyword.
2756
2757 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2758
2759 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2760 is current before calling gnus-server-prepare.
2761 (gnus-server-setup-buffer, gnus-server-update-server)
2762 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2763
2764 2008-05-04 Juri Linkov <juri@jurta.org>
2765
2766 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2767 (mailcap-file-default-commands): Use mailcap-replace-in-string
2768 instead of replace-regexp-in-string, and mailcap-delete-duplicates
2769 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
2770
2771 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
2772
2773 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2774
2775 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2776
2777 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2778 hooks.
2779 (gnus-update-read-articles): Speed up non-marks-using users.
2780 (gnus-use-marks): Define gnus-use-marks.
2781 (gnus-propagate-marks): Rename variable to something more sensible.
2782
2783 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
2784
2785 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2786 (gmm-image-load-path-for-library): Fix typos in docstrings.
2787 (gmm-message): Reflow docstring.
2788
2789 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
2790
2791 * mail-source.el (mail-source-set-1, mail-source-bind):
2792 Move auth-source code out of the macro to clean it up and fix bugs.
2793
2794 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
2795
2796 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2797 by sender if it's equal to user-mail-address, it's likely to be
2798 useless.
2799
2800 * mail-source.el (mail-source-bind): Don't use user or password if they
2801 are not bound. Unintern them if they are nil. Don't use server unless
2802 it's bound, and default it to empty string otherwise.
2803
2804 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
2805
2806 * mail-source.el: Load auth-source.el.
2807 (mail-source-bind): Add comments. Call auth-source-user-or-password to
2808 get user name or password, if auth-sources is set up.
2809
2810 * gnus-registry.el (gnus-registry-split-strategy): New variable for
2811 strategy of splitting with parent.
2812 (gnus-registry-split-fancy-with-parent)
2813 (gnus-registry-post-process-groups): Use it and fix prior
2814 bug (returning a list as the split result).
2815
2816 * auth-source.el (auth-sources): Remove server parameter.
2817 (auth-source-pick, auth-source-user-or-password)
2818 (auth-source-user-or-password-imap)
2819 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2820 (auth-source-user-or-password-sftp)
2821 (auth-source-user-or-password-smtp): Remove server parameter.
2822
2823 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
2824
2825 * smime.el (smime-sign-region, smime-encrypt-region)
2826 (smime-decrypt-region):
2827 Remove redundant calls to `generate-new-buffer-name'.
2828
2829 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
2830
2831 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2832 Don't use QP for message/rfc822.
2833 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2834
2835 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2836
2837 * sieve-manage.el (sieve-string-bytes): Remove.
2838 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2839 correct byte-length only if the process's coding-system is the same as
2840 the one used internally by Emacs to represent strings.
2841
2842 2008-04-22 Juri Linkov <juri@jurta.org>
2843
2844 * mailcap.el (mailcap-file-default-commands): New function.
2845
2846 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
2847
2848 * message.el (message-signature-separator, message-cite-function):
2849 Change custom version.
2850
2851 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
2852
2853 * mm-decode.el (mm-display-external): Make temp file read-only.
2854
2855 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
2856
2857 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2858 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
2859 `C-c C-f d'.
2860
2861 2008-04-12 Adrian Aichner <adrian@xemacs.org>
2862
2863 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2864
2865 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
2866
2867 * auth-source.el: Added docs.
2868 (auth-sources): Modify format to support server.
2869 (auth-source-pick, auth-source-user-or-password)
2870 (auth-source-user-or-password-imap)
2871 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2872 (auth-source-user-or-password-sftp)
2873 (auth-source-user-or-password-smtp): Add server parameter.
2874
2875 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
2876
2877 * gnus-registry.el: Initialize the registry when gnus-registry-install
2878 is t.
2879
2880 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
2881
2882 * compface.el (uncompface): Make buffer unibyte.
2883
2884 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
2885
2886 * mail-source.el (mail-source-value):
2887 Prefer fboundp to functionp so it works with macros as well.
2888
2889 2008-04-05 Glenn Morris <rgm@gnu.org>
2890
2891 * gnus-ems.el (mm-disable-multibyte): Autoload it.
2892
2893 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2894
2895 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
2896 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2897
2898 * nnheader.el (nnheader-init-server-buffer): Change buffer's
2899 multibyteness after rather than before erasing it.
2900
2901 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2902 mm-with-multibyte.
2903 (gnus-request-article-this-buffer): Make sure the proper decoding is
2904 used if gnus-original-article-buffer happens to be unibyte.
2905
2906 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2907 default-enable-multibyte-characters.
2908
2909 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2910 default-enable-multibyte-characters.
2911
2912 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2913
2914 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2915
2916 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2917
2918 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2919 Fix last change in case the element is not even a symbol.
2920
2921 2008-04-02 Simon Josefsson <simon@josefsson.org>
2922
2923 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2924 imap-enable-exchange-bug-workaround.
2925 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2926
2927 2008-04-01 Simon Josefsson <simon@josefsson.org>
2928
2929 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2930 a 100 byte status-checks into a 2-3MB transfer for each group.
2931 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2932 to enable bug workaround or not.
2933 (nnimap-find-minmax-uid): Only enable workaround conditionally.
2934
2935 2008-03-31 Glenn Morris <rgm@gnu.org>
2936
2937 * message.el (mml2015-use): Declare for compiler.
2938 (message-info): Require mml2015 when appropriate.
2939
2940 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
2941
2942 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2943 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2944 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2945 (nntp-service-to-port): New function.
2946 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2947 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2948 (nntp-open-netcat-stream): New function.
2949 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2950
2951 2008-03-29 Sven Joachim <svenjoac@gmx.de>
2952
2953 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2954
2955 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2956
2957 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2958
2959 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
2960
2961 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2962
2963 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
2964
2965 * message.el (message-signature-separator): Change default.
2966 Improve custom type.
2967 (message-cite-function): Change default to
2968 message-cite-original-without-signature.
2969
2970 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2971 toggle.
2972
2973 * message.el (message-check-news-body-syntax): Fix signature check.
2974 (message-setup-1): Mark buffer as unmodified _after_ running
2975 message-setup-hook and handling message-alternative-emails.
2976 (message-shorten-references): Be more strict when building list of
2977 valid references to comply with GNKSA.
2978
2979 * gnus-group.el (gnus-read-ephemeral-bug-group)
2980 (gnus-read-ephemeral-debian-bug-group)
2981 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2982
2983 * message.el (message-info): Don't use booleanp which isn't supported
2984 in Emacs 21 and XEmacs.
2985
2986 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
2987
2988 * gnus-group.el (gnus-gmane-group-download-format): Rename from
2989 gnus-group-gmane-group-download-format.
2990 (gnus-group-read-ephemeral-gmane-group): Rename from
2991 gnus-group-read-ephemeral-gmane-group.
2992 (gnus-read-ephemeral-gmane-group-url): Rename from
2993 gnus-group-read-ephemeral-gmane-group-url.
2994 (gnus-bug-group-download-format-alist): New variable.
2995 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2996 (gnus-read-ephemeral-emacs-bug-group): New commands.
2997
2998 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
2999
3000 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3001 (gnus-visible-headers): Improve custom type.
3002
3003 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
3004
3005 * mml.el (mml-menu): Add workarounds for XEmacs.
3006
3007 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3008 X-Boundary header.
3009
3010 * message.el (message-simplify-recipients): Fix previous commit.
3011
3012 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3013
3014 * mm-util.el (mm-set-buffer-multibyte): New function.
3015 * mm-decode.el (mm-copy-to-buffer): Use it.
3016
3017 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3018 Prefer fboundp to functionp so it works with macros as well.
3019
3020 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
3021
3022 * message.el (message-alter-recipients-discard-bogus-full-name):
3023 New function.
3024 (message-alter-recipients-function): New variable.
3025 (message-get-reply-headers): Use it.
3026 (message-replace-header): New helper function.
3027 (message-recipients-without-full-name): New variable.
3028 (message-simplify-recipients): New command.
3029
3030 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3031
3032 * message.el (message-info): Handle EasyPG manual.
3033
3034 * mml.el (mml-menu): Add entry for EasyPG.
3035
3036 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
3037
3038 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3039 parameter.
3040
3041 * message.el (message-disassociate-draft): Specify drafts group name
3042 fully.
3043
3044 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
3045
3046 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3047 unnecessary duplicates from the match list.
3048
3049 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
3050
3051 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3052 args of `how-many' of which the XEmacs version doesn't take; declare
3053 Info-index-next as function.
3054
3055 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
3056
3057 * gnus-score.el (gnus-score-headers): Fix handling of
3058 gnus-inhibit-slow-scoring.
3059
3060 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3061 string.
3062 (gnus-button-url-regexp): Improve handling of parenthesis.
3063 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3064 (gnus-button-handle-info-keystrokes): Handle index entries.
3065
3066 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
3067
3068 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3069 Incoming* files.
3070
3071 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
3072
3073 * auth-source.el (auth-sources): Renamed from auth-source-choices.
3074 (auth-source-pick): Use it.
3075
3076 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
3077
3078 * auth-source.el (auth-source-protocols)
3079 (auth-source-protocols-customize, auth-source-choices): Added and
3080 modified variable customizations and defaults.
3081 (auth-source-pick, auth-source-user-or-password)
3082 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3083 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3084 (auth-source-user-or-password-sftp)
3085 (auth-source-user-or-password-smtp): Use new variables and provide an
3086 interface to netrc.el.
3087
3088 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
3089
3090 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3091 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3092 Make sure the nntp port to specify is a string.
3093
3094 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3095
3096 * nntp.el: Use with-current-buffer.
3097 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3098 dubious mm-with-unibyte-current-buffer.
3099 (nntp-with-open-group-function): New function extracted from
3100 nntp-with-open-group macro.
3101 (nntp-with-open-group): Use the function, so it's easier to debug.
3102 Add indentation and debugging info.
3103 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3104 the use of the netcat alternatives.
3105
3106 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3107 Avoid mm-string-as-multibyte as well.
3108
3109 * nnweb.el (nnweb-insert-html):
3110 Remove use of nnheader-string-as-multibyte.
3111
3112 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3113 (nnheader-string-as-multibyte): Remove.
3114
3115 * mm-view.el: Use inhibit-read-only.
3116 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3117 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3118 or unibyte-string.
3119
3120 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3121 (mm-uu-yenc-extract): Use with-current-buffer.
3122
3123 * gnus-soup.el (gnus-soup-send-packet): Don't use
3124 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3125
3126 * nnmh.el: Use with-current-buffer.
3127 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3128 mm-string-as-multibyte on the output of mm-encode-coding-string.
3129
3130 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3131 (nnimap-request-move-article): Use with-current-buffer.
3132
3133 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3134 inserting the handle-buffer's text, so the implicit multibyte->unibyte
3135 conversion uses string-make-unibyte rather than string-as-unibyte.
3136
3137 * gnus-msg.el: Use with-current-buffer.
3138
3139 * message.el (message-ignored-resent-headers): Add "Delivered-To".
3140
3141 2008-03-10 Daiki Ueno <ueno@unixuser.org>
3142
3143 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3144 string for caching if it is 'PIN.
3145
3146 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
3147
3148 * mail-source.el (mail-source-delete-old-incoming-confirm):
3149 Change default to nil.
3150 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3151
3152 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
3153
3154 * gnus-art.el (gnus-narrow-to-page): Position point properly.
3155 (gnus-article-goto-prev-page): Work for articles having ^L's.
3156
3157 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3158
3159 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3160
3161 2008-03-07 Karl Fogel <kfogel@red-bean.com>
3162
3163 * gnus-bookmark.el: Adjust for renames in bookmark.el.
3164 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3165 (gnus-bookmark-jump): Adjust some variable names.
3166
3167 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
3168
3169 * auth-source.el: New package.
3170 (auth-source-choices): Add customization entry point variable.
3171
3172 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3173 bug.
3174
3175 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
3176
3177 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3178 (gnus-registry-initialize, gnus-registry-install-p): Use it.
3179 (gnus-registry-install-shortcuts): Rename from
3180 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
3181 the `gnus-registry-mark-map' keymap dynamically from
3182 `gnus-registry-marks'. The generated functions update the summary line
3183 when a registry mark is added or deleted, and will call
3184 `gnus-registry-install-p' (see the comments in the code).
3185 (gnus-registry-user-format-function-M): Use concat intelligently.
3186
3187 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3188 the registry mark functions.
3189
3190 2008-03-05 Glenn Morris <rgm@gnu.org>
3191
3192 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3193 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3194 gnus-art.
3195 (top-level): No need to load own source when compiling.
3196
3197 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
3198
3199 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3200 Suggested by <chris.anderton@zetnet.co.uk>.
3201
3202 2008-03-04 Glenn Morris <rgm@gnu.org>
3203
3204 * gnus-sum.el (top-level): No need to require gnus when compiling,
3205 since unconditionally required near start of file.
3206 (gnus-summary-display-while-building): Move definition before use.
3207
3208 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
3209
3210 * gnus-registry.el (gnus-registry-user-format-function-M): Add
3211 formatting function.
3212
3213 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
3214
3215 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3216 with plists.
3217 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3218 Use new format.
3219
3220 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
3221
3222 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3223 `where-is-internal' that returns a range of key sequences.
3224
3225 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
3226
3227 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3228
3229 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3230 (gnus-summary-jump-to-group): Consider windows on other displayed
3231 frames as well. Similar changes might be needed elsewhere, but that's
3232 the one I've bumped into during my use.
3233
3234 * nndoc.el (nndoc-oe-dbx-type-p):
3235 * gnus-msg.el (gnus-debug):
3236 * gnus-group.el (gnus-update-group-mark-positions):
3237 Use mm-string-to-multibyte.
3238
3239 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
3240
3241 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3242 doesn't handle NotDashEscaped.
3243
3244 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
3245 (mml-dnd-attach-options): Fix typo in custom choice.
3246
3247 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3248 nndoc-article-type to mbox.
3249 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3250
3251 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
3252 to nil, instead of html2text.
3253
3254 * imap.el (imap-debug): Add `imap-ping-server'.
3255
3256 * gnus-bookmark.el: Add FIXMEs.
3257
3258 * message.el (message-form-letter-separator)
3259 (message-send-form-letter-delay): New variables.
3260 (message-send-form-letter): Use them. New command to send form
3261 letters. Requested by Uwe Siart.
3262 (message-send-mail-function): Doc fix. Add "Other" custom option.
3263
3264 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
3265
3266 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3267 empty author.
3268
3269 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
3270
3271 * gnus-registry.el (gnus-registry-marks): Add variable for
3272 customization of marks and their appearance.
3273 (gnus-registry-read-mark): Use it.
3274 (gnus-registry-do-marks): Add utility function to loop through
3275 `gnus-registry-marks'.
3276 (gnus-registry-install-shortcuts-and-menus): Add function to install
3277 shortcuts and menus.
3278 (gnus-registry-initialize): Use it.
3279 (gnus-registry-default-mark): Clarify documentation.
3280
3281 2008-02-29 Glenn Morris <rgm@gnu.org>
3282
3283 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3284 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3285 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3286 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3287 Change defcustom :version from 23.0 to 23.1.
3288
3289 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
3290
3291 * gnus-registry.el (gnus-registry-follow-group-p)
3292 (gnus-registry-post-process-groups): Add functions to aid registry
3293 splitting and improve logging. Clarify behavior in function
3294 documentation.
3295 (gnus-registry-split-fancy-with-parent): Use them.
3296
3297 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3298
3299 * gnus-art.el: Use with-current-buffer.
3300
3301 2008-02-27 David Engster <dengste@eml.cc>
3302
3303 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3304 Express real group name in the response.
3305
3306 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
3307
3308 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3309 (nnmairix-last-server, nnmairix-current-server): Defvar them.
3310 (nnmairix-goto-original-article): Defvar gnus-registry-install and
3311 autoload gnus-registry-fetch-group when compiling.
3312 (nnmairix-request-group-with-article-number-correction): Remove
3313 unreferenced argument passed to nnmairix-call-backend.
3314
3315 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
3316
3317 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3318 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
3319 Wilde.
3320
3321 2008-02-27 Glenn Morris <rgm@gnu.org>
3322
3323 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3324 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3325 variables to defconsts. Convert comments to doc-strings.
3326 (nnmairix-last-server, nnmairix-current-server): Convert from free
3327 variables to defvars. Convert comments to doc-strings.
3328 (gnus-registry-fetch-group): Autoload.
3329 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3330 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3331 (nnmairix-widget-build-editable-fields): Use car cddr rather than
3332 caddr.
3333 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3334 nnmairix-request-group-with-article-number-correction call.
3335 (nnmairix-fast, nnmairix-group): New, less general names, for free
3336 variables passed from nnmairix-request-group to
3337 nnmairix-request-group-with-article-number-correction. Declare.
3338 (nnmairix-request-group-with-article-number-correction):
3339 Use nnmairix-fast, nnmairix-group rather than fast, group.
3340
3341 2008-02-26 David Engster <dengste@eml.cc>
3342
3343 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
3344 version 0.5.
3345
3346 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
3347
3348 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3349 instead of making an extra function call. Don't add the current group
3350 to articles only when they have the group. Use
3351 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3352 Reported by David <de_bb@arcor.de>.
3353
3354 2008-02-24 Miles Bader <miles@gnu.org>
3355
3356 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
3357 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
3358 (mm-find-mime-charset-region):
3359 * mm-bodies.el (mm-encode-body):
3360 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
3361
3362 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
3363
3364 * mail-source.el (mail-source-delete-incoming): Change default.
3365 Supplement doc string.
3366
3367 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3368
3369 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
3370
3371 * nnmail.el (nnmail-message-id-cache-file): Derive from
3372 `gnus-home-directory'.
3373
3374 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
3375
3376 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3377 Document negative prefix.
3378
3379 * gnus-group.el (gnus-group-read-group): Document negative prefix.
3380
3381 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3382
3383 * message.el (message-unsent-separator): Add the Exim bounce
3384 separator.
3385
3386 2008-02-10 Daiki Ueno <ueno@unixuser.org>
3387
3388 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3389 list.
3390 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3391 recipient/signer list.
3392
3393 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
3394
3395 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3396 fbound (Emacs 23 unicode), signal an error.
3397
3398 2008-02-08 Glenn Morris <rgm@gnu.org>
3399
3400 * gnus-art.el (pgg-display-output-buffer): Declare as function.
3401
3402 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
3403
3404 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3405 ports to the calls to `netrc-machine-user-or-password' in addition to
3406 "imap" and "imaps".
3407
3408 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
3409
3410 * gnus.el (gnus-group-startup-message): Add `find-image' call before
3411 image-load-path is let-bound. Reported by Harald Hanche-Olsen
3412 <hanche@math.ntnu.no>.
3413
3414 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
3415
3416 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3417
3418 2008-02-01 Zhang Wei <id.brep@gmail.com>
3419
3420 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3421
3422 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3423
3424 2008-02-01 Miles Bader <miles@gnu.org>
3425
3426 * mml.el (mml-parse-1): Remove apparently vestigial use of
3427 `mm-hack-charsets'.
3428 * mm-bodies.el (mm-encode-body): Likewise.
3429
3430 2008-02-01 Kenichi Handa <handa@m17n.org>
3431
3432 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3433 rfc2104-hexstring-to-bitstring and changed to return a byte list.
3434 (rfc2104-hash): Convert the result of concat to unibyte string.
3435
3436 2008-02-01 Dave Love <fx@gnu.org>
3437
3438 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3439 coding-system-for-read.
3440 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3441
3442 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
3443 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
3444 (mm-find-mime-charset-region): Remove hack-charsets stuff.
3445
3446 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
3447
3448 * mail-source.el (mail-sources): Add `group' choice.
3449
3450 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3451 parameter `in-group' to control into which group the articles go.
3452 Add treatment of `group' mail-source.
3453
3454 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
3455
3456 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3457 * message.el (message-beginning-of-line): Use featurep instead of bound
3458 tests in order to resolve conditionals at compile time.
3459
3460 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
3461
3462 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3463
3464 * mm-decode.el (mm-dissect-buffer): Decode description.
3465
3466 * mml.el (mml-to-mime): Encode message header first.
3467
3468 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
3469
3470 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3471 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3472
3473 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
3474
3475 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3476
3477 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
3478
3479 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3480 prefix keys.
3481 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3482 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3483 gnus-xmas.el.
3484
3485 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
3486
3487 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3488 Add new variables for article mark management.
3489 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3490 list of extra data entries which, when present, will indicate that the
3491 article ID should not be trimmed from the registry.
3492 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3493 functions.
3494 (gnus-registry-read-mark): New function to read a mark name from the
3495 user.
3496 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3497 (gnus-registry-set-article-mark-internal): New functions to add and
3498 remove marks.
3499 (gnus-registry-get-article-marks): New function to show the marks for
3500 an article, or retrieve them for further use.
3501
3502 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
3503
3504 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3505 keys when no argument is given.
3506
3507 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
3508
3509 * gnus-sum.el (gnus-article-sort-by-random)
3510 (gnus-thread-sort-by-random): Fix doc strings. Reported by
3511 jidanni@jidanni.org.
3512
3513 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
3514
3515 * gnus-art.el (gnus-article-describe-bindings): New function.
3516 (gnus-article-read-summary-keys): Use it.
3517 (gnus-article-mode-map): Bind `C-h b' to it.
3518
3519 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
3520
3521 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3522 XEmacs.
3523 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3524 against non-character events.
3525
3526 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
3527
3528 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3529 command.
3530 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3531 instead of END. Change name of the temp file.
3532 (gnus-group-gmane-group-download-format): Add doc string. Make it
3533 customizable.
3534
3535 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
3536
3537 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3538 bind `S W' to gnus-article-wide-reply-with-original; set default
3539 binding to gnus-article-read-summary-send-keys.
3540 (gnus-article-read-summary-keys): Fix the order of keys; display
3541 continuation keys correctly in the echo area; describe bindings
3542 correctly when keys end with `C-h'.
3543 (gnus-article-read-summary-send-keys): New function.
3544 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3545 for gnus-article-read-summary-send-keys; display continuation keys
3546 correctly in the echo area.
3547 (gnus-article-reply-with-original): Ignore prefix argument.
3548 (gnus-article-wide-reply-with-original): New function.
3549
3550 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
3551
3552 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3553 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3554
3555 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
3556
3557 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3558 (gnus-group-read-ephemeral-gmane-group): New command.
3559
3560 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3561
3562 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3563
3564 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
3565
3566 * message.el (message-send-mail-function): Increase custom version.
3567
3568 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3569 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
3570
3571 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
3572
3573 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3574 html parts correctly; support forwarded messages.
3575 (gnus-article-browse-html-article): Remove work buffers.
3576
3577 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3578 compiling.
3579 (netrc-bound-and-true-p): New macro.
3580 (netrc-parse): Use it instead of bound-and-true-p that is not available
3581 in XEmacs 21.4.
3582
3583 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
3584
3585 * gnus-registry.el (gnus-registry-mark-article)
3586 (gnus-registry-article-marks): Add functionality to mark articles
3587 through the Gnus registry.
3588
3589 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3590 (netrc-parse): Use encrypt-file-alist to determine if
3591 encrypt-find-model or encrypt-insert-file-contents should be used.
3592
3593 2007-12-19 Glenn Morris <rgm@gnu.org>
3594
3595 * mml.el (message-options-set, message-narrow-to-head)
3596 (message-in-body-p, message-mail-p, message-encode-message-body):
3597 Autoload.
3598 (message-remove-header, message-narrow-to-headers-or-head)
3599 (message-subscribed-p, message-make-mail-followup-to)
3600 (message-position-on-field, message-news-p)
3601 (message-options-set-recipient, message-generate-headers)
3602 (message-sort-headers): Declare as functions.
3603
3604 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
3605
3606 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3607 convention in doc string.
3608
3609 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
3610
3611 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3612 title to html parts.
3613 (gnus-article-browse-html-article): Pass message header to it.
3614
3615 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3616
3617 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
3618
3619 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3620 or password compatible with XEmacs.
3621
3622 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
3623
3624 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3625 format document.
3626 (gnus-mime-delete-part): Don't write description line if empty.
3627 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3628
3629 2007-12-14 Johan Bockgård <bojohan@gnu.org>
3630
3631 * gnus-sum.el (gnus-summary-mark-unread-as-read)
3632 (gnus-summary-mark-read-and-unread-as-read)
3633 (gnus-summary-mark-current-read-and-unread-as-read)
3634 (gnus-summary-mark-unread-as-ticked): Doc fix.
3635 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3636
3637 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
3638
3639 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
3640 Christoph Conrad <christoph.conrad@gmx.de>.
3641
3642 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
3643
3644 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3645 yes-or-no-p.
3646
3647 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
3648
3649 * mm-decode.el (mm-add-meta-html-tag): New function.
3650 (mm-save-part-to-file, mm-pipe-part): Use it.
3651
3652 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3653 gnus-y-or-n-p instead of y-or-n-p.
3654 (gnus-article-browse-html-parts): Work with message/external-body; use
3655 mm-add-meta-html-tag.
3656
3657 2007-12-11 Glenn Morris <rgm@gnu.org>
3658
3659 * gnus-cache.el: Require gnus-sum not just when compiling.
3660
3661 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3662
3663 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3664 definitions before use.
3665
3666 * mm-decode.el: Require gnus-util.
3667 (mm-remove-part): Only call delete-annotation on XEmacs.
3668
3669 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3670
3671 * nnmail.el: Require gnus-int.
3672
3673 * spam.el: Move `require's before `eval-when-compile's.
3674
3675 * gnus-ems.el (gnus-alive-p):
3676 * gnus-fun.el (message-goto-eoh):
3677 * gnus-util.el (gnus-group-name-decode):
3678 * mail-source.el (gnus-compress-sequence):
3679 * message.el (Info-goto-node, format-spec):
3680 * mm-bodies.el (message-options-get):
3681 * mm-decode.el (mm-view-pkcs7):
3682 * mm-util.el (gmm-write-region):
3683 * mml-smime.el (mml-compute-boundary)
3684 (gnus-completing-read-with-default):
3685 * mml.el (widget-button-press, gnus-make-hashtable):
3686 * mml1991.el (mm-decode-content-transfer-encoding)
3687 (mm-encode-content-transfer-encoding)
3688 (message-options-get, message-options-set):
3689 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3690 * nnfolder.el (gnus-request-group):
3691 * nnheader.el (ietf-drums-unfold-fws):
3692 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3693 * smime.el (gnus-run-mode-hooks):
3694 * spam-stat.el (gnus-message): Autoload.
3695
3696 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3697 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3698 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3699 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3700 Add declare-function compatibility definition.
3701
3702 * gnus-cache.el (nnvirtual-find-group-art):
3703 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3704 (gnus-add-image, gnus-add-wash-type):
3705 * gnus-group.el (nnkiboze-score-file):
3706 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3707 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3708 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3709 (message-tokenize-header, gnus-get-buffer-create)
3710 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3711 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3712 * gnus.el (gnus-group-decoded-name):
3713 * mail-source.el (imap-capability):
3714 * mm-bodies.el (message-options-set):
3715 * mm-decode.el (gnus-configure-windows):
3716 * mm-extern.el (message-goto-body):
3717 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3718 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3719 (epg-sub-key-validity, message-options-set):
3720 * mml.el (widget-event-point, gnus-configure-windows):
3721 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3722 * mml2015.el (epg-check-configuration, epg-configuration)
3723 (message-options-set):
3724 * nndb.el (nndb-request-article):
3725 * nnfolder.el (gnus-request-create-group):
3726 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3727 * nnmaildir.el (gnus-group-mark-article-read):
3728 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3729 * rfc1843.el (message-fetch-field):
3730 * spam.el (gnus-extract-address-components):
3731 Declare as functions.
3732
3733 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
3734
3735 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3736
3737 2007-12-09 Glenn Morris <rgm@gnu.org>
3738
3739 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3740
3741 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3742 * message.el, mm-view.el, sieve-manage.el, smime.el:
3743 Add declare-function compatibility definition.
3744
3745 * gnus-art.el (w3-region, w3m-region, Info-menu):
3746 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3747 * gnus-sum.el (gnus-get-predicate):
3748 * gnus-util.el (mm-append-to-file, w32-focus-frame):
3749 * message.el (mail-abbrev-in-expansion-header-p):
3750 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3751 (w3m-detect-meta-charset, w3m-region):
3752 * sieve-manage.el (password-read, password-cache-add)
3753 (password-cache-remove):
3754 * smime.el (password-read-and-add): Declare as functions.
3755
3756 2007-12-08 David Kastrup <dak@gnu.org>
3757
3758 * gnus-sum.el (gnus-summary-simplify-subject-query):
3759 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3760 `message'.
3761
3762 2007-12-07 Glenn Morris <rgm@gnu.org>
3763
3764 * gnus-art.el (article-make-date-line): Revert previous change.
3765
3766 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
3767
3768 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3769
3770 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
3771
3772 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3773 Call gnus-add-to-range ranges only once with a prepared article-list.
3774
3775 2007-12-06 Paul Jarc <prj@po.cwru.edu>
3776
3777 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3778 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3779 group names with backslashes. Reported by Tassilo Horn
3780 <tassilo@member.fsf.org>.
3781
3782 2007-12-06 Deepak Goel <deego3@gmail.com>
3783
3784 * gnus-art.el (article-make-date-line):
3785 * gnus-start.el (gnus-load):
3786 * pop3.el (pop3-read-response): Fix buggy call to `error'.
3787
3788 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
3789
3790 * gnus-art.el (gnus-use-idna)
3791 * gnus-start.el (gnus-site-init-file)
3792 * message.el (message-use-idna)
3793 * mm-uu.el (mm-uu-hide-markers)
3794 * smiley.el (smiley-style): Revert changes that suppress warnings.
3795
3796 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
3797
3798 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3799 specify charset to html source. Reported by Christoph Conrad
3800 <christoph.conrad@gmx.de>.
3801
3802 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
3803
3804 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3805 idna-program in order to suppress byte compile warning issued by XEmacs
3806 that came to byte compile the default value section of defcustom forms
3807 recently.
3808
3809 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3810 value of installation-directory.
3811
3812 * message.el (message-use-idna): Don't directly refer to the value of
3813 idna-program.
3814
3815 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3816
3817 * smiley.el (smiley-style): Don't directly call face-attribute.
3818
3819 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
3820
3821 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3822
3823 * gnus-dired.el: Reduce Gnus dependencies.
3824 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3825 require. Use autoloads instead.
3826 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3827 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3828 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3829 (gnus-dired-mode): Adjust doc string.
3830 (gnus-dired-mail-mode): New variable.
3831 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3832 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3833 (gnus-dired-mail-buffers): New function. Return mail or message
3834 composition buffers.
3835 (gnus-dired-attach): Use it.
3836 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3837 NO-DECODE.
3838 (gnus-dired-print): Use `gnus-print-buffer' depending on
3839 `gnus-dired-mail-mode'.
3840
3841 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
3842
3843 * rfc2047.el (rfc2047-encoded-word-regexp)
3844 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3845 explaining what regexp patterns are for.
3846
3847 2007-12-04 Glenn Morris <rgm@gnu.org>
3848
3849 * password.el: Move to ../password-cache.el.
3850
3851 * mml1991.el (password-read, password-cache-add, password-cache-remove):
3852 * mml2015.el (password-read, password-cache-add, password-cache-remove):
3853 * mml-smime.el (password-read, password-cache-add)
3854 (password-cache-remove):
3855 No need to autoload, since mml-sec requires password.
3856
3857 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3858 * message.el (gnus-extract-address-components):
3859 * mml-smime.el (gnus-extract-address-components): Define for compiler.
3860
3861 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3862 password.
3863
3864 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
3865
3866 * mailcap.el: Reduce dependencies.
3867 (mail-header-parse-content-type): Autoload.
3868 (mailcap-delete-duplicates): New alias.
3869 (mailcap-mime-info): Add optional argument NO-DECODE.
3870 (mailcap-mime-types): Use mailcap-delete-duplicates.
3871
3872 * message.el (message-ignored-supersedes-headers): Add "X-ID".
3873
3874 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3875
3876 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3877 function.
3878
3879 * gnus-uu.el (gnus-uu-decode-yenc): New command.
3880 (gnus-uu-yenc-article): New function.
3881
3882 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3883
3884 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3885 buffer.
3886
3887 2007-12-02 Glenn Morris <rgm@gnu.org>
3888
3889 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
3890 Move to ../net.
3891
3892 * binhex.el, uudecode.el: Move to ../mail.
3893
3894 * encrypt.el: Remove file.
3895
3896 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
3897
3898 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3899 matches on patches.
3900
3901 * gnus-art.el (gnus-article-browse-html-article): Mention
3902 `mm-text-html-renderer' in the doc string.
3903
3904 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3905 string. Add comments.
3906
3907 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3908 if rhs is ASCII.
3909
3910 2007-12-01 Glenn Morris <rgm@gnu.org>
3911
3912 * dig.el, dns.el: Move to ../net.
3913 * format-spec.el, hex-util.el, sha1.el: Move to ../.
3914
3915 * mail-source.el (top-level): Require format-spec before
3916 eval-when-compile.
3917
3918 2007-11-30 Glenn Morris <rgm@gnu.org>
3919
3920 * encrypt.el: Require password, rather than autoloading password-read.
3921
3922 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
3923
3924 * gnus.el (gnus-method-to-server): Add an optional parameter so the
3925 caller can indicate whether the cache should be disregarded for this
3926 call. This way the result of the call is reproducible at all times and
3927 can be considered a canonical server name for the supplied method.
3928 (gnus-agent-method-p): Canonicalize server names by pushing their
3929 method through `gnus-method-to-server' using the no-cache argument.
3930
3931 * gnus-srvr.el (gnus-server-insert-server-line): Call
3932 `gnus-method-to-server' with `no-cache' argument.
3933
3934 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3935 gnus-agent-possibly-synchronize-flags as this should be called when the
3936 server is actually being opened.
3937 (gnus-agent-possibly-synchronize-flags)
3938 (gnus-agent-possibly-synchronize-flags-server): Move check for the
3939 flags file of an agentized server to the latter function.
3940
3941 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3942 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3943 after a connection has been established successfully.
3944
3945 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
3946
3947 * gnus-art.el (article-display-face): Force to display face if called
3948 interactively; check if gnus-article-x-face-too-ugly matches author.
3949 (article-display-x-face): Display face even if From header is missing
3950 as article-display-face does.
3951
3952 2007-11-28 Richard Stallman <rms@gnu.org>
3953
3954 * md4.el: Move to ../.
3955 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
3956
3957 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
3958
3959 * mail-source.el (mail-sources): Default to fetch from file for
3960 compatibility with default of nnmail-spool-file.
3961
3962 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
3963
3964 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3965 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3966 to look for encoded word that should be encoded again.
3967 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3968 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3969 encoding pattern.
3970 (rfc2047-decode-region): Switch strict regexp and loose one according
3971 to rfc2047-allow-irregular-q-encoded-words.
3972
3973 2007-11-26 Simon Josefsson <simon@josefsson.org>
3974
3975 * imap.el: Move to ../net directory.
3976
3977 2007-11-25 Romain Francoise <romain@orebokech.com>
3978
3979 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3980
3981 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
3982
3983 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3984 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3985
3986 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3987 `nnmail-spool-file'.
3988
3989 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3990 `nnmail-spool-file'.
3991
3992 * gnus-move.el (gnus-change-server): Ditto.
3993
3994 * gnus-kill.el (gnus-batch-score): Ditto.
3995
3996 * gnus-cache.el (gnus-jog-cache): Ditto.
3997
3998 * gnus-msg.el (gnus-summary-reply):
3999 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4000
4001 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
4002
4003 * gnus-cache.el (gnus-cache-generate-nov-databases):
4004 Use nnml-generate-nov-databases-directory instead of
4005 nnml-generate-nov-databases-1.
4006
4007 2007-11-24 Glenn Morris <rgm@gnu.org>
4008
4009 * message.el (message-tool-bar-retro): Update for rename
4010 mail_send.xpm->mail-send.xpm.
4011
4012 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
4013
4014 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4015 `smime-ldap-search' for Emacs 22 and up.
4016
4017 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
4018
4019 * hashcash.el: Move to ../mail directory.
4020
4021 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
4022
4023 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4024 `smime-ldap-search' for Emacs 22 and up.
4025
4026 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4027
4028 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4029
4030 * message.el (message-send-mail-function): Fix error convention.
4031 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4032 (message-widen-reply, message-send-mail, message-talkative-question)
4033 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4034 (message-clone-locals, message-send-news): Use with-current-buffer.
4035 (message-insert-or-toggle-importance): Remove unused var `valid'.
4036 (message-make-references): Remove unused var `new-references'.
4037 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4038
4039 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
4040
4041 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4042 (spam-split-symbolic-return-positive): Reflow docstring.
4043 (spam-backends, spam-summary-exit-behavior)
4044 (spam-mark-ham-unread-before-move-from-spam-group)
4045 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4046 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4047 (spam-clear-cache, spam-backend-check, spam-install-backend)
4048 (spam-install-statistical-backend, spam-list-of-processors)
4049 (spam-group-processor-p, spam-split, spam-bogofilter-score)
4050 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4051 (spam-check-crm114, spam-initialize, spam-unload-hook):
4052 Fix typos in docstrings.
4053
4054 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
4055
4056 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4057 been checked if they have never been read and those group levels are
4058 higher than the one that a user specified.
4059
4060 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
4061
4062 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4063 foreign groups unless a group level is specified by a user.
4064 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4065
4066 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
4067
4068 * message.el (message-send-mail-function): Require sendmail.
4069
4070 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
4071
4072 * message.el (message-send-mail-function): Check for smtpmail too.
4073
4074 * utf7.el (utf7-encode, utf7-decode): Use coding system
4075 `utf-7'/`utf-7-imap' from utf-7.el' if available.
4076
4077 * message.el (message-send-mail-function): New function.
4078 (message-send-mail-function): Set default using
4079 message-send-mail-function. Adjust doc string.
4080 (message-send-mail-with-mailclient): New function.
4081
4082 2007-11-17 Richard Stallman <rms@gnu.org>
4083
4084 * assistant.el: Remove file.
4085
4086 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
4087
4088 * smime.el (from):
4089 * rfc2047.el (message-posting-charset):
4090 * qp.el (mm-use-ultra-safe-encoding):
4091 * pop3.el (parse-time-months):
4092 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4093 * nnml.el (files):
4094 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4095 (jka-compr-compression-info-list, ange-ftp-path-format)
4096 (efs-path-regexp):
4097 * nndiary.el (files):
4098 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4099 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4100 (epg-digest-algorithm-alist, inhibit-redisplay)
4101 (password-cache-expiry):
4102 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4103 (pgg-output-buffer, password-cache-expiry):
4104 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4105 (efs-path-regexp):
4106 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4107 (inhibit-redisplay):
4108 * mm-uu.el (file-name, start-point, end-point, entry)
4109 (gnus-newsgroup-name, gnus-newsgroup-charset):
4110 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4111 (latin-unity-ucs-list):
4112 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4113 (mm-uu-binhex-decode-function):
4114 * message.el (gnus-message-group-art, gnus-list-identifiers)
4115 (rmail-enable-mime-composing, gnus-local-organization)
4116 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4117 (gnus-read-active-file, facemenu-add-face-function)
4118 (facemenu-remove-face-function, gnus-article-decoded-p)
4119 (tool-bar-mode):
4120 * mail-source.el (display-time-mail-function):
4121 * gnus-util.el (nnmail-pathname-coding-system)
4122 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4123 (gnus-original-article-buffer, gnus-user-agent)
4124 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4125 (xemacs-codename, sxemacs-codename, emacs-program-version):
4126 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4127 * gnus-start.el (gnus-agent-covered-methods)
4128 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4129 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4130 (gnus-newsgroup-headers, gnus-group-list-mode)
4131 (gnus-group-mark-positions, gnus-newsgroup-data)
4132 (gnus-newsgroup-unreads, nnoo-state-alist)
4133 (gnus-current-select-method, mail-sources)
4134 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4135 (nnmail-spool-file, gnus-cache-active-hashtb):
4136 * gnus-mh.el (mh-lib-progs):
4137 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4138 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4139 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4140 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4141 (gnus-group-buffer):
4142 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4143 (font-lock-set-defaults):
4144 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4145 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4146 (gnus-summary-post-menu, total-parts, type, condition, length):
4147 * gnus-agent.el (gnus-agent-read-agentview):
4148 * flow-fill.el (show-trailing-whitespace):
4149 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4150 eval-and-compile wrappers for byte compiler pacifiers.
4151
4152 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4153 (mm-display-inline-fontify): Check for featurep 'xemacs not
4154 extent-list.
4155
4156 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4157 itimer-list.
4158 (mm-create-image-xemacs): Only do something for XEmacs.
4159 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4160
4161 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4162
4163 * gnus-registry.el (gnus-adaptive-word-syntax-table):
4164 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4165
4166 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
4167
4168 * nnimap.el (nnimap-split-download-body):
4169 * gnus-demon.el (gnus-demon):
4170 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4171
4172 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
4173
4174 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4175 macros.
4176 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4177 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4178 copy data from unibyte buffer to multibyte current buffer.
4179 (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4180 to copy data from unibyte current buffer to multibyte buffer.
4181 (nntp-make-process-buffer): Make process buffer unibyte.
4182
4183 * pop3.el (pop3-open-server): Fix typo in Lisp code.
4184
4185 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
4186
4187 * pop3.el (pop3-open-server): Accept and process data more robustly at
4188 connexion start to avoid spurious "POP SSL connexion failed" errors.
4189
4190 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
4191
4192 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4193 read group names.
4194
4195 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
4196
4197 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4198
4199 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
4200
4201 * nnmail.el (nnmail-parse-active): Make group names unibyte.
4202 (nnmail-save-active): Use a unibyte buffer when saving active file,
4203 which may contain non-ASCII group names.
4204
4205 * nnml.el (nnml-request-group): Decode group names in messages.
4206
4207 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
4208
4209 * message.el (message-citation-line-function)
4210 (message-insert-formatted-citation-line): Fix spelling of
4211 `message-insert-formated-citation-line'.
4212
4213 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
4214
4215 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4216
4217 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
4218
4219 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4220 nnmail-pathname-coding-system.
4221
4222 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4223 that a user enters; decode group names in messages.
4224
4225 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4226
4227 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
4228
4229 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4230
4231 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4232
4233 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4234 risky local variable.
4235
4236 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4237
4238 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
4239
4240 * encrypt.el: Improve documentation to fix function name typo.
4241 Reported by Daiki Ueno <ueno@unixuser.org>.
4242
4243 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
4244
4245 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4246 even if the point is not in the last page of an article.
4247 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4248 back to the previous page.
4249
4250 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
4251
4252 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4253
4254 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
4255
4256 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4257
4258 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4259
4260 * message.el (message-check-news-body-syntax): Avoid
4261 mm-string-as-multibyte.
4262 (message-hide-headers): Don't assume (point-min)==1.
4263
4264 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4265
4266 * message.el (message-remove-blank-cited-lines): Fix if remove is
4267 given.
4268 (message-bogus-address-regexp): New variable.
4269 (message-bogus-recipient-p): New function.
4270 (message-check-recipients): New command.
4271 (message-syntax-checks): Add `bogus-recipient'.
4272 (message-fix-before-sending): Add `bogus-recipient'.
4273
4274 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4275 (gnus-treat-body-boundary): Don't test window-system.
4276
4277 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
4278
4279 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4280
4281 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4282
4283 * gnus.el: Bump version to Gnus v5.13.
4284
4285 2007-10-28 Miles Bader <miles@gnu.org>
4286
4287 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4288 at compile-time too.
4289
4290 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
4291
4292 * gnus-msg.el (gnus-message-setup-hook): Add
4293 `message-remove-blank-cited-lines' to options.
4294
4295 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
4296
4297 * message.el (message-remove-blank-cited-lines): New function.
4298 Suggested by Karl Plästerer.
4299
4300 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
4301
4302 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4303 mapc.
4304
4305 * imap.el (imap-open): Replace mapcar called for effect with mapc.
4306 (top-level): Use mapc to set functions to be traced for debugging.
4307
4308 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4309 called for effect with while loop.
4310
4311 * message.el (message-talkative-question): Replace mapcar called for
4312 effect with mapc.
4313
4314 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4315 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4316 called for effect with dolist.
4317
4318 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4319
4320 * nndiary.el: Use dolist instead of mapcar to add diary headers to
4321 gnus-extra-headers and nnmail-extra-headers.
4322
4323 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4324 called for effect with dolist.
4325 (top-level): Use mapc to set functions to be traced for debugging.
4326
4327 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4328 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4329 dolist.
4330
4331 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4332 Replace mapcar called for effect with mapc.
4333 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4334 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4335 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4336 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4337
4338 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4339 remove-if that's a cl function.
4340
4341 * webmail.el (webmail-debug): Replace mapcar called for effect with
4342 dolist.
4343
4344 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
4345
4346 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4347 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4348 with while loop.
4349
4350 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4351 functions from article-* functions.
4352 (gnus-multi-decode-header): Replace mapcar called for effect with
4353 dolist.
4354
4355 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4356 (gnus-bookmark-show-details): Replace mapcar called for effect with
4357 while loop.
4358
4359 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4360 called for effect with while loop.
4361
4362 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4363 with dolist.
4364
4365 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4366 mapcar called for effect with dolist.
4367
4368 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4369
4370 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4371 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4372 Replace mapcar called for effect with dolist.
4373 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4374 mapc.
4375
4376 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4377 Replace mapcar called for effect with dolist.
4378 (gnus-topic-list): Replace mapcar called for effect with mapc.
4379
4380 * gnus.el: Use mapc instead of mapcar to add autoloads.
4381
4382 2007-10-23 Richard Stallman <rms@gnu.org>
4383
4384 * gnus-group.el (gnus-group-highlight): Mark as risky.
4385
4386 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
4387
4388 * gnus.el (gnus-server-to-method): Return method found first in
4389 gnus-newsrc-alist.
4390
4391 * gnus-art.el (gnus-article-highlight-signature)
4392 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4393 button overlay without the front stickiness.
4394
4395 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
4396
4397 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4398 overview buffer needed a catch to receive its throw.
4399 (gnus-agent-flush-cache): Declared as interactive to make this function
4400 easier to use.
4401
4402 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
4403
4404 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4405 `next-line'.
4406
4407 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
4408
4409 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4410 exclude address matching message-dont-reply-to-names.
4411
4412 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
4413
4414 * gnus-util.el (gnus-string<): New function.
4415
4416 * gnus-sum.el (gnus-article-sort-by-author)
4417 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4418
4419 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
4420
4421 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4422 the frame-focus tag is set in gnus-buffer-configuration.
4423
4424 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
4425
4426 * gnus-art.el (gnus-article-add-button): Make a button overlay without
4427 the front stickiness.
4428
4429 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
4430
4431 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4432 url pattern; remove duplicate one.
4433 (gnus-article-extend-url-button): New function.
4434 (gnus-article-add-buttons): Use it.
4435 (gnus-button-push): Use concatenated url that it makes.
4436
4437 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
4438
4439 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4440 (sieve-manage-open): Use `mapc' instead of `mapcar'.
4441
4442 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4443
4444 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4445 Don't hardcode point-min==1.
4446
4447 2007-09-30 David Kastrup <dak@gnu.org>
4448
4449 * gnus-art.el (gnus-article-reply-with-original)
4450 (gnus-article-followup-with-original): When `transient-mark-mode' is
4451 off, refrain from active-region behavior for followups.
4452
4453 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
4454
4455 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4456 Fix comment about "iso8859-1".
4457
4458 2007-10-08 Daiki Ueno <ueno@unixuser.org>
4459
4460 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4461 ones returned from the verify-function.
4462
4463 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4464 mml2015-extract-cleartext-signature if extraction failed.
4465
4466 2007-10-07 Daiki Ueno <ueno@unixuser.org>
4467
4468 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4469 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4470 failed.
4471
4472 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
4473
4474 * Relicense "GPLv2 or later" files to "GPLv3 or later".
4475
4476 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
4477
4478 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4479 to mark a thread as expirable. Add variable `hide' to handle hiding of
4480 thread for both the null and zero (kill/expire thread) universal prefix
4481 cases.
4482 (gnus-summary-expire-thread): Add new function to expire a thread,
4483 using gnus-summary-kill-thread.
4484 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4485 shortcuts for gnus-summary-expire-thread.
4486 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4487 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
4488
4489 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4490
4491 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4492 extras value, so an extras entry can be deleted.
4493 (gnus-registry-delete-extra-entry): Use it.
4494 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4495 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4496 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4497 storage through the gnus-registry, and provide an appropriate API for
4498 it.
4499
4500 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
4501
4502 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4503 Suggested by Leo <sdl.web@gmail.com>.
4504
4505 * gnus.el: Do.
4506
4507 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
4508
4509 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4510 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
4511
4512 * gnus-agent.el (gnus-agent-fetch-headers): Do.
4513
4514 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4515 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4516
4517 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
4518
4519 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4520 newline.
4521 (nnmbox-request-accept-article): Don't change article in source buffer;
4522 narrow to header to use message-fetch-field rather than
4523 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4524 (nnmbox-request-replace-article): Quote lines that'll be misidentified
4525 as delimiters; make sure article ends with newline.
4526 (nnmbox-delete-mail): Correct last position of article to be deleted;
4527 ignore X-Gnus-Newsgroup header in article body.
4528 (nnmbox-save-mail): Quote lines looking like delimiters at the right
4529 positions; make sure article ends with newline.
4530
4531 * message.el (message-display-abbrev): Don't infloop when a user
4532 inserts SPC in the beginning of header.
4533
4534 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
4535
4536 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4537 list of groups not followed by default. Fix type to be regexp.
4538 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4539
4540 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
4541
4542 * hmac-def.el (define-hmac-function): Switch from old-style to
4543 new-style backquotes.
4544
4545 * md4.el (md4-make-step): Likewise.
4546
4547 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
4548
4549 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4550 raw-text coding system when saving .newsrc file, which may contain
4551 non-ASCII group names.
4552
4553 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
4554
4555 * gnus-cus.el (gnus-score-extra): New widget.
4556 (gnus-score-extra-convert): New function.
4557 (gnus-score-customize): Use it for Extra.
4558
4559 2007-08-31 Daiki Ueno <ueno@unixuser.org>
4560
4561 * mml2015.el (mml2015-extract-cleartext-signature): New function.
4562 (mml2015-mailcrypt-clear-verify): Use it.
4563 (mml2015-gpg-clear-verify): Use it.
4564 (mml2015-pgg-clear-verify): Use it.
4565 (mml2015-epg-clear-verify): Replace the current part with the output
4566 from GnuPG; don't extract the plaintext by itself.
4567
4568 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4569 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4570 mml2015-clear-verify-function; don't touch the armor headers or
4571 dash-escaped text here.
4572
4573 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
4574
4575 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4576 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4577 parts, or application/octet-stream as a last resort.
4578 (gnus-mime-view-part-as-type): Don't toggle display.
4579 (gnus-mime-view-part-as-charset): Don't turn off display before
4580 querying charset.
4581
4582 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4583 stuff to undisplayer function in Emacs.
4584 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4585
4586 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4587 text/calendar parts.
4588
4589 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
4590
4591 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4592 decoding text/calendar parts.
4593
4594 * message.el (message-forward-make-body-mime): Always mark body as
4595 having no illegible text; remove signed-or-encrypted argument.
4596 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4597
4598 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4599 (mml-generate-mime-1): Don't encode body if it is specified to be in
4600 raw form; don't make buffer be unibyte when inserting multibyte string.
4601
4602 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4603
4604 * sha1.el: Fix up comment style.
4605 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4606 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4607
4608 * hex-util.el: Fix up comment style.
4609 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4610
4611 * gnus-salt.el: Use with-current-buffer.
4612 (gnus-pick-setup-message): Fix long-standing typo.
4613
4614 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
4615
4616 * imap.el (imap-logout-timeout): New variable.
4617 (imap-logout, imap-logout-wait): New functions.
4618 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4619
4620 * nnimap.el (nnimap-logout-timeout): New server variable.
4621 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4622 nnimap-logout-timeout.
4623
4624 * gnus-art.el (gnus-article-summary-command-nosave)
4625 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4626
4627 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
4628
4629 * gnus.el (gnus-maximum-newsgroup): New variable.
4630
4631 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4632 according to gnus-maximum-newsgroup.
4633
4634 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4635 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4636 Limit the range of articles according to gnus-maximum-newsgroup.
4637
4638 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
4639
4640 * gnus-art.el (gnus-sticky-article): Fixed problems described in
4641 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
4642 Don't perform gnus-configure-windows here; reuse existing sticky
4643 article buffer.
4644
4645 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4646 it doesn't exist in gnus-article-mode.
4647
4648 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
4649
4650 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4651 (gnus-agent-decoded-group-name): New function.
4652 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4653 (gnus-agent-expire-group-1): Use it; decode group name in messages.
4654
4655 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
4656
4657 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4658 Add binding for gnus-sticky-article.
4659 (gnus-summary-exit): Don't kill sticky article buffers.
4660
4661 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4662 article buffer.
4663 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4664 (gnus-kill-sticky-article-buffers): New commands.
4665
4666 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
4667
4668 * nntp.el (nntp-xref-number-is-evil): New server variable.
4669 (nntp-find-group-and-number): If it is non-nil, don't trust article
4670 numbers in the Xref header.
4671
4672 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4673
4674 * gnus-agent.el (gnus-agent-read-group): New function.
4675 (gnus-agent-flush-group, gnus-agent-expire-group)
4676 (gnus-agent-regenerate-group): Use it.
4677 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4678 nnmail-pathname-coding-system.
4679
4680 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
4681
4682 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4683
4684 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4685 that are unread as unread, and also as selected so that information of
4686 marks having been changed by a user may be updated when exiting group.
4687
4688 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
4689
4690 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
4691
4692 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
4693
4694 * gnus-art.el (gnus-mime-display-single): Pass part number that is
4695 calculated ignoring signature parts to gnus-treat-article.
4696
4697 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
4698
4699 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4700 a point here in order to keep the window start.
4701 (gnus-insert-mime-security-button): Make a button overlay without the
4702 front stickiness.
4703 (gnus-mime-display-security): Goto the end of a button.
4704
4705 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4706
4707 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
4708
4709 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4710 group-name-at-point.
4711 (gnus-group-completing-read): New function that offers decoded
4712 non-ASCII group names for completion.
4713 (gnus-fetch-group, gnus-group-read-ephemeral-group)
4714 (gnus-group-jump-to-group, gnus-group-make-group-simple)
4715 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4716 (gnus-group-fetch-control): Use it.
4717 (gnus-fetch-group): Use group-name-at-point for the initial value
4718 rather than the default value; use gnus-alive-p.
4719
4720 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4721 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4722 (gnus-summary-post-news): Use gnus-group-completing-read.
4723
4724 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4725 (gnus-read-move-group-name): Decode group name for completion.
4726
4727 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
4728
4729 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4730 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4731 Yamaoka slightly modified the code).
4732
4733 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4734
4735 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4736 (nnmail-split-incoming): Bind it.
4737
4738 * nnml.el (nnml-group-name-charset): New function.
4739 (nnml-decoded-group-name): Use it; don't decode group name if
4740 nnmail-group-names-not-encoded-p is non-nil.
4741 (nnml-encoded-group-name): New function.
4742 (nnml-group-pathname): Inline nnml-decoded-group-name.
4743 (nnml-request-expire-articles): Decode group name in message.
4744 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4745 nnmail-pathname-coding-system.
4746 (nnml-save-mail, nnml-active-number): Work with decoded group names and
4747 not decoded ones according to nnmail-group-names-not-encoded-p.
4748 (nnml-generate-active-info): Use nnml-encoded-group-name.
4749
4750 2007-08-08 Glenn Morris <rgm@gnu.org>
4751
4752 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4753 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4754 doc-strings and comments.
4755
4756 2007-07-25 Glenn Morris <rgm@gnu.org>
4757
4758 * Relicense all FSF files to GPLv3 or later.
4759
4760 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
4761
4762 * gnus-sum.el (gnus-summary-move-article): Make
4763 gnus-summary-respool-article work.
4764
4765 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
4766
4767 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4768 string.
4769
4770 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
4771
4772 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
4773 that should be ignored when comparing distant RSS articles with local
4774 ones.
4775 (nnrss-make-hash-index): New function. Create a hash index according
4776 to the ignored fields.
4777 (nnrss-check-group): Use it.
4778
4779 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
4780
4781 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4782
4783 * gnus-art.el (article-decode-group-name): Decode Xref header too.
4784
4785 * gnus-group.el (gnus-group-make-group): Encode group name here unless
4786 the new optional argument ENCODED is non-nil.
4787 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4788 coding system for encoding group name.
4789 (gnus-group-make-rss-group): Pass un-encoded group name to
4790 gnus-group-make-group.
4791 (gnus-group-set-info): Tell gnus-group-make-group that group name is
4792 encoded.
4793
4794 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4795 Encode group name to which articles are moved or copied.
4796 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4797 coding system for encoding Newsgroup, Followup-To and Xref headers.
4798
4799 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4800 marks; use nnheader-file-coding-system to write a file.
4801 (nnagent-retrieve-headers): Bind file-name-coding-system to
4802 nnmail-pathname-coding-system.
4803
4804 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4805
4806 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4807 (nnml-request-article, nnml-request-create-group)
4808 (nnml-request-rename-group, nnml-find-id)
4809 (nnml-possibly-change-directory, nnml-possibly-create-directory)
4810 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4811 (nnml-save-marks): Use nnml-group-pathname instead of
4812 nnmail-group-pathname.
4813
4814 (nnml-request-create-group, nnml-request-expire-articles)
4815 (nnml-request-move-article, nnml-request-delete-group)
4816 (nnml-deletable-article-p, nnml-possibly-create-directory)
4817 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4818 (nnml-open-marks): Bind file-name-coding-system to
4819 nnmail-pathname-coding-system.
4820
4821 (nnml-request-article): Pass server argument to nnml-find-group-number.
4822 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4823 server argument to nnml-possibly-create-directory.
4824 (nnml-request-accept-article): Pass server argument to
4825 nnml-active-number and nnml-save-mail.
4826 (nnml-find-group-number): Pass server argument to nnml-find-id.
4827 (nnml-request-update-info): Pass server argument to
4828 nnml-marks-changed-p.
4829
4830 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4831 (nnml-save-mail, nnml-active-number): Add server argument.
4832
4833 (nnml-request-delete-group): Warn if group is missing.
4834 (nnml-get-nov-buffer): Decode group name.
4835 (nnml-generate-active-info): Encode group name.
4836 (nnml-open-marks): Decode group name in messages.
4837
4838 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
4839
4840 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4841 if it is not specified.
4842 (gnus-article-pipe-part, gnus-article-save-part)
4843 (gnus-article-interactively-view-part, gnus-article-copy-part)
4844 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4845 (gnus-article-inline-part, gnus-article-save-part-and-strip)
4846 (gnus-article-replace-part, gnus-article-delete-part)
4847 (gnus-article-view-part-as-type): Pass raw prefix argument to
4848 gnus-article-part-wrapper.
4849
4850 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
4851
4852 * gnus-agent.el (gnus-agent-save-active): Bind
4853 nnheader-file-coding-system to gnus-agent-file-coding-system.
4854
4855 * gnus-cache.el (gnus-cache-save-buffers)
4856 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4857 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4858 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4859 (gnus-cache-braid-nov, gnus-cache-braid-heads)
4860 (gnus-cache-generate-active, gnus-cache-rename-group)
4861 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4862 (gnus-cache-update-overview-total-fetched-for): Bind
4863 file-name-coding-system to nnmail-pathname-coding-system.
4864 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4865 variables.
4866 (gnus-cache-decoded-group-name): New function.
4867 (gnus-cache-file-name): Use it.
4868 (gnus-cache-generate-active): Use non-decoded group name for active.
4869
4870 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4871 right place.
4872 (gnus-write-active-file): Don't break non-ASCII group names.
4873
4874 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4875 nnmail-pathname-coding-system.
4876
4877 * gnus-uu.el (gnus-uu-decode-save): Typo.
4878
4879 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
4880
4881 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4882
4883 2007-07-14 David Kastrup <dak@gnu.org>
4884
4885 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
4886 finishing actions if we did not edit the article.
4887
4888 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
4889
4890 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4891 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4892 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4893 (gnus-agent-flush-group, gnus-agent-flush-cache)
4894 (gnus-agent-fetch-headers, gnus-agent-load-alist)
4895 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4896 (gnus-agent-retrieve-headers, gnus-agent-request-article)
4897 (gnus-agent-regenerate-group)
4898 (gnus-agent-update-files-total-fetched-for)
4899 (gnus-agent-update-view-total-fetched-for): Bind
4900 file-name-coding-system to nnmail-pathname-coding-system.
4901 (gnus-agent-group-pathname): Don't encode file names by
4902 nnmail-pathname-coding-system.
4903 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4904 coding-system-for-write instead of buffer-file-coding-system to
4905 gnus-agent-file-coding-system.
4906
4907 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4908 Decode group name.
4909
4910 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4911
4912 * gnus-start.el (gnus-update-active-hashtb-from-killed)
4913 (gnus-read-newsrc-el-file): Make group names unibyte.
4914
4915 * nnmail.el (nnmail-group-pathname): Don't encode file names by
4916 nnmail-pathname-coding-system.
4917
4918 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4919 (nnrss-request-delete-group): Bind file-name-coding-system to
4920 nnmail-pathname-coding-system.
4921 (nnrss-read-server-data, nnrss-read-group-data): Bind
4922 file-name-coding-system correctly.
4923 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4924
4925 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4926 (nntp-server-to-method-cache): New variable.
4927 (nntp-group-pathname): New function that decodes non-ASCII group names.
4928 (nntp-possibly-create-directory, nntp-marks-changed-p)
4929 (nntp-save-marks, nntp-open-marks): Use it.
4930 (nntp-possibly-create-directory, nntp-open-marks):
4931 Bind file-name-coding-system to nnmail-pathname-coding-system.
4932 (nntp-open-marks): Decode group names when bootstrapping marks.
4933
4934 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4935 Newsgroups and Folowup-To headers.
4936
4937 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
4938
4939 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4940 (gnus-server-closed-face, gnus-server-denied-face)
4941 (gnus-server-offline-face): Remove variable.
4942 (gnus-server-font-lock-keywords): Use faces that are not aliases.
4943
4944 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4945 of modifying message-stack directly for XEmacs.
4946
4947 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4948 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4949 if the coding-system argument is nil for XEmacs.
4950
4951 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4952 mm-charset-override-alist.
4953
4954 * rfc2047.el: Don't require base64; require rfc2045 for the function
4955 rfc2045-encode-string.
4956 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4957 to quote the parameter value.
4958
4959 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
4960
4961 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4962 form in gnus-group-name-charset-method-alist.
4963
4964 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4965 overrides the default layout edit-form.
4966
4967 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4968
4969 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4970
4971 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
4972
4973 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4974 as unfetched articles.
4975
4976 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
4977
4978 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4979
4980 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4981
4982 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4983 original back end that keeps marks in the local system.
4984
4985 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
4986
4987 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4988 arg of pop-to-buffer for XEmacs.
4989 (gnus-article-read-summary-keys): Ditto; don't restore window
4990 configuration if summary command ends up with neither article buffer
4991 nor summary buffer; describe bindings if summary keys end with C-h.
4992
4993 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
4994
4995 * message.el (message-fix-before-sending): Skip raw message part to be
4996 forwarded while checking illegible text.
4997 (message-forward-make-body-mime, message-forward-make-body): Mark
4998 signed or encrypted raw message as having no illegible text.
4999
5000 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
5001
5002 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5003 (gnus-message-with-timestamp-1): New macro.
5004 (gnus-message-with-timestamp): New function.
5005 (gnus-message): Use them.
5006
5007 * nnheader.el (nnheader-message): Use them.
5008
5009 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
5010
5011 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5012 .newsrc.eld file.
5013
5014 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
5015
5016 * gnus-agent.el (gnus-agent-fetch-headers)
5017 (gnus-agent-retrieve-headers): Bind
5018 gnus-decode-encoded-address-function to identity.
5019
5020 * nntp.el (nntp-send-xover-command): Recognize an xover command is
5021 available also when the server returns simply a dot.
5022
5023 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5024
5025 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
5026
5027 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5028
5029 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
5030
5031 * gnus-ems.el (gnus-x-splash): Make it work.
5032
5033 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5034 from being used.
5035
5036 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
5037
5038 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5039 the front stickiness.
5040 (gnus-article-summary-command-nosave): Correct the order of the
5041 arguments passed to pop-to-buffer.
5042 (gnus-article-read-summary-keys): Ditto; make it work properly when the
5043 summary command ends up with the article buffer.
5044
5045 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5046 the same faces.
5047
5048 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
5049
5050 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5051
5052 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
5053
5054 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5055 * gnus-sum.el (gnus-summary-highlight):
5056 * mail-source.el (mail-source-delete-old-incoming-confirm):
5057 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5058
5059 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
5060
5061 * gnus-art.el (gnus-mime-view-part-externally)
5062 (gnus-mime-view-part-internally): Fix predicate function passed to
5063 completing-read.
5064
5065 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5066
5067 * gnus.el (gnus-update-message-archive-method): Add :version.
5068
5069 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
5070
5071 * gnus.el (gnus-update-message-archive-method): New variable.
5072
5073 * gnus-start.el (gnus-setup-news): Update saved "archive" method
5074 according to gnus-message-archive-method if
5075 gnus-update-message-archive-method is non-nil.
5076
5077 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
5078
5079 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
5080 by Loic Dachary <loic@dachary.org>.
5081 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5082
5083 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
5084
5085 * message.el (message-pop-to-buffer): Add switch-function argument.
5086 (message-mail): Pass switch-function argument to it.
5087
5088 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
5089
5090 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5091 Improve doc string.
5092
5093 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
5094
5095 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5096 (gnus-header-content)
5097 * gnus-cite.el (gnus-cite-10)
5098 * gnus-srvr.el (gnus-server-closed)
5099 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5100 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5101 (gnus-group-mail-3-empty, gnus-group-mail-low)
5102 (gnus-group-mail-low-empty, gnus-splash)
5103 * message.el (message-header-to, message-header-cc)
5104 (message-header-subject, message-header-other, message-header-name)
5105 (message-header-xheader, message-separator, message-cited-text)
5106 (message-mml): Lighten colors of faces used for dark background.
5107
5108 2007-05-24 Simon Josefsson <simon@josefsson.org>
5109
5110 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5111 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
5112
5113 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
5114
5115 * message.el (message-narrow-to-headers-or-head):
5116 Ignore mail-header-separator in the body.
5117
5118 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
5119
5120 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5121 same as window size.
5122
5123 2007-05-22 Kevin Ryde <user42@zip.com.au>
5124
5125 * message.el (message-font-lock-keywords): Use message-header-xheader
5126 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
5127 ahead of the anything pattern, to get it recognised.
5128
5129 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
5130
5131 * gnus-sum.el (gnus-articles-to-read)
5132 (gnus-summary-insert-old-articles): Don't truncate group name for
5133 `read-string'.
5134
5135 * gnus-util.el (gnus-limit-string): Delete this function.
5136
5137 * gnus-sum.el (gnus-simplify-subject-fully): Use
5138 `truncate-string-to-width' instead.
5139
5140 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
5141
5142 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
5143 if, on summary exit, the next group has to be selected.
5144 (gnus-summary-exit): Use it.
5145
5146 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
5147
5148 * gnus-art.el (gnus-article-mode): Fix comment about displaying
5149 non-break space.
5150
5151 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
5152
5153 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5154 Check if group is not a directory.
5155 (nnfolder-request-expire-articles): Don't delete articles if the target
5156 group is not available.
5157
5158 * nnml.el (nnml-request-create-group): Properly check if group is not a
5159 file.
5160 (nnml-request-expire-articles): Don't delete articles if the target
5161 group is not available.
5162
5163 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5164 Don't quote characters that are within parentheses.
5165
5166 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
5167
5168 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5169 (gnus-handle-ephemeral-exit): Select article according to it.
5170
5171 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
5172
5173 * message.el (message-insert-formated-citation-line): Remove newline.
5174 (message-citation-line-format): Add final \n here so that the user can
5175 avoid a blank line.
5176
5177 2007-05-03 Dan Christensen <jdc@uwo.ca>
5178
5179 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5180 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5181 Update lanl/arXiv support.
5182
5183 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
5184
5185 * gnus.el: Bump version number.
5186
5187 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5188
5189 * gnus.el (gnus-version-number): Bump version.
5190
5191 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5192
5193 * gnus.el: No Gnus v0.6 is released.
5194
5195 2007-04-27 Didier Verna <didier@xemacs.org>
5196
5197 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5198 * gmm-utils.el (gmm-regexp-concat): here.
5199 * message.el: Don't require 'gnus-util.
5200 (message-dont-reply-to-names): Handle name change above.
5201 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5202
5203 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
5204
5205 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5206 since the initial value varies according to the system.
5207
5208 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
5209
5210 * mm-util.el (mm-charset-synonym-alist): Defcustom.
5211
5212 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
5213
5214 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5215
5216 2007-04-24 Didier Verna <didier@xemacs.org>
5217
5218 Improve the type of gnus-ignored-from-addresses.
5219 * gnus-util.el (gnus-orify-regexp): New function.
5220 * message.el (gnus-util): Require it.
5221 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5222 * gnus-sum.el (gnus-ignored-from-addresses): New function.
5223 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5224
5225 2007-04-24 Didier Verna <didier@xemacs.org>
5226
5227 * gnus-sum.el:
5228 * gnus-utils.el: Fix some trailing whitespaces.
5229
5230 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
5231
5232 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5233 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5234 article's Message-ID; refer parent article in summary buffer.
5235
5236 * message.el (message-bounce): Call mime-to-mml.
5237
5238 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
5239
5240 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5241
5242 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
5243
5244 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5245 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5246 displayed of multipart/alternative part if it is invoked from summary
5247 buffer.
5248
5249 * mm-view.el (mm-inline-text-html-render-with-w3m)
5250 (mm-inline-text-html-render-with-w3m-standalone)
5251 (mm-inline-render-with-function): Use mail-parse-charset by default.
5252
5253 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
5254
5255 * parse-time.el (parse-time-string-chars): Check if CHAR
5256 is less than the length of parse-time-syntax.
5257
5258 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
5259
5260 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5261 from gnus-newsgroup-processable.
5262
5263 2007-04-16 Didier Verna <didier@xemacs.org>
5264
5265 * gnus-msg.el (gnus-configure-posting-styles): Handle
5266 message-signature-directory properly with :file syntax. Reported by
5267 "Leo".
5268
5269 2007-04-11 Didier Verna <didier@xemacs.org>
5270
5271 New user option: message-signature-directory.
5272 * gnus-msg.el (gnus-configure-posting-styles): Support it.
5273 * message.el (message-insert-signature): Ditto.
5274 * message.el (message-signature-file): Doc update.
5275 * message.el (message-signature-directory): New.
5276
5277 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
5278
5279 * gnus-msg.el (gnus-inews-yank-articles): Use
5280 message-exchange-point-and-mark instead of exchange-point-and-mark.
5281
5282 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
5283
5284 * message.el (message-yank-original): Make sure cited text ends with
5285 newline; don't exchange point and mark.
5286
5287 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
5288
5289 * tls.el (open-tls-stream): Properly handle case where there
5290 is no associated buffer.
5291
5292 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
5293
5294 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5295 message-yank-original, make sure (< mark TEXT point).
5296
5297 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
5298
5299 * message.el (message-fill-column): New variable.
5300 (message-mode): Use it. Add comment on a possible new hook.
5301
5302 * nnmail.el (nnmail-spool-file): Mark as obsolete.
5303 (nnmail-get-new-mail): Reformat.
5304
5305 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5306
5307 * gmm-utils.el: Fix Commentary.
5308 (gmm-tool-bar-from-list): Fix typo in doc string.
5309
5310 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
5311
5312 * message.el (message-yank-original): Don't switch point and mark
5313 unnecessarily to put point and mark as documented.
5314
5315 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5316
5317 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5318 from the message heads.
5319
5320 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
5321
5322 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5323 article buffer does not have a window. This may not be the best
5324 solution but is certainly better than setting the start of the null,
5325 that is the current, window.
5326
5327 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
5328
5329 * gnus-draft.el (gnus-draft-setup-hook): New hook.
5330 (gnus-draft-setup): Run it.
5331
5332 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5333 gnus-score-fast-scoring. Allow regexp.
5334 (gnus-score-headers): Use it.
5335
5336 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5337 XEmacs.
5338
5339 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5340 string.
5341 (gnus-button-alist): Also catch `<f1> k ...'.
5342 (gnus-treat-display-x-face): Fix doc string.
5343
5344 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5345
5346 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5347 evaluation of gnus-extended-version to ensure correct generation of the
5348 User-Agent header when message-generate-headers-first is used.
5349
5350 2007-03-24 Simon Josefsson <simon@josefsson.org>
5351
5352 * hashcash.el (hashcash-generate-payment-async): Don't crash if
5353 hashcash-path is nil. Don't call callback with incorrect number of
5354 parameters if val is 0.
5355
5356 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5357
5358 * message.el (message-required-news-headers):
5359 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5360
5361 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
5362
5363 * message.el (message-generate-new-buffers): Change the meaning of the
5364 nil value; add `standard' to the choices; treat t as `unique'; improve
5365 doc string.
5366 (gnus-select-frame-set-input-focus): Autoload.
5367 (message-buffer-name): Search for the existing message buffer if
5368 message-generate-new-buffers is nil or `standard'; treat the value t of
5369 message-generate-new-buffers as `unique'.
5370 (message-pop-to-buffer): Raise the frame already displaying the message
5371 buffer; clear the echo area after querying.
5372 (message-setup): Pass the `continue' argument to compose-mail.
5373 (message-mail): Prefer `switch-function' if it is given; search for the
5374 existing message buffer if the `continue' argument is non-nil; pass
5375 continue and switch-function arguments to compose-mail by way of
5376 message-setup.
5377 (message-mail-other-window): Adjust argument of message-setup.
5378 (message-mail-other-frame): Ditto.
5379
5380 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5381
5382 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5383 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5384 to turn font-lock on when turning gnus-message-citation-mode on.
5385
5386 2007-03-06 Daiki Ueno <ueno@unixuser.org>
5387
5388 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5389 (mml-smime-function-alist): New variable; add epg as the backend.
5390 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5391 mml-smime- functions instead.
5392 * mm-view.el: Require smime.
5393
5394 2007-03-05 Didier Verna <didier@xemacs.org>
5395
5396 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5397 instead of just inheritance for posting styles.
5398 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5399
5400 2007-02-24 John Paul Wallington <jpw@pobox.com>
5401
5402 * tls.el (tls-certtool-program): Fix custom type.
5403
5404 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
5405
5406 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5407 and point-at-eol instead of line-(beginning|end)-position.
5408
5409 * assistant.el (assistant-parse-buffer): Ditto.
5410
5411 2007-02-28 Daiki Ueno <ueno@unixuser.org>
5412
5413 * mml2015.el (mml2015-epg-find-usable-key): New function.
5414 (mml2015-epg-sign): Use it.
5415 (mml2015-epg-encrypt): Use it.
5416
5417 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
5418
5419 * message.el (message-make-in-reply-to): Quote name containing
5420 non-ASCII characters. It will make the RFC2047 encoder cause an error
5421 if there are special characters. Reported by NAKAJI Hiroyuki
5422 <nakaji@jp.freebsd.org>.
5423
5424 2007-02-27 Didier Verna <didier@xemacs.org>
5425
5426 Include the group parameters as well as the topic ones in the
5427 inheritance filter process.
5428 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5429 argument GROUP-PARAMS-LIST.
5430 * gnus-topic.el (gnus-group-topic-parameters): Use it.
5431
5432 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
5433
5434 * nntp.el (nntp-never-echoes-commands)
5435 (nntp-open-connection-functions-never-echo-commands): New variables.
5436 (nntp-send-command): Use them.
5437
5438 2007-02-20 Daiki Ueno <ueno@unixuser.org>
5439
5440 * mml2015.el (mml2015-epg-verify): Simplified.
5441
5442 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
5443
5444 * mml.el (mml-content-disposition-alist): New user option.
5445 (mml-content-disposition): New function.
5446 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5447 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5448
5449 2007-02-19 Daiki Ueno <ueno@unixuser.org>
5450
5451 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5452 verification.
5453
5454 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5455
5456 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5457 articles posted in the last 24 hours.
5458
5459 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
5460
5461 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5462
5463 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
5464
5465 * nntp.el (nntp-send-command): Don't wait for echoes when
5466 nntp-open-ssl-stream is used.
5467
5468 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
5469
5470 * gnus-cite.el (gnus-test-font-lock-add-keywords)
5471 (gnus-message-add-citation-keywords)
5472 (gnus-message-remove-citation-keywords): Remove.
5473 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5474 directly, make the variables in font-lock-defaults buffer-local, add
5475 gnus-message-citation-keywords to them and then update the value of
5476 font-lock-keywords.
5477
5478 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
5479
5480 * message.el (message-cite-original-1): Don't call
5481 gnus-article-highlight-citation.
5482
5483 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5484 citations; fix line count.
5485
5486 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5487
5488 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5489 (gnus-message-add-citation-keywords)
5490 (gnus-message-remove-citation-keywords): Use it; fix the emulating
5491 versions of font-lock-add-keywords and font-lock-remove-keywords to
5492 work with XEmacs correctly.
5493
5494 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
5495
5496 * gnus-cite.el (gnus-cite-face-list): Set the values of
5497 gnus-message-max-citation-depth and gnus-message-citation-keywords.
5498 (gnus-message-max-citation-depth): Use defvar rather than defconst.
5499 (gnus-message-cite-prefix-regexp): New variable.
5500 (gnus-message-search-citation-line): Use it; protect against long
5501 citation prefix; fill match data with nil rather than 0 for XEmacs; set
5502 the 0th match data for Emacs.
5503 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5504 (gnus-message-add-citation-keywords): Append keywords rather than
5505 prepending; emulate font-lock-add-keywords if it is not available.
5506 (gnus-message-remove-citation-keywords): Emulate
5507 font-lock-remove-keywords if it is not available.
5508
5509 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5510
5511 * message.el (message-cite-prefix-regexp): Set the value of
5512 gnus-message-cite-prefix-regexp.
5513
5514 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5515
5516 * nnweb.el (nnweb-google-parse-1): Update parser.
5517
5518 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
5519
5520 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5521
5522 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5523
5524 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5525 regexp.
5526
5527 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
5528
5529 * uudecode.el (uudecode-string-to-multibyte): New function emulating
5530 string-to-multibyte.
5531 (uudecode-decode-region-internal): Use it.
5532
5533 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
5534
5535 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5536 custom choice.
5537
5538 * gnus-art.el (gnus-signature-limit): Fix custom choice.
5539
5540 2007-01-22 Daiki Ueno <ueno@unixuser.org>
5541
5542 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5543
5544 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5545 `write-region' to respect `mm-inhibit-file-name-handlers'.
5546
5547 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
5548
5549 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5550 Use gnus-home-directory instead of "~/" or "$HOME".
5551
5552 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
5553
5554 * encrypt.el (encrypt-insert-file-contents): Add better prompt
5555 to mention filename.
5556 Add comments at beginning regarding usage.
5557 (encrypt-write-file-contents): Change interactive so a string is
5558 acceptable. If the file has no associated model, show an error instead
5559 of a nonsense prompt.
5560
5561 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5562
5563 * spam.el (spam-bsfilter-ham-switch): Fix typo.
5564 Thanks to Yoshihiko Yamada for kind notification of this typo.
5565
5566 2007-01-12 Kenichi Handa <handa@m17n.org>
5567
5568 * uudecode.el (uudecode-decode-region-internal): Make it work in a
5569 multibyte buffer.
5570
5571 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
5572
5573 * gnus-score.el (gnus-score-fast-scoring): New variable.
5574 (gnus-score-headers): Use it.
5575
5576 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5577
5578 * message.el (message-cite-original-1): Call
5579 gnus-article-highlight-citation if requested.
5580 (message-make-from): Allow name and address as optional arguments.
5581
5582 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5583
5584 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5585 bugs to doc string.
5586 (gnus-button-alist): Add mid\\|message-id.
5587 (gnus-button-fetch-group): Extend for use in
5588 `browse-url-browser-function'.
5589 (gnus-button-url-regexp): Try to catch paired parentheses like in
5590 Wikipedia URLs.
5591
5592 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5593 Suggested by Simon Krahnke <overlord@gmx.li>.
5594
5595 2007-01-13 Romain Francoise <romain@orebokech.com>
5596
5597 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5598 Update copyright.
5599
5600 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
5601
5602 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5603
5604 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
5605
5606 * gnus-registry.el (gnus-registry-unfollowed-groups)
5607 (gnus-registry-split-fancy-with-parent): Fix documentation.
5608
5609 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5610
5611 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5612 from nnweb groups.
5613
5614 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5615
5616 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5617 Xref urls. Erase buffer before requesting head.
5618
5619 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5620
5621 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
5622
5623 * gnus-soup.el (gnus-soup): New custom group. Make user variables
5624 customizable.
5625
5626 2007-01-05 Daiki Ueno <ueno@unixuser.org>
5627
5628 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5629 no signing key is found.
5630 (mml2015-epg-encrypt): Ask user whether to skip or abort if
5631 no encrypting and/or signing key is found.
5632
5633 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
5634
5635 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5636
5637 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5638
5639 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5640 headers read from disk with the ones newly found in the current search.
5641 This should no longer cause problems, because the article numbers in
5642 Gmane's `nov.php' output are ignored since the previous change.
5643
5644 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5645
5646 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5647
5648 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
5649
5650 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5651
5652 2007-01-01 Romain Francoise <romain@orebokech.com>
5653
5654 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5655
5656 2006-12-31 Steve Youngs <steve@sxemacs.org>
5657
5658 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5659 `define-minor-mode' macro definition expanded properly.
5660 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5661 exclude it there.
5662
5663 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5664 of 2006-12-30. The default is nil on (S)XEmacs already because of the
5665 `fboundp' test.
5666 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5667 This is OK to autoload in (S)XEmacs now.
5668
5669 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5670
5671 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5672 keystroke.
5673 (gnus-summary-limit-to-singletons): Fix typo.
5674
5675 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5676 else fails.
5677
5678 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5679
5680 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5681 docstring.
5682
5683 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5684 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5685 (gnus-summary-insert-dormant-articles): Fix typo in message.
5686
5687 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
5688
5689 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5690 nil for XEmacs.
5691 (gnus-message-citation-mode): Don't autoload in XEmacs.
5692
5693 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5694
5695 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
5696
5697 * nnimap.el (nnimap-expunge-search-string): Mention
5698 nnimap-search-uids-not-since-is-evil in docstring.
5699
5700 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
5701
5702 * spam.el: Revert to make-obsolete-variable because
5703 define-obsolete-variable-alias is not supported in Emacs 21.
5704
5705 * spam.el (spam-ifile-path, spam-ifile-database-path)
5706 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5707 make-obsolete-variable.
5708 (spam-bsfilter-path, spam-bsfilter-program)
5709 (spam-spamassassin-path, spam-spamassassin-program)
5710 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
5711 use "path" inappropriately.
5712 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5713 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5714 variable names.
5715
5716 2006-12-28 Daiki Ueno <ueno@unixuser.org>
5717
5718 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5719 summary buffer.
5720
5721 * password.el (password-cache-remove): Use clear-string to burn
5722 password, if available.
5723
5724 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
5725
5726 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5727
5728 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5729
5730 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5731 (gnus-message-highlight-citation): Move defcustom here from
5732 gnus-cite.el.
5733 (gnus-message-citation-mode): Autoload.
5734
5735 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
5736 checks to make it compile with XEmacs.
5737 (gnus-message-citation-mode): New minor mode.
5738 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5739 (gnus-message-highlight-citation): New variables.
5740 (gnus-message-search-citation-line)
5741 (gnus-message-add-citation-keywords)
5742 (gnus-message-remove-citation-keywords)
5743 (turn-on-gnus-message-citation-mode)
5744 (turn-off-gnus-message-citation-mode): New functions.
5745
5746 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
5747
5748 * gnus-cite.el: Enable highlighting of different citation levels in
5749 message-mode.
5750
5751 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
5752
5753 * message.el (message-make-fqdn): Fix comment.
5754 (message-bogus-system-names): Add ".local".
5755
5756 * spam.el (spam-ifile-path, spam-ifile-program)
5757 (spam-ifile-database-path, spam-ifile-database)
5758 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5759 Don't use "path" inappropriately.
5760 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5761 strings.
5762 (spam-check-ifile, spam-ifile-register-with-ifile)
5763 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5764 new variable names.
5765
5766 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5767 (gnus-treat-display-smileys): Simplify using
5768 gnus-image-type-available-p.
5769
5770 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5771 available.
5772
5773 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
5774
5775 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5776 one after turning on the buffer's multibyteness instead of decoding
5777 them directly in the unibyte buffer that causes unexpected conversion
5778 in Emacs 23 (unicode).
5779
5780 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5781
5782 * message.el (message-generate-hashcash): Fix custom type.
5783
5784 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
5785
5786 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5787
5788 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
5789
5790 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5791 disconnect icons. Add help text.
5792
5793 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
5794
5795 * spam.el (spam-extra-header-to-number): CRM114 spam score is
5796 negated to be consistent with the others we handle.
5797
5798 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5799
5800 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5801 version of gnus-summary-buffer to something, so that we can use two
5802 article buffers at the same time.
5803
5804 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
5805
5806 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5807 trigger all the extra headers.
5808 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5809 sorting.
5810
5811 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5812
5813 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5814 solid groups.
5815
5816 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
5817
5818 * legacy-gnus-agent.el: Add Copyright notice.
5819
5820 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
5821
5822 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5823
5824 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5825
5826 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5827
5828 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5829 to make it work reliably in CVS Emacs.
5830 (gnus-summary-limit-strange-charsets-predicate)
5831 (gnus-summary-limit-to-predicate): New functions.
5832
5833 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
5834
5835 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5836 specifying array size.
5837 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5838 array if it is too small.
5839 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5840 (gnus-sort-threads-loop): New function.
5841
5842 2006-12-06 Chris Moore <dooglus@gmail.com>
5843
5844 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5845 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5846
5847 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
5848
5849 * mm-url.el (mm-url-predefined-programs): Call curl with correct
5850 options.
5851
5852 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5853
5854 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5855 DOS-ing the recipient.
5856
5857 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5858 the headers when creating the mapping to avoid mismappings.
5859 (nnweb-gmane-create-mapping): Always nix out old mapping.
5860
5861 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
5862
5863 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5864 and mm-verify-option to never.
5865
5866 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
5867
5868 * message.el (message-signed-or-encrypted-p): New function.
5869 (message-forward-make-body): Use it.
5870
5871 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5872 Replace encode-coding-string with mm-encode-coding-string.
5873
5874 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
5875
5876 * nneething.el (nneething-decode-file-name): Replace
5877 decode-coding-string with mm-decode-coding-string.
5878
5879 * gnus-int.el (gnus-open-server): Say failed server's name.
5880
5881 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
5882
5883 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5884 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5885
5886 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5887 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5888 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5889 (gnus-group-make-directory-group, gnus-group-transpose-groups):
5890 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5891 (gnus-subscribe-newsgroup, gnus-1):
5892 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5893 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5894 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5895 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5896
5897 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5898
5899 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5900 keystroke.
5901 (gnus-summary-limit-to-bodies): Implement headersp.
5902
5903 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5904
5905 * dns.el (query-dns): Protect against "Process dns deleted" strings.
5906
5907 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
5908
5909 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5910
5911 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5912
5913 * message.el (message-generate-hashcash): Expand range of values to
5914 include `opportunistic'.
5915 (message-send-mail): Use it.
5916
5917 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5918
5919 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5920 and comment it.
5921
5922 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5923
5924 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
5925
5926 * gnus-util.el (gnus-extract-address-components): Improve comment.
5927
5928 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
5929
5930 * gnus-util.el (gnus-extract-address-components): Work with address in
5931 which the name portion contains @.
5932
5933 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
5934
5935 * gnus.el (gnus-start): Move custom group up.
5936 (gnus-select-method): Don't autoload, but make it available for
5937 `customize-variable'.
5938 (gnus-getenv-nntpserver): Don't autoload.
5939
5940 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
5941
5942 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5943
5944 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
5945
5946 * message.el (message-sendmail-extra-arguments): New variable.
5947 (message-send-mail-with-sendmail): Use it.
5948
5949 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
5950
5951 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5952 mm-with-unibyte-current-buffer to make string unibyte.
5953
5954 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5955 mm-string-as-multibyte.
5956
5957 2006-11-14 Daiki Ueno <ueno@unixuser.org>
5958
5959 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5960 Reported by Werner Koch <wk@gnupg.org>.
5961
5962 2006-11-14 Daiki Ueno <ueno@p360>
5963
5964 * mml2015.el: Autoload epa-select-keys when compiling.
5965
5966 2006-11-13 Daiki Ueno <ueno@unixuser.org>
5967
5968 * mml2015.el (mml2015-epg-sign): Save the signing keys in
5969 message-options.
5970 (mml2015-epg-encrypt): Save the recipient keys in message-options.
5971
5972 2006-11-13 Daiki Ueno <ueno@unixuser.org>
5973
5974 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
5975 EasyPG (< 0.0.6).
5976 (mml2015-always-trust): New user option.
5977 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
5978 prompt.
5979
5980 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
5981
5982 * nntp.el (nntp-authinfo-force): New variable.
5983 (nntp-send-authinfo): Use it.
5984
5985 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
5986
5987 * message.el (message-strip-subject-encoded-words): Allow _not_ to
5988 decode encoded words. Improve prompt. Add comment about forwarding.
5989 (message-replacement-char): Move up.
5990
5991 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5992
5993 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
5994 instead of gnus-intersection because arguments of gnus-sorted-nunion
5995 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
5996
5997 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
5998
5999 * message.el (message-strip-subject-encoded-words): Reformat prompt.
6000 (message-simplify-subject-functions): Enable
6001 message-strip-subject-encoded-words by default.
6002
6003 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
6004
6005 * message.el (message-strip-subject-encoded-words): New function.
6006 (message-simplify-subject-functions): New variable.
6007 (message-simplify-subject): Use it. Fix typo in doc string.
6008 Support message-strip-subject-encoded-words.
6009
6010 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
6011
6012 * gnus-diary.el (gnus-diary-delay-format-function):
6013 * nndiary.el (nndiary-reminders):
6014 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6015
6016 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
6017
6018 * gnus-art.el (article-hide-boring-headers): Fetch date from
6019 gnus-original-article-buffer to avoid problems with localized date
6020 strings.
6021
6022 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
6023
6024 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6025
6026 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
6027
6028 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6029 New variables.
6030 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6031 (mm-charset-synonym-alist): Move some entries to
6032 mm-codepage-iso-8859-list.
6033 (mm-charset-synonym-alist, mm-charset-override-alist): Add
6034 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6035
6036 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
6037
6038 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6039
6040 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6041
6042 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6043 with Emacs 21 and XEmacs.
6044
6045 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
6046
6047 * spam.el (spam-parse-address): New function for better parsing,
6048 catching errors, etc.
6049 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6050
6051 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
6052
6053 * mm-view.el: Add interactive arg to html2text autoload.
6054
6055 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
6056
6057 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6058
6059 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
6060
6061 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6062 variables.
6063 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6064 (mm-charset-synonym-alist): Move some entries to
6065 mm-codepage-iso-8859-list.
6066
6067 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6068
6069 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
6070
6071 * message.el (message-citation-line-format)
6072 (message-insert-formated-citation-line): Fix implementation of %E, %N
6073 and %n according to the doc string.
6074
6075 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
6076
6077 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6078 car-safe to avoid bad parses.
6079
6080 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6081
6082 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6083 names.
6084
6085 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6086
6087 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6088
6089 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6090 header.
6091
6092 * message.el (message-draft-headers): Add Date.
6093 (message-headers-to-generate): Fix typo in docstring.
6094
6095 * nndraft.el (nndraft-required-headers): New variable.
6096 (nndraft-generate-headers): Use it.
6097
6098 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6099
6100 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
6101
6102 * gnus-registry.el (gnus-registry-wash-for-keywords)
6103 (gnus-registry-find-keywords): New functions to allow easy searching of
6104 articles that are in the registry.
6105
6106 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
6107
6108 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6109 ietf-drums-parse-address instead of gnus-extract-address-components.
6110 Reported by Damien Elmes <damien@repose.cx>.
6111
6112 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
6113
6114 * gnus.el (gnus-mime): Remove unused custom group.
6115
6116 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6117
6118 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6119 "blank line" when searching for end of armor headers.
6120
6121 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
6122
6123 * gmm-utils.el (gmm-write-region): Fix variable name.
6124
6125 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
6126
6127 * gmm-utils.el (gmm-write-region): New function based on compatibility
6128 code from `mm-make-temp-file'.
6129
6130 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6131
6132 * nnmaildir.el (nnmaildir--update-nov)
6133 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6134 Use `gmm-write-region'.
6135
6136 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
6137
6138 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6139 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6140
6141 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6142
6143 * message.el (message-replacement-char): New variable.
6144 (message-fix-before-sending): Use it.
6145 (message-simplify-subject): New function to remove duplicate code.
6146 (message-reply, message-followup): Use it.
6147
6148 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6149 gnus-summary-limit-to-articles.
6150
6151 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
6152
6153 * gnus-util.el (gnus-with-local-quit): New macro.
6154
6155 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6156
6157 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
6158
6159 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6160 ignore non-string data.
6161
6162 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
6163
6164 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6165 non-string data (needs to be done in the registry too).
6166
6167 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
6168
6169 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6170 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6171 (gnus-registry-split-fancy-with-parent)
6172 (gnus-registry-fetch-simplified-message-subject-fast)
6173 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6174 Remove text properties on ingress into the registry and when it's saved.
6175 (gnus-registry-clean-empty-function): Fix bug with cleaning the
6176 registry from entries with no groups.
6177
6178 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
6179
6180 * gnus-util.el (gnus-string-remove-all-properties): Add utility
6181 function to remove string properties.
6182
6183 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
6184
6185 * gmm-utils.el (gmm): Adjust custom version.
6186
6187 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6188 custom version.
6189
6190 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6191
6192 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
6193
6194 * gnus-art.el (gnus-insert-prev-page-button)
6195 (gnus-insert-next-page-button): Simplify. Reformat.
6196
6197 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
6198
6199 * gnus-art.el (gnus-insert-prev-page-button)
6200 (gnus-insert-next-page-button): Apply gnus-article-button-face.
6201
6202 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
6203
6204 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6205
6206 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
6207
6208 * gnus-art.el (gnus-insert-mime-button)
6209 (gnus-insert-mime-security-button):
6210 Apply gnus-article-button-face to MIME and security buttons.
6211
6212 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
6213
6214 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6215 readable.
6216
6217 2006-09-20 Steve Youngs <steve@sxemacs.org>
6218
6219 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6220 `browse-url-of-file' instead of `browse-url'.
6221
6222 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6223
6224 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6225 regexp. Articles containing quotation were cut prematurely.
6226
6227 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
6228
6229 * message.el (message-cite-original-1): Use nobody by default for the
6230 value of From header.
6231 (message-reply): Ditto.
6232
6233 2006-09-11 Daiki Ueno <ueno@unixuser.org>
6234
6235 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6236 to the gnus-info. This fixes a bug of inline-PGP message verification.
6237 Reported by Michael Piotrowski <mxp@dynalabs.de>.
6238
6239 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
6240
6241 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6242 mails in the doc string. Add some URLs in comment.
6243 (pop3-movemail): Warn about pop3-leave-mail-on-server.
6244
6245 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
6246
6247 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6248 backslashes handling and the way to find boundaries of quoted strings.
6249
6250 2006-09-07 Daiki Ueno <ueno@unixuser.org>
6251
6252 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6253 mml1991-encrypt-to-self is set and mml1991-signers is not set.
6254 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6255 mml2015-encrypt-to-self is set and mml2015-signers is not set.
6256
6257 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
6258
6259 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
6260 doc string.
6261 (gnus-button-regexp, gnus-button-last): Remove unused variables.
6262
6263 2006-09-06 Simon Josefsson <jas@extundo.com>
6264
6265 * mml2015.el (mml2015-use): Doc fix, mention epg.
6266
6267 2006-09-06 Daiki Ueno <ueno@unixuser.org>
6268
6269 * mml2015.el (mml2015-use): Default to epg, if available.
6270
6271 2006-09-06 Daiki Ueno <ueno@unixuser.org>
6272
6273 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6274 message-sender.
6275 (mml1991-epg-encrypt): Ditto.
6276 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6277 message-sender.
6278 (mml2015-epg-encrypt): Ditto.
6279
6280 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
6281
6282 * message.el (message-send-mail-with-sendmail): Look for sendmail in
6283 several common directories.
6284
6285 2006-09-05 Daiki Ueno <ueno@unixuser.org>
6286
6287 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6288 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6289
6290 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
6291
6292 * gnus-art.el (article-decode-encoded-words): Make it fast.
6293
6294 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
6295
6296 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6297
6298 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6299 in quoted string into `\'.
6300
6301 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6302
6303 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6304 Use standard-syntax-table.
6305
6306 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6307
6308 * gnus-art.el (gnus-decode-address-function): New variable.
6309 (article-decode-encoded-words): Use it to decode headers which are
6310 assumed to contain addresses.
6311 (gnus-mime-delete-part): Remove useless `or'.
6312
6313 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6314 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6315 (gnus-nov-parse-line): Use it to decode From header.
6316 (gnus-get-newsgroup-headers): Ditto.
6317 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6318
6319 * mail-parse.el (mail-decode-encoded-address-region): New alias.
6320 (mail-decode-encoded-address-string): New alias.
6321
6322 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6323 New function.
6324 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6325 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6326 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6327 (rfc2047-decode-string): Ditto.
6328 (rfc2047-decode-address-region): New function.
6329 (rfc2047-decode-address-string): New function.
6330
6331 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
6332
6333 * message.el (message-caesar-buffer-body): Allow rotating headers.
6334
6335 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6336
6337 * message.el (message-insert-formated-citation-line): Fix %f.
6338 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6339
6340 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
6341
6342 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6343 (gnus-bookmark-mouse-available-p): New macro.
6344 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6345 (gnus-bookmark-bmenu-show-infos): Use it.
6346 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6347 (gnus-bookmark-bmenu-hide-infos): Ditto.
6348 (gnus-bookmark-remove-properties): New function.
6349 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6350 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6351 (gnus-bookmark-write-file): Bind coding-system-for-write.
6352 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6353 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6354 group before selecting it.
6355 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6356 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6357 quit-window if it is not available; use gnus-mouse-2 and bind it to
6358 gnus-bookmark-bmenu-select-by-mouse.
6359 (gnus-bookmark-show-details): Remove unused variable `details-list'.
6360 (gnus-bookmark-bmenu-select-by-mouse): New function.
6361
6362 2006-08-13 Romain Francoise <romain@orebokech.com>
6363
6364 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6365 space.
6366
6367 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
6368
6369 * compface.el (uncompface): Use binary rather than raw-text-unix.
6370
6371 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
6372
6373 * compface.el (uncompface): Make sure the eol conversion doesn't take
6374 place when communicating with the external programs. Reported by
6375 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6376
6377 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
6378
6379 * nnheader.el (nnheader-insert-head): Fix typo in comment.
6380
6381 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6382
6383 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6384 Make it more robust by parsing author and date independently.
6385
6386 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6387
6388 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6389
6390 2006-07-28 Daiki Ueno <ueno@unixuser.org>
6391
6392 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6393 first matching secret key.
6394 (mml2015-epg-encrypt): Ditto.
6395
6396 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6397 first matching secret key.
6398 (mml1991-epg-encrypt): Ditto.
6399
6400 * mml2015.el (mml2015-encrypt-to-self): New user option.
6401 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6402 mml2015-epg-encrypt-to-self is set.
6403
6404 * mml1991.el (mml1991-encrypt-to-self): New variable.
6405 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6406 mml1991-epg-encrypt-to-self is set.
6407
6408 * mml2015.el (mml2015-signers): New user option.
6409 (mml2015-epg-sign): Reflect the value of mml2015-signers.
6410 (mml2015-epg-encrypt): Allow to select signing keys.
6411
6412 * mml1991.el (mml1991-signers): New variable.
6413 (mml1991-epg-sign): Reflect the value of mml1991-signers.
6414 (mml1991-epg-encrypt): Allow to select signing keys.
6415
6416 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
6417
6418 * nnheader.el (nnheader-insert-head): Make it work even if the file
6419 uses CRLF for the line-break code.
6420
6421 2006-07-25 Daiki Ueno <ueno@unixuser.org>
6422
6423 * mml2015.el: Require mml-sec instead of password.
6424 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6425 (mml2015-cache-passphrase): Inherit the default value from
6426 mml-secure-cache-passphrase.
6427 (mml2015-passphrase-cache-expiry): Inherit the default value from
6428 mml-secure-passphrase-cache-expiry.
6429
6430 * mml1991.el: Require mml-sec instead of password.
6431 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6432 (mml1991-cache-passphrase): Inherit the default value from
6433 mml-secure-cache-passphrase.
6434 (mml1991-passphrase-cache-expiry): Inherit the default value from
6435 mml-secure-passphrase-cache-expiry.
6436
6437 * mml-sec.el: Require password.
6438 (mml-secure-verbose): New user option.
6439 (mml-secure-cache-passphrase): New user option.
6440 (mml-secure-passphrase-cache-expiry): New user option.
6441
6442 2006-07-24 Daiki Ueno <ueno@unixuser.org>
6443
6444 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6445 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
6446 andreas@altroot.de (Andreas Vögele).
6447
6448 FIXME: Use `tiny change'?
6449
6450 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6451
6452 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6453 workaround for the url package included with Emacs.
6454
6455 * nnweb.el (nnweb-google-create-mapping): Update regexp.
6456
6457 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
6458
6459 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6460 correctly. This fixes a bug caused by the 2006-05-12 change.
6461
6462 2006-07-18 Karl Fogel <kfogel@red-bean.com>
6463
6464 * nnmail.el (nnmail-article-group): If splitting raises an error, give
6465 some information about the error when saying that the `bogus' mail
6466 group will be used.
6467
6468 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
6469
6470 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6471 string.
6472
6473 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
6474
6475 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6476
6477 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6478
6479 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6480
6481 2006-07-10 Daiki Ueno <ueno@unixuser.org>
6482
6483 * mml1991.el (mml1991-function-alist): Add epg.
6484 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6485 (mml1991-epg-encrypt): New functions.
6486
6487 2006-07-10 Daiki Ueno <ueno@unixuser.org>
6488
6489 * mml2015.el (mml2015-verbose): New variable.
6490 (mml2015-cache-passphrase): Ditto.
6491 (mml2015-passphrase-cache-expiry): Ditto.
6492 (mml2015-function-alist): Add epg.
6493 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6494 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6495 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6496 functions.
6497
6498 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6499
6500 * message.el (message-cite-original-1): Preserve region when removing
6501 quoted text due to X-No-Archive in order to avoid bogus attribution
6502 when citing multiple messages.
6503
6504 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6505
6506 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
6507 Kenneth Jacker <khj@be.cs.appstate.edu>.
6508
6509 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
6510
6511 * gnus-diary.el (gnus-user-format-function-d)
6512 (gnus-user-format-function-D): Autoload.
6513
6514 * imap.el (Commentary): Fix typo.
6515
6516 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6517 2006-04-22 contribution.
6518
6519 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6520
6521 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6522 It didn't really fix the bogosity I'm seeing with solid web groups.
6523
6524 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6525
6526 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6527 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6528 created using server names. If we use the feature without declaring
6529 it, Gnus does not properly manage server and group state.
6530
6531 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6532 bound.
6533
6534 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6535
6536 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6537 looking up the method using GROUP's prefix before inventing a new one.
6538 It is used on killed/unknown groups in various places where returning
6539 an all-new method isn't expected by the caller.
6540
6541 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6542 and match semantics of gnus-group-real-prefix.
6543
6544 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
6545
6546 * nnmail.el (nnmail-broken-references-mailers): New variable.
6547 (nnmail-ignore-broken-references): New function generalizing
6548 nnmail-fix-eudora-headers.
6549 (nnmail-fix-eudora-headers): Now obsolete.
6550
6551 * gnus-art.el (gnus-button-handle-custom): Support
6552 `customize-apropos*'.
6553
6554 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6555
6556 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6557
6558 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6559 articles.
6560
6561 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
6562
6563 * message.el (message-cite-reply-above): New variable.
6564 (message-yank-original): Use it.
6565
6566 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
6567
6568 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6569
6570 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
6571
6572 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6573 as read.
6574
6575 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6576
6577 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
6578
6579 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6580 (gnus-bookmark-default-file): Use gnus-directory.
6581 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6582 Remove "*" in doc string.
6583 (gnus-bookmark-write-file): Simplify.
6584 (gnus-bookmark-maybe-sort-alist): Use `when'.
6585 (gnus-bookmark-get-bookmark): Fix typo in doc string.
6586 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6587 FIXME about Emacs 21 and XEmacs compatibility.
6588 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6589 compatibility.
6590 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6591 compatibility.
6592 (gnus-bookmark-menu-heading): Fix version.
6593
6594 2006-06-19 Bastien Guerry <bzg@altern.org>
6595
6596 * gnus-bookmark.el: New file.
6597
6598 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6599
6600 * message.el (message-syntax-checks): Doc fix.
6601
6602 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6603
6604 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6605 unsubscribed groups as if they were killed ones. It causes duplicate
6606 entries in gnus-newsrc-alist.
6607
6608 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
6609
6610 * message.el (message-syntax-checks): Doc fix.
6611 (message-send-mail): Add check for continuation headers.
6612 (message-check-news-header-syntax): Fix regexp used to check for
6613 continuation headers.
6614
6615 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
6616
6617 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6618
6619 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
6620
6621 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6622
6623 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
6624
6625 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6626 default-truncate-lines.
6627
6628 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
6629
6630 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6631 to fill the utf-8 entry.
6632
6633 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6634
6635 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6636
6637 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
6638
6639 * gnus-agent.el (directory-files-and-attributes): Move all the way
6640 forward (the third and final move).
6641 (gnus-agent-read-agentview): Trap reconstruction errors due to
6642 nonexistent directory. Handle by returning nil.
6643
6644 2006-05-30 Didier Verna <didier@xemacs.org>
6645
6646 * message.el (message-dont-reply-to-names): Update the custom type.
6647 * message.el (message-dont-reply-to-names): New defsubst: potentially
6648 convert a list of regexps into a single one.
6649 * message.el (message-get-reply-headers): Use it.
6650 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6651
6652 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
6653
6654 * gnus-agent.el (directory-files-and-attributes): Move forward.
6655
6656 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
6657
6658 * gnus-ml.el (gnus-mailing-list-subscribe)
6659 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6660 (gnus-mailing-list-message): Fix doc strings.
6661
6662 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6663
6664 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6665 of doing it manually.
6666
6667 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
6668
6669 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6670 comment.
6671
6672 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
6673
6674 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6675 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6676 (gnus-agent-read-local): All symbols allocated in my-obarray.
6677 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6678 (gnus-agent-regenerate-group): Check numeric names to see if they are
6679 messages or groups.
6680 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6681 better way of do this...)
6682
6683 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6684 'dummy.group' (there should be a better way of do this...)
6685
6686 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
6687
6688 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6689 (gnus-saved-headers): Ditto.
6690 (gnus-default-article-saver): Mention functions may have properties.
6691 (gnus-article-save): Override gnus-save-all-headers and
6692 gnus-saved-headers by :headers property which saver function may have.
6693 (gnus-summary-save-in-file): Add :headers property.
6694 (gnus-summary-write-to-file): Ditto.
6695
6696 * gnus-sum.el (gnus-summary-save-article): Bind
6697 gnus-prompt-before-saving to t when saving many articles in a file;
6698 always show all headers.
6699
6700 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
6701
6702 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6703 marks.
6704
6705 * message.el (message-indent-citation): Add optional arguments to allow
6706 using it outside of message buffers.
6707
6708 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6709 (gnus-article-treat-unfold-headers): Use it.
6710 (gnus-article-truncate-lines): New variable.
6711 (gnus-article-mode): Use it.
6712 (gnus-article-toggle-truncate-lines): New function.
6713
6714 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6715 gnus-article-toggle-truncate-lines.
6716
6717 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6718 coding system in XEmacs, use binary.
6719
6720 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
6721
6722 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6723 after-load-alist.
6724
6725 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6726 this function should save decoded articles.
6727 (gnus-summary-write-to-file): Use property to specify this function
6728 should save decoded articles and specify gnus-summary-save-in-file
6729 should be used to save articles other than the first one when saving
6730 many articles.
6731 (gnus-summary-save-body-in-file): Use property to specify this
6732 function should save decoded articles.
6733 (gnus-summary-write-body-to-file): Use property to specify this
6734 function should save decoded articles and specify
6735 gnus-summary-save-body-in-file should be used to save articles other
6736 than the first one when saving many articles.
6737
6738 * gnus-sum.el (gnus-summary-save-article): Simplify.
6739
6740 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
6741
6742 * gnus-art.el (gnus-default-article-saver): Add
6743 gnus-summary-write-body-to-file.
6744 (gnus-article-save-coding-system): Don't use coding system object
6745 in XEmacs.
6746 (gnus-read-save-file-name): Add optional `dir-var' argument which
6747 specifies directory in which files are saved; work even if optional
6748 `variable' argument is not specified.
6749 (gnus-summary-write-to-file): Read file name.
6750 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6751 (gnus-summary-write-body-to-file): New function.
6752
6753 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6754 (gnus-summary-local-variables): Add it.
6755 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6756 (gnus-summary-save-article): Remove optional `decode' argument;
6757 determine whether to decode articles by the value of
6758 gnus-default-article-saver; when saving many files using
6759 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6760 it first and use gnus-summary-save-in-file or
6761 gnus-summary-save-body-in-file thereafter unless
6762 gnus-prompt-before-saving is always; move point to article which
6763 will be saved.
6764 (gnus-summary-save-article-file): Revert.
6765 (gnus-summary-write-article-file): Revert.
6766 (gnus-summary-save-article-body-file): Revert.
6767 (gnus-summary-write-article-body-file): New function.
6768
6769 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
6770
6771 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6772
6773 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
6774
6775 * gnus-art.el (gnus-default-article-saver): Doc fix.
6776 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6777 from gnus-summary-save-article-coding-system, and default to a
6778 certain coding system.
6779 (gnus-output-to-file): Add coding cookie and encode text according
6780 to gnus-article-save-coding-system; don't use mm-append-to-file.
6781
6782 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6783 gnus-art.el and rename to gnus-article-save-coding-system.
6784 (gnus-summary-save-article): Require gnus-art; don't show all
6785 headers if it decodes articles; don't add coding cookie here;
6786 don't bind mm-text-coding-system-for-write.
6787 (gnus-summary-save-article-file): Save decoded articles.
6788 (gnus-summary-write-article-file): When saving many files, use
6789 gnus-summary-write-to-file first and gnus-summary-save-in-file
6790 thereafter unless gnus-prompt-before-saving is always.
6791 (gnus-summary-save-article-body-file): Save decoded articles.
6792
6793 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
6794
6795 * nnrss.el (nnrss-check-group): Bind hash-index.
6796
6797 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
6798
6799 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6800 its hash index. Store this hash in `nnrss-group-data'.
6801 (nnrss-read-group-data): Update accordingly.
6802
6803 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
6804
6805 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6806 entry.
6807
6808 * gnus-sum.el (gnus-summary-make-menu-bar): Add
6809 gnus-article-browse-html-article.
6810
6811 2006-05-23 Hynek Schlawack <hynek@ularx.de>
6812
6813 * gnus-sum.el (gnus-summary-mime-map): Add
6814 gnus-article-browse-html-article.
6815 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
6816
6817 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6818 suitable coding systems in customize.
6819
6820 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
6821
6822 * mail-source.el (mail-sources): Fix custom type.
6823
6824 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
6825
6826 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6827 (gnus-summary-expire-articles-now): Shorten prompt.
6828
6829 * gmm-utils.el (wid-edit): Require.
6830 (defun-gmm): Renamed from `gmm-defun-compat'.
6831 (gmm-image-search-load-path): Use it.
6832 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
6833
6834 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
6835
6836 * gnus-sum.el (gnus-summary-save-article-coding-system): New
6837 variable.
6838 (gnus-summary-save-article): Add optional `decode' argument. If
6839 it is set and gnus-summary-save-article-coding-system is non-nil,
6840 save decoded article.
6841 (gnus-summary-write-article-file): Save decoded article if
6842 gnus-summary-save-article-coding-system is non-nil.
6843
6844 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6845 type.
6846
6847 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
6848
6849 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6850
6851 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6852
6853 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6854 first to test gnus-single-article-buffer which may be buffer-local.
6855
6856 * gnus-sum.el (gnus-summary-setup-buffer): Make
6857 gnus-single-article-buffer buffer-local and nil in ephemeral
6858 group; make gnus-article-buffer, gnus-article-current, and
6859 gnus-original-article-buffer always buffer-local.
6860 (gnus-summary-exit): Kill article buffer belonging to ephemeral
6861 group.
6862 (gnus-handle-ephemeral-exit): Don't move to next summary line.
6863
6864 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
6865
6866 * nnml.el (nnml-request-compact-group): Compressed files might not
6867 have .gz extension.
6868
6869 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6870
6871 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6872 (mm-copy-to-buffer): Use with-current-buffer.
6873 (mm-display-part): Simplify.
6874 (mm-inlinable-p): Add optional arg `type'.
6875
6876 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6877
6878 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6879 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6880 Try harder to show the attachment internally or externally using
6881 gnus-mime-view-part-as-type.
6882
6883 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
6884
6885 * message.el (message-from-style, message-signature-separator)
6886 (message-user-organization-file, message-send-mail-function)
6887 (message-citation-line-function, message-yank-prefix)
6888 (message-indent-citation-function, message-signature)
6889 (message-signature-file, message-signature-insert-empty-line):
6890 Remove autoloads.
6891
6892 * gnus-art.el (gnus-buttonized-mime-types): Remove
6893 "multipart/signed". Revert 2006-04-26 change.
6894
6895 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6896
6897 * gnus.el (gnus-version-number): Bump version.
6898
6899 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
6900
6901 * gnus.el: No Gnus v0.5 is released.
6902
6903 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6904
6905 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6906 fetching articles by message-id.
6907
6908 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6909
6910 * message.el (hashcash): Require hashcash as normal.
6911
6912 * ecomplete.el (ecomplete-highlight-match-line): Use
6913 point-at-eol.
6914 (ecomplete-highlight-match-line): Use `highlight', because that
6915 face exists in both Emacs and XEmacs.
6916
6917 * message.el (message-display-abbrev): Use point-at-bol.
6918
6919 * mail-source.el: Don't require timer/timer-funcs.
6920
6921 * gnus-async.el: Ditto.
6922
6923 * password.el: Ditto.
6924
6925 * mm-url.el: Ditto.
6926
6927 * mm-util.el: Require timer/timer-funcs.
6928
6929 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6930
6931 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6932 Close.
6933
6934 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
6935
6936 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
6937 unibyte after clear-decrypt function runs.
6938
6939 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
6940 returns as a unibyte string.
6941
6942 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
6943
6944 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
6945 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
6946 (mml1991-pgg-encrypt): Ditto.
6947
6948 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
6949
6950 * message.el (message-user-organization-file): Check several
6951 locations of the organization file.
6952
6953 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
6954 Add gnus-article-view-part-as-type.
6955
6956 * gnus-art.el (gnus-article-view-part-as-type): New function.
6957
6958 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
6959 .mobi and .travel. Remove .nato, .bitnet and .uucp.
6960
6961 * mml.el: Simplify autoload.
6962 (mml-mode): defvar dnd-protocol-alist instead of using
6963 symbol-value.
6964 (mml-default-directory): New variable.
6965 (mml-minibuffer-read-file): Use it.
6966 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
6967
6968 * message.el (message-citation-line-format): New variable.
6969 (message-insert-formated-citation-line): New function.
6970 (message-citation-line-function): Add
6971 `message-insert-formated-citation-line' to custom type.
6972
6973 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
6974 to doc string.
6975
6976 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
6977 depending on mm-verify-option.
6978
6979 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
6980
6981 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
6982 binding pgg-* variables; reimplement the section which prevents
6983 MIME header from being signed.
6984 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
6985 pgg-text-mode; remove a blank line at the top of body.
6986
6987 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
6988 lines at the top of body; use gnus-newsgroup-charset if there's no
6989 Charset header.
6990
6991 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
6992
6993 * message.el (message-self-insert-commands): Doc fix.
6994
6995 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
6996 (mm-uu-pgp-encrypted-test): Ditto.
6997 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
6998 between header and body; return application/pgp-encrypted handle
6999 if decryption failed; decode decrypted body by charset.
7000
7001 * mm-decode.el (mm-automatic-display): Don't make application/pgp
7002 element match to application/pgp-*.
7003
7004 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7005
7006 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7007 HTML.
7008
7009 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7010
7011 * mail-source.el (mail-source-call-script): Message the error
7012 string.
7013
7014 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7015
7016 * gnus-util.el (gnus-byte-compile): Use it.
7017
7018 2006-04-22 xyblor <fake@invalid.email> (tiny change)
7019
7020 * gnus-util.el (kill-empty-logs): New function.
7021
7022 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7023
7024 * message.el (message-mail-alias-type): Doc fix.
7025 (message-mail-alias-type-p): New function.
7026 (message-send): Use it.
7027 (message-mode): Ditto.
7028 (message-strip-forbidden-properties): Ditto.
7029
7030 * ecomplete.el (ecomplete-database-file-coding-system): New
7031 variable.
7032 (ecomplete-save): Use it.
7033 (ecomplete-setup): Use it.
7034
7035 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
7036
7037 * message.el (message-self-insert-commands): New variable.
7038 (message-strip-forbidden-properties): Use it.
7039
7040 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7041
7042 * message.el (message-put-addresses-in-ecomplete): Use a regexp
7043 that doesn't make XEmacs choke.
7044
7045 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
7046
7047 * gnus-util.el (gnus-replace-in-string):
7048 Prefer replace-regexp-in-string over of replace-in-string.
7049
7050 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
7051
7052 * gnus-util.el (gnus-select-frame-set-input-focus):
7053 Use select-frame-set-input-focus if it is available in XEmacs; use
7054 definition defined in Emacs 22 for old Emacsen.
7055
7056 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
7057
7058 * mm-view.el (mm-inline-text): Use equal instead of equalp.
7059
7060 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
7061
7062 * gnus-registry.el (gnus-registry-cache-save): Remove text
7063 properties when saving via the temp buffer.
7064
7065 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
7066
7067 * message.el (message-generate-hashcash): Honor custom type.
7068
7069 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7070
7071 * message.el (message-generate-hashcash): Default to non-nil when
7072 hashcash is found.
7073
7074 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7075 (gnus-refer-thread-limit): Increase default to 500.
7076
7077 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7078
7079 * flow-fill.el (fill-flowed): Allow delete-space.
7080
7081 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
7082
7083 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7084 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7085 Remove autoloads.
7086
7087 2006-04-18 Simon Josefsson <jas@extundo.com>
7088
7089 * message.el (message-generate-hashcash): Default to.
7090
7091 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
7092
7093 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7094 concatenating segments rather than before concatenating them.
7095
7096 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
7097
7098 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7099
7100 * imap.el (imap-quote-specials): New function.
7101 (imap-login-auth): Quote specials.
7102
7103 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7104
7105 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7106
7107 * message.el (message-forward-make-body-plain): Allow
7108 message-forward-ignored-headers to be a list.
7109 (message-remove-ignored-headers): Factor out into function.
7110 (message-forward-make-body-mml): Use it.
7111 * rfc2231.el (rfc2231-parse-string): Remove dead code.
7112 (rfc2231-parse-string): Allow concatanation of parameters that
7113 aren't contiguous. The test case is
7114 (mail-header-parse-content-type "message/external-body;
7115 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7116 access-type=LOCAL-FILE;
7117 name*1*=plugh%2fhello-sailor%2fbing.pdf")
7118
7119 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
7120
7121 * nntp.el (nntp-accept-process-output): Return the value of
7122 `nnheader-accept-process-output'.
7123
7124 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7125
7126 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7127 (gnus-button-alist): Recognize more diff formats.
7128 (gnus-button-patch): Strip directory.
7129
7130 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
7131
7132 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7133 Emacs 22 when setting focus.
7134
7135 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7136
7137 * gnus-art.el (gnus-article-treat-types): Do treatment of
7138 text/x-verbatim parts.
7139 (gnus-button-patch): New command.
7140
7141 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7142 addresses that contain invalid characters.
7143
7144 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7145
7146 * message.el (message-put-addresses-in-ecomplete): Use
7147 gnus-replace-in-string.
7148 (message-is-yours-p): Use the more correct
7149 mail-header-parse-address instead of
7150 mail-extract-address-components.
7151 (message-put-addresses-in-ecomplete): Fix typo.
7152
7153 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7154 keystroke.
7155
7156 * gnus-art.el (gnus-treatment-function-alist): Change order of
7157 newsgroups/generic header folding to avoid double-folding.
7158
7159 * message.el (message-hidden-headers): Add X-Draft-From.
7160
7161 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7162 command.
7163 (gnus-summary-repeat-search-article-backward): New command.
7164
7165 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7166 groups in the parent topic.
7167
7168 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
7169
7170 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7171 (spam-extra-header-to-number): Return the CRM114 number as a
7172 number instead of a string.
7173
7174 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7175
7176 * gnus-art.el (gnus-face-properties-alist): Moved here from
7177 gnus-fun.
7178
7179 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7180
7181 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7182
7183 * message.el (message-strip-forbidden-properties): Only display on
7184 self-insert-command.
7185
7186 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7187 reindent.
7188 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7189
7190 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
7191
7192 * smiley.el (smiley-style): Fix typo.
7193
7194 2006-03-23 Kenichi Handa <handa@m17n.org>
7195
7196 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
7197 instead of set-buffer-multibyte.
7198
7199 2006-03-23 Kenichi Handa <handa@m17n.org>
7200
7201 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7202 buffer and then decode the buffer text if necessary.
7203 (rfc2231-encode-string): Be sure to work on multibyte buffer at
7204 first, and after mm-encode-body, change the buffer to unibyte.
7205
7206 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7207
7208 * hashcash.el (hashcash-insert-payment-async-2): Use
7209 message-goto-eoh instead of doing it manually.
7210 (mail-add-payment): Use message-narrow-to-header instead of trying
7211 to do the same itself.
7212
7213 * message.el (message-hidden-headers): Add Face.
7214
7215 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7216 reparenting code.
7217 (gnus-summary-reparent-children): Refactored out code.
7218 (gnus-summary-thread-map): New keystroke.
7219 (gnus-summary-reparent-children): Make into command.
7220
7221 * smiley.el (smiley-style): Default to `medium' if using a large
7222 font.
7223
7224 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7225 does it itself.
7226
7227 * message.el (message-point-in-header-p): Simplify definition.
7228
7229 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7230
7231 * nnagent.el (nnagent-request-set-mark): Silence log file
7232 writing.
7233 (nnagent-request-set-mark): Use write-region instead of
7234 append-to-file.
7235
7236 * gnus-sum.el (gnus-read-header): Fudge article number if using a
7237 strange select method.
7238
7239 * ecomplete.el (ecomplete-display-matches): Get highlightling
7240 right.
7241 (ecomplete-display-matches): Use literals.
7242 (ecomplete-display-matches): Disable message logging.
7243
7244 * message.el (message-display-abbrev): Small optimization.
7245
7246 * ecomplete.el (ecomplete-display-matches): Allow automatic
7247 display.
7248
7249 * message.el (message-strip-forbidden-properties): Display
7250 abbrevs.
7251 (message-display-abbrev): Get automatic display right.
7252
7253 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7254 keystrokes.
7255
7256 2006-04-13 Romain Francoise <romain@orebokech.com>
7257
7258 TODO: Backport to v5-10!
7259
7260 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7261 Moved here (and renamed) from gnus-registry.el.
7262
7263 * gnus-registry.el: Require gnus-util.
7264 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7265
7266 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7267
7268 * gnus-group.el (gnus-group-catchup-current): Change
7269 if-then-else-if-then-else into cond.
7270 (gnus-group-catchup): Indent.
7271 (group-name-at-point): New function.
7272 (gnus-fetch-group): Provide default from thing at point.
7273
7274 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7275
7276 * message.el (message-display-abbrev): Fix regexp.
7277
7278 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7279 choosing.
7280 (ecomplete-highlight-match-line): Fix up code rewrite, remove
7281 dead variables.
7282
7283 * message.el (message-newline-and-indent): Remove debugging.
7284 (message-display-abbrev): Use new implementation.
7285
7286 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
7287
7288 * gnus-art.el (gnus-article-mode): Set
7289 cursor-in-non-selected-windows to nil.
7290
7291 * smiley.el: Revert previous change.
7292 (smiley-data-directory): defvar it before using it in the
7293 defcustom of `smiley-style'.
7294
7295 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7296
7297 * message.el (message-newline-and-indent): New function.
7298
7299 * ecomplete.el: Implement more bits.
7300
7301 * message.el (message-put-addresses-in-ecomplete): Clean up the
7302 string.
7303
7304 * ecomplete.el (ecomplete-add-item): Chop off decimals.
7305
7306 * gnus-sum.el (gnus-summary-save-parts): Bind
7307 gnus-summary-save-parts-counter and use it to make unique file
7308 names.
7309
7310 * gnus-art.el (gnus-ignored-headers): Add some more headers.
7311
7312 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7313 parameter to say whether to actually parse the individual
7314 addresses.
7315
7316 * message.el (message-put-addresses-in-ecomplete): New function.
7317 (ecomplete): Require.
7318 (message-mail-alias-type): Add ecomplete as an option.
7319
7320 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
7321
7322 * flow-fill.el (fill-flowed): Remove trailing space from blank
7323 quoted lines.
7324
7325 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7326
7327 * smiley.el (smiley-style): Move definition later to avoid a
7328 compilation warning.
7329
7330 2006-04-12 Kenichi Handa <handa@m17n.org>
7331
7332 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7333 buffer and then decode the buffer text if necessary.
7334 (rfc2231-encode-string): Be sure to work on multibyte buffer at
7335 first, and after mm-encode-body, change the buffer to unibyte.
7336 Use mm-disable-multibyte instead of set-buffer-multibyte.
7337
7338 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
7339
7340 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7341 Content-Type header instead of Content-Disposition header.
7342 (gnus-mime-inline-part): Ditto.
7343 (gnus-mime-view-part-as-charset): Ignore charset that the part
7344 specifies.
7345
7346 * mm-decode.el (mm-display-part): Work with external parts and
7347 usual parts similarly.
7348
7349 * mm-extern.el (mm-inline-external-body): Use mm-display-part
7350 instead of gnus-display-mime.
7351
7352 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7353 instead of with-temp-buffer.
7354
7355 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7356 tag to summarized topics part in order to encode non-ASCII text.
7357
7358 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
7359
7360 * smiley.el (smiley-style): New variable.
7361 (smiley-directory): New function.
7362 (smiley-data-directory): Derive from `smiley-style' using
7363 `smiley-directory'.
7364 (smiley-regexp-alist): Add new entries.
7365
7366 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7367 (gnus-article-browse-delete-temp): Add :version.
7368
7369 2006-04-11 Arne Jørgensen <arne@arnested.dk>
7370
7371 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7372 the sieve region.
7373
7374 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7375
7376 * gnus.el (gnus-version-number): Bump version.
7377
7378 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
7379
7380 * gnus.el: No Gnus v0.4 is released.
7381
7382 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7383
7384 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7385 layout.
7386
7387 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7388 unknown charset.
7389
7390 * message.el (message-header-synonyms): Add Original-To to the
7391 default.
7392
7393 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7394 optional parameter.
7395
7396 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
7397
7398 * gnus-fun.el (gnus): Require it for gnus-directory.
7399
7400 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7401
7402 * gnus-fun.el (gnus-face-properties-alist): Add :version.
7403
7404 2006-04-05 Daiki Ueno <ueno@unixuser.org>
7405
7406 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7407
7408 2006-04-05 Simon Josefsson <jas@extundo.com>
7409
7410 * password.el (password-reset): New function.
7411
7412 2006-04-05 Daiki Ueno <ueno@unixuser.org>
7413
7414 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7415 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7416
7417 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7418
7419 * nnweb.el (nnweb-google-create-mapping): Update regexp.
7420 Some whitespace was matched into the url, which broke browsing hits
7421 > 100 when mm-url-use-external was nil.
7422
7423 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
7424
7425 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7426 gnus-extra-headers for 'Newsgroups.
7427
7428 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7429 bound.
7430
7431 2006-04-04 Daiki Ueno <ueno@unixuser.org>
7432
7433 * pgg-gpg.el: Clean up process buffers every time gpg processes
7434 complete.
7435
7436 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
7437
7438 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7439 doc string.
7440
7441 2006-04-03 Daiki Ueno <ueno@unixuser.org>
7442
7443 * pgg-gpg.el (pgg-gpg-process-filter)
7444 (pgg-gpg-wait-for-completion): Check if buffer is alive.
7445
7446 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7447 lines, temporary fix.
7448
7449 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7450
7451 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7452
7453 2006-03-29 Daiki Ueno <ueno@unixuser.org>
7454
7455 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7456 default-enable-multibyte-characters. This reverts the change from
7457 revision 6.17 which is no longer necessary because the passphrase
7458 is sent separately now. GnuPG messages are unreadable under
7459 multibyte locales with default-enable-multibyte-characters set to
7460 nil.
7461
7462 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7463
7464 * message.el (message-tool-bar-gnome): Move "spell".
7465
7466 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
7467
7468 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7469 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
7470 instead.
7471
7472 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
7473
7474 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7475 newsgroups handling for NNTP overviews which don't include
7476 Newsgroups.
7477
7478 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7479
7480 * message.el (message-resend): Bind message-generate-hashcash to nil.
7481
7482 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7483
7484 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7485 when searching for already-paid recipients.
7486
7487 2006-03-27 Daiki Ueno <ueno@unixuser.org>
7488
7489 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7490 passphrases when it is not needed.
7491 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7492 passphrase stuff from gpg, should only be necessary when you use
7493 gpg with a smartcard.
7494
7495 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
7496
7497 * mml.el (mml-insert-mime): Ignore cached contents of
7498 message/external-body part.
7499
7500 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7501 (mm-insert-part): Ditto.
7502
7503 2006-03-23 Simon Josefsson <jas@extundo.com>
7504
7505 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7506 Reiner.
7507 (pgg-gpg-use-agent-p): Use it again.
7508
7509 2006-03-23 Simon Josefsson <jas@extundo.com>
7510
7511 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7512 older emacsen.
7513 (pgg-gpg-use-agent-p): Don't use it.
7514
7515 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
7516
7517 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7518 if we can.
7519
7520 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
7521
7522 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7523 (pgg-gpg-update-agent): New function.
7524 (pgg-gpg-use-agent-p): New function.
7525 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7526 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7527 (pgg-gpg-sign-region): Use it.
7528
7529 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
7530
7531 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7532 Reported by Ralf Wachinger <rwachinger@gmx.de>.
7533
7534 2006-03-21 Simon Josefsson <jas@extundo.com>
7535
7536 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7537 <wilde@sha-bang.de>.
7538 (pgg-gpg-use-agent): New variable.
7539 (pgg-gpg-process-region): Use it.
7540 (pgg-gpg-encrypt-region): Likewise.
7541 (pgg-gpg-encrypt-symmetric-region): Likewise.
7542 (pgg-gpg-decrypt-region): Likewise.
7543 (pgg-gpg-sign-region): Likewise.
7544 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7545
7546 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
7547
7548 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7549
7550 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7551 Add comment on version.
7552
7553 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
7554
7555 * smiley.el: Add missing test smiley.
7556
7557 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
7558
7559 * mm-decode.el (mm-with-part): New macro.
7560 (mm-get-part): Use it; work with message/external-body as well.
7561 (mm-save-part): Treat name and filename equally.
7562
7563 * mm-extern.el (mm-extern-cache-contents): New function.
7564 (mm-inline-external-body): Use it; force the part to be displayed;
7565 move undisplayer added to the cached handle to the parent.
7566
7567 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7568 (gnus-mime-view-part-as-type): Work with message/external-body.
7569
7570 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7571
7572 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
7573
7574 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7575 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
7576 Emacs.]
7577
7578 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
7579
7580 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7581 path rather than symbol. Always return list of directories.
7582 Guarantee that image directory comes first. [Sync with image.el,
7583 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
7584
7585 * message.el (message-make-tool-bar): Adjust to new API of
7586 `gmm-image-load-path-for-library'.
7587
7588 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7589
7590 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7591
7592 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7593
7594 * gnus-art.el (gnus-article-only-boring-p):
7595 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7596 intangible text.
7597 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7598
7599 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
7600
7601 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
7602 `defun' instead of `gmm-defun-compat'.
7603
7604 2006-03-14 Simon Josefsson <jas@extundo.com>
7605
7606 * message.el (message-unique-id): Don't use message-number-base36
7607 if (user-uid) is a float.
7608 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7609
7610 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
7611
7612 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7613
7614 * gnus-art.el (gnus-mime-display-single): Make sure there is an
7615 empty line between a part and a message part.
7616
7617 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7618
7619 * smiley.el: Add more test smileys.
7620 (smiley-data-directory, smiley-regexp-alist)
7621 (gnus-smiley-file-types): Fix doc strings.
7622 (smiley-update-cache): Clear smiley-cached-regexp-alist before
7623 adding new elements.
7624 (smiley-mouse-map): Unused code. Make it a comment.
7625
7626 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7627
7628 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7629 scan latest NoCeM messages instead of old ones.
7630 (gnus-nocem-check-article): Fix regexps so as to match to PGP
7631 delimiters that are recently used.
7632 (gnus-nocem-load-cache): Add autoload cookie.
7633
7634 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7635
7636 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7637 level which is larger than gnus-use-nocem is specified.
7638
7639 * gnus-group.el (gnus-group-get-new-news): Ditto.
7640
7641 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
7642
7643 * gnus-util.el (gnus-tool-bar-update): New function.
7644
7645 * gnus-group.el (gnus-group-update-tool-bar): New variable.
7646 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7647
7648 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7649
7650 * gnus-group.el (gnus-group-redraw-when-idle)
7651 (gnus-group-redraw-check): Remove.
7652 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7653
7654 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
7655
7656 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7657 if optional last element is specified in splits (FIELD VALUE...).
7658
7659 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
7660
7661 * message.el (message-make-tool-bar): Rename gmm-image-load-path
7662 to gmm-image-load-path-for-library. Call with no-error argument.
7663 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7664
7665 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7666
7667 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7668
7669 * gmm-utils.el (gmm-image-load-path): Remove alias.
7670
7671 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
7672
7673 * gmm-utils.el (gmm-image-load-path): Add alias.
7674
7675 * nnml.el (nnml-generate-nov-databases-directory): Rename from
7676 nnml-generate-nov-databases-1.
7677 (nnml-generate-nov-databases): Use it.
7678 (nnml-generate-nov-databases-directory): Document no-active
7679 argument.
7680
7681 * gmm-utils.el (gmm-image-load-path-for-library): Return single
7682 directory if path is t. Add no-error.
7683
7684 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7685 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7686
7687 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7688 resetting gnus-article-browse-html-temp-list.
7689
7690 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7691 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
7692 Add example to docstring. Rename local variables. Move error
7693 checks to default case in cond and simplify.
7694
7695 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
7696
7697 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7698 handle is multipart when calling it recursively.
7699 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7700
7701 2006-03-03 Daniel Pittman <daniel@rimspace.net>
7702
7703 * nnimap.el (nnimap-request-update-info-internal): Optimize.
7704 Don't `gnus-uncompress-range' to avoid excessive memory usage.
7705
7706 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
7707
7708 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7709 is loaded.
7710
7711 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7712 loaded.
7713
7714 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7715
7716 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7717 to "Emacs 23 (unicode)" in doc string.
7718
7719 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7720 "Emacs 23 (unicode)" in comment.
7721
7722 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
7723
7724 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7725
7726 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7727 characters 160 through 255 in Emacs 23.
7728
7729 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7730
7731 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7732 gnus-article-browse-html-temp.
7733 (gnus-article-browse-delete-temp): Make it customizable. Add
7734 `file'. Adjust doc string.
7735 (gnus-article-browse-delete-temp-files): Add argument. Allow
7736 query for each file. Adjust doc string.
7737 (gnus-article-browse-html-parts): Add
7738 `gnus-article-browse-delete-temp-files' to
7739 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7740
7741 2006-03-02 Hynek Schlawack <hynek@ularx.de>
7742
7743 * gnus-art.el (gnus-article-browse-html-temp)
7744 (gnus-article-browse-delete-temp): New variables.
7745 (gnus-article-browse-delete-temp-files): New function.
7746 (gnus-article-browse-html-parts): Use it.
7747
7748 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7749
7750 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7751
7752 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7753 string.
7754
7755 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7756 gnus-summary-insert-new-articles when unplugged. Remove
7757 gnus-summary-search-article-forward.
7758
7759 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7760 display-visual-class instead of display-color-cells.
7761
7762 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7763
7764 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7765 message/* containing non-ASCII text properly.
7766
7767 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
7768
7769 * message.el: Require gmm-utils, remove autoloads.
7770 (message-tool-bar): Set default based on
7771 gmm-tool-bar-style.
7772 (message-tool-bar-gnome): Add gmm-customize-mode.
7773
7774 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7775 gmm-tool-bar-style.
7776 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7777
7778 * gnus-group.el (gnus-group-tool-bar): Set default based on
7779 gmm-tool-bar-style.
7780 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7781
7782 * gmm-utils.el (gmm-image-directory): Rename variable from
7783 gmm-image-load-path.
7784 (gmm-image-load-path): Use gmm-image-directory.
7785 (gmm-customize-mode): New function.
7786 (gmm-tool-bar-style): New variable.
7787
7788 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7789 gnus-group-redraw-line-number.
7790 (gnus-group-redraw-check): Simplify.
7791 (gnus-group-tool-bar-update): Remove redraw check.
7792 (gnus-group-make-tool-bar): Add redraw check.
7793
7794 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
7795
7796 * gnus-art.el (gnus-button): Add missing parentheses.
7797
7798 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
7799
7800 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7801
7802 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
7803
7804 * gnus-art.el (gnus-button): New face.
7805 (gnus-article-button-face): Use it.
7806
7807 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7808 gnus-summary-next-page. Re-order.
7809
7810 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7811 next-node are now included.
7812 (gnus-group-redraw-line-number): New internal variable.
7813 (gnus-group-redraw-check): Helper function for updating the tool
7814 bar.
7815 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7816
7817 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7818
7819 * spam.el (spam-spamassassin-score-regexp): New internal variable.
7820 (spam-extra-header-to-number, spam-check-spamassassin-headers):
7821 Use it to match format of Spamassassin 3.0 and later. Reported by
7822 IRIE Tetsuya <irie@t.email.ne.jp>.
7823 (spam-check-bogofilter)
7824 (spam-bogofilter-register-with-bogofilter): Fix args of
7825 `gnus-error' calls.
7826
7827 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
7828
7829 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7830 unnecessary interaction when sending queued mails. Reported by
7831 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7832
7833 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
7834
7835 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7836 first or last are nil.
7837
7838 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7839
7840 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7841
7842 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7843
7844 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7845
7846 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7847
7848 * dns.el (query-dns): Protect more against buggy tcp output.
7849
7850 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
7851
7852 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7853 nov.php.
7854
7855 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
7856
7857 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7858 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7859 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
7860 output on the server side.
7861 (nnweb-google-create-mapping): Update regexps and add some
7862 progress indication.
7863
7864 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
7865
7866 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7867 gnus-agent-toggle-plugged. Re-order icons.
7868 (gnus-group-tool-bar-gnome): Add
7869 gnus-group-{prev,next}-unread-group.
7870 (gnus-group-tool-bar-gnome): Re-order icons.
7871
7872 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7873 gnus-summary-insert-new-articles.
7874
7875 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7876 comments.
7877
7878 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
7879 also available in Emacs 21.3.
7880
7881 * message.el (message-fix-before-sending): Change "Emacs 22" to
7882 "Emacs 23 (unicode)" in comment.
7883
7884 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7885 "Emacs 23 (unicode)" in comment.
7886
7887 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7888 comment.
7889 (mm-coding-system-p): Add comment about no-MULE XEmacs.
7890
7891 * mm-view.el (mm-fill-flowed): Add :version.
7892
7893 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
7894
7895 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7896 and load-path.
7897
7898 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
7899
7900 * message.el: Autoload gmm-image-load-path.
7901 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7902 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
7903 consitency.
7904
7905 * gmm-utils.el (gmm-image-load-path): Also search in
7906 "../etc/images". Don't set gmm-image-load-path if we don't find
7907 the image.
7908
7909 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
7910
7911 * gmm-utils.el (gmm-image-load-path): Don't make
7912 `gmm-image-load-path' include subdirectories which the second arg
7913 `image' might specify.
7914
7915 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
7916 subdirectory to icon file names.
7917
7918 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
7919
7920 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
7921
7922 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
7923 gmm-image-load-path calls.
7924
7925 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7926
7927 * message.el (message-make-tool-bar): Ditto.
7928
7929 * mml.el (mml-preview): Added comment concerning tool bar icons.
7930
7931 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
7932 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
7933
7934 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
7935 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
7936
7937 * message.el (message-tool-bar-gnome): Use new icon names.
7938 (message-make-tool-bar): Use `gmm-image-load-path'.
7939
7940 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
7941 functions from MH-E.
7942 (gmm-image-load-path): New variable from MH-E.
7943 (gmm-image-load-path): New function from MH-E. Added arguments
7944 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
7945 *-image-load-path-called-flag.
7946
7947 2006-02-21 Milan Zamazal <pdm@brailcom.org>
7948
7949 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
7950
7951 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
7952
7953 * nnimap.el (nnimap-request-move-article): Change folder back to
7954 source group before deleting.
7955
7956 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
7957
7958 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
7959
7960 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
7961 mm-url.
7962
7963 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
7964
7965 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
7966
7967 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
7968 coding system which mm-charset-to-coding-system returns for a
7969 given charset is valid.
7970
7971 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
7972
7973 * html2text.el (html2text-remove-tag-list):
7974 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
7975
7976 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
7977
7978 * gnus-cus.el: Revert 2005-10-17 change.
7979
7980 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
7981
7982 * gnus-art.el (article-strip-banner): Call
7983 article-really-strip-banner only when the regexp match is made.
7984
7985 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
7986
7987 * gnus-art.el (article-strip-banner): Use
7988 gnus-extract-address-components instead of
7989 mail-header-parse-addresses to make it work with non-ASCII text;
7990 remove mail-encode-encoded-word-string.
7991
7992 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
7993 values which are surrounded with \"...\"; make it never cause a
7994 Lisp error; give up parsing of parameters if it failed in
7995 extracting type.
7996
7997 2006-02-14 Arne Jørgensen <arne@arnested.dk>
7998
7999 * smime.el (smime-cert-by-ldap-1): Fix bug where
8000 `smime-ldap-search' returns results without userCertificates.
8001
8002 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
8003
8004 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8005
8006 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8007
8008 * spam.el (spam-check-spamassassin-headers): Adapt format for
8009 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
8010 <ari@mbf.ocn.ne.jp>.
8011 (spam-list-of-processors): Add spam-use-gmane.
8012
8013 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
8014
8015 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8016 make-temp-file; make it work with XEmacs as well.
8017
8018 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8019 mm-make-temp-file.
8020
8021 * mm-decode.el (mm-display-external): Use the 3rd arg of
8022 mm-make-temp-file.
8023 (mm-create-image-xemacs): Ditto.
8024
8025 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
8026
8027 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8028 with message-narrow-to-headers.
8029 (gnus-draft-setup): Narrow to header to run message-fetch-field.
8030 (gnus-draft-check-draft-articles): New function.
8031 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8032
8033 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
8034
8035 * gnus-art.el (gnus-article-browse-html-parts):
8036 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8037 Don't use suffix argument for mm-make-temp-file for Emacs 21
8038 compatibility. Remove useless `format'.
8039
8040 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
8041
8042 * nnweb.el (nnweb-google-wash-article): Update regexps.
8043 (nnweb-group-alist): Use defvoo instead of defvar.
8044
8045 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
8046
8047 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8048 re-loading nn* modules.
8049
8050 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
8051
8052 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8053 for `tool-bar-mode' and don't check it's default-value.
8054
8055 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8056
8057 * message.el (message-make-tool-bar): Ditto.
8058
8059 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8060 `substring'. Shorten tmp-file name.
8061
8062 * gnus.el: Remove bogus comment.
8063
8064 2006-02-10 Hynek Schlawack <hynek@ularx.de>
8065
8066 * gnus-art.el (gnus-article-browse-html-parts): New function.
8067 (gnus-article-browse-html-article): New function for viewing html
8068 articles with a browser.
8069
8070 2006-02-09 Daiki Ueno <ueno@unixuser.org>
8071
8072 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8073 (mml2015-pgg-encrypt): Ditto.
8074
8075 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8076 (mml1991-pgg-encrypt): Ditto.
8077
8078 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
8079
8080 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8081 message-make-date instead of current-time-string.
8082
8083 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8084 to gnus-decoded which mm-uu might set.
8085
8086 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
8087
8088 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8089 don't decode quoted parameters; remove misimported Emacs code.
8090 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8091 (rfc2231-decode-encoded-string): Don't use split-string which
8092 behaves differently according to Emacs version; use
8093 mm-decode-coding-region to convert charset to coding-system.
8094 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8095 (rfc2231-encode-string): Remove misimported Emacs code.
8096
8097 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
8098
8099 * gnus-art.el (article-decode-charset): Don't use ignore-errors
8100 when calling mail-header-parse-content-type.
8101 (article-de-quoted-unreadable): Ditto.
8102 (article-de-base64-unreadable): Ditto.
8103 (article-wash-html): Ditto.
8104
8105 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8106 calling mail-header-parse-content-type and
8107 mail-header-parse-content-disposition.
8108 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8109 mail-header-parse-content-type.
8110
8111 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8112 insert charset and format parameters; encode description after
8113 inserting it to buffer.
8114 (mml-insert-parameter): Fold lines properly even if a parameter is
8115 segmented into two or more lines; change the max column to 76.
8116
8117 * rfc1843.el (rfc1843-decode-article-body): Don't use
8118 ignore-errors when calling mail-header-parse-content-type.
8119
8120 * rfc2231.el (rfc2231-parse-string): Return at least type if
8121 possible; don't cause an error even if it fails in parsing of
8122 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8123 (rfc2231-encode-string): Don't break lines at the beginning, leave
8124 it to mml-insert-parameter.
8125
8126 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8127 calling mail-header-parse-content-type.
8128
8129 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
8130
8131 * spam-report.el (spam-report-gmane-use-article-number):
8132 Improve doc string.
8133 (spam-report-gmane-internal): Check if a suitable header was found
8134 in the article.
8135
8136 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
8137
8138 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8139 (rfc2231-encode-string): Make param*=value always begin with LWSP.
8140
8141 2006-02-05 Romain Francoise <romain@orebokech.com>
8142
8143 Update copyright notices of all files in the gnus directory.
8144
8145 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
8146
8147 * nnweb.el (nnweb-request-group): Avoid growing overview files.
8148
8149 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
8150
8151 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8152 segmented lines of parameter value to cope with Thunderbird 1.5
8153 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8154 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8155 (rfc2231-encode-string): Don't make lines exceeding 76 column.
8156
8157 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
8158
8159 * mml.el (mml-generate-mime-1): Correct the order of inline signed
8160 parts.
8161
8162 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
8163
8164 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8165 there's only one active file for all servers.
8166 (nnweb-request-scan): Make sure nnweb-articles is initialized on
8167 solid groups. Gnus might have used a FAST request to select the group.
8168 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8169 and nnweb-search redundantly in the active file.
8170 (nnweb-request-list): Don't list bogus groups. There can only be one.
8171 (nnweb-request-create-group): Don't use ARGS.
8172 (nnweb-possibly-change-server, nnweb-request-group): Remove some
8173 initialisations. Let nnoo do the work.
8174
8175 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
8176
8177 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8178 Say the part has been decoded.
8179
8180 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8181
8182 2006-01-31 Kevin Ryde <user42@zip.com.au>
8183
8184 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8185 mailcap-viewer-test-cache when there's no 'test clause, since that
8186 will invert the meaning of a "nil" test previously determined by
8187 mailcap-mailcap-entry-passes-test.
8188
8189 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
8190
8191 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8192 compiling.
8193
8194 * gnus-sum.el: Ditto.
8195
8196 * message.el: Don't bind tool-bar-map when compiling.
8197
8198 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
8199
8200 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8201
8202 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
8203
8204 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8205 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8206 current Google Groups.
8207
8208 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
8209
8210 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8211 and tool-bar-mode.
8212
8213 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8214 and tool-bar-mode.
8215
8216 * message.el (message-tool-bar-update): Simplify.
8217 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8218
8219 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8220 gnus-summary-buffer.
8221 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8222 gnus-summary-reply.
8223
8224 * gmm-utils.el (gmm): Add :version.
8225
8226 2006-01-26 Steve Youngs <steve@sxemacs.org>
8227
8228 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8229 autoload.
8230
8231 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
8232
8233 * gmm-utils.el (gmm-verbose): Add :group.
8234
8235 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
8236
8237 * message.el: Change some comments WRT tool-bars.
8238
8239 * gnus-sum.el (gnus-summary-tool-bar)
8240 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8241 (gnus-summary-tool-bar-zap-list): New variables.
8242 (gnus-summary-make-tool-bar): Complete rewrite using
8243 `gmm-tool-bar-from-list'.
8244
8245 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8246 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8247 variables.
8248 (gnus-group-make-tool-bar): Complete rewrite using
8249 `gmm-tool-bar-from-list'.
8250 (gnus-group-tool-bar-update): New function.
8251
8252 * message.el (message-mode-field-menu): Add "Show hidden Headers".
8253
8254 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
8255
8256 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8257 is dissected into a single part of which the type is the same as
8258 the given one; decode charset.
8259
8260 2006-01-21 Kevin Ryde <user42@zip.com.au>
8261
8262 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8263 into alists as symbol not string, since that's what
8264 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8265 look for.
8266
8267 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
8268
8269 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8270 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8271
8272 * message.el (message-tool-bar-gnome): Use gmm-ignore.
8273
8274 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8275
8276 * gnus-art.el (gnus-mime-security-button-commands): New variable.
8277 (gnus-mime-security-button-menu): New definition.
8278 (gnus-mime-security-button-map): Use them.
8279 (gnus-mime-security-button-menu): New function.
8280 (gnus-insert-mime-security-button): Addition to help echo.
8281 (gnus-mime-security-run-function, gnus-mime-security-save-part)
8282 (gnus-mime-security-pipe-part): New functions.
8283
8284 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8285 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8286
8287 * mm-decode.el (mm-handle-set-disposition): Remove.
8288 (mm-handle-set-description): Remove.
8289
8290 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8291
8292 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8293 (mm-w3m-standalone-supports-m17n-p): New function.
8294 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8295 w3m usage.
8296
8297 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8298 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8299
8300 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
8301
8302 * message.el (message-tool-bar-zap-list): Use
8303 gmm-tool-bar-zap-list as custom type.
8304 (message-tool-bar-update): New function.
8305 (message-tool-bar, message-tool-bar-gnome)
8306 (message-tool-bar-retro): Add message-tool-bar-update.
8307 (message-tool-bar-gnome): Add flyspell-buffer.
8308
8309 * gnus-util.el (gnus-error): Describe `args'.
8310
8311 * gmm-utils.el (gmm-error): Describe `args'.
8312 (gmm-tool-bar-zap-list): New widget.
8313 (gmm-tool-bar-from-list): Improve description of `zap-list'.
8314
8315 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
8316
8317 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8318 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8319 the number of recursive calls.
8320
8321 * mm-decode.el (mm-handle-set-disposition): New macro.
8322 (mm-handle-set-description): New macro.
8323
8324 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
8325
8326 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8327 encoding.
8328
8329 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
8330
8331 * message.el (message-tool-bar-zap-list, message-tool-bar)
8332 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8333 (message-tool-bar-local-item-from-menu): Remove.
8334 (message-tool-bar-map): Replace by `message-make-tool-bar'.
8335 (message-make-tool-bar): New function.
8336 (message-mode): Use `message-make-tool-bar'.
8337
8338 * gmm-utils.el: New file.
8339 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8340 (gmm-lazy): New widget copied from `nnmail.el'.
8341 (gmm-tool-bar-from-list): New function for creating customizable
8342 tool bars.
8343 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
8344 output.
8345 (gmm): Add :prefix to defgroup.
8346
8347 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
8348
8349 * gmm-utils.el (gmm-widget-p): New function.
8350
8351 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
8352
8353 * mml.el (mml-attach-file): Describe `description' in doc string.
8354 (mml-menu): Add Emacs MIME manual and PGG manual.
8355
8356 2006-01-20 Richard M. Stallman <rms@gnu.org>
8357
8358 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8359
8360 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
8361
8362 * nntp.el (nntp-end-of-line): Doc fix.
8363
8364 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
8365
8366 * imap.el (imap-open): Handle case where buffer is a buffer
8367 object.
8368
8369 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
8370
8371 * gnus-delay.el (gnus-delay): Don't autoload.
8372 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8373 to be re-loaded when customizing the `gnus-delay' group.
8374
8375 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
8376
8377 * message.el (message-insert-citation-line): Use newlines.
8378
8379 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
8380
8381 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8382
8383 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8384
8385 2006-01-19 Mark D. Baushke <mdb@gnu.org>
8386
8387 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8388
8389 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8390
8391 * mm-decode.el (mm-inlined-types): Add application/pgp.
8392 (mm-automatic-display): Ditto.
8393
8394 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8395 part as text.
8396
8397 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
8398
8399 * nnrss.el: Update copyright.
8400 (nnrss-opml-import): Query whether to subscribe to each entry.
8401
8402 * gnus-art.el:
8403 * gnus-sum.el:
8404 * mm-uu.el:
8405 * mm-view.el: Update copyright.
8406
8407 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
8408
8409 * message.el (message-info): New function.
8410 (message-mode-menu): Add it.
8411 Update copyright.
8412
8413 * ChangeLog: Fix and update copyright.
8414
8415 2006-01-13 Romain Francoise <romain@orebokech.com>
8416
8417 * message.el (message-forward-subject-name-subject): Prefer the
8418 address to 'nowhere' if the sender has no name.
8419 Fix typo. Update copyright year.
8420
8421 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
8422
8423 * gnus-art.el (article-wash-html): Use
8424 gnus-summary-show-article-charset-alist if a numeric arg is given.
8425 (gnus-article-wash-html-with-w3m-standalone): New function.
8426
8427 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8428 mm-inline-text-html-render-with-w3m-standalone.
8429 (mm-text-html-washer-alist): Map w3m-standalone to
8430 gnus-article-wash-html-with-w3m-standalone.
8431 (mm-inline-text-html-render-with-w3m-standalone): New function.
8432
8433 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
8434
8435 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8436 Improve LaTeX.
8437
8438 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
8439
8440 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8441 (nnrss-request-article): Render text/plain parts as HTML.
8442
8443 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8444 the buffer.
8445
8446 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
8447
8448 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8449 custom definition of `gnus-posting-styles'.
8450
8451 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8452 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8453
8454 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
8455
8456 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8457 Use nntp for bug archive.
8458
8459 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
8460
8461 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8462 parts.
8463 (nnrss-normalize-date): New function converts ISO 8601 date into
8464 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
8465 (nnrss-check-group): Use it.
8466
8467 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
8468
8469 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8470
8471 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8472 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
8473 (nnrss-insert-w3): Ditto.
8474
8475 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8476
8477 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8478 the articles to be forwarded including the case where neither a
8479 number of articles nor a region is specified.
8480
8481 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
8482
8483 * nnrss.el (nnrss-request-article): Fix last change; fill
8484 text/plain parts.
8485
8486 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
8487
8488 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8489 in text/plain part.
8490 (nnrss-check-group): Don't add excessive newline to dc:subject.
8491
8492 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
8493
8494 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8495 article.
8496
8497 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
8498
8499 * nnml.el: Don't require gnus-bcklg. Autoload it.
8500 (nnml-use-compressed-files, nnml-save-mail): Support other
8501 comression programs such as bzip2.
8502
8503 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8504
8505 * dns.el (query-dns): Make sure we check the buffer size before
8506 removing tcp headers.
8507
8508 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
8509
8510 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8511 remove MIME buttons associated with multipart/alternative parts.
8512 (gnus-mime-display-alternative): Tag buttons using `article-type'
8513 text property.
8514
8515 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8516 associated with multipart/alternative parts.
8517
8518 * gnus-art.el (gnus-signature-separator): Fix custom type.
8519
8520 * mm-decode.el (mm-inlined-types): Fix custom type.
8521 (mm-keep-viewer-alive-types): Ditto.
8522 (mm-automatic-display): Ditto.
8523 (mm-attachment-override-types): Ditto.
8524 (mm-inline-override-types): Ditto.
8525 (mm-automatic-external-display): Ditto.
8526
8527 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
8528
8529 * spam-report.el (spam-report-user-mail-address)
8530 (spam-report-user-agent): New variables.
8531 (spam-report-url-ping-plain): Use spam-report-user-agent.
8532
8533 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
8534
8535 * gnus-art.el (gnus-button-handle-custom): Do not just use
8536 `customize-apropos' for any "M-x customize-*" button but the
8537 function called for. Accept both the function name and its
8538 argument in order to achieve this.
8539 (gnus-button-alist): Remove support for "custom:" URL's. Pass
8540 function name to `gnus-button-handle-custom' in case of "M-x
8541 customize-*" buttons.
8542
8543 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
8544
8545 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8546 multipart/alternative and add xref to mm-discouraged-alternatives
8547 in doc string.
8548
8549 * mm-decode.el (mm-discouraged-alternatives): Add xref to
8550 gnus-buttonized-mime-types in doc string.
8551
8552 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
8553
8554 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8555 Suggest image/.* in the doc string.
8556
8557 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
8558
8559 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8560 message-marks (Debian bug #342521).
8561
8562 2005-12-12 Simon Josefsson <jas@extundo.com>
8563
8564 * password.el (password-read-from-cache): Add.
8565 (password-read): Use it.
8566
8567 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
8568
8569 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8570 us-ascii as a MIME charset.
8571
8572 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8573 against the case where the 2nd arg TYPE is nil.
8574
8575 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
8576
8577 * pop3.el (pop3-stream-type): Fix custom version.
8578
8579 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8580
8581 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8582
8583 * mm-decode.el (mm-display-external): Add missing cdr.
8584
8585 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
8586
8587 * mm-decode.el (mm-display-external): Use nametemplate (defined in
8588 RFC1524) if it is in mailcap or add a suffix according to
8589 mailcap-mime-extensions when generating a temp filename; postpone
8590 deleting a temp file for 2 seconds for some wrappers, shell
8591 scripts, and so on, which might exit right after having started a
8592 viewer command as a background job.
8593
8594 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
8595
8596 * nntp.el (nntp-marks-directory): Fix custom group.
8597
8598 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8599 steps when < 10.
8600
8601 * gnus-start.el (gnus-no-server-1): Mention
8602 `gnus-level-default-subscribed' in doc string.
8603
8604 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8605
8606 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8607 parens.
8608
8609 2005-11-26 Dave Love <fx@gnu.org>
8610
8611 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8612 (tls-program, tls-success): Provide openssl alternative.
8613
8614 * starttls.el: Doc fixes.
8615 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8616 SERVICE to PORT.
8617
8618 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
8619 port null or service name.
8620 (starttls-negotiate): Autoload.
8621
8622 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8623
8624 * message.el (message-kill-to-signature): Fix interactive spec.
8625
8626 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
8627
8628 * pop3.el (pop3-open-server): Recognize a string as a service name.
8629
8630 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
8631
8632 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8633
8634 2005-11-23 Dave Love <fx@gnu.org>
8635
8636 Add pop3s, pop3/starttls.
8637
8638 * pop3.el (pop3-authentication-scheme): Clarify doc.
8639 (open-tls-stream, starttls-open-stream): Autoload.
8640 (pop3-stream-type): New.
8641 (pop3-open-server): Use it.
8642
8643 * mail-source.el (mail-sources): Fix some :types. Add stream type
8644 for POP.
8645 (mail-source-keyword-map): Add :stream for POP.
8646 (mail-source-fetch-pop): Use pop3-stream-type.
8647
8648 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
8649
8650 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8651 of current-time-string.
8652
8653 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
8654
8655 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8656 date header.
8657
8658 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
8659
8660 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8661 it can seriously impact performance as it bypasses the agent's
8662 local caches.
8663
8664 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
8665
8666 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8667 must be explicitly online rather than "not explicitly offline" for
8668 its flags to be synchronized.
8669
8670 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8671 that gnus-uu-unmark-thread will function correctly.
8672
8673 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8674 1024K is instead displayed as 1M.
8675
8676 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8677
8678 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8679
8680 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
8681
8682 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8683
8684 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
8685
8686 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8687 error message to display actual error condition.
8688 (gnus-agent-save-local): Avoid saving symbols that are bound to
8689 nil as they simply result in a warning message in
8690 gnus-agent-read-local.
8691
8692 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
8693
8694 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8695 rather than make-variable-buffer-local for file-precious-flag.
8696
8697 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
8698
8699 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8700 for duplicates which are removed. The invalid sort check then
8701 triggers a rescan after the sort as sorting may have moved
8702 duplicate entries such that they can be cheaply detected.
8703
8704 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
8705
8706 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8707
8708 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
8709
8710 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8711 internal variable to a custom variable. Changed default value
8712 from compressed(2) to uncompressed(1).
8713 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8714 support for uncompressed agentview files. Taken together, reading
8715 the agentview file should now be 6-7 times faster.
8716
8717 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
8718
8719 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8720 as a buffer-local variable. This avoids creating truncated
8721 dribble files as a result of a hang up, eg.
8722
8723 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
8724
8725 * gnus-start.el (gnus-start-draft-setup): Enforce
8726 `gnus-draft-mode' for nndraft:drafts at startup.
8727
8728 * gnus.el (gnus-splash): Change custom group.
8729 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8730 allow-list argument.
8731
8732 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8733 string.
8734
8735 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
8736
8737 * gnus-art.el (gnus-default-article-saver): Add user-defined
8738 `function' to custom type.
8739
8740 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8741
8742 * imap.el (imap-open): Handle case where buffer is a buffer
8743 object.
8744
8745 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8746
8747 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8748 long lines.
8749 (gnus-cache-delete-group): Wrap doc strings.
8750
8751 * gnus-agent.el (gnus-agent-rename-group)
8752 (gnus-agent-delete-group): Wrap doc strings.
8753
8754 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8755
8756 * gnus-start.el (gnus-1): Add "native" to
8757 gnus-predefined-server-alist.
8758
8759 * gnus.el (gnus-method-to-server): Don't add "native" to the
8760 lists here, because that leads to problems when
8761 gnus-select-method is bound.
8762
8763 2005-11-09 Simon Josefsson <jas@extundo.com>
8764
8765 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8766 use (not sort-by-date) instead.
8767
8768 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8769
8770 * gnus-delay.el (gnus-delay-group): Don't autoload.
8771 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8772 to be re-loaded when customizing the `gnus-delay' group.
8773
8774 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
8775
8776 * message.el: Revert last changes.
8777 (message-insert-citation-line): Use newlines.
8778
8779 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
8780
8781 * message.el (message-courtesy-message)
8782 (message-mark-insert-begin, message-mark-insert-end)
8783 (message-elide-ellipsis, message-cancel-message)
8784 (message-add-header, message-change-subject)
8785 (message-cross-post-followup-to-header)
8786 (message-cross-post-insert-note, message-reduce-to-to-cc)
8787 (message-widen-reply, message-delete-not-region)
8788 (message-kill-to-signature, message-insert-signature)
8789 (message-insert-importance-high, message-insert-importance-low)
8790 (message-insert-or-toggle-importance)
8791 (message-insert-disposition-notification-to)
8792 (message-indent-citation, message-yank-original)
8793 (message-cite-original-without-signature, message-cite-original)
8794 (message-insert-citation-line, message-position-on-field)
8795 (message-fix-before-sending, message-send-mail-partially)
8796 (message-send-mail, message-send-mail-with-sendmail)
8797 (message-send-mail-with-qmail, message-send-news)
8798 (message-check-news-header-syntax, message-generate-headers)
8799 (message-insert-courtesy-copy, message-fill-address)
8800 (message-fill-header, message-shorten-references)
8801 (message-setup-1, message-cancel-news)
8802 (message-forward-make-body-plain, message-forward-make-body-mime)
8803 (message-forward-make-body-mml, message-encode-message-body)
8804 (message-forward-make-body-digest-plain)
8805 (message-forward-make-body-digest-mime)
8806 (message-use-alternative-email-as-from): Insert `hard-newline'
8807 instead of ordinary newlines.
8808
8809 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
8810
8811 * message.el (message-generate-headers): Downcase the argument
8812 given to message-check-element.
8813
8814 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
8815
8816 * nntp.el (nntp-authinfo-rejected): New error condition.
8817 (nntp-wait-for): Use new error condition to signal authentication
8818 error.
8819 (nntp-retrieve-data): Rethrow new error condition to break out of
8820 recursive call to nntp-send-authinfo.
8821
8822 2005-11-08 Romain Francoise <romain@orebokech.com>
8823
8824 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
8825 (gnus-summary-exit-map): Bind to `Z p'.
8826 (gnus-summary-make-menu-bar): Add menu item.
8827
8828 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
8829
8830 * gnus-art.el (gnus-article-treat-custom): Add `first'.
8831 (gnus-treat-*): Add `first' in all doc strings.
8832
8833 * gnus-group.el (gnus-group-compact-group): Fix typo.
8834
8835 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8836
8837 * gnus.el (gnus-parameters-case-fold-search): New variable.
8838 (gnus-parameters-get-parameter): Use it.
8839
8840 * gnus-score.el (gnus-home-score-file): Doc fix.
8841
8842 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
8843
8844 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
8845
8846 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
8847
8848 * mm-util.el (mm-special-display-p): New function.
8849
8850 * mml.el (mml-preview): Use it; doc fix.
8851
8852 2005-10-29 Romain Francoise <romain@orebokech.com>
8853
8854 * message.el (message-fix-before-sending): Fix comment.
8855
8856 2005-10-29 Jari Aalto <jari.aalto@cante.net>
8857
8858 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
8859
8860 2005-10-29 Jari Aalto <jari.aalto@cante.net>
8861
8862 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
8863 Used in gnus-score.el.
8864
8865 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8866
8867 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
8868
8869 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
8870
8871 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
8872 whitespace removed in revision 7.8. Use concatenated string to
8873 protect trailing whitespace.
8874
8875 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
8876
8877 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
8878 (nnimap-request-expire-articles): Use it to avoid sending 'UID
8879 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
8880 Courier IMAP ("some version from 2004"). Mostly based on similar
8881 code in the same function.
8882
8883 2005-10-26 Didier Verna <didier@xemacs.org>
8884
8885 * gnus-group.el (gnus-group-compact-group): Invalidate original
8886 article buffer.
8887 * gnus-srvr.el (gnus-server-compact-server): Ditto.
8888 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
8889 NOV database and in article itself.
8890 Invalidate article backlog.
8891
8892 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
8893
8894 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
8895
8896 2005-10-26 Simon Josefsson <jas@extundo.com>
8897
8898 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
8899 part of 2004-07-25 change.
8900
8901 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
8902
8903 * message.el (message-display-completion-list): New function.
8904 (message-expand-group): Use it; make sure the Completions buffer
8905 is modifiable.
8906
8907 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8908
8909 * imap.el (imap-open): Handle case where buffer is a buffer object.
8910
8911 2005-10-24 Eli Zaretskii <eliz@gnu.org>
8912
8913 * pgg-def.el:
8914 * pgg-gpg.el:
8915 * pgg-parse.el:
8916 * pgg-pgp.el:
8917 * pgg-pgp5.el:
8918 * pgg.el: Move to the parent lisp directory.
8919
8920 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
8921
8922 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
8923 user-mail-name is an empty string.
8924
8925 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
8926
8927 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
8928 depending on gnus-score-decay-constant.
8929
8930 * encrypt.el (encrypt-insert-file-contents)
8931 (encrypt-write-file-contents): Don't use `gnus-message'.
8932
8933 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
8934 arguments.
8935 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
8936 arguments to mm-uu-verbatim-marks-extract.
8937 (mm-uu-hide-markers): New variable.
8938 (mm-uu-extract): Use face similar to `gnus-cite-3'.
8939
8940 * gnus-fun.el (gnus-convert-image-to-x-face-command)
8941 (gnus-convert-image-to-face-command): Use "convert" by default to
8942 allow other input image formats.
8943 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
8944 accordingly.
8945
8946 2005-10-23 Simon Josefsson <jas@extundo.com>
8947
8948 * imap.el (imap-gssapi-program): Align command line parameters
8949 with latest GNU SASL.
8950 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
8951
8952 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8953
8954 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
8955 HTML.
8956 (nnslashdot-request-article): Ditto.
8957
8958 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
8959
8960 * mail-source.el (mail-source-fetch-pop): Require pop3.
8961 (mail-source-check-pop): Ditto.
8962
8963 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8964
8965 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
8966 errors.
8967
8968 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
8969
8970 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
8971 (gnus-treat-strip-leading-blank-lines): Improve doc string.
8972
8973 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
8974
8975 * mm-bodies.el (mm-decode-string): Call
8976 `mm-charset-to-coding-system' with allow-override argument.
8977
8978 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
8979
8980 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
8981 (rfc2047-charset-to-coding-system): New function.
8982 (rfc2047-decode-encoded-words): New function.
8983 (rfc2047-decode-region): Use them.
8984 (rfc2047-decode-cte): Remove.
8985 (rfc2047-parse-and-decode): Remove.
8986 (rfc2047-decode): Remove.
8987
8988 2005-10-15 Kenichi Handa <handa@m17n.org>
8989
8990 * rfc2047.el (rfc2047-decode-cte): New function.
8991 (rfc2047-decode-region): Change the way to decode successive
8992 encoded-words: decode B- or Q-encoding in each encoded-word,
8993 concatenate them, and decode it as charset.
8994
8995 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
8996
8997 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
8998 widget-move-and-invoke.
8999 (gnus-custom-mode): Use gnus-custom-map.
9000
9001 2005-10-15 Bill Wohler <wohler@newt.com>
9002
9003 * message.el (message-tool-bar-map): Renamed image file from
9004 mail_send to mail/send.
9005
9006 2005-10-16 Masatake YAMATO <jet@gyve.org>
9007
9008 * message.el (message-expand-group): Pass the common
9009 prefix substring of completion to `display-completion-list'.
9010
9011 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
9012
9013 * mml-sec.el (mml-secure-method): New internal variable.
9014 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9015 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9016 functions using mml-secure-method.
9017
9018 * mml.el (mml-mode-map): Add key bindings for those functions.
9019 (mml-menu): Simplify security menu entries. Suggested by Jesper
9020 Harder <harder@myrealbox.com>.
9021 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9022 end of message if point is the headers of the message.
9023
9024 * message.el (message-in-body-p): New function.
9025
9026 * assistant.el: Autoload gnus-util and netrc.
9027
9028 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9029 Use `mm-charset-override-alist' only when decoding.
9030
9031 * mm-bodies.el (mm-decode-body): Call
9032 `mm-charset-to-coding-system' with allow-override argument.
9033
9034 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9035 `filename' from Content-Disposition if Content-Type doesn't
9036 provide `name'.
9037 (gnus-mime-view-part-as-type): Set default instead of
9038 initial-input.
9039
9040 2005-10-09 Daniel Brockman <daniel@brockman.se>
9041
9042 * format-spec.el (format-spec): Propagate text properties of % spec.
9043
9044 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9045
9046 * gnus-art.el (gnus-treat-predicate): Add `first'.
9047
9048 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
9049
9050 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9051 (mm-charset-override-alist): New variable.
9052 (mm-charset-to-coding-system): Use it.
9053 (mm-codepage-setup): New helper function.
9054 (mm-charset-eval-alist): New variable.
9055 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
9056 about unknown charsets.
9057
9058 2005-10-04 David Hansen <david.hansen@gmx.net>
9059
9060 * nnrss.el (nnrss-request-article): Add support for the comments tag.
9061 (nnrss-check-group): Ditto.
9062
9063 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
9064
9065 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9066 Rename x-gnus-verbatim to x-verbatim.
9067 (mm-uu-type-alist): Fix regexp for verbatim-marks.
9068
9069 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9070 x-verbatim.
9071
9072 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9073
9074 * gnus-util.el (gnus-remove-duplicates): Remove.
9075
9076 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9077 instead of gnus-remove-duplicates.
9078
9079 * message.el (message-remove-duplicates): Remove.
9080 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9081 message-remove-duplicates.
9082
9083 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9084 available, else use implementation from `delete-dups'.
9085
9086 * message.el (message-insert-expires): New function.
9087 (message-mode-map): Add key binding.
9088 (message-mode-field-menu): Add menu entry.
9089 (message-mode): Document it.
9090 (message-make-expires-date): Use `message-make-date'.
9091
9092 2005-10-04 Josh Huber <huber@alum.wpi.edu>
9093
9094 * message.el (message-make-expires-date): New function.
9095
9096 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
9097
9098 * time-date.el: Autoload parse-time-string, XEmacs needs it.
9099
9100 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
9101
9102 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9103 function rather than the diff-mode.el package.
9104 (mm-display-external): Use with-current-buffer.
9105 (mm-viewer-completion-map, mm-viewer-completion-map):
9106 Move initialization inside declaration.
9107
9108 2005-09-29 Simon Josefsson <jas@extundo.com>
9109
9110 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
9111 autoload mail-check-payment.
9112 (spam-check-hashcash): Define unconditionally, since hashcash.el
9113 is part of Gnus now. Ignore errors from payment checking.
9114
9115 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
9116
9117 * message.el (message-bold-region, message-unbold-region): Rename
9118 from `bold-region' and `unbold-region'.
9119
9120 * message.el: Remove useless autoloads.
9121
9122 2005-09-28 Simon Josefsson <jas@extundo.com>
9123
9124 * message.el (message-use-idna): Default to t.
9125 (message-use-idna): Test whether encoding works too. Doc fix.
9126
9127 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9128
9129 * nntp.el (nntp-warn-about-losing-connection): Remove.
9130
9131 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
9132
9133 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9134 customizable. Change default value.
9135 (mm-uu-diff-groups-regexp): Change default value.
9136 (mm-uu-type-alist): Add doc string.
9137 (mm-uu-configure): Add doc string. Make it interactive.
9138 (mm-uu-tex-groups-regexp): New variable.
9139 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9140 (mm-uu-type-alist): Add LaTeX documents.
9141 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9142 of "text/verbatim".
9143 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9144
9145 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9146 instead of "text/verbatim".
9147
9148 * message.el (message-mark-inserted-region)
9149 (message-mark-insert-file): Use slrn style marks when called with
9150 prefix argument.
9151
9152 2005-09-27 Simon Josefsson <jas@extundo.com>
9153
9154 * message.el (message-idna-to-ascii-rhs-1): Reformat.
9155
9156 2005-09-27 Arne Jørgensen <arne@arnested.dk>
9157
9158 * message.el (message-remove-duplicates): New function.
9159 Implementation borrowed from `gnus-remove-duplicates'.
9160 (message-idna-to-ascii-rhs): Also encode idna addresses in
9161 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9162 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9163 only ask about the same idna domain once per header and also tell
9164 in what header to replace the idna domain.
9165
9166 * gnus-art.el (article-decode-idna-rhs): Also decode idna
9167 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9168 (article-decode-idna-rhs): Fix regexp so that all idna-address in
9169 a header is decoded and not just the last one.
9170
9171 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9172
9173 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9174 has been decoded.
9175
9176 * mm-decode.el (mm-automatic-display): Add text/verbatim.
9177 (mm-insert-part): Don't modify text if it has been decoded.
9178
9179 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9180 decoded.
9181
9182 * mm-view.el (mm-inline-text): Don't strip text props unless
9183 decoding enriched or richtext parts.
9184
9185 2005-09-25 Romain Francoise <romain@orebokech.com>
9186
9187 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9188 * gnus-start.el (gnus-subscribe-interactively):
9189 * gnus-uu.el (gnus-uu-grab-articles):
9190 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9191 space.
9192
9193 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
9194
9195 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9196 * mm-view.el (mm-view-pkcs7-decrypt):
9197 * gnus-sum.el (gnus-summary-limit-to-extra)
9198 (gnus-summary-respool-article, gnus-read-move-group-name):
9199 * gnus-score.el (gnus-summary-increase-score):
9200 * gnus-util.el (gnus-completing-read-with-default):
9201 * gnus-art.el (gnus-read-save-file-name)
9202 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9203 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9204 * message.el (message-check-news-header-syntax):
9205 Follow convention for reading with the minibuffer.
9206
9207 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
9208
9209 * spam-report.el (spam-report-url-ping-plain):
9210 Use gnus-extended-version as User-Agent.
9211
9212 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9213 default value is nil.
9214
9215 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9216 (mm-uu-verbatim-marks-extract): New function.
9217 (mm-uu-extract): New face.
9218 (mm-uu-copy-to-buffer): Use it.
9219
9220 * spam-report.el (spam-report-gmane-ham): Renamed from
9221 `spam-report-gmane-unspam'.
9222 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9223 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
9224
9225 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9226 Autoload.
9227 (spam-report-gmane-unregister-routine): Renamed
9228 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9229
9230 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
9231
9232 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9233 (spam-report-gmane-unregister-routine): Add support for gmane
9234 unregistration.
9235
9236 * spam-report.el (spam-report-gmane-unspam)
9237 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9238 (spam-report-gmane): Change to take a single article and do unspam
9239 registration.
9240
9241 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
9242
9243 * mm-url.el (mm-url-decode-entities): Fix regexp.
9244
9245 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9246
9247 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9248 default to nil, to be able to use Gnus at all. If the default
9249 switches to something else, then the function should be fixed not
9250 be exceedingly slow.
9251
9252 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
9253
9254 * gnus-start.el (gnus-activate-group): If the server is nil, don't
9255 fail hard.
9256
9257 * spam-report.el: Add better Keywords line.
9258
9259 * spam.el: Add Maintainer and better Keywords line.
9260
9261 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
9262
9263 * gnus-art.el (gnus-article-replace-part)
9264 (gnus-mime-replace-part): New functions.
9265 (gnus-mime-action-alist, gnus-mime-button-commands)
9266 (gnus-mime-save-part-and-strip): Added file argument.
9267 (gnus-article-part-wrapper): Added interactive argument.
9268
9269 * gnus-sum.el (gnus-summary-mime-map): Add
9270 `gnus-article-replace-part'.
9271
9272 2005-09-19 Didier Verna <didier@xemacs.org>
9273
9274 The nnml compaction feature:
9275 * nnml.el (nnml-request-compact-group): New function.
9276 * nnml.el (nnml-request-compact): New function.
9277 * gnus-int.el (gnus-request-compact-group): New function.
9278 * gnus-int.el (gnus-request-compact): New function.
9279 * gnus-group.el (gnus-group-compact-group): New function.
9280 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9281 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9282 * gnus-srvr.el (gnus-server-compact-server): New function.
9283 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9284 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9285
9286 2005-09-18 Deepak Goel <deego@gnufans.org>
9287
9288 * sieve.el (sieve-help): Fix `message' call: first arg should be a
9289 format spec.
9290
9291 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
9292
9293 * gnus.el (gnus-group-startup-message): Bind image-load-path.
9294
9295 2005-09-15 Romain Francoise <romain@orebokech.com>
9296
9297 * message.el (message-fill-paragraph): Clarify docstring.
9298
9299 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
9300
9301 * gnus-art.el (gnus-mime-display-part): Protect against broken
9302 MIME messages.
9303
9304 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9305
9306 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9307 before parsing header.
9308
9309 2005-09-11 Jari Aalto <jari.aalto@cante.net>
9310
9311 * html2text.el (html2text-replace-list): Add new entities.
9312
9313 2005-09-11 Romain Francoise <romain@orebokech.com>
9314
9315 * message.el (message-alternative-emails): Improve docstring.
9316 (message-setup-1): Call `message-use-alternative-email-as-from'
9317 after `message-setup-hook' to give it precedence over posting
9318 styles, etc.
9319 (message-use-alternative-email-as-from): Add docstring. Remove
9320 the original From header if present.
9321
9322 * nnml.el (nnml-compressed-files-size-threshold): New variable.
9323 (nnml-save-mail): Use it.
9324
9325 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9326 articles. Add new argument `silent'.
9327 (gnus-uu-mark-all): Report the total number of marked articles.
9328
9329 2005-09-10 Romain Francoise <romain@orebokech.com>
9330
9331 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9332 (gnus-uu-mark-series): Likewise.
9333
9334 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
9335
9336 * spam-report.el (spam-report-gmane): Fix generation of spam
9337 report URL.
9338
9339 2005-09-10 Simon Josefsson <jas@extundo.com>
9340
9341 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9342 t, based on discussion on the ding list with Robert Epprecht
9343 <epprecht@solnet.ch>.
9344
9345 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
9346
9347 * spam-report.el (spam-report-gmane): Make it work without
9348 X-Report-Spam header. Gmane now only provides Archived-At.
9349 This is only used if `spam-report-gmane-use-article-number' is nil.
9350 (spam-report-gmane-spam-header): Remove. Not used anymore.
9351
9352 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9353 make `gnus-summary-sort-by-recipient' work with threading.
9354
9355 * nnweb.el (nnweb-google-wash-article): Print a message if article
9356 is not available.
9357
9358 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9359
9360 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9361 change. Decode text/* parts content before displaying.
9362
9363 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
9364
9365 * mml-smime.el: Remove defvar of gnus-extract-address-components.
9366
9367 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
9368
9369 * mm-view.el (mm-display-inline-fontify): Disable support modes.
9370
9371 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
9372
9373 * message.el (message-tab-body-function): Fix mismatched custom type.
9374
9375 * gnus.el (gnus-group-change-level-function): Ditto.
9376
9377 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9378
9379 * gnus-art.el (gnus-signature-limit)
9380 (gnus-article-mime-part-function): Ditto.
9381
9382 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
9383
9384 * mml.el (mml-mode): Silence the byte compiler.
9385
9386 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9387 using `(sit-for 0)' before moving the point to the specified part;
9388 skip unbuttonized parts.
9389 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9390 return to the summary window if gnus-auto-select-part is non-nil.
9391
9392 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
9393
9394 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9395 variables.
9396 (mml-dnd-attach-file, mml-mode): Use them.
9397
9398 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9399 Make fetching article by MID work again for Google Groups. Added
9400 FIXME concerning gnus-group-make-web-group.
9401
9402 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9403 Don't depend on Gnus by using mail-extract-address-components if
9404 gnus-extract-address-components is not bound.
9405
9406 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9407
9408 * gnus-art.el (gnus-mime-display-security): Don't display the
9409 signature, but only the signed part.
9410
9411 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
9412
9413 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9414
9415 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9416 list, not listp.
9417
9418 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
9419
9420 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9421 when encoding.
9422
9423 * mm-bodies.el (mm-decode-content-transfer-encoding):
9424 De-canonicalize CRLF for all text content types, not just
9425 text/plain.
9426
9427 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
9428
9429 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9430 valid article; point arrow and cursor at the MIME button.
9431
9432 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
9433
9434 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9435 Suggested by Dan Christensen <jdc@uwo.ca>.
9436
9437 * mm-decode.el (mm-save-part): Enable change of prompt.
9438
9439 2005-08-29 Jari Aalto <jari.aalto@cante.net>
9440
9441 * gnus-msg.el (gnus-inews-add-send-actions): Made
9442 `message-post-method' lambda parameter ARG `&optional'.
9443
9444 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
9445
9446 * gnus-sum.el (gnus-summary-mime-map): Added
9447 gnus-article-save-part-and-strip, gnus-article-delete-part and
9448 gnus-article-jump-to-part.
9449
9450 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9451 (gnus-article-edit-part): Use it.
9452 (gnus-article-part-wrapper): Added no-handle argument.
9453 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9454 functions.
9455
9456 2005-08-29 Romain Francoise <romain@orebokech.com>
9457
9458 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9459 docstring.
9460 (gnus-face-from-file): Likewise.
9461
9462 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
9463
9464 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9465 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9466 non-nil.
9467 (gnus-auto-select-part): New variable.
9468 (gnus-article-jump-to-part): New function.
9469 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9470 (gnus-mime-delete-part): Allow selecting specified part after
9471 deleting or stripping parts.
9472 (gnus-article-jump-to-part): Don't use `read-number'. Use last
9473 part if argument is bogus.
9474
9475 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
9476
9477 * gnus-art.el (w3m-minor-mode-map):
9478 * gnus-spec.el (gnus-newsrc-file-version):
9479 * gnus-util.el (nnmail-active-file-coding-system)
9480 (gnus-original-article-buffer, gnus-user-agent):
9481 * gnus.el (gnus-ham-process-destinations)
9482 (gnus-parameter-ham-marks-alist)
9483 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9484 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9485 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9486 * mm-decode.el (gnus-current-window-configuration):
9487 * mm-extern.el (gnus-article-mime-handles):
9488 * mm-url.el (url-current-object, url-package-name)
9489 (url-package-version):
9490 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9491 (smime-keys, w3m-cid-retrieve-function-alist)
9492 (w3m-current-buffer, w3m-display-inline-images)
9493 (w3m-minor-mode-map):
9494 * mml-smime.el (gnus-extract-address-components):
9495 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9496 (gnus-newsrc-hashtb, message-default-charset)
9497 (message-deletable-headers, message-options)
9498 (message-posting-charset, message-required-mail-headers)
9499 (message-required-news-headers):
9500 * mml1991.el (mc-pgp-always-sign):
9501 * mml2015.el (mc-pgp-always-sign):
9502 * nnheader.el (nnmail-extra-headers):
9503 * rfc1843.el (gnus-decode-encoded-word-function)
9504 (gnus-decode-header-function, gnus-newsgroup-name):
9505 * spam-stat.el (gnus-original-article-buffer): Add defvars.
9506
9507 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
9508
9509 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9510 the end of the date treatments.
9511
9512 2005-08-15 Simon Josefsson <jas@extundo.com>
9513
9514 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9515 it in url-handlers.el and XEmacs in url.el. Reported by Luca
9516 Capello and Romain Francoise.
9517 (pgg-fetch-key-function): Removed, not used?
9518 (pgg-insert-url-with-w3): Require url, to get
9519 url-insert-file-contents regardless of where it is defined.
9520
9521 2005-08-13 Romain Francoise <romain@orebokech.com>
9522
9523 * message.el (message-cite-original-1): New function.
9524 (message-cite-original): Use it.
9525 (message-cite-original-without-signature): Ditto.
9526
9527 2005-08-08 Romain Francoise <romain@orebokech.com>
9528
9529 * message.el (message-yank-empty-prefix): New variable.
9530 (message-indent-citation): Use it.
9531 (message-cite-original-without-signature): Respect X-No-Archive.
9532
9533 2005-08-08 Simon Josefsson <jas@extundo.com>
9534
9535 * pgg.el: Autoload url-insert-file-contents instead of loading
9536 w3/url.
9537 (pgg-insert-url-with-w3): Don't load url here.
9538
9539 2005-08-07 Jesper Harder <harder@phys.au.dk>
9540
9541 * message.el (message-kill-to-signature): Don't insert newline at
9542 bol.
9543 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9544
9545 2005-08-06 Romain Francoise <romain@orebokech.com>
9546
9547 * message.el (message-user-fqdn): Fix typo in docstring.
9548
9549 2005-08-05 Daiki Ueno <ueno@unixuser.org>
9550
9551 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9552
9553 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9554
9555 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
9556
9557 * mm-bodies.el (mm-encode-body): Use coding system rather than
9558 charset to encode text.
9559
9560 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9561 number of charsets if utf-8 is available (XEmacs).
9562
9563 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
9564
9565 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9566 taken from `gnus-button-mid-or-mail-regexp'.
9567 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9568 (gnus-button-alist): Improve regexp for domain part of the MIDs
9569 for news:localpart@domain buttons.
9570 (gnus-button-ctan-directory-regexp): Update.
9571
9572 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
9573
9574 * sieve-manage.el (sieve-manage-interactive-login): Use
9575 make-local-variable rather than make-variable-buffer-local.
9576 (sieve-manage-open): Ditto.
9577 (sieve-manage-authenticate): Ditto.
9578
9579 * mml.el (mml-generate-mime-1): Make the content type default to
9580 text/plain if the filename is not specified.
9581
9582 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
9583
9584 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9585 instead of insert-buffer.
9586
9587 * message.el (message-yank-original): Ditto; set the mark at the
9588 end of the yanked message.
9589
9590 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
9591
9592 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9593 lines to scroll rather than to stop it.
9594
9595 * mml.el (mml-generate-default-type): Add doc string.
9596 (mml-generate-mime-1): Use mm-default-file-encoding or make it
9597 default to application/octet-stream when determining the content
9598 type if it is not specified for the part or the mml contents; add
9599 a comment about mml-generate-default-type.
9600
9601 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
9602
9603 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9604 make it default to application/octet-stream when determining the
9605 content type if it is not specified for the external contents.
9606
9607 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
9608
9609 * rfc2231.el (rfc2231-parse-string): Take care that not only a
9610 segmented parameter but also other parameters might be there.
9611
9612 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
9613
9614 * mm-decode.el (mm-display-external): Delete temp file, directory
9615 and buffer immediately if the external process is exited.
9616
9617 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
9618
9619 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9620 fewer lines than that of scroll-margin.
9621 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9622
9623 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
9624
9625 * gnus-art.el (gnus-article-next-page): Revert.
9626 (gnus-article-beginning-of-window): New macro.
9627 (gnus-article-next-page-1): Use it.
9628 (gnus-article-prev-page): Ditto.
9629 (gnus-article-edit-part): Use insert-buffer-substring instead of
9630 insert-buffer.
9631 (gnus-article-edit-exit): Ditto.
9632
9633 * gnus-util.el (gnus-beginning-of-window): Remove.
9634 (gnus-end-of-window): Remove.
9635
9636 2005-07-25 Simon Josefsson <jas@extundo.com>
9637
9638 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9639 to have the url package without w3. Reported by Daiki Ueno
9640 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9641
9642 2005-07-20 Didier Verna <didier@xemacs.org>
9643
9644 * gnus-diary.el: Remove the description comment (nndiary is now
9645 properly documented in the Gnus manual).
9646 Fix the spelling of "Back End".
9647 * nndiary.el: Ditto.
9648 Fix the copyright notice.
9649
9650 2005-07-18 Romain Francoise <romain@orebokech.com>
9651
9652 * gnus-sum.el (gnus-summary-to-prefix)
9653 (gnus-summary-newsgroup-prefix): New variables.
9654 (gnus-summary-from-or-to-or-newsgroups): Use them.
9655
9656 2005-07-17 Romain Francoise <romain@orebokech.com>
9657
9658 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9659 space as it's generally not especially interesting to the user.
9660
9661 2005-07-16 Romain Francoise <romain@orebokech.com>
9662
9663 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9664 nil to avoid prompting and file modification if one of the
9665 messages at the top of the nnfolder file contains a copyright
9666 notice.
9667 Update copyright notice.
9668
9669 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9670 instead of `current-time-string' as the latter creates a time
9671 string that is not RFC 2822 compliant (it lacks the zone).
9672 Update copyright notice.
9673
9674 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
9675
9676 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9677 for text/rtf. Display default in prompt. Pass default for M-n.
9678
9679 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9680
9681 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9682
9683 * gnus-msg.el (gnus-button-mailto): Remove
9684 save-selected-window-window hackery because it relies on
9685 save-selected-window internals.
9686
9687 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
9688
9689 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9690 (gnus-article-next-page-1): Use gnus-beginning-of-window.
9691 (gnus-article-prev-page): Ditto.
9692
9693 * gnus-util.el (gnus-beginning-of-window): New function.
9694 (gnus-end-of-window): New function.
9695
9696 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
9697
9698 * gnus-score.el (gnus-score-edit-all-score): Set
9699 gnus-score-edit-exit-function to gnus-score-edit-done and call
9700 gnus-message.
9701
9702 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9703
9704 * gnus-msg.el (gnus-button-mailto): Remove
9705 save-selected-window-window hackery because it relies on
9706 save-selected-window internals.
9707
9708 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
9709
9710 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9711 add-minor-mode.
9712 (gnus-binary-mode): Ditto.
9713
9714 * gnus-topic.el (gnus-topic-mode): Ditto.
9715
9716 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
9717
9718 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9719 (gnus-article-prev-page): Take scroll-margin into consideration.
9720
9721 2005-07-04 Lute Kamstra <lute@gnu.org>
9722
9723 Update FSF's address in GPL notices.
9724
9725 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
9726
9727 * gnus.el (gnus-exit):
9728 * gnus-group.el (gnus-group-icons):
9729 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9730
9731 * gnus-nocem.el (gnus-nocem):
9732 * message.el (message-various, message-buffers, message-sending)
9733 (message-interface, message-forwarding, message-insertion)
9734 (message-headers, message-news, message-mail):
9735 * pgg-gpg.el (pgg-gpg):
9736 * pgg-parse.el (pgg-parse):
9737 * pgg-pgp.el (pgg-pgp):
9738 * pgg-pgp5.el (pgg-pgp5):
9739 * pop3.el (pop3): Finish `defgroup' description with period.
9740
9741 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
9742
9743 * gnus-art.el (article-display-face): Improve the efficiency.
9744 (article-display-x-face): Ditto; remove grey x-face stuff.
9745
9746 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
9747
9748 * gnus-art.el (article-display-face): Correct the position in
9749 which Faces are inserted.
9750
9751 2005-06-29 Didier Verna <didier@xemacs.org>
9752
9753 * gnus-art.el (article-display-face): Display faces in correct
9754 order.
9755
9756 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
9757
9758 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
9759 (gnus-fill-real-hashtb): Use hash table instead of obarray.
9760 (gnus-nocem-check-article): Fetch the Type header.
9761 (gnus-nocem-message-wanted-p): Fix the way to examine types.
9762 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
9763 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
9764 make sure gnus-nocem-hashtb is initialized.
9765 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
9766 (gnus-nocem-unwanted-article-p): Ditto.
9767
9768 * pgg.el (pgg-verify): Return the verification result.
9769
9770 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9771
9772 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
9773 is ascii.
9774
9775 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
9776
9777 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
9778 `show-nonbreak-escape'.
9779
9780 2005-06-23 Lute Kamstra <lute@gnu.org>
9781
9782 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
9783
9784 * dig.el (dig-mode):
9785 * smime.el (smime-mode): Use gnus-run-mode-hooks.
9786
9787 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
9788
9789 * nnimap.el (nnimap-split-download-body): Fix spellings.
9790
9791 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
9792
9793 * gnus-art.el (gnus-article-encrypt-body):
9794 * gnus-cus.el (gnus-score-customize):
9795 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
9796 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
9797
9798 2005-06-16 Arne Jørgensen <arne@arnested.dk>
9799
9800 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
9801 header by looking for magic "MII" at the beginnig.
9802
9803 2005-06-16 Miles Bader <miles@gnu.org>
9804
9805 * assistant.el (assistant-field): Remove "-face" suffix from face name.
9806 (assistant-field-face): New backward-compatibility alias for renamed
9807 face.
9808 (assistant-render-text): Use renamed assistant-field face.
9809
9810 * spam.el (spam): Remove "-face" suffix from face name.
9811 (spam-face): New backward-compatibility alias for renamed face.
9812 (spam-face, spam-initialize): Use renamed spam face.
9813
9814 * message.el (message-header-to, message-header-cc)
9815 (message-header-subject, message-header-newsgroups)
9816 (message-header-other, message-header-name)
9817 (message-header-xheader, message-separator, message-cited-text)
9818 (message-mml): Remove "-face" suffix from face names.
9819 (message-header-to-face, message-header-cc-face)
9820 (message-header-subject-face, message-header-newsgroups-face)
9821 (message-header-other-face, message-header-name-face)
9822 (message-header-xheader-face, message-separator-face)
9823 (message-cited-text-face, message-mml-face):
9824 New backward-compatibility aliases for renamed faces.
9825 (message-font-lock-keywords): Use renamed message faces.
9826
9827 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
9828 (sieve-test-commands, sieve-tagged-arguments):
9829 Remove "-face" suffix from face names.
9830 (sieve-control-commands-face, sieve-action-commands-face)
9831 (sieve-test-commands-face, sieve-tagged-arguments-face):
9832 New backward-compatibility aliases for renamed faces.
9833 (sieve-control-commands-face, sieve-action-commands-face)
9834 (sieve-test-commands-face, sieve-tagged-arguments-face):
9835 Use renamed sieve faces.
9836
9837 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
9838 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
9839 (gnus-group-news-3-empty, gnus-group-news-4)
9840 (gnus-group-news-4-empty, gnus-group-news-5)
9841 (gnus-group-news-5-empty, gnus-group-news-6)
9842 (gnus-group-news-6-empty, gnus-group-news-low)
9843 (gnus-group-news-low-empty, gnus-group-mail-1)
9844 (gnus-group-mail-1-empty, gnus-group-mail-2)
9845 (gnus-group-mail-2-empty, gnus-group-mail-3)
9846 (gnus-group-mail-3-empty, gnus-group-mail-low)
9847 (gnus-group-mail-low-empty, gnus-summary-selected)
9848 (gnus-summary-cancelled, gnus-summary-high-ticked)
9849 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
9850 (gnus-summary-high-ancient, gnus-summary-low-ancient)
9851 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
9852 (gnus-summary-low-undownloaded)
9853 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
9854 (gnus-summary-low-unread, gnus-summary-normal-unread)
9855 (gnus-summary-high-read, gnus-summary-low-read)
9856 (gnus-summary-normal-read, gnus-splash):
9857 Remove "-face" suffix from face names.
9858 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9859 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9860 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9861 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9862 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9863 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9864 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9865 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9866 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9867 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9868 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9869 (gnus-summary-selected-face, gnus-summary-cancelled-face)
9870 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9871 (gnus-summary-normal-ticked-face)
9872 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
9873 (gnus-summary-normal-ancient-face)
9874 (gnus-summary-high-undownloaded-face)
9875 (gnus-summary-low-undownloaded-face)
9876 (gnus-summary-normal-undownloaded-face)
9877 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9878 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9879 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9880 (gnus-splash-face):
9881 New backward-compatibility aliases for renamed faces.
9882 (gnus-group-startup-message): Use renamed gnus faces.
9883
9884 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
9885 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
9886 (gnus-server-agent): Remove "-face" suffix from face names.
9887 (gnus-server-agent-face, gnus-server-opened-face)
9888 (gnus-server-closed-face, gnus-server-denied-face)
9889 (gnus-server-offline-face):
9890 New backward-compatibility aliases for renamed faces.
9891 (gnus-server-agent-face, gnus-server-opened-face)
9892 (gnus-server-closed-face, gnus-server-denied-face)
9893 (gnus-server-offline-face): Use renamed gnus faces.
9894
9895 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
9896 Remove "-face" suffix from face names.
9897 (gnus-picon-xbm-face, gnus-picon-face):
9898 New backward-compatibility aliases for renamed faces.
9899
9900 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
9901 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
9902 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
9903 (gnus-cite-11): Remove "-face" suffix from face names.
9904 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
9905 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
9906 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
9907 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
9908 New backward-compatibility aliases for renamed faces.
9909 (gnus-cite-attribution-face, gnus-cite-face-list)
9910 (gnus-article-boring-faces): Use renamed gnus faces.
9911
9912 * gnus-art.el (gnus-signature, gnus-header-from)
9913 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
9914 (gnus-header-content): Remove "-face" suffix from face names.
9915 (gnus-signature-face, gnus-header-from-face)
9916 (gnus-header-subject-face, gnus-header-newsgroups-face)
9917 (gnus-header-name-face, gnus-header-content-face):
9918 New backward-compatibility aliases for renamed faces.
9919 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
9920
9921 * gnus-sum.el (gnus-summary-selected-face)
9922 (gnus-summary-highlight): Use renamed gnus faces.
9923 * gnus-group.el (gnus-group-highlight): Likewise.
9924
9925 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
9926
9927 * gnus-sieve.el (gnus-sieve-article-add-rule):
9928 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
9929 * spam-stat.el (spam-stat-buffer-change-to-spam)
9930 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
9931
9932 * message.el (message-is-yours-p):
9933 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
9934
9935 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
9936
9937 * mm-view.el (mm-inline-text): Withdraw the last change.
9938
9939 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
9940
9941 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
9942 executing enriched-decode.
9943
9944 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
9945
9946 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
9947 charset of tar files.
9948
9949 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
9950
9951 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
9952
9953 2005-06-04 Lute Kamstra <lute@gnu.org>
9954
9955 * nnfolder.el (nnfolder-read-folder): Make sure that undo
9956 information is never recorded.
9957
9958 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9959
9960 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
9961
9962 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
9963
9964 * pop3.el (pop3-apop): Run md5 in the binary mode.
9965
9966 * starttls.el (starttls-set-process-query-on-exit-flag):
9967 Use eval-and-compile.
9968
9969 2005-05-31 Simon Josefsson <jas@extundo.com>
9970
9971 * smime.el (smime-replace-in-string): Define.
9972 (smime-cert-by-ldap-1): Use it.
9973
9974 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
9975
9976 * gnus-art.el (article-display-x-face): Replace
9977 process-kill-without-query by gnus-set-process-query-on-exit-flag.
9978
9979 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
9980 set-process-query-on-exit-flag or process-kill-without-query.
9981
9982 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
9983 loop instead of replace-regexp.
9984
9985 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
9986 instead of process-kill-without-query if it is available.
9987
9988 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
9989 instead of find-file-hooks if it is available.
9990
9991 * mml1991.el: Bind pgg-default-user-id when compiling.
9992
9993 * mml2015.el: Bind pgg-default-user-id when compiling.
9994
9995 * nndraft.el (nndraft-request-associate-buffer):
9996 Use write-contents-functions instead of write-contents-hooks if it is
9997 available.
9998
9999 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10000 instead of find-file-hooks if it is available.
10001
10002 * nntp.el (nntp-open-connection): Replace
10003 process-kill-without-query by gnus-set-process-query-on-exit-flag.
10004 (nntp-open-ssl-stream): Ditto.
10005 (nntp-open-tls-stream): Ditto.
10006
10007 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10008 set-process-query-on-exit-flag or process-kill-without-query.
10009 (starttls-open-stream-gnutls): Use it instead of
10010 process-kill-without-query.
10011 (starttls-open-stream): Ditto.
10012
10013 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
10014
10015 * smime.el (smime-cert-by-ldap-1): Don't use
10016 replace-regexp-in-string.
10017
10018 2005-05-31 Arne Jørgensen <arne@arnested.dk>
10019
10020 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10021
10022 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10023 in PEM format. Adjust to the XEmacs compability.
10024
10025 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
10026
10027 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10028 by `string-to-number'.
10029 * gnus-agent.el (gnus-agent-regenerate-group)
10030 (gnus-agent-fetch-articles): Ditto.
10031 * gnus-art.el (gnus-button-fetch-group): Ditto.
10032 * gnus-cache.el (gnus-cache-generate-active)
10033 (gnus-cache-articles-in-group): Ditto.
10034 * gnus-group.el (gnus-group-set-current-level)
10035 (gnus-group-insert-group-line): Ditto.
10036 * gnus-score.el (gnus-score-set-expunge-below)
10037 (gnus-score-set-mark-below, gnus-summary-score-effect)
10038 (gnus-summary-score-entry): Ditto.
10039 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10040 (gnus-soup-pack): Ditto.
10041 * gnus-spec.el (gnus-xmas-format): Ditto.
10042 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10043 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10044 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10045 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10046 * nndb.el (nndb-get-remote-expire-response): Ditto.
10047 * nndiary.el (nndiary-parse-schedule-value)
10048 (nndiary-string-to-number, nndiary-request-replace-article)
10049 (nndiary-request-article): Ditto.
10050 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10051 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10052 * nneething.el (nneething-make-head): Ditto.
10053 * nnfolder.el (nnfolder-request-article)
10054 (nnfolder-retrieve-headers): Ditto.
10055 * nnheader.el (nnheader-file-to-number): Ditto.
10056 * nnkiboze.el (nnkiboze-request-article): Ditto.
10057 * nnmail.el (nnmail-process-unix-mail-format)
10058 (nnmail-process-babyl-mail-format): Ditto.
10059 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10060 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10061 (nnmh-request-create-group, nnmh-request-list-1)
10062 (nnmh-request-group, nnmh-request-article): Ditto.
10063 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10064 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10065 * nnsoup.el (nnsoup-make-active): Ditto.
10066 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10067 * nntp.el (nntp-find-group-and-number)
10068 (nntp-retrieve-headers-with-xover): Ditto.
10069 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10070 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10071 (pgg-format-key-identifier): Ditto.
10072 * pop3.el (pop3-last, pop3-stat): Ditto.
10073 * qp.el (quoted-printable-decode-region): Ditto.
10074
10075 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10076 of concat.
10077
10078 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
10079
10080 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10081
10082 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10083
10084 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10085
10086 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10087
10088 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10089
10090 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10091
10092 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10093 (gnus-carpal-mode): Ditto.
10094
10095 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10096 (gnus-browse-mode): Ditto.
10097
10098 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10099
10100 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10101
10102 2005-05-29 Richard M. Stallman <rms@gnu.org>
10103
10104 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10105
10106 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
10107
10108 * gnus-util.el (gnus-run-mode-hooks): New function.
10109
10110 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10111
10112 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
10113
10114 * gnus-agent.el (gnus-agent-make-mode-line-string):
10115 Use mode-line-highlight as mouse-face.
10116
10117 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
10118
10119 * canlock.el (canlock): Change the parent group to news.
10120
10121 * deuglify.el (gnus-outlook-deuglify): Add :group.
10122
10123 * dig.el (dig): Add :group.
10124
10125 * dns-mode.el (dns-mode): Add :group.
10126
10127 * encrypt.el (encrypt): Add :group.
10128
10129 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10130 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10131 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10132 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10133 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10134
10135 * gnus-diary.el (gnus-diary): Add :group.
10136
10137 * gnus.el (gnus-group-news-1-face): Add :group.
10138 (gnus-group-news-1-empty-face): Ditto.
10139 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10140 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10141 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10142 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10143 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10144 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10145 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10146 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10147 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10148 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10149 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10150 (gnus-summary-high-ticked-face): Ditto.
10151 (gnus-summary-low-ticked-face): Ditto.
10152 (gnus-summary-normal-ticked-face): Ditto.
10153 (gnus-summary-high-ancient-face): Ditto.
10154 (gnus-summary-low-ancient-face): Ditto.
10155 (gnus-summary-normal-ancient-face): Ditto.
10156 (gnus-summary-high-undownloaded-face): Ditto.
10157 (gnus-summary-low-undownloaded-face): Ditto.
10158 (gnus-summary-normal-undownloaded-face): Ditto.
10159 (gnus-summary-high-unread-face): Ditto.
10160 (gnus-summary-low-unread-face): Ditto.
10161 (gnus-summary-normal-unread-face): Ditto.
10162 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10163 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10164
10165 * hashcash.el (hashcash): New custom group.
10166 (hashcash-default-payment): Add :group.
10167 (hashcash-payment-alist): Ditto.
10168 (hashcash-default-accept-payment): Ditto.
10169 (hashcash-accept-resources): Ditto.
10170 (hashcash-path): Ditto.
10171 (hashcash-extra-generate-parameters): Ditto.
10172 (hashcash-double-spend-database): Ditto.
10173 (hashcash-in-news): Ditto.
10174
10175 * message.el (message-minibuffer-local-map): Add :group.
10176
10177 * netrc.el (netrc): Add :group.
10178
10179 * sieve-manage.el (sieve-manage-log): Add :group.
10180 (sieve-manage-default-user): Diito.
10181 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10182 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10183 (sieve-manage-authenticators): Ditto.
10184 (sieve-manage-authenticator-alist): Ditto.
10185 (sieve-manage-default-port): Ditto.
10186
10187 * sieve-mode.el (sieve-control-commands-face): Add :group.
10188 (sieve-action-commands-face): Ditto.
10189 (sieve-test-commands-face): Ditto.
10190 (sieve-tagged-arguments-face): Ditto.
10191
10192 * smime.el (smime): Add :group.
10193
10194 * spam-report.el (spam-report): Add :group.
10195
10196 * spam.el (spam, spam-face): Add :group.
10197
10198 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10199
10200 * nntp.el (nntp-next-result-arrived-p): Some news servers may
10201 return \n.\n.\n at the end of articles. Protect against that.
10202 (nntp-with-open-group): Allow debugging.
10203
10204 * nnheader.el (mail-header-set-extra): Make into a function
10205 because I just could't understand how to quote the list properly.
10206
10207 * dns.el (query-dns-cached): New function.
10208
10209 2005-05-26 Lute Kamstra <lute@gnu.org>
10210
10211 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10212
10213 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
10214
10215 * gnus-art.el: Don't autoload mail-extract-address-components.
10216
10217 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10218 eval-and-compile to evaluate it.
10219
10220 * hashcash.el: Don't autoload executable-find.
10221
10222 * nndb.el: Don't declare the nndb back end two or more times; don't
10223 autoload news-reply-mode, news-setup, cancel-timer and telnet.
10224
10225 * nntp.el: Autoload format-spec instead of format; use
10226 eval-and-compile to evaluate autoload forms.
10227
10228 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
10229
10230 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10231
10232 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10233
10234 * gnus.el (gnus-version-number): Bump version.
10235
10236 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10237
10238 * gnus.el: No Gnus v0.3 is released.
10239
10240 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
10241
10242 * gnus-art.el (gnus-article-edit-part): Disable undo.
10243
10244 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
10245
10246 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10247 gnus-article-date-lapsed-new-header is t if date timer is active;
10248 skip headers in which the original date value is empty.
10249 (gnus-article-save-original-date): Redefine it as a macro.
10250 (gnus-display-mime): Use it.
10251
10252 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
10253
10254 * gnus-art.el (article-date-ut): Support converting date in
10255 forwarded parts as well.
10256 (gnus-article-save-original-date): New function.
10257 (gnus-display-mime): Use it.
10258
10259 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
10260
10261 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10262 enclosure element of <item>.
10263
10264 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
10265
10266 * message.el (message-kill-buffer-query): Renamed from
10267 `message-kill-buffer-query-if-modified'. Added :version.
10268
10269 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
10270
10271 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10272 window layout.
10273
10274 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
10275
10276 * mml.el: Autoload dnd when compiling.
10277
10278 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
10279
10280 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10281 x-dnd-*.
10282
10283 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
10284
10285 * qp.el (quoted-printable-encode-region): Save excursion.
10286
10287 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
10288
10289 * message.el (message-kill-buffer-query-if-modified): Add new variable
10290 so the user can kill a modified message buffer quickly.
10291 (message-kill-buffer): Use it.
10292
10293 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
10294
10295 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
10296 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10297
10298 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
10299
10300 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10301 contained in text because xml.el decodes entities) with LFs.
10302
10303 2005-04-11 Lute Kamstra <lute@gnu.org>
10304
10305 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10306 differently.
10307
10308 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10309
10310 * mm-util.el (mm-detect-coding-region): Typo.
10311
10312 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
10313
10314 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10315
10316 2005-04-06 Deepak Goel <deego@gnufans.org>
10317
10318 * spam-stat.el (spam-stat-score-buffer): Add a call to a
10319 user-function allow user modifications of the scores.
10320 (spam-stat-score-buffer-user): New function, to allow
10321 user-computed modifications to the score.
10322 (spam-stat-score-buffer-user-functions): List of additional
10323 scoring functions.
10324 (spam-stat-error-holder): Global temporary error holder.
10325 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10326 variable.
10327
10328 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
10329
10330 * gnus-registry.el (gnus-registry-clean-empty-function)
10331 (gnus-registry-trim, gnus-registry-fetch-groups)
10332 (gnus-registry-delete-group): Groups that match
10333 `gnus-registry-ignored-groups' are removed from the registry
10334 entries, not just ignored for splitting. This helps clean up the
10335 registry. Also, `gnus-registry-fetch-groups' is a convenient way
10336 to get all the groups a message ID is in.
10337
10338 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10339 (spam-stat-split-fancy): Change "threshhold" to "threshold".
10340 (spam-stat-score-buffer-user-functions): Add :number custom type.
10341
10342 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
10343
10344 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10345 argument in XEmacs.
10346
10347 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10348 (nnrss-request-group): Decode group name first.
10349 (nnrss-request-article): Make a text/plain article if mml-to-mime
10350 failed.
10351 (nnrss-get-encoding): Return a compatible encoding according to
10352 nnrss-compatible-encoding-alist.
10353 (nnrss-find-el): Use consp instead of listp.
10354 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10355
10356 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
10357
10358 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10359 which Emacs 20 doesn't support.
10360 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10361
10362 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
10363
10364 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10365 silence the byte compiler inside the defun.
10366
10367 * gnus-demon.el (parse-time-string): Add autoload.
10368
10369 * gnus-delay.el (parse-time-string): Add autoload.
10370
10371 * gnus-art.el (parse-time-string): Add autoload.
10372
10373 * nnultimate.el (parse-time): Require for `parse-time-string'.
10374
10375 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
10376
10377 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10378
10379 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10380
10381 * smime.el (smime-ldap-host-list): Add :version.
10382
10383 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
10384
10385 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10386 pass it to `gnus-browse-read-group'.
10387 (gnus-browse-read-group): Add NUMBER argument and pass it to
10388 `gnus-group-read-ephemeral-group'.
10389
10390 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10391 argument and pass it to `gnus-group-read-group'.
10392
10393 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
10394
10395 * mm-util.el (mm-xemacs-find-mime-charset): Only call
10396 mm-xemacs-find-mime-charset-1 if we have the mule feature
10397 available at runtime.
10398
10399 2005-03-25 Werner Lemberg <wl@gnu.org>
10400
10401 * nnmaildir.el: Replace `illegal' with `invalid'.
10402
10403 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10404
10405 * gnus-start.el (gnus-display-time-event-handler):
10406 Check display-time-timer at runtime rather than only at load time
10407 in case display-time-mode is turned off in the mean time.
10408
10409 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
10410
10411 * nnimap.el (nnimap-open-connection): Print which authinfo file is
10412 used.
10413
10414 * nneething.el (nneething-map-file-directory): Derive from
10415 `gnus-directory'.
10416
10417 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10418 the To/Cc button.
10419
10420 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
10421
10422 * nnmaildir.el (nnmaildir-request-accept-article):
10423 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10424
10425 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
10426
10427 * gnus-async.el: Require timer-funcs at compile time when in
10428 XEmacs for `run-with-idle-timer'.
10429
10430 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
10431
10432 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10433 autoloaded function.
10434
10435 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10436
10437 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10438
10439 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
10440
10441 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10442
10443 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
10444
10445 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10446 gnus-expert-user to default.
10447
10448 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
10449
10450 * nnimap.el (nnimap-open-server): Ditto.
10451
10452 * imap.el (imap-authenticate): Fix typo.
10453
10454 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
10455
10456 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10457 buffer (since IMAP server might return FETCH response out of
10458 order, and the nntp buffer must be sorted).
10459
10460 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
10461
10462 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10463 comparison on string.
10464
10465 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10466 (gnus-agent-score): Renamed category keywords to match gnus-cus.
10467 (gnus-agent-summary-fetch-series): Modified to protect against
10468 gnus-agent-summary-fetch-group clearing processable flags.
10469 (gnus-agent-synchronize-group-flags): Update live group buffer as
10470 synchronization may occur due to the user toggle the plugged
10471 status.
10472 (gnus-agent-fetch-group-1): Clear downloadable flag when article
10473 successfully downloaded.
10474 (gnus-agent-expire-group-1): Avoid using markers when the overview
10475 is in ascending order; greatly improves performance.
10476 (gnus-agent-regenerate-group): Use
10477 gnus-agent-synchronize-group-flags to reset read status in both
10478 gnus and server.
10479 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10480
10481 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
10482
10483 * message.el: Don't autoload former message-utils variables.
10484 (message-strip-subject-trailing-was): Change doc string.
10485
10486 * nnweb.el: Fixes for `gnus-group-make-web-group'.
10487 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
10488 (nnweb-google-search): Add "hl=en" here.
10489 (nnweb-google-parse-1, nnweb-google-create-mapping):
10490 Don't hardcode URL.
10491
10492 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
10493
10494 * message.el (message-get-reply-headers, message-followup):
10495 Mention related variables `message-use-followup-to' and
10496 `message-use-mail-followup-to', in the information buffer.
10497
10498 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10499 of broken groups(-beta).google.com.
10500
10501 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
10502
10503 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10504 parameter to invoked gnus-request-move-article; remove the
10505 redundant gnus-sum-hint-move-is-internal variable; apply the marks
10506 all at once instead of once per article.
10507 (gnus-summary-remove-process-mark): Accept a list of articles as
10508 well as a single article for processing.
10509
10510 * gnus-int.el (gnus-request-move-article): Add move-is-internal
10511 parameter.
10512
10513 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10514
10515 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10516
10517 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10518 parameter.
10519
10520 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10521 parameter.
10522
10523 * nnimap.el (nnimap-request-move-article): Add move-is-internal
10524 parameter and remove the gnus-sum-hint-move-is-internal variable.
10525
10526 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10527 parameter.
10528
10529 * nndraft.el (nndraft-request-move-article): Add move-is-internal
10530 parameter.
10531
10532 * nndiary.el (nndiary-request-move-article): Add move-is-internal
10533 parameter.
10534
10535 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10536
10537 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10538 parameter.
10539
10540 * nnagent.el (nnagent-request-move-article): Add move-is-internal
10541 parameter.
10542
10543 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
10544
10545 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10546 a more conservative way.
10547
10548 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
10549
10550 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10551 buffer, so it moves the window's cursor.
10552
10553 2005-02-26 Arne Jørgensen <arne@arnested.dk>
10554
10555 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10556 `mm-dissect-multipart' and receive the from field as an (optional)
10557 argument from `mm-dissect-multipart'.
10558 (mm-dissect-multipart): Receive the from field as an argument and
10559 pass it on when we call `mm-dissect-buffer' on MIME parts.
10560 Fixes verification/decryption of signed/encrypted MIME parts.
10561
10562 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
10563
10564 * gnus-sum.el (gnus-summary-move-article): Set
10565 gnus-sum-hint-move-is-internal for gnus-request-move-article and
10566 whatever it calls (right now, only nnimap-request-move article
10567 respects it).
10568
10569 * nnimap.el (nnimap-request-move-article): When
10570 gnus-sum-hint-move-is-internal is set, don't do the extra
10571 nnimap-request-article.
10572
10573 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
10574
10575 * nnheader.el (nnheader-find-file-noselect): Add doc string.
10576
10577 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10578 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10579
10580 * gnus-sum.el (gnus-summary-caesar-message):
10581 Apply `gnus-treat-article' after rotation.
10582
10583 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10584 doc string.
10585
10586 2005-02-22 Simon Josefsson <jas@extundo.com>
10587
10588 * encrypt.el (encrypt-password-cache-expiry): Remove (use
10589 `password-cache-expiry' instead). Reported by Arne Jørgensen
10590 <arne@arnested.dk>.
10591 (encrypt): Add password-cache and password-cache-expiry as group
10592 members.
10593
10594 2005-02-22 Arne Jørgensen <arne@arnested.dk>
10595
10596 * smime.el (smime-ldap-host-list): Doc fix.
10597 (smime-ask-passphrase): Use `password-read-and-add' to read (and
10598 cache) password.
10599 (smime-sign-region): Use it.
10600 (smime-decrypt-region): Use it.
10601 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10602 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10603 fails.
10604 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10605 certificate from DER to PEM format rather than calling openssl.
10606
10607 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10608
10609 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10610 for signing/encryption.
10611
10612 * mml.el (mml-parse-1): Use them.
10613
10614 2005-02-21 Arne Jørgensen <arne@arnested.dk>
10615
10616 * nnrss.el (nnrss-verbose): Removed.
10617 (nnrss-request-group): Use `nnheader-message' instead.
10618
10619 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
10620
10621 * nnrss.el (nnrss-verbose): New variable.
10622 (nnrss-request-group): Make it say nnrss is requesting a group.
10623
10624 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
10625
10626 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10627 Handle news URL with given port correctly.
10628
10629 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
10630
10631 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10632 containing special characters.
10633
10634 * gnus-sum.el (gnus-summary-edit-article): Ditto.
10635
10636 * mml.el (mime-to-mml): Ditto.
10637
10638 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10639 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10640 (rfc2047-decode-region): Quote decoded words containing special
10641 characters when rfc2047-quote-decoded-words-containing-tspecials
10642 is non-nil.
10643
10644 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
10645
10646 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10647
10648 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10649
10650 2005-02-15 Simon Josefsson <jas@extundo.com>
10651
10652 * nnimap.el (nnimap-debug): Doc fix.
10653
10654 * imap.el (imap-debug): Doc fix.
10655
10656 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
10657
10658 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10659
10660 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
10661
10662 * gnus.el (spam-contents): Improve docs for spam-contents
10663 parameter in its variable incarnation.
10664
10665 2005-02-14 Simon Josefsson <jas@extundo.com>
10666
10667 * smime-ldap.el: Use require instead of load-library for ldap.
10668 (smime-ldap-search): Indent.
10669 (smime-ldap-search-internal): Shorten line.
10670
10671 * smime.el (smime-cert-by-dns): Add doc-string.
10672 (smime-cert-by-ldap-1): Indent.
10673
10674 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10675 mml-smime-get-dns-ldap.
10676 (mml-smime-encrypt-query): Use new function. Default to ldap.
10677
10678 2005-02-14 Arne Jørgensen <arne@arnested.dk>
10679
10680 * smime.el: Require smime-ldap.
10681 (smime-ldap-host-list): New variable.
10682 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10683
10684 * mml-smime.el (mml-smime-encrypt-query): New function.
10685 (mml-smime-encrypt-query): Use it.
10686
10687 * smime-ldap.el: New file.
10688
10689 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
10690
10691 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10692
10693 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
10694
10695 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10696 argument in doc string. Make query for type more clear.
10697
10698 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
10699
10700 * gnus.el (gnus-group-startup-message): Search for gnus images in
10701 etc/images/gnus.
10702 * mm-util.el (mm-image-load-path): Likewise.
10703 * smiley.el (smiley-data-directory): Search for smilies in
10704 etc/images/smilies.
10705
10706 2005-02-09 Kim F. Storm <storm@cua.dk>
10707
10708 Change Emacs release version from 21.4 to 22.1 throughout.
10709 Change Emacs development version from 21.3.50 to 22.0.50.
10710
10711 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
10712
10713 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10714
10715 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10716 non-Mule XEmacs as well.
10717 (mm-decompress-buffer): Signal an error intentionally if it does
10718 not decompress compressed data because auto-compression-mode is
10719 disabled.
10720
10721 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
10722
10723 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
10724 an ID in the registry even if it has no groups.
10725
10726 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
10727
10728 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
10729 merge it into mm-decompress-buffer.
10730 (gnus-mime-copy-part): Use the MIME part charset, the value which
10731 a user specified or gnus-newsgroup-charset for decoding, like
10732 gnus-mime-inline-part does; set buffer-file-coding-system to tell
10733 save-buffer what was used. Suggested by Kevin Ryde
10734 <user42@zip.com.au>.
10735 (gnus-mime-inline-part): Allow the name parameter as well as the
10736 filename parameter; force decompressing of compressed data; always
10737 display contents being not decoded as unibyte.
10738
10739 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
10740 as well as the filename parameter.
10741
10742 * mm-util.el (mm-decompress-buffer): Merge
10743 gnus-mime-jka-compr-maybe-uncompress.
10744 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
10745 of compressed data.
10746
10747 2005-02-08 Simon Josefsson <jas@extundo.com>
10748
10749 * imap.el (imap-log): Doc fix.
10750
10751 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
10752
10753 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
10754 the coding cookies; decompress compressed parts.
10755
10756 * mml.el (mml-generate-mime-1): Add the charset parameter according
10757 to the value which a user specified manually or the coding cookie.
10758
10759 * mm-util.el (mm-string-to-multibyte): New function.
10760 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
10761 (mm-coding-system-to-mime-charset): New function.
10762 (mm-decompress-buffer): New function.
10763 (mm-find-buffer-file-coding-system): New function.
10764
10765 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
10766 (mm-display-inline-fontify): Rewrite for decoding and decompressing
10767 parts.
10768
10769 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10770
10771 * mm-view.el (mm-display-inline-fontify): Decode a part according
10772 to the charset parameter.
10773
10774 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
10775
10776 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
10777 prefix arg is neither nil nor a number, as info specifies.
10778
10779 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
10780
10781 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
10782 timestamps.
10783
10784 2005-02-02 Jari Aalto <jari.aalto@cante.net>
10785
10786 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
10787 groups error checking and notify user.
10788
10789 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
10790
10791 * message.el (message-send-mail-function): Check existence of
10792 sendmail-program first before using default value
10793 `message-send-mail-with-sendmail'. Otherwise use more generic
10794 `smtpmail-send-it'.
10795
10796 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
10797
10798 * nntp.el (nntp-request-update-info): Always return nil.
10799
10800 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
10801
10802 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
10803
10804 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
10805
10806 * message.el (message-beginning-of-line): Change the behavior when
10807 invoked between BOL and : so that it first moves backward.
10808
10809 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
10810
10811 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
10812 article buffer when editing of the article is discarded.
10813 (gnus-article-prepare): Revert.
10814
10815 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
10816
10817 * gnus-art.el (gnus-article-prepare):
10818 Remove message-strip-forbidden-properties from the local hook.
10819
10820 2005-01-27 Simon Josefsson <jas@extundo.com>
10821
10822 * password.el (password-cache-add): Only start one timer per key.
10823 Reported by Derek Atkins <warlord@MIT.EDU>.
10824
10825 2005-01-26 Steve Youngs <steve@sxemacs.org>
10826
10827 * run-at-time.el: Removed. It is no longer needed as
10828 timer-funcs.el in the xemacs-base package has a working version of
10829 `run-at-time'.
10830
10831 * password.el: Require timer-funcs instead of run-at-time in
10832 XEmacs.
10833 Remove `password-run-at-time' macro.
10834 (password-cache-add): Use `run-at-time' instead of
10835 `password-run-at-time'.
10836
10837 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
10838 for `run-with-idle-timer'.
10839
10840 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
10841 for `run-at-time'.
10842
10843 * mm-url.el: Require timer-funcs at compile time when in XEmacs
10844 for `with-timeout'.
10845
10846 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
10847
10848 * mml.el (mml-generate-mime-1): Convert string into unibyte when
10849 inserting " *mml*" buffer's contents into a unibyte temp buffer.
10850
10851 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
10852
10853 * mail-source.el (mail-source-fetch-imap): Search for ^From case
10854 sensitively.
10855
10856 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
10857
10858 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
10859
10860 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
10861
10862 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
10863 which will be inserted according to the multibyteness of a buffer
10864 rather than the type of contents. Suggested by ARISAWA Akihiro
10865 <ari@mbf.ocn.ne.jp>.
10866
10867 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
10868 of string which old xml.el may return rather than a string.
10869
10870 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
10871
10872 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
10873
10874 2005-01-16 Simon Josefsson <jas@extundo.com>
10875
10876 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
10877 idn/idna.el isn't available.
10878 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
10879 <michael@waxrat.com>.
10880
10881 * hashcash.el: Remove non-FSF copyright header.
10882
10883 * hashcash.el (hashcash-extra-generate-parameters): New variable.
10884 (hashcash-generate-payment): Use it.
10885 (hashcash-generate-payment-async): Use it.
10886
10887 2005-01-15 Simon Josefsson <jas@extundo.com>
10888
10889 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
10890 Suggested by Raymond Scholz <ray-2005@zonix.de>.
10891
10892 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
10893 gnus-summary-idna-message.
10894 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
10895 (gnus-summary-idna-message): New function.
10896
10897 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
10898
10899 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
10900 gnus-novice-user.
10901
10902 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
10903
10904 * nnrss.el (nnrss-request-delete-group): Delete entries in
10905 nnrss-group-alist as well.
10906 (nnrss-save-server-data): Insert newline.
10907
10908 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
10909
10910 * gnus.el (gnus-user-agent): Use list of symbols instead of
10911 symbols. Display full version number for (S)XEmacs. Optionally
10912 display (S)XEmacs codename.
10913
10914 * gnus-util.el (gnus-emacs-version): Update for new
10915 `gnus-user-agent'.
10916
10917 * gnus-msg.el (gnus-extended-version): Make it possible to omit
10918 Gnus version.
10919
10920 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
10921
10922 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
10923 which is unreadable in some setups.
10924
10925 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10926
10927 * gnus-spec.el (gnus-update-format-specifications): Flush the
10928 group format spec cache if it doesn't support decoded group names.
10929
10930 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
10931
10932 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
10933 Allow to apply decay on score files matching a regexp.
10934
10935 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
10936
10937 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
10938 compatibility in %g and %c.
10939
10940 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
10941
10942 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
10943 name for only %g and %c.
10944 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
10945 of gnus-tmp-group to decoded group name.
10946 (gnus-group-make-rss-group): Exclude `/'s from group names.
10947
10948 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
10949
10950 * nnrss.el (nnrss-get-encoding): Fix regexp.
10951
10952 2004-12-27 Simon Josefsson <jas@extundo.com>
10953
10954 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
10955 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
10956 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
10957
10958 2004-12-17 Kim F. Storm <storm@cua.dk>
10959
10960 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
10961
10962 * gnus-sum.el (gnus-summary-mode-map): Likewise.
10963
10964 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
10965
10966 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
10967
10968 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
10969
10970 * nnrss.el: Require rfc2047 and mml.
10971 (nnrss-file-coding-system): New variable.
10972 (nnrss-format-string): Redefine it as an inline function.
10973 (nnrss-decode-group-name): New function.
10974 (nnrss-string-as-multibyte): Remove.
10975 (nnrss-retrieve-headers): Decode group name; don't use
10976 nnrss-format-string.
10977 (nnrss-request-group): Decode group name.
10978 (nnrss-request-article): Decode group name; allow a Message-ID as
10979 well as an article number; don't use nnrss-format-string; encode a
10980 Message-ID string which may contain non-ASCII characters; use
10981 mml-to-mime to compose a MIME article.
10982 (nnrss-request-expire-articles): Decode group name.
10983 (nnrss-request-delete-group): Decode group name.
10984 (nnrss-fetch): Clarify error message.
10985 (nnrss-read-server-data): Use insert-file-contents instead of load;
10986 bind file-name-coding-system; use multibyte buffer.
10987 (nnrss-save-server-data): Bind coding-system-for-write to the
10988 value of nnrss-file-coding-system; bind file-name-coding-system;
10989 add coding cookie.
10990 (nnrss-read-group-data): Use insert-file-contents instead of load;
10991 bind file-name-coding-system; use multibyte buffer.
10992 (nnrss-save-group-data): Bind coding-system-for-write to the
10993 value of nnrss-file-coding-system; bind file-name-coding-system.
10994 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
10995 make it work with non-ASCII text.
10996 (nnrss-find-el): Make it work with old xml.el as well.
10997
10998 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
10999
11000 * nnrss.el (nnrss-get-encoding): New function.
11001 (nnrss-fetch): Use unibyte buffer initially; bind
11002 coding-system-for-read while performing mm-url-insert; remove ^Ms;
11003 decode contents according to the encoding attribute.
11004 (nnrss-save-group-data): Add coding cookie.
11005 (nnrss-mime-encode-string): New function.
11006 (nnrss-check-group): Use it to encode subject and author.
11007
11008 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
11009
11010 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11011 imaginary variable.
11012
11013 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
11014
11015 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11016 correctly even if there are wide characters.
11017
11018 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
11019
11020 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11021 downcased symbol names; make a new cache instead of reusing
11022 bbdb-hashtable.
11023
11024 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
11025
11026 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11027 concatenating segments rather than before concatenating them.
11028 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11029
11030 * message.el (message-get-reply-headers): Bind `extra'.
11031
11032 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11033
11034 * message.el (message-extra-wide-headers): New variable.
11035 (message-get-reply-headers): Use it.
11036
11037 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
11038
11039 * gnus-agent.el (gnus-agent-group-path): Decode group name.
11040 (gnus-agent-group-pathname): Ditto.
11041
11042 * gnus-cache.el (gnus-cache-file-name): Decode group name.
11043
11044 * gnus-group.el (gnus-group-make-group): Decode group name.
11045 (gnus-group-make-rss-group): Register the group data after opening
11046 the nnrss group.
11047
11048 2004-12-17 Paul Jarc <prj@po.cwru.edu>
11049
11050 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11051 by expiry now get marked as read.
11052
11053 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
11054
11055 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11056
11057 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
11058
11059 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11060 unify Latin characters in XEmacs.
11061 (mm-find-mime-charset-region): Use it.
11062
11063 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
11064
11065 * gnus-util.el (gnus-delete-directory): New function.
11066
11067 * gnus-agent.el (gnus-agent-delete-group): Use it.
11068
11069 * gnus-cache.el (gnus-cache-delete-group): Use it.
11070
11071 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
11072
11073 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11074 names.
11075
11076 2004-12-16 Simon Josefsson <jas@extundo.com>
11077
11078 * hashcash.el (hashcash-payment-alist): Fix custom :type.
11079
11080 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
11081
11082 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11083
11084 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11085 (gnus-group-set-current-level): Decode group name.
11086
11087 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
11088
11089 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11090 failed.
11091
11092 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
11093
11094 * gnus-group.el (gnus-group-delete-group): Decode group name.
11095 (gnus-group-make-rss-group): Encode group name.
11096 (gnus-group-catchup-current): Decode group name.
11097 (gnus-group-kill-group): Decode group name.
11098
11099 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
11100
11101 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11102
11103 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
11104
11105 * gnus-group.el (gnus-group-make-rss-group):
11106 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11107
11108 * gnus-start.el (gnus-setup-news): Honor user's setting to
11109 gnus-message-archive-method. Suggested by Lute Kamstra
11110 <lute@gnu.org>.
11111
11112 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
11113
11114 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11115 global counterparts of the buffer-local variables.
11116
11117 2004-11-16 Romain Francoise <romain@orebokech.com>
11118
11119 * gnus-sum.el (gnus-summary-exit): Don't clear the global
11120 counterparts of the buffer-local variables.
11121
11122 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
11123
11124 * message.el (message-forbidden-properties): Fixed typo in doc
11125 string.
11126
11127 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
11128
11129 * gnus-util.el (gnus-replace-in-string): Added doc string.
11130
11131 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11132 to avoid problems when splitting mails with many recipients.
11133
11134 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11135
11136 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11137 pop-to-buffer, covered by the subsequent gnus-configure-windows.
11138
11139 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
11140
11141 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11142 if there is no hashtable in memory or file modification time is
11143 newer than cached timestamp.
11144
11145 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
11146
11147 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11148 not-matching option.
11149
11150 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
11151
11152 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11153 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11154 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11155 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11156 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
11157 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11158
11159 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
11160
11161 * message.el (message-forward-make-body-mml): Remove headers
11162 according to message-forward-ignored-headers if a message is decoded.
11163
11164 2004-12-02 Romain Francoise <romain@orebokech.com>
11165
11166 * message.el (message-forward-make-body-plain): Always remove
11167 headers according to message-forward-ignored-headers.
11168
11169 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
11170
11171 * spam.el (spam-summary-prepare-exit): Remove the
11172 gnus-summary-limit pop for now, it has problems with ham marks for
11173 me.
11174
11175 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
11176
11177 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11178 correctly.
11179
11180 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
11181
11182 * format-spec.el (format-spec): Message the char.
11183
11184 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
11185
11186 * gnus-art.el (gnus-split-methods): Reformat comments.
11187
11188 * spam.el (spam-summary-prepare-exit): Remove article limits
11189 before exiting the summary buffer.
11190
11191 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
11192
11193 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11194 order to silence the byte compiler.
11195
11196 * spam.el: Fix the way to silence the byte compiler, which
11197 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11198 bbdb-search-simple, spam-BBDB-register-routine,
11199 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11200 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11201 spam-stat-buffer-is-spam, spam-stat-load,
11202 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11203 spam-stat-save and spam-stat-split-fancy.
11204
11205 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
11206
11207 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11208 which may confuse users.
11209 (canlock-password-for-verify): Ditto.
11210
11211 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11212
11213 * gnus-art.el (gnus-emphasis-alist): Ditto.
11214
11215 * gnus-registry.el (gnus-registry-max-entries): Ditto.
11216
11217 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11218
11219 * gnus-start.el (gnus-save-killed-list): Ditto.
11220
11221 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11222 (gnus-sum-thread-tree-root): Ditto.
11223 (gnus-sum-thread-tree-false-root): Ditto.
11224 (gnus-sum-thread-tree-single-indent): Ditto.
11225
11226 * message.el (message-courtesy-message): Ditto.
11227 (message-archive-note): Ditto.
11228 (message-subscribed-address-file): Ditto.
11229 (message-user-fqdn): Ditto.
11230
11231 * spam-report.el (spam-report-gmane-regex): Ditto.
11232
11233 * spam.el (spam-blackhole-good-server-regex): Ditto.
11234
11235 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
11236
11237 * mml.el (mml-preview): Widen the message buffer before copying
11238 the contents to the preview buffer; sort headers before previewing.
11239
11240 * message.el (message-hidden-headers): Fix the way to avoid a bug
11241 in the `repeat' widget in Emacs 21.3 or earlier.
11242
11243 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
11244
11245 * message.el (message-hidden-headers): Default to "^References:".
11246 Improve customization type. Suggested by Reiner Steib
11247 <Reiner.Steib@gmx.de>.
11248
11249 2004-11-25 Romain Francoise <romain@orebokech.com>
11250
11251 * message.el (message-strip-forbidden-properties): Remove check for
11252 obsolete `message-hidden' text property, hidden headers are not
11253 accessible in the buffer anymore.
11254
11255 2004-11-22 Romain Francoise <romain@orebokech.com>
11256
11257 * message.el (message-header-format-alist): Add `From' in list
11258 so that it can be sorted.
11259 (message-fix-before-sending): Widen and sort headers before
11260 sending.
11261 (message-hide-headers): Use narrowing to hide headers by moving
11262 them to the top of the buffer and narrowing to the region
11263 underneath.
11264
11265 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11266
11267 * message.el (message-strip-forbidden-properties): Bind
11268 buffer-read-only (etc) to nil.
11269
11270 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
11271
11272 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11273 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11274
11275 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
11276
11277 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11278
11279 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11280
11281 * dns.el (query-dns): Use sit-for to time instead of
11282 accept-process-output, since that doesn't seem to work on udp
11283 sockets.
11284
11285 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
11286
11287 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11288
11289 2004-11-15 Jesper Harder <harder@ifa.au.dk>
11290
11291 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11292 doc string. Improve doc string.
11293
11294 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
11295
11296 * nntp.el (nntp-request-update-info): Return nil if
11297 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11298 may not call gnus-activate-group which uselessly issues the GROUP
11299 commands for all nntp groups and wastes time. Reported by Romain
11300 Francoise <romain@orebokech.com>.
11301
11302 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11303
11304 2004-11-15 Simon Josefsson <jas@extundo.com>
11305
11306 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11307 headers separately.
11308 (gnus-button-openpgp): New function, inspired by Jochen Küpper
11309 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11310
11311 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11312
11313 * gnus-start.el (gnus-convert-old-newsrc):
11314 Assign legacy-gnus-agent to 5.10.7.
11315
11316 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11317
11318 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11319 start of the lines.
11320
11321 2004-11-14 Magnus Henoch <mange@freemail.hu>
11322
11323 * hashcash.el (hashcash-default-payment): Change default to 20.
11324 (hashcash-default-accept-payment): Change default to 20.
11325 (hashcash-process-alist): New variable.
11326 (hashcash-generate-payment-async): Add.
11327 (hashcash-already-paid-p): Add.
11328 (hashcash-insert-payment): Don't generate payments twice.
11329 (hashcash-insert-payment-async): Add.
11330 (hashcash-insert-payment-async-2): Add.
11331 (hashcash-cancel-async): Add.
11332 (hashcash-wait-async): Add.
11333 (hashcash-processes-running-p): Add.
11334 (hashcash-wait-or-cancel): Add.
11335 (mail-add-payment): New optional argument. Conditionally start
11336 asynchronous calculation.
11337 (mail-add-payment-async): Add.
11338
11339 * message.el (message-send-mail): Wait for asynchronous hashcash
11340 results. Don't clobber existing X-Hashcash headers.
11341 (message-setup-1): Call mail-add-payment-async when
11342 message-generate-hashcash is non-nil.
11343
11344 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
11345
11346 * message.el (message-use-alternative-email-as-from): Examine the
11347 From header as well; use message-make-from in order to include a
11348 user's full name.
11349
11350 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
11351
11352 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11353 default; improve customization type.
11354 (gnus-emphasis-custom-with-format): New macro.
11355 (gnus-emphasis-custom-value-to-external): New function.
11356 (gnus-emphasis-custom-value-to-internal): New function.
11357
11358 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
11359
11360 * dns.el (query-dns): Resolve reverse addresses.
11361
11362 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11363
11364 * gnus-group.el (gnus-group-get-new-news): Use it.
11365
11366 * gnus-start.el (gnus-check-reasonable-setup): New function.
11367
11368 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
11369
11370 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11371 "Args out of range" error. Reported by Arnaud Giersch
11372 <arnaud.giersch@free.fr>.
11373
11374 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
11375
11376 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11377
11378 2004-11-04 Richard M. Stallman <rms@gnu.org>
11379
11380 * spam.el (spam group): Add :version.
11381
11382 * pgg-def.el (pgg group): Add :version.
11383
11384 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
11385
11386 * gnus-art.el (gnus-article-edit-article): Don't associate the
11387 article buffer with a draft file. This is a temporary measure
11388 against the 2004-08-22 change to gnus-article-edit-mode.
11389
11390 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
11391
11392 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11393 (html2text-format-tags): Remove unused variable `attr'.
11394
11395 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
11396
11397 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11398
11399 * spam-stat.el (spam-stat): Add :version.
11400
11401 * sieve.el (sieve): Add :version.
11402
11403 * sha1.el (sha1): Add :version.
11404 (sha1-use-external): Remove redundant version.
11405
11406 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11407 (nnmail-cache-ignore-groups, nnmail-spool-hook)
11408 (nnmail-split-fancy-match-partial-words)
11409 (nnmail-split-lowercase-expanded): Add :version.
11410
11411 * nndiary.el (nndiary): Add :version.
11412
11413 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11414
11415 * mml-sec.el (mml-default-sign-method)
11416 (mml-default-encrypt-method, mml-signencrypt-style-alist):
11417 Add :version.
11418
11419 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11420
11421 * mm-url.el (mm-url-use-external, mm-url-program)
11422 (mm-url-arguments): Add :version.
11423
11424 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11425 (mm-attachment-file-modes, mm-decrypt-option)
11426 (mm-w3m-safe-url-regexp): Add :version.
11427
11428 * message.el (message-cite-prefix-regexp)
11429 (message-sendmail-envelope-from, message-minibuffer-local-map)
11430 (message-user-fqdn, message-completion-alist): Add :version.
11431
11432 * gnus-win.el (gnus-configure-windows-hook)
11433 (gnus-use-frames-on-any-display): Add :version.
11434
11435 * gnus-art.el (gnus-article-address-banner-alist)
11436 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11437 (gnus-treat-from-picon, gnus-treat-mail-picon)
11438 (gnus-treat-x-pgp-sig): Add :version.
11439
11440 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11441 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11442 (gnus-summary-article-delete-hook)
11443 (gnus-summary-display-while-building): Add :version.
11444
11445 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11446 (gnus-get-top-new-news-hook): Add :version.
11447
11448 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11449 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11450
11451 * gnus-registry.el (gnus-registry): Add :version.
11452
11453 * gnus-spec.el (gnus-use-correct-string-widths)
11454 (gnus-make-format-preserve-properties): Add :version.
11455
11456 * gnus.el (gnus-group-charter-alist)
11457 (gnus-group-fetch-control-use-browse-url)
11458 (gnus-install-group-spam-parameters): Add :version.
11459
11460 * gnus-diary.el (gnus-diary): Add :version.
11461
11462 * gnus-delay.el (gnus-delay): Add :version.
11463
11464 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11465 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11466 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11467 Add :version.
11468
11469 * gnus-agent.el (gnus-agent-max-fetch-size)
11470 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11471 (gnus-agent-prompt-send-queue): Add :version.
11472
11473 * deuglify.el (gnus-outlook-deuglify): Add :version.
11474
11475 * html2text.el: Beautify code. Improve doc strings. Some
11476 checkdoc cleanup.
11477 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11478
11479 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
11480
11481 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11482
11483 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
11484
11485 * gnus-registry.el (gnus-registry-hashtb): Create the registry
11486 when package is loaded.
11487
11488 * spam.el (spam-summary-score-preferred-header): Add global preference
11489 for people who want to override the default SpamAssassin over
11490 Bogofilter preference (when both are set).
11491 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11492 (spam-user-format-function-S): Check
11493 spam-summary-score-preferred-header.
11494 (spam-extra-header-to-number): Add X-Bogosity header parsing.
11495 (spam-user-format-function-S): Format the score correctly.
11496
11497 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
11498
11499 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11500 signature file. Suggested by Manoj Srivastava
11501 <srivasta@golden-gryphon.com>.
11502
11503 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11504 iso-2022-jp even in the Japanese language environment.
11505 Suggested by Jason Rumney <jasonr@gnu.org>.
11506
11507 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
11508
11509 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11510 use the same characters as the dummy marks; make it free from
11511 getting affected by the language environment.
11512 (gnus-summary-read-group-1): Update mark positions only when the
11513 format spec is updated.
11514
11515 * gnus-spec.el (gnus-update-format-specifications): Return a list
11516 of updated types.
11517
11518 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
11519
11520 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11521 of boundp to check if display-warning is available.
11522
11523 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
11524
11525 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11526
11527 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
11528
11529 * nnspool.el (nnspool-spool-directory): Use news-path if the
11530 news-directory variable is not bound.
11531
11532 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11533 function instead of display-warning if it is not available.
11534
11535 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
11536
11537 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11538 v5-10: Use `point-at-bol'.
11539
11540 2004-10-26 Simon Josefsson <jas@extundo.com>
11541
11542 * hashcash.el: Fix URL in comment, reported by Cheng Gao
11543 <chenggao@gmail.com>.
11544
11545 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
11546
11547 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
11548 instead.
11549
11550 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
11551
11552 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11553 to remove a server from the nnimap-server-buffer-alist.
11554 (nnimap-open-connection, nnimap-close-server): Use it.
11555
11556 * gnus-encrypt.el: Remove file in favor of encrypt.el.
11557
11558 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
11559
11560 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11561 running the major-mode function.
11562
11563 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11564
11565 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11566 dummy marks in the right way.
11567
11568 2004-10-18 David Edmondson <dme@dme.org>
11569
11570 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11571 excessively.
11572
11573 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
11574
11575 * gnus-util.el (gnus-split-references): Accept a nil references
11576 string and go on blissfully.
11577
11578 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11579 cases where the references string is non-nil but has no references.
11580
11581 * encrypt.el: Add autoload tags.
11582
11583 * spam.el (spam-resolve-registrations-routine): Remove article
11584 from unregistration list too. Reported by David Hanak
11585 <dhanak@isis.vanderbilt.edu>
11586
11587 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
11588
11589 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11590 nil. Changed custom type.
11591
11592 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
11593
11594 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11595
11596 * gnus-sum.el (gnus-summary-move-article): Use it.
11597
11598 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
11599
11600 * encrypt.el: Add autoload cookies.
11601
11602 * spam.el (spam-backend-article-list-property)
11603 (spam-backend-get-article-todo-list)
11604 (spam-backend-put-article-todo-list)
11605 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11606 Resolve registrations separately.
11607 (spam-register-routine): Format comments.
11608 (spam-unregister-routine, spam-register-routine): Always call with
11609 specific-articles, no default list.
11610 (spam-summary-prepare-exit): Use the spam-classifications function.
11611
11612 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11613 gnus-encrypt.el.
11614
11615 * encrypt.el: Copied from gnus-encrypt.el.
11616
11617 * gnus-encrypt.el: Commented that it's obsolete.
11618
11619 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
11620
11621 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11622 (gnus-score-save): Use it.
11623
11624 * message.el (message-bury): Use `window-dedicated-p'.
11625
11626 2004-10-15 Simon Josefsson <jas@extundo.com>
11627
11628 * pop3.el (top-level): Don't require nnheader.
11629 (pop3-read-timeout): Add.
11630 (pop3-accept-process-output): Add.
11631 (pop3-read-response, pop3-retr): Use it.
11632
11633 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
11634
11635 * spam.el (spam-register-routine): Move comment.
11636 (spam-verify-bogofilter): Use 'unknown for the initial
11637 spam-bogofilter-valid state, not 'never.
11638
11639 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11640 for netrc-machine.
11641
11642 * nnimap.el (nnimap-open-connection): Use
11643 netrc-machine-user-or-password.
11644
11645 2004-10-17 Richard M. Stallman <rms@gnu.org>
11646
11647 * gnus-registry.el (gnus-registry-unload-hook):
11648 Set as a variable with add-hook.
11649
11650 * nnspool.el (nnspool-spool-directory): Use news-directory instead
11651 of news-path.
11652
11653 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11654
11655 * spam.el: Delete duplicate `provide'.
11656 (spam-unload-hook): Set as a variable with add-hook.
11657
11658 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
11659
11660 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11661 in the doc string.
11662
11663 * message.el (message-ignored-news-headers)
11664 (message-ignored-supersedes-headers)
11665 (message-ignored-resent-headers)
11666 (message-forward-ignored-headers): Improve custom type.
11667
11668 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
11669
11670 * message.el (message-tokenize-header): Fix 2004-09-06 change
11671 which used point-min in the wrong place.
11672
11673 2004-10-12 Simon Josefsson <jas@extundo.com>
11674
11675 * tls.el (tls-certtool-program): New variable.
11676 (tls-certificate-information): New function, based on
11677 ssl-certificate-information.
11678
11679 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
11680
11681 * compface.el: Move the version of ELisp-based uncompface program
11682 to the contrib directory because of the copyright problem.
11683
11684 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
11685
11686 * message.el (message-kill-buffer): Raise the current frame.
11687
11688 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
11689
11690 * gnus-sum.el: Mention that multibyte characters don't work as marks.
11691
11692 * gnus.el (message-y-or-n-p): Autoload.
11693
11694 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11695 (pop3-password-required, pop3-authentication-scheme)
11696 (pop3-leave-mail-on-server): Made customizable.
11697 (pop3): New custom group.
11698 (pop3-retr): Remove `sleep-for' statements.
11699 Suggested by Dave Love <fx@gnu.org>.
11700
11701 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
11702 Windows/DOS.
11703
11704 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11705 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
11706 Dave Love <fx@gnu.org>.
11707
11708 * mml.el (mml-minibuffer-read-disposition): Require match.
11709 Suggested by Dave Love <fx@gnu.org>.
11710
11711 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
11712
11713 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
11714 doc string.
11715
11716 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
11717
11718 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
11719
11720 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11721
11722 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
11723 instead of calling `mm-insert-inline', to decode text/* parts
11724 before displaying them.
11725
11726 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
11727
11728 * mm-uu.el (mm-uu-text-plain-type): New variable.
11729 (mm-uu-pgp-signed-extract-1): Use it.
11730 (mm-uu-pgp-encrypted-extract-1): Use it.
11731 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
11732 bind mm-uu-text-plain-type with that value.
11733 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
11734 mm-uu-dissect.
11735
11736 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
11737
11738 * gnus-group.el (gnus-update-group-mark-positions):
11739 * gnus-sum.el (gnus-update-summary-mark-positions):
11740 * message.el (message-check-news-body-syntax):
11741 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
11742 of string-as-multibyte.
11743
11744 2004-10-05 Juri Linkov <juri@jurta.org>
11745
11746 * gnus-group.el (gnus-update-group-mark-positions):
11747 * gnus-sum.el (gnus-update-summary-mark-positions):
11748 * message.el (message-check-news-body-syntax):
11749 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
11750 8-bit unibyte values to a multibyte string for search functions.
11751
11752 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
11753
11754 * mm-uu.el (mm-uu-dissect): Allow optional arg.
11755 (mm-uu-dissect-text-parts): New function.
11756
11757 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
11758 dissect text parts.
11759
11760 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
11761 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
11762
11763 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
11764
11765 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
11766 gnus-current-topics instead of gnus-current-topic.
11767
11768 2004-10-06 Jesper Harder <harder@ifa.au.dk>
11769
11770 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
11771
11772 2004-10-05 Jesper Harder <harder@ifa.au.dk>
11773
11774 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
11775 where approriate.
11776
11777 * nnml.el (nnml-generate-active-info): do.
11778
11779 * nndiary.el (nndiary-generate-active-info): do.
11780
11781 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
11782 (gnus-topic-move): do.
11783
11784 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
11785 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
11786
11787 * gnus-srvr.el (gnus-server-prepare)
11788 (gnus-server-open-all-servers): do.
11789
11790 * gnus-msg.el (gnus-summary-cancel-article)
11791 (gnus-summary-resend-message)
11792 (gnus-summary-mail-crosspost-complaint): do.
11793
11794 * gnus-move.el (gnus-change-server): do.
11795
11796 * gnus-group.el (gnus-group-unmark-all-groups)
11797 (gnus-group-set-current-level): do.
11798
11799 2004-10-04 Simon Josefsson <jas@extundo.com>
11800
11801 * message.el (message-generate-hashcash): Doc fix.
11802
11803 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
11804
11805 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
11806 avoid infinite recursion via gnus-get-function.
11807
11808 2004-10-02 Jesper Harder <harder@ifa.au.dk>
11809
11810 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
11811
11812 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
11813
11814 * nnmail.el (nnmail-split-history): do.
11815
11816 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
11817 (nnml-request-delete-group): do.
11818
11819 * nnslashdot.el (nnslashdot-read-groups): do.
11820
11821 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
11822 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
11823
11824 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
11825 (nnspool-sift-nov-with-sed): Use last.
11826 (nnspool-retrieve-headers-with-nov): Use mapc.
11827 (nnspool-request-newgroups): Use dolist.
11828 (nnspool-request-group): Use last.
11829
11830 * nntp.el (nntp-read-server-type): Use dolist.
11831
11832 * nnvirtual.el (nnvirtual-create-mapping)
11833 (nnvirtual-update-read-and-marked): Use dolist.
11834 (nnvirtual-convert-headers): Simplify.
11835
11836 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
11837
11838 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
11839 support for sync'ing tick marks.
11840
11841 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
11842
11843 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
11844 there's no visible header.
11845
11846 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
11847
11848 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
11849 necessary, pass full group name to gnus-request-set-marks.
11850
11851 2004-10-01 Simon Josefsson <jas@extundo.com>
11852
11853 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
11854 acroread.
11855
11856 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11857
11858 * spam-report.el (spam-report-gmane): Fix interactive.
11859
11860 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
11861
11862 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
11863 when writing file.
11864 (gnus-agent-synchronize-flags): Don't default to being
11865 interactive.
11866
11867 2004-09-30 Simon Josefsson <jas@extundo.com>
11868
11869 * message.el (message-generate-hashcash): Add.
11870 (message-send-mail): Use it, call mail-add-payment.
11871
11872 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
11873
11874 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
11875
11876 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
11877
11878 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
11879 gnus-requst-update-info with explicit code to sync the in-memory
11880 info read flags with the marks being sync'd to the backend.
11881
11882 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
11883
11884 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11885
11886 * spam.el (spam-verify-bogofilter): Add new function.
11887 (spam-check-bogofilter)
11888 (spam-bogofilter-register-with-bogofilter): Use it.
11889 (spam-verify-bogofilter): Add small fixes.
11890
11891 2004-09-28 Simon Josefsson <jas@extundo.com>
11892
11893 * hashcash.el (hashcash-generate-payment): Revert.
11894
11895 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11896
11897 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
11898 gnus-extract-references instead of gnus-split-references.
11899
11900 * gnus-util.el (gnus-extract-references): Add new function, analogous
11901 to gnus-split-references but extracts only the message-ID without
11902 anything extra.
11903
11904 * hashcash.el (hashcash-generate-payment)
11905 (hashcash-check-payment): Do the right thing if hashcash-path is
11906 nil (because the hashcash program could not be found).
11907
11908 * spam.el (spam-use-hashcash): Remove comment.
11909
11910 2004-09-27 Jesper Harder <harder@ifa.au.dk>
11911
11912 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
11913 (gnus-cache-enter-article, gnus-cache-remove-article)
11914 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
11915
11916 * gnus-async.el (gnus-async-prefetch-remove-group): do.
11917
11918 * gnus-art.el (article-hide-boring-headers)
11919 (article-translate-strings, article-display-face)
11920 (gnus-article-mime-match-handle-first)
11921 (gnus-article-highlight-headers)
11922 (gnus-article-add-buttons-to-head): do.
11923
11924 2004-09-27 Simon Josefsson <jas@extundo.com>
11925
11926 * hashcash.el: New version, from
11927 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
11928 ../contrib/.
11929
11930 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
11931
11932 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
11933
11934 2004-09-26 Jesper Harder <harder@ifa.au.dk>
11935
11936 * gnus-dup.el (gnus-dup-open): Use mapc.
11937 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
11938
11939 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
11940 Reported by Stefan Wiens <s.wi@gmx.net>.
11941
11942 * gnus.el (gnus-shutdown): Use dolist.
11943
11944 * gnus-undo.el (gnus-undo): Use mapc.
11945
11946 * nnrss.el (nnrss-generate-active): do.
11947
11948 * message.el (message-cite-original-without-signature)
11949 (message-cite-original): Use mapc.
11950 (message-do-actions, message-make-forward-subject): Use dolist.
11951
11952 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
11953
11954 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
11955 deletion to remove entire duplicate line. Fixes merged article
11956 number bug.
11957
11958 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
11959
11960 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
11961 servers that are offline. Avoids having gnus-agent-toggle-plugged
11962 first ask if you want to open a server and then, even when you
11963 responded with no, asking if you want to synchronize the server's
11964 flags.
11965 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
11966 multi-line expressions.
11967 (gnus-agent-synchronize-group-flags): New internal function.
11968 Updates marks in memory (in the info structure) AND in the
11969 backend.
11970
11971 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
11972
11973 * nnagent.el (nnagent-request-set-mark): Use
11974 gnus-agent-synchronize-group-flags, not backend's request-set-mark
11975 method, to ensure that synchronization updates marks in the
11976 backend and in the info (in memory) structure.
11977
11978 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
11979
11980 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
11981 convention fully; don't miss the root article of a thread; make
11982 the X-Draft-From header with correct article numbers.
11983
11984 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
11985
11986 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
11987 unless plugged. Disable the agent so that an open failure causes
11988 an error.
11989
11990 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
11991 Reverted 2004-09-21 change. The backend must be opened while
11992 synchronizing flags even when the backend stores the flags
11993 locally.
11994
11995 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
11996
11997 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
11998 in `header' match. Reported by Svend Tollak Munkejord.
11999
12000 * message.el (message-cite-original): Fix use of
12001 `message-cite-articles-with-x-no-archive'.
12002
12003 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
12004
12005 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12006 (gnus-window-to-buffer): Ditto.
12007
12008 * mml.el (mml-preview-buffer): New variable.
12009 (mml-preview): Manage window layout with gnus-buffer-configuration.
12010
12011 * gnus-msg.el (gnus-setup-message): Put article numbers into the
12012 X-Draft-From header even if those articles aren't quoted.
12013
12014 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
12015
12016 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12017 (gnus-request-set-mark, gnus-request-update-mark): Use new
12018 g-s-t-u-l-m to decide to use backend even when unplugged.
12019
12020 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
12021
12022 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12023 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
12024
12025 2004-09-20 Simon Josefsson <jas@extundo.com>
12026
12027 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12028 "utf-16-le".
12029
12030 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
12031
12032 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12033
12034 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
12035
12036 * uudecode.el (uudecode-use-external): Add :version.
12037
12038 * smime.el (smime-CA-file, smime-encrypt-cipher)
12039 (smime-dns-server): Add :version.
12040
12041 * smiley.el (gnus-smiley-file-types): Add :version.
12042
12043 * sha1.el (sha1-use-external): Add :version.
12044
12045 * pgg-def.el (pgg-query-keyserver): Add :version.
12046
12047 * nnmail.el (nnmail-fancy-expiry-targets)
12048 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12049 Add :version.
12050
12051 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12052 (nnimap-retrieve-groups-asynchronous): Add :version.
12053 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
12054
12055 * mml.el (mml-content-disposition-parameters)
12056 (mml-insert-mime-headers-always): Add :version.
12057
12058 * mm-util.el (mm-coding-system-priorities): Add :version.
12059
12060 * mm-decode.el (mm-inline-text-html-with-images)
12061 (mm-keep-viewer-alive-types, mm-external-terminal-program)
12062 (mm-verify-option): Add :version.
12063 (mm-text-html-renderer): Change :version.
12064
12065 * message.el (message-fcc-externalize-attachments)
12066 (message-required-headers, message-draft-headers)
12067 (message-subject-trailing-was-query)
12068 (message-subject-trailing-was-ask-regexp)
12069 (message-subject-trailing-was-regexp, message-mark-insert-begin)
12070 (message-mark-insert-end, message-archive-header)
12071 (message-archive-note, message-cross-post-default)
12072 (message-cross-post-note, message-followup-to-note)
12073 (message-cross-post-note-function, message-use-mail-followup-to)
12074 (message-subscribed-address-functions)
12075 (message-subscribed-address-file, message-subscribed-addresses)
12076 (message-subscribed-regexps, message-allow-no-recipients)
12077 (message-yank-cited-prefix, message-signature-insert-empty-line)
12078 (message-hidden-headers, message-hierarchical-addresses)
12079 (message-mail-user-agent, message-use-idna)
12080 (message-valid-fqdn-regexp)
12081 (message-strip-special-text-properties, message-header-synonyms)
12082 (message-beginning-of-line, message-tab-body-function): Add :version.
12083 (message-insert-canlock, message-wide-reply-confirm-recipients):
12084 Change :version.
12085
12086 * mail-source.el (mail-source-ignore-errors): Add :group, :type
12087 and :version.
12088 (mail-source-delete-old-incoming-confirm)
12089 (mail-source-movemail-program): Add :version.
12090
12091 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12092 (gnus-agent-cache, gnus-agent): Change :version.
12093
12094 * gnus-util.el (gnus-use-byte-compile): Change :version.
12095
12096 * gnus-sum.el (gnus-summary-make-false-root-always)
12097 (gnus-summary-default-high-score)
12098 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12099 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12100 (gnus-read-all-available-headers, gnus-article-emulate-mime)
12101 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12102 (gnus-sum-thread-tree-single-indent)
12103 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12104 (gnus-sum-thread-tree-leaf-with-other)
12105 (gnus-sum-thread-tree-single-leaf): Add :version.
12106 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12107 (gnus-article-loose-mime): Change :version.
12108
12109 * gnus-start.el (gnus-backup-startup-file)
12110 (gnus-save-startup-file-via-temp-buffer): Add :version.
12111
12112 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12113 (gnus-server-offline-face): Add :version.
12114
12115 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12116
12117 * gnus-msg.el (gnus-gcc-externalize-attachments)
12118 (gnus-debug-files, gnus-debug-exclude-variables)
12119 (gnus-discouraged-post-methods): Change :version.
12120 (gnus-confirm-mail-reply-to-news)
12121 (gnus-confirm-treat-mail-like-news): Add :version.
12122
12123 * gnus-int.el (gnus-server-unopen-status): Add :version.
12124
12125 * gnus-group.el (gnus-group-jump-to-group-prompt)
12126 (gnus-large-ephemeral-newsgroup)
12127 (gnus-fetch-old-ephemeral-headers): Add :version.
12128
12129 * gnus-fun.el (gnus-x-face-directory)
12130 (gnus-convert-pbm-to-x-face-command)
12131 (gnus-convert-image-to-x-face-command)
12132 (gnus-convert-image-to-face-command): Add :version.
12133
12134 * gnus-delay.el (gnus-delay-default-hour): Add :version.
12135
12136 * gnus-cite.el (gnus-cite-blank-line-after-header)
12137 (gnus-article-boring-faces): Add :version.
12138
12139 * gnus-art.el (gnus-buttonized-mime-types)
12140 (gnus-inhibit-mime-unbuttonizing)
12141 (gnus-treat-display-face)
12142 (gnus-treat-body-boundary): Change :version.
12143 (gnus-body-boundary-delimiter, gnus-picon-databases)
12144 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12145 (gnus-treat-date-english, gnus-treat-fold-headers)
12146 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12147 (gnus-treat-mail-picon, gnus-treat-wash-html)
12148 (gnus-article-encrypt-protocol)
12149 (gnus-use-idna, gnus-article-over-scroll)
12150 (gnus-mime-display-multipart-alternative-as-mixed)
12151 (gnus-mime-display-multipart-related-as-mixed)
12152 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12153 (gnus-ctan-url, gnus-button-ctan-handler)
12154 (gnus-button-handle-ctan-bogus-regexp)
12155 (gnus-button-ctan-directory-regexp)
12156 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12157 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12158 (gnus-button-man-level, gnus-button-emacs-level)
12159 (gnus-button-message-level, gnus-button-browse-level): Add :version.
12160
12161 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12162 (gnus-agent-go-online): Change :version.
12163 (gnus-agent-expire-unagentized-dirs)
12164 (gnus-agent-auto-agentize-methods): Add :version.
12165
12166 * flow-fill.el (fill-flowed-display-column)
12167 (fill-flowed-encode-column): Add :version.
12168
12169 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12170 (gnus-outlook-deuglify-unwrap-max)
12171 (gnus-outlook-deuglify-cite-marks)
12172 (gnus-outlook-deuglify-unwrap-stop-chars)
12173 (gnus-outlook-deuglify-no-wrap-chars)
12174 (gnus-outlook-deuglify-attrib-cut-regexp)
12175 (gnus-outlook-deuglify-attrib-verb-regexp)
12176 (gnus-outlook-deuglify-attrib-end-regexp)
12177 (gnus-outlook-display-hook): Add :version.
12178
12179 * binhex.el (binhex-use-external): Add :version.
12180
12181 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
12182
12183 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12184 and `invisible'.
12185
12186 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
12187
12188 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12189 in gnus-registry-trim.
12190
12191 2004-09-13 Simon Josefsson <jas@extundo.com>
12192
12193 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12194
12195 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12196
12197 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12198 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12199 <yamaoka@jpl.org>.
12200 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12201 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12202 <yamaoka@jpl.org>.
12203
12204 * sieve.el (sieve-manage-mode): Ditto.
12205
12206 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
12207
12208 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12209
12210 2004-09-11 Simon Josefsson <jas@extundo.com>
12211
12212 * dns-mode.el: Add.
12213
12214 * mm-view.el (mm-display-dns-inline): Add.
12215
12216 * mm-decode.el (mm-inline-media-tests): Add text/dns.
12217 (mm-automatic-display): Ditto.
12218
12219 * mailcap.el (mailcap-mime-data): Add text/dns.
12220 (mailcap-mime-extensions): Map .soa to text/dns.
12221
12222 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
12223
12224 * gnus-art.el (article-decode-mime-words, article-babel)
12225 (gnus-article-highlight-signature, gnus-article-add-buttons)
12226 (gnus-signature-toggle): Remove unnecessary bindings of
12227 `inhibit-read-only' inherited from v5.10 merge.
12228
12229 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
12230
12231 * nntp.el (nntp): New customization group.
12232 (nntp-authinfo-file): Add customization group.
12233
12234 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12235
12236 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12237
12238 * gnus.el (to-address, to-list, subscribed)
12239 (large-newsgroup-initial): Ditto.
12240
12241 * flow-fill.el (fill-flowed-display-column)
12242 (fill-flowed-encode-column): Ditto.
12243
12244 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
12245
12246 * message.el (message-tokenize-header, message-send-mail-with-qmail):
12247 Use point-min rather than 1.
12248 (message-send-mail): Use buffer-size rather than point-max.
12249
12250 * gnus-sum.el (gnus-summary-search-article-forward):
12251 Signal a specific `search-failed' rather than a generic `error'.
12252
12253 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12254 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12255 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12256
12257 2004-09-10 Simon Josefsson <jas@extundo.com>
12258
12259 * nndb.el (require): Remove tcp and duplicate cl.
12260
12261 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
12262
12263 * gnus-agent.el (directory-files-and-attributes): Move forward.
12264
12265 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
12266
12267 * gnus-agent.el (directory-files-and-attributes): Optionally
12268 defined to support XEmacs.
12269
12270 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
12271
12272 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12273 to avoid run-time CL dependencies.
12274 (gnus-agent-unfetch-articles): New function.
12275 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12276 article numbers even when local .overview file is missing.
12277 (gnus-agent-read-article-number): New function. Only accepts
12278 27-bit article numbers.
12279 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12280 gnus-agent-read-article-number.
12281 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12282 from backend while recognizing that article numbers in .overview
12283 must be valid.
12284 (gnus-agent-update-files-total-fetched-for): Use
12285 directory-files-and-attributes to improve performance.
12286 * gnus-int.el (gnus-request-move-article): Use
12287 gnus-agent-unfetch-articles in place of gnus-agent-expire to
12288 improve performance.
12289
12290 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12291 some users confused by references to .newsrc when they only have a
12292 .newsrc.eld file.
12293 (gnus-convert-mark-converter-prompt)
12294 (gnus-convert-converter-needs-prompt): Fixed use of property list.
12295 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12296 New function. Used internally to only display 'gnus converting
12297 files' message when actually necessary.
12298
12299 * gnus-sum.el (): Removed (require 'gnus-agent) as required
12300 methods now autoloaded.
12301
12302 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
12303
12304 * gnus-sum.el (gnus-summary-insert-subject): Remove list
12305 identifiers.
12306
12307 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
12308
12309 * gnus-picon.el: Fix indentation and closing parenthesis.
12310
12311 2004-09-01 Simon Josefsson <jas@extundo.com>
12312
12313 * message.el (message-canlock-generate): Require sha1, not
12314 sha1-el. (Can we get rid of this require altogether? It is ugly
12315 to require within a function. Sadly, if sha1.el isn't loaded, the
12316 let binding in m-c-g will hide the defcustom definition, which is
12317 bad.)
12318
12319 * canlock.el: Require sha1, not sha1-el.
12320
12321 * message.el: Don't autoload sha1 (there is a autoload cookie in
12322 sha1.el).
12323
12324 * sha1-el.el: Renamed to sha1.el.
12325
12326 2004-08-30 Juanma Barranquero <lektu@terra.es>
12327
12328 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12329
12330 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
12331
12332 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12333
12334 2004-08-30 Kim F. Storm <storm@cua.dk>
12335
12336 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12337
12338 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12339 Add :group 'nnimap.
12340
12341 2004-08-30 Andreas Schwab <schwab@suse.de>
12342
12343 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12344 ?* and ?\;.
12345
12346 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12347 and ?\' to symbol instead of whitespace.
12348
12349 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
12350
12351 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12352
12353 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12354 instead of re-search-forward.
12355
12356 * gnus-uu.el (gnus-uu-save-article): Ditto.
12357 (gnus-uu-post-encode-uuencode): Ditto.
12358
12359 * html2text.el (html2text-clean-list-items): Ditto.
12360 (html2text-clean-dtdd): Ditto.
12361 (html2text-format-tags): Ditto.
12362
12363 * message.el (message-send-mail-with-sendmail): Fix regexp.
12364 (message-fill-field-general): Use search-forward instead of
12365 re-search-forward.
12366 (unbold-region): Ditto.
12367
12368 * nnrss.el (nnrss-request-article): Ditto.
12369
12370 * nnslashdot.el (nnslashdot-request-article): Ditto.
12371
12372 * nnweb.el (nnweb-gmane-wash-article): Ditto.
12373
12374 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12375 "Unrecognized menu descriptor" error in XEmacs.
12376
12377 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
12378
12379 * gnus-sum.el (gnus-read-header): Don't remove a header for the
12380 parent article of a sparse article in the thread hashtb.
12381
12382 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
12383
12384 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12385 (nnmail-expand-newtext): Lowercase expanded entries if
12386 nnmail-split-lowercase-expanded is non-nil.
12387
12388 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
12389
12390 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12391
12392 * gnus-group.el (gnus-group-line-format-alist): Convert the value
12393 of gnus-tmp-news-method into string under XEmacs. It will be
12394 passed to gnus-correct-length which takes only a string argument.
12395
12396 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
12397
12398 * gnus-util.el (gnus-bind-print-variables): New macro.
12399 (gnus-prin1): Use it.
12400 (gnus-prin1-to-string): Use it.
12401 (gnus-pp): New function.
12402 (gnus-pp-to-string): New function.
12403
12404 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12405 Replace pp-to-string with gnus-pp-to-string.
12406 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12407 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12408 * gnus-msg.el (gnus-debug): Ditto.
12409 * gnus-score.el (gnus-score-save): Ditto.
12410 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12411 gnus-pp-to-string.
12412 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12413 with gnus-pp.
12414 * score-mode.el (gnus-score-pretty-print): Ditto.
12415 * webmail.el (webmail-debug): Ditto.
12416
12417 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
12418
12419 * gnus-art.el (article-display-face, article-display-x-face):
12420 Use buffer-read-only.
12421
12422 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
12423
12424 * gnus-art.el (article-hide-list-identifiers):
12425 Bind inhibit-read-only as t.
12426
12427 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
12428
12429 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12430
12431 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12432
12433 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12434 (gnus-narrow-to-page): Don't assume point-min == 1.
12435 (gnus-article-edit-mode): Derive from message-mode.
12436
12437 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12438 point-min == 1.
12439
12440 * imap.el (imap-parse-address-list, imap-parse-body-ext):
12441 Disable incorrect use of `assert'.
12442
12443 * message.el (message-mode): Set comment-start-skip.
12444
12445 2004-08-22 Sam Steingold <sds@gnu.org>
12446
12447 * pop3.el (pop3-leave-mail-on-server): New user variable.
12448 (pop3-movemail): Delete mail only when it is nil.
12449
12450 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
12451
12452 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12453
12454 * mml.el (mml-preview): Use `pop-to-buffer'.
12455
12456 * message.el (message-goto-mail-followup-to): Insert after "To".
12457 (message-carefully-insert-headers): Add comment.
12458
12459 * gnus.el: Remove unused variable `gnus-article-check-size'.
12460
12461 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12462
12463 * gnus-art.el (gnus-button-alist): Improve
12464 `gnus-button-handle-library' entry.
12465
12466 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
12467
12468 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12469 downcase, since XEmacs capitalizes error messages differently.
12470
12471 2004-08-18 Jesper Harder <harder@ifa.au.dk>
12472
12473 * nntp.el: Add (require 'gnus) due to reference to
12474 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
12475
12476 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
12477
12478 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12479 `mm-fill-flowed'.
12480
12481 * mm-decode.el (mm-dissect-singlepart): Check it.
12482
12483 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
12484
12485 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12486 'imap' for netrc parsing.
12487
12488 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
12489
12490 * mailcap.el (mailcap-mime-data): Mark as risky.
12491
12492 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
12493
12494 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12495 may be included in the encoded word.
12496 (rfc2047-encode): Don't append a space if the encoded word
12497 includes close parenthesis.
12498
12499 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
12500
12501 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12502 of text within parentheses.
12503
12504 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
12505
12506 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12507 (gnus-encrypt-write-file-contents): Make the password key the file
12508 name PLUS the cipher, not just the cipher. Also remove failed
12509 passwords from the cache.
12510
12511 2004-08-06 Simon Josefsson <jas@extundo.com>
12512
12513 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
12514 fix.
12515
12516 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
12517
12518 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12519 LWSP.
12520
12521 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
12522
12523 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12524 to append in-reply-to: data to the references: header.
12525
12526 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12527 (netrc-parse): Use gnus-encrypt.el functions.
12528
12529 * gnus-encrypt.el: Add new file for encryption support; currently
12530 does only a few GPG ciphers and an internal XOR cipher.
12531
12532 * password.el: Add comments on using password-read-and-add.
12533 (password-read-and-add): Add function to read and add the
12534 password to the cache at once.
12535
12536 2004-07-28 Simon Josefsson <jas@extundo.com>
12537
12538 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12539 parameter (but don't use it, for now).
12540
12541 * imap.el (imap-ssl-open): Use imap-process-connection-type,
12542 instead of hard coding to nil.
12543
12544 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
12545
12546 * mm-view.el (mm-inline-image-emacs): Open lines under an image
12547 as mm-inline-image-xemacs does.
12548
12549 2004-07-26 Simon Josefsson <jas@extundo.com>
12550
12551 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12552 Revert part of 2004-07-17 change below.
12553
12554 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
12555
12556 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
12557 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12558
12559 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12560
12561 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12562 quotes that actually start with ">" at the beginning of the
12563 lines.
12564
12565 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
12566
12567 * rfc2047.el (rfc2047-encode-region): Fix last change.
12568 (rfc2047-encode-parameter): Remove useless concat.
12569
12570 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
12571
12572 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12573 encode special characters; fix some kind of misconfigured headers;
12574 signal a real error if debug-on-quit or debug-on-error is non-nil.
12575 (rfc2047-encode-max-chars): New variable.
12576 (rfc2047-encode-1): Use it.
12577 (rfc2047-encode-parameter): New function.
12578
12579 * mml.el (mml-insert-parameter): Remove an excessive space.
12580
12581 2004-07-17 Simon Josefsson <jas@extundo.com>
12582
12583 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12584 Kai Grossjohann <kai@emptydomain.de>.
12585 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12586 (gnus-group-make-menu-bar): Ditto.
12587
12588 * gnus-util.el (gnus-group-server): Add.
12589
12590 2004-07-16 Jesper Harder <harder@ifa.au.dk>
12591
12592 * message.el (message-clone-locals): Clone sendmail and smtp
12593 variables.
12594
12595 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
12596
12597 * rfc2047.el (rfc2047-encode-region): Fix last change.
12598
12599 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
12600
12601 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12602 characters as non-special.
12603
12604 2004-07-09 Simon Josefsson <jas@extundo.com>
12605
12606 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12607 Users will lose all flag changes made while unplugged with
12608 e.g. nntp unless flag synchronization happens, thus `nil' is not a
12609 good default. See numerous reports on ding mailing list.
12610
12611 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
12612
12613 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12614 add generate-head-function and generate-article-function to the
12615 rfc822-forward entry.
12616 (nndoc-rfc822-forward-generate-article): New function.
12617 (nndoc-rfc822-forward-generate-head): New function.
12618
12619 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12620
12621 2004-07-06 Dan Christensen <jdc@uwo.ca>
12622
12623 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12624 respect display group parameter and gnus-summary-expunge-below.
12625 (gnus-articles-to-read): Remove unused reference to display group
12626 parameter.
12627
12628 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12629
12630 * nnheader.el (nnheader-uniquify-message-id): New experimental
12631 variable.
12632 (nnheader-nov-read-message-id): Use it.
12633
12634 * spam-report.el (spam-report-gmane): Add interactive.
12635
12636 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
12637
12638 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12639 qp-or-base64 for the application/* types.
12640
12641 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
12642
12643 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12644
12645 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
12646
12647 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12648 trim value.
12649
12650 2004-01-25 Paul Jarc <prj@po.cwru.edu>
12651
12652 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12653 New macro and function.
12654 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12655
12656 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
12657
12658 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12659 after-load-alist.
12660
12661 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
12662
12663 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12664 update info that isn't there.
12665
12666 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
12667
12668 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12669 entry.
12670
12671 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
12672
12673 * mm-view.el (mm-inline-render-with-function): Use multibyte
12674 buffer; decode html source by charset.
12675
12676 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12677
12678 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12679 Mule-UCS is loaded under XEmacs.
12680 (mm-mime-mule-charset-alist): Avoid duplicated entries.
12681
12682 2004-06-28 Jesper Harder <harder@ifa.au.dk>
12683
12684 * nnheader.el (nnheader-max-head-length): Increase to 8192.
12685
12686 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
12687
12688 * mm-util.el (mm-coding-system-p): Return a coding-system.
12689 (mm-mime-mule-charset-alist): Use shift_jis instead of
12690 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12691 entries for the mime charsets iso-2022-jp-3 and shift_jis.
12692 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12693 instead of japanese-shift-jis and iso-latin-1 respectively in
12694 order to share the default value with both Emacs and XEmacs-mule.
12695 (mm-mule-charset-to-mime-charset): Make
12696 mm-coding-system-priorities effective.
12697 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
12698 while predicating of candidates upon the priorities.
12699
12700 2004-06-27 Jesper Harder <harder@ifa.au.dk>
12701
12702 * gnus-sum.el (gnus-summary-make-menu-bar): Add
12703 gnus-uu-invert-processable.
12704
12705 * gnus.el: Autoload gnus-uu-invert-processable.
12706
12707 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
12708
12709 * mm-util.el (mm-with-multibyte-buffer): New macro.
12710
12711 * rfc2047.el (rfc2047-encode-string): Use it.
12712 (rfc2047-encode-region): Move point to the end of the region after
12713 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
12714
12715 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
12716
12717 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
12718 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
12719
12720 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
12721
12722 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
12723 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
12724 Karl Chen <quarl@nospam.quarl.org>.
12725
12726 2004-06-23 Jesper Harder <harder@ifa.au.dk>
12727
12728 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
12729 invalid addresses.
12730
12731 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
12732
12733 * spam.el: Change section markers, revise TODO list.
12734 (spam-backends): Make new master list of all installed backends.
12735 (spam-summary-exit-behavior): Add new variable to determine how
12736 messages moves are done at summary exit.
12737 (spam-move-spam-nonspam-groups-only)
12738 (spam-process-ham-in-nonham-groups)
12739 (spam-process-ham-in-spam-groups): Remove variables, the
12740 spam-summary-exit-behavior variable should be used to manage this
12741 behavior.
12742 (spam-old-ham-articles, spam-old-spam-articles): Remove.
12743 (spam-old-articles): Add variable, replacing spam-old-ham-articles
12744 and spam-old-spam-articles.
12745 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
12746 Add empty variables, placeholders for the backends they represent.
12747 (spam-set-difference): Move, unchanged.
12748 (spam-list-of-processors): Declare OBSOLETE, not used anymore
12749 unless the user has a processor variable.
12750 (spam-classifications, spam-classification-valid-p)
12751 (spam-backend-properties, spam-backend-property-valid-p)
12752 (spam-backend-function-type-valid-p)
12753 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
12754 (spam-report-articles-gmane, spam-report-articles-resend):
12755 Remove functions, they are not needed.
12756 (spam-install-backend-super, spam-backend-list)
12757 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
12758 (spam-backend-function, spam-backend-ham-registration-function)
12759 (spam-backend-spam-registration-function)
12760 (spam-backend-ham-unregistration-function)
12761 (spam-backend-spam-unregistration-function)
12762 (spam-backend-statistical-p, spam-backend-mover-p)
12763 (spam-install-backend-alias, spam-install-checkonly-backend)
12764 (spam-install-mover-backend, spam-install-nocheck-backend)
12765 (spam-install-backend, spam-install-statistical-backend)
12766 (spam-install-statistical-checkonly-backend): Add backend installation
12767 support.
12768 (spam-summary-prepare-exit): Rewrite to use the new backend code.
12769 (spam-group-processor-p): Use the new backend code and respect the
12770 summary exit behavior.
12771 (spam-mark-spam-as-expired-and-move-routine): Remove.
12772 (spam-summary-prepare): Change to use the new spam-old-articles
12773 variable.
12774 (spam-copy-or-move-routine, spam-copy-spam-routine)
12775 (spam-move-spam-routine, spam-copy-ham-routine)
12776 (spam-move-ham-routine): Add code to copy/move ham or spam.
12777 (spam-fetch-field-fast): Improve doc and code, plus allow the
12778 'number request.
12779 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
12780 variables.
12781 (spam-split, spam-find-spam): Use the new backend code.
12782 (spam-registration-functions): Remove variable.
12783 (spam-unregister-routine): Add convenience wrapper.
12784 (spam-log-undo-registration, spam-register-routine)
12785 (spam-log-processing-to-registry)
12786 (spam-log-unregistration-needed-p): Rename "check" to "backend"
12787 where possible.
12788 (spam-check-gmane-xref, spam-check-regex-headers)
12789 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
12790 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
12791 (spam-check-bogofilter-headers, spam-check-spamoracle)
12792 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
12793 (spam-check-crm114-headers): Use the spam-split-group that
12794 spam-split prepares, no need to determine it every time.
12795
12796 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
12797 to the nnheader-parse-naked-head call.
12798
12799 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
12800
12801 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
12802 the nnheader-nov-read-message-id call.
12803
12804 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
12805
12806 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
12807 gnus-activate-group twice. Suggested by Markus Peter
12808 <warp@spin.de>.
12809
12810 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
12811
12812 * gnus-art.el (gnus-article-time-format): Exchange the order of
12813 day and month in the default value; fix customization type.
12814 (article-date-ut): Use add-text-properties.
12815 (article-make-date-line): Use message-make-date instead of
12816 current-time-string.
12817
12818 * message.el (message-fetch-field): Don't use set-text-properties.
12819 (message-make-date): Simplify.
12820
12821 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
12822
12823 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
12824 (rfc2047-encode-region): Treat text within parentheses as special;
12825 show the original text when error has occurred.
12826
12827 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
12828 already-computed method to gnus-activate-group.
12829
12830 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
12831 same select-methods identical Lisp objects.
12832
12833 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
12834 object when modifying the info.
12835
12836 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
12837
12838 * gnus-srvr.el (gnus-server-set-info): Remove the server from
12839 gnus-opened-servers since it has never been opened with the new
12840 configuration yet.
12841
12842 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
12843
12844 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
12845 arg to nnheader-generate-fake-message-id.
12846
12847 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
12848
12849 * nnheader.el (nnheader-generate-fake-message-id): Accept a
12850 number and build a fake message ID localized to a group and
12851 article number (so it's repeatable from that point on).
12852 (nnheader-fake-message-id-p): Change regex to accommodate new fake
12853 ID format.
12854
12855 * gnus-sum.el (gnus-get-newsgroup-headers): Call
12856 nnheader-generate-fake-message-id with the article number.
12857
12858 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
12859
12860 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
12861 end-of-buffer.
12862
12863 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12864
12865 * message.el (message-ignored-supersedes-headers): Add Approved.
12866
12867 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
12868
12869 * rfc2047.el (rfc2047-encode-message-header): Remove useless
12870 goto-char.
12871 (rfc2047-encode): Fold the line before encoding.
12872
12873 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12874
12875 * rfc2047.el (rfc2047-encode-message-header): Disabled header
12876 folding -- not all headers can be folded, and this should be done
12877 by the message composition mode. Probably. I think.
12878
12879 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
12880
12881 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
12882 fast.
12883
12884 * gnus-ems.el (gnus-remove-image): Don't use
12885 message-text-with-property; remove only the image found first.
12886
12887 2004-06-09 Jesper Harder <harder@ifa.au.dk>
12888
12889 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
12890
12891 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
12892
12893 * message.el (message-text-with-property): Make it fast and accept
12894 optional arguments.
12895 (message-strip-forbidden-properties): Use it.
12896 (message-fix-before-sending): Follow the m-t-w-p change.
12897
12898 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
12899
12900 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
12901
12902 * gnus-art.el (article-hide-headers): Don't change the buffer
12903 mistakenly when performing mml-preview even if
12904 gnus-single-article-buffer is nil.
12905
12906 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
12907
12908 * message.el (message-expand-name-databases): New user option.
12909 (message-expand-name): Use it.
12910
12911 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
12912
12913 * spam.el (spam-report-articles-resend)
12914 (spam-report-resend-register-routine): Allow ham reporting.
12915 (spam-report-resend-register-ham-routine): Add wrapper.
12916 (spam-registration-functions): Add ham resending functions.
12917 (spam-list-of-processors): Add ham resend processor.
12918
12919 * gnus.el (ham-resend-to): Add new group parameter.
12920 (spam-process): Add ham resend option.
12921
12922 * spam-report.el (spam-report-resend): Allow reporting ham.
12923 (spam-report-resend-ham): Add wrapper.
12924
12925 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12926
12927 * message.el (message-cite-articles-with-x-no-archive): New
12928 variable.
12929 (message-cite-original): Use it.
12930
12931 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12932
12933 * message.el (message-cite-original): Respect X-No-Archive.
12934
12935 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
12936
12937 * gnus-art.el (article-hide-headers): Refer to the values for
12938 gnus-ignored-headers and gnus-visible-headers in the summary
12939 buffer since a user may have set them as group parameters.
12940
12941 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
12942
12943 * assistant.el (assistant-node-name): Add convenience function.
12944 (assistant-render-text, assistant-render-node): Add error handling,
12945 plus handle multiple next nodes.
12946 (assistant-find-next-node): Comment out for now.
12947 (assistant-find-next-nodes): Add function, returns list of next
12948 nodes.
12949
12950 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
12951
12952 * mail-source.el (mail-source-directory): Fix doc-string.
12953
12954 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
12955
12956 * assistant.el (assistant-render-text, assistant-eval): Add :set
12957 widget type, which is different because it takes and returns a
12958 list. Much hilarity ensues.
12959
12960 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
12961
12962 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
12963
12964 * gnus-group.el (gnus-group-get-new-news-this-group): Added
12965 doc-string.
12966
12967 * gnus-start.el (gnus-activate-group): Added doc-string.
12968
12969 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
12970
12971 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
12972
12973 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
12974
12975 * assistant.el (assistant-render-text): Try to add a :set
12976 widget, more to come.
12977
12978 * spam.el (spam-group-spam-contents-p): Handle empty groupname
12979 strings.
12980 (spam-report-articles-resend)
12981 (spam-register-routine): Do registration iff any articles warrant
12982 it.
12983 (spam-summary-prepare-exit): Change log message for nil group
12984 destinations.
12985
12986 2004-05-27 Daniel Pittman <daniel@rimspace.net>
12987
12988 * spam.el (spam-report-resend-register-routine): Allow
12989 spam-report-resend-to to be a group parameter or a global value.
12990
12991 2004-05-26 Simon Josefsson <jas@extundo.com>
12992
12993 * starttls.el: Merge with my GNUTLS based starttls.el.
12994 (starttls-gnutls-program, starttls-use-gnutls)
12995 (starttls-extra-arguments, starttls-process-connection-type)
12996 (starttls-connect, starttls-failure, starttls-success): New
12997 variables.
12998 (starttls-program, starttls-extra-args): Doc fix.
12999 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13000 functions.
13001 (starttls-negotiate, starttls-open-stream): Check
13002 `starttls-use-gnutls' and pass on to corresponding *-gnutls
13003 function if it is set.
13004
13005 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
13006
13007 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13008 structured fields.
13009
13010 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
13011
13012 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13013
13014 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
13015
13016 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13017 variable.
13018 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
13019 assigning the spam-mark to new messages.
13020
13021 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
13022
13023 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13024
13025 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
13026
13027 * rfc2047.el (rfc2047-encodable-p): Don't move point.
13028 (rfc2047-decode): Treat the ascii coding-system as raw-text by
13029 default.
13030
13031 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
13032
13033 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13034 correct data.
13035
13036 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
13037
13038 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13039 (spam-group-processor-p): Fix function.
13040 (spam-group-processor-multiple-p)
13041 (spam-group-spam-processor-report-gmane-p)
13042 (spam-group-spam-processor-report-resend-p)
13043 (spam-group-spam-processor-bogofilter-p)
13044 (spam-group-spam-processor-blacklist-p)
13045 (spam-group-spam-processor-ifile-p)
13046 (spam-group-ham-processor-ifile-p)
13047 (spam-group-spam-processor-spamoracle-p)
13048 (spam-group-spam-processor-crm114-p)
13049 (spam-group-ham-processor-bogofilter-p)
13050 (spam-group-spam-processor-stat-p)
13051 (spam-group-ham-processor-stat-p)
13052 (spam-group-ham-processor-whitelist-p)
13053 (spam-group-ham-processor-BBDB-p)
13054 (spam-group-ham-processor-spamoracle-p)
13055 (spam-group-ham-processor-copy-p): Remove functions with some
13056 prejudice against unneeded code.
13057 (spam-report-articles-resend)
13058 (spam-report-resend-register-routine): Allow the group/topic
13059 spam-resend-to value to override spam-report-resend-to.
13060 (spam-summary-prepare-exit): Invoke spam-group-processor-p
13061 properly now.
13062
13063 * gnus.el (spam-resend-to): Add group/topic parameter.
13064 (spam-process): Move the OBSOLETE processors to the end of the
13065 choices.
13066
13067 2004-05-24 Daniel Pittman <daniel@rimspace.net>
13068
13069 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13070 with resend-to set to nil, and then ask the user if necessary.
13071 (spam-report-resend): spam-report-resend takes a list of articles, not
13072 separate article numbers.
13073
13074 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
13075
13076 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13077 addition to emacs-w3m.
13078
13079 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13080
13081 * assistant.el (assistant-authinfo-data): New function.
13082 (assistant-eval): Eval for entire assistant.
13083
13084 * netrc.el (netrc-services-file): New variable.
13085 (netrc-parse-services): New function.
13086 (netrc-find-service-name): New function.
13087 (netrc-find-service-number): New function.
13088 (netrc-port-equal): New function.
13089 (netrc-machine): Use it.
13090
13091 * nnimap.el (nnimap-open-connection): Use netrc.
13092
13093 * gnus-util.el (gnus-netrc-get): Remove aliases.
13094
13095 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13096
13097 * assistant.el (wid-edit): Fix compilation.
13098
13099 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13100
13101 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
13102
13103 * gnus-util.el (gnus-set-file-modes): New function. (small
13104 patch).
13105
13106 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13107
13108 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13109
13110 * assistant.el (assistant-render-node): Fix up rendering and
13111 read-only text.
13112 (assistant-render-node): Reset.
13113 (assistant-make-read-only): Not sticky.
13114
13115 2004-05-20 Danny Siu <dsiu@adobe.com>
13116
13117 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13118 centered even when gnus-auto-center-summary is t
13119
13120 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13121
13122 * dns.el (dns-get-txt-answer): New function.
13123 (dns-read-txt): Ditto.
13124 (query-dns): Use it.
13125
13126 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
13127
13128 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13129 active for foreign groups even if the group level is higher than
13130 the specified value.
13131
13132 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13133
13134 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13135 non-active groups.
13136
13137 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13138
13139 2004-05-20 Magnus Henoch <mange@freemail.hu>
13140
13141 * dns.el (dns-read-type): Add support for SVR. (small patch)
13142
13143 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
13144
13145 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13146 (spam-crm114-header, spam-crm114-spam-switch)
13147 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13148 (spam-crm114-positive-spam-header)
13149 (spam-crm114-database-directory, spam-list-of-processors)
13150 (spam-group-spam-processor-crm114-p)
13151 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13152 (spam-generic-score, spam-list-of-checks)
13153 (spam-list-of-statistical-checks, spam-registration-functions)
13154 (spam-check-crm114-headers, spam-crm114-score)
13155 (spam-check-crm114, spam-crm114-register-with-crm114)
13156 (spam-crm114-register-spam-routine)
13157 (spam-crm114-unregister-spam-routine)
13158 (spam-crm114-register-ham-routine)
13159 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
13160 asjo@koldfront.dk (Adam Sjøgren).
13161
13162 * gnus.el: Add spam-use-crm114.
13163
13164 * spam.el (spam-list-of-processors, spam-registration-functions):
13165 Add spam-use-resend.
13166 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13167 (spam-report-articles-gmane): Add doc fix.
13168 (spam-report-articles-resend, spam-report-resend-register-routine):
13169 Add wrappers around spam-report-resend-to.
13170
13171 * spam-report.el (spam-report-resend-to, spam-report-resend):
13172 Add support for resending spam.
13173 (spam-report-gmane): Fix line length >80.
13174
13175 * gnus.el (spam-process): Add spam-use-resend.
13176
13177 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13178
13179 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13180 number of processed spam messages.
13181 (spam-ham-copy-or-move-routine): Return the number of processed
13182 ham messages.
13183 (spam-summary-prepare-exit): Use the above values to decide
13184 whether status messages shouled be displayed.
13185
13186 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
13187
13188 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13189 `rfc2047-encoding-function-alist' in order to avoid conflicting
13190 with the old version.
13191 (rfc2047-encode-region): Concatenate words containing non-ASCII
13192 characters in structured fields; don't encode space-delimited
13193 ASCII words even in unstructured fields; don't break words at
13194 char-category boundaries.
13195 (rfc2047-encode-1): New function.
13196 (rfc2047-encode): Use it; encode text so that it occupies the
13197 maximum width within 76-column; work correctly on Q encoding for
13198 iso-2022-* charsets.
13199 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13200 sure not to break a line just after the header name.
13201 (rfc2047-b-encode-region): Removed.
13202 (rfc2047-b-encode-string): New function.
13203 (rfc2047-q-encode-region): Removed.
13204 (rfc2047-q-encode-string): New function.
13205
13206 * mm-util.el (mm-replace-in-string): New function.
13207
13208 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
13209
13210 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13211 get it right.
13212 (gnus-inews-make-draft): Really.
13213
13214 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
13215
13216 * nnmh.el (nnmh-request-list-1): Don't check the link count
13217 before descending. (small patch)
13218
13219 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13220
13221 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13222 stuff.
13223
13224 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13225 on real group name.
13226
13227 * gnus-art.el (gnus-signature-limit): Doc fix.
13228
13229 * gnus-msg.el (gnus-inews-make-draft): Quote list.
13230
13231 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13232
13233 * gnus-draft.el (gnus-draft-send): Bind
13234 rfc2047-encode-encoded-words.
13235
13236 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13237 (rfc2047-encodable-p): Say that =? needs encoding.
13238 (rfc2047-encode-encoded-words): New variable.
13239
13240 * gnus-group.el (gnus-group-select-group): Doc fix.
13241
13242 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13243
13244 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13245 to nil.
13246
13247 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13248
13249 * nnheader.el (nnheader-get-lines-and-char): New function.
13250
13251 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
13252
13253 * gnus-msg.el (gnus-summary-followup-with-original): Document
13254 yanking of region when active.
13255
13256 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
13257
13258 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13259 groups if the group level is higher than the specified value.
13260
13261 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
13262
13263 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13264 (gnus-group-jump-to-group): Added prefix argument using
13265 `gnus-group-jump-to-group-prompt'. Query before jumping to
13266 non-active group.
13267
13268 * compface.el (uncompface): Be verbose when changing
13269 `uncompface-use-external'.
13270
13271 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13272 handle manual section.
13273
13274 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
13275
13276 * gnus-art.el (gnus-button-alist): Revert previous change.
13277
13278 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
13279
13280 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13281
13282 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
13283
13284 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13285 whether backend can accept message.
13286
13287 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13288
13289 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
13290
13291 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13292 Avoid creating directory when nntp-marks-is-evil is true.
13293 Reported by Reiner Steib.
13294
13295 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
13296
13297 * gnus-picon.el (gnus-picon-style): New variable.
13298 (gnus-picon-insert-glyph): Added optional `nostring' argument.
13299 (gnus-picon-transform-address): Support `gnus-picon-style'. From
13300 Jesper Harder <harder@ifa.au.dk>.
13301
13302 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
13303
13304 * message.el (message-fill-field): Return point.
13305 (message-generate-headers): Go to end of field.
13306
13307 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13308 stuff for non-living groups.
13309
13310 2004-05-18 Jesper Harder <harder@ifa.au.dk>
13311
13312 * gnus-art.el (gnus-article-followup-with-original)
13313 (gnus-article-reply-with-original): gnus-mark-active-p ->
13314 gnus-region-active-p.
13315
13316 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
13317
13318 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13319 only when there is spam or ham to be processed.
13320
13321 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13322
13323 * mail-source.el (mail-source-delete-crash-box): Refactor.
13324 (mail-source-fetch): Use it.
13325 (mail-source-fetch-file): Ditto.
13326 (mail-source-fetch-directory): Run postscript in loop.
13327 (mail-source-fetch-pop): Delete.
13328 (mail-source-fetch-maildir): Ditto.
13329 (mail-source-fetch-imap): Ditto.
13330
13331 * imap.el (imap-authenticators): Comment out sasl.
13332
13333 * message.el (message-skip-to-next-address): New function.
13334 (message-fill-header-address): Refactor.
13335 (message-fill-address): Use it.
13336 (message-delete-address): Use it.
13337 (message-fill-header-general): Refactor.
13338 (message-fill-field-address): Rename.
13339 (message-narrow-to-field): Find the start of the header.
13340 (message-header-format-alist): Don't pre-fill.
13341 (message-fill-header): Removed.
13342 (message-insert-header): New function.
13343 (message-shorten-references): Use it.
13344
13345 * rfc2047.el (rfc2047-field-value): Strip props.
13346
13347 * mail-parse.el (mail-header-make-address): New alias.
13348
13349 * ietf-drums.el (ietf-drums-make-address): New function.
13350
13351 * imap.el: Add compiler directives.
13352
13353 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13354
13355 * gnus-art.el (article-decode-idna-rhs): Don't use
13356 message-idna-inside-rhs-p.
13357
13358 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13359
13360 * message.el (message-idna-inside-rhs-p): Removed.
13361 (message-idna-to-ascii-rhs-1): Use proper address parsing.
13362
13363 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13364 false positives.
13365
13366 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13367
13368 * imap.el (imap-sasl-make-mechanisms): Use sasl.
13369
13370 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13371
13372 * nneething.el (nneething-file-name): Don't create spurious
13373 files.
13374
13375 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13376 (gnus-inews-do-gcc): Remove sleep.
13377
13378 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13379 part under point.
13380
13381 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13382 (gnus-agent-regenerate-group): Using nil messages aren't valid.
13383
13384 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
13385
13386 * spam.el (spam-summary-prepare-exit): Fixed (length).
13387
13388 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
13389
13390 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13391 as expired without moving it" message when there are spam
13392 messages left.
13393
13394 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
13395
13396 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13397 header is not nil.
13398
13399 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
13400
13401 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13402 nntp-possibly-create-directory, not nntp-possibly-change-group.
13403 (nntp-marks-changed-p): New arg SERVER.
13404 (nntp-request-update-info): Adjust caller.
13405
13406 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
13407
13408 * nntp.el (nntp-save-marks): Pass missing arg.
13409
13410 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
13411
13412 * nntp.el: Support marks.
13413 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13414 (nntp-marks-modtime, nntp-marks-directory): New variables.
13415 (nntp-request-set-mark, nntp-request-update-info)
13416 (nntp-possibly-create-directory, nntp-marks-changed-p)
13417 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13418 functions.
13419
13420 2004-05-12 Jesper Harder <harder@ifa.au.dk>
13421
13422 * gnus-score.el (gnus-score-insert-help): Use
13423 gnus-select-lowest-window.
13424
13425 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13426 appt-select-lowest-window and rename to gnus-select-lowest-window.
13427
13428 * gnus.el: do.
13429
13430 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13431
13432 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13433 encodings of MIME-encoded words, in order to improve
13434 interoperability with several broken MUAs.
13435
13436 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13437
13438 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13439 tags, only when charsets are not specified in headers.
13440 (mm-inline-text-html-render-with-w3m): Ditto.
13441
13442 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13443
13444 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13445 instead of MIME-decoded from fields when checking
13446 `gnus-article-address-banner-alist'.
13447
13448 2004-05-03 Jesper Harder <harder@ifa.au.dk>
13449
13450 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13451 description rather than subject.
13452
13453 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13454
13455 * gnus.el (gnus-version-number): Bump.
13456
13457 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13458
13459 * gnus.el: No Gnus v0.2 is released.
13460
13461 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13462
13463 * gnus-agent.el (gnus-agent-read-agentview): Inline
13464 gnus-uncompress-range.
13465
13466 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13467
13468 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13469 `exec-installed-p'.
13470
13471 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13472
13473 * gnus.el (spam-process, spam-autodetect-methods): Add
13474 bsfilter and bsfilter-headers.
13475
13476 * spam.el (spam-bsfilter): New customize group.
13477 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13478 (spam-bsfilter-header, spam-bsfilter-probability-header)
13479 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13480 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13481 (spam-bsfilter-database-directory): New options.
13482 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13483 (spam-list-of-statistical-checks, spam-registration-functions):
13484 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13485 (spam-bsfilter-score): New command.
13486 (spam-check-bsfilter-headers, spam-check-bsfilter)
13487 (spam-bsfilter-register-with-bsfilter)
13488 (spam-bsfilter-register-spam-routine)
13489 (spam-bsfilter-unregister-spam-routine)
13490 (spam-bsfilter-register-ham-routine)
13491 (spam-bsfilter-unregister-ham-routine): New functions.
13492 (spam-generic-score): Support bsfilter; Accept an optional argument
13493 to recalcurate spam score even if scoring header has already been
13494 added.
13495 (spam-bogofilter-score, spam-spamassassin-score): Accept an
13496 optional argument to recalcurate spam score even if scoring header
13497 has already been added.
13498
13499 2004-04-29 Jesper Harder <harder@ifa.au.dk>
13500
13501 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13502 strings! Reported by David D. Smith <davidsmith@acm.org>.
13503 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13504 link is missing.
13505
13506 2004-04-28 Jesper Harder <harder@ifa.au.dk>
13507
13508 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13509 (html2text-get-attr): Rewrite.
13510
13511 * message.el (message-setup-1): Remove redundant put-text-property
13512 on mail-header-separator.
13513
13514 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
13515
13516 * gnus-registry.el (gnus-registry-cache-whitespace)
13517 (gnus-registry-action, gnus-registry-spool-action)
13518 (gnus-registry-split-fancy-with-parent): Change message levels
13519 from 5 to 3 or 7, as needed.
13520
13521 * spam.el (spam-summary-prepare-exit)
13522 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13523 (spam-split, spam-find-spam, spam-log-undo-registration)
13524 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13525 level from 5 to 6.
13526
13527 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
13528
13529 * gnus-ems.el: Autoload appt-select-lowest-window (revert
13530 2004-03-04 change).
13531
13532 2004-04-25 Jesper Harder <harder@ifa.au.dk>
13533
13534 * sieve-manage.el (sieve-manage-open):
13535 * nnweb.el (nnweb-insert-html):
13536 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13537 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13538 * nnspool.el (nnspool-request-group):
13539 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13540 * nnml.el (nnml-request-update-info):
13541 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13542 (nnmh-request-create-group, nnmh-update-gnus-unreads):
13543 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13544 (nnimap-request-set-mark):
13545 * nnfolder.el (nnfolder-request-update-info):
13546 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13547 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13548 * gnus-uu.el (gnus-uu-find-articles-matching):
13549 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13550 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13551 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13552 * gnus-nocem.el (gnus-nocem-scan-groups):
13553 * gnus-int.el (gnus-start-news-server):
13554 * gnus-group.el (gnus-group-make-kiboze-group)
13555 (gnus-group-browse-foreign-server):
13556 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13557 Use mapc when appropriate.
13558
13559 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
13560
13561 FIXME: Make separate entries for each person.
13562
13563 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13564 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13565 <shields@msrl.com>:
13566
13567 * spam.el (spam-necessary-extra-headers): Get the extra headers we
13568 may need for spam sorting and scoring.
13569 (spam-user-format-function-S): Add user format function suitable for
13570 general use.
13571 (spam-article-sort-by-spam-status): Add sorting function for summary
13572 sorting.
13573 (spam-extra-header-to-number): Add function to get a score from a
13574 header.
13575 (spam-summary-score): Add function to get a numeric score from the
13576 headers.
13577 (spam-generic-score): Fix function doc, was in wrong place.
13578 (spam-initialize): Take symbols when it's run, and install the
13579 extra headers that spam-necessary-extra-headers thinks we need.
13580
13581 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
13582
13583 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
13584 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
13585
13586 2004-04-17 Jesper Harder <harder@ifa.au.dk>
13587
13588 * gnus-sum.el (gnus-set-global-variables)
13589 (gnus-build-all-threads, gnus-get-newsgroup-headers)
13590 (gnus-article-get-xrefs, gnus-summary-best-group)
13591 (gnus-summary-next-article, gnus-summary-enter-digest-group)
13592 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13593 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13594 Use with-current-buffer.
13595
13596 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
13597
13598 * spam.el (spam-summary-prepare-exit): Simplify logic.
13599 (spam-fetch-article-header): Read the article header if it's not
13600 available.
13601 (spam-list-articles): Simplify logic.
13602 (spam-filelist-register-routine): Fix bug with unregister-list.
13603
13604 * gnus-registry.el: Fix comments at beginning.
13605
13606 2004-04-16 Jesper Harder <harder@ifa.au.dk>
13607
13608 * message.el (message-cater-to-broken-inn): Remove.
13609 (message-shorten-references): Make sure the total folded length of
13610 References is shorter than 998 characters to cater to a bug in INN
13611 2.3. Also, don't pretend that references aren't folded -- this
13612 hasn't worked for a while.
13613
13614 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
13615
13616 * gnus-agent.el (gnus-agentize):
13617 gnus-agent-send-mail-real-function no longer set to current value
13618 of message-send-mail-function but rather a lambda that calls
13619 message-send-mail-function. The change makes the agent real-time
13620 responsive to user changes to message-send-mail-function.
13621
13622 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
13623
13624 * legacy-gnus-agent.el
13625 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13626 help from Florian Weimer <fw@deneb.enyo.de>
13627
13628 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
13629
13630 * nnmail.el (nnmail-cache-insert): Revert last change.
13631
13632 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
13633
13634 * nnmail.el (nnmail-cache-insert): Always check whether
13635 nnmail-cache-ignore-groups matches a group name.
13636
13637 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
13638
13639 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13640 (spam-find-spam, spam-log-processing-to-registry)
13641 (spam-log-registered-p, spam-log-unregistration-needed-p)
13642 (spam-log-undo-registration): Use gnus-message instead of
13643 gnus-error, none of these errors are fatal.
13644
13645 * gnus-registry.el (gnus-registry-clean-empty-function)
13646 (gnus-registry-clean-empty): Remove only empty entries without
13647 extra data.
13648
13649 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
13650
13651 * spam-stat.el (spam-stat-buffer-change-to-spam)
13652 (spam-stat-buffer-change-to-non-spam): Change (error) to
13653 (gnus-message 8) invocation.
13654
13655 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
13656
13657 * nntp.el (nntp-via-netcat-command): New variable.
13658 (nntp-via-netcat-switches): New variable.
13659 (nntp-open-via-rlogin-and-netcat): New function.
13660 (nntp-open-connection-function): Doc fix.
13661 (nntp-telnet-command): Doc fix.
13662 (nntp-end-of-line): Doc fix.
13663 (nntp-via-rlogin-command): Doc fix.
13664 (nntp-via-user-name): Doc fix.
13665 (nntp-via-address): Doc fix.
13666
13667 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
13668
13669 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13670 error in Emacs 21.1.
13671
13672 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
13673
13674 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
13675
13676 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
13677
13678 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
13679 (gnus-agent-with-refreshed-group): New macro.
13680 (gnus-agent-rename-group): New function.
13681 (gnus-agent-delete-group): New function.
13682 (gnus-agent-save-group-info): Use gnus-command-method when
13683 `method' parameter is nil. Don't write nil entries into the
13684 active file.
13685 (gnus-agent-get-group-info): New function.
13686 (gnus-agent-fetch-articles): Use
13687 gnus-agent-update-files-total-fetched-for to increment disk space
13688 used.
13689 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
13690 gnus-agent-update-view-total-fetched-for to increment disk space
13691 used.
13692 (gnus-agent-get-local): Added optional parameters to avoid calling
13693 gnus-group-real-name and gnus-find-method-for-group.
13694 (gnus-agent-set-local): Delete stored entry if either min, or max,
13695 are nil.
13696 (gnus-agent-fetch-session): Reworded error/quit messages. On
13697 quit, use gnus-agent-regenerate-group to record existence of any
13698 articles fetched to disk before the quit occurred.
13699 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
13700 gnus-agent-update-view-total-fetched-for, and
13701 gnus-agent-update-files-total-fetched-for to decrement disk space
13702 used.
13703 (gnus-agent-retrieve-headers): Use
13704 gnus-agent-update-view-total-fetched-for to increment disk space
13705 used.
13706 (gnus-agent-regenerate-group): Replace gnus-group-update-group
13707 with gnus-agent-update-files-total-fetched-for to decrement disk
13708 space and fresh group buffer.
13709 (gnus-agent-inhibit-update-total-fetched-for): New variable.
13710 (gnus-agent-need-update-total-fetched-for): New variable.
13711 (gnus-agent-update-files-total-fetched-for): New function.
13712 (gnus-agent-update-view-total-fetched-for): New function.
13713 (gnus-agent-total-fetched-for): New function.
13714
13715 * gnus-cache.el (gnus-cache-save-buffers): Use
13716 gnus-cache-update-overview-total-fetched-for to change disk space
13717 used by this group.
13718 (gnus-cache-possibly-enter-article): Use
13719 gnus-cache-update-file-total-fetched-for to increment disk space
13720 used by this group.
13721 (gnus-cache-possibly-remove-article): Use
13722 gnus-cache-update-file-total-fetched-for to decrement disk space
13723 used by this group.
13724 (gnus-cache-generate-nov-databases): Purge total fetched cache.
13725 (gnus-cache-rename-group): New function.
13726 (gnus-cache-delete-group): New function.
13727 (gnus-cache-inhibit-update-total-fetched-for): New variable.
13728 (gnus-cache-need-update-total-fetched-for): New variable.
13729 (gnus-cache-with-refreshed-group): New macro.
13730 (gnus-cache-update-file-total-fetched-for): New function.
13731 (gnus-cache-update-overview-total-fetched-for): New function.
13732 (gnus-cache-rename-group-total-fetched-for): New function.
13733 (gnus-cache-delete-group-total-fetched-for): New function.
13734 (gnus-cache-total-fetched-for): New function.
13735
13736 * gnus-group.el: Require gnus-sum and autoload functions to
13737 resolve warnings when gnus-group.el compiled alone.
13738 (gnus-group-line-format): Documented new %F.
13739 (size of Fetched data) group line format; identifies disk space
13740 used by agent and cache.
13741 (gnus-group-line-format-alist): Defined new F format.
13742 (gnus-total-fetched-for): New function.
13743 (gnus-group-delete-group): No longer update
13744 gnus-cache-active-altered as gnus-request-delete-group now keeps
13745 the cache in sync.
13746 (gnus-group-list-active): Let the agent store a server's active
13747 list if currently plugged.
13748
13749 * gnus-int.el (gnus-request-delete-group):
13750 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
13751 local disk in sync with the server.
13752 (gnus-request-rename-group):
13753 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
13754 local disk in sync with the server.
13755
13756 * gnus-start.el (gnus-get-unread-articles):
13757 Cosmetic simplification to logic.
13758
13759 * gnus-util.el (gnus-rename-file): New function.
13760
13761 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
13762
13763 * mm-util.el (mm-image-load-path): Handle nil in load-path.
13764
13765 2004-04-07 Jesper Harder <harder@ifa.au.dk>
13766
13767 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
13768 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
13769
13770 2004-04-06 Jesper Harder <harder@ifa.au.dk>
13771
13772 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
13773 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
13774
13775 2004-04-03 Jesper Harder <harder@ifa.au.dk>
13776
13777 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
13778
13779 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
13780
13781 * spam.el (spam-set-difference): Add function to replace
13782 gnus-set-difference in spam.el.
13783 (spam-summary-prepare-exit): Use spam-set-difference.
13784
13785 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
13786
13787 * gnus-registry.el (gnus-registry-cache-file): Update to use
13788 gnus-dribble-directory OR gnus-home-directory OR ~.
13789 (gnus-registry-split-fancy-with-parent): Fix doc.
13790
13791 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
13792
13793 * message.el (message-exchange-point-and-mark): Use
13794 message-mark-active-p. Suggested by Jesper Harder
13795 <harder@ifa.au.dk>.
13796
13797 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
13798
13799 * message.el (message-exchange-point-and-mark): Don't activate
13800 region if it was inactive. Suggested by Hiroshi Fujishima
13801 <pooh@nature.tsukuba.ac.jp>.
13802
13803 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
13804
13805 * gnus-art.el (article-display-face): Display Faces in the same
13806 order as X-Faces.
13807
13808 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
13809
13810 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
13811
13812 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
13813
13814 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
13815 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
13816 (gnus-article-mime-hierarchy): Remove.
13817 (gnus-article-mime-hierarchy-next): Remove.
13818 (gnus-article-mode): Revert 2004-03-19 change.
13819 (gnus-article-setup-buffer): Revert 2004-03-19 change.
13820 (gnus-insert-mime-button): Revert 2004-03-19 change.
13821 (gnus-mime-accumulate-hierarchy): Remove.
13822 (gnus-mime-enter-multipart): Remove.
13823 (gnus-mime-leave-multipart): Remove.
13824 (gnus-mime-display-part): Revert 2004-03-19 change.
13825 (gnus-mime-display-alternative): Revert 2004-03-19 change.
13826
13827 * mml.el (mml-preview): Revert 2004-03-19 change.
13828
13829 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
13830
13831 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
13832
13833 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
13834
13835 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
13836 t while entering a file name using the mm-with-multibyte macro.
13837 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13838
13839 * mm-util.el (mm-with-multibyte): New macro.
13840
13841 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
13842
13843 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
13844 user option.
13845 (gnus-mime-multipart-functions): Doc and customization fix.
13846 (gnus-article-mime-hierarchy): New variable.
13847 (gnus-article-mime-hierarchy-next): New variable.
13848 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
13849 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
13850 gnus-article-mime-hierarchy-next to nil.
13851 (gnus-insert-mime-button): Show hierarchy numbers.
13852 (gnus-mime-accumulate-hierarchy): New function.
13853 (gnus-mime-enter-multipart): New function.
13854 (gnus-mime-leave-multipart): New function.
13855 (gnus-mime-display-part): Recompute hierarchical MIME structure.
13856 (gnus-mime-display-alternative): Show hierarchy numbers.
13857
13858 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
13859 gnus-article-mime-hierarchy-next to nil.
13860
13861 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
13862
13863 * dns.el: Don't require gnus-xmas.
13864
13865 2004-03-17 Jesper Harder <harder@ifa.au.dk>
13866
13867 * mml.el (mml-generate-mime-1): Don't use format=flowed with
13868 inline PGP.
13869 (mml-menu): Disable mml-quote-region if mark is inactive.
13870
13871 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
13872
13873 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
13874 when the group's active is not available.
13875
13876 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
13877
13878 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
13879 error.
13880
13881 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
13882
13883 * imap.el (imap-store-password): New variable.
13884 (imap-interactive-login): Use it.
13885 Suggested by Mark Plaksin <happy@mcplaksin.org>.
13886
13887 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
13888
13889 * gnus-art.el (gnus-article-read-summary-keys): Restore new
13890 window-start and hscroll to summary window.
13891
13892 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
13893
13894 * gnus-start.el (gnus-convert-old-newsrc): Only write the
13895 conversion message to newsrc-dribble when an actual conversion is
13896 performed.
13897
13898 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
13899
13900 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
13901
13902 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
13903
13904 * mm-decode.el (mm-complicated-handles): New function reviving
13905 former definition of mm-multiple-handles.
13906
13907 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13908 (gnus-mime-delete-part): Use it.
13909
13910 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
13911
13912 * gnus-agent.el (gnus-agent-read-local): Bind
13913 nnheader-file-coding-system to gnus-agent-file-coding-system to
13914 avoid the implicit assumption that they will always be equal.
13915 (gnus-agent-save-local): Bind buffer-file-coding-system, not
13916 coding-system-for-write, as the with-temp-file macro first prints
13917 to a buffer then saves the buffer.
13918
13919 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
13920
13921 * gnus-art.el (gnus-article-edit-part): New function.
13922 (gnus-mime-save-part-and-strip): Use it; do query instead of
13923 signaling an error; don't use mm-multiple-handles.
13924 (gnus-mime-delete-part): Ditto.
13925
13926 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
13927
13928 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
13929 old file versions.
13930 (gnus-group-prepare-hook): Removed function that converted list
13931 form of gnus-agent-expire-days to group properties.
13932
13933 * gnus-int.el: Autoload gnus-agent-regenerate-group.
13934 (gnus-request-accept-article): Re-indented.
13935
13936 * gnus-start.el (gnus-convert-old-newsrc): Registered new
13937 converters to handle old agent file formats. Added logic for a
13938 "backup before upgrading warning".
13939 (gnus-convert-mark-converter-prompt): Developers can mark
13940 functions as needing (default), or not needing,
13941 gnus-convert-old-newsrc's "backup before upgrading warning".
13942 (gnus-convert-converter-needs-prompt): Tests whether the user
13943 should be protected from potentially irreversable changes by the
13944 function.
13945
13946 * legacy-gnus-agent.el: New. Provides converters that are only
13947 loaded when gnus-convert-old-newsrc needs to call them.
13948
13949 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
13950
13951 * mail-source.el (mail-source-touch-pop): Doc fix.
13952
13953 * message.el (message-smtpmail-send-it): Doc fix.
13954
13955 2004-03-05 Jesper Harder <harder@ifa.au.dk>
13956
13957 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
13958
13959 * nnmail.el (nnmail-split-fancy): do.
13960
13961 * gnus-kill.el (gnus-kill, gnus-execute): do.
13962
13963 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
13964
13965 * gnus-sum.el (gnus-widget-reversible-match)
13966 (gnus-widget-reversible-to-internal)
13967 (gnus-widget-reversible-to-external): New functions.
13968 (gnus-widget-reversible): New widget.
13969 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
13970
13971 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
13972
13973 * gnus-sum.el (gnus-thread-sort-functions)
13974 (gnus-article-sort-functions): Document `(not F)' items.
13975
13976 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
13977
13978 * spam.el (spam-use-gmane-xref): Add new backend.
13979 (spam-gmane-xref-spam-group): Add variable to control the name of the
13980 Gmane spam group.
13981 (spam-blackhole-servers, spam-blackhole-good-server-regex)
13982 (spam-regex-headers-spam, spam-regex-headers-ham)
13983 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
13984 (spam-list-of-checks): Add spam-use-gmane-xref to list of
13985 backends and checks.
13986 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
13987
13988 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
13989 an autodetect method.
13990
13991 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
13992
13993 * gnus-int.el (gnus-request-accept-article): Inform the agent that
13994 articles are being added to a group.
13995 (gnus-request-replace-article): Inform the agent that articles
13996 need to be uncached as the cached contents are no longer valid.
13997
13998 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
13999
14000 * binhex.el: Don't autoload executable-find.
14001
14002 * canlock.el: Don't autoload mail-fetch-field.
14003
14004 * gnus-ems.el: Don't autoload appt-select-lowest-window.
14005
14006 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14007 rmail-dont-reply-to and rmail-output.
14008
14009 * gnus-score.el: Don't autoload ffap-string-at-point.
14010
14011 * gnus-setup.el: Don't autoload sc-cite-original.
14012
14013 * imap.el: Don't autoload base64-decode-string,
14014 base64-encode-string and md5.
14015
14016 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14017 and rmail-msg-restore-non-pruned-header.
14018
14019 * mm-decode.el: Don't autoload executable-find.
14020
14021 * mm-url.el: Don't autoload executable-find.
14022
14023 * mm-view.el: Don't autoload diff-mode.
14024
14025 * nndb.el: Don't autoload news-reply-mode, news-setup,
14026 cancel-timer and telnet.
14027
14028 * password.el: Don't autoload run-at-time for Emacs.
14029
14030 * sha1-el.el: Don't autoload executable-find.
14031
14032 * sieve-mode.el: Don't autoload c-mode.
14033
14034 * uudecode.el: Don't autoload executable-find.
14035
14036 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
14037
14038 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14039 (gnus-agent-possibly-alter-active): Avoid null in numeric
14040 comparison.
14041 (gnus-agent-set-local): Refuse to save null in local object table.
14042 (gnus-agent-regenerate-group): The REREAD parameter can now be a
14043 list of articles that will be marked as unread.
14044
14045 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
14046
14047 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14048
14049 2004-03-04 Jesper Harder <harder@ifa.au.dk>
14050
14051 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14052 language tags.
14053
14054 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
14055
14056 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14057 Don't bind "obarray".
14058
14059 * gnus-sum.el (gnus-thread-sort-functions): Added
14060 `gnus-thread-sort-by-most-recent-number' and
14061 `gnus-thread-sort-by-most-recent-date'.
14062 Reported by Kai Grossjohann <kai@emptydomain.de>.
14063
14064 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
14065
14066 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14067
14068 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
14069
14070 * gnus-cus.el (gnus-agent-customize-category): Removed
14071 ignore-errors macro reference that required cl to be loaded at
14072 run-time.
14073
14074 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14075 single-interval range of the form (min . max). Previously the
14076 range had to look like ((min . max)). Likewise, return
14077 (min . max) rather than ((min . max)).
14078 (gnus-range-map): Use gnus-range-normalize to accept
14079 single-interval range.
14080
14081 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14082 the cache, but not the agent, now appear with their usual face.
14083
14084 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
14085
14086 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14087 w3m-safe-url-regexp variable buffer-local.
14088
14089 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14090
14091 2004-02-27 Simon Josefsson <jas@extundo.com>
14092
14093 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14094 gnus-group-real-prefix.
14095 (gnus-summary-move-article): Use it, instead of
14096 gnus-group-real-prefix.
14097
14098 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
14099
14100 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14101 w3m-safe-url-regexp variable buffer-local and set it as the value
14102 of mm-w3m-safe-url-regexp.
14103
14104 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14105
14106 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14107 parsing gnus-posting-styles when the message is not for replying.
14108
14109 * nnrss.el (nnrss-opml-export): Use
14110 mm-set-buffer-file-coding-system instead of
14111 set-buffer-file-coding-system.
14112
14113 2004-02-27 Jesper Harder <harder@ifa.au.dk>
14114
14115 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14116 of checkdoc.el).
14117 * nnrss.el: do.
14118 * gnus-mlspl.el: do.
14119 * gnus-ml.el: do.
14120 * gnus-srvr.el: do.
14121
14122 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14123
14124 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
14125
14126 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14127 Corrections to custom-manual links.
14128
14129 * gnus-art.el (gnus-article): Ditto.
14130
14131 * mm-decode.el (mime-display, mime-security): Ditto.
14132
14133 2004-02-26 Jesper Harder <harder@ifa.au.dk>
14134
14135 * flow-fill.el: Typo.
14136
14137 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
14138
14139 * spam-wash.el: New file.
14140
14141 2004-02-26 Mark A. Hershberger <mah@everybody.org>
14142
14143 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14144
14145 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
14146
14147 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14148 to be run with new-articles as LIST1, not LIST2.
14149 (spam-registration-functions): Add spam-use-ham-copy as a nil
14150 registration backend.
14151
14152 2004-02-26 Jesper Harder <harder@ifa.au.dk>
14153
14154 * spam-stat.el (spam-stat-washing-hook): New option.
14155 (spam-stat-buffer-words): Use it.
14156 (spam-stat-process-directory, spam-stat-test-directory): Use
14157 insert-file-contents-literally.
14158 (spam-stat-coding-system): New variable.
14159 (spam-stat-load, spam-stat-save): Use it.
14160
14161 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
14162
14163 * spam-report.el (spam-report-plug-agent): Quote
14164 spam-report-url-to-file and spam-report-url-ping-plain.
14165
14166 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
14167
14168 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14169 / in mailto URLs.
14170
14171 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
14172
14173 * spam-report.el (spam-report-process-queue): Fix interactive use.
14174 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14175 (spam-report-unplug-agent): Doc fixes.
14176 (spam-report-url-ping-mm-url, spam-report-url-to-file)
14177 (spam-report-agentize, spam-report-deagentize): Autoload
14178
14179 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
14180
14181 * message.el (message-setup-fill-variables): Add mml tags to
14182 paragraph-start and paragraph-separate. Suggested by Andrew Korty
14183 <ajk@iu.edu>.
14184 (message-mode): Don't modify paragraph-separate there.
14185
14186 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
14187
14188 * compface.el (uncompface-use-external): Default to undecided.
14189 (uncompface-use-external-threshold): New variable.
14190 (uncompface-float-time): New macro.
14191 (uncompface): Determine whether to use the external decoder if
14192 uncompface-use-external is undecided.
14193
14194 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
14195
14196 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14197 after images.
14198
14199 * gnus-art.el (gnus-mime-display-single): Remove dead code.
14200
14201 2004-02-14 Jesper Harder <harder@ifa.au.dk>
14202
14203 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14204
14205 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14206
14207 * gnus-sum.el (gnus-summary-limit-to-age)
14208 (gnus-summary-limit-children): do.
14209
14210 * gnus-int.el (gnus-request-scan): do.
14211
14212 * gnus-group.el (gnus-group-suspend): do.
14213
14214 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14215
14216 * gnus-cite.el (gnus-cite-parse-attributions): do.
14217
14218 * gnus-agent.el (gnus-summary-set-agent-mark)
14219 (gnus-agent-regenerate-group): do.
14220
14221 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14222
14223 * binhex.el (binhex-decode-region-internal): do.
14224
14225 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
14226
14227 * gnus-fun.el (gnus-face-properties-alist): New user option.
14228 (gnus-display-x-face-in-from): Use it.
14229
14230 * gnus-art.el (article-display-face): Ditto.
14231
14232 * compface.el (uncompface-use-external): Default to nil.
14233
14234 2004-02-12 Jesper Harder <harder@ifa.au.dk>
14235
14236 * nntp.el (nntp-erase-buffer): New function.
14237 (nntp-retrieve-data, nntp-send-command)
14238 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14239 (nntp-possibly-change-group): Use it.
14240
14241 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14242 with-current-buffer.
14243
14244 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
14245
14246 * compface.el: Merge the ELisp-based uncompface program.
14247 (compface): New customization group.
14248 (uncompface-use-external): New user option.
14249 (uncompface): Call uncompface-internal if uncompface-use-external
14250 is nil.
14251 (uncompface-internal): New function. Note that there are also
14252 some other functions and variables added for this function.
14253
14254 2004-02-10 Jesper Harder <harder@ifa.au.dk>
14255
14256 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14257 if necessary.
14258
14259 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
14260
14261 * spam-report.el (spam-report-unplug-agent)
14262 (spam-report-plug-agent, spam-report-deagentize)
14263 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14264 Add support for the Agent in spam-report: when unplugged, report to a
14265 file; when plugged, submit all the requests.
14266
14267 * spam.el (spam-register-routine): Fix message about
14268 registration.
14269
14270 2004-02-09 Jesper Harder <harder@ifa.au.dk>
14271
14272 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14273 dependencies.
14274 (rfc2047-encode): Use it.
14275
14276 * gnus-art.el (gnus-button-marker-list): Move before first
14277 reference.
14278
14279 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14280 (imap-parse-body): Fix format string mismatch.
14281
14282 * gnus-score.el (gnus-summary-increase-score): do.
14283
14284 * nnrss.el (nnrss-close): New function.
14285
14286 2004-02-08 Jesper Harder <harder@ifa.au.dk>
14287
14288 * nnrss.el (nnrss-make-filename): New function.
14289 (nnrss-request-delete-group, nnrss-read-server-data)
14290 (nnrss-save-server-data, nnrss-read-group-data)
14291 (nnrss-save-group-data): Use it.
14292 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14293 (nnrss-read-server-data, nnrss-read-group-data): Use load.
14294 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14295
14296 2004-02-07 Jesper Harder <harder@ifa.au.dk>
14297
14298 * mml.el (mml-compute-boundary-1): Don't uncompress files.
14299
14300 2004-02-06 Jesper Harder <harder@ifa.au.dk>
14301
14302 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14303 files.
14304
14305 * message.el (message-generate-headers-first): Don't quote nil
14306 and t in docstrings.
14307
14308 * imap.el (imap-id): do.
14309
14310 * gnus-agent.el (gnus-agent-consider-all-articles)
14311 (gnus-agent-queue-mail): do.
14312
14313 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
14314
14315 * spam-report.el (spam-report-process-queue): New function.
14316 Process requests from `spam-report-requests-file'.
14317 (spam-report-process-queue): Doc fix.
14318
14319 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
14320
14321 * spam.el (spam-register-routine)
14322 (spam-log-processing-to-registry, spam-log-registered-p)
14323 (spam-log-unregistration-needed-p, spam-log-undo-registration):
14324 Change "check" to "spam-check" for semi-clarity.
14325
14326 2004-02-05 Jesper Harder <harder@ifa.au.dk>
14327
14328 * pop3.el: Require nnheader.
14329
14330 * mml-smime.el: Require cl. Autoload message-fetch-field.
14331
14332 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14333
14334 * gnus-picon.el: Require cl.
14335
14336 * gnus-fun.el: Require gnus-ems and gnus-util.
14337
14338 * gnus.el (gnus-method-to-server): Move defsubst before first use.
14339
14340 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14341
14342 * gnus-art.el (gnus-article-edit-mode): Define before first
14343 reference.
14344
14345 2004-02-04 Jesper Harder <harder@ifa.au.dk>
14346
14347 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14348 (gnus-uu-post-encoded): Use point-at-bol.
14349
14350 * gnus-topic.el (gnus-group-active-topic-p): do.
14351
14352 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14353
14354 * gnus-group.el (gnus-group-kill-region): do.
14355
14356 * gnus-art.el (article-date-ut): do.
14357
14358 * message.el (message-fetch-field): Remove redundant
14359 case-fold-search binding.
14360 (message-narrow-to-field): Simplify.
14361
14362 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
14363
14364 * spam.el (spam-directory): Derive from `gnus-directory'.
14365
14366 * spam-report.el (spam-report-url-to-file)
14367 (spam-report-requests-file): New function and variable for offline
14368 reporting.
14369 (spam-report-url-ping-function): Add `spam-report-url-to-file'
14370 and user defined function.
14371 (spam-report-url-ping-mm-url): Remove doubled slash.
14372
14373 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
14374
14375 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14376
14377 2004-02-03 Jesper Harder <harder@ifa.au.dk>
14378
14379 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14380 format string mismatch.
14381
14382 * sieve.el (sieve-deactivate-all): do.
14383
14384 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14385
14386 * nnlistserv.el (nnlistserv-kk-wash-article): do.
14387
14388 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14389
14390 * mm-bodies.el (mm-7bit-chars): Don't include \r.
14391
14392 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
14393
14394 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14395 the list of checks.
14396
14397 2004-01-31 Jesper Harder <harder@ifa.au.dk>
14398
14399 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14400 padding.
14401
14402 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
14403
14404 * mm-view.el (mm-fill-flowed): New variable.
14405 (mm-inline-text): Use it.
14406
14407 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
14408
14409 * spam.el (spam-spamassassin-register-ham-routine)
14410 (spam-spamassassin-register-spam-routine): Fix function names.
14411
14412 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
14413
14414 * gnus.el (gnus-tmp-grouplens): Remove.
14415 (gnus-summary-line-format): Remove grouplens.
14416
14417 * gnus-group.el (gnus-group-line-format): Ditto.
14418
14419 * gnus-spec.el (gnus-format-specs): Ditto.
14420 (gnus-update-format-specifications): Flush the group format spec
14421 cache if there's the grouplens stuff.
14422 (gnus-parse-simple-format): Replace %l with the empty string.
14423
14424 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
14425
14426 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14427 omission.
14428
14429 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
14430
14431 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14432 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14433
14434 2004-01-25 Paul Jarc <prj@po.cwru.edu>
14435
14436 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14437 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14438 New macros and functions.
14439 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14440 Handle > NLINK_MAX messages.
14441 * nnmaildir.el (nnmaildir-request-set-mark): Use
14442 nnmaildir--emlink-p and nnmaildir--eexist-p.
14443
14444 2004-01-25 Alex Schroeder <alex@gnu.org>
14445
14446 * spam-stat.el (spam-stat-process-directory-age): New option.
14447 (spam-stat-process-directory): Use it.
14448
14449 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
14450
14451 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14452 (spam-stat-save): Accept prefix argument.
14453
14454 2004-01-23 Paul Jarc <prj@po.cwru.edu>
14455
14456 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14457 links" error.
14458
14459 2004-01-23 Jesper Harder <harder@ifa.au.dk>
14460
14461 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14462 compatibility with old .newsrc.eld files.
14463
14464 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14465
14466 * gnus-start.el (gnus-1): do.
14467
14468 * gnus-group.el (gnus-group-line-format-alist): do.
14469
14470 * gnus.el (gnus-use-grouplens, gnus-visual): do.
14471
14472 * gnus-gl.el: Remove.
14473
14474 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
14475
14476 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14477 marks consisting of a single range {for example, (3 . 5)} rather
14478 than a list of a single range { ((3 . 5)) }.
14479
14480 2004-01-23 Jesper Harder <harder@ifa.au.dk>
14481
14482 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14483 with-current-buffer.
14484 (spam-stat-store-current-buffer): Use insert-buffer-substring to
14485 avoid consing a string.
14486
14487 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14488 Remove obsolete entries for big5 and gb2312.
14489
14490 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
14491
14492 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14493 uncompressed list.
14494
14495 2004-01-22 Jesper Harder <harder@ifa.au.dk>
14496
14497 * spam-stat.el (spam-stat-strip-xref): New function.
14498 (spam-stat-process-directory): Use it.
14499
14500 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14501 here -- it's done in message-fetch-field.
14502
14503 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
14504
14505 * gnus-agent.el (gnus-agent-queue-mail)
14506 (gnus-agent-prompt-send-queue): New variables.
14507 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14508 * gnus-draft.el (gnus-group-send-queue): Pass the group name
14509 "nndraft:queue" along to gnus-draft-send. Use
14510 gnus-agent-prompt-send-queue.
14511 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14512 is "nndraft:queue". Suggested by Gaute Strokkenes
14513 <gs234@srcf.ucam.org>
14514
14515 * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
14516 (agent-enable-undownloaded-faces): Added.
14517 (gnus-agent-cat-groups): Use eval-and-compile, not
14518 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14519 method of gnus-agent-cat-groups even when the buffer has been
14520 evaled.
14521 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14522 delete gnus-agent-save-active-1.
14523 (gnus-agent-save-groups): Deleted. Identical to
14524 gnus-agent-save-active.
14525 (gnus-agent-write-active): No longer adjust agent's copy of active
14526 file as agent's adjustments are now stored in their own
14527 file. Removed optional parameter.
14528 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14529 servers. Add use of min/max range limits from server's local
14530 file.
14531 (gnus-agent-save-alist): Removed unused optional argument.
14532 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14533 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14534 (gnus-agent-set-local): A per-server file that keeps min/max range
14535 limits for articles known to the agent. Provides a fast mechanism
14536 for altering many active ranges.
14537 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14538 active file (local makes it unnecessary).
14539 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14540
14541 * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
14542 (agent-enable-undownloaded-faces): Added.
14543
14544 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14545 disable it when sending to "nndraft:queue".
14546 (gnus-group-send-queue): Add safety check to avoid sending queue
14547 when unplugged.
14548
14549 * gnus-group.el (gnus-group-catchup): Use new
14550 gnus-sequence-of-unread-articles, not
14551 gnus-list-of-unread-articles, to avoid exhausting memory with huge
14552 numbers of articles. Use gnus-range-map to avoid having to
14553 uncompress the unread list.
14554 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14555 Fixed invalid ange-ftp reference.
14556
14557 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14558 (gnus-sorted-range-intersection): Intersection of two ranges
14559 without requiring that they first be uncompressed.
14560
14561 * gnus-start.el (gnus-activate-group): Unless blocked by the
14562 caller, possibly expand the active range to include both cached
14563 and agentized articles.
14564 (gnus-convert-old-newsrc): Rewrote in anticipation of having
14565 multiple version-dependent converters.
14566 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14567 gnus-agent-save-active.
14568 (gnus-save-newsrc-file): Save dirty agent range limits.
14569
14570 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14571 gnus-agent-possibly-alter-active.
14572 (gnus-adjust-marked-articles): Faster handling of simple lists
14573
14574 2004-01-21 Jesper Harder <harder@ifa.au.dk>
14575
14576 * spam-stat.el (spam-stat-test-directory): New optional argument
14577 displays a list of files detected. Suggested by Andrew Cohen
14578 <cohen@andy.bu.edu>.
14579 (spam-stat-buffer-words-with-scores): Don't narrow and change
14580 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
14581
14582 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
14583
14584 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14585 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14586 (spam-spamassassin-arguments)
14587 (spam-spamassassin-spam-flag-header)
14588 (spam-spamassassin-positive-spam-flag-header)
14589 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14590 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14591 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14592 (spam-list-of-processors, spam-list-of-checks)
14593 (spam-list-of-statistical-checks, spam-registration-functions)
14594 (spam-check-spamassassin-headers, spam-check-spamassassin)
14595 (spam-spamassassin-score)
14596 (spam-spamassassin-register-with-sa-learn)
14597 (spam-spamassassin-register-spam-routine)
14598 (spam-spamassassin-register-ham-routine)
14599 (spam-assassin-register-spam-routine)
14600 (spam-assassin-register-ham-routine): Add SpamAssassin support.
14601 (spam-bogofilter-score): Fix to show article before scoring.
14602
14603 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
14604
14605 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14606 default scoring function.
14607 (spam-generic-score): Call spam-spamassassin-score if
14608 spam-use-spamassassin or spam-use-spamassassin-headers is on;
14609 spam-bogofilter-score otherwise.
14610
14611 * gnus.el (spam-process, spam-autodetect-methods): Add
14612 spamassassin and spamassassin-headers.
14613
14614 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
14615
14616 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14617 Suppress unnecessary messages.
14618
14619 2004-01-20 Jesper Harder <harder@ifa.au.dk>
14620
14621 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14622 make-hash-table.
14623
14624 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
14625
14626 * canlock.el (base64-encode-string): Don't autoload it.
14627
14628 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
14629
14630 * run-at-time.el: Remove useless (require 'itimer),
14631 eval-and-compile and (featurep 'xemacs).
14632
14633 2004-01-16 Jesper Harder <harder@ifa.au.dk>
14634
14635 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14636 GROUP is a virtual group.
14637
14638 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
14639
14640 * gnus.el: Autoload `message-y-or-n-p'.
14641
14642 2004-01-15 Jesper Harder <harder@ifa.au.dk>
14643
14644 * pgg-parse.el: Remove unnecessary (require 'custom).
14645
14646 * pgg-def.el: do.
14647
14648 * nnmail.el: do.
14649
14650 * gnus-undo.el: do.
14651
14652 * gnus-picon.el: do.
14653
14654 * gnus-util.el: do.
14655
14656 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
14657
14658 * gnus-sum.el (gnus-pick-line-number): Add autoload.
14659
14660 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
14661
14662 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
14663 handle, as well as a list.
14664
14665 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
14666 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
14667 (mm-w3m-cid-retrieve): Simplify.
14668
14669 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
14670
14671 * message.el (message-kill-to-signature): Allow prefix arg to
14672 specify number of lines to keep before signature.
14673
14674 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
14675
14676 * message.el (message-kill-to-signature): Change docstring.
14677
14678 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
14679
14680 * canlock.el: Always require sha1-el.
14681 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
14682
14683 * message.el: Autoload sha1 only when compiling.
14684
14685 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
14686
14687 * message.el (message-canlock-generate): Require sha1-el.
14688
14689 2004-01-13 Jesper Harder <harder@ifa.au.dk>
14690
14691 * message.el (message-expand-name): Silence the byte compiler.
14692
14693 2004-01-13 Simon Josefsson <jas@extundo.com>
14694
14695 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
14696 Invoke gnus-score-mode. Reported by
14697 bojohan+news@dd.chalmers.se (Johan Bockgård).
14698
14699 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
14700 Jim Blandy <jimb@redhat.com> (tiny change).
14701
14702 2004-01-12 Jesper Harder <harder@ifa.au.dk>
14703
14704 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
14705
14706 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
14707
14708 * spam.el (spam-get-article-as-string): Update to use
14709 gnus-request-article-this-buffer, much simpler.
14710 (spam-get-article-as-buffer): Remove.
14711
14712 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
14713
14714 * message.el (message-expand-name): Use EUDC if the user uses that.
14715
14716 2004-01-12 Jesper Harder <harder@ifa.au.dk>
14717
14718 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
14719 character for the encoding to avoid consing a string.
14720
14721 * rfc2047.el (rfc2047-decode-string): Don't cons a string
14722 unnecessarily.
14723
14724 * mm-util.el (mm-replace-chars-in-string): Remove.
14725
14726 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
14727 of mm-replace-chars-in-string.
14728
14729 2004-01-11 Jesper Harder <harder@ifa.au.dk>
14730
14731 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
14732
14733 * mm-util.el (mm-subst-char-in-string): Support inplace.
14734
14735 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
14736 a new string in every iteration. Use shy groups.
14737
14738 2004-01-10 Jesper Harder <harder@ifa.au.dk>
14739
14740 * gnus-srvr.el (gnus-browse-unsubscribe-group):
14741 * gnus-soup.el (gnus-soup-group-brew):
14742 * gnus-msg.el (gnus-put-message):
14743 * gnus-move.el (gnus-group-move-group-to-server):
14744 * gnus-kill.el (gnus-batch-score):
14745 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
14746 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
14747 (gnus-group-update-group, gnus-group-read-group)
14748 (gnus-group-make-group, gnus-group-make-help-group)
14749 (gnus-group-make-archive-group, gnus-group-make-directory-group)
14750 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
14751 (gnus-group-sort-by-unread, gnus-group-catchup)
14752 (gnus-group-unsubscribe-group, gnus-group-kill-group)
14753 (gnus-group-yank-group, gnus-group-set-info)
14754 (gnus-group-list-groups):
14755 * gnus.el (gnus-generate-new-group-name):
14756 * gnus-delay.el (gnus-delay-send-queue):
14757 * nnvirtual.el (nnvirtual-catchup-group):
14758 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
14759 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
14760 (gnus-group-prepare-topics, gnus-topic-check-topology):
14761 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
14762 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
14763 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
14764 (gnus-group-make-articles-read):
14765 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
14766 (gnus-group-change-level, gnus-kill-newsgroup)
14767 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
14768 (gnus-get-unread-articles, gnus-make-articles-unread)
14769 (gnus-make-ascending-articles-unread): Use accessor
14770 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
14771 to get group information for improved readability.
14772
14773 2004-01-09 Jesper Harder <harder@ifa.au.dk>
14774
14775 * gnus-art.el (article-decode-mime-words, article-babel)
14776 (gnus-article-highlight-signature, gnus-article-add-buttons)
14777 (gnus-signature-toggle): Use gnus-with-article-buffer.
14778
14779 * gnus-art.el (gnus-article-highlight-headers)
14780 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
14781
14782 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
14783 (gnus-article-set-globals, gnus-request-article-this-buffer)
14784 (gnus-button-message-id, gnus-article-maybe-hide-headers)
14785 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
14786 (gnus-mime-display-alternative): Use with-current-buffer.
14787
14788 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
14789
14790 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
14791 also under 80 char limit, and call gnus-error if needed.
14792 (spam-fetch-article-header): Fix - it was a
14793 buffer-local variable (gnus-newsgroup-data).
14794 (spam-find-spam): Use spam-generate-fake-headers, forget about
14795 spam-insert-fake-headers.
14796 (spam-insert-fake-headers): Remove.
14797
14798 2004-01-09 Jesper Harder <harder@ifa.au.dk>
14799
14800 * deuglify.el (gnus-article-outlook-unwrap-lines)
14801 (gnus-outlook-rearrange-article)
14802 (gnus-outlook-repair-attribution-outlook)
14803 (gnus-outlook-repair-attribution-block)
14804 (gnus-outlook-repair-attribution-other): Remove redundant
14805 save-excursion.
14806
14807 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
14808
14809 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
14810 (spam-fetch-field-subject-fast)
14811 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
14812 (spam-fetch-article-header): Add functions to deal with Gnus
14813 internals for fast retrieval of article header data.
14814 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
14815
14816 2004-01-09 Jesper Harder <harder@ifa.au.dk>
14817
14818 * pop3.el (pop3-md5): Remove.
14819 (pop3-apop): Replace pop3-md5 with md5.
14820
14821 * mm-bodies.el: base64 is always built-in.
14822
14823 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
14824 with-current-buffer.
14825
14826 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
14827
14828 * canlock.el (canlock-insert-header): Remove excessive grouping in
14829 regexp.
14830
14831 * gnus-sum.el (gnus-summary-read-document): Ditto.
14832
14833 * gnus-uu.el (gnus-uu-part-number): Ditto.
14834
14835 * html2text.el (html2text-remove-tags): Ditto.
14836 (html2text-format-tags): Ditto.
14837 (html2text-format-single-elements): Ditto.
14838
14839 * mml.el (mml-parse-1): Ditto.
14840
14841 2004-01-08 Jesper Harder <harder@ifa.au.dk>
14842
14843 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
14844
14845 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
14846
14847 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
14848
14849 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
14850
14851 2003-11-15 Simon Josefsson <jas@extundo.com>
14852
14853 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
14854 (pgg-gpg-lookup-key): Use regexp match instead of
14855 split-string (split-string is different between emacs 21.2 and
14856 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
14857
14858 2004-01-08 Jesper Harder <harder@ifa.au.dk>
14859
14860 * gnus-art.el (gnus-mime-view-all-parts)
14861 (gnus-article-part-wrapper, gnus-article-view-part): Use
14862 with-current-buffer.
14863
14864 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
14865
14866 * spam.el (spam-disable-spam-split-during-ham-respool)
14867 (spam-spamoracle-database, spam-cache-lookups)
14868 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
14869 (spam-group-ham-mark-p, spam-group-spam-mark-p)
14870 (spam-group-ham-marks, spam-group-spam-marks)
14871 (spam-group-spam-contents-p, spam-group-ham-contents-p)
14872 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
14873 also add spam-use-blackholes to the statistical checks.
14874 (spam-fetch-field-fast): Add interface to fetching fields, may
14875 become a macro.
14876 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
14877 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
14878 (spam-insert-fake-headers): Fake an article when needed.
14879 (spam-find-spam): Fake article when possible.
14880 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
14881 (spam-check-bogofilter-headers): Use message-fetch-field instead
14882 of nnmail-fetch-field.
14883
14884 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
14885
14886 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
14887
14888 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
14889
14890 * spam.el (spam-split): Do not require spam-use-CHECK to be
14891 enabled if that check is passed to spam-split explicitly; also
14892 fix so 'spam doesn't get converted to spam-split-group when
14893 spam-split-symbolic-return is t.
14894 (spam-find-spam): Find registrations of the article and use those
14895 instead of re-running spam-split to find the spam/ham
14896 classification of the article.
14897 (spam-log-processing-to-registry, spam-log-registered-p)
14898 (spam-log-unregistration-needed-p, spam-log-undo-registration):
14899 Use gnus-error instead of gnus-message.
14900 (spam-log-registration-type): Add function to determine the
14901 classification of a message based on registry entries; will
14902 return nil if both 'spam and 'ham are found.
14903 (spam-check-BBDB): Expand all the BBDB macros here so we can have
14904 a reasonably fast local cache without the loading errors.
14905 (spam-cache-lookups): Set to t by default.
14906 (spam-find-spam): Don't try to guess spam-cache-lookups.
14907 (spam-enter-whitelist, spam-enter-blacklist): Clear the
14908 spam-caches entry.
14909 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
14910 caching of whitelist/blacklist entries.
14911 (spam-check-whitelist, spam-check-blacklist): Invoke
14912 spam-from-listed-p with a type, not a cache variable.
14913 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
14914
14915 2004-01-07 Jesper Harder <harder@ifa.au.dk>
14916
14917 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
14918
14919 * nnmail.el (nnmail-split-fancy): do.
14920
14921 * mml.el (mml-parse): do.
14922
14923 * gnus-score.el (gnus-enter-score-words-into-hashtb)
14924 (gnus-score-adaptive): do.
14925
14926 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
14927
14928 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
14929 (gnus-mime-button-map): Don't set keymap parent.
14930 (gnus-button-ctan-directory-regexp): Use shy grouping.
14931 (gnus-prev-page-map): Don't set keymap parent.
14932 (gnus-prev-page-map): Remove duplicated one.
14933 (gnus-next-page-map): Don't set keymap parent.
14934 (gnus-mime-security-button-map): Ditto.
14935
14936 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
14937 version number.
14938
14939 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
14940
14941 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
14942
14943 * canlock.el (canlock-sha1-function): Remove.
14944 (canlock-sha1-function-for-verify): Remove.
14945 (canlock-openssl-program): Remove.
14946 (canlock-openssl-args): Remove.
14947 (canlock-ignore-errors): Remove.
14948 (canlock-sha1-with-openssl): Remove.
14949 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
14950 (canlock-verify): Don't use canlock-ignore-errors.
14951
14952 * sha1-el.el (sha1-string-external): Make it can return a string
14953 in binary form.
14954 (sha1-region-external): Ditto.
14955 (sha1-string-internal): Ditto.
14956 (sha1-region-internal): Ditto.
14957 (sha1-region): Ditto.
14958 (sha1-string): Ditto.
14959 (sha1): Ditto.
14960
14961 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
14962
14963 * spam.el (spam-report-articles-gmane): New command.
14964
14965 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
14966
14967 * gnus.el: Don't make unnecessary *Group* buffer when loading.
14968
14969 * run-at-time.el (run-at-time-saved): Remove.
14970 (run-at-time): Doc fix.
14971
14972 2004-01-07 Jesper Harder <harder@ifa.au.dk>
14973
14974 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
14975 (gnus-summary-limit-map): Add it.
14976 (gnus-summary-make-menu-bar): do.
14977
14978 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
14979
14980 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
14981 Make attempt at some caching support (done for BBDB only now).
14982 (spam-find-spam): Set spam-cache-lookups if there are more than 2
14983 addresses to be checked.
14984 (spam-clear-cache-BBDB): Add function, to be invoked by
14985 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
14986 (spam-check-BBDB): Check and use the caches, if
14987 spam-cache-lookups is on, remove superfluous (provide).
14988
14989 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
14990
14991 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
14992
14993 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
14994
14995 * run-at-time.el (run-at-time-saved): Move to after the definition
14996 of `run-at-time'.
14997
14998 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
14999
15000 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15001 mm-w3m-local-map-property.
15002
15003 * mm-view.el (mm-w3m-mode-map): Remove.
15004 (mm-w3m-local-map-property): Remove.
15005 (mm-inline-text-html-render-with-w3m): Don't use
15006 mm-w3m-local-map-property.
15007
15008 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
15009
15010 * run-at-time.el: New file.
15011
15012 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15013 of gnus-set-text-properties.
15014
15015 * gnus-uu.el (gnus-uu-save-article): Ditto.
15016
15017 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15018
15019 * gnus-cite.el (gnus-cite-parse): Ditto.
15020
15021 * gnus-art.el (gnus-button-push): Use set-text-properties instead
15022 of gnus-.
15023
15024 * gnus.el: Changed calls to nnheader-run-at-time and
15025 password-run-at-time throughout to use run-at-time directly.
15026
15027 * password.el: Removed definition of run-at-time.
15028
15029 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
15030
15031 * mml.el (mml-minibuffer-read-disposition): Show attachment type
15032 in prompt.
15033
15034 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
15035
15036 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15037 XEmacs version.
15038
15039 * dns.el (dns-make-network-process): Use `open-network-stream'
15040 instead of `gnus-xmas-open-network-stream'.
15041
15042 * .cvsignore: Add auto-autoloads.el, custom-load.el.
15043
15044 2004-01-06 Jesper Harder <harder@ifa.au.dk>
15045
15046 * gnus-art.el (gnus-mime-display-alternative)
15047 (gnus-insert-mime-button, gnus-insert-mime-security-button)
15048 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15049 Don't use gnus-local-map-property.
15050
15051 * gnus-util.el (gnus-local-map-property): Remove.
15052
15053 * mm-view.el (mm-view-pkcs7-decrypt): Replace
15054 gnus-completing-read-maybe-default with completing-read.
15055
15056 * gnus-util.el (gnus-completing-read): do.
15057 (gnus-completing-read-maybe-default): Remove.
15058
15059 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
15060
15061 * password.el: Only autoload `run-at-time' if not XEmacs.
15062 Only autoload the itimer functions if XEmacs.
15063
15064 2004-01-06 Jesper Harder <harder@ifa.au.dk>
15065
15066 * gnus-art.el (gnus-read-string): Remove.
15067 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15068 read-string.
15069
15070 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
15071
15072 * netrc.el: Autoload password-read.
15073 (netrc): Add configuration group.
15074 (netrc-encoding-method, netrc-openssl-path): Add
15075 variables for encoding and decoding of files with symmetric
15076 ciphers.
15077 (netrc-encode): Add assistant function to encode a file with
15078 netrc-encoding-method.
15079 (netrc-parse): Add interactive parameter, added optional
15080 decoding if netrc-encoding-method is non-nil but otherwise
15081 behavior is standard.
15082 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15083 Do s/encode/encrypt/ everywhere.
15084
15085 * spam.el: Remove executable-find autoload.
15086
15087 2004-01-05 Jesper Harder <harder@ifa.au.dk>
15088
15089 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15090
15091 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15092
15093 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
15094
15095 * gnus-art.el (gnus-treat-ansi-sequences)
15096 (article-treat-ansi-sequences): New variable and function.
15097 Suggested by Dan Jacobson <jidanni@jidanni.org>.
15098
15099 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15100 Use it.
15101
15102 2004-01-05 Jesper Harder <harder@ifa.au.dk>
15103
15104 * mm-util.el (mm-quote-arg): Remove.
15105
15106 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15107 shell-quote-argument.
15108
15109 * gnus-uu.el (gnus-uu-command): do.
15110
15111 * gnus-sum.el (gnus-summary-insert-pseudos): do.
15112
15113 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15114 with make-char.
15115
15116 * mm-util.el (mm-make-char): Remove.
15117
15118 * mml.el (mml-mode): Replace gnus-add-minor-mode with
15119 add-minor-mode.
15120
15121 * gnus-undo.el (gnus-undo-mode): do.
15122
15123 * gnus-topic.el (gnus-topic-mode): do.
15124
15125 * gnus-sum.el (gnus-dead-summary-mode): do.
15126
15127 * gnus-start.el (gnus-slave-mode): do.
15128
15129 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15130
15131 * gnus-ml.el (gnus-mailing-list-mode): do.
15132
15133 * gnus-gl.el (gnus-grouplens-mode): do.
15134
15135 * gnus-draft.el (gnus-draft-mode): do.
15136
15137 * gnus-dired.el (gnus-dired-mode): do.
15138
15139 * gnus-ems.el (gnus-add-minor-mode): Remove.
15140
15141 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15142 Replace gnus-char-width with char-width.
15143
15144 * gnus-ems.el (gnus-char-width): Remove.
15145
15146 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15147 Replace gnus-char-width with char-width.
15148
15149 * gnus-ems.el (gnus-char-width): Remove.
15150
15151 * spam-stat.el (with-syntax-table): Remove with-syntax-table
15152 definition.
15153 Remove Emacs 20 hash table compatibility code.
15154
15155 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15156 20 compatibility code.
15157
15158 * spam.el (spam-point-at-eol): Replace with point-at-eol.
15159
15160 * smime.el (smime-point-at-eol): Replace with point-at-eol.
15161
15162 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15163 with point-at-{eol,bol}.
15164
15165 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15166
15167 * imap.el (imap-point-at-eol): Replace with point-at-eol.
15168
15169 * flow-fill.el (fill-flowed-point-at-bol)
15170 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15171
15172 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15173 Replace with point-at-{eol,bol} throughout all files.
15174
15175 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
15176
15177 * ntlm.el (ntlm-string-as-unibyte): New macro.
15178 (ntlm-build-auth-response): Use it.
15179
15180 Remove Emacs 20 stuff:
15181 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15182 of delq and copy-sequence.
15183 * gnus-art.el (popup-menu): Remove the compiler macro.
15184 * nnmail.el (nnmail-split-fancy): Don't support customizing with
15185 Emacs 20.
15186
15187 2004-01-05 Simon Josefsson <jas@extundo.com>
15188
15189 * ntlm.el: Fix namespace. Change smb-passwd-hash into
15190 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15191 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15192 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15193 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15194 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15195 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15196 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15197 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15198 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15199 ntlm-string-permute, string-lshift into ntlm-string-lshift,
15200 string-xor into ntlm-string-xor. Suggested by
15201 Jesper Harder <harder@myrealbox.com>.
15202
15203 * ntlm.el: Don't include poem.
15204
15205 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
15206 Jesper Harder <harder@myrealbox.com>.
15207
15208 * sasl-ntlm.el, ntlm.el, md4.el: New files.
15209
15210 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
15211 probably breaks emacs with DL patch, but do we care? Is anyone
15212 still using the DL stuff?)
15213
15214 * sieve-manage.el: Use the password package.
15215 (sieve-manage-read-passwd): Remove.
15216 (sieve-manage-interactive-login): Use password. Re-add
15217 condition-case around loop.
15218
15219 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15220 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15221 the password package.
15222
15223 2003-02-19 Simon Josefsson <jas@extundo.com>
15224
15225 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15226 token.
15227
15228 2002-08-07 Simon Josefsson <jas@extundo.com>
15229
15230 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15231 (sieve-manage-authenticators):
15232 (sieve-manage-authenticator-alist): Add some SASL mechs.
15233 (sieve-sasl-auth): New function.
15234 (sieve-manage-cram-md5-auth):
15235 (sieve-manage-plain-auth): Rewrite using SASL library.
15236 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15237 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15238 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15239 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15240
15241 2004-01-05 Simon Josefsson <jas@extundo.com>
15242
15243 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15244 New files.
15245
15246 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15247
15248 * gnus-group.el (gnus-no-groups-message): Update.
15249
15250 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15251
15252 2003-11-09 Simon Josefsson <jas@extundo.com>
15253
15254 * imap.el: Support for ID IMAP extension (RFC 2971).
15255 (imap-local-variables): Add imap-id.
15256 (imap-id): New variable.
15257 (imap-id): New function.
15258 (imap-parse-response): Parse untagged ID response.
15259 * nnimap.el (nnimap-id): New variable.
15260 (nnimap-open-connection): Use it.
15261
15262 2003-12-28 Simon Josefsson <jas@extundo.com>
15263
15264 * gnus-score.el (gnus-score-edit-all-score): New.
15265 * gnus-group.el (gnus-group-score-map): Bind it to W e.
15266
15267 2004-01-04 Simon Josefsson <jas@extundo.com>
15268
15269 * password.el: Add.
15270
15271 2004-01-04 Mario Lang <lang@zid.tugraz.at>
15272
15273 * dns.el (dns-query-types): Fix typo.
15274 (dns-query-types): New function.
15275 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
15276 PTR and SOA replies, see RFC 1035.
15277
15278 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15279
15280 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15281
15282 * Moved to Changelog.2.
15283
15284 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15285
15286 * gnus.el (gnus-version-number): Bump version.
15287
15288 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15289
15290 * gnus.el: No Gnus v0.1 is released.
15291
15292 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15293
15294 * gnus.el: No Gnus v0.0 is released.
15295
15296 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15297
15298 * gnus.el (gnus-version-number): Bump.
15299 (gnus-version): No.
15300
15301 See ChangeLog.2 for earlier changes.
15302
15303 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
15304
15305 This file is part of GNU Emacs.
15306
15307 GNU Emacs is free software: you can redistribute it and/or modify
15308 it under the terms of the GNU General Public License as published by
15309 the Free Software Foundation, either version 3 of the License, or
15310 (at your option) any later version.
15311
15312 GNU Emacs is distributed in the hope that it will be useful,
15313 but WITHOUT ANY WARRANTY; without even the implied warranty of
15314 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15315 GNU General Public License for more details.
15316
15317 You should have received a copy of the GNU General Public License
15318 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
15319
15320 ;; Local Variables:
15321 ;; coding: utf-8
15322 ;; fill-column: 79
15323 ;; add-log-time-zone-rule: t
15324 ;; End: