gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid handing broken links...
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
2
3 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4
5 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6
7 * nnimap.el (nnimap-request-accept-article): Message the error on
8 error.
9
10 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
11
12 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
13
14 2010-09-26 Florian Ragwitz <rafl@debian.org>
15
16 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
17 handing broken links to browse-url.
18
19 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
20
21 * nndoc.el (nndoc-request-list): Return success always.
22
23 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
24 `fetch-old' -- we only want to fetch the articles we've requested. The
25 rest are in the agent, probably.
26 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
27 disappeared server" to something low. It's not important.
28
29 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
30 arrived before the FETCH data.
31
32 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
33 target here, because we don't know the Gnus name of the group.
34
35 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
36 for the correct group.
37
38 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
39
40 * gnus.el (gnus): Give a final warning after startup.
41
42 * gnus-util.el (gnus-action-message-log): New variable.
43 (gnus-message): Use it.
44 (gnus-final-warning): New function.
45
46 * nnimap.el (nnimap-open-connection): Record the greeting.
47 (nnimap): Add greeting.
48
49 2010-09-26 Julien Danjou <julien@danjou.info>
50
51 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
52 arguments.
53 (gnus-html-wash-images): Fix spec computing to include start/end.
54
55 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
56
57 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
58
59 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
60 deletion.
61 (nnimap-retrieve-headers): Don't select the group, because that's
62 already done by nnimap-possibly-change-group.
63
64 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
65 (gnus-picon-transform-address): Use it.
66
67 * mail-source.el (mail-source-value): Revert previous patch.
68
69 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
70 on failure.
71 (nnimap-open-connection): Look up both virtual and physical server name
72 credentials.
73
74 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
75
76 2009-02-08 Dave Love <fx@gnu.org>
77
78 * gnus-win.el (gnus-window-to-buffer-helper,
79 gnus-all-windows-visible-p): Function needn't be a symbol.
80
81 * mail-source.el (mail-source-value): Function needn't be a symbol.
82
83 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
84
85 * message.el (message-cite-prefix-regexp): Remove } from the cite
86 prefix.
87
88 * gnus-art.el (gnus-treatment-function-alist): Do picons before
89 highlight again, so that the highlight is correct.
90
91 * gnus-picon.el (gnus-picon): Remove again.
92 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
93
94 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
95 doing the header highlightling, so that the background colour of the
96 picon is correct.
97
98 * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
99 (gnus-picon): Ditto.
100 (gnus-picon): Reinstate. The background colour for picons is white.
101 (gnus-picon-insert-glyph): Make the background white.
102
103 * nnml.el (nnml-open-nov): Don't return dead buffers.
104
105 * auth-source.el (auth-source-create): Query the user for whether to
106 store the credentials.
107
108 * auth-source.el (auth-source-user-or-password): Use the existing auth
109 sources, if any, for creation.
110
111 * gnus.el (gnus-group-fast-parameter): Return the last matching
112 parameter instead of the first matching parameter.
113
114 2010-09-26 Julien Danjou <julien@danjou.info>
115
116 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
117
118 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
119
120 * mml2015.el (mml2015-use): Remove gpg support.
121
122 * mml1991.el (mml1991-function-alist): Remove gpg function.
123 (mml1991-gpg-sign): Removed.
124
125 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
126
127 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
128 (gnus-browse-unsubscribe-current-group): Document it.
129 (gnus-browse-unsubscribe-group): Use it.
130
131 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
132
133 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
134 address to the To list for easier response.
135
136 * gnus.el (gnus-play-startup-jingle): Removed.
137 (gnus-splash): Don't play jingle.
138 (gnus): Silence gnus-load message.
139
140 * gnus-art.el (gnus-treat-play-sounds): Removed.
141
142 * gnus.el (gnus-play-jingle): Remove audio support.
143
144 * gnus-cus.el (gnus-score-customize): Remove audio reference.
145
146 * earcon.el: Removed -- no users.
147
148 * gnus-audio.el: Removed -- no users of this package.
149
150 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
151
152 * gnus-start.el (gnus-setup-news): Remove nocem support.
153
154 * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
155
156 * gnus.el (gnus-use-nocem): Removed.
157
158 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
159 Removed.
160
161 * gnus-nocem.el (gnus-nocem-issuers): Removed file. Apparently nobody
162 uses NoCeM any more.
163
164 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
165 (gnus-button-ctan-handler): Ditto.
166 (gnus-button-handle-ctan-bogus-regexp): Ditto.
167 (gnus-button-ctan-directory-regexp): Ditto.
168 (gnus-button-handle-ctan): Ditto.
169 (gnus-button-tex-level): Ditto.
170 (gnus-button-alist): Removed CTAN stuff.
171
172 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
173
174 * nnimap.el (nnimap-wait-for-response): Reversed logic in the
175 nnimap-streaming test.
176
177 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
178 servers twice.
179
180 * nnimap.el (nnimap-open-connection): Add more error reporting when
181 nnimap fails early.
182
183 * nnheader.el (nnheader-get-report-string): New function.
184 (nnheader-get-report): Use it.
185
186 * gnus-int.el (gnus-check-server): Say what the error was when opening
187 failed.
188
189 * nnimap.el (nnimap-wait-for-response): Search further when we're not
190 using streaming.
191
192 2010-09-25 Julien Danjou <julien@danjou.info>
193
194 * gnus-html.el (gnus-html-rescale-image): Use our defalias
195 gnus-window-inside-pixel-edges.
196
197 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
198
199 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
200
201 * mm-decode.el (mm-save-part): Allow saving to other directories the
202 normal Emacs way.
203
204 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox. Suggested
205 by Jay Berkenbilt.
206
207 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
208 there isn't a single byte.
209
210 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
211 just do it. It doesn't really seem to matter what the user responds
212 here, I think, so it's just a confusing question.
213
214 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
215 non-streaming case.
216
217 * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
218 (gnus-article-encrypt-body): Use it.
219
220 * gnus-sum.el (gnus-summary-show-complete-article): New command and
221 keystroke.
222
223 * nnimap.el (nnimap-find-wanted-parts-1): Use
224 gnus-fetch-partial-articles.
225
226 * gnus-art.el (gnus-fetch-partial-articles): New variable.
227
228 * nnimap.el (nnimap-insert-partial-structure): New function.
229 (nnimap-get-partial-article): New function.
230 (nnimap-request-article): Use it.
231 (nnimap-wait-for-response): Return whether the wait was successful.
232 (nnimap-finish-retrieve-group-infos): Don't do anything if the
233 retrieval wasn't successful.
234 (nnimap-retrieve-group-data-early): Allow throttling servers.
235 (nnimap-streaming): New variable.
236 (nnimap-fetch-partial-articles): Removed.
237
238 * mm-decode.el (mm-with-part): Protect against killed buffers.
239
240 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
241 for prettier summary display.
242
243 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
244
245 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
246 directly.
247
248 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
249
250 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
251 apparently third-party libraries depend on it.
252
253 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
254 before starting negotiation.
255
256 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
257 privacy reasons.
258 (gnus-treat-mail-gravatar): Ditto.
259
260 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
261 buffer when inserting images. Inserting text into the headers, for
262 instance, can make them invalid.
263
264 2010-09-25 Julien Danjou <julien@danjou.info>
265
266 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
267 variables.
268
269 * nnheader.el: Remove useless variables news-reply-yank-from and
270 news-reply-yank-message-id.
271
272 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
273 variables.
274
275 * mml1991.el: Remove useless mml1991-verbose.
276
277 * gnus.el: Remove useless variable gnus-use-generic-from.
278 Remove obsolete variable gnus-topic-indentation.
279
280 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
281
282 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
283
284 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
285
286 * gnus-group.el: Remove useless gnus-group-icon-cache.
287 Remove useless gnus-ephemeral-group-server.
288
289 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
290
291 * mml2015.el: Remove useless mml2015-verbose.
292
293 * mml-smime.el: Remove useless mml-smime-verbose.
294
295 * gnus.el: Remove useless gnus-local-domain.
296
297 * gnus-gravatar.el (gnus-gravatar-transform-address): Use
298 gnus-gravatar-size.
299
300 * gnus-art.el: Remove useless gnus-treat-translate.
301
302 2010-09-24 Julien Danjou <julien@danjou.info>
303
304 * gnus-sum.el: Add support for Gravatars.
305
306 * gnus-art.el: Add support for Gravatars.
307
308 * gnus-gravatar.el: Add this file.
309
310 * gravatar.el: Add this file.
311
312 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
313
314 * gnus-sum.el (gnus-summary-fetch-faq): Removed.
315
316 * gnus-group.el (gnus-group-fetch-faq): Removed.
317
318 * gnus.el (gnus-group-faq-directory): Removed.
319
320 * gnus-group.el (gnus-group-fetch-charter): Removed.
321
322 * gnus.el (gnus-group-charter-alist): Removed.
323
324 * gnus-group.el (gnus-group-archive-directory): Removed.
325 (gnus-group-recent-archive-directory): Ditto.
326 (gnus-group-make-archive-group): Removed.
327
328 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
329
330 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
331 use the same article number for all the cached articles.
332
333 * nnimap.el (nnimap-command): Register the last command time so
334 that we can use it for idling NOOPs.
335 (nnimap-open-connection): Start the keeplive timer.
336 (nnimap-make-process-buffer): Store all the process buffers.
337 (nnimap-keepalive): New function.
338
339 * starttls.el: (starttls-open-stream): Add autoload cookie.
340
341 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
342
343 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
344 handling.
345
346 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
347
348 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
349 its data structures.
350
351 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
352 instead of the cl.el copy-list.
353 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
354 equalp.
355
356 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
357
358 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
359 and tool-bar-local-item-from-menu.
360
361 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
362 mode-line-highlight face for Emacs.
363
364 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
365 loading gnus-sum.elc; fix comment for canlock-verify.
366 (gnus-article-jump-to-part): Use read-number.
367 (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
368 Emacs pre-21 compatible code for help-echo.
369 (gnus-article-next-page-1): No need to adjust the number of lines.
370 (gnus-article-describe-bindings): Always use help-buffer.
371
372 * gnus-audio.el (gnus-audio-inline-sound)
373 * gnus-cus.el (gnus-custom-mode)
374 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
375
376 * gnus-sum.el (gnus-remove-overlays): Doc fix.
377
378 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
379 compatible code.
380
381 2010-09-24 Glenn Morris <rgm@gnu.org>
382
383 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
384 visiting the fcc file in rmail-mode.
385
386 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
387
388 * nnir.el: Silence the byte compiler.
389
390 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
391 alias to browse-url-url-encode-chars if any.
392 (gnus-html-encode-url): Use it.
393
394 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
395
396 * gnus-start.el (gnus-use-backend-marks): New variable.
397 (gnus-get-unread-articles-in-group): Use it.
398
399 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
400 makeover.
401
402 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
403
404 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
405
406 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
407
408 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
409 Removed.
410 (gnus-setup-news-hook): Removed
411 gnus-fixup-nnimap-unread-after-getting-new-news.
412
413 * gnus-int.el (gnus-request-update-info): Protect against backends not
414 having the function.
415
416 * nnimap.el (nnimap-stream): Mention starttls.
417 (nnimap-open-connection): Add starttls support.
418
419 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
420
421 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
422
423 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
424
425 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
426 BODYSTRUCTUREs.
427 (nnimap-transform-headers): Unfold quoted {42} headers.
428
429 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
430 the info.
431 (gnus-get-unread-articles): Only call updatep on backends that support
432 it.
433
434 * nnweb.el (nnweb-request-update-info): NOOP.
435
436 * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
437
438 * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
439 since it only deals with marks.
440
441 * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
442 gnus-request-marks, and make a new gnus-request-update-info.
443
444 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
445 the active instead of the high number, which is usually too low.
446
447 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
448
449 * encrypt.el: Removed.
450
451 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
452
453 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
454 server in symbolic form.
455
456 * gnus-html.el (gnus-max-image-proportion): Increase proportion to
457 0.9.
458
459 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
460
461 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
462 (nnimap-update-info): Fix up code slightly.
463
464 * gnus-int.el (gnus-open-server): Add tracing for performance
465 debugging.
466
467 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
468 (gnus-group-insert-group-line): Pass the real group name so that it
469 gets the right data.
470
471 * gnus-start.el (gnus-get-unread-articles): Don't have
472 `gnus-get-unread-articles-in-group' update info, since that can be
473 really slow and doesn't seem to be needed?
474
475 2010-09-22 Julien Danjou <julien@danjou.info>
476
477 * gnus-group.el (gnus-group-insert-group-line): Call
478 gnus-group-highlight-line.
479 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
480 default hook list.
481 (gnus-group-update-eval-form): Add new function.
482 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
483 (gnus-group-get-icon): Use gnus-group-update-eval-form.
484
485 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
486
487 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
488 immediate, then expire all articles.
489 (nnimap-update-info): Fix off-by-one errors.
490 (nnimap-flags-to-marks): Would return no marks lists for group with no
491 flags. Instead return the other data.
492
493 2010-09-22 Julien Danjou <julien@danjou.info>
494
495 * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
496 Only return an icon.
497 (gnus-group-insert-group-line): Compute icon to return.
498
499 * gnus-html.el (gnus-html-image-automatic-caching): Add custom
500 variable.
501 (gnus-html-image-fetched): Only cache if
502 gnus-html-image-automatic-caching is set.
503 (gnus-html-image-fetched): Check for errors.
504
505 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
506
507 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
508 once per method on `g'. This ensures that backends like nnfolder don't
509 open all their folders.
510
511 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
512 (nnimap-request-list): Nix out group in the correct buffer.
513 (nnimap-parse-flags): Implement by using `read' instead of
514 hand-parsing.
515 (nnimap-flags-to-marks): Pass on permanent-flags.
516 (nnimap-make-process-buffer): Record the server name.
517 (nnimap-parse-flags): Fix typo.
518 (nnimap-request-scan): Run split on the server in general, not just a
519 single group.
520
521 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
522 parameter, and propagate this downwards.
523
524 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
525 since EXAMINE changes it on the server.
526
527 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
528 this command might take a while.
529
530 2010-09-22 Julien Danjou <julien@danjou.info>
531
532 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
533 harmful if you have 2 images side-by-side, they can't be properly
534 update on text deletion. Using text-property is safer here.
535 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
536 data.
537
538 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
539
540 * nnimap.el (nnimap-expunge-inbox): Removed.
541 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
542 (nnimap-expunge): Flip default to t.
543
544 * gnus.el (gnus-method-to-server): Don't push things to the cache
545 unless it's unique.
546 (gnus-server-to-method): Ditto.
547
548 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
549
550 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
551
552 2010-09-22 Julien Danjou <julien@danjou.info>
553
554 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
555 get the start of data.
556 (gnus-html-encode-url): Add this function to encode special chars in
557 URL.
558 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
559 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
560
561 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
562 default.
563 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
564
565 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
566 images alt-text.
567 (gnus-html-put-image): Put alt-text as help-echo.
568
569 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
570
571 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
572 * mm-util.el (mm-decompress-buffer)
573 * nnir.el (nnir-run-find-grep)
574 * pop3.el (pop3-list): Use 3rd arg of split-string.
575
576 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
577
578 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
579 outside the active range. Suggested by Dan Christensen.
580
581 * gnus-start.el (gnus-get-unread-articles): Get the extended method
582 slightly later to avoid double-getting it.
583
584 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
585 previous patch.
586
587 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
588
589 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
590
591 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
592
593 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
594
595 * gnus-int.el (gnus-open-server): Give a better error message in the
596 "go offline" case.
597
598 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
599 marks for nnimap, which is seldom the right thing to do.
600
601 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
602 (gnus-same-method-different-name): New function.
603
604 * nnimap.el (parse-time): Require.
605
606 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
607 method in the presence of many similar methods.
608
609 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
610
611 * nnimap.el (nnimap-find-expired-articles): Don't refer to
612 nnml-inhibit-expiry.
613
614 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
615 find out whether methods are equal.
616
617 * nnimap.el (nnimap-find-expired-articles): New function.
618 (nnimap-process-expiry-targets): New function.
619 (nnimap-request-move-article): Request the article before looking at
620 what the Message-ID is. Fix found by Andrew Cohen.
621 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
622
623 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
624 for oldness in addition to being a predicate.
625
626 * nnimap.el (nnimap-request-group): When we have zero articles, return
627 the right data to Gnus.
628 (nnimap-request-expire-articles): Only delete articles immediately if
629 the target is 'delete.
630
631 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
632 method, this would bug out.
633
634 * gnus-group.el (gnus-group-expunge-group): Renamed from
635 gnus-group-nnimap-expunge, and implemented as a normal interface
636 function.
637
638 * gnus-int.el (gnus-request-expunge-group): New function.
639
640 * nnimap.el (nnimap-request-create-group): Implement.
641 (nnimap-request-expunge-group): New function.
642
643 2010-09-21 Julien Danjou <julien@danjou.info>
644
645 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
646 (gnus-html-cache-expired): Add new function.
647 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
648 wethever we should display image for fetch it.
649 Compute alt-text earlier to pass it to the fetching function too.
650 (gnus-html-schedule-image-fetching): Change function argument to only
651 get one image at a time, not a list.
652 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
653 cache.
654 (gnus-html-get-image-data): New function to retrieve image data from
655 cache.
656 (gnus-html-put-image): Change buffer argument to use image data rather
657 than file, and place image above region rather than inserting a new
658 one. Do not take alt-text as argument, since it's useless now: we place
659 the image above alt-text.
660 (gnus-html-prune-cache): Remove.
661 (gnus-html-show-images): Start to fetch image when we find one, do not
662 push into a temporary list.
663 (gnus-html-prefetch-images): Only fetch image if they have expired.
664 (gnus-html-browse-image): Fix, use 'gnus-image-url.
665 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
666
667 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
668
669 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
670
671 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
672
673 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
674 spec inser "*" if the group isn't active instead of 0.
675
676 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
677 opening the server.
678 (nnimap-request-delete-group): Implement group deletion.
679 (nnimap-transform-headers): Return the size of the entire message in
680 the Bytes header, not just the size of the first part.
681 (nnimap-request-move-article): When moving an article from nnimap,
682 request the article first so the accepting form has an article to
683 accept. Reported by Dan Christensen.
684 (nnimap-command): Make sure that the error message doesn't error out.
685
686 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
687
688 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
689 we haven't requested anything.
690
691 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
692
693 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
694 "". Fix found by Andrew Cohen.
695
696 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
697 instead of -encode-string.
698
699 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
700
701 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
702
703 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
704 by mm-subst-char-in-string.
705
706 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
707
708 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
709 waiting for the connection string.
710
711 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
712 arriving.
713
714 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
715 bogus characters. This allows selecting certain Gmail groups.
716
717 * nnimap.el (nnimap-find-wanted-parts-1): New function.
718 (nnimap-fetch-partial-articles): New variable.
719 (nnimap-open-connection): When looking for credentials, also use the
720 nnimap-server-port.
721 (nnimap-request-article): Return the group/article number, so that Gnus
722 `^' works as expected.
723 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
724 them.
725
726 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
727 comments.
728 (gnus-methods-sloppily-equal): New function.
729 (gnus): When using the development version of Gnus, load the gnus-load
730 file.
731
732 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
733 `gnus-open-server' on each method before trying to scan them etc. This
734 ensures that all the backend parameters are set correctly.
735
736 * nnimap.el (nnimap-authenticator): New variable.
737 (nnimap-open-connection): Allow anonymous login.
738 (nnimap-transform-headers): The chars header is called Chars not
739 Bytes.
740 (nnimap-wait-for-response): Don't infloop if the IMAP connection
741 drops.
742
743 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
744 patch, found by Knut Anders Hatlen.
745
746 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
747
748 * gnus-agent.el (gnus-agent-batch-confirmation)
749 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
750 to gnus-message.
751 * gnus-art.el (gnus-article-describe-briefly): Likewise.
752 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
753 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
754 * gnus-int.el (gnus-open-server): Likewise.
755 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
756 (gnus-score-check-syntax): Likewise.
757 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
758 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
759 Likewise.
760 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
761
762 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
763
764 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
765 calling conventions so that prefetch doesn't bug out.
766
767 2010-09-19 Julien Danjou <julien@danjou.info>
768
769 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
770 rather than `subst-char-in-region' in order to be able to replace ASCII
771 char by UTF-8 ones.
772
773 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
774 than curl.
775 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
776 the right URL and ALT text on images.
777 (gnus-html-wash-tags): Fix tag case.
778 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
779 (gnus-article-html): Add -o display_ins_del=2 option.
780 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
781
782 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
783
784 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
785 the extra mail headers, which sometimes seem to happen for unknown
786 reasons.
787
788 * mail-parse.el (mail-header-encode-parameter): Define as
789 rfc2045-encode-string instead of as rfc2231-encode-string, since some
790 (or most, perhaps?) mail readers don't understand the latter, but do
791 understand the former.
792
793 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
794 to nil, so that no methods are automatically agentized. I think this
795 is probably what most users want.
796
797 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
798 from url-retrieve, for instance about invalid URLs.
799
800 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
801 groups that have no articles.
802 (nnimap-request-article): Check that we really got an article when we
803 requested one.
804
805 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
806 doesn't exist.
807
808 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
809 nntp buffer so the agent can save it.
810 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
811 that CRLF doesn't get translated to \n.
812 (nnimap-open-connection): Don't make 'shell commands only send \n.
813
814 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
815
816 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
817 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
818 Update var name.
819 (nnml-generate-nov-file): Use dolist.
820 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
821 Use with-current-buffer.
822
823 2010-09-18 Julien Danjou <julien@danjou.info>
824
825 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
826 parallel.
827
828 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
829
830 * nnimap.el (nnimap-update-info): When doing partial marks update, get
831 the range update right.
832 (nnimap-request-group): Don't make `M-g' bug out on group with no
833 marks.
834 (nnoo): Required, so that other packages can require nnimap.
835 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
836 command we're looking for. This helps when the server sends more
837 responses after we've gotten everything we expected.
838 (nnimap): Add a `newlinep' field to keep track of end-of-line
839 conventions.
840 Don't send CRLF to things that don't want it.
841 (nnimap-request-accept-article): Ditto.
842
843 2010-09-18 Julien Danjou <julien@danjou.info>
844
845 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
846 than curl to retrieve images.
847
848 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
849
850 * nnimap.el (nnimap-update-info): Extend the info so that we can set
851 the marks.
852 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
853 (nnimap-wait-for-connection): New function.
854 (nnimap-open-connection): If we have PREAUTH, don't query for login
855 credentials.
856 (nnimap-update-info): Fix off-by-one error when concatenating ranges
857 when doing a partial update.
858
859 2010-09-18 Julien Danjou <julien@danjou.info>
860
861 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
862 tags.
863
864 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
865
866 * nnimap.el (nnimap-credentials): New function.
867 (nnimap-open-connection): Use the new function to look for credentials
868 also on the numeric equivalents of "imap" and "imaps".
869
870 * gnus-start.el (gnus-activate-group): Send the info to
871 gnus-request-group.
872
873 * nnimap.el (nnimap-request-group): Have the "check" version of the
874 function parse flags and update the info, so that a `M-g' get a total
875 resync of all flags from the group.
876
877 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
878 to allow backends to alter the info on group selection. Also alter all
879 the backend -request-group functions to take the parameter.
880
881 * nnimap.el (nnimap-store-info): New function.
882 (nnimap-update-info): Store the info for later usage.
883 (nnimap-request-group): Use the stored info for the dont-check case, so
884 that we don't retrieve all marks when we enter a group.
885
886 * nnimap.el: Use deffoo instead of defun for interface functions.
887
888 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
889 update the group info. This makes the nndraft groups, for instance, go
890 back to their old behaviour.
891
892 * gnus-sum.el (gnus-select-newsgroup): Indent.
893
894 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
895 in.
896 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
897 nothing.
898
899 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
900 from methods that are denied.
901
902 * gnus-int.el (gnus-method-denied-p): New function.
903
904 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
905 store the password instead of netrc.
906 (nnimap-open-connection): Don't error out when we can't make a
907 connections.
908
909 * auth-source.el (auth-source-create): In the password prompt, say what
910 we're querying for. Also prompt for user name if that hasn't been
911 given.
912
913 * nnimap.el (nnimap-with-process-buffer): Removed.
914
915 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
916
917 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
918 method when we're reading from the agent.
919
920 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
921
922 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
923 that's probably most useful for users.
924
925 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
926 "failed" all the time.
927
928 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
929 ...)) with (with-current-buffer ... ).
930
931 * nntp.el (nntp-open-server): Return whether the open was successful or
932 not.
933
934 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
935 select an unread unseen article first.
936
937 * nnimap.el (nnimap-open-connection): If the user doesn't have a
938 /etc/services, supply some sensible port defaults.
939
940 * dgnushack.el: Define netrc-credentials.
941
942 2010-09-17 Julien Danjou <julien@danjou.info>
943
944 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
945
946 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
947
948 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
949 doesn't have any parameters.
950
951 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
952
953 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
954 only upcased checks.
955
956 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
957
958 * nnimap.el (nnimap-open-shell-stream): New function.
959 (nnimap-open-connection): Use it.
960 (nnimap-transform-headers): Get the number of lines in each message.
961 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
962 number of lines.
963 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
964 problem.
965
966 * utf7.el (utf7-encode): Autoload.
967
968 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
969 to allow the mail splitting to not return a default group. This is
970 useful for nnimap, which will leave unmatched mail in the inbox.
971
972 * nnimap.el: Rewritten.
973
974 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
975 nnimap usage.
976
977 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
978 if the move is internal, so that nnimap can do fast internal moves.
979
980 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
981 data.
982 (gnus-read-active-for-groups): Support finishing the early retrieval of
983 data.
984
985 * gnus-range.el (gnus-range-nconcat): New function.
986
987 * gnus-int.el (gnus-finish-retrieve-group-infos)
988 (gnus-retrieve-group-data-early): New functions.
989
990 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
991
992 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
993 (nnrss-retrieve-groups):
994 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
995 (pop3-quit): Use with-current-buffer.
996
997 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
998
999 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1000 instead of nnheader-accept-process-output.
1001
1002 * gnus-html.el (gnus-html-schedule-image-fetching)
1003 (gnus-html-prefetch-images): Replace process-kill-without-query by
1004 gnus-set-process-query-on-exit-flag.
1005
1006 2010-09-16 Romain Francoise <romain@orebokech.com>
1007
1008 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1009
1010 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1011
1012 * gnus-registry.el (gnus-registry-install-shortcuts): The second
1013 parameter to unintern is mandatory-ish in Emacs 24.
1014
1015 * gnus-html.el (gnus-html-schedule-image-fetching)
1016 (gnus-html-prefetch-images): Check for curl before using it.
1017
1018 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1019 depend on curl, which isn't essential.
1020
1021 * imap.el: Revert back to version
1022 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1023 seem problematic.
1024
1025 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
1026
1027 * gnus-registry.el (gnus-registry-install-shortcuts):
1028 Explicitly pass `obarray' to `unintern' to avoid a warning.
1029
1030 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1031
1032 * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1033 change.
1034
1035 * nnrss.el (nnrss-request-list): Removed this function and related
1036 functions, including the moreover stuff.
1037
1038 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1039
1040 * nnrss.el (nnrss-retrieve-groups): New function.
1041
1042 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
1043
1044 * .dir-locals.el: Add no-byte-compile cookie.
1045
1046 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
1047
1048 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1049 for back end that doesn't support request-scan.
1050
1051 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1052
1053 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1054 then do request scans from the backends.
1055
1056 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1057 avoid running a hook per line, since this takes a lot of time,
1058 profiling shows.
1059 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1060 directly if gnus-visual-p is true.
1061
1062 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
1063
1064 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1065 groups; replace mapcar with dolist which is a bit faster; pass groups
1066 info to gnus-read-active-file-1.
1067 (gnus-read-active-file-1): Scan only specified groups if the new
1068 optional arg `infos' is given.
1069
1070 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1071
1072 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1073
1074 * pop3.el (pop3-movemail): Removed.
1075 (pop3-streaming-movemail): Renamed to pop3-movemail.
1076
1077 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1078 don't restrict end-tag searches to the end of the line.
1079
1080 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
1081
1082 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1083 articles of every unchecked group to t, which means unknown since the
1084 server has never been opened.
1085
1086 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1087
1088 * gnus-html.el (gnus-html-show-alt-text): New command.
1089 (gnus-html-browse-image): Ditto.
1090 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1091 to browse the image directly.
1092 (gnus-html-wash-tags): Search for images first, so that <a><img> works
1093 better.
1094
1095 * gnus-async.el (gnus-async-article-callback): Call
1096 `gnus-html-prefetch-images' unconditionally.
1097
1098 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1099 before feeding URLs to curl.
1100
1101 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
1102
1103 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1104 internal images as deletable by `W D D'.
1105
1106 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1107 (gnus-async-article-callback): Fix typo.
1108
1109 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1110
1111 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1112 current line to work around bugs in the output from w3m.
1113
1114 * gnus-async.el (gnus-async-article-callback): Always prefetch images
1115 for groups that want that.
1116
1117 * nntp.el (nntp-wait-for-string): Supply a timeout for
1118 accept-process-output to ensure progress.
1119
1120 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1121 level to get unread articles from, then use that for foreign groups,
1122 too.
1123
1124 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1125 confuses the rest of the function.
1126
1127 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1128 for the methods that support -retrieve-groups, too.
1129
1130 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1131
1132 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
1133
1134 * pop3.el: Require cl when compiling.
1135 (pop3-number-of-responses): Search for "+OK", not "+OK ".
1136
1137 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1138
1139 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1140 that aren't going to be activated.
1141 (gnus-get-unread-articles): Fix up the last commit.
1142
1143 * gnus-html.el (gnus-article-html): Allow calling without specifying
1144 the handle. In that case, dissect the buffer first.
1145
1146 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1147
1148 * nnimap.el (nnimap-open-connection): Revert the change that would look
1149 into authinfo for imaps instead of imap.
1150
1151 * gnus-start.el (gnus-activate-group): Take an optional parameter to
1152 say that you don't want to call gnus-request-group with don-check, but
1153 do check the reponse. This is for virtual groups only.
1154 (gnus-get-unread-articles): Count the archive groups as secondary, so
1155 that they're activated the same way as before.
1156
1157 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1158 case-insensitively.
1159 (nnimap-debug): Removed.
1160
1161 * mail-source.el (mail-source-fetch): Don't message if we're fetching
1162 mail from a file, and the file doesn't exist.
1163
1164 * pop3.el (pop3-streaming-movemail): Return t for success.
1165
1166 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1167 .authinfo if we're using ssl connection.
1168
1169 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1170 already have if we're in a main Gnus `g' run.
1171
1172 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1173
1174 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
1175
1176 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1177
1178 * nnmh.el (nnmh-request-list-1): Bind `file'.
1179
1180 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1181 alias to set-process-query-on-exit-flag or process-kill-without-query.
1182 (pop3-open-server): Use it.
1183
1184 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1185
1186 * mail-source.el (mail-source-delete-crash-box): Always move the crash
1187 box to the Incoming file. Fixes mistake in previous checkin.
1188
1189 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1190 request loop (for debugging purposes) removed.
1191
1192 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1193 culprit is more visible.
1194 (nnml-save-incremental-nov, nnml-open-incremental-nov)
1195 (nnml-add-incremental-nov): New functions to do "incremental" nov
1196 updates, where we just append to the end of the existing nov files
1197 without reading/writing them in full.
1198
1199 * mail-source.el (mail-source-delete-crash-box): Really only check the
1200 incoming files once in a while.
1201
1202 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1203
1204 * mail-source.el (mail-source-delete-crash-box): Only check the
1205 incoming files for deletion once per day to save a lot of file
1206 accesses.
1207
1208 * pop3.el (pop3-logon): Fix up unbound variable typo.
1209
1210 * mail-source.el (pop3-streaming-movemail): Autoload.
1211
1212 * pop3.el (pop3-streaming-movemail): Respect
1213 pop3-leave-mail-on-server.
1214
1215 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1216 retrieval.
1217
1218 * pop3.el (pop3-process-filter): Removed unused function.
1219 (pop3-streaming-movemail, pop3-send-streaming-command)
1220 (pop3-wait-for-messages, pop3-write-to-file)
1221 (pop3-number-of-responses): New functions for streaming pop3
1222 retrieval.
1223
1224 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1225 come from no known methods.
1226 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1227 list.
1228
1229 * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1230 message sizes.
1231 (pop3-movemail): Use erase-buffer instead of looping and deleting
1232 regions, which seems rather odd.
1233
1234 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1235 file once per `g' run.
1236
1237 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1238 directories. This makes the draft queue directory work.
1239
1240 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1241 data from the backends, so that we only request the list of groups from
1242 each method once. This should speed things up considerably.
1243
1244 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1245 detect that it's not implemented.
1246
1247 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1248 we actually do recurse down into the tree, but don't stat all leaf
1249 nodes.
1250
1251 * gnus-html.el (gnus-html-show-images): If there are no images to show,
1252 then say so instead of bugging out.
1253
1254 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1255 files exist before trying to read them.
1256
1257 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1258 around <pre_int>.
1259
1260 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1261
1262 * nnmh.el (nnmh-request-list-1): Optimize for speed.
1263
1264 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1265
1266 * mm-util.el (mm-image-load-path): Just return the image directories,
1267 not all directories in the path in addition to the image directories.
1268 (mm-image-load-path): Maintain a cache of the image directories so that
1269 the `g' command in Gnus doesn't have to stat dozens of directories each
1270 time.
1271
1272 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1273 (gnus-html-wash-tags): Add a new `i' command to insert images.
1274 (gnus-html-insert-image): New command and keystroke.
1275 (gnus-html-redisplay-with-images): New command and keystroke.
1276 (gnus-html-show-images): Renamed command.
1277 (gnus-html-wash-tags): Remove more white space before <pre_int> image
1278 spacers.
1279 (gnus-html-wash-tags): Decode entities at the end, so that entities
1280 inside the tags don't mess up the rest of the "parsing".
1281
1282 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1283 so that nnimap methods aren't agentized by default. There's apparently
1284 many problems related to agent/imap behaviour.
1285
1286 * gnus-art.el (gnus-article-copy-string): New command and key binding.
1287
1288 * gnus-html.el: Doc fix.
1289
1290 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
1291
1292 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1293 glyph-width and glyph-height instead of display-graphic-p and
1294 image-size; make avoidance of displaying small images work for XEmacs.
1295
1296 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1297 for XEmacs.
1298
1299 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1300 of symbol that holds plist data.
1301 (gnus-process-plist): Remove plist of process after getting it.
1302
1303 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1304
1305 * message.el (message-generate-hashcash): Change default to
1306 'opportunistic if hashcash is installed.
1307
1308 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1309 (gnus-html-put-image): Only call image-size once, since it's somewhat
1310 time-consuming on remote X servers.
1311
1312 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
1313
1314 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1315 decoded contents.
1316 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1317
1318 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1319
1320 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1321 group line format, since it isn't very interesting.
1322
1323 * gnus-agent.el (gnus-agent-short-article),
1324 (gnus-agent-long-article): Increase values for these two variables,
1325 since most people are likely to have more network connection and
1326 storage than before.
1327
1328 * gnus.el (gnus-refer-article-method): Change default to 'current.
1329 When referring an article, the common behaviour is to refer it from the
1330 current select method, not the native select method. The chances of
1331 the native select method having the message in question is rather slim
1332 these days.
1333
1334 * gnus-sum.el (gnus-auto-select-subject): Change default to
1335 `unseen-or-unread'. I think it's likely that most people want to
1336 select an unseen article over a previously seen, but unread one.
1337
1338 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
1339 means that in the article buffer none of the minor mode elements will
1340 be shown, usually, and this is not desirable in most cases.
1341
1342 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1343 that commands like `d' (and the like) go to the next line in the
1344 buffer, instead of the next unread article. I think this is the
1345 behaviour that is most natural for most users.
1346 (gnus-single-article-buffer): Change default to nil, so that people can
1347 have as many article buffers open as they have summary buffer. I think
1348 this is the most natural way for the groups to behave.
1349
1350 * message.el (message-generate-new-buffers): Change default to
1351 `unsent', so that all new message buffers start their names with the
1352 string "*unsent", and it's easier to find the buffers if you move from
1353 them.
1354
1355 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1356
1357 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1358 small. They're probably tracking images.
1359 (gnus-html-wash-tags): Remove all <pre_int> place holders.
1360 (gnus-html-rescale-image): Yet another try at getting the image sizing
1361 right.
1362
1363 * nntp.el (nntp-request-set-mark): Refuse to do marks if
1364 nntp-marks-file-name is nil.
1365
1366 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
1367
1368 * gnus-html.el (gnus-html-wash-tags)
1369 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1370 Better logging.
1371
1372 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1373
1374 * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1375
1376 * gnus-html.el (gnus-html-wash-tags): Check the value of
1377 gnus-blocked-images in the summary buffer.
1378
1379 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
1380
1381 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1382
1383 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1384
1385 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1386 like "a", it seems like.
1387 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1388 since it needs to be picked from the correct buffer.
1389
1390 * nnwfm.el: Removed.
1391
1392 * nnlistserv.el: Removed.
1393
1394 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
1395
1396 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1397 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1398
1399 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1400
1401 * nnkiboze.el: Removed.
1402
1403 * nndb.el: Removed.
1404
1405 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1406 alt text.
1407 (gnus-html-rescale-image): Try to get the rescaling logic right for
1408 images that are just wide and not tall.
1409
1410 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1411 overshadow variable bindings.
1412
1413 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
1414
1415 * gnus-html.el (gnus-html-wash-tags)
1416 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1417 extra logging.
1418
1419 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1420
1421 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1422 (gnus-max-image-proportion): New variable.
1423 (gnus-html-rescale-image): New function.
1424 (gnus-html-put-image): Rescale images.
1425
1426 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1427
1428 Fix up some byte-compiler warnings.
1429 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1430 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1431 (gnus-article-fill-cited-article, gnus-article-hide-citation)
1432 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1433 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1434 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1435 (gnus-group-update-group): Use save-excursion and with-current-buffer.
1436
1437 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
1438
1439 * gnus-html.el (gnus-article-html): Decode contents by charset.
1440
1441 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
1442
1443 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1444 (gnus-html-frame-width, gnus-blocked-images)
1445 * message.el (message-prune-recipient-rules): Add custom version.
1446 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1447
1448 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1449 functions.
1450
1451 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1452 gnus-process-get.
1453
1454 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
1455
1456 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1457 instead of lsub directly.
1458
1459 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1460
1461 * nnwarchive.el: Removed.
1462
1463 * gnus-soup.el: Removed.
1464
1465 * nnsoup.el: Removed.
1466
1467 * nnultimate.el: Removed.
1468
1469 * gnus-html.el (gnus-blocked-images): New variable.
1470
1471 * message.el (message-prune-recipients): New function.
1472 (message-prune-recipient-rules): New variable.
1473
1474 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1475 guess whether a long line is natural text or not.
1476
1477 * gnus-html.el (gnus-html-schedule-image-fetching): Use
1478 gnus-process-plist and friends for compatibility.
1479
1480 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1481
1482 * gnus-html.el: Require packages that define macros used in this file.
1483 (gnus-article-mouse-face): Declare to silence byte-compiler.
1484 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1485 process-get.
1486 (gnus-html-put-image): Use plist-get to avoid getf.
1487 (gnus-html-prefetch-images): Use with-current-buffer.
1488
1489 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
1490
1491 * gnus-ems.el: Provide compatibility functions for
1492 gnus-set-process-plist.
1493
1494 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1495 * gnus.el (gnus-valid-select-methods)
1496 * message.el (message-send-mail-partially-limit)
1497 * mm-decode.el (mm-text-html-renderer)
1498 * mml.el (mml-insert-mime-headers-always)
1499 * smiley.el (smiley-regexp-alist): Bump custom version.
1500
1501 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1502
1503 * gnus-html.el: require mm-url.
1504 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1505 with the url to `url'.
1506 (gnus-html-wash-tags): Support cid: URLs/images.
1507
1508 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1509
1510 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1511 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1512 bindings, as they aren't useful at all. `w' is moved to `W w'.
1513
1514 * gnus-move.el: Removed file, since it doesn't really work.
1515
1516 * gnus-html.el (gnus-article-html): Tell w3m that the input is
1517 UTF-8. This seems to fix problems with some German web feeds.
1518
1519 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1520 at the top so that the proper colours are applied.
1521
1522 * gnus-art.el (gnus-article-view-part): Doc fix.
1523
1524 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1525 XEmacs-compatible.
1526 (gnus-html-put-image): Don't do images on non-graphic displays.
1527
1528 * nnslashdot.el: Removed this unused backend.
1529
1530 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1531 actions.
1532 (gnus-undo-register-1): Revert last change.
1533
1534 * gnus-group.el (gnus-group-completing-read): Protect against not
1535 having completion-styles bound.
1536
1537 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1538 make broken recipients happier.
1539
1540 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1541
1542 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1543 point parameter.
1544
1545 * gnus-group.el (gnus-group-completing-read): Add 'substring to
1546 completion-styles for group selection.
1547
1548 2009-02-04 Andreas Schwab <schwab@suse.de>
1549
1550 * gnus-score.el (gnus-score-string): Fix regex for matching extra
1551 headers and regexp-quote the match if necessary.
1552
1553 2009-03-24 Miles Bader <miles@gnu.org>
1554
1555 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1556 the blinking smiley.
1557
1558 2009-03-24 Simon Josefsson <simon@josefsson.org>
1559
1560 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1561 blink smiley.
1562
1563 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1564
1565 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1566 where the dribbel file lives exists.
1567
1568 * message.el (message-send-mail-partially-limit): Change the default to
1569 nil, since most people don't want this.
1570
1571 * mm-url.el (mm-url-decode-entities): Also decode entities like
1572 &#x3212.
1573
1574 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
1575
1576 * gnus-sum.el (gnus-summary-idna-message):
1577 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1578 Hyperlink urls in docstrings with URL `...'.
1579
1580 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
1581
1582 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1583 functions.
1584
1585 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1586
1587 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1588 say what the mouseover text should be.
1589
1590 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1591 version of the mm-w3m-safe-url-regexp variable to only download images
1592 in the groups where we want that to happen.
1593
1594 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1595
1596 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1597 easier debugging.
1598 (gnus-article-beginning-of-window): Add kludge to allow spacing past
1599 big pictures in the article buffer.
1600
1601 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1602 gnus-article-html.
1603 (mm-text-html-renderer): gnus-article-html needs curl in addition to
1604 w3m.
1605
1606 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1607
1608 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1609
1610 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1611 which doesn't exist.
1612
1613 * message.el (message-inhibit-ecomplete): New variable to allow some
1614 function to inhibit ecomplete address storage.
1615 (message-resend): Disable ecomplete message storage when resending
1616 messages.
1617
1618 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1619
1620 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
1621
1622 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1623 Save excursion while copying, moving, and deleting articles in order to
1624 prevent the cursor from jumping to unforeseen place.
1625
1626 2010-08-17 Glenn Morris <rgm@gnu.org>
1627
1628 * gnus-sync.el: Require gnus components whose functions are used.
1629
1630 * gnus-art.el (bookmark-make-record-function):
1631 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1632 Declare for compiler.
1633
1634 * mm-url.el (mml-compute-boundary): Autoload.
1635
1636 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
1637
1638 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1639
1640 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
1641
1642 Typo fix "hoo4a" -> "hook".
1643
1644 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1645
1646 2010-08-14 Glenn Morris <rgm@gnu.org>
1647
1648 * gnus-sync.el (gnus-sync): Fix defgroup version.
1649
1650 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
1651
1652 Doc fixes and keep unknown groups (ammended for nunion bug fix).
1653
1654 * gnus-sync.el: Fix docs.
1655 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1656 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1657
1658 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
1659
1660 Optimizations for gnus-sync.el.
1661
1662 * gnus-sync.el: Add docs about gnus-sync-backend
1663 possibilities.
1664 (gnus-sync-save): Remove unnecessary message.
1665 (gnus-sync-read): Optimize and show what groups were skipped.
1666
1667 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
1668
1669 Minor bug fixes for gnus-sync.el.
1670
1671 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1672 read the sync on get-new-news.
1673
1674 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1675 quiet.
1676
1677 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1678
1679 2010-07-30 Lawrence Mitchell <wence@gmx.li>
1680
1681 Make saving and restoring of hidden threads work with overlays.
1682 Patch applied by Ted Zlatanov.
1683
1684 * gnus-sum.el (gnus-hidden-threads-configuration)
1685 (gnus-restore-hidden-threads-configuration): Update to deal with text
1686 properties, rather than searching for a magic character.
1687
1688 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
1689
1690 New gnus-sync.el library for synchronization of marks.
1691
1692 * gnus-sync.el: New library for synchronization of marks.
1693
1694 * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1695 renamed from `gnus-registry-grep-in-list'.
1696
1697 * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1698
1699 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1700
1701 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
1702
1703 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1704 determining charset of text fails.
1705
1706 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
1707
1708 * nnmail.el (nnmail-get-new-mail-1): Revert.
1709
1710 * nnml.el (nnml-active-number): Make sure names of newly created groups
1711 in nnml-group-alist are encoded.
1712
1713 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
1714
1715 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1716 containing non-ASCII characters in active file for nnml back end.
1717
1718 2010-07-24 David Engster <dengste@eml.cc>
1719
1720 * mml-smime.el (mml-smime-epg-verify): Also accept the older
1721 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1722
1723 2010-07-21 Daiki Ueno <ueno@unixuser.org>
1724
1725 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1726 tag (Bug#6654).
1727
1728 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
1729
1730 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1731 the article buffer, not the summary buffer.
1732
1733 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
1734
1735 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1736 Emacs 23 as well.
1737
1738 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1739
1740 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1741 Patch applied by Karl Fogel.
1742
1743 * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1744 `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1745
1746 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1747
1748 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1749 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
1750 C-w still not working correctly from Article buffers; Thierry's
1751 patch to fix that will be applied after this.
1752
1753 * gnus-art.el (bookmark-make-record-function): New local variable.
1754
1755 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1756 article buffer.
1757 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1758
1759 2010-07-13 Karl Fogel <kfogel@red-bean.com>
1760
1761 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1762 on changes in bookmark.el.
1763
1764 2010-06-22 Mark A. Hershberger <mah@everybody.org>
1765
1766 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1767 the *other* type of HTML form submission.
1768
1769 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
1770
1771 * auth-source.el (auth-source-pick): If choice does not contain a
1772 questioned keyword, set the check to t.
1773
1774 2010-06-12 Romain Francoise <romain@orebokech.com>
1775
1776 * gnus-util.el (gnus-date-get-time): Move up before first use.
1777
1778 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
1779
1780 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1781 (gnus-article-edit-part): Bind it to make last part that is substituted
1782 or deleted visible.
1783 (gnus-mime-display-single): Buttonize part of which id equals to
1784 gnus-mime-buttonized-part-id.
1785
1786 2010-06-10 Dan Christensen <jdc@uwo.ca>
1787
1788 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1789 (gnus-dd-mmm): Use gnus-date-get-time.
1790 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1791 simplify logic.
1792 (gnus-summary-limit-to-age): Use gnus-date-get-time.
1793 (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1794
1795 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
1796
1797 * auth-source.el (top): Autoload `secrets-list-collections',
1798 `secrets-create-item', `secrets-delete-item'.
1799 (auth-sources): Fix tag string.
1800 (auth-get-source, auth-source-retrieve, auth-source-create)
1801 (auth-source-delete): New defuns.
1802 (auth-source-pick): Rewrite in order to avoid 2 passes.
1803 (auth-source-forget-user-or-password): New parameter USERNAME.
1804 (auth-source-user-or-password): New parameters CREATE-MISSING and
1805 DELETE-EXISTING. Retrieve password interactively, if needed.
1806
1807 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
1808
1809 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1810 deleting unused directories when gnus-expert-user is t.
1811
1812 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
1813
1814 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1815 for each temp file when gnus-article-browse-delete-temp is ask.
1816
1817 2010-05-20 Kevin Ryde <user42@zip.com.au>
1818
1819 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
1820
1821 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
1822
1823 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1824 article unless decoding article to be saved.
1825
1826 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
1827
1828 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1829 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1830 generated within the mm-with-unibyte-current-buffer macro.
1831
1832 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
1833
1834 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1835 to nil when we're in a mml-preview buffer and no group is selected.
1836
1837 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
1838
1839 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1840 when catching the `C-g'. Reported by "Leo".
1841
1842 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
1843
1844 * message.el (message-forward-make-body-plain)
1845 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1846 multibyte-string-p.
1847
1848 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
1849
1850 * message.el (message-forward-make-body-mml): Assume original message
1851 is multibyte string; error on unibyte.
1852 (message-forward-make-body-plain): Ditto; don't add excessive newline
1853 in body end.
1854
1855 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
1856
1857 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1858 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
1859
1860 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
1861
1862 * mm-extern.el (mm-extern-url): Don't use
1863 mm-with-unibyte-current-buffer.
1864 (mm-extern-cache-contents): Use with-current-buffer instead of
1865 save-excursion + set-buffer.
1866
1867 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
1868
1869 * mm-util.el (mm-emacs-mule): Remove.
1870
1871 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
1872
1873 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1874 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1875 change.
1876
1877 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
1878
1879 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1880 bind the default value of enable-multibyte-characters to nil.
1881
1882 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
1883
1884 * message.el (message-forward-make-body-plain)
1885 (message-forward-make-body-mml):
1886 Don't use mm-with-unibyte-current-buffer.
1887
1888 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
1889
1890 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1891 (Bug#5592).
1892
1893 2010-05-07 Julien Danjou <julien@danjou.info>
1894
1895 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1896 it to mm-pipe-part.
1897
1898 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1899 it is given.
1900
1901 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
1902
1903 * nnweb.el (nnweb-gmane-search)
1904 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1905 XEmacs.
1906
1907 * gnus-art.el (gnus-article-browse-html-parts)
1908 * gnus-group.el (gnus-read-ephemeral-gmane-group)
1909 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1910 make-temp-file.
1911
1912 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1913 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1914 compiling.
1915
1916 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1917 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1918 XEmacs when compiling.
1919
1920 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1921 gnus-pick-mode-off-hook for XEmacs when compiling.
1922 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1923 gnus-binary-mode-off-hook for XEmacs when compiling.
1924
1925 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1926 nil if char-charset is not available.
1927
1928 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
1929 macro.
1930
1931 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1932 instead of encode-coding-string.
1933
1934 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1935 'xemacs) instead of mm-emacs-mule to switch function definitions.
1936 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1937
1938 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
1939
1940 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1941
1942 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
1943
1944 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1945 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1946
1947 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
1948
1949 * mm-util.el (mm-decompress-buffer): Use `delete-file';
1950 alias `jka-compr-delete-temp-file' no longer exists.
1951
1952 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1953
1954 Use define-minor-mode in Gnus where applicable.
1955 * mml.el (mml-mode): Use define-minor-mode.
1956 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1957 (gnus-undo-mode): Use define-minor-mode.
1958 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1959 (gnus-dead-summary-mode): Use define-minor-mode.
1960 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1961 Initialize in declaration.
1962 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1963 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1964 (gnus-mailing-list-mode): Use define-minor-mode.
1965 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1966 (gnus-draft-mode): Use define-minor-mode.
1967 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1968 (gnus-dired-mode): Use define-minor-mode.
1969
1970 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
1971
1972 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1973 handles on recursive mml-to-mime translation and check them for
1974 boundary delimiter collisions. Reported by Greg Troxel.
1975
1976 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
1977
1978 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1979
1980 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1981
1982 * mm-util.el (mm-find-buffer-file-coding-system):
1983 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1984
1985 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
1986
1987 * message.el (message-generate-headers): Record insertion of optional
1988 headers as well. Otherwise the check to prevent repeated insertion of
1989 optional headers is a no-op.
1990
1991 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
1992
1993 * smime.el: Don't mention CVS.
1994
1995 * nnrss.el (nnrss-fetch): Don't mention CVS.
1996
1997 * nnir.el: Don't mention CVS.
1998
1999 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2000
2001 * gnus-sum.el (gnus-summary-bookmark-make-record):
2002 Add `location' field.
2003
2004 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2005
2006 * gnus-sum.el: Add bookmark declarations to silence the compiler.
2007 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2008 Use with-current-buffer to silence the byte-compiler.
2009 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2010 bother to require `gnus'.
2011 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
2012
2013 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2014
2015 * gnus-sum.el (gnus-summary-bookmark-make-record)
2016 (gnus-summary-bookmark-jump): New functions.
2017 (gnus-summary-mode): Setup bookmark support.
2018
2019 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
2020
2021 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2022 if set.
2023
2024 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
2025
2026 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2027 gnus-article-browse-html-save-cid-image; make it work recursively for
2028 forwarded messages as well.
2029 (gnus-article-browse-html-parts): Work when prefix arg is given.
2030 (gnus-article-browse-html-article): Doc fix.
2031
2032 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
2033
2034 * message.el (message-default-mail-headers):
2035 (message-default-headers): Carry the value mail-default-headers over
2036 into message-default-mail-headers, rather than message-default-headers.
2037
2038 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
2039
2040 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
2041 charset.
2042
2043 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2044 charset into the <meta> tag when the article is encoded to utf-8.
2045
2046 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
2047
2048 * gnus-art.el (gnus-article-browse-delete-temp-files):
2049 Delete directories as well.
2050 (gnus-article-browse-html-parts): Work for images that do not specify
2051 file names; delete temp directory when quitting; insert header at the
2052 right place; use file: scheme for image files.
2053
2054 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
2055
2056 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2057 (gnus-article-browse-html-parts): Use it to make temporary cid image
2058 files in addition to html file so that browser may display them.
2059
2060 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
2061
2062 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2063
2064 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
2065
2066 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2067
2068 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
2069
2070 * auth-source.el (auth-sources): Change default to be simpler.
2071 Explain about Secret Service API sources. Improve Customize options.
2072 (auth-source-pick): Change to accept any number of search parameters.
2073 Implement fallbacks iteratively, not recursively. Add scoring on the
2074 second pass and sort by score. Call Secret Service API when needed.
2075 (auth-source-user-or-password): Use it. Call Secret Service API
2076 directly when needed to get the user name and the password.
2077
2078 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2079
2080 * message.el (message-interactive): Doc fix.
2081 (message-qmail-inject-args): Reflow.
2082 (message-kill-to-signature): Fix typo in docstring.
2083
2084 * smiley.el (smiley-buffer): Fix typo in docstring.
2085
2086 2010-03-24 Glenn Morris <rgm@gnu.org>
2087
2088 * mail-source.el (gnus-message): Declare.
2089 (mail-source-delete-old-incoming): Require gnus-util.
2090
2091 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
2092
2093 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2094
2095 * message.el (ecomplete-setup): Autoload it for Emacs <23.
2096
2097 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2098 password-cache's default if it is not bound.
2099 (mml-secure-passphrase-cache-expiry): Default to 16 that is
2100 password-cache-expiry's default if it is not bound.
2101
2102 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2103 available in Emacs 21.
2104
2105 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
2106
2107 * auth-source.el (auth-sources): Fix up definition so extra parameters
2108 are always inline.
2109
2110 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
2111
2112 * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2113 wasn't updated after mismatch. Clear cached mailbox info correctly
2114 when uidvalidity changes.
2115 (nnimap-group-prefixed-name): New function to avoid some code
2116 duplication.
2117 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2118 (nnimap-request-group): Use it.
2119 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2120 (nnimap-update-unseen): Significantly improved speed of Gnus startup
2121 with many imap folders. This is done by caching the group status from
2122 the imap server persistently in a group parameter `imap-status'. (This
2123 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2124 but not persistently, so every Gnus startup was still very slow.)
2125
2126 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
2127
2128 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
2129 secrets.el dependency.
2130 (auth-sources): Add optional user name. Add secrets.el configuration
2131 choice (unused right now).
2132
2133 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
2134
2135 * gnus-sum.el (gnus-summary-make-menu-bar): Let
2136 `gnus-registry-install-shortcuts' fill in the functions.
2137
2138 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2139 warnings.
2140 (gnus-registry-misc-menus): Variable to hold registry mark menus.
2141 (gnus-registry-install-shortcuts): Populate and use it in a
2142 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2143
2144 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
2145
2146 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2147 In-place substitutions for the group name encoding/decoding.
2148 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2149 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2150 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2151 (nnimap-update-unseen, nnimap-request-list)
2152 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2153 (nnimap-request-set-mark, nnimap-split-to-groups)
2154 (nnimap-split-articles, nnimap-request-newgroups)
2155 (nnimap-request-create-group, nnimap-request-accept-article)
2156 (nnimap-request-delete-group, nnimap-request-rename-group)
2157 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
2158 `encoded-mbx' for consistency.
2159 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2160 variable `imap-current-mailbox'.
2161
2162 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2163 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2164
2165 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
2166
2167 * pop3.el (pop3-display-message-size-flag): Display message size byte
2168 counts during POP3 download.
2169 (pop3-movemail): Use it.
2170 (pop3-list): Implement listing of available messages.
2171
2172 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
2173
2174 * nnir.el (nnir-get-article-nov-override-function): New function to
2175 override the normal NOV retrieval.
2176 (nnir-retrieve-headers): Use it.
2177
2178 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
2179
2180 * auth-source.el (netrc-machine-user-or-password): Autoload.
2181
2182 2010-03-19 Glenn Morris <rgm@gnu.org>
2183
2184 Stop message.el from loading about 40 libraries it doesn't always need.
2185 The general approach is to autoload rather than require, and to
2186 require in the specific functions rather than the file. (Bug#5642)
2187
2188 * gmm-utils.el: Don't require wid-edit.
2189 (widget-create-child-value, widget-convert, widget-default-get):
2190 Autoload.
2191
2192 * gnus-util.el: Don't require time-date, netrc.
2193 (message-fetch-field, gnus-group-name-decode): Declare rather than
2194 autoloading.
2195 (gnus-fetch-field): Require message.
2196 (gnus-decode-newsgroups): Require gnus-group.
2197
2198 * ietf-drums.el: Don't require time-date.
2199
2200 * message.el: Don't require hashcash, canlock, ecomplete.
2201 Do require mail-utils. Require nnheader only when compiling.
2202 (smtpmail-default-smtp-server): Remove declaration.
2203 (message-send-mail-function): Check smtpmail-default-smtp-server
2204 is bound rather than requiring smtpmail.
2205 (message-auto-save-directory, message-insert-signature): Use
2206 expand-file-name rather than nnheader-concat.
2207 (nnheader-insert-file-contents): Autoload.
2208 (hashcash-wait-async): Declare.
2209 (message-send-mail): Only call gnus-setup-posting-charset if
2210 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
2211 (message-send-mail-with-sendmail): Require sendmail.
2212 (canlock-password, canlock-password-for-verify): Declare.
2213 (message-canlock-password): Require canlock.
2214 (nnheader-get-report): Autoload.
2215 (gnus-setup-posting-charset): Declare.
2216 (message-send-news): Require gnus-msg.
2217 (message-make-references, message-make-in-reply-to): Use mail-header-id
2218 rather than the alias mail-header-message-id.
2219 (ecomplete-add-item, ecomplete-save): Declare.
2220 (message-put-addresses-in-ecomplete): Require ecomplete.
2221 (ecomplete-display-matches): Autoload.
2222
2223 * mm-decode.el: Don't require mailcap, gnus-util.
2224 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2225 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2226 Autoload.
2227 (mailcap-mime-extensions): Declare.
2228
2229 * mm-encode.el: Don't require mailcap.
2230 (mailcap-extension-to-mime): Autoload.
2231
2232 * mml-sec.el: Don't require password-cache.
2233
2234 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2235 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2236 (mml-minibuffer-read-type): Require mailcap.
2237 (mml-preview): Require gnus-msg.
2238
2239 * mml1991.el: Require password-cache.
2240 (password-cache-expiry): Remove declaration.
2241
2242 * mml2015.el: Require password-cache.
2243 (password-cache-expiry): Remove declaration.
2244
2245 * nneething.el (mailcap): Require mailcap.
2246
2247 * nnheader.el (declare-function): Add compatibility stub.
2248 (message-remove-header): Declare rather than autoload.
2249 (nnheader-replace-header): Require message.
2250
2251 * nnimap.el (declare-function): Add compatibility stub.
2252 (netrc-parse, netrc-machine-user-or-password): Declare.
2253 (nnimap-open-connection): Require netrc.
2254
2255 * nntp.el (declare-function): Add compatibility stub.
2256 (netrc-parse, netrc-machine, netrc-get): Declare.
2257 (nntp-send-authinfo): Require netrc.
2258
2259 * rfc2047.el: Don't require qp.
2260 (quoted-printable-encode-region, quoted-printable-decode-string):
2261 Autoload.
2262
2263 * sieve-mode.el: Don't require easymenu.
2264 (easy-menu-add-item): Autoload it.
2265
2266 * spam-stat.el (time-to-number-of-days): Autoload it.
2267
2268 2010-03-17 Kevin Ryde <user42@zip.com.au>
2269
2270 * mml.el (mml-read-tag): Unquote values with `read' to reverse
2271 prin1 in mml-insert-tag (just stripping the quotes gave wrong
2272 value if any backslash escapes).
2273
2274 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
2275
2276 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2277 if it is available. (bug#5647)
2278
2279 2010-02-26 Glenn Morris <rgm@gnu.org>
2280
2281 * message.el (message-send-mail-function): Change the default, so that
2282 it inherits from a customized send-mail-function. (Bug#5643)
2283
2284 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
2285
2286 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2287 shell-command-to-string signals an error (bug#5299).
2288
2289 2010-02-24 Glenn Morris <rgm@gnu.org>
2290
2291 * message.el (message-smtpmail-send-it)
2292 (message-send-mail-with-mailclient): Doc fixes.
2293
2294 2010-02-16 Glenn Morris <rgm@gnu.org>
2295
2296 * message.el (message-default-mail-headers): Change the default value
2297 to ease the transition from mail-mode to message-mode. (Bug#5555)
2298
2299 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
2300
2301 * message.el (message-mail): Just pass yank-action on to message-setup.
2302 (message-setup): Handle (FUN . ARGS) form of yank-action.
2303 (message-with-reply-buffer, message-widen-reply)
2304 (message-yank-original): Handle non-buffer values of
2305 message-reply-buffer (Bug#4080).
2306 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2307
2308 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
2309
2310 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2311 Fix typo in docstring.
2312
2313 2010-01-08 Jason Rumney <jasonr@gnu.org>
2314
2315 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2316 response.
2317
2318 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
2319
2320 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2321
2322 * message.el (message-check-news-header-syntax): Protect against a
2323 string that `rfc822-addresses' returns when parsing fails.
2324
2325 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
2326
2327 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2328 (gnus-previous-char-property-change): New functions.
2329
2330 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2331
2332 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
2333
2334 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2335 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
2336
2337 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
2338
2339 * message.el (message-exchange-point-and-mark): Rework last change to
2340 avoid using optional arg of exchange-point-and-mark, for backward
2341 compatibility.
2342
2343 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
2344
2345 * message.el (message-exchange-point-and-mark): Call
2346 exchange-point-and-mark with an argument rather than setting
2347 mark-active by hand (Bug#5175).
2348
2349 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
2350
2351 * nntp.el (nntp-service-to-port): Work for service expressed with
2352 numeric string; replace [:digit:] with [0-9] for XEmacs.
2353
2354 2009-12-17 Glenn Morris <rgm@gnu.org>
2355
2356 * gnus-group.el (gnus-bug-group-download-format-alist):
2357 Change emacs entry to debbugs.gnu.org. Bump :version.
2358
2359 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
2360
2361 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2362
2363 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
2364
2365 * message.el (message-info): Explain why we use `Info-goto-node'.
2366
2367 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2368
2369 * message.el (message-completion-in-region): New compatibility function.
2370 (message-expand-group): Use it.
2371
2372 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
2373
2374 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2375 with no unread article should be listed if the 2nd arg `predicate' is
2376 given.
2377
2378 2009-11-29 Juri Linkov <juri@jurta.org>
2379
2380 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2381 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
2382 on `gnus-recenter'. (Bug#4698, Bug#4981)
2383
2384 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
2385
2386 * message.el (message-from-style, message-interactive)
2387 (message-signature): Always set default values from the corresponding
2388 mail-* variables.
2389 (message-cite-prefix-regexp, message-sendmail-envelope-from)
2390 (message-yank-prefix, message-indentation-spaces)
2391 (message-signature-file, message-default-headers): Use boundp rather
2392 than (featurep 'xemacs) to check if the corresponding mail-* variables
2393 exist.
2394
2395 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
2396
2397 * message.el (message-send-mail-with-sendmail): Revert last change.
2398
2399 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
2400
2401 * message.el (message-from-style, message-interactive)
2402 (message-cite-prefix-regexp, message-sendmail-envelope-from)
2403 (message-yank-prefix, message-indentation-spaces, message-signature)
2404 (message-signature-file, message-default-headers): For GNU Emacs, set
2405 default values from the corresponding mail-* variables.
2406 (message-send-mail-with-sendmail): Use envelope-from only if
2407 mail-specify-envelope-from is non-nil.
2408
2409 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
2410
2411 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2412 containing tspecial characters if they have been already quoted.
2413
2414 2009-10-24 Glenn Morris <rgm@gnu.org>
2415
2416 * gnus-art.el (help-xref-stack-item): Define for compiler.
2417
2418 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
2419
2420 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2421
2422 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
2423
2424 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2425 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2426
2427 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
2428
2429 * gnus.el (gnus-overlay-get): New alias to overlay-get.
2430 (gnus-overlays-in): New alias to overlays-in.
2431
2432 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2433 gnus-overlay-get, and gnus-delete-overlay.
2434 (gnus-summary-show-thread): Make it work as well for systems in which
2435 next-single-char-property-change is not available.
2436 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2437
2438 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
2439
2440 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2441
2442 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
2443
2444 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2445 and XEmacs that don't have `remove-overlays'.
2446
2447 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
2448
2449 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2450 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2451 selective display. Use overlays instead.
2452
2453 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
2454
2455 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2456
2457 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
2458
2459 * spam-stat.el (spam-stat-load): Fix typo in message.
2460
2461 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
2462
2463 * gnus-art.el (gnus-article-encrypt-body):
2464 * message.el (message-check-recipients):
2465 * mm-util.el (mm-codepage-setup):
2466 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2467 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2468
2469 2009-09-22 Daiki Ueno <ueno@unixuser.org>
2470
2471 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2472 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2473 keys from the menu if mm-{sign,encrypt}-option is 'guided.
2474 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2475 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2476
2477 2009-09-18 Glenn Morris <rgm@gnu.org>
2478
2479 * gnus-diary.el (gnus-diary-check-message):
2480 * message.el (message-insert-formatted-citation-line):
2481 * nnbabyl.el (top-level):
2482 * nndiary.el (nndiary-schedule):
2483 Fix typos in condition-case handlers.
2484
2485 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
2486
2487 * gnus-art.el (gnus-article-edit-part): Work for the buffer
2488 configuration that provides the sole article window in a frame;
2489 position point correctly after deleting a part.
2490
2491 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
2492
2493 * spam.el (spam-unregister-on-reregister): Add boolean variable.
2494 (spam-resolve-registrations-routine): Use it to unregister articles
2495 that change status.
2496
2497 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
2498
2499 * nnrss.el (nnrss-request-article): Remove binding of
2500 default-enable-multibyte-characters that has gotten needless by
2501 the 2007-07-13 change in rfc2047-encode-message-header.
2502
2503 * mml.el (mml-insert-multipart): Error on the message header.
2504 (mml-insert-part): Error on the message header; position point at
2505 the end of a MIME tag.
2506
2507 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
2508
2509 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2510 (gnus-float-time): Alias to float-time if it exists.
2511
2512 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2513 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2514 float-time is available; suppress compile warning for time-to-seconds.
2515
2516 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
2517
2518 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2519 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2520 Add the optional argument `encoding' that overrides the default.
2521
2522 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2523 mm-encode-buffer.
2524
2525 2009-09-04 Glenn Morris <rgm@gnu.org>
2526
2527 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2528 mm-disable-multibyte, rather than default-enable-multibyte-characters.
2529 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2530 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2531 * mm-util.el (mm-with-unibyte-current-buffer)
2532 (mm-find-buffer-file-coding-system):
2533 * yenc.el (yenc-decode-region): Use default-value rather than
2534 default-enable-multibyte-characters.
2535
2536 2009-09-03 Glenn Morris <rgm@gnu.org>
2537
2538 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2539 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2540 than default-enable-multibyte-characters.
2541
2542 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
2543
2544 * gnus-art.el (gnus-article-read-summary-keys):
2545 Fix gnus-buffer-configuration's value temporarily used.
2546
2547 2009-09-02 Glenn Morris <rgm@gnu.org>
2548
2549 * gnus-util.el (gnus-float-time): New function.
2550 * gnus-delay.el (gnus-delay-article):
2551 * gnus-sum.el (gnus-thread-latest-date):
2552 * gnus-util.el (gnus-user-date): Use gnus-float-time.
2553 * nnspool.el (nnspool-request-newgroups):
2554 Use gnus-float-time rather than time-to-seconds.
2555 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2556
2557 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2558 (gnus-header-subject-face, gnus-header-newsgroups-face)
2559 (gnus-header-name-face, gnus-header-content-face):
2560 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2561 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2562 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2563 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2564 (gnus-cite-face-11):
2565 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2566 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2567 (gnus-server-closed-face, gnus-server-denied-face)
2568 (gnus-server-offline-face):
2569 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2570 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2571 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2572 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2573 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2574 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2575 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2576 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2577 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2578 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2579 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2580 (gnus-summary-selected-face, gnus-summary-cancelled-face)
2581 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2582 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2583 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2584 (gnus-summary-high-undownloaded-face)
2585 (gnus-summary-low-undownloaded-face)
2586 (gnus-summary-normal-undownloaded-face)
2587 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2588 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2589 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2590 (gnus-splash-face):
2591 * message.el (message-header-to-face, message-header-cc-face)
2592 (message-header-subject-face, message-header-newsgroups-face)
2593 (message-header-other-face, message-header-name-face)
2594 (message-header-xheader-face, message-separator-face)
2595 (message-cited-text-face, message-mml-face):
2596 * sieve-mode.el (sieve-control-commands-face)
2597 (sieve-action-commands-face, sieve-test-commands-face)
2598 (sieve-tagged-arguments-face):
2599 * spam.el (spam-face):
2600 Mark face aliases with "-face" in the name as obsolete.
2601
2602 2009-09-01 Glenn Morris <rgm@gnu.org>
2603
2604 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2605 than goto-line.
2606
2607 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
2608
2609 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2610 Don't move point if the command is invoked inside the message header.
2611
2612 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2613
2614 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2615 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2616 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2617 * nnir.el (nnir-swish-e-index-file):
2618 * gnus-sum.el (gnus-summary-delete-marked-as-read)
2619 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2620 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2621 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2622 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2623 (gnus-treat-display-xface): Add Emacs version of obsolescence.
2624
2625 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
2626
2627 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2628 Don't save excursion.
2629
2630 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2631
2632 * nnheader.el (nnheader-find-file-noselect):
2633 * mm-util.el (mm-insert-file-contents):
2634 Use (default-value 'major-mode) instead of default-major-mode.
2635
2636 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
2637
2638 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2639
2640 2009-08-25 Glenn Morris <rgm@gnu.org>
2641
2642 * nnir.el (top-level): Don't require cl at run-time.
2643 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2644 Replace cl-function substitute with gnus-replace-in-string.
2645 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2646 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2647 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2648 simplified expansions.
2649
2650 2009-08-22 Glenn Morris <rgm@gnu.org>
2651
2652 * gnus-art.el (gnus-button-patch): Use forward-line rather than
2653 goto-line.
2654
2655 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
2656
2657 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2658
2659 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2660 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2661 (gnus-mm-display-part, gnus-mime-display-single)
2662 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2663 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2664
2665 * gnus-sum.el
2666 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2667 (gnus-summary-move-article): Add expirable mark to articles copied or
2668 moved to group that has auto-expire turned on if the option is non-nil.
2669
2670 2009-07-24 Glenn Morris <rgm@gnu.org>
2671
2672 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2673 Fix typo. (Bug#3903)
2674
2675 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2676
2677 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2678 gnus-article-read-summary-keys rather than gnus-summary-edit-article
2679 that should not be used for draft articles.
2680 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2681 that has no concern in minor mode keys.
2682 (gnus-article-summary-command, gnus-article-summary-command-nosave):
2683 Abolish.
2684
2685 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
2686
2687 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2688 article without making inquiry to a user for unknown encoding.
2689
2690 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2691 (nnmaildir--scan): Assume i-node and device number that file-attributes
2692 returns might be cons-cell.
2693
2694 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
2695
2696 * auth-source.el: Remove docs now in auth.texi. Don't use
2697 `gnus-message' for logging. Add new variables `auth-source-debug' and
2698 `auth-source-hide-passwords' and use them.
2699
2700 2009-07-15 Glenn Morris <rgm@gnu.org>
2701
2702 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2703
2704 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
2705
2706 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2707 excessive whitespace from the default values of title and description.
2708
2709 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
2710
2711 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2712 mail-fetch-field to fetch Content-Description header in order to
2713 exclude newlines.
2714
2715 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
2716
2717 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2718 to deleted part.
2719
2720 2009-05-30 David Engster <dengste@eml.cc>
2721
2722 * nnmairix.el: Remove old documentation in the commentary block.
2723 (nnmairix-request-group): Do not update active file for nnml back ends.
2724 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2725 end so that overview files are ignored.
2726 (nnmairix-update-groups): Make updating the groups more robust by using
2727 marks.
2728 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2729 with dollar characters in message-id.
2730
2731 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
2732
2733 * spam.el: Use dns-query instead of query-dns. Was renamed on
2734 2008-12-25 in dns.el.
2735
2736 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2737
2738 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2739 could happen if the text is only composed of spaces and/or tabs.
2740
2741 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
2742
2743 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2744 when sending a queued message to avoid extra mml tags.
2745
2746 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
2747
2748 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2749
2750 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
2751
2752 * gnus-dired.el: Remove autoload for gnus-setup-message.
2753 (gnus-dired-attach): Fake this-command value to prevent Gnus from
2754 displaying Gnus logo; always use compose-mail.
2755
2756 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
2757
2758 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2759
2760 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
2761
2762 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2763 (gnus-nocem-issuers): List currently active issuers; fix custom type.
2764 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2765 available.
2766 (gnus-nocem-epg-verify): New function.
2767
2768 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
2769
2770 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2771
2772 2009-02-15 Glenn Morris <rgm@gnu.org>
2773
2774 * gnus-util.el (rmail-insert-rmail-file-header)
2775 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2776 autoloads.
2777 (rmail-default-rmail-file): Remove unnecessary declaration.
2778 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2779
2780 2009-02-14 Glenn Morris <rgm@gnu.org>
2781
2782 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2783 variable (only used in gnus-util, which declares it anyway).
2784 (rmail-output-to-rmail-file): Remove autoload of deleted function,
2785 which was only needed by gnus-art (changed to not use it any more).
2786 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2787 only used in gnus-util, which autoloads it itself.
2788 (rmail-update-summary): Fix autoload.
2789
2790 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2791 rather than rmail-output-to-rmail-file.
2792
2793 2009-02-07 Glenn Morris <rgm@gnu.org>
2794
2795 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2796 autoload of function that no longer exists.
2797 (rmail-toggle-header): Declare.
2798 (message-forward-rmail-make-body): Handle mbox Rmail.
2799
2800 2009-01-31 Glenn Morris <rgm@gnu.org>
2801
2802 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2803 2009-01-09 change.
2804
2805 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
2806
2807 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2808 (auth-source-forget-all-cached): New convenience function.
2809 (auth-source-user-or-password): Accept list of modes or a single mode.
2810
2811 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2812 auth-source modes.
2813
2814 * nnimap.el (nnimap-open-connection): Use list of
2815 auth-source modes.
2816
2817 * nntp.el (nntp-send-authinfo): Use list of
2818 auth-source modes.
2819
2820 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
2821
2822 * auth-source.el: Update docs to reflect epa-file-enable is to be used
2823 now.
2824
2825 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
2826
2827 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2828 coding system in XEmacs; add a workaround for XEmacs.
2829
2830 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
2831
2832 * mm-util.el (mm-coding-system-priorities): Protect against nil value
2833 of current-language-environment.
2834
2835 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
2836
2837 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2838 available at runtime.
2839
2840 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
2841
2842 * gnus-art.el (article-date-ut): Fix end point of narrowing.
2843
2844 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
2845
2846 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2847 the greatest positive fixnum value doesn't work under an XEmacs with
2848 bignum support; use the most-positive-fixnum constant instead,
2849 available since Emacs 21.1 with cl and XEmacs 21.1.
2850
2851 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
2852
2853 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2854 XEmacs gets not to work.
2855
2856 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
2857
2858 * mm-util.el (mm-coding-system-priorities): Allow the value like
2859 "Japanese (UTF-8)" of current-language-environment.
2860
2861 2009-01-09 Glenn Morris <rgm@gnu.org>
2862
2863 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2864 with last-command-event.
2865
2866 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
2867
2868 * message.el (message-fix-before-sending): Amend comment.
2869
2870 2009-01-07 David Engster <dengste@eml.cc>
2871
2872 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2873 simplified server definitions by converting it via
2874 gnus-server-to-method.
2875
2876 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
2877
2878 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2879 parameter's operands.
2880
2881 2009-01-06 David Engster <dengste@eml.cc>
2882
2883 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2884 primary select method (for gnus-group-mark-article-as-read).
2885
2886 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
2887
2888 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2889 `(gnus)Face', not `(gnus)X-Face'.
2890
2891 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
2892
2893 * mm-util.el (mm-ucs-to-char): New function.
2894
2895 * mm-url.el (mm-url-decode-entities): Use it.
2896
2897 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
2898
2899 * message.el (message-fix-before-sending): Add `eight-bit' to
2900 illegible-text check.
2901
2902 2009-01-03 Michael Olson <mwolson@gnu.org>
2903
2904 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2905 `headers' is nil. This can occur if the IMAP server does not have
2906 permissions to read messages from a folder, but can write new messages
2907 to the folder.
2908 (nnimap-request-article-part): Do not insert `data' if it is nil.
2909
2910 2009-01-01 Dave Love <fx@gnu.org>
2911
2912 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2913
2914 * nnimap.el: Fix author email.
2915 (nnimap-split-rule): Add FIXME comment.
2916 (nnimap-debug): Fix doc string.
2917
2918 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
2919
2920 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2921 overlay-arrow-position and overlay-arrow-string buffer-local; no need
2922 to check if those variables exist (first appeared in Emacs 18.50).
2923
2924 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
2925
2926 * mm-util.el (mm-line-number-at-pos): New function.
2927
2928 * spam-report.el (spam-report-process-queue): Use it.
2929
2930 2008-12-24 David Engster <dengste@eml.cc>
2931
2932 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2933 parameters that haven't existed as variables as buffer-local variables.
2934
2935 2008-12-23 Dave Love <fx@gnu.org>
2936
2937 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2938 cadar.
2939
2940 * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2941 imap-starttls-p.
2942 (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2943
2944 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
2945
2946 * spam-report.el (spam-report-gmane-max-requests): New constant.
2947 (spam-report-gmane-wait): New variable.
2948 (spam-report-gmane-ham, spam-report-gmane-spam)
2949 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2950 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2951 the server.
2952
2953 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2954 Add explanations.
2955
2956 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2957 nnheader-accept-process-output and nnheader-read-timeout if available.
2958 (pop3-movemail): Use it.
2959
2960 * message.el (message-check-news-body-syntax): Fix signature check if
2961 there's an attachment.
2962
2963 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
2964
2965 * mm-util.el: Add comments to the mm- emulating functions.
2966
2967 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
2968
2969 * gnus-start.el (gnus-before-startup-hook): Fix doc string. Reported
2970 by Stephen Berman <stephen.berman@gmx.net>.
2971
2972 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
2973
2974 * mm-util.el (mm-substring-no-properties): New function.
2975 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2976 (mm-special-display-p): Enable those lambda forms to be byte compiled.
2977 (mm-string-to-multibyte): Doc fix.
2978
2979 * mml.el (mml-attach-file): Use mm-substring-no-properties.
2980
2981 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
2982
2983 * mml.el (mml-attach-file): Strip text properties from file name.
2984 (Bug#1574)
2985
2986 2008-12-16 Glenn Morris <rgm@gnu.org>
2987
2988 * mm-util.el (mm-charset-override-alist): Declare for compiler.
2989
2990 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
2991
2992 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2993 knows since the charset specified might be a bogus alias that
2994 mm-charset-synonym-alist provides.
2995
2996 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
2997
2998 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2999 "ISO_8859-1".
3000
3001 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3002
3003 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
3004
3005 * mm-util.el (mm-charset-eval-alist):
3006 Define it before mm-charset-to-coding-system.
3007 (mm-charset-to-coding-system): Add optional argument `silent';
3008 define it before mm-charset-override-alist.
3009 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3010 default value if it can be used in Emacs currently running;
3011 silence mm-charset-to-coding-system.
3012
3013 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
3014
3015 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3016 `allow-override' which says whether to use `mm-charset-override-alist'.
3017 (rfc2047-decode-encoded-words): Use it.
3018
3019 * mm-util.el (mm-charset-override-alist): Fix custom type;
3020 add `(gb2312 . gbk)' to choices.
3021
3022 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
3023
3024 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3025 fast.
3026
3027 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3028
3029 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
3030
3031 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3032 on links.
3033
3034 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3035
3036 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
3037
3038 * message.el (message-idna-to-ascii-rhs-1): Protect against local
3039 users' addresses that don't have domain parts.
3040 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3041 rather than message-narrow-to-head since there will be the message
3042 header separator.
3043
3044 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3045
3046 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3047 since the result is inserted in a unibyte buffer anyway.
3048 (nnimap-demule-use-string-to-multibyte): Remove.
3049 (nnimap-demule): Alias it to mm-string-to-multibyte.
3050
3051 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
3052
3053 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3054 variable for debugging bug#464 and bug#1174.
3055 (nnimap-demule): Use it.
3056
3057 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
3058
3059 * gnus-score.el (gnus-score-find-trace): Handle default score in total
3060 score calculation correctly.
3061
3062 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3063
3064 * message.el (message-send-mail): Just set the buffer to unibyte
3065 rather than use mm-with-unibyte-current-buffer which does a lot more.
3066 (message-send-mail-partially): Don't bother with
3067 mm-with-unibyte-current-buffer since it's already been made unibyte by
3068 message-send-mail.
3069
3070 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
3071
3072 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3073
3074 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
3075
3076 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3077
3078 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
3079
3080 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3081 require itself and to remove `with-no-warnings'.
3082
3083 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
3084
3085 * starttls.el (starttls-any-program-available): Get the name of the
3086 available TLS layer program.
3087 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3088 well as the host name in the "opening" message.
3089
3090 * auth-source.el (auth-source-cache, auth-source-do-cache)
3091 (auth-source-user-or-password): Cache passwords and logins by default,
3092 allow override with `auth-source-do-cache'.
3093 (auth-source-forget-user-or-password): Allow users to remove cache
3094 entries if needed.
3095
3096 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
3097
3098 * ietf-drums.el (ietf-drums-remove-comments): Localize second
3099 condition-case to only the forward-sexp call.
3100
3101 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
3102
3103 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3104 quotes contained. Make it more robust regardless by an extra
3105 condition-case wrapper.
3106
3107 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
3108
3109 * nnml.el (nnml-request-expire-articles): Check if the function set to
3110 `nnmail-expiry-target' returns the symbol `delete'.
3111
3112 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3113
3114 * nnmail.el (nnmail-expiry-target): Fix custom type.
3115
3116 2008-10-02 Glenn Morris <rgm@gnu.org>
3117
3118 * mm-util.el (mm-codepage-setup): Tweak codepage error.
3119 Silence compiler warning.
3120
3121 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
3122
3123 * mml.el (mml-menu): Don't assume mml2015 is bound.
3124
3125 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
3126
3127 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3128 exists.
3129
3130 2008-09-27 Glenn Morris <rgm@gnu.org>
3131
3132 * gnus-util.el (mail-header-remove-comments): Autoload it.
3133
3134 2008-09-27 Andreas Schwab <schwab@suse.de>
3135
3136 * gnus-util.el (gnus-split-references): Strip comments.
3137 (gnus-parent-id): Likewise.
3138
3139 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
3140
3141 * message.el (message-confirm-send): Fix version.
3142
3143 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
3144
3145 * message.el (message-idna-to-ascii-rhs-1): Use
3146 mail-extract-address-components rather than mail-header-parse-addresses
3147 that is an alias by default to ietf-drums-parse-addresses that does not
3148 support non-ASCII names in headers' contents.
3149
3150 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
3151
3152 * message.el (message-confirm-send): Fixed variable documentation to
3153 avoid the "y/n" wording.
3154
3155 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
3156
3157 * message.el (message-set-auto-save-file-name): Save to a different
3158 filename so multiple messages (especially drafts) can be recovered.
3159
3160 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
3161
3162 * message.el (message-confirm-send): Add appropriate version.
3163
3164 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
3165
3166 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3167 defvar.
3168
3169 2008-09-22 Daiki Ueno <ueno@unixuser.org>
3170
3171 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3172 (mm-pkcs7-enveloped-magic): Ditto.
3173
3174 2008-09-17 Simon Josefsson <simon@josefsson.org>
3175
3176 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3177 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3178
3179 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
3180
3181 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3182 default, it's better.
3183
3184 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
3185
3186 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3187 summary line gnus-number property and ignore them (with a warning
3188 message).
3189
3190 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
3191
3192 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3193 macro caddr in the interactive form since it won't be expanded.
3194
3195 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
3196
3197 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3198 `charset'; fix name of function called recursively.
3199 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3200
3201 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
3202
3203 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3204 (gnus-mime-set-charset-parameters): New function.
3205 (gnus-mime-view-part-as-charset): Use it to correctly display part
3206 specifying wrong charset.
3207
3208 2008-09-08 David Engster <dengste@eml.cc>
3209
3210 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3211 in completing-read for back end server.
3212
3213 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
3214
3215 * message.el (message-confirm-send): New variable to confirm sending a
3216 message.
3217 (message-send): Use it.
3218
3219 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
3220
3221 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3222
3223 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
3224
3225 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3226
3227 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
3228
3229 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3230 prevent tracking too many groups.
3231 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3232 Use it.
3233
3234 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
3235
3236 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3237 moving point to the bottom of the window in order to avoid recentering.
3238
3239 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
3240
3241 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3242 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3243 (gnus-article-beginning-of-window): Fix calculation.
3244
3245 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
3246
3247 * gnus-msg.el (gnus-summary-supersede-article)
3248 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3249 value of gnus-newsgroup-charset to decode non-MIME encoded text in
3250 message header.
3251
3252 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3253
3254 * message.el:
3255 * gnus-start.el:
3256 * gnus-registry.el: Remove VMS support.
3257
3258 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
3259
3260 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3261 macro.
3262 (rfc2104-hash): Use it.
3263
3264 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
3265
3266 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3267 (gnus-summary-sort-by-most-recent-date): New commands.
3268 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3269 and menu entries.
3270
3271 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
3272
3273 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3274 don't redisplay article for raw contents; remove plural articles stuff.
3275
3276 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3277 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3278 on gnus-summary-save-article; display results properly.
3279
3280 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
3281
3282 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3283
3284 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
3285
3286 * gnus-art.el (gnus-summary-save-in-pipe): Consider
3287 gnus-save-all-headers.
3288
3289 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
3290
3291 * gnus-util.el (ns-focus-frame): Remove declaration.
3292 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
3293 like x.
3294
3295 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
3296
3297 * rfc2104.el (rfc2104-zero): Delete defconst.
3298 (rfc2104-hex-alist): Likewise.
3299 (rfc2104-hex-to-int): Delete func.
3300 (rfc2104-hexstring-to-bitstring): Likewise.
3301 (rfc2104-nybbles): New defconst.
3302 (rfc2104-hash): Rewrite for speed.
3303
3304 2008-07-16 Glenn Morris <rgm@gnu.org>
3305
3306 * gnus-util.el (ns-focus-frame): Declare for compiler.
3307
3308 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
3309
3310 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3311 set as a group parameter.
3312 (gnus-summary-save-in-pipe): Work when it is called independently.
3313 (gnus-summary-pipe-to-muttprint): Don't modify
3314 gnus-summary-pipe-output-default-command.
3315
3316 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
3317
3318 * message.el (message-send-mail-with-sendmail):
3319 Display the error message.
3320
3321 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
3322
3323 * gnus-art.el (gnus-default-article-saver):
3324 Add gnus-summary-save-in-pipe to choices.
3325 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3326 gnus-summary-pipe-output-default-command as the default command.
3327 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3328 instead of gnus-last-shell-command.
3329
3330 * gnus-sum.el (gnus-summary-pipe-output-default-command):
3331 New user option.
3332 (gnus-summary-muttprint-program): Mention the value will be changed.
3333 (gnus-summary-save-article): Force showing of all headers.
3334 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3335
3336 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
3337
3338 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3339
3340 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
3341
3342 * nnimap.el (nnimap-id):
3343 * sieve-manage.el (sieve-manage-open): Doc fixes.
3344
3345 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
3346
3347 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3348 if available.
3349
3350 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
3351
3352 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3353
3354 * nnkiboze.el (nnkiboze-generate-group):
3355 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3356
3357 * nnmairix.el: Require CL.
3358
3359 2008-06-15 David Engster <dengste@eml.cc>
3360
3361 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3362
3363 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
3364
3365 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3366 New macros that expand to an `aset'/`aref' call under Emacs, and to a
3367 runtime choice under XEmacs.
3368
3369 * gnus-sum.el (gnus-summary-set-display-table):
3370 Use `gnus-put-display-table', `gnus-get-display-table',
3371 `gnus-set-display-table' for the display table, instead of `aset'.
3372
3373 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
3374
3375 * nnmairix.el: Add autoloads.
3376
3377 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
3378
3379 * nnmairix.el (nnmairix-delete-recreate-group)
3380 (nnmairix-update-and-clear-marks): Fix error messages.
3381
3382 2008-06-14 David Engster <dengste@eml.cc>
3383
3384 * nnmairix.el: Upgrade to version 0.6.
3385 (nnmairix-group-toggle-propmarks-this-group)
3386 (nnmairix-group-toggle-readmarks-this-group)
3387 (nnmairix-group-delete-recreate-this-group)
3388 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3389 (nnmairix-remove-tick-mark-original-article): New commands.
3390 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3391 (nnmairix-propagate-marks-to-nnmairix-groups)
3392 (nnmairix-only-use-registry, nnmairix-allowfast-default)
3393 (nnmairix-marks-cache, nnmairix-version-output): New variables.
3394 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3395 functions needed for marks propagation and manipulation of read marks.
3396 (nnmairix-update-groups): New function.
3397 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3398 (nnmairix-determine-original-group-from-registry)
3399 (nnmairix-determine-original-group-from-path)
3400 (nnmairix-get-group-from-file-path, nnmairix-map-range)
3401 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3402 New helper functions.
3403 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3404 keystrokes for new commands.
3405 (nnmairix-delete-and-create-on-change): Doc string cleanup.
3406 (nnmairix-request-group): Check allow-fast group parameter.
3407 (nnmairix-request-create-group): Set allow-fast group parameter if
3408 nnmairix-allowfast-default is set.
3409 (nnmairix-close-group): Propagate marks upon closing if needed.
3410 (nnmairix-group-toggle-threads-this-group): Use new.
3411 nnmairix-group-toggle-parameter helper function.
3412 (nnmairix-search): Better check for empty search result.
3413 (nnmairix-goto-original-article): Use new helper functions for
3414 determining original article.
3415 (nnmairix-show-original-article): Make sure message-id is in brackets.
3416 (nnmairix-call-mairix-binary): Change variable name.
3417 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3418 helper function.
3419 (nnmairix-widget-toggle-activate): Fix doc string.
3420
3421 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
3422
3423 * nnir.el: Require edmacro when compiling with XEmacs.
3424 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3425 available in Emacs 21.
3426
3427 2008-06-11 Glenn Morris <rgm@gnu.org>
3428
3429 * gnus-util.el (x-focus-frame):
3430 * gnus.el (image-size):
3431 * mm-decode.el (image-size): Declare.
3432
3433 * gnus-picon.el (declare-function): Add compat definition.
3434 (image-size): Declare.
3435
3436 * gnus-group.el (tool-bar-map):
3437 * gnus-sum.el (tool-bar-map): Define for compiler.
3438
3439 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3440
3441 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3442
3443 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3444 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3445 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3446 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3447 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3448 * sieve-manage.el, spam-report.el, spam.el:
3449 Remove unnecessary eval-and-compile of autoloads.
3450
3451 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
3452
3453 * auth-source.el: Precise Tramp doc.
3454
3455 2008-06-07 Glenn Morris <rgm@gnu.org>
3456
3457 * nnmairix.el: Remove unnecessary eval-when-compile.
3458
3459 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
3460
3461 * nnir.el: New file.
3462
3463 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
3464
3465 * gnus-util.el (gnus-read-shell-command): New function.
3466 * mm-decode.el (mm-pipe-part):
3467 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3468
3469 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
3470
3471 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3472
3473 2008-06-03 Glenn Morris <rgm@gnu.org>
3474
3475 * pop3.el (nnheader-accept-process-output): Autoload it.
3476
3477 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
3478
3479 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3480 are not 2-digit hexadecimal characters that follow `%'s.
3481
3482 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
3483
3484 * message.el (message-bogus-recipient-p): Fix type in doc string.
3485 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3486 (message-bogus-addresses): Rename from message-bogus-address-regexp.
3487 Improve custom options.
3488 (message-bogus-recipient-p): Adjust accordingly.
3489
3490 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
3491
3492 * nnmairix.el: Require edmacro when compiling with XEmacs.
3493
3494 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
3495
3496 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3497 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3498
3499 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
3500
3501 * auth-source.el: Add more docs.
3502
3503 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3504
3505 * nnheader.el (nnheader-read-timeout): Change the default timeout from
3506 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
3507 retrieval faster in some cases, but might make CPU usage larger. If
3508 this has any bad side effects, we might revert this change.
3509
3510 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3511 seems to make mail retrieval much, much faster.
3512 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3513 unconditionally.
3514
3515 * gnus-draft.el (gnus-group-send-queue): Bind
3516 message-send-mail-partially-limit to nil to avoid being prompted.
3517
3518 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
3519
3520 * mml.el (mml-attach-buffer): Prompt for `disposition'.
3521
3522 * message.el (message-bogus-address-regexp): Fix and improve custom
3523 type.
3524 (message-setup-hook): Add message-check-recipients as custom option.
3525
3526 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
3527
3528 * message.el (message-cite-function): Remove bogus autoload which crept
3529 in during merge from v5-10.
3530
3531 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
3532
3533 * nnimap.el (nnimap-open-connection): Fix login/password bug.
3534
3535 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3536
3537 * auth-source.el: Preliminary Tramp docs.
3538 (auth-sources): Change the default auth-sources to use
3539 EPA .gpg files.
3540
3541 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
3542
3543 * nntp.el: Autoload `auth-source-user-or-password'.
3544 (nntp-send-authinfo): Use it.
3545
3546 * nnimap.el: Autoload `auth-source-user-or-password'.
3547 (nnimap-open-connection): Use it.
3548
3549 * auth-source.el: Added docs on using with url-auth. Import gnus-util
3550 for the gnus-message function.
3551 (auth-source-user-or-password): Use it.
3552
3553 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3554
3555 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3556 rfc2104-hexstring-to-byte-list. Return a unibyte string.
3557 (rfc2104-hash): Use it.
3558
3559 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
3560
3561 * gnus-art.el (gnus-article-toggle-truncate-lines):
3562 Don't use `iff' in docstring.
3563
3564 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
3565
3566 * gnus-registry.el: Adjusted copyright dates and added a keyword.
3567
3568 * gnus-util.el (gnus-extract-address-component-name)
3569 (gnus-extract-address-component-email): Convenience functions around
3570 `gnus-extract-address-components'.
3571
3572 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3573 Use `gnus-extract-address-component-email' to fix bug of comparing full
3574 sender name to `user-mail-address'.
3575
3576 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
3577
3578 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3579 catch/throw to optimize.
3580 (gnus-registry-find-keywords): Just use member to find a keyword.
3581
3582 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3583
3584 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3585 is current before calling gnus-server-prepare.
3586 (gnus-server-setup-buffer, gnus-server-update-server)
3587 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3588
3589 2008-05-04 Juri Linkov <juri@jurta.org>
3590
3591 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3592 (mailcap-file-default-commands): Use mailcap-replace-in-string
3593 instead of replace-regexp-in-string, and mailcap-delete-duplicates
3594 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
3595
3596 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
3597
3598 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3599
3600 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3601
3602 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3603 hooks.
3604 (gnus-update-read-articles): Speed up non-marks-using users.
3605 (gnus-use-marks): Define gnus-use-marks.
3606 (gnus-propagate-marks): Rename variable to something more sensible.
3607
3608 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
3609
3610 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3611 (gmm-image-load-path-for-library): Fix typos in docstrings.
3612 (gmm-message): Reflow docstring.
3613
3614 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
3615
3616 * mail-source.el (mail-source-set-1, mail-source-bind):
3617 Move auth-source code out of the macro to clean it up and fix bugs.
3618
3619 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
3620
3621 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3622 by sender if it's equal to user-mail-address, it's likely to be
3623 useless.
3624
3625 * mail-source.el (mail-source-bind): Don't use user or password if they
3626 are not bound. Unintern them if they are nil. Don't use server unless
3627 it's bound, and default it to empty string otherwise.
3628
3629 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
3630
3631 * mail-source.el: Load auth-source.el.
3632 (mail-source-bind): Add comments. Call auth-source-user-or-password to
3633 get user name or password, if auth-sources is set up.
3634
3635 * gnus-registry.el (gnus-registry-split-strategy): New variable for
3636 strategy of splitting with parent.
3637 (gnus-registry-split-fancy-with-parent)
3638 (gnus-registry-post-process-groups): Use it and fix prior
3639 bug (returning a list as the split result).
3640
3641 * auth-source.el (auth-sources): Remove server parameter.
3642 (auth-source-pick, auth-source-user-or-password)
3643 (auth-source-user-or-password-imap)
3644 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3645 (auth-source-user-or-password-sftp)
3646 (auth-source-user-or-password-smtp): Remove server parameter.
3647
3648 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
3649
3650 * smime.el (smime-sign-region, smime-encrypt-region)
3651 (smime-decrypt-region):
3652 Remove redundant calls to `generate-new-buffer-name'.
3653
3654 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
3655
3656 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3657 Don't use QP for message/rfc822.
3658 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3659
3660 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3661
3662 * sieve-manage.el (sieve-string-bytes): Remove.
3663 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3664 correct byte-length only if the process's coding-system is the same as
3665 the one used internally by Emacs to represent strings.
3666
3667 2008-04-22 Juri Linkov <juri@jurta.org>
3668
3669 * mailcap.el (mailcap-file-default-commands): New function.
3670
3671 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
3672
3673 * message.el (message-signature-separator, message-cite-function):
3674 Change custom version.
3675
3676 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
3677
3678 * mm-decode.el (mm-display-external): Make temp file read-only.
3679
3680 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
3681
3682 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3683 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
3684 `C-c C-f d'.
3685
3686 2008-04-12 Adrian Aichner <adrian@xemacs.org>
3687
3688 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3689
3690 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
3691
3692 * auth-source.el: Added docs.
3693 (auth-sources): Modify format to support server.
3694 (auth-source-pick, auth-source-user-or-password)
3695 (auth-source-user-or-password-imap)
3696 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3697 (auth-source-user-or-password-sftp)
3698 (auth-source-user-or-password-smtp): Add server parameter.
3699
3700 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
3701
3702 * gnus-registry.el: Initialize the registry when gnus-registry-install
3703 is t.
3704
3705 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
3706
3707 * compface.el (uncompface): Make buffer unibyte.
3708
3709 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
3710
3711 * mail-source.el (mail-source-value):
3712 Prefer fboundp to functionp so it works with macros as well.
3713
3714 2008-04-05 Glenn Morris <rgm@gnu.org>
3715
3716 * gnus-ems.el (mm-disable-multibyte): Autoload it.
3717
3718 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
3719
3720 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
3721 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3722
3723 * nnheader.el (nnheader-init-server-buffer): Change buffer's
3724 multibyteness after rather than before erasing it.
3725
3726 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3727 mm-with-multibyte.
3728 (gnus-request-article-this-buffer): Make sure the proper decoding is
3729 used if gnus-original-article-buffer happens to be unibyte.
3730
3731 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3732 default-enable-multibyte-characters.
3733
3734 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3735 default-enable-multibyte-characters.
3736
3737 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3738
3739 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3740
3741 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3742
3743 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3744 Fix last change in case the element is not even a symbol.
3745
3746 2008-04-02 Simon Josefsson <simon@josefsson.org>
3747
3748 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3749 imap-enable-exchange-bug-workaround.
3750 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3751
3752 2008-04-01 Simon Josefsson <simon@josefsson.org>
3753
3754 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3755 a 100 byte status-checks into a 2-3MB transfer for each group.
3756 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3757 to enable bug workaround or not.
3758 (nnimap-find-minmax-uid): Only enable workaround conditionally.
3759
3760 2008-03-31 Glenn Morris <rgm@gnu.org>
3761
3762 * message.el (mml2015-use): Declare for compiler.
3763 (message-info): Require mml2015 when appropriate.
3764
3765 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
3766
3767 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3768 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3769 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3770 (nntp-service-to-port): New function.
3771 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3772 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3773 (nntp-open-netcat-stream): New function.
3774 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3775
3776 2008-03-29 Sven Joachim <svenjoac@gmx.de>
3777
3778 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3779
3780 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3781
3782 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3783
3784 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
3785
3786 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3787
3788 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
3789
3790 * message.el (message-signature-separator): Change default.
3791 Improve custom type.
3792 (message-cite-function): Change default to
3793 message-cite-original-without-signature.
3794
3795 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3796 toggle.
3797
3798 * message.el (message-check-news-body-syntax): Fix signature check.
3799 (message-setup-1): Mark buffer as unmodified _after_ running
3800 message-setup-hook and handling message-alternative-emails.
3801 (message-shorten-references): Be more strict when building list of
3802 valid references to comply with GNKSA.
3803
3804 * gnus-group.el (gnus-read-ephemeral-bug-group)
3805 (gnus-read-ephemeral-debian-bug-group)
3806 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3807
3808 * message.el (message-info): Don't use booleanp which isn't supported
3809 in Emacs 21 and XEmacs.
3810
3811 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
3812
3813 * gnus-group.el (gnus-gmane-group-download-format): Rename from
3814 gnus-group-gmane-group-download-format.
3815 (gnus-group-read-ephemeral-gmane-group): Rename from
3816 gnus-group-read-ephemeral-gmane-group.
3817 (gnus-read-ephemeral-gmane-group-url): Rename from
3818 gnus-group-read-ephemeral-gmane-group-url.
3819 (gnus-bug-group-download-format-alist): New variable.
3820 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3821 (gnus-read-ephemeral-emacs-bug-group): New commands.
3822
3823 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
3824
3825 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3826 (gnus-visible-headers): Improve custom type.
3827
3828 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
3829
3830 * mml.el (mml-menu): Add workarounds for XEmacs.
3831
3832 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3833 X-Boundary header.
3834
3835 * message.el (message-simplify-recipients): Fix previous commit.
3836
3837 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3838
3839 * mm-util.el (mm-set-buffer-multibyte): New function.
3840 * mm-decode.el (mm-copy-to-buffer): Use it.
3841
3842 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3843 Prefer fboundp to functionp so it works with macros as well.
3844
3845 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
3846
3847 * message.el (message-alter-recipients-discard-bogus-full-name):
3848 New function.
3849 (message-alter-recipients-function): New variable.
3850 (message-get-reply-headers): Use it.
3851 (message-replace-header): New helper function.
3852 (message-recipients-without-full-name): New variable.
3853 (message-simplify-recipients): New command.
3854
3855 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3856
3857 * message.el (message-info): Handle EasyPG manual.
3858
3859 * mml.el (mml-menu): Add entry for EasyPG.
3860
3861 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
3862
3863 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3864 parameter.
3865
3866 * message.el (message-disassociate-draft): Specify drafts group name
3867 fully.
3868
3869 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
3870
3871 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3872 unnecessary duplicates from the match list.
3873
3874 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
3875
3876 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3877 args of `how-many' of which the XEmacs version doesn't take; declare
3878 Info-index-next as function.
3879
3880 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
3881
3882 * gnus-score.el (gnus-score-headers): Fix handling of
3883 gnus-inhibit-slow-scoring.
3884
3885 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3886 string.
3887 (gnus-button-url-regexp): Improve handling of parenthesis.
3888 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3889 (gnus-button-handle-info-keystrokes): Handle index entries.
3890
3891 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
3892
3893 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3894 Incoming* files.
3895
3896 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
3897
3898 * auth-source.el (auth-sources): Renamed from auth-source-choices.
3899 (auth-source-pick): Use it.
3900
3901 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
3902
3903 * auth-source.el (auth-source-protocols)
3904 (auth-source-protocols-customize, auth-source-choices): Added and
3905 modified variable customizations and defaults.
3906 (auth-source-pick, auth-source-user-or-password)
3907 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3908 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3909 (auth-source-user-or-password-sftp)
3910 (auth-source-user-or-password-smtp): Use new variables and provide an
3911 interface to netrc.el.
3912
3913 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
3914
3915 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3916 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3917 Make sure the nntp port to specify is a string.
3918
3919 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3920
3921 * nntp.el: Use with-current-buffer.
3922 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3923 dubious mm-with-unibyte-current-buffer.
3924 (nntp-with-open-group-function): New function extracted from
3925 nntp-with-open-group macro.
3926 (nntp-with-open-group): Use the function, so it's easier to debug.
3927 Add indentation and debugging info.
3928 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3929 the use of the netcat alternatives.
3930
3931 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3932 Avoid mm-string-as-multibyte as well.
3933
3934 * nnweb.el (nnweb-insert-html):
3935 Remove use of nnheader-string-as-multibyte.
3936
3937 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3938 (nnheader-string-as-multibyte): Remove.
3939
3940 * mm-view.el: Use inhibit-read-only.
3941 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3942 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3943 or unibyte-string.
3944
3945 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3946 (mm-uu-yenc-extract): Use with-current-buffer.
3947
3948 * gnus-soup.el (gnus-soup-send-packet): Don't use
3949 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3950
3951 * nnmh.el: Use with-current-buffer.
3952 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3953 mm-string-as-multibyte on the output of mm-encode-coding-string.
3954
3955 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3956 (nnimap-request-move-article): Use with-current-buffer.
3957
3958 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3959 inserting the handle-buffer's text, so the implicit multibyte->unibyte
3960 conversion uses string-make-unibyte rather than string-as-unibyte.
3961
3962 * gnus-msg.el: Use with-current-buffer.
3963
3964 * message.el (message-ignored-resent-headers): Add "Delivered-To".
3965
3966 2008-03-10 Daiki Ueno <ueno@unixuser.org>
3967
3968 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3969 string for caching if it is 'PIN.
3970
3971 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
3972
3973 * mail-source.el (mail-source-delete-old-incoming-confirm):
3974 Change default to nil.
3975 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3976
3977 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
3978
3979 * gnus-art.el (gnus-narrow-to-page): Position point properly.
3980 (gnus-article-goto-prev-page): Work for articles having ^L's.
3981
3982 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3983
3984 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3985
3986 2008-03-07 Karl Fogel <kfogel@red-bean.com>
3987
3988 * gnus-bookmark.el: Adjust for renames in bookmark.el.
3989 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3990 (gnus-bookmark-jump): Adjust some variable names.
3991
3992 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
3993
3994 * auth-source.el: New package.
3995 (auth-source-choices): Add customization entry point variable.
3996
3997 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3998 bug.
3999
4000 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
4001
4002 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4003 (gnus-registry-initialize, gnus-registry-install-p): Use it.
4004 (gnus-registry-install-shortcuts): Rename from
4005 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
4006 the `gnus-registry-mark-map' keymap dynamically from
4007 `gnus-registry-marks'. The generated functions update the summary line
4008 when a registry mark is added or deleted, and will call
4009 `gnus-registry-install-p' (see the comments in the code).
4010 (gnus-registry-user-format-function-M): Use concat intelligently.
4011
4012 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4013 the registry mark functions.
4014
4015 2008-03-05 Glenn Morris <rgm@gnu.org>
4016
4017 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4018 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4019 gnus-art.
4020 (top-level): No need to load own source when compiling.
4021
4022 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
4023
4024 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4025 Suggested by <chris.anderton@zetnet.co.uk>.
4026
4027 2008-03-04 Glenn Morris <rgm@gnu.org>
4028
4029 * gnus-sum.el (top-level): No need to require gnus when compiling,
4030 since unconditionally required near start of file.
4031 (gnus-summary-display-while-building): Move definition before use.
4032
4033 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
4034
4035 * gnus-registry.el (gnus-registry-user-format-function-M): Add
4036 formatting function.
4037
4038 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
4039
4040 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4041 with plists.
4042 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4043 Use new format.
4044
4045 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
4046
4047 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4048 `where-is-internal' that returns a range of key sequences.
4049
4050 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4051
4052 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4053
4054 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4055 (gnus-summary-jump-to-group): Consider windows on other displayed
4056 frames as well. Similar changes might be needed elsewhere, but that's
4057 the one I've bumped into during my use.
4058
4059 * nndoc.el (nndoc-oe-dbx-type-p):
4060 * gnus-msg.el (gnus-debug):
4061 * gnus-group.el (gnus-update-group-mark-positions):
4062 Use mm-string-to-multibyte.
4063
4064 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
4065
4066 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4067 doesn't handle NotDashEscaped.
4068
4069 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
4070 (mml-dnd-attach-options): Fix typo in custom choice.
4071
4072 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4073 nndoc-article-type to mbox.
4074 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4075
4076 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
4077 to nil, instead of html2text.
4078
4079 * imap.el (imap-debug): Add `imap-ping-server'.
4080
4081 * gnus-bookmark.el: Add FIXMEs.
4082
4083 * message.el (message-form-letter-separator)
4084 (message-send-form-letter-delay): New variables.
4085 (message-send-form-letter): Use them. New command to send form
4086 letters. Requested by Uwe Siart.
4087 (message-send-mail-function): Doc fix. Add "Other" custom option.
4088
4089 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
4090
4091 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4092 empty author.
4093
4094 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
4095
4096 * gnus-registry.el (gnus-registry-marks): Add variable for
4097 customization of marks and their appearance.
4098 (gnus-registry-read-mark): Use it.
4099 (gnus-registry-do-marks): Add utility function to loop through
4100 `gnus-registry-marks'.
4101 (gnus-registry-install-shortcuts-and-menus): Add function to install
4102 shortcuts and menus.
4103 (gnus-registry-initialize): Use it.
4104 (gnus-registry-default-mark): Clarify documentation.
4105
4106 2008-02-29 Glenn Morris <rgm@gnu.org>
4107
4108 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4109 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4110 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4111 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4112 Change defcustom :version from 23.0 to 23.1.
4113
4114 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
4115
4116 * gnus-registry.el (gnus-registry-follow-group-p)
4117 (gnus-registry-post-process-groups): Add functions to aid registry
4118 splitting and improve logging. Clarify behavior in function
4119 documentation.
4120 (gnus-registry-split-fancy-with-parent): Use them.
4121
4122 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4123
4124 * gnus-art.el: Use with-current-buffer.
4125
4126 2008-02-27 David Engster <dengste@eml.cc>
4127
4128 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4129 Express real group name in the response.
4130
4131 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
4132
4133 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4134 (nnmairix-last-server, nnmairix-current-server): Defvar them.
4135 (nnmairix-goto-original-article): Defvar gnus-registry-install and
4136 autoload gnus-registry-fetch-group when compiling.
4137 (nnmairix-request-group-with-article-number-correction): Remove
4138 unreferenced argument passed to nnmairix-call-backend.
4139
4140 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4141
4142 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4143 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
4144 Wilde.
4145
4146 2008-02-27 Glenn Morris <rgm@gnu.org>
4147
4148 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4149 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4150 variables to defconsts. Convert comments to doc-strings.
4151 (nnmairix-last-server, nnmairix-current-server): Convert from free
4152 variables to defvars. Convert comments to doc-strings.
4153 (gnus-registry-fetch-group): Autoload.
4154 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4155 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4156 (nnmairix-widget-build-editable-fields): Use car cddr rather than
4157 caddr.
4158 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4159 nnmairix-request-group-with-article-number-correction call.
4160 (nnmairix-fast, nnmairix-group): New, less general names, for free
4161 variables passed from nnmairix-request-group to
4162 nnmairix-request-group-with-article-number-correction. Declare.
4163 (nnmairix-request-group-with-article-number-correction):
4164 Use nnmairix-fast, nnmairix-group rather than fast, group.
4165
4166 2008-02-26 David Engster <dengste@eml.cc>
4167
4168 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
4169 version 0.5.
4170
4171 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
4172
4173 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4174 instead of making an extra function call. Don't add the current group
4175 to articles only when they have the group. Use
4176 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4177 Reported by David <de_bb@arcor.de>.
4178
4179 2008-02-24 Miles Bader <miles@gnu.org>
4180
4181 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
4182 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
4183 (mm-find-mime-charset-region):
4184 * mm-bodies.el (mm-encode-body):
4185 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
4186
4187 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
4188
4189 * mail-source.el (mail-source-delete-incoming): Change default.
4190 Supplement doc string.
4191
4192 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4193
4194 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
4195
4196 * nnmail.el (nnmail-message-id-cache-file): Derive from
4197 `gnus-home-directory'.
4198
4199 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
4200
4201 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4202 Document negative prefix.
4203
4204 * gnus-group.el (gnus-group-read-group): Document negative prefix.
4205
4206 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4207
4208 * message.el (message-unsent-separator): Add the Exim bounce
4209 separator.
4210
4211 2008-02-10 Daiki Ueno <ueno@unixuser.org>
4212
4213 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4214 list.
4215 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4216 recipient/signer list.
4217
4218 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
4219
4220 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4221 fbound (Emacs 23 unicode), signal an error.
4222
4223 2008-02-08 Glenn Morris <rgm@gnu.org>
4224
4225 * gnus-art.el (pgg-display-output-buffer): Declare as function.
4226
4227 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
4228
4229 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4230 ports to the calls to `netrc-machine-user-or-password' in addition to
4231 "imap" and "imaps".
4232
4233 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
4234
4235 * gnus.el (gnus-group-startup-message): Add `find-image' call before
4236 image-load-path is let-bound. Reported by Harald Hanche-Olsen
4237 <hanche@math.ntnu.no>.
4238
4239 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
4240
4241 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4242
4243 2008-02-01 Zhang Wei <id.brep@gmail.com>
4244
4245 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4246
4247 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4248
4249 2008-02-01 Miles Bader <miles@gnu.org>
4250
4251 * mml.el (mml-parse-1): Remove apparently vestigial use of
4252 `mm-hack-charsets'.
4253 * mm-bodies.el (mm-encode-body): Likewise.
4254
4255 2008-02-01 Kenichi Handa <handa@m17n.org>
4256
4257 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4258 rfc2104-hexstring-to-bitstring and changed to return a byte list.
4259 (rfc2104-hash): Convert the result of concat to unibyte string.
4260
4261 2008-02-01 Dave Love <fx@gnu.org>
4262
4263 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4264 coding-system-for-read.
4265 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4266
4267 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
4268 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
4269 (mm-find-mime-charset-region): Remove hack-charsets stuff.
4270
4271 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
4272
4273 * mail-source.el (mail-sources): Add `group' choice.
4274
4275 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4276 parameter `in-group' to control into which group the articles go.
4277 Add treatment of `group' mail-source.
4278
4279 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
4280
4281 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4282 * message.el (message-beginning-of-line): Use featurep instead of bound
4283 tests in order to resolve conditionals at compile time.
4284
4285 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4286
4287 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4288
4289 * mm-decode.el (mm-dissect-buffer): Decode description.
4290
4291 * mml.el (mml-to-mime): Encode message header first.
4292
4293 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4294
4295 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4296 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4297
4298 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
4299
4300 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4301
4302 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
4303
4304 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4305 prefix keys.
4306 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4307 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4308 gnus-xmas.el.
4309
4310 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
4311
4312 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4313 Add new variables for article mark management.
4314 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4315 list of extra data entries which, when present, will indicate that the
4316 article ID should not be trimmed from the registry.
4317 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4318 functions.
4319 (gnus-registry-read-mark): New function to read a mark name from the
4320 user.
4321 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4322 (gnus-registry-set-article-mark-internal): New functions to add and
4323 remove marks.
4324 (gnus-registry-get-article-marks): New function to show the marks for
4325 an article, or retrieve them for further use.
4326
4327 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
4328
4329 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4330 keys when no argument is given.
4331
4332 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
4333
4334 * gnus-sum.el (gnus-article-sort-by-random)
4335 (gnus-thread-sort-by-random): Fix doc strings. Reported by
4336 jidanni@jidanni.org.
4337
4338 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
4339
4340 * gnus-art.el (gnus-article-describe-bindings): New function.
4341 (gnus-article-read-summary-keys): Use it.
4342 (gnus-article-mode-map): Bind `C-h b' to it.
4343
4344 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
4345
4346 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4347 XEmacs.
4348 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4349 against non-character events.
4350
4351 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4352
4353 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4354 command.
4355 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4356 instead of END. Change name of the temp file.
4357 (gnus-group-gmane-group-download-format): Add doc string. Make it
4358 customizable.
4359
4360 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4361
4362 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4363 bind `S W' to gnus-article-wide-reply-with-original; set default
4364 binding to gnus-article-read-summary-send-keys.
4365 (gnus-article-read-summary-keys): Fix the order of keys; display
4366 continuation keys correctly in the echo area; describe bindings
4367 correctly when keys end with `C-h'.
4368 (gnus-article-read-summary-send-keys): New function.
4369 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4370 for gnus-article-read-summary-send-keys; display continuation keys
4371 correctly in the echo area.
4372 (gnus-article-reply-with-original): Ignore prefix argument.
4373 (gnus-article-wide-reply-with-original): New function.
4374
4375 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
4376
4377 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4378 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4379
4380 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
4381
4382 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4383 (gnus-group-read-ephemeral-gmane-group): New command.
4384
4385 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4386
4387 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4388
4389 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
4390
4391 * message.el (message-send-mail-function): Increase custom version.
4392
4393 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4394 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
4395
4396 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
4397
4398 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4399 html parts correctly; support forwarded messages.
4400 (gnus-article-browse-html-article): Remove work buffers.
4401
4402 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4403 compiling.
4404 (netrc-bound-and-true-p): New macro.
4405 (netrc-parse): Use it instead of bound-and-true-p that is not available
4406 in XEmacs 21.4.
4407
4408 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
4409
4410 * gnus-registry.el (gnus-registry-mark-article)
4411 (gnus-registry-article-marks): Add functionality to mark articles
4412 through the Gnus registry.
4413
4414 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4415 (netrc-parse): Use encrypt-file-alist to determine if
4416 encrypt-find-model or encrypt-insert-file-contents should be used.
4417
4418 2007-12-19 Glenn Morris <rgm@gnu.org>
4419
4420 * mml.el (message-options-set, message-narrow-to-head)
4421 (message-in-body-p, message-mail-p, message-encode-message-body):
4422 Autoload.
4423 (message-remove-header, message-narrow-to-headers-or-head)
4424 (message-subscribed-p, message-make-mail-followup-to)
4425 (message-position-on-field, message-news-p)
4426 (message-options-set-recipient, message-generate-headers)
4427 (message-sort-headers): Declare as functions.
4428
4429 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
4430
4431 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4432 convention in doc string.
4433
4434 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
4435
4436 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4437 title to html parts.
4438 (gnus-article-browse-html-article): Pass message header to it.
4439
4440 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4441
4442 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
4443
4444 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4445 or password compatible with XEmacs.
4446
4447 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
4448
4449 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4450 format document.
4451 (gnus-mime-delete-part): Don't write description line if empty.
4452 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4453
4454 2007-12-14 Johan Bockgård <bojohan@gnu.org>
4455
4456 * gnus-sum.el (gnus-summary-mark-unread-as-read)
4457 (gnus-summary-mark-read-and-unread-as-read)
4458 (gnus-summary-mark-current-read-and-unread-as-read)
4459 (gnus-summary-mark-unread-as-ticked): Doc fix.
4460 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4461
4462 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
4463
4464 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
4465 Christoph Conrad <christoph.conrad@gmx.de>.
4466
4467 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
4468
4469 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4470 yes-or-no-p.
4471
4472 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
4473
4474 * mm-decode.el (mm-add-meta-html-tag): New function.
4475 (mm-save-part-to-file, mm-pipe-part): Use it.
4476
4477 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4478 gnus-y-or-n-p instead of y-or-n-p.
4479 (gnus-article-browse-html-parts): Work with message/external-body; use
4480 mm-add-meta-html-tag.
4481
4482 2007-12-11 Glenn Morris <rgm@gnu.org>
4483
4484 * gnus-cache.el: Require gnus-sum not just when compiling.
4485
4486 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4487
4488 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4489 definitions before use.
4490
4491 * mm-decode.el: Require gnus-util.
4492 (mm-remove-part): Only call delete-annotation on XEmacs.
4493
4494 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4495
4496 * nnmail.el: Require gnus-int.
4497
4498 * spam.el: Move `require's before `eval-when-compile's.
4499
4500 * gnus-ems.el (gnus-alive-p):
4501 * gnus-fun.el (message-goto-eoh):
4502 * gnus-util.el (gnus-group-name-decode):
4503 * mail-source.el (gnus-compress-sequence):
4504 * message.el (Info-goto-node, format-spec):
4505 * mm-bodies.el (message-options-get):
4506 * mm-decode.el (mm-view-pkcs7):
4507 * mm-util.el (gmm-write-region):
4508 * mml-smime.el (mml-compute-boundary)
4509 (gnus-completing-read-with-default):
4510 * mml.el (widget-button-press, gnus-make-hashtable):
4511 * mml1991.el (mm-decode-content-transfer-encoding)
4512 (mm-encode-content-transfer-encoding)
4513 (message-options-get, message-options-set):
4514 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4515 * nnfolder.el (gnus-request-group):
4516 * nnheader.el (ietf-drums-unfold-fws):
4517 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4518 * smime.el (gnus-run-mode-hooks):
4519 * spam-stat.el (gnus-message): Autoload.
4520
4521 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4522 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4523 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4524 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4525 Add declare-function compatibility definition.
4526
4527 * gnus-cache.el (nnvirtual-find-group-art):
4528 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4529 (gnus-add-image, gnus-add-wash-type):
4530 * gnus-group.el (nnkiboze-score-file):
4531 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4532 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4533 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4534 (message-tokenize-header, gnus-get-buffer-create)
4535 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4536 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4537 * gnus.el (gnus-group-decoded-name):
4538 * mail-source.el (imap-capability):
4539 * mm-bodies.el (message-options-set):
4540 * mm-decode.el (gnus-configure-windows):
4541 * mm-extern.el (message-goto-body):
4542 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4543 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4544 (epg-sub-key-validity, message-options-set):
4545 * mml.el (widget-event-point, gnus-configure-windows):
4546 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4547 * mml2015.el (epg-check-configuration, epg-configuration)
4548 (message-options-set):
4549 * nndb.el (nndb-request-article):
4550 * nnfolder.el (gnus-request-create-group):
4551 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4552 * nnmaildir.el (gnus-group-mark-article-read):
4553 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4554 * rfc1843.el (message-fetch-field):
4555 * spam.el (gnus-extract-address-components):
4556 Declare as functions.
4557
4558 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
4559
4560 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4561
4562 2007-12-09 Glenn Morris <rgm@gnu.org>
4563
4564 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4565
4566 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4567 * message.el, mm-view.el, sieve-manage.el, smime.el:
4568 Add declare-function compatibility definition.
4569
4570 * gnus-art.el (w3-region, w3m-region, Info-menu):
4571 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4572 * gnus-sum.el (gnus-get-predicate):
4573 * gnus-util.el (mm-append-to-file, w32-focus-frame):
4574 * message.el (mail-abbrev-in-expansion-header-p):
4575 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4576 (w3m-detect-meta-charset, w3m-region):
4577 * sieve-manage.el (password-read, password-cache-add)
4578 (password-cache-remove):
4579 * smime.el (password-read-and-add): Declare as functions.
4580
4581 2007-12-08 David Kastrup <dak@gnu.org>
4582
4583 * gnus-sum.el (gnus-summary-simplify-subject-query):
4584 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4585 `message'.
4586
4587 2007-12-07 Glenn Morris <rgm@gnu.org>
4588
4589 * gnus-art.el (article-make-date-line): Revert previous change.
4590
4591 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
4592
4593 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4594
4595 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
4596
4597 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4598 Call gnus-add-to-range ranges only once with a prepared article-list.
4599
4600 2007-12-06 Paul Jarc <prj@po.cwru.edu>
4601
4602 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4603 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4604 group names with backslashes. Reported by Tassilo Horn
4605 <tassilo@member.fsf.org>.
4606
4607 2007-12-06 Deepak Goel <deego3@gmail.com>
4608
4609 * gnus-art.el (article-make-date-line):
4610 * gnus-start.el (gnus-load):
4611 * pop3.el (pop3-read-response): Fix buggy call to `error'.
4612
4613 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
4614
4615 * gnus-art.el (gnus-use-idna)
4616 * gnus-start.el (gnus-site-init-file)
4617 * message.el (message-use-idna)
4618 * mm-uu.el (mm-uu-hide-markers)
4619 * smiley.el (smiley-style): Revert changes that suppress warnings.
4620
4621 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
4622
4623 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4624 specify charset to html source. Reported by Christoph Conrad
4625 <christoph.conrad@gmx.de>.
4626
4627 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
4628
4629 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4630 idna-program in order to suppress byte compile warning issued by XEmacs
4631 that came to byte compile the default value section of defcustom forms
4632 recently.
4633
4634 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4635 value of installation-directory.
4636
4637 * message.el (message-use-idna): Don't directly refer to the value of
4638 idna-program.
4639
4640 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4641
4642 * smiley.el (smiley-style): Don't directly call face-attribute.
4643
4644 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
4645
4646 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4647
4648 * gnus-dired.el: Reduce Gnus dependencies.
4649 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4650 require. Use autoloads instead.
4651 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4652 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4653 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4654 (gnus-dired-mode): Adjust doc string.
4655 (gnus-dired-mail-mode): New variable.
4656 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4657 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4658 (gnus-dired-mail-buffers): New function. Return mail or message
4659 composition buffers.
4660 (gnus-dired-attach): Use it.
4661 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4662 NO-DECODE.
4663 (gnus-dired-print): Use `gnus-print-buffer' depending on
4664 `gnus-dired-mail-mode'.
4665
4666 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
4667
4668 * rfc2047.el (rfc2047-encoded-word-regexp)
4669 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4670 explaining what regexp patterns are for.
4671
4672 2007-12-04 Glenn Morris <rgm@gnu.org>
4673
4674 * password.el: Move to ../password-cache.el.
4675
4676 * mml1991.el (password-read, password-cache-add, password-cache-remove):
4677 * mml2015.el (password-read, password-cache-add, password-cache-remove):
4678 * mml-smime.el (password-read, password-cache-add)
4679 (password-cache-remove):
4680 No need to autoload, since mml-sec requires password.
4681
4682 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4683 * message.el (gnus-extract-address-components):
4684 * mml-smime.el (gnus-extract-address-components): Define for compiler.
4685
4686 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4687 password.
4688
4689 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
4690
4691 * mailcap.el: Reduce dependencies.
4692 (mail-header-parse-content-type): Autoload.
4693 (mailcap-delete-duplicates): New alias.
4694 (mailcap-mime-info): Add optional argument NO-DECODE.
4695 (mailcap-mime-types): Use mailcap-delete-duplicates.
4696
4697 * message.el (message-ignored-supersedes-headers): Add "X-ID".
4698
4699 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4700
4701 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4702 function.
4703
4704 * gnus-uu.el (gnus-uu-decode-yenc): New command.
4705 (gnus-uu-yenc-article): New function.
4706
4707 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4708
4709 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4710 buffer.
4711
4712 2007-12-02 Glenn Morris <rgm@gnu.org>
4713
4714 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
4715 Move to ../net.
4716
4717 * binhex.el, uudecode.el: Move to ../mail.
4718
4719 * encrypt.el: Remove file.
4720
4721 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
4722
4723 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4724 matches on patches.
4725
4726 * gnus-art.el (gnus-article-browse-html-article): Mention
4727 `mm-text-html-renderer' in the doc string.
4728
4729 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4730 string. Add comments.
4731
4732 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4733 if rhs is ASCII.
4734
4735 2007-12-01 Glenn Morris <rgm@gnu.org>
4736
4737 * dig.el, dns.el: Move to ../net.
4738 * format-spec.el, hex-util.el, sha1.el: Move to ../.
4739
4740 * mail-source.el (top-level): Require format-spec before
4741 eval-when-compile.
4742
4743 2007-11-30 Glenn Morris <rgm@gnu.org>
4744
4745 * encrypt.el: Require password, rather than autoloading password-read.
4746
4747 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
4748
4749 * gnus.el (gnus-method-to-server): Add an optional parameter so the
4750 caller can indicate whether the cache should be disregarded for this
4751 call. This way the result of the call is reproducible at all times and
4752 can be considered a canonical server name for the supplied method.
4753 (gnus-agent-method-p): Canonicalize server names by pushing their
4754 method through `gnus-method-to-server' using the no-cache argument.
4755
4756 * gnus-srvr.el (gnus-server-insert-server-line): Call
4757 `gnus-method-to-server' with `no-cache' argument.
4758
4759 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4760 gnus-agent-possibly-synchronize-flags as this should be called when the
4761 server is actually being opened.
4762 (gnus-agent-possibly-synchronize-flags)
4763 (gnus-agent-possibly-synchronize-flags-server): Move check for the
4764 flags file of an agentized server to the latter function.
4765
4766 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4767 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4768 after a connection has been established successfully.
4769
4770 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
4771
4772 * gnus-art.el (article-display-face): Force to display face if called
4773 interactively; check if gnus-article-x-face-too-ugly matches author.
4774 (article-display-x-face): Display face even if From header is missing
4775 as article-display-face does.
4776
4777 2007-11-28 Richard Stallman <rms@gnu.org>
4778
4779 * md4.el: Move to ../.
4780 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
4781
4782 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
4783
4784 * mail-source.el (mail-sources): Default to fetch from file for
4785 compatibility with default of nnmail-spool-file.
4786
4787 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
4788
4789 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4790 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4791 to look for encoded word that should be encoded again.
4792 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4793 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4794 encoding pattern.
4795 (rfc2047-decode-region): Switch strict regexp and loose one according
4796 to rfc2047-allow-irregular-q-encoded-words.
4797
4798 2007-11-26 Simon Josefsson <simon@josefsson.org>
4799
4800 * imap.el: Move to ../net directory.
4801
4802 2007-11-25 Romain Francoise <romain@orebokech.com>
4803
4804 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4805
4806 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
4807
4808 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4809 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4810
4811 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4812 `nnmail-spool-file'.
4813
4814 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4815 `nnmail-spool-file'.
4816
4817 * gnus-move.el (gnus-change-server): Ditto.
4818
4819 * gnus-kill.el (gnus-batch-score): Ditto.
4820
4821 * gnus-cache.el (gnus-jog-cache): Ditto.
4822
4823 * gnus-msg.el (gnus-summary-reply):
4824 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4825
4826 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
4827
4828 * gnus-cache.el (gnus-cache-generate-nov-databases):
4829 Use nnml-generate-nov-databases-directory instead of
4830 nnml-generate-nov-databases-1.
4831
4832 2007-11-24 Glenn Morris <rgm@gnu.org>
4833
4834 * message.el (message-tool-bar-retro): Update for rename
4835 mail_send.xpm->mail-send.xpm.
4836
4837 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
4838
4839 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4840 `smime-ldap-search' for Emacs 22 and up.
4841
4842 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
4843
4844 * hashcash.el: Move to ../mail directory.
4845
4846 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
4847
4848 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4849 `smime-ldap-search' for Emacs 22 and up.
4850
4851 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4852
4853 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4854
4855 * message.el (message-send-mail-function): Fix error convention.
4856 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4857 (message-widen-reply, message-send-mail, message-talkative-question)
4858 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4859 (message-clone-locals, message-send-news): Use with-current-buffer.
4860 (message-insert-or-toggle-importance): Remove unused var `valid'.
4861 (message-make-references): Remove unused var `new-references'.
4862 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4863
4864 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
4865
4866 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4867 (spam-split-symbolic-return-positive): Reflow docstring.
4868 (spam-backends, spam-summary-exit-behavior)
4869 (spam-mark-ham-unread-before-move-from-spam-group)
4870 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4871 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4872 (spam-clear-cache, spam-backend-check, spam-install-backend)
4873 (spam-install-statistical-backend, spam-list-of-processors)
4874 (spam-group-processor-p, spam-split, spam-bogofilter-score)
4875 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4876 (spam-check-crm114, spam-initialize, spam-unload-hook):
4877 Fix typos in docstrings.
4878
4879 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
4880
4881 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4882 been checked if they have never been read and those group levels are
4883 higher than the one that a user specified.
4884
4885 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
4886
4887 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4888 foreign groups unless a group level is specified by a user.
4889 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4890
4891 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
4892
4893 * message.el (message-send-mail-function): Require sendmail.
4894
4895 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
4896
4897 * message.el (message-send-mail-function): Check for smtpmail too.
4898
4899 * utf7.el (utf7-encode, utf7-decode): Use coding system
4900 `utf-7'/`utf-7-imap' from utf-7.el' if available.
4901
4902 * message.el (message-send-mail-function): New function.
4903 (message-send-mail-function): Set default using
4904 message-send-mail-function. Adjust doc string.
4905 (message-send-mail-with-mailclient): New function.
4906
4907 2007-11-17 Richard Stallman <rms@gnu.org>
4908
4909 * assistant.el: Remove file.
4910
4911 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
4912
4913 * smime.el (from):
4914 * rfc2047.el (message-posting-charset):
4915 * qp.el (mm-use-ultra-safe-encoding):
4916 * pop3.el (parse-time-months):
4917 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4918 * nnml.el (files):
4919 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4920 (jka-compr-compression-info-list, ange-ftp-path-format)
4921 (efs-path-regexp):
4922 * nndiary.el (files):
4923 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4924 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4925 (epg-digest-algorithm-alist, inhibit-redisplay)
4926 (password-cache-expiry):
4927 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4928 (pgg-output-buffer, password-cache-expiry):
4929 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4930 (efs-path-regexp):
4931 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4932 (inhibit-redisplay):
4933 * mm-uu.el (file-name, start-point, end-point, entry)
4934 (gnus-newsgroup-name, gnus-newsgroup-charset):
4935 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4936 (latin-unity-ucs-list):
4937 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4938 (mm-uu-binhex-decode-function):
4939 * message.el (gnus-message-group-art, gnus-list-identifiers)
4940 (rmail-enable-mime-composing, gnus-local-organization)
4941 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4942 (gnus-read-active-file, facemenu-add-face-function)
4943 (facemenu-remove-face-function, gnus-article-decoded-p)
4944 (tool-bar-mode):
4945 * mail-source.el (display-time-mail-function):
4946 * gnus-util.el (nnmail-pathname-coding-system)
4947 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4948 (gnus-original-article-buffer, gnus-user-agent)
4949 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4950 (xemacs-codename, sxemacs-codename, emacs-program-version):
4951 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4952 * gnus-start.el (gnus-agent-covered-methods)
4953 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4954 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4955 (gnus-newsgroup-headers, gnus-group-list-mode)
4956 (gnus-group-mark-positions, gnus-newsgroup-data)
4957 (gnus-newsgroup-unreads, nnoo-state-alist)
4958 (gnus-current-select-method, mail-sources)
4959 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4960 (nnmail-spool-file, gnus-cache-active-hashtb):
4961 * gnus-mh.el (mh-lib-progs):
4962 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4963 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4964 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4965 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4966 (gnus-group-buffer):
4967 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4968 (font-lock-set-defaults):
4969 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4970 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4971 (gnus-summary-post-menu, total-parts, type, condition, length):
4972 * gnus-agent.el (gnus-agent-read-agentview):
4973 * flow-fill.el (show-trailing-whitespace):
4974 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4975 eval-and-compile wrappers for byte compiler pacifiers.
4976
4977 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4978 (mm-display-inline-fontify): Check for featurep 'xemacs not
4979 extent-list.
4980
4981 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4982 itimer-list.
4983 (mm-create-image-xemacs): Only do something for XEmacs.
4984 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4985
4986 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4987
4988 * gnus-registry.el (gnus-adaptive-word-syntax-table):
4989 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4990
4991 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
4992
4993 * nnimap.el (nnimap-split-download-body):
4994 * gnus-demon.el (gnus-demon):
4995 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4996
4997 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
4998
4999 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5000 macros.
5001 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5002 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5003 copy data from unibyte buffer to multibyte current buffer.
5004 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5005 to copy data from unibyte current buffer to multibyte buffer.
5006 (nntp-make-process-buffer): Make process buffer unibyte.
5007
5008 * pop3.el (pop3-open-server): Fix typo in Lisp code.
5009
5010 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
5011
5012 * pop3.el (pop3-open-server): Accept and process data more robustly at
5013 connexion start to avoid spurious "POP SSL connexion failed" errors.
5014
5015 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
5016
5017 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5018 read group names.
5019
5020 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
5021
5022 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5023
5024 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
5025
5026 * nnmail.el (nnmail-parse-active): Make group names unibyte.
5027 (nnmail-save-active): Use a unibyte buffer when saving active file,
5028 which may contain non-ASCII group names.
5029
5030 * nnml.el (nnml-request-group): Decode group names in messages.
5031
5032 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
5033
5034 * message.el (message-citation-line-function)
5035 (message-insert-formatted-citation-line): Fix spelling of
5036 `message-insert-formated-citation-line'.
5037
5038 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
5039
5040 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5041
5042 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
5043
5044 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5045 nnmail-pathname-coding-system.
5046
5047 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5048 that a user enters; decode group names in messages.
5049
5050 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5051
5052 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
5053
5054 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5055
5056 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5057
5058 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5059 risky local variable.
5060
5061 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5062
5063 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
5064
5065 * encrypt.el: Improve documentation to fix function name typo.
5066 Reported by Daiki Ueno <ueno@unixuser.org>.
5067
5068 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
5069
5070 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5071 even if the point is not in the last page of an article.
5072 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5073 back to the previous page.
5074
5075 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
5076
5077 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5078
5079 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
5080
5081 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5082
5083 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5084
5085 * message.el (message-check-news-body-syntax): Avoid
5086 mm-string-as-multibyte.
5087 (message-hide-headers): Don't assume (point-min)==1.
5088
5089 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5090
5091 * message.el (message-remove-blank-cited-lines): Fix if remove is
5092 given.
5093 (message-bogus-address-regexp): New variable.
5094 (message-bogus-recipient-p): New function.
5095 (message-check-recipients): New command.
5096 (message-syntax-checks): Add `bogus-recipient'.
5097 (message-fix-before-sending): Add `bogus-recipient'.
5098
5099 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5100 (gnus-treat-body-boundary): Don't test window-system.
5101
5102 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
5103
5104 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5105
5106 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5107
5108 * gnus.el: Bump version to Gnus v5.13.
5109
5110 2007-10-28 Miles Bader <miles@gnu.org>
5111
5112 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5113 at compile-time too.
5114
5115 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5116
5117 * gnus-msg.el (gnus-message-setup-hook): Add
5118 `message-remove-blank-cited-lines' to options.
5119
5120 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
5121
5122 * message.el (message-remove-blank-cited-lines): New function.
5123 Suggested by Karl Plästerer.
5124
5125 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
5126
5127 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5128 mapc.
5129
5130 * imap.el (imap-open): Replace mapcar called for effect with mapc.
5131 (top-level): Use mapc to set functions to be traced for debugging.
5132
5133 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5134 called for effect with while loop.
5135
5136 * message.el (message-talkative-question): Replace mapcar called for
5137 effect with mapc.
5138
5139 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5140 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5141 called for effect with dolist.
5142
5143 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5144
5145 * nndiary.el: Use dolist instead of mapcar to add diary headers to
5146 gnus-extra-headers and nnmail-extra-headers.
5147
5148 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5149 called for effect with dolist.
5150 (top-level): Use mapc to set functions to be traced for debugging.
5151
5152 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5153 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5154 dolist.
5155
5156 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5157 Replace mapcar called for effect with mapc.
5158 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5159 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5160 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5161 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5162
5163 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5164 remove-if that's a cl function.
5165
5166 * webmail.el (webmail-debug): Replace mapcar called for effect with
5167 dolist.
5168
5169 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
5170
5171 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5172 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5173 with while loop.
5174
5175 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5176 functions from article-* functions.
5177 (gnus-multi-decode-header): Replace mapcar called for effect with
5178 dolist.
5179
5180 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5181 (gnus-bookmark-show-details): Replace mapcar called for effect with
5182 while loop.
5183
5184 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5185 called for effect with while loop.
5186
5187 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5188 with dolist.
5189
5190 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5191 mapcar called for effect with dolist.
5192
5193 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5194
5195 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5196 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5197 Replace mapcar called for effect with dolist.
5198 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5199 mapc.
5200
5201 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5202 Replace mapcar called for effect with dolist.
5203 (gnus-topic-list): Replace mapcar called for effect with mapc.
5204
5205 * gnus.el: Use mapc instead of mapcar to add autoloads.
5206
5207 2007-10-23 Richard Stallman <rms@gnu.org>
5208
5209 * gnus-group.el (gnus-group-highlight): Mark as risky.
5210
5211 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
5212
5213 * gnus.el (gnus-server-to-method): Return method found first in
5214 gnus-newsrc-alist.
5215
5216 * gnus-art.el (gnus-article-highlight-signature)
5217 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5218 button overlay without the front stickiness.
5219
5220 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
5221
5222 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5223 overview buffer needed a catch to receive its throw.
5224 (gnus-agent-flush-cache): Declared as interactive to make this function
5225 easier to use.
5226
5227 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
5228
5229 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5230 `next-line'.
5231
5232 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
5233
5234 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5235 exclude address matching message-dont-reply-to-names.
5236
5237 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
5238
5239 * gnus-util.el (gnus-string<): New function.
5240
5241 * gnus-sum.el (gnus-article-sort-by-author)
5242 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5243
5244 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
5245
5246 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5247 the frame-focus tag is set in gnus-buffer-configuration.
5248
5249 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
5250
5251 * gnus-art.el (gnus-article-add-button): Make a button overlay without
5252 the front stickiness.
5253
5254 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5255
5256 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5257 url pattern; remove duplicate one.
5258 (gnus-article-extend-url-button): New function.
5259 (gnus-article-add-buttons): Use it.
5260 (gnus-button-push): Use concatenated url that it makes.
5261
5262 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
5263
5264 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5265 (sieve-manage-open): Use `mapc' instead of `mapcar'.
5266
5267 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5268
5269 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5270 Don't hardcode point-min==1.
5271
5272 2007-09-30 David Kastrup <dak@gnu.org>
5273
5274 * gnus-art.el (gnus-article-reply-with-original)
5275 (gnus-article-followup-with-original): When `transient-mark-mode' is
5276 off, refrain from active-region behavior for followups.
5277
5278 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
5279
5280 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5281 Fix comment about "iso8859-1".
5282
5283 2007-10-08 Daiki Ueno <ueno@unixuser.org>
5284
5285 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5286 ones returned from the verify-function.
5287
5288 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5289 mml2015-extract-cleartext-signature if extraction failed.
5290
5291 2007-10-07 Daiki Ueno <ueno@unixuser.org>
5292
5293 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5294 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5295 failed.
5296
5297 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
5298
5299 * Relicense "GPLv2 or later" files to "GPLv3 or later".
5300
5301 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
5302
5303 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5304 to mark a thread as expirable. Add variable `hide' to handle hiding of
5305 thread for both the null and zero (kill/expire thread) universal prefix
5306 cases.
5307 (gnus-summary-expire-thread): Add new function to expire a thread,
5308 using gnus-summary-kill-thread.
5309 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5310 shortcuts for gnus-summary-expire-thread.
5311 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5312 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
5313
5314 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
5315
5316 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5317 extras value, so an extras entry can be deleted.
5318 (gnus-registry-delete-extra-entry): Use it.
5319 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5320 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5321 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5322 storage through the gnus-registry, and provide an appropriate API for
5323 it.
5324
5325 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
5326
5327 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5328 Suggested by Leo <sdl.web@gmail.com>.
5329
5330 * gnus.el: Do.
5331
5332 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
5333
5334 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5335 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
5336
5337 * gnus-agent.el (gnus-agent-fetch-headers): Do.
5338
5339 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5340 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5341
5342 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
5343
5344 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5345 newline.
5346 (nnmbox-request-accept-article): Don't change article in source buffer;
5347 narrow to header to use message-fetch-field rather than
5348 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5349 (nnmbox-request-replace-article): Quote lines that'll be misidentified
5350 as delimiters; make sure article ends with newline.
5351 (nnmbox-delete-mail): Correct last position of article to be deleted;
5352 ignore X-Gnus-Newsgroup header in article body.
5353 (nnmbox-save-mail): Quote lines looking like delimiters at the right
5354 positions; make sure article ends with newline.
5355
5356 * message.el (message-display-abbrev): Don't infloop when a user
5357 inserts SPC in the beginning of header.
5358
5359 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
5360
5361 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5362 list of groups not followed by default. Fix type to be regexp.
5363 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5364
5365 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
5366
5367 * hmac-def.el (define-hmac-function): Switch from old-style to
5368 new-style backquotes.
5369
5370 * md4.el (md4-make-step): Likewise.
5371
5372 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
5373
5374 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5375 raw-text coding system when saving .newsrc file, which may contain
5376 non-ASCII group names.
5377
5378 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
5379
5380 * gnus-cus.el (gnus-score-extra): New widget.
5381 (gnus-score-extra-convert): New function.
5382 (gnus-score-customize): Use it for Extra.
5383
5384 2007-08-31 Daiki Ueno <ueno@unixuser.org>
5385
5386 * mml2015.el (mml2015-extract-cleartext-signature): New function.
5387 (mml2015-mailcrypt-clear-verify): Use it.
5388 (mml2015-gpg-clear-verify): Use it.
5389 (mml2015-pgg-clear-verify): Use it.
5390 (mml2015-epg-clear-verify): Replace the current part with the output
5391 from GnuPG; don't extract the plaintext by itself.
5392
5393 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5394 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5395 mml2015-clear-verify-function; don't touch the armor headers or
5396 dash-escaped text here.
5397
5398 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
5399
5400 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5401 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5402 parts, or application/octet-stream as a last resort.
5403 (gnus-mime-view-part-as-type): Don't toggle display.
5404 (gnus-mime-view-part-as-charset): Don't turn off display before
5405 querying charset.
5406
5407 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5408 stuff to undisplayer function in Emacs.
5409 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5410
5411 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5412 text/calendar parts.
5413
5414 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
5415
5416 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5417 decoding text/calendar parts.
5418
5419 * message.el (message-forward-make-body-mime): Always mark body as
5420 having no illegible text; remove signed-or-encrypted argument.
5421 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5422
5423 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5424 (mml-generate-mime-1): Don't encode body if it is specified to be in
5425 raw form; don't make buffer be unibyte when inserting multibyte string.
5426
5427 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5428
5429 * sha1.el: Fix up comment style.
5430 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5431 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5432
5433 * hex-util.el: Fix up comment style.
5434 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5435
5436 * gnus-salt.el: Use with-current-buffer.
5437 (gnus-pick-setup-message): Fix long-standing typo.
5438
5439 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
5440
5441 * imap.el (imap-logout-timeout): New variable.
5442 (imap-logout, imap-logout-wait): New functions.
5443 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5444
5445 * nnimap.el (nnimap-logout-timeout): New server variable.
5446 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5447 nnimap-logout-timeout.
5448
5449 * gnus-art.el (gnus-article-summary-command-nosave)
5450 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5451
5452 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
5453
5454 * gnus.el (gnus-maximum-newsgroup): New variable.
5455
5456 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5457 according to gnus-maximum-newsgroup.
5458
5459 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5460 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5461 Limit the range of articles according to gnus-maximum-newsgroup.
5462
5463 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
5464
5465 * gnus-art.el (gnus-sticky-article): Fixed problems described in
5466 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
5467 Don't perform gnus-configure-windows here; reuse existing sticky
5468 article buffer.
5469
5470 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5471 it doesn't exist in gnus-article-mode.
5472
5473 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
5474
5475 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5476 (gnus-agent-decoded-group-name): New function.
5477 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5478 (gnus-agent-expire-group-1): Use it; decode group name in messages.
5479
5480 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
5481
5482 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5483 Add binding for gnus-sticky-article.
5484 (gnus-summary-exit): Don't kill sticky article buffers.
5485
5486 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5487 article buffer.
5488 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5489 (gnus-kill-sticky-article-buffers): New commands.
5490
5491 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
5492
5493 * nntp.el (nntp-xref-number-is-evil): New server variable.
5494 (nntp-find-group-and-number): If it is non-nil, don't trust article
5495 numbers in the Xref header.
5496
5497 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
5498
5499 * gnus-agent.el (gnus-agent-read-group): New function.
5500 (gnus-agent-flush-group, gnus-agent-expire-group)
5501 (gnus-agent-regenerate-group): Use it.
5502 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5503 nnmail-pathname-coding-system.
5504
5505 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
5506
5507 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5508
5509 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5510 that are unread as unread, and also as selected so that information of
5511 marks having been changed by a user may be updated when exiting group.
5512
5513 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
5514
5515 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
5516
5517 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
5518
5519 * gnus-art.el (gnus-mime-display-single): Pass part number that is
5520 calculated ignoring signature parts to gnus-treat-article.
5521
5522 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
5523
5524 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5525 a point here in order to keep the window start.
5526 (gnus-insert-mime-security-button): Make a button overlay without the
5527 front stickiness.
5528 (gnus-mime-display-security): Goto the end of a button.
5529
5530 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5531
5532 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
5533
5534 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5535 group-name-at-point.
5536 (gnus-group-completing-read): New function that offers decoded
5537 non-ASCII group names for completion.
5538 (gnus-fetch-group, gnus-group-read-ephemeral-group)
5539 (gnus-group-jump-to-group, gnus-group-make-group-simple)
5540 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5541 (gnus-group-fetch-control): Use it.
5542 (gnus-fetch-group): Use group-name-at-point for the initial value
5543 rather than the default value; use gnus-alive-p.
5544
5545 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5546 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5547 (gnus-summary-post-news): Use gnus-group-completing-read.
5548
5549 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5550 (gnus-read-move-group-name): Decode group name for completion.
5551
5552 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
5553
5554 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5555 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5556 Yamaoka slightly modified the code).
5557
5558 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
5559
5560 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5561 (nnmail-split-incoming): Bind it.
5562
5563 * nnml.el (nnml-group-name-charset): New function.
5564 (nnml-decoded-group-name): Use it; don't decode group name if
5565 nnmail-group-names-not-encoded-p is non-nil.
5566 (nnml-encoded-group-name): New function.
5567 (nnml-group-pathname): Inline nnml-decoded-group-name.
5568 (nnml-request-expire-articles): Decode group name in message.
5569 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5570 nnmail-pathname-coding-system.
5571 (nnml-save-mail, nnml-active-number): Work with decoded group names and
5572 not decoded ones according to nnmail-group-names-not-encoded-p.
5573 (nnml-generate-active-info): Use nnml-encoded-group-name.
5574
5575 2007-08-08 Glenn Morris <rgm@gnu.org>
5576
5577 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5578 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5579 doc-strings and comments.
5580
5581 2007-07-25 Glenn Morris <rgm@gnu.org>
5582
5583 * Relicense all FSF files to GPLv3 or later.
5584
5585 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
5586
5587 * gnus-sum.el (gnus-summary-move-article): Make
5588 gnus-summary-respool-article work.
5589
5590 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
5591
5592 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5593 string.
5594
5595 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
5596
5597 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
5598 that should be ignored when comparing distant RSS articles with local
5599 ones.
5600 (nnrss-make-hash-index): New function. Create a hash index according
5601 to the ignored fields.
5602 (nnrss-check-group): Use it.
5603
5604 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
5605
5606 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5607
5608 * gnus-art.el (article-decode-group-name): Decode Xref header too.
5609
5610 * gnus-group.el (gnus-group-make-group): Encode group name here unless
5611 the new optional argument ENCODED is non-nil.
5612 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5613 coding system for encoding group name.
5614 (gnus-group-make-rss-group): Pass un-encoded group name to
5615 gnus-group-make-group.
5616 (gnus-group-set-info): Tell gnus-group-make-group that group name is
5617 encoded.
5618
5619 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5620 Encode group name to which articles are moved or copied.
5621 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5622 coding system for encoding Newsgroup, Followup-To and Xref headers.
5623
5624 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5625 marks; use nnheader-file-coding-system to write a file.
5626 (nnagent-retrieve-headers): Bind file-name-coding-system to
5627 nnmail-pathname-coding-system.
5628
5629 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5630
5631 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5632 (nnml-request-article, nnml-request-create-group)
5633 (nnml-request-rename-group, nnml-find-id)
5634 (nnml-possibly-change-directory, nnml-possibly-create-directory)
5635 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5636 (nnml-save-marks): Use nnml-group-pathname instead of
5637 nnmail-group-pathname.
5638
5639 (nnml-request-create-group, nnml-request-expire-articles)
5640 (nnml-request-move-article, nnml-request-delete-group)
5641 (nnml-deletable-article-p, nnml-possibly-create-directory)
5642 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5643 (nnml-open-marks): Bind file-name-coding-system to
5644 nnmail-pathname-coding-system.
5645
5646 (nnml-request-article): Pass server argument to nnml-find-group-number.
5647 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5648 server argument to nnml-possibly-create-directory.
5649 (nnml-request-accept-article): Pass server argument to
5650 nnml-active-number and nnml-save-mail.
5651 (nnml-find-group-number): Pass server argument to nnml-find-id.
5652 (nnml-request-update-info): Pass server argument to
5653 nnml-marks-changed-p.
5654
5655 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5656 (nnml-save-mail, nnml-active-number): Add server argument.
5657
5658 (nnml-request-delete-group): Warn if group is missing.
5659 (nnml-get-nov-buffer): Decode group name.
5660 (nnml-generate-active-info): Encode group name.
5661 (nnml-open-marks): Decode group name in messages.
5662
5663 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
5664
5665 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5666 if it is not specified.
5667 (gnus-article-pipe-part, gnus-article-save-part)
5668 (gnus-article-interactively-view-part, gnus-article-copy-part)
5669 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5670 (gnus-article-inline-part, gnus-article-save-part-and-strip)
5671 (gnus-article-replace-part, gnus-article-delete-part)
5672 (gnus-article-view-part-as-type): Pass raw prefix argument to
5673 gnus-article-part-wrapper.
5674
5675 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
5676
5677 * gnus-agent.el (gnus-agent-save-active): Bind
5678 nnheader-file-coding-system to gnus-agent-file-coding-system.
5679
5680 * gnus-cache.el (gnus-cache-save-buffers)
5681 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5682 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5683 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5684 (gnus-cache-braid-nov, gnus-cache-braid-heads)
5685 (gnus-cache-generate-active, gnus-cache-rename-group)
5686 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5687 (gnus-cache-update-overview-total-fetched-for): Bind
5688 file-name-coding-system to nnmail-pathname-coding-system.
5689 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5690 variables.
5691 (gnus-cache-decoded-group-name): New function.
5692 (gnus-cache-file-name): Use it.
5693 (gnus-cache-generate-active): Use non-decoded group name for active.
5694
5695 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5696 right place.
5697 (gnus-write-active-file): Don't break non-ASCII group names.
5698
5699 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5700 nnmail-pathname-coding-system.
5701
5702 * gnus-uu.el (gnus-uu-decode-save): Typo.
5703
5704 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
5705
5706 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5707
5708 2007-07-14 David Kastrup <dak@gnu.org>
5709
5710 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
5711 finishing actions if we did not edit the article.
5712
5713 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
5714
5715 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5716 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5717 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5718 (gnus-agent-flush-group, gnus-agent-flush-cache)
5719 (gnus-agent-fetch-headers, gnus-agent-load-alist)
5720 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5721 (gnus-agent-retrieve-headers, gnus-agent-request-article)
5722 (gnus-agent-regenerate-group)
5723 (gnus-agent-update-files-total-fetched-for)
5724 (gnus-agent-update-view-total-fetched-for): Bind
5725 file-name-coding-system to nnmail-pathname-coding-system.
5726 (gnus-agent-group-pathname): Don't encode file names by
5727 nnmail-pathname-coding-system.
5728 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5729 coding-system-for-write instead of buffer-file-coding-system to
5730 gnus-agent-file-coding-system.
5731
5732 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5733 Decode group name.
5734
5735 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5736
5737 * gnus-start.el (gnus-update-active-hashtb-from-killed)
5738 (gnus-read-newsrc-el-file): Make group names unibyte.
5739
5740 * nnmail.el (nnmail-group-pathname): Don't encode file names by
5741 nnmail-pathname-coding-system.
5742
5743 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5744 (nnrss-request-delete-group): Bind file-name-coding-system to
5745 nnmail-pathname-coding-system.
5746 (nnrss-read-server-data, nnrss-read-group-data): Bind
5747 file-name-coding-system correctly.
5748 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5749
5750 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5751 (nntp-server-to-method-cache): New variable.
5752 (nntp-group-pathname): New function that decodes non-ASCII group names.
5753 (nntp-possibly-create-directory, nntp-marks-changed-p)
5754 (nntp-save-marks, nntp-open-marks): Use it.
5755 (nntp-possibly-create-directory, nntp-open-marks):
5756 Bind file-name-coding-system to nnmail-pathname-coding-system.
5757 (nntp-open-marks): Decode group names when bootstrapping marks.
5758
5759 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5760 Newsgroups and Folowup-To headers.
5761
5762 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
5763
5764 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5765 (gnus-server-closed-face, gnus-server-denied-face)
5766 (gnus-server-offline-face): Remove variable.
5767 (gnus-server-font-lock-keywords): Use faces that are not aliases.
5768
5769 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5770 of modifying message-stack directly for XEmacs.
5771
5772 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5773 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5774 if the coding-system argument is nil for XEmacs.
5775
5776 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5777 mm-charset-override-alist.
5778
5779 * rfc2047.el: Don't require base64; require rfc2045 for the function
5780 rfc2045-encode-string.
5781 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5782 to quote the parameter value.
5783
5784 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
5785
5786 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5787 form in gnus-group-name-charset-method-alist.
5788
5789 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5790 overrides the default layout edit-form.
5791
5792 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5793
5794 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5795
5796 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
5797
5798 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5799 as unfetched articles.
5800
5801 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
5802
5803 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5804
5805 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
5806
5807 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5808 original back end that keeps marks in the local system.
5809
5810 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
5811
5812 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5813 arg of pop-to-buffer for XEmacs.
5814 (gnus-article-read-summary-keys): Ditto; don't restore window
5815 configuration if summary command ends up with neither article buffer
5816 nor summary buffer; describe bindings if summary keys end with C-h.
5817
5818 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
5819
5820 * message.el (message-fix-before-sending): Skip raw message part to be
5821 forwarded while checking illegible text.
5822 (message-forward-make-body-mime, message-forward-make-body): Mark
5823 signed or encrypted raw message as having no illegible text.
5824
5825 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
5826
5827 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5828 (gnus-message-with-timestamp-1): New macro.
5829 (gnus-message-with-timestamp): New function.
5830 (gnus-message): Use them.
5831
5832 * nnheader.el (nnheader-message): Use them.
5833
5834 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
5835
5836 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5837 .newsrc.eld file.
5838
5839 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
5840
5841 * gnus-agent.el (gnus-agent-fetch-headers)
5842 (gnus-agent-retrieve-headers): Bind
5843 gnus-decode-encoded-address-function to identity.
5844
5845 * nntp.el (nntp-send-xover-command): Recognize an xover command is
5846 available also when the server returns simply a dot.
5847
5848 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5849
5850 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
5851
5852 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5853
5854 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
5855
5856 * gnus-ems.el (gnus-x-splash): Make it work.
5857
5858 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5859 from being used.
5860
5861 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
5862
5863 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5864 the front stickiness.
5865 (gnus-article-summary-command-nosave): Correct the order of the
5866 arguments passed to pop-to-buffer.
5867 (gnus-article-read-summary-keys): Ditto; make it work properly when the
5868 summary command ends up with the article buffer.
5869
5870 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5871 the same faces.
5872
5873 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
5874
5875 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5876
5877 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
5878
5879 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5880 * gnus-sum.el (gnus-summary-highlight):
5881 * mail-source.el (mail-source-delete-old-incoming-confirm):
5882 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5883
5884 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
5885
5886 * gnus-art.el (gnus-mime-view-part-externally)
5887 (gnus-mime-view-part-internally): Fix predicate function passed to
5888 completing-read.
5889
5890 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5891
5892 * gnus.el (gnus-update-message-archive-method): Add :version.
5893
5894 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
5895
5896 * gnus.el (gnus-update-message-archive-method): New variable.
5897
5898 * gnus-start.el (gnus-setup-news): Update saved "archive" method
5899 according to gnus-message-archive-method if
5900 gnus-update-message-archive-method is non-nil.
5901
5902 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
5903
5904 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
5905 by Loic Dachary <loic@dachary.org>.
5906 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5907
5908 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
5909
5910 * message.el (message-pop-to-buffer): Add switch-function argument.
5911 (message-mail): Pass switch-function argument to it.
5912
5913 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
5914
5915 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5916 Improve doc string.
5917
5918 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
5919
5920 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5921 (gnus-header-content)
5922 * gnus-cite.el (gnus-cite-10)
5923 * gnus-srvr.el (gnus-server-closed)
5924 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5925 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5926 (gnus-group-mail-3-empty, gnus-group-mail-low)
5927 (gnus-group-mail-low-empty, gnus-splash)
5928 * message.el (message-header-to, message-header-cc)
5929 (message-header-subject, message-header-other, message-header-name)
5930 (message-header-xheader, message-separator, message-cited-text)
5931 (message-mml): Lighten colors of faces used for dark background.
5932
5933 2007-05-24 Simon Josefsson <simon@josefsson.org>
5934
5935 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5936 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
5937
5938 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
5939
5940 * message.el (message-narrow-to-headers-or-head):
5941 Ignore mail-header-separator in the body.
5942
5943 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
5944
5945 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5946 same as window size.
5947
5948 2007-05-22 Kevin Ryde <user42@zip.com.au>
5949
5950 * message.el (message-font-lock-keywords): Use message-header-xheader
5951 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
5952 ahead of the anything pattern, to get it recognised.
5953
5954 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
5955
5956 * gnus-sum.el (gnus-articles-to-read)
5957 (gnus-summary-insert-old-articles): Don't truncate group name for
5958 `read-string'.
5959
5960 * gnus-util.el (gnus-limit-string): Delete this function.
5961
5962 * gnus-sum.el (gnus-simplify-subject-fully): Use
5963 `truncate-string-to-width' instead.
5964
5965 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
5966
5967 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
5968 if, on summary exit, the next group has to be selected.
5969 (gnus-summary-exit): Use it.
5970
5971 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
5972
5973 * gnus-art.el (gnus-article-mode): Fix comment about displaying
5974 non-break space.
5975
5976 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
5977
5978 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5979 Check if group is not a directory.
5980 (nnfolder-request-expire-articles): Don't delete articles if the target
5981 group is not available.
5982
5983 * nnml.el (nnml-request-create-group): Properly check if group is not a
5984 file.
5985 (nnml-request-expire-articles): Don't delete articles if the target
5986 group is not available.
5987
5988 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5989 Don't quote characters that are within parentheses.
5990
5991 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
5992
5993 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5994 (gnus-handle-ephemeral-exit): Select article according to it.
5995
5996 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
5997
5998 * message.el (message-insert-formated-citation-line): Remove newline.
5999 (message-citation-line-format): Add final \n here so that the user can
6000 avoid a blank line.
6001
6002 2007-05-03 Dan Christensen <jdc@uwo.ca>
6003
6004 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6005 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6006 Update lanl/arXiv support.
6007
6008 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
6009
6010 * gnus.el: Bump version number.
6011
6012 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6013
6014 * gnus.el (gnus-version-number): Bump version.
6015
6016 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
6017
6018 * gnus.el: No Gnus v0.6 is released.
6019
6020 2007-04-27 Didier Verna <didier@xemacs.org>
6021
6022 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6023 * gmm-utils.el (gmm-regexp-concat): here.
6024 * message.el: Don't require 'gnus-util.
6025 (message-dont-reply-to-names): Handle name change above.
6026 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6027
6028 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
6029
6030 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6031 since the initial value varies according to the system.
6032
6033 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
6034
6035 * mm-util.el (mm-charset-synonym-alist): Defcustom.
6036
6037 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
6038
6039 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6040
6041 2007-04-24 Didier Verna <didier@xemacs.org>
6042
6043 Improve the type of gnus-ignored-from-addresses.
6044 * gnus-util.el (gnus-orify-regexp): New function.
6045 * message.el (gnus-util): Require it.
6046 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6047 * gnus-sum.el (gnus-ignored-from-addresses): New function.
6048 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6049
6050 2007-04-24 Didier Verna <didier@xemacs.org>
6051
6052 * gnus-sum.el:
6053 * gnus-utils.el: Fix some trailing whitespaces.
6054
6055 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
6056
6057 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6058 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6059 article's Message-ID; refer parent article in summary buffer.
6060
6061 * message.el (message-bounce): Call mime-to-mml.
6062
6063 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
6064
6065 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6066
6067 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
6068
6069 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6070 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6071 displayed of multipart/alternative part if it is invoked from summary
6072 buffer.
6073
6074 * mm-view.el (mm-inline-text-html-render-with-w3m)
6075 (mm-inline-text-html-render-with-w3m-standalone)
6076 (mm-inline-render-with-function): Use mail-parse-charset by default.
6077
6078 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
6079
6080 * parse-time.el (parse-time-string-chars): Check if CHAR
6081 is less than the length of parse-time-syntax.
6082
6083 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
6084
6085 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6086 from gnus-newsgroup-processable.
6087
6088 2007-04-16 Didier Verna <didier@xemacs.org>
6089
6090 * gnus-msg.el (gnus-configure-posting-styles): Handle
6091 message-signature-directory properly with :file syntax. Reported by
6092 "Leo".
6093
6094 2007-04-11 Didier Verna <didier@xemacs.org>
6095
6096 New user option: message-signature-directory.
6097 * gnus-msg.el (gnus-configure-posting-styles): Support it.
6098 * message.el (message-insert-signature): Ditto.
6099 * message.el (message-signature-file): Doc update.
6100 * message.el (message-signature-directory): New.
6101
6102 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
6103
6104 * gnus-msg.el (gnus-inews-yank-articles): Use
6105 message-exchange-point-and-mark instead of exchange-point-and-mark.
6106
6107 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
6108
6109 * message.el (message-yank-original): Make sure cited text ends with
6110 newline; don't exchange point and mark.
6111
6112 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
6113
6114 * tls.el (open-tls-stream): Properly handle case where there
6115 is no associated buffer.
6116
6117 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
6118
6119 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6120 message-yank-original, make sure (< mark TEXT point).
6121
6122 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
6123
6124 * message.el (message-fill-column): New variable.
6125 (message-mode): Use it. Add comment on a possible new hook.
6126
6127 * nnmail.el (nnmail-spool-file): Mark as obsolete.
6128 (nnmail-get-new-mail): Reformat.
6129
6130 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6131
6132 * gmm-utils.el: Fix Commentary.
6133 (gmm-tool-bar-from-list): Fix typo in doc string.
6134
6135 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
6136
6137 * message.el (message-yank-original): Don't switch point and mark
6138 unnecessarily to put point and mark as documented.
6139
6140 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6141
6142 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6143 from the message heads.
6144
6145 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
6146
6147 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6148 article buffer does not have a window. This may not be the best
6149 solution but is certainly better than setting the start of the null,
6150 that is the current, window.
6151
6152 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
6153
6154 * gnus-draft.el (gnus-draft-setup-hook): New hook.
6155 (gnus-draft-setup): Run it.
6156
6157 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6158 gnus-score-fast-scoring. Allow regexp.
6159 (gnus-score-headers): Use it.
6160
6161 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6162 XEmacs.
6163
6164 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6165 string.
6166 (gnus-button-alist): Also catch `<f1> k ...'.
6167 (gnus-treat-display-x-face): Fix doc string.
6168
6169 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6170
6171 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6172 evaluation of gnus-extended-version to ensure correct generation of the
6173 User-Agent header when message-generate-headers-first is used.
6174
6175 2007-03-24 Simon Josefsson <simon@josefsson.org>
6176
6177 * hashcash.el (hashcash-generate-payment-async): Don't crash if
6178 hashcash-path is nil. Don't call callback with incorrect number of
6179 parameters if val is 0.
6180
6181 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6182
6183 * message.el (message-required-news-headers):
6184 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6185
6186 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6187
6188 * message.el (message-generate-new-buffers): Change the meaning of the
6189 nil value; add `standard' to the choices; treat t as `unique'; improve
6190 doc string.
6191 (gnus-select-frame-set-input-focus): Autoload.
6192 (message-buffer-name): Search for the existing message buffer if
6193 message-generate-new-buffers is nil or `standard'; treat the value t of
6194 message-generate-new-buffers as `unique'.
6195 (message-pop-to-buffer): Raise the frame already displaying the message
6196 buffer; clear the echo area after querying.
6197 (message-setup): Pass the `continue' argument to compose-mail.
6198 (message-mail): Prefer `switch-function' if it is given; search for the
6199 existing message buffer if the `continue' argument is non-nil; pass
6200 continue and switch-function arguments to compose-mail by way of
6201 message-setup.
6202 (message-mail-other-window): Adjust argument of message-setup.
6203 (message-mail-other-frame): Ditto.
6204
6205 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
6206
6207 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6208 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6209 to turn font-lock on when turning gnus-message-citation-mode on.
6210
6211 2007-03-06 Daiki Ueno <ueno@unixuser.org>
6212
6213 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6214 (mml-smime-function-alist): New variable; add epg as the backend.
6215 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6216 mml-smime- functions instead.
6217 * mm-view.el: Require smime.
6218
6219 2007-03-05 Didier Verna <didier@xemacs.org>
6220
6221 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6222 instead of just inheritance for posting styles.
6223 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6224
6225 2007-02-24 John Paul Wallington <jpw@pobox.com>
6226
6227 * tls.el (tls-certtool-program): Fix custom type.
6228
6229 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
6230
6231 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6232 and point-at-eol instead of line-(beginning|end)-position.
6233
6234 * assistant.el (assistant-parse-buffer): Ditto.
6235
6236 2007-02-28 Daiki Ueno <ueno@unixuser.org>
6237
6238 * mml2015.el (mml2015-epg-find-usable-key): New function.
6239 (mml2015-epg-sign): Use it.
6240 (mml2015-epg-encrypt): Use it.
6241
6242 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
6243
6244 * message.el (message-make-in-reply-to): Quote name containing
6245 non-ASCII characters. It will make the RFC2047 encoder cause an error
6246 if there are special characters. Reported by NAKAJI Hiroyuki
6247 <nakaji@jp.freebsd.org>.
6248
6249 2007-02-27 Didier Verna <didier@xemacs.org>
6250
6251 Include the group parameters as well as the topic ones in the
6252 inheritance filter process.
6253 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6254 argument GROUP-PARAMS-LIST.
6255 * gnus-topic.el (gnus-group-topic-parameters): Use it.
6256
6257 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6258
6259 * nntp.el (nntp-never-echoes-commands)
6260 (nntp-open-connection-functions-never-echo-commands): New variables.
6261 (nntp-send-command): Use them.
6262
6263 2007-02-20 Daiki Ueno <ueno@unixuser.org>
6264
6265 * mml2015.el (mml2015-epg-verify): Simplified.
6266
6267 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
6268
6269 * mml.el (mml-content-disposition-alist): New user option.
6270 (mml-content-disposition): New function.
6271 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6272 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6273
6274 2007-02-19 Daiki Ueno <ueno@unixuser.org>
6275
6276 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6277 verification.
6278
6279 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6280
6281 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6282 articles posted in the last 24 hours.
6283
6284 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
6285
6286 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6287
6288 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
6289
6290 * nntp.el (nntp-send-command): Don't wait for echoes when
6291 nntp-open-ssl-stream is used.
6292
6293 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
6294
6295 * gnus-cite.el (gnus-test-font-lock-add-keywords)
6296 (gnus-message-add-citation-keywords)
6297 (gnus-message-remove-citation-keywords): Remove.
6298 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6299 directly, make the variables in font-lock-defaults buffer-local, add
6300 gnus-message-citation-keywords to them and then update the value of
6301 font-lock-keywords.
6302
6303 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
6304
6305 * message.el (message-cite-original-1): Don't call
6306 gnus-article-highlight-citation.
6307
6308 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6309 citations; fix line count.
6310
6311 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
6312
6313 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6314 (gnus-message-add-citation-keywords)
6315 (gnus-message-remove-citation-keywords): Use it; fix the emulating
6316 versions of font-lock-add-keywords and font-lock-remove-keywords to
6317 work with XEmacs correctly.
6318
6319 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
6320
6321 * gnus-cite.el (gnus-cite-face-list): Set the values of
6322 gnus-message-max-citation-depth and gnus-message-citation-keywords.
6323 (gnus-message-max-citation-depth): Use defvar rather than defconst.
6324 (gnus-message-cite-prefix-regexp): New variable.
6325 (gnus-message-search-citation-line): Use it; protect against long
6326 citation prefix; fill match data with nil rather than 0 for XEmacs; set
6327 the 0th match data for Emacs.
6328 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6329 (gnus-message-add-citation-keywords): Append keywords rather than
6330 prepending; emulate font-lock-add-keywords if it is not available.
6331 (gnus-message-remove-citation-keywords): Emulate
6332 font-lock-remove-keywords if it is not available.
6333
6334 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6335
6336 * message.el (message-cite-prefix-regexp): Set the value of
6337 gnus-message-cite-prefix-regexp.
6338
6339 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6340
6341 * nnweb.el (nnweb-google-parse-1): Update parser.
6342
6343 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
6344
6345 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6346
6347 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6348
6349 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6350 regexp.
6351
6352 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
6353
6354 * uudecode.el (uudecode-string-to-multibyte): New function emulating
6355 string-to-multibyte.
6356 (uudecode-decode-region-internal): Use it.
6357
6358 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
6359
6360 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6361 custom choice.
6362
6363 * gnus-art.el (gnus-signature-limit): Fix custom choice.
6364
6365 2007-01-22 Daiki Ueno <ueno@unixuser.org>
6366
6367 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6368
6369 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6370 `write-region' to respect `mm-inhibit-file-name-handlers'.
6371
6372 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
6373
6374 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6375 Use gnus-home-directory instead of "~/" or "$HOME".
6376
6377 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
6378
6379 * encrypt.el (encrypt-insert-file-contents): Add better prompt
6380 to mention filename.
6381 Add comments at beginning regarding usage.
6382 (encrypt-write-file-contents): Change interactive so a string is
6383 acceptable. If the file has no associated model, show an error instead
6384 of a nonsense prompt.
6385
6386 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6387
6388 * spam.el (spam-bsfilter-ham-switch): Fix typo.
6389 Thanks to Yoshihiko Yamada for kind notification of this typo.
6390
6391 2007-01-12 Kenichi Handa <handa@m17n.org>
6392
6393 * uudecode.el (uudecode-decode-region-internal): Make it work in a
6394 multibyte buffer.
6395
6396 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
6397
6398 * gnus-score.el (gnus-score-fast-scoring): New variable.
6399 (gnus-score-headers): Use it.
6400
6401 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6402
6403 * message.el (message-cite-original-1): Call
6404 gnus-article-highlight-citation if requested.
6405 (message-make-from): Allow name and address as optional arguments.
6406
6407 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6408
6409 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6410 bugs to doc string.
6411 (gnus-button-alist): Add mid\\|message-id.
6412 (gnus-button-fetch-group): Extend for use in
6413 `browse-url-browser-function'.
6414 (gnus-button-url-regexp): Try to catch paired parentheses like in
6415 Wikipedia URLs.
6416
6417 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6418 Suggested by Simon Krahnke <overlord@gmx.li>.
6419
6420 2007-01-13 Romain Francoise <romain@orebokech.com>
6421
6422 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6423 Update copyright.
6424
6425 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
6426
6427 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6428
6429 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
6430
6431 * gnus-registry.el (gnus-registry-unfollowed-groups)
6432 (gnus-registry-split-fancy-with-parent): Fix documentation.
6433
6434 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6435
6436 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6437 from nnweb groups.
6438
6439 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6440
6441 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6442 Xref urls. Erase buffer before requesting head.
6443
6444 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6445
6446 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
6447
6448 * gnus-soup.el (gnus-soup): New custom group. Make user variables
6449 customizable.
6450
6451 2007-01-05 Daiki Ueno <ueno@unixuser.org>
6452
6453 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6454 no signing key is found.
6455 (mml2015-epg-encrypt): Ask user whether to skip or abort if
6456 no encrypting and/or signing key is found.
6457
6458 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
6459
6460 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6461
6462 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6463
6464 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6465 headers read from disk with the ones newly found in the current search.
6466 This should no longer cause problems, because the article numbers in
6467 Gmane's `nov.php' output are ignored since the previous change.
6468
6469 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6470
6471 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6472
6473 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
6474
6475 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6476
6477 2007-01-01 Romain Francoise <romain@orebokech.com>
6478
6479 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6480
6481 2006-12-31 Steve Youngs <steve@sxemacs.org>
6482
6483 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6484 `define-minor-mode' macro definition expanded properly.
6485 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6486 exclude it there.
6487
6488 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6489 of 2006-12-30. The default is nil on (S)XEmacs already because of the
6490 `fboundp' test.
6491 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6492 This is OK to autoload in (S)XEmacs now.
6493
6494 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6495
6496 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6497 keystroke.
6498 (gnus-summary-limit-to-singletons): Fix typo.
6499
6500 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6501 else fails.
6502
6503 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6504
6505 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6506 docstring.
6507
6508 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6509 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6510 (gnus-summary-insert-dormant-articles): Fix typo in message.
6511
6512 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
6513
6514 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6515 nil for XEmacs.
6516 (gnus-message-citation-mode): Don't autoload in XEmacs.
6517
6518 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6519
6520 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
6521
6522 * nnimap.el (nnimap-expunge-search-string): Mention
6523 nnimap-search-uids-not-since-is-evil in docstring.
6524
6525 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
6526
6527 * spam.el: Revert to make-obsolete-variable because
6528 define-obsolete-variable-alias is not supported in Emacs 21.
6529
6530 * spam.el (spam-ifile-path, spam-ifile-database-path)
6531 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6532 make-obsolete-variable.
6533 (spam-bsfilter-path, spam-bsfilter-program)
6534 (spam-spamassassin-path, spam-spamassassin-program)
6535 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
6536 use "path" inappropriately.
6537 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6538 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6539 variable names.
6540
6541 2006-12-28 Daiki Ueno <ueno@unixuser.org>
6542
6543 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6544 summary buffer.
6545
6546 * password.el (password-cache-remove): Use clear-string to burn
6547 password, if available.
6548
6549 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
6550
6551 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6552
6553 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6554
6555 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6556 (gnus-message-highlight-citation): Move defcustom here from
6557 gnus-cite.el.
6558 (gnus-message-citation-mode): Autoload.
6559
6560 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
6561 checks to make it compile with XEmacs.
6562 (gnus-message-citation-mode): New minor mode.
6563 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6564 (gnus-message-highlight-citation): New variables.
6565 (gnus-message-search-citation-line)
6566 (gnus-message-add-citation-keywords)
6567 (gnus-message-remove-citation-keywords)
6568 (turn-on-gnus-message-citation-mode)
6569 (turn-off-gnus-message-citation-mode): New functions.
6570
6571 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
6572
6573 * gnus-cite.el: Enable highlighting of different citation levels in
6574 message-mode.
6575
6576 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
6577
6578 * message.el (message-make-fqdn): Fix comment.
6579 (message-bogus-system-names): Add ".local".
6580
6581 * spam.el (spam-ifile-path, spam-ifile-program)
6582 (spam-ifile-database-path, spam-ifile-database)
6583 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6584 Don't use "path" inappropriately.
6585 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6586 strings.
6587 (spam-check-ifile, spam-ifile-register-with-ifile)
6588 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6589 new variable names.
6590
6591 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6592 (gnus-treat-display-smileys): Simplify using
6593 gnus-image-type-available-p.
6594
6595 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6596 available.
6597
6598 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6599
6600 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6601 one after turning on the buffer's multibyteness instead of decoding
6602 them directly in the unibyte buffer that causes unexpected conversion
6603 in Emacs 23 (unicode).
6604
6605 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6606
6607 * message.el (message-generate-hashcash): Fix custom type.
6608
6609 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
6610
6611 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6612
6613 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
6614
6615 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6616 disconnect icons. Add help text.
6617
6618 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
6619
6620 * spam.el (spam-extra-header-to-number): CRM114 spam score is
6621 negated to be consistent with the others we handle.
6622
6623 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6624
6625 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6626 version of gnus-summary-buffer to something, so that we can use two
6627 article buffers at the same time.
6628
6629 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
6630
6631 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6632 trigger all the extra headers.
6633 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6634 sorting.
6635
6636 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6637
6638 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6639 solid groups.
6640
6641 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6642
6643 * legacy-gnus-agent.el: Add Copyright notice.
6644
6645 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
6646
6647 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6648
6649 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6650
6651 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6652
6653 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6654 to make it work reliably in CVS Emacs.
6655 (gnus-summary-limit-strange-charsets-predicate)
6656 (gnus-summary-limit-to-predicate): New functions.
6657
6658 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
6659
6660 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6661 specifying array size.
6662 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6663 array if it is too small.
6664 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6665 (gnus-sort-threads-loop): New function.
6666
6667 2006-12-06 Chris Moore <dooglus@gmail.com>
6668
6669 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6670 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6671
6672 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
6673
6674 * mm-url.el (mm-url-predefined-programs): Call curl with correct
6675 options.
6676
6677 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6678
6679 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6680 DOS-ing the recipient.
6681
6682 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6683 the headers when creating the mapping to avoid mismappings.
6684 (nnweb-gmane-create-mapping): Always nix out old mapping.
6685
6686 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
6687
6688 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6689 and mm-verify-option to never.
6690
6691 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
6692
6693 * message.el (message-signed-or-encrypted-p): New function.
6694 (message-forward-make-body): Use it.
6695
6696 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6697 Replace encode-coding-string with mm-encode-coding-string.
6698
6699 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
6700
6701 * nneething.el (nneething-decode-file-name): Replace
6702 decode-coding-string with mm-decode-coding-string.
6703
6704 * gnus-int.el (gnus-open-server): Say failed server's name.
6705
6706 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
6707
6708 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6709 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6710
6711 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6712 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6713 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6714 (gnus-group-make-directory-group, gnus-group-transpose-groups):
6715 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6716 (gnus-subscribe-newsgroup, gnus-1):
6717 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6718 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6719 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6720 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6721
6722 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6723
6724 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6725 keystroke.
6726 (gnus-summary-limit-to-bodies): Implement headersp.
6727
6728 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6729
6730 * dns.el (query-dns): Protect against "Process dns deleted" strings.
6731
6732 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
6733
6734 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6735
6736 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6737
6738 * message.el (message-generate-hashcash): Expand range of values to
6739 include `opportunistic'.
6740 (message-send-mail): Use it.
6741
6742 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6743
6744 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6745 and comment it.
6746
6747 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6748
6749 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
6750
6751 * gnus-util.el (gnus-extract-address-components): Improve comment.
6752
6753 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
6754
6755 * gnus-util.el (gnus-extract-address-components): Work with address in
6756 which the name portion contains @.
6757
6758 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
6759
6760 * gnus.el (gnus-start): Move custom group up.
6761 (gnus-select-method): Don't autoload, but make it available for
6762 `customize-variable'.
6763 (gnus-getenv-nntpserver): Don't autoload.
6764
6765 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
6766
6767 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6768
6769 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
6770
6771 * message.el (message-sendmail-extra-arguments): New variable.
6772 (message-send-mail-with-sendmail): Use it.
6773
6774 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
6775
6776 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6777 mm-with-unibyte-current-buffer to make string unibyte.
6778
6779 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6780 mm-string-as-multibyte.
6781
6782 2006-11-14 Daiki Ueno <ueno@unixuser.org>
6783
6784 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6785 Reported by Werner Koch <wk@gnupg.org>.
6786
6787 2006-11-14 Daiki Ueno <ueno@p360>
6788
6789 * mml2015.el: Autoload epa-select-keys when compiling.
6790
6791 2006-11-13 Daiki Ueno <ueno@unixuser.org>
6792
6793 * mml2015.el (mml2015-epg-sign): Save the signing keys in
6794 message-options.
6795 (mml2015-epg-encrypt): Save the recipient keys in message-options.
6796
6797 2006-11-13 Daiki Ueno <ueno@unixuser.org>
6798
6799 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6800 EasyPG (< 0.0.6).
6801 (mml2015-always-trust): New user option.
6802 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6803 prompt.
6804
6805 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
6806
6807 * nntp.el (nntp-authinfo-force): New variable.
6808 (nntp-send-authinfo): Use it.
6809
6810 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
6811
6812 * message.el (message-strip-subject-encoded-words): Allow _not_ to
6813 decode encoded words. Improve prompt. Add comment about forwarding.
6814 (message-replacement-char): Move up.
6815
6816 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6817
6818 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6819 instead of gnus-intersection because arguments of gnus-sorted-nunion
6820 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
6821
6822 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
6823
6824 * message.el (message-strip-subject-encoded-words): Reformat prompt.
6825 (message-simplify-subject-functions): Enable
6826 message-strip-subject-encoded-words by default.
6827
6828 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
6829
6830 * message.el (message-strip-subject-encoded-words): New function.
6831 (message-simplify-subject-functions): New variable.
6832 (message-simplify-subject): Use it. Fix typo in doc string.
6833 Support message-strip-subject-encoded-words.
6834
6835 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
6836
6837 * gnus-diary.el (gnus-diary-delay-format-function):
6838 * nndiary.el (nndiary-reminders):
6839 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6840
6841 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
6842
6843 * gnus-art.el (article-hide-boring-headers): Fetch date from
6844 gnus-original-article-buffer to avoid problems with localized date
6845 strings.
6846
6847 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
6848
6849 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6850
6851 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
6852
6853 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6854 New variables.
6855 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6856 (mm-charset-synonym-alist): Move some entries to
6857 mm-codepage-iso-8859-list.
6858 (mm-charset-synonym-alist, mm-charset-override-alist): Add
6859 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6860
6861 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
6862
6863 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6864
6865 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6866
6867 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6868 with Emacs 21 and XEmacs.
6869
6870 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
6871
6872 * spam.el (spam-parse-address): New function for better parsing,
6873 catching errors, etc.
6874 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6875
6876 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
6877
6878 * mm-view.el: Add interactive arg to html2text autoload.
6879
6880 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
6881
6882 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6883
6884 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
6885
6886 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6887 variables.
6888 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6889 (mm-charset-synonym-alist): Move some entries to
6890 mm-codepage-iso-8859-list.
6891
6892 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6893
6894 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
6895
6896 * message.el (message-citation-line-format)
6897 (message-insert-formated-citation-line): Fix implementation of %E, %N
6898 and %n according to the doc string.
6899
6900 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
6901
6902 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6903 car-safe to avoid bad parses.
6904
6905 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6906
6907 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6908 names.
6909
6910 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6911
6912 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6913
6914 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6915 header.
6916
6917 * message.el (message-draft-headers): Add Date.
6918 (message-headers-to-generate): Fix typo in docstring.
6919
6920 * nndraft.el (nndraft-required-headers): New variable.
6921 (nndraft-generate-headers): Use it.
6922
6923 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6924
6925 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
6926
6927 * gnus-registry.el (gnus-registry-wash-for-keywords)
6928 (gnus-registry-find-keywords): New functions to allow easy searching of
6929 articles that are in the registry.
6930
6931 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
6932
6933 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6934 ietf-drums-parse-address instead of gnus-extract-address-components.
6935 Reported by Damien Elmes <damien@repose.cx>.
6936
6937 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
6938
6939 * gnus.el (gnus-mime): Remove unused custom group.
6940
6941 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6942
6943 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6944 "blank line" when searching for end of armor headers.
6945
6946 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
6947
6948 * gmm-utils.el (gmm-write-region): Fix variable name.
6949
6950 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
6951
6952 * gmm-utils.el (gmm-write-region): New function based on compatibility
6953 code from `mm-make-temp-file'.
6954
6955 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6956
6957 * nnmaildir.el (nnmaildir--update-nov)
6958 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6959 Use `gmm-write-region'.
6960
6961 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
6962
6963 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6964 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6965
6966 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6967
6968 * message.el (message-replacement-char): New variable.
6969 (message-fix-before-sending): Use it.
6970 (message-simplify-subject): New function to remove duplicate code.
6971 (message-reply, message-followup): Use it.
6972
6973 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6974 gnus-summary-limit-to-articles.
6975
6976 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
6977
6978 * gnus-util.el (gnus-with-local-quit): New macro.
6979
6980 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6981
6982 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
6983
6984 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6985 ignore non-string data.
6986
6987 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
6988
6989 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6990 non-string data (needs to be done in the registry too).
6991
6992 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
6993
6994 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6995 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6996 (gnus-registry-split-fancy-with-parent)
6997 (gnus-registry-fetch-simplified-message-subject-fast)
6998 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6999 Remove text properties on ingress into the registry and when it's saved.
7000 (gnus-registry-clean-empty-function): Fix bug with cleaning the
7001 registry from entries with no groups.
7002
7003 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7004
7005 * gnus-util.el (gnus-string-remove-all-properties): Add utility
7006 function to remove string properties.
7007
7008 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
7009
7010 * gmm-utils.el (gmm): Adjust custom version.
7011
7012 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7013 custom version.
7014
7015 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7016
7017 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
7018
7019 * gnus-art.el (gnus-insert-prev-page-button)
7020 (gnus-insert-next-page-button): Simplify. Reformat.
7021
7022 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
7023
7024 * gnus-art.el (gnus-insert-prev-page-button)
7025 (gnus-insert-next-page-button): Apply gnus-article-button-face.
7026
7027 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
7028
7029 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7030
7031 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
7032
7033 * gnus-art.el (gnus-insert-mime-button)
7034 (gnus-insert-mime-security-button):
7035 Apply gnus-article-button-face to MIME and security buttons.
7036
7037 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
7038
7039 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7040 readable.
7041
7042 2006-09-20 Steve Youngs <steve@sxemacs.org>
7043
7044 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7045 `browse-url-of-file' instead of `browse-url'.
7046
7047 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7048
7049 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7050 regexp. Articles containing quotation were cut prematurely.
7051
7052 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7053
7054 * message.el (message-cite-original-1): Use nobody by default for the
7055 value of From header.
7056 (message-reply): Ditto.
7057
7058 2006-09-11 Daiki Ueno <ueno@unixuser.org>
7059
7060 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7061 to the gnus-info. This fixes a bug of inline-PGP message verification.
7062 Reported by Michael Piotrowski <mxp@dynalabs.de>.
7063
7064 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
7065
7066 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7067 mails in the doc string. Add some URLs in comment.
7068 (pop3-movemail): Warn about pop3-leave-mail-on-server.
7069
7070 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
7071
7072 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7073 backslashes handling and the way to find boundaries of quoted strings.
7074
7075 2006-09-07 Daiki Ueno <ueno@unixuser.org>
7076
7077 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7078 mml1991-encrypt-to-self is set and mml1991-signers is not set.
7079 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7080 mml2015-encrypt-to-self is set and mml2015-signers is not set.
7081
7082 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
7083
7084 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
7085 doc string.
7086 (gnus-button-regexp, gnus-button-last): Remove unused variables.
7087
7088 2006-09-06 Simon Josefsson <jas@extundo.com>
7089
7090 * mml2015.el (mml2015-use): Doc fix, mention epg.
7091
7092 2006-09-06 Daiki Ueno <ueno@unixuser.org>
7093
7094 * mml2015.el (mml2015-use): Default to epg, if available.
7095
7096 2006-09-06 Daiki Ueno <ueno@unixuser.org>
7097
7098 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7099 message-sender.
7100 (mml1991-epg-encrypt): Ditto.
7101 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7102 message-sender.
7103 (mml2015-epg-encrypt): Ditto.
7104
7105 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
7106
7107 * message.el (message-send-mail-with-sendmail): Look for sendmail in
7108 several common directories.
7109
7110 2006-09-05 Daiki Ueno <ueno@unixuser.org>
7111
7112 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7113 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7114
7115 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
7116
7117 * gnus-art.el (article-decode-encoded-words): Make it fast.
7118
7119 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
7120
7121 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7122
7123 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7124 in quoted string into `\'.
7125
7126 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7127
7128 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7129 Use standard-syntax-table.
7130
7131 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7132
7133 * gnus-art.el (gnus-decode-address-function): New variable.
7134 (article-decode-encoded-words): Use it to decode headers which are
7135 assumed to contain addresses.
7136 (gnus-mime-delete-part): Remove useless `or'.
7137
7138 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7139 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7140 (gnus-nov-parse-line): Use it to decode From header.
7141 (gnus-get-newsgroup-headers): Ditto.
7142 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7143
7144 * mail-parse.el (mail-decode-encoded-address-region): New alias.
7145 (mail-decode-encoded-address-string): New alias.
7146
7147 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7148 New function.
7149 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7150 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7151 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7152 (rfc2047-decode-string): Ditto.
7153 (rfc2047-decode-address-region): New function.
7154 (rfc2047-decode-address-string): New function.
7155
7156 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
7157
7158 * message.el (message-caesar-buffer-body): Allow rotating headers.
7159
7160 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7161
7162 * message.el (message-insert-formated-citation-line): Fix %f.
7163 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7164
7165 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7166
7167 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7168 (gnus-bookmark-mouse-available-p): New macro.
7169 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7170 (gnus-bookmark-bmenu-show-infos): Use it.
7171 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7172 (gnus-bookmark-bmenu-hide-infos): Ditto.
7173 (gnus-bookmark-remove-properties): New function.
7174 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7175 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7176 (gnus-bookmark-write-file): Bind coding-system-for-write.
7177 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7178 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7179 group before selecting it.
7180 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7181 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7182 quit-window if it is not available; use gnus-mouse-2 and bind it to
7183 gnus-bookmark-bmenu-select-by-mouse.
7184 (gnus-bookmark-show-details): Remove unused variable `details-list'.
7185 (gnus-bookmark-bmenu-select-by-mouse): New function.
7186
7187 2006-08-13 Romain Francoise <romain@orebokech.com>
7188
7189 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7190 space.
7191
7192 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7193
7194 * compface.el (uncompface): Use binary rather than raw-text-unix.
7195
7196 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7197
7198 * compface.el (uncompface): Make sure the eol conversion doesn't take
7199 place when communicating with the external programs. Reported by
7200 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7201
7202 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
7203
7204 * nnheader.el (nnheader-insert-head): Fix typo in comment.
7205
7206 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7207
7208 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7209 Make it more robust by parsing author and date independently.
7210
7211 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
7212
7213 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7214
7215 2006-07-28 Daiki Ueno <ueno@unixuser.org>
7216
7217 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7218 first matching secret key.
7219 (mml2015-epg-encrypt): Ditto.
7220
7221 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7222 first matching secret key.
7223 (mml1991-epg-encrypt): Ditto.
7224
7225 * mml2015.el (mml2015-encrypt-to-self): New user option.
7226 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7227 mml2015-epg-encrypt-to-self is set.
7228
7229 * mml1991.el (mml1991-encrypt-to-self): New variable.
7230 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7231 mml1991-epg-encrypt-to-self is set.
7232
7233 * mml2015.el (mml2015-signers): New user option.
7234 (mml2015-epg-sign): Reflect the value of mml2015-signers.
7235 (mml2015-epg-encrypt): Allow to select signing keys.
7236
7237 * mml1991.el (mml1991-signers): New variable.
7238 (mml1991-epg-sign): Reflect the value of mml1991-signers.
7239 (mml1991-epg-encrypt): Allow to select signing keys.
7240
7241 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
7242
7243 * nnheader.el (nnheader-insert-head): Make it work even if the file
7244 uses CRLF for the line-break code.
7245
7246 2006-07-25 Daiki Ueno <ueno@unixuser.org>
7247
7248 * mml2015.el: Require mml-sec instead of password.
7249 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7250 (mml2015-cache-passphrase): Inherit the default value from
7251 mml-secure-cache-passphrase.
7252 (mml2015-passphrase-cache-expiry): Inherit the default value from
7253 mml-secure-passphrase-cache-expiry.
7254
7255 * mml1991.el: Require mml-sec instead of password.
7256 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7257 (mml1991-cache-passphrase): Inherit the default value from
7258 mml-secure-cache-passphrase.
7259 (mml1991-passphrase-cache-expiry): Inherit the default value from
7260 mml-secure-passphrase-cache-expiry.
7261
7262 * mml-sec.el: Require password.
7263 (mml-secure-verbose): New user option.
7264 (mml-secure-cache-passphrase): New user option.
7265 (mml-secure-passphrase-cache-expiry): New user option.
7266
7267 2006-07-24 Daiki Ueno <ueno@unixuser.org>
7268
7269 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7270 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
7271 andreas@altroot.de (Andreas Vögele).
7272
7273 FIXME: Use `tiny change'?
7274
7275 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7276
7277 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7278 workaround for the url package included with Emacs.
7279
7280 * nnweb.el (nnweb-google-create-mapping): Update regexp.
7281
7282 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
7283
7284 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7285 correctly. This fixes a bug caused by the 2006-05-12 change.
7286
7287 2006-07-18 Karl Fogel <kfogel@red-bean.com>
7288
7289 * nnmail.el (nnmail-article-group): If splitting raises an error, give
7290 some information about the error when saying that the `bogus' mail
7291 group will be used.
7292
7293 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
7294
7295 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7296 string.
7297
7298 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
7299
7300 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7301
7302 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7303
7304 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7305
7306 2006-07-10 Daiki Ueno <ueno@unixuser.org>
7307
7308 * mml1991.el (mml1991-function-alist): Add epg.
7309 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7310 (mml1991-epg-encrypt): New functions.
7311
7312 2006-07-10 Daiki Ueno <ueno@unixuser.org>
7313
7314 * mml2015.el (mml2015-verbose): New variable.
7315 (mml2015-cache-passphrase): Ditto.
7316 (mml2015-passphrase-cache-expiry): Ditto.
7317 (mml2015-function-alist): Add epg.
7318 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7319 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7320 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7321 functions.
7322
7323 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7324
7325 * message.el (message-cite-original-1): Preserve region when removing
7326 quoted text due to X-No-Archive in order to avoid bogus attribution
7327 when citing multiple messages.
7328
7329 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7330
7331 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
7332 Kenneth Jacker <khj@be.cs.appstate.edu>.
7333
7334 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
7335
7336 * gnus-diary.el (gnus-user-format-function-d)
7337 (gnus-user-format-function-D): Autoload.
7338
7339 * imap.el (Commentary): Fix typo.
7340
7341 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7342 2006-04-22 contribution.
7343
7344 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7345
7346 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7347 It didn't really fix the bogosity I'm seeing with solid web groups.
7348
7349 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7350
7351 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7352 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7353 created using server names. If we use the feature without declaring
7354 it, Gnus does not properly manage server and group state.
7355
7356 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7357 bound.
7358
7359 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7360
7361 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7362 looking up the method using GROUP's prefix before inventing a new one.
7363 It is used on killed/unknown groups in various places where returning
7364 an all-new method isn't expected by the caller.
7365
7366 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7367 and match semantics of gnus-group-real-prefix.
7368
7369 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
7370
7371 * nnmail.el (nnmail-broken-references-mailers): New variable.
7372 (nnmail-ignore-broken-references): New function generalizing
7373 nnmail-fix-eudora-headers.
7374 (nnmail-fix-eudora-headers): Now obsolete.
7375
7376 * gnus-art.el (gnus-button-handle-custom): Support
7377 `customize-apropos*'.
7378
7379 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7380
7381 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7382
7383 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7384 articles.
7385
7386 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
7387
7388 * message.el (message-cite-reply-above): New variable.
7389 (message-yank-original): Use it.
7390
7391 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
7392
7393 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7394
7395 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
7396
7397 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7398 as read.
7399
7400 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7401
7402 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
7403
7404 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7405 (gnus-bookmark-default-file): Use gnus-directory.
7406 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7407 Remove "*" in doc string.
7408 (gnus-bookmark-write-file): Simplify.
7409 (gnus-bookmark-maybe-sort-alist): Use `when'.
7410 (gnus-bookmark-get-bookmark): Fix typo in doc string.
7411 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7412 FIXME about Emacs 21 and XEmacs compatibility.
7413 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7414 compatibility.
7415 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7416 compatibility.
7417 (gnus-bookmark-menu-heading): Fix version.
7418
7419 2006-06-19 Bastien Guerry <bzg@altern.org>
7420
7421 * gnus-bookmark.el: New file.
7422
7423 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
7424
7425 * message.el (message-syntax-checks): Doc fix.
7426
7427 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7428
7429 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7430 unsubscribed groups as if they were killed ones. It causes duplicate
7431 entries in gnus-newsrc-alist.
7432
7433 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
7434
7435 * message.el (message-syntax-checks): Doc fix.
7436 (message-send-mail): Add check for continuation headers.
7437 (message-check-news-header-syntax): Fix regexp used to check for
7438 continuation headers.
7439
7440 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
7441
7442 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7443
7444 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
7445
7446 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7447
7448 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
7449
7450 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7451 default-truncate-lines.
7452
7453 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
7454
7455 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7456 to fill the utf-8 entry.
7457
7458 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7459
7460 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7461
7462 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
7463
7464 * gnus-agent.el (directory-files-and-attributes): Move all the way
7465 forward (the third and final move).
7466 (gnus-agent-read-agentview): Trap reconstruction errors due to
7467 nonexistent directory. Handle by returning nil.
7468
7469 2006-05-30 Didier Verna <didier@xemacs.org>
7470
7471 * message.el (message-dont-reply-to-names): Update the custom type.
7472 * message.el (message-dont-reply-to-names): New defsubst: potentially
7473 convert a list of regexps into a single one.
7474 * message.el (message-get-reply-headers): Use it.
7475 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7476
7477 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
7478
7479 * gnus-agent.el (directory-files-and-attributes): Move forward.
7480
7481 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
7482
7483 * gnus-ml.el (gnus-mailing-list-subscribe)
7484 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7485 (gnus-mailing-list-message): Fix doc strings.
7486
7487 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7488
7489 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7490 of doing it manually.
7491
7492 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
7493
7494 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7495 comment.
7496
7497 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
7498
7499 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7500 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7501 (gnus-agent-read-local): All symbols allocated in my-obarray.
7502 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7503 (gnus-agent-regenerate-group): Check numeric names to see if they are
7504 messages or groups.
7505 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7506 better way of do this...)
7507
7508 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7509 'dummy.group' (there should be a better way of do this...)
7510
7511 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
7512
7513 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7514 (gnus-saved-headers): Ditto.
7515 (gnus-default-article-saver): Mention functions may have properties.
7516 (gnus-article-save): Override gnus-save-all-headers and
7517 gnus-saved-headers by :headers property which saver function may have.
7518 (gnus-summary-save-in-file): Add :headers property.
7519 (gnus-summary-write-to-file): Ditto.
7520
7521 * gnus-sum.el (gnus-summary-save-article): Bind
7522 gnus-prompt-before-saving to t when saving many articles in a file;
7523 always show all headers.
7524
7525 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
7526
7527 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7528 marks.
7529
7530 * message.el (message-indent-citation): Add optional arguments to allow
7531 using it outside of message buffers.
7532
7533 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7534 (gnus-article-treat-unfold-headers): Use it.
7535 (gnus-article-truncate-lines): New variable.
7536 (gnus-article-mode): Use it.
7537 (gnus-article-toggle-truncate-lines): New function.
7538
7539 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7540 gnus-article-toggle-truncate-lines.
7541
7542 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7543 coding system in XEmacs, use binary.
7544
7545 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
7546
7547 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7548 after-load-alist.
7549
7550 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7551 this function should save decoded articles.
7552 (gnus-summary-write-to-file): Use property to specify this function
7553 should save decoded articles and specify gnus-summary-save-in-file
7554 should be used to save articles other than the first one when saving
7555 many articles.
7556 (gnus-summary-save-body-in-file): Use property to specify this
7557 function should save decoded articles.
7558 (gnus-summary-write-body-to-file): Use property to specify this
7559 function should save decoded articles and specify
7560 gnus-summary-save-body-in-file should be used to save articles other
7561 than the first one when saving many articles.
7562
7563 * gnus-sum.el (gnus-summary-save-article): Simplify.
7564
7565 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
7566
7567 * gnus-art.el (gnus-default-article-saver): Add
7568 gnus-summary-write-body-to-file.
7569 (gnus-article-save-coding-system): Don't use coding system object
7570 in XEmacs.
7571 (gnus-read-save-file-name): Add optional `dir-var' argument which
7572 specifies directory in which files are saved; work even if optional
7573 `variable' argument is not specified.
7574 (gnus-summary-write-to-file): Read file name.
7575 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7576 (gnus-summary-write-body-to-file): New function.
7577
7578 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7579 (gnus-summary-local-variables): Add it.
7580 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7581 (gnus-summary-save-article): Remove optional `decode' argument;
7582 determine whether to decode articles by the value of
7583 gnus-default-article-saver; when saving many files using
7584 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7585 it first and use gnus-summary-save-in-file or
7586 gnus-summary-save-body-in-file thereafter unless
7587 gnus-prompt-before-saving is always; move point to article which
7588 will be saved.
7589 (gnus-summary-save-article-file): Revert.
7590 (gnus-summary-write-article-file): Revert.
7591 (gnus-summary-save-article-body-file): Revert.
7592 (gnus-summary-write-article-body-file): New function.
7593
7594 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
7595
7596 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7597
7598 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
7599
7600 * gnus-art.el (gnus-default-article-saver): Doc fix.
7601 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7602 from gnus-summary-save-article-coding-system, and default to a
7603 certain coding system.
7604 (gnus-output-to-file): Add coding cookie and encode text according
7605 to gnus-article-save-coding-system; don't use mm-append-to-file.
7606
7607 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7608 gnus-art.el and rename to gnus-article-save-coding-system.
7609 (gnus-summary-save-article): Require gnus-art; don't show all
7610 headers if it decodes articles; don't add coding cookie here;
7611 don't bind mm-text-coding-system-for-write.
7612 (gnus-summary-save-article-file): Save decoded articles.
7613 (gnus-summary-write-article-file): When saving many files, use
7614 gnus-summary-write-to-file first and gnus-summary-save-in-file
7615 thereafter unless gnus-prompt-before-saving is always.
7616 (gnus-summary-save-article-body-file): Save decoded articles.
7617
7618 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
7619
7620 * nnrss.el (nnrss-check-group): Bind hash-index.
7621
7622 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
7623
7624 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7625 its hash index. Store this hash in `nnrss-group-data'.
7626 (nnrss-read-group-data): Update accordingly.
7627
7628 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
7629
7630 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7631 entry.
7632
7633 * gnus-sum.el (gnus-summary-make-menu-bar): Add
7634 gnus-article-browse-html-article.
7635
7636 2006-05-23 Hynek Schlawack <hynek@ularx.de>
7637
7638 * gnus-sum.el (gnus-summary-mime-map): Add
7639 gnus-article-browse-html-article.
7640 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
7641
7642 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7643 suitable coding systems in customize.
7644
7645 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
7646
7647 * mail-source.el (mail-sources): Fix custom type.
7648
7649 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
7650
7651 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7652 (gnus-summary-expire-articles-now): Shorten prompt.
7653
7654 * gmm-utils.el (wid-edit): Require.
7655 (defun-gmm): Renamed from `gmm-defun-compat'.
7656 (gmm-image-search-load-path): Use it.
7657 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
7658
7659 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
7660
7661 * gnus-sum.el (gnus-summary-save-article-coding-system): New
7662 variable.
7663 (gnus-summary-save-article): Add optional `decode' argument. If
7664 it is set and gnus-summary-save-article-coding-system is non-nil,
7665 save decoded article.
7666 (gnus-summary-write-article-file): Save decoded article if
7667 gnus-summary-save-article-coding-system is non-nil.
7668
7669 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7670 type.
7671
7672 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
7673
7674 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7675
7676 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
7677
7678 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7679 first to test gnus-single-article-buffer which may be buffer-local.
7680
7681 * gnus-sum.el (gnus-summary-setup-buffer): Make
7682 gnus-single-article-buffer buffer-local and nil in ephemeral
7683 group; make gnus-article-buffer, gnus-article-current, and
7684 gnus-original-article-buffer always buffer-local.
7685 (gnus-summary-exit): Kill article buffer belonging to ephemeral
7686 group.
7687 (gnus-handle-ephemeral-exit): Don't move to next summary line.
7688
7689 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
7690
7691 * nnml.el (nnml-request-compact-group): Compressed files might not
7692 have .gz extension.
7693
7694 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7695
7696 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7697 (mm-copy-to-buffer): Use with-current-buffer.
7698 (mm-display-part): Simplify.
7699 (mm-inlinable-p): Add optional arg `type'.
7700
7701 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7702
7703 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7704 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7705 Try harder to show the attachment internally or externally using
7706 gnus-mime-view-part-as-type.
7707
7708 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
7709
7710 * message.el (message-from-style, message-signature-separator)
7711 (message-user-organization-file, message-send-mail-function)
7712 (message-citation-line-function, message-yank-prefix)
7713 (message-indent-citation-function, message-signature)
7714 (message-signature-file, message-signature-insert-empty-line):
7715 Remove autoloads.
7716
7717 * gnus-art.el (gnus-buttonized-mime-types): Remove
7718 "multipart/signed". Revert 2006-04-26 change.
7719
7720 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7721
7722 * gnus.el (gnus-version-number): Bump version.
7723
7724 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
7725
7726 * gnus.el: No Gnus v0.5 is released.
7727
7728 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7729
7730 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7731 fetching articles by message-id.
7732
7733 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7734
7735 * message.el (hashcash): Require hashcash as normal.
7736
7737 * ecomplete.el (ecomplete-highlight-match-line): Use
7738 point-at-eol.
7739 (ecomplete-highlight-match-line): Use `highlight', because that
7740 face exists in both Emacs and XEmacs.
7741
7742 * message.el (message-display-abbrev): Use point-at-bol.
7743
7744 * mail-source.el: Don't require timer/timer-funcs.
7745
7746 * gnus-async.el: Ditto.
7747
7748 * password.el: Ditto.
7749
7750 * mm-url.el: Ditto.
7751
7752 * mm-util.el: Require timer/timer-funcs.
7753
7754 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7755
7756 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7757 Close.
7758
7759 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
7760
7761 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7762 unibyte after clear-decrypt function runs.
7763
7764 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7765 returns as a unibyte string.
7766
7767 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
7768
7769 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7770 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7771 (mml1991-pgg-encrypt): Ditto.
7772
7773 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
7774
7775 * message.el (message-user-organization-file): Check several
7776 locations of the organization file.
7777
7778 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7779 Add gnus-article-view-part-as-type.
7780
7781 * gnus-art.el (gnus-article-view-part-as-type): New function.
7782
7783 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7784 .mobi and .travel. Remove .nato, .bitnet and .uucp.
7785
7786 * mml.el: Simplify autoload.
7787 (mml-mode): defvar dnd-protocol-alist instead of using
7788 symbol-value.
7789 (mml-default-directory): New variable.
7790 (mml-minibuffer-read-file): Use it.
7791 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7792
7793 * message.el (message-citation-line-format): New variable.
7794 (message-insert-formated-citation-line): New function.
7795 (message-citation-line-function): Add
7796 `message-insert-formated-citation-line' to custom type.
7797
7798 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7799 to doc string.
7800
7801 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7802 depending on mm-verify-option.
7803
7804 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
7805
7806 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7807 binding pgg-* variables; reimplement the section which prevents
7808 MIME header from being signed.
7809 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7810 pgg-text-mode; remove a blank line at the top of body.
7811
7812 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7813 lines at the top of body; use gnus-newsgroup-charset if there's no
7814 Charset header.
7815
7816 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
7817
7818 * message.el (message-self-insert-commands): Doc fix.
7819
7820 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7821 (mm-uu-pgp-encrypted-test): Ditto.
7822 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7823 between header and body; return application/pgp-encrypted handle
7824 if decryption failed; decode decrypted body by charset.
7825
7826 * mm-decode.el (mm-automatic-display): Don't make application/pgp
7827 element match to application/pgp-*.
7828
7829 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7830
7831 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7832 HTML.
7833
7834 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7835
7836 * mail-source.el (mail-source-call-script): Message the error
7837 string.
7838
7839 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7840
7841 * gnus-util.el (gnus-byte-compile): Use it.
7842
7843 2006-04-22 xyblor <fake@invalid.email> (tiny change)
7844
7845 * gnus-util.el (kill-empty-logs): New function.
7846
7847 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7848
7849 * message.el (message-mail-alias-type): Doc fix.
7850 (message-mail-alias-type-p): New function.
7851 (message-send): Use it.
7852 (message-mode): Ditto.
7853 (message-strip-forbidden-properties): Ditto.
7854
7855 * ecomplete.el (ecomplete-database-file-coding-system): New
7856 variable.
7857 (ecomplete-save): Use it.
7858 (ecomplete-setup): Use it.
7859
7860 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
7861
7862 * message.el (message-self-insert-commands): New variable.
7863 (message-strip-forbidden-properties): Use it.
7864
7865 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7866
7867 * message.el (message-put-addresses-in-ecomplete): Use a regexp
7868 that doesn't make XEmacs choke.
7869
7870 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
7871
7872 * gnus-util.el (gnus-replace-in-string):
7873 Prefer replace-regexp-in-string over of replace-in-string.
7874
7875 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
7876
7877 * gnus-util.el (gnus-select-frame-set-input-focus):
7878 Use select-frame-set-input-focus if it is available in XEmacs; use
7879 definition defined in Emacs 22 for old Emacsen.
7880
7881 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
7882
7883 * mm-view.el (mm-inline-text): Use equal instead of equalp.
7884
7885 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
7886
7887 * gnus-registry.el (gnus-registry-cache-save): Remove text
7888 properties when saving via the temp buffer.
7889
7890 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
7891
7892 * message.el (message-generate-hashcash): Honor custom type.
7893
7894 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7895
7896 * message.el (message-generate-hashcash): Default to non-nil when
7897 hashcash is found.
7898
7899 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7900 (gnus-refer-thread-limit): Increase default to 500.
7901
7902 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7903
7904 * flow-fill.el (fill-flowed): Allow delete-space.
7905
7906 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
7907
7908 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7909 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7910 Remove autoloads.
7911
7912 2006-04-18 Simon Josefsson <jas@extundo.com>
7913
7914 * message.el (message-generate-hashcash): Default to.
7915
7916 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
7917
7918 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7919 concatenating segments rather than before concatenating them.
7920
7921 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
7922
7923 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7924
7925 * imap.el (imap-quote-specials): New function.
7926 (imap-login-auth): Quote specials.
7927
7928 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7929
7930 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7931
7932 * message.el (message-forward-make-body-plain): Allow
7933 message-forward-ignored-headers to be a list.
7934 (message-remove-ignored-headers): Factor out into function.
7935 (message-forward-make-body-mml): Use it.
7936 * rfc2231.el (rfc2231-parse-string): Remove dead code.
7937 (rfc2231-parse-string): Allow concatanation of parameters that
7938 aren't contiguous. The test case is
7939 (mail-header-parse-content-type "message/external-body;
7940 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7941 access-type=LOCAL-FILE;
7942 name*1*=plugh%2fhello-sailor%2fbing.pdf")
7943
7944 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
7945
7946 * nntp.el (nntp-accept-process-output): Return the value of
7947 `nnheader-accept-process-output'.
7948
7949 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7950
7951 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7952 (gnus-button-alist): Recognize more diff formats.
7953 (gnus-button-patch): Strip directory.
7954
7955 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
7956
7957 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7958 Emacs 22 when setting focus.
7959
7960 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7961
7962 * gnus-art.el (gnus-article-treat-types): Do treatment of
7963 text/x-verbatim parts.
7964 (gnus-button-patch): New command.
7965
7966 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7967 addresses that contain invalid characters.
7968
7969 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7970
7971 * message.el (message-put-addresses-in-ecomplete): Use
7972 gnus-replace-in-string.
7973 (message-is-yours-p): Use the more correct
7974 mail-header-parse-address instead of
7975 mail-extract-address-components.
7976 (message-put-addresses-in-ecomplete): Fix typo.
7977
7978 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7979 keystroke.
7980
7981 * gnus-art.el (gnus-treatment-function-alist): Change order of
7982 newsgroups/generic header folding to avoid double-folding.
7983
7984 * message.el (message-hidden-headers): Add X-Draft-From.
7985
7986 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7987 command.
7988 (gnus-summary-repeat-search-article-backward): New command.
7989
7990 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7991 groups in the parent topic.
7992
7993 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
7994
7995 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7996 (spam-extra-header-to-number): Return the CRM114 number as a
7997 number instead of a string.
7998
7999 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8000
8001 * gnus-art.el (gnus-face-properties-alist): Moved here from
8002 gnus-fun.
8003
8004 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8005
8006 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8007
8008 * message.el (message-strip-forbidden-properties): Only display on
8009 self-insert-command.
8010
8011 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8012 reindent.
8013 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8014
8015 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
8016
8017 * smiley.el (smiley-style): Fix typo.
8018
8019 2006-03-23 Kenichi Handa <handa@m17n.org>
8020
8021 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
8022 instead of set-buffer-multibyte.
8023
8024 2006-03-23 Kenichi Handa <handa@m17n.org>
8025
8026 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8027 buffer and then decode the buffer text if necessary.
8028 (rfc2231-encode-string): Be sure to work on multibyte buffer at
8029 first, and after mm-encode-body, change the buffer to unibyte.
8030
8031 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8032
8033 * hashcash.el (hashcash-insert-payment-async-2): Use
8034 message-goto-eoh instead of doing it manually.
8035 (mail-add-payment): Use message-narrow-to-header instead of trying
8036 to do the same itself.
8037
8038 * message.el (message-hidden-headers): Add Face.
8039
8040 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8041 reparenting code.
8042 (gnus-summary-reparent-children): Refactored out code.
8043 (gnus-summary-thread-map): New keystroke.
8044 (gnus-summary-reparent-children): Make into command.
8045
8046 * smiley.el (smiley-style): Default to `medium' if using a large
8047 font.
8048
8049 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8050 does it itself.
8051
8052 * message.el (message-point-in-header-p): Simplify definition.
8053
8054 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8055
8056 * nnagent.el (nnagent-request-set-mark): Silence log file
8057 writing.
8058 (nnagent-request-set-mark): Use write-region instead of
8059 append-to-file.
8060
8061 * gnus-sum.el (gnus-read-header): Fudge article number if using a
8062 strange select method.
8063
8064 * ecomplete.el (ecomplete-display-matches): Get highlightling
8065 right.
8066 (ecomplete-display-matches): Use literals.
8067 (ecomplete-display-matches): Disable message logging.
8068
8069 * message.el (message-display-abbrev): Small optimization.
8070
8071 * ecomplete.el (ecomplete-display-matches): Allow automatic
8072 display.
8073
8074 * message.el (message-strip-forbidden-properties): Display
8075 abbrevs.
8076 (message-display-abbrev): Get automatic display right.
8077
8078 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8079 keystrokes.
8080
8081 2006-04-13 Romain Francoise <romain@orebokech.com>
8082
8083 TODO: Backport to v5-10!
8084
8085 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8086 Moved here (and renamed) from gnus-registry.el.
8087
8088 * gnus-registry.el: Require gnus-util.
8089 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8090
8091 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8092
8093 * gnus-group.el (gnus-group-catchup-current): Change
8094 if-then-else-if-then-else into cond.
8095 (gnus-group-catchup): Indent.
8096 (group-name-at-point): New function.
8097 (gnus-fetch-group): Provide default from thing at point.
8098
8099 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8100
8101 * message.el (message-display-abbrev): Fix regexp.
8102
8103 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8104 choosing.
8105 (ecomplete-highlight-match-line): Fix up code rewrite, remove
8106 dead variables.
8107
8108 * message.el (message-newline-and-indent): Remove debugging.
8109 (message-display-abbrev): Use new implementation.
8110
8111 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
8112
8113 * gnus-art.el (gnus-article-mode): Set
8114 cursor-in-non-selected-windows to nil.
8115
8116 * smiley.el: Revert previous change.
8117 (smiley-data-directory): defvar it before using it in the
8118 defcustom of `smiley-style'.
8119
8120 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8121
8122 * message.el (message-newline-and-indent): New function.
8123
8124 * ecomplete.el: Implement more bits.
8125
8126 * message.el (message-put-addresses-in-ecomplete): Clean up the
8127 string.
8128
8129 * ecomplete.el (ecomplete-add-item): Chop off decimals.
8130
8131 * gnus-sum.el (gnus-summary-save-parts): Bind
8132 gnus-summary-save-parts-counter and use it to make unique file
8133 names.
8134
8135 * gnus-art.el (gnus-ignored-headers): Add some more headers.
8136
8137 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8138 parameter to say whether to actually parse the individual
8139 addresses.
8140
8141 * message.el (message-put-addresses-in-ecomplete): New function.
8142 (ecomplete): Require.
8143 (message-mail-alias-type): Add ecomplete as an option.
8144
8145 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
8146
8147 * flow-fill.el (fill-flowed): Remove trailing space from blank
8148 quoted lines.
8149
8150 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8151
8152 * smiley.el (smiley-style): Move definition later to avoid a
8153 compilation warning.
8154
8155 2006-04-12 Kenichi Handa <handa@m17n.org>
8156
8157 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8158 buffer and then decode the buffer text if necessary.
8159 (rfc2231-encode-string): Be sure to work on multibyte buffer at
8160 first, and after mm-encode-body, change the buffer to unibyte.
8161 Use mm-disable-multibyte instead of set-buffer-multibyte.
8162
8163 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
8164
8165 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8166 Content-Type header instead of Content-Disposition header.
8167 (gnus-mime-inline-part): Ditto.
8168 (gnus-mime-view-part-as-charset): Ignore charset that the part
8169 specifies.
8170
8171 * mm-decode.el (mm-display-part): Work with external parts and
8172 usual parts similarly.
8173
8174 * mm-extern.el (mm-inline-external-body): Use mm-display-part
8175 instead of gnus-display-mime.
8176
8177 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8178 instead of with-temp-buffer.
8179
8180 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8181 tag to summarized topics part in order to encode non-ASCII text.
8182
8183 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
8184
8185 * smiley.el (smiley-style): New variable.
8186 (smiley-directory): New function.
8187 (smiley-data-directory): Derive from `smiley-style' using
8188 `smiley-directory'.
8189 (smiley-regexp-alist): Add new entries.
8190
8191 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8192 (gnus-article-browse-delete-temp): Add :version.
8193
8194 2006-04-11 Arne Jørgensen <arne@arnested.dk>
8195
8196 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8197 the sieve region.
8198
8199 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8200
8201 * gnus.el (gnus-version-number): Bump version.
8202
8203 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
8204
8205 * gnus.el: No Gnus v0.4 is released.
8206
8207 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8208
8209 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8210 layout.
8211
8212 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8213 unknown charset.
8214
8215 * message.el (message-header-synonyms): Add Original-To to the
8216 default.
8217
8218 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8219 optional parameter.
8220
8221 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
8222
8223 * gnus-fun.el (gnus): Require it for gnus-directory.
8224
8225 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8226
8227 * gnus-fun.el (gnus-face-properties-alist): Add :version.
8228
8229 2006-04-05 Daiki Ueno <ueno@unixuser.org>
8230
8231 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8232
8233 2006-04-05 Simon Josefsson <jas@extundo.com>
8234
8235 * password.el (password-reset): New function.
8236
8237 2006-04-05 Daiki Ueno <ueno@unixuser.org>
8238
8239 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8240 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8241
8242 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8243
8244 * nnweb.el (nnweb-google-create-mapping): Update regexp.
8245 Some whitespace was matched into the url, which broke browsing hits
8246 > 100 when mm-url-use-external was nil.
8247
8248 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
8249
8250 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8251 gnus-extra-headers for 'Newsgroups.
8252
8253 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8254 bound.
8255
8256 2006-04-04 Daiki Ueno <ueno@unixuser.org>
8257
8258 * pgg-gpg.el: Clean up process buffers every time gpg processes
8259 complete.
8260
8261 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
8262
8263 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8264 doc string.
8265
8266 2006-04-03 Daiki Ueno <ueno@unixuser.org>
8267
8268 * pgg-gpg.el (pgg-gpg-process-filter)
8269 (pgg-gpg-wait-for-completion): Check if buffer is alive.
8270
8271 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8272 lines, temporary fix.
8273
8274 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
8275
8276 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8277
8278 2006-03-29 Daiki Ueno <ueno@unixuser.org>
8279
8280 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8281 default-enable-multibyte-characters. This reverts the change from
8282 revision 6.17 which is no longer necessary because the passphrase
8283 is sent separately now. GnuPG messages are unreadable under
8284 multibyte locales with default-enable-multibyte-characters set to
8285 nil.
8286
8287 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
8288
8289 * message.el (message-tool-bar-gnome): Move "spell".
8290
8291 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
8292
8293 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8294 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
8295 instead.
8296
8297 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
8298
8299 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8300 newsgroups handling for NNTP overviews which don't include
8301 Newsgroups.
8302
8303 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8304
8305 * message.el (message-resend): Bind message-generate-hashcash to nil.
8306
8307 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8308
8309 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8310 when searching for already-paid recipients.
8311
8312 2006-03-27 Daiki Ueno <ueno@unixuser.org>
8313
8314 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8315 passphrases when it is not needed.
8316 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8317 passphrase stuff from gpg, should only be necessary when you use
8318 gpg with a smartcard.
8319
8320 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
8321
8322 * mml.el (mml-insert-mime): Ignore cached contents of
8323 message/external-body part.
8324
8325 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8326 (mm-insert-part): Ditto.
8327
8328 2006-03-23 Simon Josefsson <jas@extundo.com>
8329
8330 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8331 Reiner.
8332 (pgg-gpg-use-agent-p): Use it again.
8333
8334 2006-03-23 Simon Josefsson <jas@extundo.com>
8335
8336 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8337 older emacsen.
8338 (pgg-gpg-use-agent-p): Don't use it.
8339
8340 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
8341
8342 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8343 if we can.
8344
8345 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
8346
8347 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8348 (pgg-gpg-update-agent): New function.
8349 (pgg-gpg-use-agent-p): New function.
8350 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8351 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8352 (pgg-gpg-sign-region): Use it.
8353
8354 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
8355
8356 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8357 Reported by Ralf Wachinger <rwachinger@gmx.de>.
8358
8359 2006-03-21 Simon Josefsson <jas@extundo.com>
8360
8361 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8362 <wilde@sha-bang.de>.
8363 (pgg-gpg-use-agent): New variable.
8364 (pgg-gpg-process-region): Use it.
8365 (pgg-gpg-encrypt-region): Likewise.
8366 (pgg-gpg-encrypt-symmetric-region): Likewise.
8367 (pgg-gpg-decrypt-region): Likewise.
8368 (pgg-gpg-sign-region): Likewise.
8369 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8370
8371 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8372
8373 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8374
8375 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8376 Add comment on version.
8377
8378 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
8379
8380 * smiley.el: Add missing test smiley.
8381
8382 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
8383
8384 * mm-decode.el (mm-with-part): New macro.
8385 (mm-get-part): Use it; work with message/external-body as well.
8386 (mm-save-part): Treat name and filename equally.
8387
8388 * mm-extern.el (mm-extern-cache-contents): New function.
8389 (mm-inline-external-body): Use it; force the part to be displayed;
8390 move undisplayer added to the cached handle to the parent.
8391
8392 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8393 (gnus-mime-view-part-as-type): Work with message/external-body.
8394
8395 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8396
8397 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
8398
8399 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8400 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
8401 Emacs.]
8402
8403 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
8404
8405 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8406 path rather than symbol. Always return list of directories.
8407 Guarantee that image directory comes first. [Sync with image.el,
8408 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
8409
8410 * message.el (message-make-tool-bar): Adjust to new API of
8411 `gmm-image-load-path-for-library'.
8412
8413 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8414
8415 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8416
8417 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8418
8419 * gnus-art.el (gnus-article-only-boring-p):
8420 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8421 intangible text.
8422 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8423
8424 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
8425
8426 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
8427 `defun' instead of `gmm-defun-compat'.
8428
8429 2006-03-14 Simon Josefsson <jas@extundo.com>
8430
8431 * message.el (message-unique-id): Don't use message-number-base36
8432 if (user-uid) is a float.
8433 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8434
8435 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
8436
8437 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8438
8439 * gnus-art.el (gnus-mime-display-single): Make sure there is an
8440 empty line between a part and a message part.
8441
8442 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
8443
8444 * smiley.el: Add more test smileys.
8445 (smiley-data-directory, smiley-regexp-alist)
8446 (gnus-smiley-file-types): Fix doc strings.
8447 (smiley-update-cache): Clear smiley-cached-regexp-alist before
8448 adding new elements.
8449 (smiley-mouse-map): Unused code. Make it a comment.
8450
8451 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
8452
8453 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8454 scan latest NoCeM messages instead of old ones.
8455 (gnus-nocem-check-article): Fix regexps so as to match to PGP
8456 delimiters that are recently used.
8457 (gnus-nocem-load-cache): Add autoload cookie.
8458
8459 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8460
8461 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8462 level which is larger than gnus-use-nocem is specified.
8463
8464 * gnus-group.el (gnus-group-get-new-news): Ditto.
8465
8466 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
8467
8468 * gnus-util.el (gnus-tool-bar-update): New function.
8469
8470 * gnus-group.el (gnus-group-update-tool-bar): New variable.
8471 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8472
8473 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8474
8475 * gnus-group.el (gnus-group-redraw-when-idle)
8476 (gnus-group-redraw-check): Remove.
8477 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8478
8479 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
8480
8481 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8482 if optional last element is specified in splits (FIELD VALUE...).
8483
8484 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
8485
8486 * message.el (message-make-tool-bar): Rename gmm-image-load-path
8487 to gmm-image-load-path-for-library. Call with no-error argument.
8488 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8489
8490 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8491
8492 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8493
8494 * gmm-utils.el (gmm-image-load-path): Remove alias.
8495
8496 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
8497
8498 * gmm-utils.el (gmm-image-load-path): Add alias.
8499
8500 * nnml.el (nnml-generate-nov-databases-directory): Rename from
8501 nnml-generate-nov-databases-1.
8502 (nnml-generate-nov-databases): Use it.
8503 (nnml-generate-nov-databases-directory): Document no-active
8504 argument.
8505
8506 * gmm-utils.el (gmm-image-load-path-for-library): Return single
8507 directory if path is t. Add no-error.
8508
8509 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8510 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8511
8512 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8513 resetting gnus-article-browse-html-temp-list.
8514
8515 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8516 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
8517 Add example to docstring. Rename local variables. Move error
8518 checks to default case in cond and simplify.
8519
8520 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
8521
8522 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8523 handle is multipart when calling it recursively.
8524 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8525
8526 2006-03-03 Daniel Pittman <daniel@rimspace.net>
8527
8528 * nnimap.el (nnimap-request-update-info-internal): Optimize.
8529 Don't `gnus-uncompress-range' to avoid excessive memory usage.
8530
8531 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
8532
8533 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8534 is loaded.
8535
8536 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8537 loaded.
8538
8539 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8540
8541 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8542 to "Emacs 23 (unicode)" in doc string.
8543
8544 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8545 "Emacs 23 (unicode)" in comment.
8546
8547 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
8548
8549 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8550
8551 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8552 characters 160 through 255 in Emacs 23.
8553
8554 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
8555
8556 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8557 gnus-article-browse-html-temp.
8558 (gnus-article-browse-delete-temp): Make it customizable. Add
8559 `file'. Adjust doc string.
8560 (gnus-article-browse-delete-temp-files): Add argument. Allow
8561 query for each file. Adjust doc string.
8562 (gnus-article-browse-html-parts): Add
8563 `gnus-article-browse-delete-temp-files' to
8564 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8565
8566 2006-03-02 Hynek Schlawack <hynek@ularx.de>
8567
8568 * gnus-art.el (gnus-article-browse-html-temp)
8569 (gnus-article-browse-delete-temp): New variables.
8570 (gnus-article-browse-delete-temp-files): New function.
8571 (gnus-article-browse-html-parts): Use it.
8572
8573 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
8574
8575 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8576
8577 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8578 string.
8579
8580 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8581 gnus-summary-insert-new-articles when unplugged. Remove
8582 gnus-summary-search-article-forward.
8583
8584 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8585 display-visual-class instead of display-color-cells.
8586
8587 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
8588
8589 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8590 message/* containing non-ASCII text properly.
8591
8592 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
8593
8594 * message.el: Require gmm-utils, remove autoloads.
8595 (message-tool-bar): Set default based on
8596 gmm-tool-bar-style.
8597 (message-tool-bar-gnome): Add gmm-customize-mode.
8598
8599 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8600 gmm-tool-bar-style.
8601 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8602
8603 * gnus-group.el (gnus-group-tool-bar): Set default based on
8604 gmm-tool-bar-style.
8605 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8606
8607 * gmm-utils.el (gmm-image-directory): Rename variable from
8608 gmm-image-load-path.
8609 (gmm-image-load-path): Use gmm-image-directory.
8610 (gmm-customize-mode): New function.
8611 (gmm-tool-bar-style): New variable.
8612
8613 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8614 gnus-group-redraw-line-number.
8615 (gnus-group-redraw-check): Simplify.
8616 (gnus-group-tool-bar-update): Remove redraw check.
8617 (gnus-group-make-tool-bar): Add redraw check.
8618
8619 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
8620
8621 * gnus-art.el (gnus-button): Add missing parentheses.
8622
8623 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
8624
8625 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8626
8627 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
8628
8629 * gnus-art.el (gnus-button): New face.
8630 (gnus-article-button-face): Use it.
8631
8632 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8633 gnus-summary-next-page. Re-order.
8634
8635 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8636 next-node are now included.
8637 (gnus-group-redraw-line-number): New internal variable.
8638 (gnus-group-redraw-check): Helper function for updating the tool
8639 bar.
8640 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8641
8642 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8643
8644 * spam.el (spam-spamassassin-score-regexp): New internal variable.
8645 (spam-extra-header-to-number, spam-check-spamassassin-headers):
8646 Use it to match format of Spamassassin 3.0 and later. Reported by
8647 IRIE Tetsuya <irie@t.email.ne.jp>.
8648 (spam-check-bogofilter)
8649 (spam-bogofilter-register-with-bogofilter): Fix args of
8650 `gnus-error' calls.
8651
8652 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
8653
8654 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8655 unnecessary interaction when sending queued mails. Reported by
8656 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8657
8658 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
8659
8660 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8661 first or last are nil.
8662
8663 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8664
8665 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8666
8667 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8668
8669 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8670
8671 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8672
8673 * dns.el (query-dns): Protect more against buggy tcp output.
8674
8675 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
8676
8677 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8678 nov.php.
8679
8680 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
8681
8682 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8683 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8684 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
8685 output on the server side.
8686 (nnweb-google-create-mapping): Update regexps and add some
8687 progress indication.
8688
8689 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
8690
8691 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8692 gnus-agent-toggle-plugged. Re-order icons.
8693 (gnus-group-tool-bar-gnome): Add
8694 gnus-group-{prev,next}-unread-group.
8695 (gnus-group-tool-bar-gnome): Re-order icons.
8696
8697 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8698 gnus-summary-insert-new-articles.
8699
8700 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8701 comments.
8702
8703 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
8704 also available in Emacs 21.3.
8705
8706 * message.el (message-fix-before-sending): Change "Emacs 22" to
8707 "Emacs 23 (unicode)" in comment.
8708
8709 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8710 "Emacs 23 (unicode)" in comment.
8711
8712 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8713 comment.
8714 (mm-coding-system-p): Add comment about no-MULE XEmacs.
8715
8716 * mm-view.el (mm-fill-flowed): Add :version.
8717
8718 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
8719
8720 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8721 and load-path.
8722
8723 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
8724
8725 * message.el: Autoload gmm-image-load-path.
8726 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8727 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
8728 consitency.
8729
8730 * gmm-utils.el (gmm-image-load-path): Also search in
8731 "../etc/images". Don't set gmm-image-load-path if we don't find
8732 the image.
8733
8734 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
8735
8736 * gmm-utils.el (gmm-image-load-path): Don't make
8737 `gmm-image-load-path' include subdirectories which the second arg
8738 `image' might specify.
8739
8740 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8741 subdirectory to icon file names.
8742
8743 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8744
8745 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
8746
8747 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8748 gmm-image-load-path calls.
8749
8750 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8751
8752 * message.el (message-make-tool-bar): Ditto.
8753
8754 * mml.el (mml-preview): Added comment concerning tool bar icons.
8755
8756 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8757 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8758
8759 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8760 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8761
8762 * message.el (message-tool-bar-gnome): Use new icon names.
8763 (message-make-tool-bar): Use `gmm-image-load-path'.
8764
8765 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8766 functions from MH-E.
8767 (gmm-image-load-path): New variable from MH-E.
8768 (gmm-image-load-path): New function from MH-E. Added arguments
8769 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
8770 *-image-load-path-called-flag.
8771
8772 2006-02-21 Milan Zamazal <pdm@brailcom.org>
8773
8774 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8775
8776 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
8777
8778 * nnimap.el (nnimap-request-move-article): Change folder back to
8779 source group before deleting.
8780
8781 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
8782
8783 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8784
8785 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8786 mm-url.
8787
8788 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8789
8790 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
8791
8792 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8793 coding system which mm-charset-to-coding-system returns for a
8794 given charset is valid.
8795
8796 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
8797
8798 * html2text.el (html2text-remove-tag-list):
8799 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8800
8801 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
8802
8803 * gnus-cus.el: Revert 2005-10-17 change.
8804
8805 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
8806
8807 * gnus-art.el (article-strip-banner): Call
8808 article-really-strip-banner only when the regexp match is made.
8809
8810 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
8811
8812 * gnus-art.el (article-strip-banner): Use
8813 gnus-extract-address-components instead of
8814 mail-header-parse-addresses to make it work with non-ASCII text;
8815 remove mail-encode-encoded-word-string.
8816
8817 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8818 values which are surrounded with \"...\"; make it never cause a
8819 Lisp error; give up parsing of parameters if it failed in
8820 extracting type.
8821
8822 2006-02-14 Arne Jørgensen <arne@arnested.dk>
8823
8824 * smime.el (smime-cert-by-ldap-1): Fix bug where
8825 `smime-ldap-search' returns results without userCertificates.
8826
8827 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
8828
8829 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8830
8831 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8832
8833 * spam.el (spam-check-spamassassin-headers): Adapt format for
8834 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
8835 <ari@mbf.ocn.ne.jp>.
8836 (spam-list-of-processors): Add spam-use-gmane.
8837
8838 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
8839
8840 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8841 make-temp-file; make it work with XEmacs as well.
8842
8843 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8844 mm-make-temp-file.
8845
8846 * mm-decode.el (mm-display-external): Use the 3rd arg of
8847 mm-make-temp-file.
8848 (mm-create-image-xemacs): Ditto.
8849
8850 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
8851
8852 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8853 with message-narrow-to-headers.
8854 (gnus-draft-setup): Narrow to header to run message-fetch-field.
8855 (gnus-draft-check-draft-articles): New function.
8856 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8857
8858 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
8859
8860 * gnus-art.el (gnus-article-browse-html-parts):
8861 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8862 Don't use suffix argument for mm-make-temp-file for Emacs 21
8863 compatibility. Remove useless `format'.
8864
8865 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
8866
8867 * nnweb.el (nnweb-google-wash-article): Update regexps.
8868 (nnweb-group-alist): Use defvoo instead of defvar.
8869
8870 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
8871
8872 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8873 re-loading nn* modules.
8874
8875 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
8876
8877 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8878 for `tool-bar-mode' and don't check it's default-value.
8879
8880 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8881
8882 * message.el (message-make-tool-bar): Ditto.
8883
8884 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8885 `substring'. Shorten tmp-file name.
8886
8887 * gnus.el: Remove bogus comment.
8888
8889 2006-02-10 Hynek Schlawack <hynek@ularx.de>
8890
8891 * gnus-art.el (gnus-article-browse-html-parts): New function.
8892 (gnus-article-browse-html-article): New function for viewing html
8893 articles with a browser.
8894
8895 2006-02-09 Daiki Ueno <ueno@unixuser.org>
8896
8897 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8898 (mml2015-pgg-encrypt): Ditto.
8899
8900 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8901 (mml1991-pgg-encrypt): Ditto.
8902
8903 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
8904
8905 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8906 message-make-date instead of current-time-string.
8907
8908 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8909 to gnus-decoded which mm-uu might set.
8910
8911 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
8912
8913 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8914 don't decode quoted parameters; remove misimported Emacs code.
8915 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8916 (rfc2231-decode-encoded-string): Don't use split-string which
8917 behaves differently according to Emacs version; use
8918 mm-decode-coding-region to convert charset to coding-system.
8919 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8920 (rfc2231-encode-string): Remove misimported Emacs code.
8921
8922 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
8923
8924 * gnus-art.el (article-decode-charset): Don't use ignore-errors
8925 when calling mail-header-parse-content-type.
8926 (article-de-quoted-unreadable): Ditto.
8927 (article-de-base64-unreadable): Ditto.
8928 (article-wash-html): Ditto.
8929
8930 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8931 calling mail-header-parse-content-type and
8932 mail-header-parse-content-disposition.
8933 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8934 mail-header-parse-content-type.
8935
8936 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8937 insert charset and format parameters; encode description after
8938 inserting it to buffer.
8939 (mml-insert-parameter): Fold lines properly even if a parameter is
8940 segmented into two or more lines; change the max column to 76.
8941
8942 * rfc1843.el (rfc1843-decode-article-body): Don't use
8943 ignore-errors when calling mail-header-parse-content-type.
8944
8945 * rfc2231.el (rfc2231-parse-string): Return at least type if
8946 possible; don't cause an error even if it fails in parsing of
8947 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8948 (rfc2231-encode-string): Don't break lines at the beginning, leave
8949 it to mml-insert-parameter.
8950
8951 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8952 calling mail-header-parse-content-type.
8953
8954 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
8955
8956 * spam-report.el (spam-report-gmane-use-article-number):
8957 Improve doc string.
8958 (spam-report-gmane-internal): Check if a suitable header was found
8959 in the article.
8960
8961 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
8962
8963 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8964 (rfc2231-encode-string): Make param*=value always begin with LWSP.
8965
8966 2006-02-05 Romain Francoise <romain@orebokech.com>
8967
8968 Update copyright notices of all files in the gnus directory.
8969
8970 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
8971
8972 * nnweb.el (nnweb-request-group): Avoid growing overview files.
8973
8974 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
8975
8976 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8977 segmented lines of parameter value to cope with Thunderbird 1.5
8978 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8979 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8980 (rfc2231-encode-string): Don't make lines exceeding 76 column.
8981
8982 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
8983
8984 * mml.el (mml-generate-mime-1): Correct the order of inline signed
8985 parts.
8986
8987 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
8988
8989 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8990 there's only one active file for all servers.
8991 (nnweb-request-scan): Make sure nnweb-articles is initialized on
8992 solid groups. Gnus might have used a FAST request to select the group.
8993 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8994 and nnweb-search redundantly in the active file.
8995 (nnweb-request-list): Don't list bogus groups. There can only be one.
8996 (nnweb-request-create-group): Don't use ARGS.
8997 (nnweb-possibly-change-server, nnweb-request-group): Remove some
8998 initialisations. Let nnoo do the work.
8999
9000 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
9001
9002 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9003 Say the part has been decoded.
9004
9005 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9006
9007 2006-01-31 Kevin Ryde <user42@zip.com.au>
9008
9009 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9010 mailcap-viewer-test-cache when there's no 'test clause, since that
9011 will invert the meaning of a "nil" test previously determined by
9012 mailcap-mailcap-entry-passes-test.
9013
9014 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
9015
9016 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9017 compiling.
9018
9019 * gnus-sum.el: Ditto.
9020
9021 * message.el: Don't bind tool-bar-map when compiling.
9022
9023 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
9024
9025 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9026
9027 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
9028
9029 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9030 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9031 current Google Groups.
9032
9033 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
9034
9035 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9036 and tool-bar-mode.
9037
9038 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9039 and tool-bar-mode.
9040
9041 * message.el (message-tool-bar-update): Simplify.
9042 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9043
9044 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9045 gnus-summary-buffer.
9046 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9047 gnus-summary-reply.
9048
9049 * gmm-utils.el (gmm): Add :version.
9050
9051 2006-01-26 Steve Youngs <steve@sxemacs.org>
9052
9053 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9054 autoload.
9055
9056 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
9057
9058 * gmm-utils.el (gmm-verbose): Add :group.
9059
9060 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
9061
9062 * message.el: Change some comments WRT tool-bars.
9063
9064 * gnus-sum.el (gnus-summary-tool-bar)
9065 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9066 (gnus-summary-tool-bar-zap-list): New variables.
9067 (gnus-summary-make-tool-bar): Complete rewrite using
9068 `gmm-tool-bar-from-list'.
9069
9070 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9071 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9072 variables.
9073 (gnus-group-make-tool-bar): Complete rewrite using
9074 `gmm-tool-bar-from-list'.
9075 (gnus-group-tool-bar-update): New function.
9076
9077 * message.el (message-mode-field-menu): Add "Show hidden Headers".
9078
9079 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
9080
9081 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9082 is dissected into a single part of which the type is the same as
9083 the given one; decode charset.
9084
9085 2006-01-21 Kevin Ryde <user42@zip.com.au>
9086
9087 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9088 into alists as symbol not string, since that's what
9089 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9090 look for.
9091
9092 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
9093
9094 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9095 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9096
9097 * message.el (message-tool-bar-gnome): Use gmm-ignore.
9098
9099 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
9100
9101 * gnus-art.el (gnus-mime-security-button-commands): New variable.
9102 (gnus-mime-security-button-menu): New definition.
9103 (gnus-mime-security-button-map): Use them.
9104 (gnus-mime-security-button-menu): New function.
9105 (gnus-insert-mime-security-button): Addition to help echo.
9106 (gnus-mime-security-run-function, gnus-mime-security-save-part)
9107 (gnus-mime-security-pipe-part): New functions.
9108
9109 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9110 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9111
9112 * mm-decode.el (mm-handle-set-disposition): Remove.
9113 (mm-handle-set-description): Remove.
9114
9115 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
9116
9117 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9118 (mm-w3m-standalone-supports-m17n-p): New function.
9119 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9120 w3m usage.
9121
9122 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9123 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9124
9125 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
9126
9127 * message.el (message-tool-bar-zap-list): Use
9128 gmm-tool-bar-zap-list as custom type.
9129 (message-tool-bar-update): New function.
9130 (message-tool-bar, message-tool-bar-gnome)
9131 (message-tool-bar-retro): Add message-tool-bar-update.
9132 (message-tool-bar-gnome): Add flyspell-buffer.
9133
9134 * gnus-util.el (gnus-error): Describe `args'.
9135
9136 * gmm-utils.el (gmm-error): Describe `args'.
9137 (gmm-tool-bar-zap-list): New widget.
9138 (gmm-tool-bar-from-list): Improve description of `zap-list'.
9139
9140 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
9141
9142 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9143 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9144 the number of recursive calls.
9145
9146 * mm-decode.el (mm-handle-set-disposition): New macro.
9147 (mm-handle-set-description): New macro.
9148
9149 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
9150
9151 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9152 encoding.
9153
9154 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
9155
9156 * message.el (message-tool-bar-zap-list, message-tool-bar)
9157 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9158 (message-tool-bar-local-item-from-menu): Remove.
9159 (message-tool-bar-map): Replace by `message-make-tool-bar'.
9160 (message-make-tool-bar): New function.
9161 (message-mode): Use `message-make-tool-bar'.
9162
9163 * gmm-utils.el: New file.
9164 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9165 (gmm-lazy): New widget copied from `nnmail.el'.
9166 (gmm-tool-bar-from-list): New function for creating customizable
9167 tool bars.
9168 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
9169 output.
9170 (gmm): Add :prefix to defgroup.
9171
9172 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
9173
9174 * gmm-utils.el (gmm-widget-p): New function.
9175
9176 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
9177
9178 * mml.el (mml-attach-file): Describe `description' in doc string.
9179 (mml-menu): Add Emacs MIME manual and PGG manual.
9180
9181 2006-01-20 Richard M. Stallman <rms@gnu.org>
9182
9183 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9184
9185 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
9186
9187 * nntp.el (nntp-end-of-line): Doc fix.
9188
9189 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
9190
9191 * imap.el (imap-open): Handle case where buffer is a buffer
9192 object.
9193
9194 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
9195
9196 * gnus-delay.el (gnus-delay): Don't autoload.
9197 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9198 to be re-loaded when customizing the `gnus-delay' group.
9199
9200 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
9201
9202 * message.el (message-insert-citation-line): Use newlines.
9203
9204 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
9205
9206 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9207
9208 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9209
9210 2006-01-19 Mark D. Baushke <mdb@gnu.org>
9211
9212 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9213
9214 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
9215
9216 * mm-decode.el (mm-inlined-types): Add application/pgp.
9217 (mm-automatic-display): Ditto.
9218
9219 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9220 part as text.
9221
9222 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
9223
9224 * nnrss.el: Update copyright.
9225 (nnrss-opml-import): Query whether to subscribe to each entry.
9226
9227 * gnus-art.el:
9228 * gnus-sum.el:
9229 * mm-uu.el:
9230 * mm-view.el: Update copyright.
9231
9232 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
9233
9234 * message.el (message-info): New function.
9235 (message-mode-menu): Add it.
9236 Update copyright.
9237
9238 * ChangeLog: Fix and update copyright.
9239
9240 2006-01-13 Romain Francoise <romain@orebokech.com>
9241
9242 * message.el (message-forward-subject-name-subject): Prefer the
9243 address to 'nowhere' if the sender has no name.
9244 Fix typo. Update copyright year.
9245
9246 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
9247
9248 * gnus-art.el (article-wash-html): Use
9249 gnus-summary-show-article-charset-alist if a numeric arg is given.
9250 (gnus-article-wash-html-with-w3m-standalone): New function.
9251
9252 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9253 mm-inline-text-html-render-with-w3m-standalone.
9254 (mm-text-html-washer-alist): Map w3m-standalone to
9255 gnus-article-wash-html-with-w3m-standalone.
9256 (mm-inline-text-html-render-with-w3m-standalone): New function.
9257
9258 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
9259
9260 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9261 Improve LaTeX.
9262
9263 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
9264
9265 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9266 (nnrss-request-article): Render text/plain parts as HTML.
9267
9268 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9269 the buffer.
9270
9271 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
9272
9273 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9274 custom definition of `gnus-posting-styles'.
9275
9276 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9277 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9278
9279 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
9280
9281 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9282 Use nntp for bug archive.
9283
9284 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
9285
9286 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9287 parts.
9288 (nnrss-normalize-date): New function converts ISO 8601 date into
9289 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
9290 (nnrss-check-group): Use it.
9291
9292 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
9293
9294 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9295
9296 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9297 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
9298 (nnrss-insert-w3): Ditto.
9299
9300 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
9301
9302 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9303 the articles to be forwarded including the case where neither a
9304 number of articles nor a region is specified.
9305
9306 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
9307
9308 * nnrss.el (nnrss-request-article): Fix last change; fill
9309 text/plain parts.
9310
9311 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
9312
9313 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9314 in text/plain part.
9315 (nnrss-check-group): Don't add excessive newline to dc:subject.
9316
9317 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
9318
9319 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9320 article.
9321
9322 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9323
9324 * nnml.el: Don't require gnus-bcklg. Autoload it.
9325 (nnml-use-compressed-files, nnml-save-mail): Support other
9326 comression programs such as bzip2.
9327
9328 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9329
9330 * dns.el (query-dns): Make sure we check the buffer size before
9331 removing tcp headers.
9332
9333 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
9334
9335 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9336 remove MIME buttons associated with multipart/alternative parts.
9337 (gnus-mime-display-alternative): Tag buttons using `article-type'
9338 text property.
9339
9340 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9341 associated with multipart/alternative parts.
9342
9343 * gnus-art.el (gnus-signature-separator): Fix custom type.
9344
9345 * mm-decode.el (mm-inlined-types): Fix custom type.
9346 (mm-keep-viewer-alive-types): Ditto.
9347 (mm-automatic-display): Ditto.
9348 (mm-attachment-override-types): Ditto.
9349 (mm-inline-override-types): Ditto.
9350 (mm-automatic-external-display): Ditto.
9351
9352 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
9353
9354 * spam-report.el (spam-report-user-mail-address)
9355 (spam-report-user-agent): New variables.
9356 (spam-report-url-ping-plain): Use spam-report-user-agent.
9357
9358 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
9359
9360 * gnus-art.el (gnus-button-handle-custom): Do not just use
9361 `customize-apropos' for any "M-x customize-*" button but the
9362 function called for. Accept both the function name and its
9363 argument in order to achieve this.
9364 (gnus-button-alist): Remove support for "custom:" URL's. Pass
9365 function name to `gnus-button-handle-custom' in case of "M-x
9366 customize-*" buttons.
9367
9368 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
9369
9370 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9371 multipart/alternative and add xref to mm-discouraged-alternatives
9372 in doc string.
9373
9374 * mm-decode.el (mm-discouraged-alternatives): Add xref to
9375 gnus-buttonized-mime-types in doc string.
9376
9377 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
9378
9379 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9380 Suggest image/.* in the doc string.
9381
9382 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
9383
9384 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9385 message-marks (Debian bug #342521).
9386
9387 2005-12-12 Simon Josefsson <jas@extundo.com>
9388
9389 * password.el (password-read-from-cache): Add.
9390 (password-read): Use it.
9391
9392 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
9393
9394 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9395 us-ascii as a MIME charset.
9396
9397 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9398 against the case where the 2nd arg TYPE is nil.
9399
9400 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
9401
9402 * pop3.el (pop3-stream-type): Fix custom version.
9403
9404 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9405
9406 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9407
9408 * mm-decode.el (mm-display-external): Add missing cdr.
9409
9410 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
9411
9412 * mm-decode.el (mm-display-external): Use nametemplate (defined in
9413 RFC1524) if it is in mailcap or add a suffix according to
9414 mailcap-mime-extensions when generating a temp filename; postpone
9415 deleting a temp file for 2 seconds for some wrappers, shell
9416 scripts, and so on, which might exit right after having started a
9417 viewer command as a background job.
9418
9419 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
9420
9421 * nntp.el (nntp-marks-directory): Fix custom group.
9422
9423 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9424 steps when < 10.
9425
9426 * gnus-start.el (gnus-no-server-1): Mention
9427 `gnus-level-default-subscribed' in doc string.
9428
9429 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9430
9431 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9432 parens.
9433
9434 2005-11-26 Dave Love <fx@gnu.org>
9435
9436 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9437 (tls-program, tls-success): Provide openssl alternative.
9438
9439 * starttls.el: Doc fixes.
9440 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9441 SERVICE to PORT.
9442
9443 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
9444 port null or service name.
9445 (starttls-negotiate): Autoload.
9446
9447 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9448
9449 * message.el (message-kill-to-signature): Fix interactive spec.
9450
9451 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
9452
9453 * pop3.el (pop3-open-server): Recognize a string as a service name.
9454
9455 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
9456
9457 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9458
9459 2005-11-23 Dave Love <fx@gnu.org>
9460
9461 Add pop3s, pop3/starttls.
9462
9463 * pop3.el (pop3-authentication-scheme): Clarify doc.
9464 (open-tls-stream, starttls-open-stream): Autoload.
9465 (pop3-stream-type): New.
9466 (pop3-open-server): Use it.
9467
9468 * mail-source.el (mail-sources): Fix some :types. Add stream type
9469 for POP.
9470 (mail-source-keyword-map): Add :stream for POP.
9471 (mail-source-fetch-pop): Use pop3-stream-type.
9472
9473 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
9474
9475 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9476 of current-time-string.
9477
9478 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
9479
9480 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9481 date header.
9482
9483 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
9484
9485 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9486 it can seriously impact performance as it bypasses the agent's
9487 local caches.
9488
9489 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
9490
9491 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9492 must be explicitly online rather than "not explicitly offline" for
9493 its flags to be synchronized.
9494
9495 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9496 that gnus-uu-unmark-thread will function correctly.
9497
9498 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9499 1024K is instead displayed as 1M.
9500
9501 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9502
9503 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9504
9505 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
9506
9507 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9508
9509 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
9510
9511 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9512 error message to display actual error condition.
9513 (gnus-agent-save-local): Avoid saving symbols that are bound to
9514 nil as they simply result in a warning message in
9515 gnus-agent-read-local.
9516
9517 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
9518
9519 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9520 rather than make-variable-buffer-local for file-precious-flag.
9521
9522 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
9523
9524 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9525 for duplicates which are removed. The invalid sort check then
9526 triggers a rescan after the sort as sorting may have moved
9527 duplicate entries such that they can be cheaply detected.
9528
9529 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
9530
9531 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9532
9533 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
9534
9535 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9536 internal variable to a custom variable. Changed default value
9537 from compressed(2) to uncompressed(1).
9538 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9539 support for uncompressed agentview files. Taken together, reading
9540 the agentview file should now be 6-7 times faster.
9541
9542 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
9543
9544 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9545 as a buffer-local variable. This avoids creating truncated
9546 dribble files as a result of a hang up, eg.
9547
9548 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
9549
9550 * gnus-start.el (gnus-start-draft-setup): Enforce
9551 `gnus-draft-mode' for nndraft:drafts at startup.
9552
9553 * gnus.el (gnus-splash): Change custom group.
9554 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9555 allow-list argument.
9556
9557 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9558 string.
9559
9560 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
9561
9562 * gnus-art.el (gnus-default-article-saver): Add user-defined
9563 `function' to custom type.
9564
9565 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
9566
9567 * imap.el (imap-open): Handle case where buffer is a buffer
9568 object.
9569
9570 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
9571
9572 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9573 long lines.
9574 (gnus-cache-delete-group): Wrap doc strings.
9575
9576 * gnus-agent.el (gnus-agent-rename-group)
9577 (gnus-agent-delete-group): Wrap doc strings.
9578
9579 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9580
9581 * gnus-start.el (gnus-1): Add "native" to
9582 gnus-predefined-server-alist.
9583
9584 * gnus.el (gnus-method-to-server): Don't add "native" to the
9585 lists here, because that leads to problems when
9586 gnus-select-method is bound.
9587
9588 2005-11-09 Simon Josefsson <jas@extundo.com>
9589
9590 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9591 use (not sort-by-date) instead.
9592
9593 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9594
9595 * gnus-delay.el (gnus-delay-group): Don't autoload.
9596 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9597 to be re-loaded when customizing the `gnus-delay' group.
9598
9599 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
9600
9601 * message.el: Revert last changes.
9602 (message-insert-citation-line): Use newlines.
9603
9604 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9605
9606 * message.el (message-courtesy-message)
9607 (message-mark-insert-begin, message-mark-insert-end)
9608 (message-elide-ellipsis, message-cancel-message)
9609 (message-add-header, message-change-subject)
9610 (message-cross-post-followup-to-header)
9611 (message-cross-post-insert-note, message-reduce-to-to-cc)
9612 (message-widen-reply, message-delete-not-region)
9613 (message-kill-to-signature, message-insert-signature)
9614 (message-insert-importance-high, message-insert-importance-low)
9615 (message-insert-or-toggle-importance)
9616 (message-insert-disposition-notification-to)
9617 (message-indent-citation, message-yank-original)
9618 (message-cite-original-without-signature, message-cite-original)
9619 (message-insert-citation-line, message-position-on-field)
9620 (message-fix-before-sending, message-send-mail-partially)
9621 (message-send-mail, message-send-mail-with-sendmail)
9622 (message-send-mail-with-qmail, message-send-news)
9623 (message-check-news-header-syntax, message-generate-headers)
9624 (message-insert-courtesy-copy, message-fill-address)
9625 (message-fill-header, message-shorten-references)
9626 (message-setup-1, message-cancel-news)
9627 (message-forward-make-body-plain, message-forward-make-body-mime)
9628 (message-forward-make-body-mml, message-encode-message-body)
9629 (message-forward-make-body-digest-plain)
9630 (message-forward-make-body-digest-mime)
9631 (message-use-alternative-email-as-from): Insert `hard-newline'
9632 instead of ordinary newlines.
9633
9634 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
9635
9636 * message.el (message-generate-headers): Downcase the argument
9637 given to message-check-element.
9638
9639 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
9640
9641 * nntp.el (nntp-authinfo-rejected): New error condition.
9642 (nntp-wait-for): Use new error condition to signal authentication
9643 error.
9644 (nntp-retrieve-data): Rethrow new error condition to break out of
9645 recursive call to nntp-send-authinfo.
9646
9647 2005-11-08 Romain Francoise <romain@orebokech.com>
9648
9649 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9650 (gnus-summary-exit-map): Bind to `Z p'.
9651 (gnus-summary-make-menu-bar): Add menu item.
9652
9653 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
9654
9655 * gnus-art.el (gnus-article-treat-custom): Add `first'.
9656 (gnus-treat-*): Add `first' in all doc strings.
9657
9658 * gnus-group.el (gnus-group-compact-group): Fix typo.
9659
9660 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
9661
9662 * gnus.el (gnus-parameters-case-fold-search): New variable.
9663 (gnus-parameters-get-parameter): Use it.
9664
9665 * gnus-score.el (gnus-home-score-file): Doc fix.
9666
9667 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
9668
9669 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9670
9671 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
9672
9673 * mm-util.el (mm-special-display-p): New function.
9674
9675 * mml.el (mml-preview): Use it; doc fix.
9676
9677 2005-10-29 Romain Francoise <romain@orebokech.com>
9678
9679 * message.el (message-fix-before-sending): Fix comment.
9680
9681 2005-10-29 Jari Aalto <jari.aalto@cante.net>
9682
9683 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9684
9685 2005-10-29 Jari Aalto <jari.aalto@cante.net>
9686
9687 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9688 Used in gnus-score.el.
9689
9690 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9691
9692 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9693
9694 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
9695
9696 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9697 whitespace removed in revision 7.8. Use concatenated string to
9698 protect trailing whitespace.
9699
9700 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
9701
9702 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9703 (nnimap-request-expire-articles): Use it to avoid sending 'UID
9704 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9705 Courier IMAP ("some version from 2004"). Mostly based on similar
9706 code in the same function.
9707
9708 2005-10-26 Didier Verna <didier@xemacs.org>
9709
9710 * gnus-group.el (gnus-group-compact-group): Invalidate original
9711 article buffer.
9712 * gnus-srvr.el (gnus-server-compact-server): Ditto.
9713 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9714 NOV database and in article itself.
9715 Invalidate article backlog.
9716
9717 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9718
9719 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9720
9721 2005-10-26 Simon Josefsson <jas@extundo.com>
9722
9723 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9724 part of 2004-07-25 change.
9725
9726 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
9727
9728 * message.el (message-display-completion-list): New function.
9729 (message-expand-group): Use it; make sure the Completions buffer
9730 is modifiable.
9731
9732 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
9733
9734 * imap.el (imap-open): Handle case where buffer is a buffer object.
9735
9736 2005-10-24 Eli Zaretskii <eliz@gnu.org>
9737
9738 * pgg-def.el:
9739 * pgg-gpg.el:
9740 * pgg-parse.el:
9741 * pgg-pgp.el:
9742 * pgg-pgp5.el:
9743 * pgg.el: Move to the parent lisp directory.
9744
9745 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9746
9747 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9748 user-mail-name is an empty string.
9749
9750 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9751
9752 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9753 depending on gnus-score-decay-constant.
9754
9755 * encrypt.el (encrypt-insert-file-contents)
9756 (encrypt-write-file-contents): Don't use `gnus-message'.
9757
9758 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9759 arguments.
9760 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
9761 arguments to mm-uu-verbatim-marks-extract.
9762 (mm-uu-hide-markers): New variable.
9763 (mm-uu-extract): Use face similar to `gnus-cite-3'.
9764
9765 * gnus-fun.el (gnus-convert-image-to-x-face-command)
9766 (gnus-convert-image-to-face-command): Use "convert" by default to
9767 allow other input image formats.
9768 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9769 accordingly.
9770
9771 2005-10-23 Simon Josefsson <jas@extundo.com>
9772
9773 * imap.el (imap-gssapi-program): Align command line parameters
9774 with latest GNU SASL.
9775 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9776
9777 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9778
9779 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9780 HTML.
9781 (nnslashdot-request-article): Ditto.
9782
9783 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
9784
9785 * mail-source.el (mail-source-fetch-pop): Require pop3.
9786 (mail-source-check-pop): Ditto.
9787
9788 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
9789
9790 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9791 errors.
9792
9793 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
9794
9795 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9796 (gnus-treat-strip-leading-blank-lines): Improve doc string.
9797
9798 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9799
9800 * mm-bodies.el (mm-decode-string): Call
9801 `mm-charset-to-coding-system' with allow-override argument.
9802
9803 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9804
9805 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9806 (rfc2047-charset-to-coding-system): New function.
9807 (rfc2047-decode-encoded-words): New function.
9808 (rfc2047-decode-region): Use them.
9809 (rfc2047-decode-cte): Remove.
9810 (rfc2047-parse-and-decode): Remove.
9811 (rfc2047-decode): Remove.
9812
9813 2005-10-15 Kenichi Handa <handa@m17n.org>
9814
9815 * rfc2047.el (rfc2047-decode-cte): New function.
9816 (rfc2047-decode-region): Change the way to decode successive
9817 encoded-words: decode B- or Q-encoding in each encoded-word,
9818 concatenate them, and decode it as charset.
9819
9820 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
9821
9822 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
9823 widget-move-and-invoke.
9824 (gnus-custom-mode): Use gnus-custom-map.
9825
9826 2005-10-15 Bill Wohler <wohler@newt.com>
9827
9828 * message.el (message-tool-bar-map): Renamed image file from
9829 mail_send to mail/send.
9830
9831 2005-10-16 Masatake YAMATO <jet@gyve.org>
9832
9833 * message.el (message-expand-group): Pass the common
9834 prefix substring of completion to `display-completion-list'.
9835
9836 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
9837
9838 * mml-sec.el (mml-secure-method): New internal variable.
9839 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9840 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9841 functions using mml-secure-method.
9842
9843 * mml.el (mml-mode-map): Add key bindings for those functions.
9844 (mml-menu): Simplify security menu entries. Suggested by Jesper
9845 Harder <harder@myrealbox.com>.
9846 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9847 end of message if point is the headers of the message.
9848
9849 * message.el (message-in-body-p): New function.
9850
9851 * assistant.el: Autoload gnus-util and netrc.
9852
9853 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9854 Use `mm-charset-override-alist' only when decoding.
9855
9856 * mm-bodies.el (mm-decode-body): Call
9857 `mm-charset-to-coding-system' with allow-override argument.
9858
9859 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9860 `filename' from Content-Disposition if Content-Type doesn't
9861 provide `name'.
9862 (gnus-mime-view-part-as-type): Set default instead of
9863 initial-input.
9864
9865 2005-10-09 Daniel Brockman <daniel@brockman.se>
9866
9867 * format-spec.el (format-spec): Propagate text properties of % spec.
9868
9869 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9870
9871 * gnus-art.el (gnus-treat-predicate): Add `first'.
9872
9873 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
9874
9875 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9876 (mm-charset-override-alist): New variable.
9877 (mm-charset-to-coding-system): Use it.
9878 (mm-codepage-setup): New helper function.
9879 (mm-charset-eval-alist): New variable.
9880 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
9881 about unknown charsets.
9882
9883 2005-10-04 David Hansen <david.hansen@gmx.net>
9884
9885 * nnrss.el (nnrss-request-article): Add support for the comments tag.
9886 (nnrss-check-group): Ditto.
9887
9888 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
9889
9890 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9891 Rename x-gnus-verbatim to x-verbatim.
9892 (mm-uu-type-alist): Fix regexp for verbatim-marks.
9893
9894 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9895 x-verbatim.
9896
9897 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9898
9899 * gnus-util.el (gnus-remove-duplicates): Remove.
9900
9901 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9902 instead of gnus-remove-duplicates.
9903
9904 * message.el (message-remove-duplicates): Remove.
9905 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9906 message-remove-duplicates.
9907
9908 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9909 available, else use implementation from `delete-dups'.
9910
9911 * message.el (message-insert-expires): New function.
9912 (message-mode-map): Add key binding.
9913 (message-mode-field-menu): Add menu entry.
9914 (message-mode): Document it.
9915 (message-make-expires-date): Use `message-make-date'.
9916
9917 2005-10-04 Josh Huber <huber@alum.wpi.edu>
9918
9919 * message.el (message-make-expires-date): New function.
9920
9921 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
9922
9923 * time-date.el: Autoload parse-time-string, XEmacs needs it.
9924
9925 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
9926
9927 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9928 function rather than the diff-mode.el package.
9929 (mm-display-external): Use with-current-buffer.
9930 (mm-viewer-completion-map, mm-viewer-completion-map):
9931 Move initialization inside declaration.
9932
9933 2005-09-29 Simon Josefsson <jas@extundo.com>
9934
9935 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
9936 autoload mail-check-payment.
9937 (spam-check-hashcash): Define unconditionally, since hashcash.el
9938 is part of Gnus now. Ignore errors from payment checking.
9939
9940 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
9941
9942 * message.el (message-bold-region, message-unbold-region): Rename
9943 from `bold-region' and `unbold-region'.
9944
9945 * message.el: Remove useless autoloads.
9946
9947 2005-09-28 Simon Josefsson <jas@extundo.com>
9948
9949 * message.el (message-use-idna): Default to t.
9950 (message-use-idna): Test whether encoding works too. Doc fix.
9951
9952 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9953
9954 * nntp.el (nntp-warn-about-losing-connection): Remove.
9955
9956 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
9957
9958 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9959 customizable. Change default value.
9960 (mm-uu-diff-groups-regexp): Change default value.
9961 (mm-uu-type-alist): Add doc string.
9962 (mm-uu-configure): Add doc string. Make it interactive.
9963 (mm-uu-tex-groups-regexp): New variable.
9964 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9965 (mm-uu-type-alist): Add LaTeX documents.
9966 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9967 of "text/verbatim".
9968 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9969
9970 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9971 instead of "text/verbatim".
9972
9973 * message.el (message-mark-inserted-region)
9974 (message-mark-insert-file): Use slrn style marks when called with
9975 prefix argument.
9976
9977 2005-09-27 Simon Josefsson <jas@extundo.com>
9978
9979 * message.el (message-idna-to-ascii-rhs-1): Reformat.
9980
9981 2005-09-27 Arne Jørgensen <arne@arnested.dk>
9982
9983 * message.el (message-remove-duplicates): New function.
9984 Implementation borrowed from `gnus-remove-duplicates'.
9985 (message-idna-to-ascii-rhs): Also encode idna addresses in
9986 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9987 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9988 only ask about the same idna domain once per header and also tell
9989 in what header to replace the idna domain.
9990
9991 * gnus-art.el (article-decode-idna-rhs): Also decode idna
9992 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9993 (article-decode-idna-rhs): Fix regexp so that all idna-address in
9994 a header is decoded and not just the last one.
9995
9996 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9997
9998 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9999 has been decoded.
10000
10001 * mm-decode.el (mm-automatic-display): Add text/verbatim.
10002 (mm-insert-part): Don't modify text if it has been decoded.
10003
10004 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10005 decoded.
10006
10007 * mm-view.el (mm-inline-text): Don't strip text props unless
10008 decoding enriched or richtext parts.
10009
10010 2005-09-25 Romain Francoise <romain@orebokech.com>
10011
10012 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10013 * gnus-start.el (gnus-subscribe-interactively):
10014 * gnus-uu.el (gnus-uu-grab-articles):
10015 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10016 space.
10017
10018 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
10019
10020 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10021 * mm-view.el (mm-view-pkcs7-decrypt):
10022 * gnus-sum.el (gnus-summary-limit-to-extra)
10023 (gnus-summary-respool-article, gnus-read-move-group-name):
10024 * gnus-score.el (gnus-summary-increase-score):
10025 * gnus-util.el (gnus-completing-read-with-default):
10026 * gnus-art.el (gnus-read-save-file-name)
10027 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10028 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10029 * message.el (message-check-news-header-syntax):
10030 Follow convention for reading with the minibuffer.
10031
10032 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
10033
10034 * spam-report.el (spam-report-url-ping-plain):
10035 Use gnus-extended-version as User-Agent.
10036
10037 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10038 default value is nil.
10039
10040 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10041 (mm-uu-verbatim-marks-extract): New function.
10042 (mm-uu-extract): New face.
10043 (mm-uu-copy-to-buffer): Use it.
10044
10045 * spam-report.el (spam-report-gmane-ham): Renamed from
10046 `spam-report-gmane-unspam'.
10047 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10048 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
10049
10050 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10051 Autoload.
10052 (spam-report-gmane-unregister-routine): Renamed
10053 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10054
10055 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
10056
10057 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10058 (spam-report-gmane-unregister-routine): Add support for gmane
10059 unregistration.
10060
10061 * spam-report.el (spam-report-gmane-unspam)
10062 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10063 (spam-report-gmane): Change to take a single article and do unspam
10064 registration.
10065
10066 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
10067
10068 * mm-url.el (mm-url-decode-entities): Fix regexp.
10069
10070 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10071
10072 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10073 default to nil, to be able to use Gnus at all. If the default
10074 switches to something else, then the function should be fixed not
10075 be exceedingly slow.
10076
10077 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
10078
10079 * gnus-start.el (gnus-activate-group): If the server is nil, don't
10080 fail hard.
10081
10082 * spam-report.el: Add better Keywords line.
10083
10084 * spam.el: Add Maintainer and better Keywords line.
10085
10086 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
10087
10088 * gnus-art.el (gnus-article-replace-part)
10089 (gnus-mime-replace-part): New functions.
10090 (gnus-mime-action-alist, gnus-mime-button-commands)
10091 (gnus-mime-save-part-and-strip): Added file argument.
10092 (gnus-article-part-wrapper): Added interactive argument.
10093
10094 * gnus-sum.el (gnus-summary-mime-map): Add
10095 `gnus-article-replace-part'.
10096
10097 2005-09-19 Didier Verna <didier@xemacs.org>
10098
10099 The nnml compaction feature:
10100 * nnml.el (nnml-request-compact-group): New function.
10101 * nnml.el (nnml-request-compact): New function.
10102 * gnus-int.el (gnus-request-compact-group): New function.
10103 * gnus-int.el (gnus-request-compact): New function.
10104 * gnus-group.el (gnus-group-compact-group): New function.
10105 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10106 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10107 * gnus-srvr.el (gnus-server-compact-server): New function.
10108 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10109 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10110
10111 2005-09-18 Deepak Goel <deego@gnufans.org>
10112
10113 * sieve.el (sieve-help): Fix `message' call: first arg should be a
10114 format spec.
10115
10116 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
10117
10118 * gnus.el (gnus-group-startup-message): Bind image-load-path.
10119
10120 2005-09-15 Romain Francoise <romain@orebokech.com>
10121
10122 * message.el (message-fill-paragraph): Clarify docstring.
10123
10124 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
10125
10126 * gnus-art.el (gnus-mime-display-part): Protect against broken
10127 MIME messages.
10128
10129 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10130
10131 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10132 before parsing header.
10133
10134 2005-09-11 Jari Aalto <jari.aalto@cante.net>
10135
10136 * html2text.el (html2text-replace-list): Add new entities.
10137
10138 2005-09-11 Romain Francoise <romain@orebokech.com>
10139
10140 * message.el (message-alternative-emails): Improve docstring.
10141 (message-setup-1): Call `message-use-alternative-email-as-from'
10142 after `message-setup-hook' to give it precedence over posting
10143 styles, etc.
10144 (message-use-alternative-email-as-from): Add docstring. Remove
10145 the original From header if present.
10146
10147 * nnml.el (nnml-compressed-files-size-threshold): New variable.
10148 (nnml-save-mail): Use it.
10149
10150 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10151 articles. Add new argument `silent'.
10152 (gnus-uu-mark-all): Report the total number of marked articles.
10153
10154 2005-09-10 Romain Francoise <romain@orebokech.com>
10155
10156 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10157 (gnus-uu-mark-series): Likewise.
10158
10159 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
10160
10161 * spam-report.el (spam-report-gmane): Fix generation of spam
10162 report URL.
10163
10164 2005-09-10 Simon Josefsson <jas@extundo.com>
10165
10166 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10167 t, based on discussion on the ding list with Robert Epprecht
10168 <epprecht@solnet.ch>.
10169
10170 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
10171
10172 * spam-report.el (spam-report-gmane): Make it work without
10173 X-Report-Spam header. Gmane now only provides Archived-At.
10174 This is only used if `spam-report-gmane-use-article-number' is nil.
10175 (spam-report-gmane-spam-header): Remove. Not used anymore.
10176
10177 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10178 make `gnus-summary-sort-by-recipient' work with threading.
10179
10180 * nnweb.el (nnweb-google-wash-article): Print a message if article
10181 is not available.
10182
10183 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10184
10185 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10186 change. Decode text/* parts content before displaying.
10187
10188 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
10189
10190 * mml-smime.el: Remove defvar of gnus-extract-address-components.
10191
10192 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
10193
10194 * mm-view.el (mm-display-inline-fontify): Disable support modes.
10195
10196 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
10197
10198 * message.el (message-tab-body-function): Fix mismatched custom type.
10199
10200 * gnus.el (gnus-group-change-level-function): Ditto.
10201
10202 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10203
10204 * gnus-art.el (gnus-signature-limit)
10205 (gnus-article-mime-part-function): Ditto.
10206
10207 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
10208
10209 * mml.el (mml-mode): Silence the byte compiler.
10210
10211 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10212 using `(sit-for 0)' before moving the point to the specified part;
10213 skip unbuttonized parts.
10214 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10215 return to the summary window if gnus-auto-select-part is non-nil.
10216
10217 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
10218
10219 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10220 variables.
10221 (mml-dnd-attach-file, mml-mode): Use them.
10222
10223 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10224 Make fetching article by MID work again for Google Groups. Added
10225 FIXME concerning gnus-group-make-web-group.
10226
10227 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10228 Don't depend on Gnus by using mail-extract-address-components if
10229 gnus-extract-address-components is not bound.
10230
10231 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10232
10233 * gnus-art.el (gnus-mime-display-security): Don't display the
10234 signature, but only the signed part.
10235
10236 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
10237
10238 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10239
10240 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10241 list, not listp.
10242
10243 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
10244
10245 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10246 when encoding.
10247
10248 * mm-bodies.el (mm-decode-content-transfer-encoding):
10249 De-canonicalize CRLF for all text content types, not just
10250 text/plain.
10251
10252 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10253
10254 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10255 valid article; point arrow and cursor at the MIME button.
10256
10257 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
10258
10259 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10260 Suggested by Dan Christensen <jdc@uwo.ca>.
10261
10262 * mm-decode.el (mm-save-part): Enable change of prompt.
10263
10264 2005-08-29 Jari Aalto <jari.aalto@cante.net>
10265
10266 * gnus-msg.el (gnus-inews-add-send-actions): Made
10267 `message-post-method' lambda parameter ARG `&optional'.
10268
10269 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
10270
10271 * gnus-sum.el (gnus-summary-mime-map): Added
10272 gnus-article-save-part-and-strip, gnus-article-delete-part and
10273 gnus-article-jump-to-part.
10274
10275 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10276 (gnus-article-edit-part): Use it.
10277 (gnus-article-part-wrapper): Added no-handle argument.
10278 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10279 functions.
10280
10281 2005-08-29 Romain Francoise <romain@orebokech.com>
10282
10283 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10284 docstring.
10285 (gnus-face-from-file): Likewise.
10286
10287 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
10288
10289 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10290 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10291 non-nil.
10292 (gnus-auto-select-part): New variable.
10293 (gnus-article-jump-to-part): New function.
10294 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10295 (gnus-mime-delete-part): Allow selecting specified part after
10296 deleting or stripping parts.
10297 (gnus-article-jump-to-part): Don't use `read-number'. Use last
10298 part if argument is bogus.
10299
10300 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
10301
10302 * gnus-art.el (w3m-minor-mode-map):
10303 * gnus-spec.el (gnus-newsrc-file-version):
10304 * gnus-util.el (nnmail-active-file-coding-system)
10305 (gnus-original-article-buffer, gnus-user-agent):
10306 * gnus.el (gnus-ham-process-destinations)
10307 (gnus-parameter-ham-marks-alist)
10308 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10309 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10310 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10311 * mm-decode.el (gnus-current-window-configuration):
10312 * mm-extern.el (gnus-article-mime-handles):
10313 * mm-url.el (url-current-object, url-package-name)
10314 (url-package-version):
10315 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10316 (smime-keys, w3m-cid-retrieve-function-alist)
10317 (w3m-current-buffer, w3m-display-inline-images)
10318 (w3m-minor-mode-map):
10319 * mml-smime.el (gnus-extract-address-components):
10320 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10321 (gnus-newsrc-hashtb, message-default-charset)
10322 (message-deletable-headers, message-options)
10323 (message-posting-charset, message-required-mail-headers)
10324 (message-required-news-headers):
10325 * mml1991.el (mc-pgp-always-sign):
10326 * mml2015.el (mc-pgp-always-sign):
10327 * nnheader.el (nnmail-extra-headers):
10328 * rfc1843.el (gnus-decode-encoded-word-function)
10329 (gnus-decode-header-function, gnus-newsgroup-name):
10330 * spam-stat.el (gnus-original-article-buffer): Add defvars.
10331
10332 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
10333
10334 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10335 the end of the date treatments.
10336
10337 2005-08-15 Simon Josefsson <jas@extundo.com>
10338
10339 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10340 it in url-handlers.el and XEmacs in url.el. Reported by Luca
10341 Capello and Romain Francoise.
10342 (pgg-fetch-key-function): Removed, not used?
10343 (pgg-insert-url-with-w3): Require url, to get
10344 url-insert-file-contents regardless of where it is defined.
10345
10346 2005-08-13 Romain Francoise <romain@orebokech.com>
10347
10348 * message.el (message-cite-original-1): New function.
10349 (message-cite-original): Use it.
10350 (message-cite-original-without-signature): Ditto.
10351
10352 2005-08-08 Romain Francoise <romain@orebokech.com>
10353
10354 * message.el (message-yank-empty-prefix): New variable.
10355 (message-indent-citation): Use it.
10356 (message-cite-original-without-signature): Respect X-No-Archive.
10357
10358 2005-08-08 Simon Josefsson <jas@extundo.com>
10359
10360 * pgg.el: Autoload url-insert-file-contents instead of loading
10361 w3/url.
10362 (pgg-insert-url-with-w3): Don't load url here.
10363
10364 2005-08-07 Jesper Harder <harder@phys.au.dk>
10365
10366 * message.el (message-kill-to-signature): Don't insert newline at
10367 bol.
10368 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10369
10370 2005-08-06 Romain Francoise <romain@orebokech.com>
10371
10372 * message.el (message-user-fqdn): Fix typo in docstring.
10373
10374 2005-08-05 Daiki Ueno <ueno@unixuser.org>
10375
10376 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10377
10378 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10379
10380 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
10381
10382 * mm-bodies.el (mm-encode-body): Use coding system rather than
10383 charset to encode text.
10384
10385 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10386 number of charsets if utf-8 is available (XEmacs).
10387
10388 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
10389
10390 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10391 taken from `gnus-button-mid-or-mail-regexp'.
10392 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10393 (gnus-button-alist): Improve regexp for domain part of the MIDs
10394 for news:localpart@domain buttons.
10395 (gnus-button-ctan-directory-regexp): Update.
10396
10397 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
10398
10399 * sieve-manage.el (sieve-manage-interactive-login): Use
10400 make-local-variable rather than make-variable-buffer-local.
10401 (sieve-manage-open): Ditto.
10402 (sieve-manage-authenticate): Ditto.
10403
10404 * mml.el (mml-generate-mime-1): Make the content type default to
10405 text/plain if the filename is not specified.
10406
10407 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
10408
10409 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10410 instead of insert-buffer.
10411
10412 * message.el (message-yank-original): Ditto; set the mark at the
10413 end of the yanked message.
10414
10415 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
10416
10417 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10418 lines to scroll rather than to stop it.
10419
10420 * mml.el (mml-generate-default-type): Add doc string.
10421 (mml-generate-mime-1): Use mm-default-file-encoding or make it
10422 default to application/octet-stream when determining the content
10423 type if it is not specified for the part or the mml contents; add
10424 a comment about mml-generate-default-type.
10425
10426 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
10427
10428 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10429 make it default to application/octet-stream when determining the
10430 content type if it is not specified for the external contents.
10431
10432 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
10433
10434 * rfc2231.el (rfc2231-parse-string): Take care that not only a
10435 segmented parameter but also other parameters might be there.
10436
10437 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
10438
10439 * mm-decode.el (mm-display-external): Delete temp file, directory
10440 and buffer immediately if the external process is exited.
10441
10442 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
10443
10444 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10445 fewer lines than that of scroll-margin.
10446 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10447
10448 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
10449
10450 * gnus-art.el (gnus-article-next-page): Revert.
10451 (gnus-article-beginning-of-window): New macro.
10452 (gnus-article-next-page-1): Use it.
10453 (gnus-article-prev-page): Ditto.
10454 (gnus-article-edit-part): Use insert-buffer-substring instead of
10455 insert-buffer.
10456 (gnus-article-edit-exit): Ditto.
10457
10458 * gnus-util.el (gnus-beginning-of-window): Remove.
10459 (gnus-end-of-window): Remove.
10460
10461 2005-07-25 Simon Josefsson <jas@extundo.com>
10462
10463 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10464 to have the url package without w3. Reported by Daiki Ueno
10465 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10466
10467 2005-07-20 Didier Verna <didier@xemacs.org>
10468
10469 * gnus-diary.el: Remove the description comment (nndiary is now
10470 properly documented in the Gnus manual).
10471 Fix the spelling of "Back End".
10472 * nndiary.el: Ditto.
10473 Fix the copyright notice.
10474
10475 2005-07-18 Romain Francoise <romain@orebokech.com>
10476
10477 * gnus-sum.el (gnus-summary-to-prefix)
10478 (gnus-summary-newsgroup-prefix): New variables.
10479 (gnus-summary-from-or-to-or-newsgroups): Use them.
10480
10481 2005-07-17 Romain Francoise <romain@orebokech.com>
10482
10483 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10484 space as it's generally not especially interesting to the user.
10485
10486 2005-07-16 Romain Francoise <romain@orebokech.com>
10487
10488 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10489 nil to avoid prompting and file modification if one of the
10490 messages at the top of the nnfolder file contains a copyright
10491 notice.
10492 Update copyright notice.
10493
10494 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10495 instead of `current-time-string' as the latter creates a time
10496 string that is not RFC 2822 compliant (it lacks the zone).
10497 Update copyright notice.
10498
10499 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
10500
10501 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10502 for text/rtf. Display default in prompt. Pass default for M-n.
10503
10504 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10505
10506 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10507
10508 * gnus-msg.el (gnus-button-mailto): Remove
10509 save-selected-window-window hackery because it relies on
10510 save-selected-window internals.
10511
10512 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
10513
10514 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10515 (gnus-article-next-page-1): Use gnus-beginning-of-window.
10516 (gnus-article-prev-page): Ditto.
10517
10518 * gnus-util.el (gnus-beginning-of-window): New function.
10519 (gnus-end-of-window): New function.
10520
10521 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
10522
10523 * gnus-score.el (gnus-score-edit-all-score): Set
10524 gnus-score-edit-exit-function to gnus-score-edit-done and call
10525 gnus-message.
10526
10527 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10528
10529 * gnus-msg.el (gnus-button-mailto): Remove
10530 save-selected-window-window hackery because it relies on
10531 save-selected-window internals.
10532
10533 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
10534
10535 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10536 add-minor-mode.
10537 (gnus-binary-mode): Ditto.
10538
10539 * gnus-topic.el (gnus-topic-mode): Ditto.
10540
10541 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
10542
10543 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10544 (gnus-article-prev-page): Take scroll-margin into consideration.
10545
10546 2005-07-04 Lute Kamstra <lute@gnu.org>
10547
10548 Update FSF's address in GPL notices.
10549
10550 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
10551
10552 * gnus.el (gnus-exit):
10553 * gnus-group.el (gnus-group-icons):
10554 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10555
10556 * gnus-nocem.el (gnus-nocem):
10557 * message.el (message-various, message-buffers, message-sending)
10558 (message-interface, message-forwarding, message-insertion)
10559 (message-headers, message-news, message-mail):
10560 * pgg-gpg.el (pgg-gpg):
10561 * pgg-parse.el (pgg-parse):
10562 * pgg-pgp.el (pgg-pgp):
10563 * pgg-pgp5.el (pgg-pgp5):
10564 * pop3.el (pop3): Finish `defgroup' description with period.
10565
10566 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
10567
10568 * gnus-art.el (article-display-face): Improve the efficiency.
10569 (article-display-x-face): Ditto; remove grey x-face stuff.
10570
10571 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
10572
10573 * gnus-art.el (article-display-face): Correct the position in
10574 which Faces are inserted.
10575
10576 2005-06-29 Didier Verna <didier@xemacs.org>
10577
10578 * gnus-art.el (article-display-face): Display faces in correct
10579 order.
10580
10581 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10582
10583 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10584 (gnus-fill-real-hashtb): Use hash table instead of obarray.
10585 (gnus-nocem-check-article): Fetch the Type header.
10586 (gnus-nocem-message-wanted-p): Fix the way to examine types.
10587 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10588 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10589 make sure gnus-nocem-hashtb is initialized.
10590 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10591 (gnus-nocem-unwanted-article-p): Ditto.
10592
10593 * pgg.el (pgg-verify): Return the verification result.
10594
10595 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10596
10597 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10598 is ascii.
10599
10600 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
10601
10602 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10603 `show-nonbreak-escape'.
10604
10605 2005-06-23 Lute Kamstra <lute@gnu.org>
10606
10607 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10608
10609 * dig.el (dig-mode):
10610 * smime.el (smime-mode): Use gnus-run-mode-hooks.
10611
10612 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
10613
10614 * nnimap.el (nnimap-split-download-body): Fix spellings.
10615
10616 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
10617
10618 * gnus-art.el (gnus-article-encrypt-body):
10619 * gnus-cus.el (gnus-score-customize):
10620 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10621 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10622
10623 2005-06-16 Arne Jørgensen <arne@arnested.dk>
10624
10625 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10626 header by looking for magic "MII" at the beginnig.
10627
10628 2005-06-16 Miles Bader <miles@gnu.org>
10629
10630 * assistant.el (assistant-field): Remove "-face" suffix from face name.
10631 (assistant-field-face): New backward-compatibility alias for renamed
10632 face.
10633 (assistant-render-text): Use renamed assistant-field face.
10634
10635 * spam.el (spam): Remove "-face" suffix from face name.
10636 (spam-face): New backward-compatibility alias for renamed face.
10637 (spam-face, spam-initialize): Use renamed spam face.
10638
10639 * message.el (message-header-to, message-header-cc)
10640 (message-header-subject, message-header-newsgroups)
10641 (message-header-other, message-header-name)
10642 (message-header-xheader, message-separator, message-cited-text)
10643 (message-mml): Remove "-face" suffix from face names.
10644 (message-header-to-face, message-header-cc-face)
10645 (message-header-subject-face, message-header-newsgroups-face)
10646 (message-header-other-face, message-header-name-face)
10647 (message-header-xheader-face, message-separator-face)
10648 (message-cited-text-face, message-mml-face):
10649 New backward-compatibility aliases for renamed faces.
10650 (message-font-lock-keywords): Use renamed message faces.
10651
10652 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10653 (sieve-test-commands, sieve-tagged-arguments):
10654 Remove "-face" suffix from face names.
10655 (sieve-control-commands-face, sieve-action-commands-face)
10656 (sieve-test-commands-face, sieve-tagged-arguments-face):
10657 New backward-compatibility aliases for renamed faces.
10658 (sieve-control-commands-face, sieve-action-commands-face)
10659 (sieve-test-commands-face, sieve-tagged-arguments-face):
10660 Use renamed sieve faces.
10661
10662 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10663 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10664 (gnus-group-news-3-empty, gnus-group-news-4)
10665 (gnus-group-news-4-empty, gnus-group-news-5)
10666 (gnus-group-news-5-empty, gnus-group-news-6)
10667 (gnus-group-news-6-empty, gnus-group-news-low)
10668 (gnus-group-news-low-empty, gnus-group-mail-1)
10669 (gnus-group-mail-1-empty, gnus-group-mail-2)
10670 (gnus-group-mail-2-empty, gnus-group-mail-3)
10671 (gnus-group-mail-3-empty, gnus-group-mail-low)
10672 (gnus-group-mail-low-empty, gnus-summary-selected)
10673 (gnus-summary-cancelled, gnus-summary-high-ticked)
10674 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10675 (gnus-summary-high-ancient, gnus-summary-low-ancient)
10676 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10677 (gnus-summary-low-undownloaded)
10678 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10679 (gnus-summary-low-unread, gnus-summary-normal-unread)
10680 (gnus-summary-high-read, gnus-summary-low-read)
10681 (gnus-summary-normal-read, gnus-splash):
10682 Remove "-face" suffix from face names.
10683 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10684 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10685 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10686 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10687 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10688 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10689 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10690 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10691 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10692 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10693 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10694 (gnus-summary-selected-face, gnus-summary-cancelled-face)
10695 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10696 (gnus-summary-normal-ticked-face)
10697 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10698 (gnus-summary-normal-ancient-face)
10699 (gnus-summary-high-undownloaded-face)
10700 (gnus-summary-low-undownloaded-face)
10701 (gnus-summary-normal-undownloaded-face)
10702 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10703 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10704 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10705 (gnus-splash-face):
10706 New backward-compatibility aliases for renamed faces.
10707 (gnus-group-startup-message): Use renamed gnus faces.
10708
10709 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10710 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10711 (gnus-server-agent): Remove "-face" suffix from face names.
10712 (gnus-server-agent-face, gnus-server-opened-face)
10713 (gnus-server-closed-face, gnus-server-denied-face)
10714 (gnus-server-offline-face):
10715 New backward-compatibility aliases for renamed faces.
10716 (gnus-server-agent-face, gnus-server-opened-face)
10717 (gnus-server-closed-face, gnus-server-denied-face)
10718 (gnus-server-offline-face): Use renamed gnus faces.
10719
10720 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10721 Remove "-face" suffix from face names.
10722 (gnus-picon-xbm-face, gnus-picon-face):
10723 New backward-compatibility aliases for renamed faces.
10724
10725 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10726 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10727 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10728 (gnus-cite-11): Remove "-face" suffix from face names.
10729 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10730 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10731 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10732 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10733 New backward-compatibility aliases for renamed faces.
10734 (gnus-cite-attribution-face, gnus-cite-face-list)
10735 (gnus-article-boring-faces): Use renamed gnus faces.
10736
10737 * gnus-art.el (gnus-signature, gnus-header-from)
10738 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10739 (gnus-header-content): Remove "-face" suffix from face names.
10740 (gnus-signature-face, gnus-header-from-face)
10741 (gnus-header-subject-face, gnus-header-newsgroups-face)
10742 (gnus-header-name-face, gnus-header-content-face):
10743 New backward-compatibility aliases for renamed faces.
10744 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10745
10746 * gnus-sum.el (gnus-summary-selected-face)
10747 (gnus-summary-highlight): Use renamed gnus faces.
10748 * gnus-group.el (gnus-group-highlight): Likewise.
10749
10750 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
10751
10752 * gnus-sieve.el (gnus-sieve-article-add-rule):
10753 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10754 * spam-stat.el (spam-stat-buffer-change-to-spam)
10755 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10756
10757 * message.el (message-is-yours-p):
10758 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10759
10760 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
10761
10762 * mm-view.el (mm-inline-text): Withdraw the last change.
10763
10764 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
10765
10766 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10767 executing enriched-decode.
10768
10769 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
10770
10771 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10772 charset of tar files.
10773
10774 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
10775
10776 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10777
10778 2005-06-04 Lute Kamstra <lute@gnu.org>
10779
10780 * nnfolder.el (nnfolder-read-folder): Make sure that undo
10781 information is never recorded.
10782
10783 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10784
10785 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10786
10787 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
10788
10789 * pop3.el (pop3-apop): Run md5 in the binary mode.
10790
10791 * starttls.el (starttls-set-process-query-on-exit-flag):
10792 Use eval-and-compile.
10793
10794 2005-05-31 Simon Josefsson <jas@extundo.com>
10795
10796 * smime.el (smime-replace-in-string): Define.
10797 (smime-cert-by-ldap-1): Use it.
10798
10799 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
10800
10801 * gnus-art.el (article-display-x-face): Replace
10802 process-kill-without-query by gnus-set-process-query-on-exit-flag.
10803
10804 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10805 set-process-query-on-exit-flag or process-kill-without-query.
10806
10807 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10808 loop instead of replace-regexp.
10809
10810 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10811 instead of process-kill-without-query if it is available.
10812
10813 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10814 instead of find-file-hooks if it is available.
10815
10816 * mml1991.el: Bind pgg-default-user-id when compiling.
10817
10818 * mml2015.el: Bind pgg-default-user-id when compiling.
10819
10820 * nndraft.el (nndraft-request-associate-buffer):
10821 Use write-contents-functions instead of write-contents-hooks if it is
10822 available.
10823
10824 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10825 instead of find-file-hooks if it is available.
10826
10827 * nntp.el (nntp-open-connection): Replace
10828 process-kill-without-query by gnus-set-process-query-on-exit-flag.
10829 (nntp-open-ssl-stream): Ditto.
10830 (nntp-open-tls-stream): Ditto.
10831
10832 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10833 set-process-query-on-exit-flag or process-kill-without-query.
10834 (starttls-open-stream-gnutls): Use it instead of
10835 process-kill-without-query.
10836 (starttls-open-stream): Ditto.
10837
10838 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
10839
10840 * smime.el (smime-cert-by-ldap-1): Don't use
10841 replace-regexp-in-string.
10842
10843 2005-05-31 Arne Jørgensen <arne@arnested.dk>
10844
10845 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10846
10847 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10848 in PEM format. Adjust to the XEmacs compability.
10849
10850 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
10851
10852 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10853 by `string-to-number'.
10854 * gnus-agent.el (gnus-agent-regenerate-group)
10855 (gnus-agent-fetch-articles): Ditto.
10856 * gnus-art.el (gnus-button-fetch-group): Ditto.
10857 * gnus-cache.el (gnus-cache-generate-active)
10858 (gnus-cache-articles-in-group): Ditto.
10859 * gnus-group.el (gnus-group-set-current-level)
10860 (gnus-group-insert-group-line): Ditto.
10861 * gnus-score.el (gnus-score-set-expunge-below)
10862 (gnus-score-set-mark-below, gnus-summary-score-effect)
10863 (gnus-summary-score-entry): Ditto.
10864 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10865 (gnus-soup-pack): Ditto.
10866 * gnus-spec.el (gnus-xmas-format): Ditto.
10867 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10868 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10869 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10870 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10871 * nndb.el (nndb-get-remote-expire-response): Ditto.
10872 * nndiary.el (nndiary-parse-schedule-value)
10873 (nndiary-string-to-number, nndiary-request-replace-article)
10874 (nndiary-request-article): Ditto.
10875 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10876 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10877 * nneething.el (nneething-make-head): Ditto.
10878 * nnfolder.el (nnfolder-request-article)
10879 (nnfolder-retrieve-headers): Ditto.
10880 * nnheader.el (nnheader-file-to-number): Ditto.
10881 * nnkiboze.el (nnkiboze-request-article): Ditto.
10882 * nnmail.el (nnmail-process-unix-mail-format)
10883 (nnmail-process-babyl-mail-format): Ditto.
10884 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10885 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10886 (nnmh-request-create-group, nnmh-request-list-1)
10887 (nnmh-request-group, nnmh-request-article): Ditto.
10888 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10889 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10890 * nnsoup.el (nnsoup-make-active): Ditto.
10891 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10892 * nntp.el (nntp-find-group-and-number)
10893 (nntp-retrieve-headers-with-xover): Ditto.
10894 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10895 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10896 (pgg-format-key-identifier): Ditto.
10897 * pop3.el (pop3-last, pop3-stat): Ditto.
10898 * qp.el (quoted-printable-decode-region): Ditto.
10899
10900 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10901 of concat.
10902
10903 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
10904
10905 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10906
10907 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10908
10909 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10910
10911 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10912
10913 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10914
10915 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10916
10917 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10918 (gnus-carpal-mode): Ditto.
10919
10920 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10921 (gnus-browse-mode): Ditto.
10922
10923 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10924
10925 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10926
10927 2005-05-29 Richard M. Stallman <rms@gnu.org>
10928
10929 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10930
10931 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
10932
10933 * gnus-util.el (gnus-run-mode-hooks): New function.
10934
10935 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10936
10937 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
10938
10939 * gnus-agent.el (gnus-agent-make-mode-line-string):
10940 Use mode-line-highlight as mouse-face.
10941
10942 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
10943
10944 * canlock.el (canlock): Change the parent group to news.
10945
10946 * deuglify.el (gnus-outlook-deuglify): Add :group.
10947
10948 * dig.el (dig): Add :group.
10949
10950 * dns-mode.el (dns-mode): Add :group.
10951
10952 * encrypt.el (encrypt): Add :group.
10953
10954 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10955 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10956 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10957 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10958 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10959
10960 * gnus-diary.el (gnus-diary): Add :group.
10961
10962 * gnus.el (gnus-group-news-1-face): Add :group.
10963 (gnus-group-news-1-empty-face): Ditto.
10964 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10965 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10966 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10967 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10968 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10969 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10970 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10971 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10972 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10973 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10974 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10975 (gnus-summary-high-ticked-face): Ditto.
10976 (gnus-summary-low-ticked-face): Ditto.
10977 (gnus-summary-normal-ticked-face): Ditto.
10978 (gnus-summary-high-ancient-face): Ditto.
10979 (gnus-summary-low-ancient-face): Ditto.
10980 (gnus-summary-normal-ancient-face): Ditto.
10981 (gnus-summary-high-undownloaded-face): Ditto.
10982 (gnus-summary-low-undownloaded-face): Ditto.
10983 (gnus-summary-normal-undownloaded-face): Ditto.
10984 (gnus-summary-high-unread-face): Ditto.
10985 (gnus-summary-low-unread-face): Ditto.
10986 (gnus-summary-normal-unread-face): Ditto.
10987 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10988 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10989
10990 * hashcash.el (hashcash): New custom group.
10991 (hashcash-default-payment): Add :group.
10992 (hashcash-payment-alist): Ditto.
10993 (hashcash-default-accept-payment): Ditto.
10994 (hashcash-accept-resources): Ditto.
10995 (hashcash-path): Ditto.
10996 (hashcash-extra-generate-parameters): Ditto.
10997 (hashcash-double-spend-database): Ditto.
10998 (hashcash-in-news): Ditto.
10999
11000 * message.el (message-minibuffer-local-map): Add :group.
11001
11002 * netrc.el (netrc): Add :group.
11003
11004 * sieve-manage.el (sieve-manage-log): Add :group.
11005 (sieve-manage-default-user): Diito.
11006 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11007 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11008 (sieve-manage-authenticators): Ditto.
11009 (sieve-manage-authenticator-alist): Ditto.
11010 (sieve-manage-default-port): Ditto.
11011
11012 * sieve-mode.el (sieve-control-commands-face): Add :group.
11013 (sieve-action-commands-face): Ditto.
11014 (sieve-test-commands-face): Ditto.
11015 (sieve-tagged-arguments-face): Ditto.
11016
11017 * smime.el (smime): Add :group.
11018
11019 * spam-report.el (spam-report): Add :group.
11020
11021 * spam.el (spam, spam-face): Add :group.
11022
11023 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11024
11025 * nntp.el (nntp-next-result-arrived-p): Some news servers may
11026 return \n.\n.\n at the end of articles. Protect against that.
11027 (nntp-with-open-group): Allow debugging.
11028
11029 * nnheader.el (mail-header-set-extra): Make into a function
11030 because I just could't understand how to quote the list properly.
11031
11032 * dns.el (query-dns-cached): New function.
11033
11034 2005-05-26 Lute Kamstra <lute@gnu.org>
11035
11036 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11037
11038 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
11039
11040 * gnus-art.el: Don't autoload mail-extract-address-components.
11041
11042 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11043 eval-and-compile to evaluate it.
11044
11045 * hashcash.el: Don't autoload executable-find.
11046
11047 * nndb.el: Don't declare the nndb back end two or more times; don't
11048 autoload news-reply-mode, news-setup, cancel-timer and telnet.
11049
11050 * nntp.el: Autoload format-spec instead of format; use
11051 eval-and-compile to evaluate autoload forms.
11052
11053 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
11054
11055 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11056
11057 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11058
11059 * gnus.el (gnus-version-number): Bump version.
11060
11061 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
11062
11063 * gnus.el: No Gnus v0.3 is released.
11064
11065 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
11066
11067 * gnus-art.el (gnus-article-edit-part): Disable undo.
11068
11069 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
11070
11071 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11072 gnus-article-date-lapsed-new-header is t if date timer is active;
11073 skip headers in which the original date value is empty.
11074 (gnus-article-save-original-date): Redefine it as a macro.
11075 (gnus-display-mime): Use it.
11076
11077 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
11078
11079 * gnus-art.el (article-date-ut): Support converting date in
11080 forwarded parts as well.
11081 (gnus-article-save-original-date): New function.
11082 (gnus-display-mime): Use it.
11083
11084 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
11085
11086 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11087 enclosure element of <item>.
11088
11089 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
11090
11091 * message.el (message-kill-buffer-query): Renamed from
11092 `message-kill-buffer-query-if-modified'. Added :version.
11093
11094 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
11095
11096 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11097 window layout.
11098
11099 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
11100
11101 * mml.el: Autoload dnd when compiling.
11102
11103 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
11104
11105 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11106 x-dnd-*.
11107
11108 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
11109
11110 * qp.el (quoted-printable-encode-region): Save excursion.
11111
11112 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
11113
11114 * message.el (message-kill-buffer-query-if-modified): Add new variable
11115 so the user can kill a modified message buffer quickly.
11116 (message-kill-buffer): Use it.
11117
11118 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
11119
11120 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
11121 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11122
11123 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
11124
11125 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11126 contained in text because xml.el decodes entities) with LFs.
11127
11128 2005-04-11 Lute Kamstra <lute@gnu.org>
11129
11130 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11131 differently.
11132
11133 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11134
11135 * mm-util.el (mm-detect-coding-region): Typo.
11136
11137 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
11138
11139 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11140
11141 2005-04-06 Deepak Goel <deego@gnufans.org>
11142
11143 * spam-stat.el (spam-stat-score-buffer): Add a call to a
11144 user-function allow user modifications of the scores.
11145 (spam-stat-score-buffer-user): New function, to allow
11146 user-computed modifications to the score.
11147 (spam-stat-score-buffer-user-functions): List of additional
11148 scoring functions.
11149 (spam-stat-error-holder): Global temporary error holder.
11150 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11151 variable.
11152
11153 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
11154
11155 * gnus-registry.el (gnus-registry-clean-empty-function)
11156 (gnus-registry-trim, gnus-registry-fetch-groups)
11157 (gnus-registry-delete-group): Groups that match
11158 `gnus-registry-ignored-groups' are removed from the registry
11159 entries, not just ignored for splitting. This helps clean up the
11160 registry. Also, `gnus-registry-fetch-groups' is a convenient way
11161 to get all the groups a message ID is in.
11162
11163 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11164 (spam-stat-split-fancy): Change "threshhold" to "threshold".
11165 (spam-stat-score-buffer-user-functions): Add :number custom type.
11166
11167 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
11168
11169 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11170 argument in XEmacs.
11171
11172 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11173 (nnrss-request-group): Decode group name first.
11174 (nnrss-request-article): Make a text/plain article if mml-to-mime
11175 failed.
11176 (nnrss-get-encoding): Return a compatible encoding according to
11177 nnrss-compatible-encoding-alist.
11178 (nnrss-find-el): Use consp instead of listp.
11179 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11180
11181 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
11182
11183 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11184 which Emacs 20 doesn't support.
11185 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11186
11187 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
11188
11189 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11190 silence the byte compiler inside the defun.
11191
11192 * gnus-demon.el (parse-time-string): Add autoload.
11193
11194 * gnus-delay.el (parse-time-string): Add autoload.
11195
11196 * gnus-art.el (parse-time-string): Add autoload.
11197
11198 * nnultimate.el (parse-time): Require for `parse-time-string'.
11199
11200 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
11201
11202 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11203
11204 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11205
11206 * smime.el (smime-ldap-host-list): Add :version.
11207
11208 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
11209
11210 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11211 pass it to `gnus-browse-read-group'.
11212 (gnus-browse-read-group): Add NUMBER argument and pass it to
11213 `gnus-group-read-ephemeral-group'.
11214
11215 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11216 argument and pass it to `gnus-group-read-group'.
11217
11218 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
11219
11220 * mm-util.el (mm-xemacs-find-mime-charset): Only call
11221 mm-xemacs-find-mime-charset-1 if we have the mule feature
11222 available at runtime.
11223
11224 2005-03-25 Werner Lemberg <wl@gnu.org>
11225
11226 * nnmaildir.el: Replace `illegal' with `invalid'.
11227
11228 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
11229
11230 * gnus-start.el (gnus-display-time-event-handler):
11231 Check display-time-timer at runtime rather than only at load time
11232 in case display-time-mode is turned off in the mean time.
11233
11234 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
11235
11236 * nnimap.el (nnimap-open-connection): Print which authinfo file is
11237 used.
11238
11239 * nneething.el (nneething-map-file-directory): Derive from
11240 `gnus-directory'.
11241
11242 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11243 the To/Cc button.
11244
11245 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
11246
11247 * nnmaildir.el (nnmaildir-request-accept-article):
11248 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11249
11250 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
11251
11252 * gnus-async.el: Require timer-funcs at compile time when in
11253 XEmacs for `run-with-idle-timer'.
11254
11255 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
11256
11257 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11258 autoloaded function.
11259
11260 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11261
11262 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11263
11264 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
11265
11266 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11267
11268 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
11269
11270 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11271 gnus-expert-user to default.
11272
11273 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
11274
11275 * nnimap.el (nnimap-open-server): Ditto.
11276
11277 * imap.el (imap-authenticate): Fix typo.
11278
11279 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
11280
11281 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11282 buffer (since IMAP server might return FETCH response out of
11283 order, and the nntp buffer must be sorted).
11284
11285 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
11286
11287 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11288 comparison on string.
11289
11290 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11291 (gnus-agent-score): Renamed category keywords to match gnus-cus.
11292 (gnus-agent-summary-fetch-series): Modified to protect against
11293 gnus-agent-summary-fetch-group clearing processable flags.
11294 (gnus-agent-synchronize-group-flags): Update live group buffer as
11295 synchronization may occur due to the user toggle the plugged
11296 status.
11297 (gnus-agent-fetch-group-1): Clear downloadable flag when article
11298 successfully downloaded.
11299 (gnus-agent-expire-group-1): Avoid using markers when the overview
11300 is in ascending order; greatly improves performance.
11301 (gnus-agent-regenerate-group): Use
11302 gnus-agent-synchronize-group-flags to reset read status in both
11303 gnus and server.
11304 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11305
11306 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11307
11308 * message.el: Don't autoload former message-utils variables.
11309 (message-strip-subject-trailing-was): Change doc string.
11310
11311 * nnweb.el: Fixes for `gnus-group-make-web-group'.
11312 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
11313 (nnweb-google-search): Add "hl=en" here.
11314 (nnweb-google-parse-1, nnweb-google-create-mapping):
11315 Don't hardcode URL.
11316
11317 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
11318
11319 * message.el (message-get-reply-headers, message-followup):
11320 Mention related variables `message-use-followup-to' and
11321 `message-use-mail-followup-to', in the information buffer.
11322
11323 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11324 of broken groups(-beta).google.com.
11325
11326 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
11327
11328 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11329 parameter to invoked gnus-request-move-article; remove the
11330 redundant gnus-sum-hint-move-is-internal variable; apply the marks
11331 all at once instead of once per article.
11332 (gnus-summary-remove-process-mark): Accept a list of articles as
11333 well as a single article for processing.
11334
11335 * gnus-int.el (gnus-request-move-article): Add move-is-internal
11336 parameter.
11337
11338 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11339
11340 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11341
11342 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11343 parameter.
11344
11345 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11346 parameter.
11347
11348 * nnimap.el (nnimap-request-move-article): Add move-is-internal
11349 parameter and remove the gnus-sum-hint-move-is-internal variable.
11350
11351 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11352 parameter.
11353
11354 * nndraft.el (nndraft-request-move-article): Add move-is-internal
11355 parameter.
11356
11357 * nndiary.el (nndiary-request-move-article): Add move-is-internal
11358 parameter.
11359
11360 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11361
11362 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11363 parameter.
11364
11365 * nnagent.el (nnagent-request-move-article): Add move-is-internal
11366 parameter.
11367
11368 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
11369
11370 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11371 a more conservative way.
11372
11373 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11374
11375 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11376 buffer, so it moves the window's cursor.
11377
11378 2005-02-26 Arne Jørgensen <arne@arnested.dk>
11379
11380 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11381 `mm-dissect-multipart' and receive the from field as an (optional)
11382 argument from `mm-dissect-multipart'.
11383 (mm-dissect-multipart): Receive the from field as an argument and
11384 pass it on when we call `mm-dissect-buffer' on MIME parts.
11385 Fixes verification/decryption of signed/encrypted MIME parts.
11386
11387 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
11388
11389 * gnus-sum.el (gnus-summary-move-article): Set
11390 gnus-sum-hint-move-is-internal for gnus-request-move-article and
11391 whatever it calls (right now, only nnimap-request-move article
11392 respects it).
11393
11394 * nnimap.el (nnimap-request-move-article): When
11395 gnus-sum-hint-move-is-internal is set, don't do the extra
11396 nnimap-request-article.
11397
11398 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
11399
11400 * nnheader.el (nnheader-find-file-noselect): Add doc string.
11401
11402 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11403 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11404
11405 * gnus-sum.el (gnus-summary-caesar-message):
11406 Apply `gnus-treat-article' after rotation.
11407
11408 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11409 doc string.
11410
11411 2005-02-22 Simon Josefsson <jas@extundo.com>
11412
11413 * encrypt.el (encrypt-password-cache-expiry): Remove (use
11414 `password-cache-expiry' instead). Reported by Arne Jørgensen
11415 <arne@arnested.dk>.
11416 (encrypt): Add password-cache and password-cache-expiry as group
11417 members.
11418
11419 2005-02-22 Arne Jørgensen <arne@arnested.dk>
11420
11421 * smime.el (smime-ldap-host-list): Doc fix.
11422 (smime-ask-passphrase): Use `password-read-and-add' to read (and
11423 cache) password.
11424 (smime-sign-region): Use it.
11425 (smime-decrypt-region): Use it.
11426 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11427 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11428 fails.
11429 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11430 certificate from DER to PEM format rather than calling openssl.
11431
11432 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11433
11434 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11435 for signing/encryption.
11436
11437 * mml.el (mml-parse-1): Use them.
11438
11439 2005-02-21 Arne Jørgensen <arne@arnested.dk>
11440
11441 * nnrss.el (nnrss-verbose): Removed.
11442 (nnrss-request-group): Use `nnheader-message' instead.
11443
11444 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
11445
11446 * nnrss.el (nnrss-verbose): New variable.
11447 (nnrss-request-group): Make it say nnrss is requesting a group.
11448
11449 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
11450
11451 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11452 Handle news URL with given port correctly.
11453
11454 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
11455
11456 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11457 containing special characters.
11458
11459 * gnus-sum.el (gnus-summary-edit-article): Ditto.
11460
11461 * mml.el (mime-to-mml): Ditto.
11462
11463 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11464 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11465 (rfc2047-decode-region): Quote decoded words containing special
11466 characters when rfc2047-quote-decoded-words-containing-tspecials
11467 is non-nil.
11468
11469 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
11470
11471 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11472
11473 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11474
11475 2005-02-15 Simon Josefsson <jas@extundo.com>
11476
11477 * nnimap.el (nnimap-debug): Doc fix.
11478
11479 * imap.el (imap-debug): Doc fix.
11480
11481 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
11482
11483 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11484
11485 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
11486
11487 * gnus.el (spam-contents): Improve docs for spam-contents
11488 parameter in its variable incarnation.
11489
11490 2005-02-14 Simon Josefsson <jas@extundo.com>
11491
11492 * smime-ldap.el: Use require instead of load-library for ldap.
11493 (smime-ldap-search): Indent.
11494 (smime-ldap-search-internal): Shorten line.
11495
11496 * smime.el (smime-cert-by-dns): Add doc-string.
11497 (smime-cert-by-ldap-1): Indent.
11498
11499 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11500 mml-smime-get-dns-ldap.
11501 (mml-smime-encrypt-query): Use new function. Default to ldap.
11502
11503 2005-02-14 Arne Jørgensen <arne@arnested.dk>
11504
11505 * smime.el: Require smime-ldap.
11506 (smime-ldap-host-list): New variable.
11507 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11508
11509 * mml-smime.el (mml-smime-encrypt-query): New function.
11510 (mml-smime-encrypt-query): Use it.
11511
11512 * smime-ldap.el: New file.
11513
11514 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
11515
11516 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11517
11518 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
11519
11520 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11521 argument in doc string. Make query for type more clear.
11522
11523 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
11524
11525 * gnus.el (gnus-group-startup-message): Search for gnus images in
11526 etc/images/gnus.
11527 * mm-util.el (mm-image-load-path): Likewise.
11528 * smiley.el (smiley-data-directory): Search for smilies in
11529 etc/images/smilies.
11530
11531 2005-02-09 Kim F. Storm <storm@cua.dk>
11532
11533 Change Emacs release version from 21.4 to 22.1 throughout.
11534 Change Emacs development version from 21.3.50 to 22.0.50.
11535
11536 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
11537
11538 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11539
11540 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11541 non-Mule XEmacs as well.
11542 (mm-decompress-buffer): Signal an error intentionally if it does
11543 not decompress compressed data because auto-compression-mode is
11544 disabled.
11545
11546 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
11547
11548 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11549 an ID in the registry even if it has no groups.
11550
11551 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
11552
11553 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11554 merge it into mm-decompress-buffer.
11555 (gnus-mime-copy-part): Use the MIME part charset, the value which
11556 a user specified or gnus-newsgroup-charset for decoding, like
11557 gnus-mime-inline-part does; set buffer-file-coding-system to tell
11558 save-buffer what was used. Suggested by Kevin Ryde
11559 <user42@zip.com.au>.
11560 (gnus-mime-inline-part): Allow the name parameter as well as the
11561 filename parameter; force decompressing of compressed data; always
11562 display contents being not decoded as unibyte.
11563
11564 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11565 as well as the filename parameter.
11566
11567 * mm-util.el (mm-decompress-buffer): Merge
11568 gnus-mime-jka-compr-maybe-uncompress.
11569 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11570 of compressed data.
11571
11572 2005-02-08 Simon Josefsson <jas@extundo.com>
11573
11574 * imap.el (imap-log): Doc fix.
11575
11576 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
11577
11578 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11579 the coding cookies; decompress compressed parts.
11580
11581 * mml.el (mml-generate-mime-1): Add the charset parameter according
11582 to the value which a user specified manually or the coding cookie.
11583
11584 * mm-util.el (mm-string-to-multibyte): New function.
11585 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11586 (mm-coding-system-to-mime-charset): New function.
11587 (mm-decompress-buffer): New function.
11588 (mm-find-buffer-file-coding-system): New function.
11589
11590 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11591 (mm-display-inline-fontify): Rewrite for decoding and decompressing
11592 parts.
11593
11594 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11595
11596 * mm-view.el (mm-display-inline-fontify): Decode a part according
11597 to the charset parameter.
11598
11599 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
11600
11601 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11602 prefix arg is neither nil nor a number, as info specifies.
11603
11604 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
11605
11606 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11607 timestamps.
11608
11609 2005-02-02 Jari Aalto <jari.aalto@cante.net>
11610
11611 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11612 groups error checking and notify user.
11613
11614 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
11615
11616 * message.el (message-send-mail-function): Check existence of
11617 sendmail-program first before using default value
11618 `message-send-mail-with-sendmail'. Otherwise use more generic
11619 `smtpmail-send-it'.
11620
11621 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
11622
11623 * nntp.el (nntp-request-update-info): Always return nil.
11624
11625 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
11626
11627 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11628
11629 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
11630
11631 * message.el (message-beginning-of-line): Change the behavior when
11632 invoked between BOL and : so that it first moves backward.
11633
11634 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
11635
11636 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11637 article buffer when editing of the article is discarded.
11638 (gnus-article-prepare): Revert.
11639
11640 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
11641
11642 * gnus-art.el (gnus-article-prepare):
11643 Remove message-strip-forbidden-properties from the local hook.
11644
11645 2005-01-27 Simon Josefsson <jas@extundo.com>
11646
11647 * password.el (password-cache-add): Only start one timer per key.
11648 Reported by Derek Atkins <warlord@MIT.EDU>.
11649
11650 2005-01-26 Steve Youngs <steve@sxemacs.org>
11651
11652 * run-at-time.el: Removed. It is no longer needed as
11653 timer-funcs.el in the xemacs-base package has a working version of
11654 `run-at-time'.
11655
11656 * password.el: Require timer-funcs instead of run-at-time in
11657 XEmacs.
11658 Remove `password-run-at-time' macro.
11659 (password-cache-add): Use `run-at-time' instead of
11660 `password-run-at-time'.
11661
11662 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11663 for `run-with-idle-timer'.
11664
11665 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11666 for `run-at-time'.
11667
11668 * mm-url.el: Require timer-funcs at compile time when in XEmacs
11669 for `with-timeout'.
11670
11671 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
11672
11673 * mml.el (mml-generate-mime-1): Convert string into unibyte when
11674 inserting " *mml*" buffer's contents into a unibyte temp buffer.
11675
11676 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
11677
11678 * mail-source.el (mail-source-fetch-imap): Search for ^From case
11679 sensitively.
11680
11681 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
11682
11683 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11684
11685 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
11686
11687 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11688 which will be inserted according to the multibyteness of a buffer
11689 rather than the type of contents. Suggested by ARISAWA Akihiro
11690 <ari@mbf.ocn.ne.jp>.
11691
11692 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11693 of string which old xml.el may return rather than a string.
11694
11695 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
11696
11697 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11698
11699 2005-01-16 Simon Josefsson <jas@extundo.com>
11700
11701 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11702 idn/idna.el isn't available.
11703 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
11704 <michael@waxrat.com>.
11705
11706 * hashcash.el: Remove non-FSF copyright header.
11707
11708 * hashcash.el (hashcash-extra-generate-parameters): New variable.
11709 (hashcash-generate-payment): Use it.
11710 (hashcash-generate-payment-async): Use it.
11711
11712 2005-01-15 Simon Josefsson <jas@extundo.com>
11713
11714 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11715 Suggested by Raymond Scholz <ray-2005@zonix.de>.
11716
11717 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11718 gnus-summary-idna-message.
11719 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11720 (gnus-summary-idna-message): New function.
11721
11722 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
11723
11724 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11725 gnus-novice-user.
11726
11727 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
11728
11729 * nnrss.el (nnrss-request-delete-group): Delete entries in
11730 nnrss-group-alist as well.
11731 (nnrss-save-server-data): Insert newline.
11732
11733 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
11734
11735 * gnus.el (gnus-user-agent): Use list of symbols instead of
11736 symbols. Display full version number for (S)XEmacs. Optionally
11737 display (S)XEmacs codename.
11738
11739 * gnus-util.el (gnus-emacs-version): Update for new
11740 `gnus-user-agent'.
11741
11742 * gnus-msg.el (gnus-extended-version): Make it possible to omit
11743 Gnus version.
11744
11745 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
11746
11747 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
11748 which is unreadable in some setups.
11749
11750 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11751
11752 * gnus-spec.el (gnus-update-format-specifications): Flush the
11753 group format spec cache if it doesn't support decoded group names.
11754
11755 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
11756
11757 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11758 Allow to apply decay on score files matching a regexp.
11759
11760 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
11761
11762 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11763 compatibility in %g and %c.
11764
11765 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
11766
11767 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11768 name for only %g and %c.
11769 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11770 of gnus-tmp-group to decoded group name.
11771 (gnus-group-make-rss-group): Exclude `/'s from group names.
11772
11773 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
11774
11775 * nnrss.el (nnrss-get-encoding): Fix regexp.
11776
11777 2004-12-27 Simon Josefsson <jas@extundo.com>
11778
11779 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11780 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11781 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
11782
11783 2004-12-17 Kim F. Storm <storm@cua.dk>
11784
11785 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11786
11787 * gnus-sum.el (gnus-summary-mode-map): Likewise.
11788
11789 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
11790
11791 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11792
11793 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
11794
11795 * nnrss.el: Require rfc2047 and mml.
11796 (nnrss-file-coding-system): New variable.
11797 (nnrss-format-string): Redefine it as an inline function.
11798 (nnrss-decode-group-name): New function.
11799 (nnrss-string-as-multibyte): Remove.
11800 (nnrss-retrieve-headers): Decode group name; don't use
11801 nnrss-format-string.
11802 (nnrss-request-group): Decode group name.
11803 (nnrss-request-article): Decode group name; allow a Message-ID as
11804 well as an article number; don't use nnrss-format-string; encode a
11805 Message-ID string which may contain non-ASCII characters; use
11806 mml-to-mime to compose a MIME article.
11807 (nnrss-request-expire-articles): Decode group name.
11808 (nnrss-request-delete-group): Decode group name.
11809 (nnrss-fetch): Clarify error message.
11810 (nnrss-read-server-data): Use insert-file-contents instead of load;
11811 bind file-name-coding-system; use multibyte buffer.
11812 (nnrss-save-server-data): Bind coding-system-for-write to the
11813 value of nnrss-file-coding-system; bind file-name-coding-system;
11814 add coding cookie.
11815 (nnrss-read-group-data): Use insert-file-contents instead of load;
11816 bind file-name-coding-system; use multibyte buffer.
11817 (nnrss-save-group-data): Bind coding-system-for-write to the
11818 value of nnrss-file-coding-system; bind file-name-coding-system.
11819 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11820 make it work with non-ASCII text.
11821 (nnrss-find-el): Make it work with old xml.el as well.
11822
11823 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
11824
11825 * nnrss.el (nnrss-get-encoding): New function.
11826 (nnrss-fetch): Use unibyte buffer initially; bind
11827 coding-system-for-read while performing mm-url-insert; remove ^Ms;
11828 decode contents according to the encoding attribute.
11829 (nnrss-save-group-data): Add coding cookie.
11830 (nnrss-mime-encode-string): New function.
11831 (nnrss-check-group): Use it to encode subject and author.
11832
11833 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
11834
11835 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11836 imaginary variable.
11837
11838 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
11839
11840 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11841 correctly even if there are wide characters.
11842
11843 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
11844
11845 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11846 downcased symbol names; make a new cache instead of reusing
11847 bbdb-hashtable.
11848
11849 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
11850
11851 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11852 concatenating segments rather than before concatenating them.
11853 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11854
11855 * message.el (message-get-reply-headers): Bind `extra'.
11856
11857 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11858
11859 * message.el (message-extra-wide-headers): New variable.
11860 (message-get-reply-headers): Use it.
11861
11862 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
11863
11864 * gnus-agent.el (gnus-agent-group-path): Decode group name.
11865 (gnus-agent-group-pathname): Ditto.
11866
11867 * gnus-cache.el (gnus-cache-file-name): Decode group name.
11868
11869 * gnus-group.el (gnus-group-make-group): Decode group name.
11870 (gnus-group-make-rss-group): Register the group data after opening
11871 the nnrss group.
11872
11873 2004-12-17 Paul Jarc <prj@po.cwru.edu>
11874
11875 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11876 by expiry now get marked as read.
11877
11878 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
11879
11880 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11881
11882 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
11883
11884 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11885 unify Latin characters in XEmacs.
11886 (mm-find-mime-charset-region): Use it.
11887
11888 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
11889
11890 * gnus-util.el (gnus-delete-directory): New function.
11891
11892 * gnus-agent.el (gnus-agent-delete-group): Use it.
11893
11894 * gnus-cache.el (gnus-cache-delete-group): Use it.
11895
11896 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
11897
11898 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11899 names.
11900
11901 2004-12-16 Simon Josefsson <jas@extundo.com>
11902
11903 * hashcash.el (hashcash-payment-alist): Fix custom :type.
11904
11905 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
11906
11907 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11908
11909 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11910 (gnus-group-set-current-level): Decode group name.
11911
11912 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
11913
11914 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11915 failed.
11916
11917 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
11918
11919 * gnus-group.el (gnus-group-delete-group): Decode group name.
11920 (gnus-group-make-rss-group): Encode group name.
11921 (gnus-group-catchup-current): Decode group name.
11922 (gnus-group-kill-group): Decode group name.
11923
11924 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
11925
11926 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11927
11928 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
11929
11930 * gnus-group.el (gnus-group-make-rss-group):
11931 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11932
11933 * gnus-start.el (gnus-setup-news): Honor user's setting to
11934 gnus-message-archive-method. Suggested by Lute Kamstra
11935 <lute@gnu.org>.
11936
11937 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
11938
11939 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11940 global counterparts of the buffer-local variables.
11941
11942 2004-11-16 Romain Francoise <romain@orebokech.com>
11943
11944 * gnus-sum.el (gnus-summary-exit): Don't clear the global
11945 counterparts of the buffer-local variables.
11946
11947 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
11948
11949 * message.el (message-forbidden-properties): Fixed typo in doc
11950 string.
11951
11952 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
11953
11954 * gnus-util.el (gnus-replace-in-string): Added doc string.
11955
11956 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11957 to avoid problems when splitting mails with many recipients.
11958
11959 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11960
11961 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11962 pop-to-buffer, covered by the subsequent gnus-configure-windows.
11963
11964 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
11965
11966 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11967 if there is no hashtable in memory or file modification time is
11968 newer than cached timestamp.
11969
11970 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
11971
11972 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11973 not-matching option.
11974
11975 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
11976
11977 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11978 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11979 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11980 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11981 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
11982 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11983
11984 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
11985
11986 * message.el (message-forward-make-body-mml): Remove headers
11987 according to message-forward-ignored-headers if a message is decoded.
11988
11989 2004-12-02 Romain Francoise <romain@orebokech.com>
11990
11991 * message.el (message-forward-make-body-plain): Always remove
11992 headers according to message-forward-ignored-headers.
11993
11994 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
11995
11996 * spam.el (spam-summary-prepare-exit): Remove the
11997 gnus-summary-limit pop for now, it has problems with ham marks for
11998 me.
11999
12000 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
12001
12002 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12003 correctly.
12004
12005 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
12006
12007 * format-spec.el (format-spec): Message the char.
12008
12009 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
12010
12011 * gnus-art.el (gnus-split-methods): Reformat comments.
12012
12013 * spam.el (spam-summary-prepare-exit): Remove article limits
12014 before exiting the summary buffer.
12015
12016 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
12017
12018 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12019 order to silence the byte compiler.
12020
12021 * spam.el: Fix the way to silence the byte compiler, which
12022 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12023 bbdb-search-simple, spam-BBDB-register-routine,
12024 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12025 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12026 spam-stat-buffer-is-spam, spam-stat-load,
12027 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12028 spam-stat-save and spam-stat-split-fancy.
12029
12030 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
12031
12032 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12033 which may confuse users.
12034 (canlock-password-for-verify): Ditto.
12035
12036 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12037
12038 * gnus-art.el (gnus-emphasis-alist): Ditto.
12039
12040 * gnus-registry.el (gnus-registry-max-entries): Ditto.
12041
12042 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12043
12044 * gnus-start.el (gnus-save-killed-list): Ditto.
12045
12046 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12047 (gnus-sum-thread-tree-root): Ditto.
12048 (gnus-sum-thread-tree-false-root): Ditto.
12049 (gnus-sum-thread-tree-single-indent): Ditto.
12050
12051 * message.el (message-courtesy-message): Ditto.
12052 (message-archive-note): Ditto.
12053 (message-subscribed-address-file): Ditto.
12054 (message-user-fqdn): Ditto.
12055
12056 * spam-report.el (spam-report-gmane-regex): Ditto.
12057
12058 * spam.el (spam-blackhole-good-server-regex): Ditto.
12059
12060 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
12061
12062 * mml.el (mml-preview): Widen the message buffer before copying
12063 the contents to the preview buffer; sort headers before previewing.
12064
12065 * message.el (message-hidden-headers): Fix the way to avoid a bug
12066 in the `repeat' widget in Emacs 21.3 or earlier.
12067
12068 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
12069
12070 * message.el (message-hidden-headers): Default to "^References:".
12071 Improve customization type. Suggested by Reiner Steib
12072 <Reiner.Steib@gmx.de>.
12073
12074 2004-11-25 Romain Francoise <romain@orebokech.com>
12075
12076 * message.el (message-strip-forbidden-properties): Remove check for
12077 obsolete `message-hidden' text property, hidden headers are not
12078 accessible in the buffer anymore.
12079
12080 2004-11-22 Romain Francoise <romain@orebokech.com>
12081
12082 * message.el (message-header-format-alist): Add `From' in list
12083 so that it can be sorted.
12084 (message-fix-before-sending): Widen and sort headers before
12085 sending.
12086 (message-hide-headers): Use narrowing to hide headers by moving
12087 them to the top of the buffer and narrowing to the region
12088 underneath.
12089
12090 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12091
12092 * message.el (message-strip-forbidden-properties): Bind
12093 buffer-read-only (etc) to nil.
12094
12095 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
12096
12097 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12098 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12099
12100 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
12101
12102 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12103
12104 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12105
12106 * dns.el (query-dns): Use sit-for to time instead of
12107 accept-process-output, since that doesn't seem to work on udp
12108 sockets.
12109
12110 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
12111
12112 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12113
12114 2004-11-15 Jesper Harder <harder@ifa.au.dk>
12115
12116 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12117 doc string. Improve doc string.
12118
12119 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
12120
12121 * nntp.el (nntp-request-update-info): Return nil if
12122 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12123 may not call gnus-activate-group which uselessly issues the GROUP
12124 commands for all nntp groups and wastes time. Reported by Romain
12125 Francoise <romain@orebokech.com>.
12126
12127 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12128
12129 2004-11-15 Simon Josefsson <jas@extundo.com>
12130
12131 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12132 headers separately.
12133 (gnus-button-openpgp): New function, inspired by Jochen Küpper
12134 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12135
12136 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
12137
12138 * gnus-start.el (gnus-convert-old-newsrc):
12139 Assign legacy-gnus-agent to 5.10.7.
12140
12141 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
12142
12143 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12144 start of the lines.
12145
12146 2004-11-14 Magnus Henoch <mange@freemail.hu>
12147
12148 * hashcash.el (hashcash-default-payment): Change default to 20.
12149 (hashcash-default-accept-payment): Change default to 20.
12150 (hashcash-process-alist): New variable.
12151 (hashcash-generate-payment-async): Add.
12152 (hashcash-already-paid-p): Add.
12153 (hashcash-insert-payment): Don't generate payments twice.
12154 (hashcash-insert-payment-async): Add.
12155 (hashcash-insert-payment-async-2): Add.
12156 (hashcash-cancel-async): Add.
12157 (hashcash-wait-async): Add.
12158 (hashcash-processes-running-p): Add.
12159 (hashcash-wait-or-cancel): Add.
12160 (mail-add-payment): New optional argument. Conditionally start
12161 asynchronous calculation.
12162 (mail-add-payment-async): Add.
12163
12164 * message.el (message-send-mail): Wait for asynchronous hashcash
12165 results. Don't clobber existing X-Hashcash headers.
12166 (message-setup-1): Call mail-add-payment-async when
12167 message-generate-hashcash is non-nil.
12168
12169 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12170
12171 * message.el (message-use-alternative-email-as-from): Examine the
12172 From header as well; use message-make-from in order to include a
12173 user's full name.
12174
12175 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
12176
12177 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12178 default; improve customization type.
12179 (gnus-emphasis-custom-with-format): New macro.
12180 (gnus-emphasis-custom-value-to-external): New function.
12181 (gnus-emphasis-custom-value-to-internal): New function.
12182
12183 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
12184
12185 * dns.el (query-dns): Resolve reverse addresses.
12186
12187 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12188
12189 * gnus-group.el (gnus-group-get-new-news): Use it.
12190
12191 * gnus-start.el (gnus-check-reasonable-setup): New function.
12192
12193 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
12194
12195 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12196 "Args out of range" error. Reported by Arnaud Giersch
12197 <arnaud.giersch@free.fr>.
12198
12199 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
12200
12201 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12202
12203 2004-11-04 Richard M. Stallman <rms@gnu.org>
12204
12205 * spam.el (spam group): Add :version.
12206
12207 * pgg-def.el (pgg group): Add :version.
12208
12209 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
12210
12211 * gnus-art.el (gnus-article-edit-article): Don't associate the
12212 article buffer with a draft file. This is a temporary measure
12213 against the 2004-08-22 change to gnus-article-edit-mode.
12214
12215 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
12216
12217 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12218 (html2text-format-tags): Remove unused variable `attr'.
12219
12220 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
12221
12222 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12223
12224 * spam-stat.el (spam-stat): Add :version.
12225
12226 * sieve.el (sieve): Add :version.
12227
12228 * sha1.el (sha1): Add :version.
12229 (sha1-use-external): Remove redundant version.
12230
12231 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12232 (nnmail-cache-ignore-groups, nnmail-spool-hook)
12233 (nnmail-split-fancy-match-partial-words)
12234 (nnmail-split-lowercase-expanded): Add :version.
12235
12236 * nndiary.el (nndiary): Add :version.
12237
12238 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12239
12240 * mml-sec.el (mml-default-sign-method)
12241 (mml-default-encrypt-method, mml-signencrypt-style-alist):
12242 Add :version.
12243
12244 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12245
12246 * mm-url.el (mm-url-use-external, mm-url-program)
12247 (mm-url-arguments): Add :version.
12248
12249 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12250 (mm-attachment-file-modes, mm-decrypt-option)
12251 (mm-w3m-safe-url-regexp): Add :version.
12252
12253 * message.el (message-cite-prefix-regexp)
12254 (message-sendmail-envelope-from, message-minibuffer-local-map)
12255 (message-user-fqdn, message-completion-alist): Add :version.
12256
12257 * gnus-win.el (gnus-configure-windows-hook)
12258 (gnus-use-frames-on-any-display): Add :version.
12259
12260 * gnus-art.el (gnus-article-address-banner-alist)
12261 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12262 (gnus-treat-from-picon, gnus-treat-mail-picon)
12263 (gnus-treat-x-pgp-sig): Add :version.
12264
12265 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12266 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12267 (gnus-summary-article-delete-hook)
12268 (gnus-summary-display-while-building): Add :version.
12269
12270 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12271 (gnus-get-top-new-news-hook): Add :version.
12272
12273 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12274 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12275
12276 * gnus-registry.el (gnus-registry): Add :version.
12277
12278 * gnus-spec.el (gnus-use-correct-string-widths)
12279 (gnus-make-format-preserve-properties): Add :version.
12280
12281 * gnus.el (gnus-group-charter-alist)
12282 (gnus-group-fetch-control-use-browse-url)
12283 (gnus-install-group-spam-parameters): Add :version.
12284
12285 * gnus-diary.el (gnus-diary): Add :version.
12286
12287 * gnus-delay.el (gnus-delay): Add :version.
12288
12289 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12290 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12291 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12292 Add :version.
12293
12294 * gnus-agent.el (gnus-agent-max-fetch-size)
12295 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12296 (gnus-agent-prompt-send-queue): Add :version.
12297
12298 * deuglify.el (gnus-outlook-deuglify): Add :version.
12299
12300 * html2text.el: Beautify code. Improve doc strings. Some
12301 checkdoc cleanup.
12302 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12303
12304 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
12305
12306 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12307
12308 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
12309
12310 * gnus-registry.el (gnus-registry-hashtb): Create the registry
12311 when package is loaded.
12312
12313 * spam.el (spam-summary-score-preferred-header): Add global preference
12314 for people who want to override the default SpamAssassin over
12315 Bogofilter preference (when both are set).
12316 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12317 (spam-user-format-function-S): Check
12318 spam-summary-score-preferred-header.
12319 (spam-extra-header-to-number): Add X-Bogosity header parsing.
12320 (spam-user-format-function-S): Format the score correctly.
12321
12322 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
12323
12324 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12325 signature file. Suggested by Manoj Srivastava
12326 <srivasta@golden-gryphon.com>.
12327
12328 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12329 iso-2022-jp even in the Japanese language environment.
12330 Suggested by Jason Rumney <jasonr@gnu.org>.
12331
12332 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
12333
12334 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12335 use the same characters as the dummy marks; make it free from
12336 getting affected by the language environment.
12337 (gnus-summary-read-group-1): Update mark positions only when the
12338 format spec is updated.
12339
12340 * gnus-spec.el (gnus-update-format-specifications): Return a list
12341 of updated types.
12342
12343 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
12344
12345 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12346 of boundp to check if display-warning is available.
12347
12348 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
12349
12350 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12351
12352 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
12353
12354 * nnspool.el (nnspool-spool-directory): Use news-path if the
12355 news-directory variable is not bound.
12356
12357 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12358 function instead of display-warning if it is not available.
12359
12360 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
12361
12362 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12363 v5-10: Use `point-at-bol'.
12364
12365 2004-10-26 Simon Josefsson <jas@extundo.com>
12366
12367 * hashcash.el: Fix URL in comment, reported by Cheng Gao
12368 <chenggao@gmail.com>.
12369
12370 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
12371
12372 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
12373 instead.
12374
12375 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
12376
12377 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12378 to remove a server from the nnimap-server-buffer-alist.
12379 (nnimap-open-connection, nnimap-close-server): Use it.
12380
12381 * gnus-encrypt.el: Remove file in favor of encrypt.el.
12382
12383 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
12384
12385 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12386 running the major-mode function.
12387
12388 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
12389
12390 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12391 dummy marks in the right way.
12392
12393 2004-10-18 David Edmondson <dme@dme.org>
12394
12395 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12396 excessively.
12397
12398 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
12399
12400 * gnus-util.el (gnus-split-references): Accept a nil references
12401 string and go on blissfully.
12402
12403 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12404 cases where the references string is non-nil but has no references.
12405
12406 * encrypt.el: Add autoload tags.
12407
12408 * spam.el (spam-resolve-registrations-routine): Remove article
12409 from unregistration list too. Reported by David Hanak
12410 <dhanak@isis.vanderbilt.edu>
12411
12412 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
12413
12414 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12415 nil. Changed custom type.
12416
12417 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
12418
12419 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12420
12421 * gnus-sum.el (gnus-summary-move-article): Use it.
12422
12423 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
12424
12425 * encrypt.el: Add autoload cookies.
12426
12427 * spam.el (spam-backend-article-list-property)
12428 (spam-backend-get-article-todo-list)
12429 (spam-backend-put-article-todo-list)
12430 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12431 Resolve registrations separately.
12432 (spam-register-routine): Format comments.
12433 (spam-unregister-routine, spam-register-routine): Always call with
12434 specific-articles, no default list.
12435 (spam-summary-prepare-exit): Use the spam-classifications function.
12436
12437 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12438 gnus-encrypt.el.
12439
12440 * encrypt.el: Copied from gnus-encrypt.el.
12441
12442 * gnus-encrypt.el: Commented that it's obsolete.
12443
12444 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
12445
12446 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12447 (gnus-score-save): Use it.
12448
12449 * message.el (message-bury): Use `window-dedicated-p'.
12450
12451 2004-10-15 Simon Josefsson <jas@extundo.com>
12452
12453 * pop3.el (top-level): Don't require nnheader.
12454 (pop3-read-timeout): Add.
12455 (pop3-accept-process-output): Add.
12456 (pop3-read-response, pop3-retr): Use it.
12457
12458 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
12459
12460 * spam.el (spam-register-routine): Move comment.
12461 (spam-verify-bogofilter): Use 'unknown for the initial
12462 spam-bogofilter-valid state, not 'never.
12463
12464 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12465 for netrc-machine.
12466
12467 * nnimap.el (nnimap-open-connection): Use
12468 netrc-machine-user-or-password.
12469
12470 2004-10-17 Richard M. Stallman <rms@gnu.org>
12471
12472 * gnus-registry.el (gnus-registry-unload-hook):
12473 Set as a variable with add-hook.
12474
12475 * nnspool.el (nnspool-spool-directory): Use news-directory instead
12476 of news-path.
12477
12478 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12479
12480 * spam.el: Delete duplicate `provide'.
12481 (spam-unload-hook): Set as a variable with add-hook.
12482
12483 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
12484
12485 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12486 in the doc string.
12487
12488 * message.el (message-ignored-news-headers)
12489 (message-ignored-supersedes-headers)
12490 (message-ignored-resent-headers)
12491 (message-forward-ignored-headers): Improve custom type.
12492
12493 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
12494
12495 * message.el (message-tokenize-header): Fix 2004-09-06 change
12496 which used point-min in the wrong place.
12497
12498 2004-10-12 Simon Josefsson <jas@extundo.com>
12499
12500 * tls.el (tls-certtool-program): New variable.
12501 (tls-certificate-information): New function, based on
12502 ssl-certificate-information.
12503
12504 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
12505
12506 * compface.el: Move the version of ELisp-based uncompface program
12507 to the contrib directory because of the copyright problem.
12508
12509 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
12510
12511 * message.el (message-kill-buffer): Raise the current frame.
12512
12513 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
12514
12515 * gnus-sum.el: Mention that multibyte characters don't work as marks.
12516
12517 * gnus.el (message-y-or-n-p): Autoload.
12518
12519 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12520 (pop3-password-required, pop3-authentication-scheme)
12521 (pop3-leave-mail-on-server): Made customizable.
12522 (pop3): New custom group.
12523 (pop3-retr): Remove `sleep-for' statements.
12524 Suggested by Dave Love <fx@gnu.org>.
12525
12526 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12527 Windows/DOS.
12528
12529 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12530 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
12531 Dave Love <fx@gnu.org>.
12532
12533 * mml.el (mml-minibuffer-read-disposition): Require match.
12534 Suggested by Dave Love <fx@gnu.org>.
12535
12536 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
12537
12538 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
12539 doc string.
12540
12541 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
12542
12543 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12544
12545 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
12546
12547 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12548 instead of calling `mm-insert-inline', to decode text/* parts
12549 before displaying them.
12550
12551 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
12552
12553 * mm-uu.el (mm-uu-text-plain-type): New variable.
12554 (mm-uu-pgp-signed-extract-1): Use it.
12555 (mm-uu-pgp-encrypted-extract-1): Use it.
12556 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12557 bind mm-uu-text-plain-type with that value.
12558 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12559 mm-uu-dissect.
12560
12561 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
12562
12563 * gnus-group.el (gnus-update-group-mark-positions):
12564 * gnus-sum.el (gnus-update-summary-mark-positions):
12565 * message.el (message-check-news-body-syntax):
12566 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12567 of string-as-multibyte.
12568
12569 2004-10-05 Juri Linkov <juri@jurta.org>
12570
12571 * gnus-group.el (gnus-update-group-mark-positions):
12572 * gnus-sum.el (gnus-update-summary-mark-positions):
12573 * message.el (message-check-news-body-syntax):
12574 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12575 8-bit unibyte values to a multibyte string for search functions.
12576
12577 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
12578
12579 * mm-uu.el (mm-uu-dissect): Allow optional arg.
12580 (mm-uu-dissect-text-parts): New function.
12581
12582 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12583 dissect text parts.
12584
12585 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12586 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12587
12588 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12589
12590 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12591 gnus-current-topics instead of gnus-current-topic.
12592
12593 2004-10-06 Jesper Harder <harder@ifa.au.dk>
12594
12595 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12596
12597 2004-10-05 Jesper Harder <harder@ifa.au.dk>
12598
12599 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12600 where approriate.
12601
12602 * nnml.el (nnml-generate-active-info): do.
12603
12604 * nndiary.el (nndiary-generate-active-info): do.
12605
12606 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12607 (gnus-topic-move): do.
12608
12609 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12610 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12611
12612 * gnus-srvr.el (gnus-server-prepare)
12613 (gnus-server-open-all-servers): do.
12614
12615 * gnus-msg.el (gnus-summary-cancel-article)
12616 (gnus-summary-resend-message)
12617 (gnus-summary-mail-crosspost-complaint): do.
12618
12619 * gnus-move.el (gnus-change-server): do.
12620
12621 * gnus-group.el (gnus-group-unmark-all-groups)
12622 (gnus-group-set-current-level): do.
12623
12624 2004-10-04 Simon Josefsson <jas@extundo.com>
12625
12626 * message.el (message-generate-hashcash): Doc fix.
12627
12628 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
12629
12630 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12631 avoid infinite recursion via gnus-get-function.
12632
12633 2004-10-02 Jesper Harder <harder@ifa.au.dk>
12634
12635 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12636
12637 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12638
12639 * nnmail.el (nnmail-split-history): do.
12640
12641 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12642 (nnml-request-delete-group): do.
12643
12644 * nnslashdot.el (nnslashdot-read-groups): do.
12645
12646 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12647 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12648
12649 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12650 (nnspool-sift-nov-with-sed): Use last.
12651 (nnspool-retrieve-headers-with-nov): Use mapc.
12652 (nnspool-request-newgroups): Use dolist.
12653 (nnspool-request-group): Use last.
12654
12655 * nntp.el (nntp-read-server-type): Use dolist.
12656
12657 * nnvirtual.el (nnvirtual-create-mapping)
12658 (nnvirtual-update-read-and-marked): Use dolist.
12659 (nnvirtual-convert-headers): Simplify.
12660
12661 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
12662
12663 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12664 support for sync'ing tick marks.
12665
12666 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
12667
12668 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12669 there's no visible header.
12670
12671 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
12672
12673 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12674 necessary, pass full group name to gnus-request-set-marks.
12675
12676 2004-10-01 Simon Josefsson <jas@extundo.com>
12677
12678 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
12679 acroread.
12680
12681 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12682
12683 * spam-report.el (spam-report-gmane): Fix interactive.
12684
12685 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12686
12687 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12688 when writing file.
12689 (gnus-agent-synchronize-flags): Don't default to being
12690 interactive.
12691
12692 2004-09-30 Simon Josefsson <jas@extundo.com>
12693
12694 * message.el (message-generate-hashcash): Add.
12695 (message-send-mail): Use it, call mail-add-payment.
12696
12697 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
12698
12699 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12700
12701 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
12702
12703 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12704 gnus-requst-update-info with explicit code to sync the in-memory
12705 info read flags with the marks being sync'd to the backend.
12706
12707 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12708
12709 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12710
12711 * spam.el (spam-verify-bogofilter): Add new function.
12712 (spam-check-bogofilter)
12713 (spam-bogofilter-register-with-bogofilter): Use it.
12714 (spam-verify-bogofilter): Add small fixes.
12715
12716 2004-09-28 Simon Josefsson <jas@extundo.com>
12717
12718 * hashcash.el (hashcash-generate-payment): Revert.
12719
12720 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12721
12722 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12723 gnus-extract-references instead of gnus-split-references.
12724
12725 * gnus-util.el (gnus-extract-references): Add new function, analogous
12726 to gnus-split-references but extracts only the message-ID without
12727 anything extra.
12728
12729 * hashcash.el (hashcash-generate-payment)
12730 (hashcash-check-payment): Do the right thing if hashcash-path is
12731 nil (because the hashcash program could not be found).
12732
12733 * spam.el (spam-use-hashcash): Remove comment.
12734
12735 2004-09-27 Jesper Harder <harder@ifa.au.dk>
12736
12737 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12738 (gnus-cache-enter-article, gnus-cache-remove-article)
12739 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12740
12741 * gnus-async.el (gnus-async-prefetch-remove-group): do.
12742
12743 * gnus-art.el (article-hide-boring-headers)
12744 (article-translate-strings, article-display-face)
12745 (gnus-article-mime-match-handle-first)
12746 (gnus-article-highlight-headers)
12747 (gnus-article-add-buttons-to-head): do.
12748
12749 2004-09-27 Simon Josefsson <jas@extundo.com>
12750
12751 * hashcash.el: New version, from
12752 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
12753 ../contrib/.
12754
12755 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
12756
12757 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12758
12759 2004-09-26 Jesper Harder <harder@ifa.au.dk>
12760
12761 * gnus-dup.el (gnus-dup-open): Use mapc.
12762 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12763
12764 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12765 Reported by Stefan Wiens <s.wi@gmx.net>.
12766
12767 * gnus.el (gnus-shutdown): Use dolist.
12768
12769 * gnus-undo.el (gnus-undo): Use mapc.
12770
12771 * nnrss.el (nnrss-generate-active): do.
12772
12773 * message.el (message-cite-original-without-signature)
12774 (message-cite-original): Use mapc.
12775 (message-do-actions, message-make-forward-subject): Use dolist.
12776
12777 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
12778
12779 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12780 deletion to remove entire duplicate line. Fixes merged article
12781 number bug.
12782
12783 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
12784
12785 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12786 servers that are offline. Avoids having gnus-agent-toggle-plugged
12787 first ask if you want to open a server and then, even when you
12788 responded with no, asking if you want to synchronize the server's
12789 flags.
12790 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12791 multi-line expressions.
12792 (gnus-agent-synchronize-group-flags): New internal function.
12793 Updates marks in memory (in the info structure) AND in the
12794 backend.
12795
12796 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12797
12798 * nnagent.el (nnagent-request-set-mark): Use
12799 gnus-agent-synchronize-group-flags, not backend's request-set-mark
12800 method, to ensure that synchronization updates marks in the
12801 backend and in the info (in memory) structure.
12802
12803 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
12804
12805 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12806 convention fully; don't miss the root article of a thread; make
12807 the X-Draft-From header with correct article numbers.
12808
12809 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
12810
12811 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12812 unless plugged. Disable the agent so that an open failure causes
12813 an error.
12814
12815 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12816 Reverted 2004-09-21 change. The backend must be opened while
12817 synchronizing flags even when the backend stores the flags
12818 locally.
12819
12820 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
12821
12822 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12823 in `header' match. Reported by Svend Tollak Munkejord.
12824
12825 * message.el (message-cite-original): Fix use of
12826 `message-cite-articles-with-x-no-archive'.
12827
12828 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
12829
12830 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12831 (gnus-window-to-buffer): Ditto.
12832
12833 * mml.el (mml-preview-buffer): New variable.
12834 (mml-preview): Manage window layout with gnus-buffer-configuration.
12835
12836 * gnus-msg.el (gnus-setup-message): Put article numbers into the
12837 X-Draft-From header even if those articles aren't quoted.
12838
12839 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
12840
12841 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12842 (gnus-request-set-mark, gnus-request-update-mark): Use new
12843 g-s-t-u-l-m to decide to use backend even when unplugged.
12844
12845 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
12846
12847 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12848 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
12849
12850 2004-09-20 Simon Josefsson <jas@extundo.com>
12851
12852 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12853 "utf-16-le".
12854
12855 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
12856
12857 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12858
12859 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
12860
12861 * uudecode.el (uudecode-use-external): Add :version.
12862
12863 * smime.el (smime-CA-file, smime-encrypt-cipher)
12864 (smime-dns-server): Add :version.
12865
12866 * smiley.el (gnus-smiley-file-types): Add :version.
12867
12868 * sha1.el (sha1-use-external): Add :version.
12869
12870 * pgg-def.el (pgg-query-keyserver): Add :version.
12871
12872 * nnmail.el (nnmail-fancy-expiry-targets)
12873 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12874 Add :version.
12875
12876 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12877 (nnimap-retrieve-groups-asynchronous): Add :version.
12878 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
12879
12880 * mml.el (mml-content-disposition-parameters)
12881 (mml-insert-mime-headers-always): Add :version.
12882
12883 * mm-util.el (mm-coding-system-priorities): Add :version.
12884
12885 * mm-decode.el (mm-inline-text-html-with-images)
12886 (mm-keep-viewer-alive-types, mm-external-terminal-program)
12887 (mm-verify-option): Add :version.
12888 (mm-text-html-renderer): Change :version.
12889
12890 * message.el (message-fcc-externalize-attachments)
12891 (message-required-headers, message-draft-headers)
12892 (message-subject-trailing-was-query)
12893 (message-subject-trailing-was-ask-regexp)
12894 (message-subject-trailing-was-regexp, message-mark-insert-begin)
12895 (message-mark-insert-end, message-archive-header)
12896 (message-archive-note, message-cross-post-default)
12897 (message-cross-post-note, message-followup-to-note)
12898 (message-cross-post-note-function, message-use-mail-followup-to)
12899 (message-subscribed-address-functions)
12900 (message-subscribed-address-file, message-subscribed-addresses)
12901 (message-subscribed-regexps, message-allow-no-recipients)
12902 (message-yank-cited-prefix, message-signature-insert-empty-line)
12903 (message-hidden-headers, message-hierarchical-addresses)
12904 (message-mail-user-agent, message-use-idna)
12905 (message-valid-fqdn-regexp)
12906 (message-strip-special-text-properties, message-header-synonyms)
12907 (message-beginning-of-line, message-tab-body-function): Add :version.
12908 (message-insert-canlock, message-wide-reply-confirm-recipients):
12909 Change :version.
12910
12911 * mail-source.el (mail-source-ignore-errors): Add :group, :type
12912 and :version.
12913 (mail-source-delete-old-incoming-confirm)
12914 (mail-source-movemail-program): Add :version.
12915
12916 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12917 (gnus-agent-cache, gnus-agent): Change :version.
12918
12919 * gnus-util.el (gnus-use-byte-compile): Change :version.
12920
12921 * gnus-sum.el (gnus-summary-make-false-root-always)
12922 (gnus-summary-default-high-score)
12923 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12924 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12925 (gnus-read-all-available-headers, gnus-article-emulate-mime)
12926 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12927 (gnus-sum-thread-tree-single-indent)
12928 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12929 (gnus-sum-thread-tree-leaf-with-other)
12930 (gnus-sum-thread-tree-single-leaf): Add :version.
12931 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12932 (gnus-article-loose-mime): Change :version.
12933
12934 * gnus-start.el (gnus-backup-startup-file)
12935 (gnus-save-startup-file-via-temp-buffer): Add :version.
12936
12937 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12938 (gnus-server-offline-face): Add :version.
12939
12940 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12941
12942 * gnus-msg.el (gnus-gcc-externalize-attachments)
12943 (gnus-debug-files, gnus-debug-exclude-variables)
12944 (gnus-discouraged-post-methods): Change :version.
12945 (gnus-confirm-mail-reply-to-news)
12946 (gnus-confirm-treat-mail-like-news): Add :version.
12947
12948 * gnus-int.el (gnus-server-unopen-status): Add :version.
12949
12950 * gnus-group.el (gnus-group-jump-to-group-prompt)
12951 (gnus-large-ephemeral-newsgroup)
12952 (gnus-fetch-old-ephemeral-headers): Add :version.
12953
12954 * gnus-fun.el (gnus-x-face-directory)
12955 (gnus-convert-pbm-to-x-face-command)
12956 (gnus-convert-image-to-x-face-command)
12957 (gnus-convert-image-to-face-command): Add :version.
12958
12959 * gnus-delay.el (gnus-delay-default-hour): Add :version.
12960
12961 * gnus-cite.el (gnus-cite-blank-line-after-header)
12962 (gnus-article-boring-faces): Add :version.
12963
12964 * gnus-art.el (gnus-buttonized-mime-types)
12965 (gnus-inhibit-mime-unbuttonizing)
12966 (gnus-treat-display-face)
12967 (gnus-treat-body-boundary): Change :version.
12968 (gnus-body-boundary-delimiter, gnus-picon-databases)
12969 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12970 (gnus-treat-date-english, gnus-treat-fold-headers)
12971 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12972 (gnus-treat-mail-picon, gnus-treat-wash-html)
12973 (gnus-article-encrypt-protocol)
12974 (gnus-use-idna, gnus-article-over-scroll)
12975 (gnus-mime-display-multipart-alternative-as-mixed)
12976 (gnus-mime-display-multipart-related-as-mixed)
12977 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12978 (gnus-ctan-url, gnus-button-ctan-handler)
12979 (gnus-button-handle-ctan-bogus-regexp)
12980 (gnus-button-ctan-directory-regexp)
12981 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12982 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12983 (gnus-button-man-level, gnus-button-emacs-level)
12984 (gnus-button-message-level, gnus-button-browse-level): Add :version.
12985
12986 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12987 (gnus-agent-go-online): Change :version.
12988 (gnus-agent-expire-unagentized-dirs)
12989 (gnus-agent-auto-agentize-methods): Add :version.
12990
12991 * flow-fill.el (fill-flowed-display-column)
12992 (fill-flowed-encode-column): Add :version.
12993
12994 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12995 (gnus-outlook-deuglify-unwrap-max)
12996 (gnus-outlook-deuglify-cite-marks)
12997 (gnus-outlook-deuglify-unwrap-stop-chars)
12998 (gnus-outlook-deuglify-no-wrap-chars)
12999 (gnus-outlook-deuglify-attrib-cut-regexp)
13000 (gnus-outlook-deuglify-attrib-verb-regexp)
13001 (gnus-outlook-deuglify-attrib-end-regexp)
13002 (gnus-outlook-display-hook): Add :version.
13003
13004 * binhex.el (binhex-use-external): Add :version.
13005
13006 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
13007
13008 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13009 and `invisible'.
13010
13011 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
13012
13013 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13014 in gnus-registry-trim.
13015
13016 2004-09-13 Simon Josefsson <jas@extundo.com>
13017
13018 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13019
13020 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13021
13022 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13023 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13024 <yamaoka@jpl.org>.
13025 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13026 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13027 <yamaoka@jpl.org>.
13028
13029 * sieve.el (sieve-manage-mode): Ditto.
13030
13031 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
13032
13033 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13034
13035 2004-09-11 Simon Josefsson <jas@extundo.com>
13036
13037 * dns-mode.el: Add.
13038
13039 * mm-view.el (mm-display-dns-inline): Add.
13040
13041 * mm-decode.el (mm-inline-media-tests): Add text/dns.
13042 (mm-automatic-display): Ditto.
13043
13044 * mailcap.el (mailcap-mime-data): Add text/dns.
13045 (mailcap-mime-extensions): Map .soa to text/dns.
13046
13047 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
13048
13049 * gnus-art.el (article-decode-mime-words, article-babel)
13050 (gnus-article-highlight-signature, gnus-article-add-buttons)
13051 (gnus-signature-toggle): Remove unnecessary bindings of
13052 `inhibit-read-only' inherited from v5.10 merge.
13053
13054 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
13055
13056 * nntp.el (nntp): New customization group.
13057 (nntp-authinfo-file): Add customization group.
13058
13059 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13060
13061 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13062
13063 * gnus.el (to-address, to-list, subscribed)
13064 (large-newsgroup-initial): Ditto.
13065
13066 * flow-fill.el (fill-flowed-display-column)
13067 (fill-flowed-encode-column): Ditto.
13068
13069 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
13070
13071 * message.el (message-tokenize-header, message-send-mail-with-qmail):
13072 Use point-min rather than 1.
13073 (message-send-mail): Use buffer-size rather than point-max.
13074
13075 * gnus-sum.el (gnus-summary-search-article-forward):
13076 Signal a specific `search-failed' rather than a generic `error'.
13077
13078 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13079 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13080 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13081
13082 2004-09-10 Simon Josefsson <jas@extundo.com>
13083
13084 * nndb.el (require): Remove tcp and duplicate cl.
13085
13086 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
13087
13088 * gnus-agent.el (directory-files-and-attributes): Move forward.
13089
13090 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
13091
13092 * gnus-agent.el (directory-files-and-attributes): Optionally
13093 defined to support XEmacs.
13094
13095 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
13096
13097 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13098 to avoid run-time CL dependencies.
13099 (gnus-agent-unfetch-articles): New function.
13100 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13101 article numbers even when local .overview file is missing.
13102 (gnus-agent-read-article-number): New function. Only accepts
13103 27-bit article numbers.
13104 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13105 gnus-agent-read-article-number.
13106 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13107 from backend while recognizing that article numbers in .overview
13108 must be valid.
13109 (gnus-agent-update-files-total-fetched-for): Use
13110 directory-files-and-attributes to improve performance.
13111 * gnus-int.el (gnus-request-move-article): Use
13112 gnus-agent-unfetch-articles in place of gnus-agent-expire to
13113 improve performance.
13114
13115 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13116 some users confused by references to .newsrc when they only have a
13117 .newsrc.eld file.
13118 (gnus-convert-mark-converter-prompt)
13119 (gnus-convert-converter-needs-prompt): Fixed use of property list.
13120 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13121 New function. Used internally to only display 'gnus converting
13122 files' message when actually necessary.
13123
13124 * gnus-sum.el (): Removed (require 'gnus-agent) as required
13125 methods now autoloaded.
13126
13127 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
13128
13129 * gnus-sum.el (gnus-summary-insert-subject): Remove list
13130 identifiers.
13131
13132 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
13133
13134 * gnus-picon.el: Fix indentation and closing parenthesis.
13135
13136 2004-09-01 Simon Josefsson <jas@extundo.com>
13137
13138 * message.el (message-canlock-generate): Require sha1, not
13139 sha1-el. (Can we get rid of this require altogether? It is ugly
13140 to require within a function. Sadly, if sha1.el isn't loaded, the
13141 let binding in m-c-g will hide the defcustom definition, which is
13142 bad.)
13143
13144 * canlock.el: Require sha1, not sha1-el.
13145
13146 * message.el: Don't autoload sha1 (there is a autoload cookie in
13147 sha1.el).
13148
13149 * sha1-el.el: Renamed to sha1.el.
13150
13151 2004-08-30 Juanma Barranquero <lektu@terra.es>
13152
13153 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13154
13155 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
13156
13157 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13158
13159 2004-08-30 Kim F. Storm <storm@cua.dk>
13160
13161 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13162
13163 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13164 Add :group 'nnimap.
13165
13166 2004-08-30 Andreas Schwab <schwab@suse.de>
13167
13168 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13169 ?* and ?\;.
13170
13171 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13172 and ?\' to symbol instead of whitespace.
13173
13174 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
13175
13176 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13177
13178 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13179 instead of re-search-forward.
13180
13181 * gnus-uu.el (gnus-uu-save-article): Ditto.
13182 (gnus-uu-post-encode-uuencode): Ditto.
13183
13184 * html2text.el (html2text-clean-list-items): Ditto.
13185 (html2text-clean-dtdd): Ditto.
13186 (html2text-format-tags): Ditto.
13187
13188 * message.el (message-send-mail-with-sendmail): Fix regexp.
13189 (message-fill-field-general): Use search-forward instead of
13190 re-search-forward.
13191 (unbold-region): Ditto.
13192
13193 * nnrss.el (nnrss-request-article): Ditto.
13194
13195 * nnslashdot.el (nnslashdot-request-article): Ditto.
13196
13197 * nnweb.el (nnweb-gmane-wash-article): Ditto.
13198
13199 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13200 "Unrecognized menu descriptor" error in XEmacs.
13201
13202 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
13203
13204 * gnus-sum.el (gnus-read-header): Don't remove a header for the
13205 parent article of a sparse article in the thread hashtb.
13206
13207 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
13208
13209 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13210 (nnmail-expand-newtext): Lowercase expanded entries if
13211 nnmail-split-lowercase-expanded is non-nil.
13212
13213 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
13214
13215 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13216
13217 * gnus-group.el (gnus-group-line-format-alist): Convert the value
13218 of gnus-tmp-news-method into string under XEmacs. It will be
13219 passed to gnus-correct-length which takes only a string argument.
13220
13221 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
13222
13223 * gnus-util.el (gnus-bind-print-variables): New macro.
13224 (gnus-prin1): Use it.
13225 (gnus-prin1-to-string): Use it.
13226 (gnus-pp): New function.
13227 (gnus-pp-to-string): New function.
13228
13229 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13230 Replace pp-to-string with gnus-pp-to-string.
13231 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13232 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13233 * gnus-msg.el (gnus-debug): Ditto.
13234 * gnus-score.el (gnus-score-save): Ditto.
13235 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13236 gnus-pp-to-string.
13237 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13238 with gnus-pp.
13239 * score-mode.el (gnus-score-pretty-print): Ditto.
13240 * webmail.el (webmail-debug): Ditto.
13241
13242 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
13243
13244 * gnus-art.el (article-display-face, article-display-x-face):
13245 Use buffer-read-only.
13246
13247 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
13248
13249 * gnus-art.el (article-hide-list-identifiers):
13250 Bind inhibit-read-only as t.
13251
13252 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
13253
13254 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13255
13256 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
13257
13258 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13259 (gnus-narrow-to-page): Don't assume point-min == 1.
13260 (gnus-article-edit-mode): Derive from message-mode.
13261
13262 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13263 point-min == 1.
13264
13265 * imap.el (imap-parse-address-list, imap-parse-body-ext):
13266 Disable incorrect use of `assert'.
13267
13268 * message.el (message-mode): Set comment-start-skip.
13269
13270 2004-08-22 Sam Steingold <sds@gnu.org>
13271
13272 * pop3.el (pop3-leave-mail-on-server): New user variable.
13273 (pop3-movemail): Delete mail only when it is nil.
13274
13275 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
13276
13277 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13278
13279 * mml.el (mml-preview): Use `pop-to-buffer'.
13280
13281 * message.el (message-goto-mail-followup-to): Insert after "To".
13282 (message-carefully-insert-headers): Add comment.
13283
13284 * gnus.el: Remove unused variable `gnus-article-check-size'.
13285
13286 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13287
13288 * gnus-art.el (gnus-button-alist): Improve
13289 `gnus-button-handle-library' entry.
13290
13291 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
13292
13293 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13294 downcase, since XEmacs capitalizes error messages differently.
13295
13296 2004-08-18 Jesper Harder <harder@ifa.au.dk>
13297
13298 * nntp.el: Add (require 'gnus) due to reference to
13299 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
13300
13301 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
13302
13303 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13304 `mm-fill-flowed'.
13305
13306 * mm-decode.el (mm-dissect-singlepart): Check it.
13307
13308 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
13309
13310 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13311 'imap' for netrc parsing.
13312
13313 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
13314
13315 * mailcap.el (mailcap-mime-data): Mark as risky.
13316
13317 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
13318
13319 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13320 may be included in the encoded word.
13321 (rfc2047-encode): Don't append a space if the encoded word
13322 includes close parenthesis.
13323
13324 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
13325
13326 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13327 of text within parentheses.
13328
13329 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
13330
13331 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13332 (gnus-encrypt-write-file-contents): Make the password key the file
13333 name PLUS the cipher, not just the cipher. Also remove failed
13334 passwords from the cache.
13335
13336 2004-08-06 Simon Josefsson <jas@extundo.com>
13337
13338 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
13339 fix.
13340
13341 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
13342
13343 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13344 LWSP.
13345
13346 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
13347
13348 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13349 to append in-reply-to: data to the references: header.
13350
13351 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13352 (netrc-parse): Use gnus-encrypt.el functions.
13353
13354 * gnus-encrypt.el: Add new file for encryption support; currently
13355 does only a few GPG ciphers and an internal XOR cipher.
13356
13357 * password.el: Add comments on using password-read-and-add.
13358 (password-read-and-add): Add function to read and add the
13359 password to the cache at once.
13360
13361 2004-07-28 Simon Josefsson <jas@extundo.com>
13362
13363 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13364 parameter (but don't use it, for now).
13365
13366 * imap.el (imap-ssl-open): Use imap-process-connection-type,
13367 instead of hard coding to nil.
13368
13369 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
13370
13371 * mm-view.el (mm-inline-image-emacs): Open lines under an image
13372 as mm-inline-image-xemacs does.
13373
13374 2004-07-26 Simon Josefsson <jas@extundo.com>
13375
13376 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13377 Revert part of 2004-07-17 change below.
13378
13379 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
13380
13381 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
13382 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13383
13384 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
13385
13386 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13387 quotes that actually start with ">" at the beginning of the
13388 lines.
13389
13390 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
13391
13392 * rfc2047.el (rfc2047-encode-region): Fix last change.
13393 (rfc2047-encode-parameter): Remove useless concat.
13394
13395 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
13396
13397 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13398 encode special characters; fix some kind of misconfigured headers;
13399 signal a real error if debug-on-quit or debug-on-error is non-nil.
13400 (rfc2047-encode-max-chars): New variable.
13401 (rfc2047-encode-1): Use it.
13402 (rfc2047-encode-parameter): New function.
13403
13404 * mml.el (mml-insert-parameter): Remove an excessive space.
13405
13406 2004-07-17 Simon Josefsson <jas@extundo.com>
13407
13408 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13409 Kai Grossjohann <kai@emptydomain.de>.
13410 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13411 (gnus-group-make-menu-bar): Ditto.
13412
13413 * gnus-util.el (gnus-group-server): Add.
13414
13415 2004-07-16 Jesper Harder <harder@ifa.au.dk>
13416
13417 * message.el (message-clone-locals): Clone sendmail and smtp
13418 variables.
13419
13420 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
13421
13422 * rfc2047.el (rfc2047-encode-region): Fix last change.
13423
13424 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
13425
13426 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13427 characters as non-special.
13428
13429 2004-07-09 Simon Josefsson <jas@extundo.com>
13430
13431 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13432 Users will lose all flag changes made while unplugged with
13433 e.g. nntp unless flag synchronization happens, thus `nil' is not a
13434 good default. See numerous reports on ding mailing list.
13435
13436 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
13437
13438 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13439 add generate-head-function and generate-article-function to the
13440 rfc822-forward entry.
13441 (nndoc-rfc822-forward-generate-article): New function.
13442 (nndoc-rfc822-forward-generate-head): New function.
13443
13444 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13445
13446 2004-07-06 Dan Christensen <jdc@uwo.ca>
13447
13448 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13449 respect display group parameter and gnus-summary-expunge-below.
13450 (gnus-articles-to-read): Remove unused reference to display group
13451 parameter.
13452
13453 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13454
13455 * nnheader.el (nnheader-uniquify-message-id): New experimental
13456 variable.
13457 (nnheader-nov-read-message-id): Use it.
13458
13459 * spam-report.el (spam-report-gmane): Add interactive.
13460
13461 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
13462
13463 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13464 qp-or-base64 for the application/* types.
13465
13466 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
13467
13468 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13469
13470 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
13471
13472 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13473 trim value.
13474
13475 2004-01-25 Paul Jarc <prj@po.cwru.edu>
13476
13477 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13478 New macro and function.
13479 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13480
13481 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
13482
13483 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13484 after-load-alist.
13485
13486 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
13487
13488 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13489 update info that isn't there.
13490
13491 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
13492
13493 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13494 entry.
13495
13496 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
13497
13498 * mm-view.el (mm-inline-render-with-function): Use multibyte
13499 buffer; decode html source by charset.
13500
13501 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13502
13503 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13504 Mule-UCS is loaded under XEmacs.
13505 (mm-mime-mule-charset-alist): Avoid duplicated entries.
13506
13507 2004-06-28 Jesper Harder <harder@ifa.au.dk>
13508
13509 * nnheader.el (nnheader-max-head-length): Increase to 8192.
13510
13511 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
13512
13513 * mm-util.el (mm-coding-system-p): Return a coding-system.
13514 (mm-mime-mule-charset-alist): Use shift_jis instead of
13515 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13516 entries for the mime charsets iso-2022-jp-3 and shift_jis.
13517 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13518 instead of japanese-shift-jis and iso-latin-1 respectively in
13519 order to share the default value with both Emacs and XEmacs-mule.
13520 (mm-mule-charset-to-mime-charset): Make
13521 mm-coding-system-priorities effective.
13522 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13523 while predicating of candidates upon the priorities.
13524
13525 2004-06-27 Jesper Harder <harder@ifa.au.dk>
13526
13527 * gnus-sum.el (gnus-summary-make-menu-bar): Add
13528 gnus-uu-invert-processable.
13529
13530 * gnus.el: Autoload gnus-uu-invert-processable.
13531
13532 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
13533
13534 * mm-util.el (mm-with-multibyte-buffer): New macro.
13535
13536 * rfc2047.el (rfc2047-encode-string): Use it.
13537 (rfc2047-encode-region): Move point to the end of the region after
13538 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13539
13540 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
13541
13542 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13543 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13544
13545 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
13546
13547 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13548 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
13549 Karl Chen <quarl@nospam.quarl.org>.
13550
13551 2004-06-23 Jesper Harder <harder@ifa.au.dk>
13552
13553 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13554 invalid addresses.
13555
13556 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
13557
13558 * spam.el: Change section markers, revise TODO list.
13559 (spam-backends): Make new master list of all installed backends.
13560 (spam-summary-exit-behavior): Add new variable to determine how
13561 messages moves are done at summary exit.
13562 (spam-move-spam-nonspam-groups-only)
13563 (spam-process-ham-in-nonham-groups)
13564 (spam-process-ham-in-spam-groups): Remove variables, the
13565 spam-summary-exit-behavior variable should be used to manage this
13566 behavior.
13567 (spam-old-ham-articles, spam-old-spam-articles): Remove.
13568 (spam-old-articles): Add variable, replacing spam-old-ham-articles
13569 and spam-old-spam-articles.
13570 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13571 Add empty variables, placeholders for the backends they represent.
13572 (spam-set-difference): Move, unchanged.
13573 (spam-list-of-processors): Declare OBSOLETE, not used anymore
13574 unless the user has a processor variable.
13575 (spam-classifications, spam-classification-valid-p)
13576 (spam-backend-properties, spam-backend-property-valid-p)
13577 (spam-backend-function-type-valid-p)
13578 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13579 (spam-report-articles-gmane, spam-report-articles-resend):
13580 Remove functions, they are not needed.
13581 (spam-install-backend-super, spam-backend-list)
13582 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13583 (spam-backend-function, spam-backend-ham-registration-function)
13584 (spam-backend-spam-registration-function)
13585 (spam-backend-ham-unregistration-function)
13586 (spam-backend-spam-unregistration-function)
13587 (spam-backend-statistical-p, spam-backend-mover-p)
13588 (spam-install-backend-alias, spam-install-checkonly-backend)
13589 (spam-install-mover-backend, spam-install-nocheck-backend)
13590 (spam-install-backend, spam-install-statistical-backend)
13591 (spam-install-statistical-checkonly-backend): Add backend installation
13592 support.
13593 (spam-summary-prepare-exit): Rewrite to use the new backend code.
13594 (spam-group-processor-p): Use the new backend code and respect the
13595 summary exit behavior.
13596 (spam-mark-spam-as-expired-and-move-routine): Remove.
13597 (spam-summary-prepare): Change to use the new spam-old-articles
13598 variable.
13599 (spam-copy-or-move-routine, spam-copy-spam-routine)
13600 (spam-move-spam-routine, spam-copy-ham-routine)
13601 (spam-move-ham-routine): Add code to copy/move ham or spam.
13602 (spam-fetch-field-fast): Improve doc and code, plus allow the
13603 'number request.
13604 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13605 variables.
13606 (spam-split, spam-find-spam): Use the new backend code.
13607 (spam-registration-functions): Remove variable.
13608 (spam-unregister-routine): Add convenience wrapper.
13609 (spam-log-undo-registration, spam-register-routine)
13610 (spam-log-processing-to-registry)
13611 (spam-log-unregistration-needed-p): Rename "check" to "backend"
13612 where possible.
13613 (spam-check-gmane-xref, spam-check-regex-headers)
13614 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13615 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13616 (spam-check-bogofilter-headers, spam-check-spamoracle)
13617 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13618 (spam-check-crm114-headers): Use the spam-split-group that
13619 spam-split prepares, no need to determine it every time.
13620
13621 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13622 to the nnheader-parse-naked-head call.
13623
13624 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13625
13626 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13627 the nnheader-nov-read-message-id call.
13628
13629 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
13630
13631 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13632 gnus-activate-group twice. Suggested by Markus Peter
13633 <warp@spin.de>.
13634
13635 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
13636
13637 * gnus-art.el (gnus-article-time-format): Exchange the order of
13638 day and month in the default value; fix customization type.
13639 (article-date-ut): Use add-text-properties.
13640 (article-make-date-line): Use message-make-date instead of
13641 current-time-string.
13642
13643 * message.el (message-fetch-field): Don't use set-text-properties.
13644 (message-make-date): Simplify.
13645
13646 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
13647
13648 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13649 (rfc2047-encode-region): Treat text within parentheses as special;
13650 show the original text when error has occurred.
13651
13652 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13653 already-computed method to gnus-activate-group.
13654
13655 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13656 same select-methods identical Lisp objects.
13657
13658 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13659 object when modifying the info.
13660
13661 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
13662
13663 * gnus-srvr.el (gnus-server-set-info): Remove the server from
13664 gnus-opened-servers since it has never been opened with the new
13665 configuration yet.
13666
13667 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
13668
13669 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13670 arg to nnheader-generate-fake-message-id.
13671
13672 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
13673
13674 * nnheader.el (nnheader-generate-fake-message-id): Accept a
13675 number and build a fake message ID localized to a group and
13676 article number (so it's repeatable from that point on).
13677 (nnheader-fake-message-id-p): Change regex to accommodate new fake
13678 ID format.
13679
13680 * gnus-sum.el (gnus-get-newsgroup-headers): Call
13681 nnheader-generate-fake-message-id with the article number.
13682
13683 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
13684
13685 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13686 end-of-buffer.
13687
13688 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13689
13690 * message.el (message-ignored-supersedes-headers): Add Approved.
13691
13692 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
13693
13694 * rfc2047.el (rfc2047-encode-message-header): Remove useless
13695 goto-char.
13696 (rfc2047-encode): Fold the line before encoding.
13697
13698 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13699
13700 * rfc2047.el (rfc2047-encode-message-header): Disabled header
13701 folding -- not all headers can be folded, and this should be done
13702 by the message composition mode. Probably. I think.
13703
13704 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
13705
13706 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13707 fast.
13708
13709 * gnus-ems.el (gnus-remove-image): Don't use
13710 message-text-with-property; remove only the image found first.
13711
13712 2004-06-09 Jesper Harder <harder@ifa.au.dk>
13713
13714 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13715
13716 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
13717
13718 * message.el (message-text-with-property): Make it fast and accept
13719 optional arguments.
13720 (message-strip-forbidden-properties): Use it.
13721 (message-fix-before-sending): Follow the m-t-w-p change.
13722
13723 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13724
13725 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
13726
13727 * gnus-art.el (article-hide-headers): Don't change the buffer
13728 mistakenly when performing mml-preview even if
13729 gnus-single-article-buffer is nil.
13730
13731 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
13732
13733 * message.el (message-expand-name-databases): New user option.
13734 (message-expand-name): Use it.
13735
13736 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
13737
13738 * spam.el (spam-report-articles-resend)
13739 (spam-report-resend-register-routine): Allow ham reporting.
13740 (spam-report-resend-register-ham-routine): Add wrapper.
13741 (spam-registration-functions): Add ham resending functions.
13742 (spam-list-of-processors): Add ham resend processor.
13743
13744 * gnus.el (ham-resend-to): Add new group parameter.
13745 (spam-process): Add ham resend option.
13746
13747 * spam-report.el (spam-report-resend): Allow reporting ham.
13748 (spam-report-resend-ham): Add wrapper.
13749
13750 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13751
13752 * message.el (message-cite-articles-with-x-no-archive): New
13753 variable.
13754 (message-cite-original): Use it.
13755
13756 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13757
13758 * message.el (message-cite-original): Respect X-No-Archive.
13759
13760 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
13761
13762 * gnus-art.el (article-hide-headers): Refer to the values for
13763 gnus-ignored-headers and gnus-visible-headers in the summary
13764 buffer since a user may have set them as group parameters.
13765
13766 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
13767
13768 * assistant.el (assistant-node-name): Add convenience function.
13769 (assistant-render-text, assistant-render-node): Add error handling,
13770 plus handle multiple next nodes.
13771 (assistant-find-next-node): Comment out for now.
13772 (assistant-find-next-nodes): Add function, returns list of next
13773 nodes.
13774
13775 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
13776
13777 * mail-source.el (mail-source-directory): Fix doc-string.
13778
13779 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
13780
13781 * assistant.el (assistant-render-text, assistant-eval): Add :set
13782 widget type, which is different because it takes and returns a
13783 list. Much hilarity ensues.
13784
13785 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
13786
13787 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13788
13789 * gnus-group.el (gnus-group-get-new-news-this-group): Added
13790 doc-string.
13791
13792 * gnus-start.el (gnus-activate-group): Added doc-string.
13793
13794 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
13795
13796 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13797
13798 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
13799
13800 * assistant.el (assistant-render-text): Try to add a :set
13801 widget, more to come.
13802
13803 * spam.el (spam-group-spam-contents-p): Handle empty groupname
13804 strings.
13805 (spam-report-articles-resend)
13806 (spam-register-routine): Do registration iff any articles warrant
13807 it.
13808 (spam-summary-prepare-exit): Change log message for nil group
13809 destinations.
13810
13811 2004-05-27 Daniel Pittman <daniel@rimspace.net>
13812
13813 * spam.el (spam-report-resend-register-routine): Allow
13814 spam-report-resend-to to be a group parameter or a global value.
13815
13816 2004-05-26 Simon Josefsson <jas@extundo.com>
13817
13818 * starttls.el: Merge with my GNUTLS based starttls.el.
13819 (starttls-gnutls-program, starttls-use-gnutls)
13820 (starttls-extra-arguments, starttls-process-connection-type)
13821 (starttls-connect, starttls-failure, starttls-success): New
13822 variables.
13823 (starttls-program, starttls-extra-args): Doc fix.
13824 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13825 functions.
13826 (starttls-negotiate, starttls-open-stream): Check
13827 `starttls-use-gnutls' and pass on to corresponding *-gnutls
13828 function if it is set.
13829
13830 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
13831
13832 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13833 structured fields.
13834
13835 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
13836
13837 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13838
13839 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
13840
13841 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13842 variable.
13843 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
13844 assigning the spam-mark to new messages.
13845
13846 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
13847
13848 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13849
13850 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
13851
13852 * rfc2047.el (rfc2047-encodable-p): Don't move point.
13853 (rfc2047-decode): Treat the ascii coding-system as raw-text by
13854 default.
13855
13856 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
13857
13858 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13859 correct data.
13860
13861 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
13862
13863 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13864 (spam-group-processor-p): Fix function.
13865 (spam-group-processor-multiple-p)
13866 (spam-group-spam-processor-report-gmane-p)
13867 (spam-group-spam-processor-report-resend-p)
13868 (spam-group-spam-processor-bogofilter-p)
13869 (spam-group-spam-processor-blacklist-p)
13870 (spam-group-spam-processor-ifile-p)
13871 (spam-group-ham-processor-ifile-p)
13872 (spam-group-spam-processor-spamoracle-p)
13873 (spam-group-spam-processor-crm114-p)
13874 (spam-group-ham-processor-bogofilter-p)
13875 (spam-group-spam-processor-stat-p)
13876 (spam-group-ham-processor-stat-p)
13877 (spam-group-ham-processor-whitelist-p)
13878 (spam-group-ham-processor-BBDB-p)
13879 (spam-group-ham-processor-spamoracle-p)
13880 (spam-group-ham-processor-copy-p): Remove functions with some
13881 prejudice against unneeded code.
13882 (spam-report-articles-resend)
13883 (spam-report-resend-register-routine): Allow the group/topic
13884 spam-resend-to value to override spam-report-resend-to.
13885 (spam-summary-prepare-exit): Invoke spam-group-processor-p
13886 properly now.
13887
13888 * gnus.el (spam-resend-to): Add group/topic parameter.
13889 (spam-process): Move the OBSOLETE processors to the end of the
13890 choices.
13891
13892 2004-05-24 Daniel Pittman <daniel@rimspace.net>
13893
13894 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13895 with resend-to set to nil, and then ask the user if necessary.
13896 (spam-report-resend): spam-report-resend takes a list of articles, not
13897 separate article numbers.
13898
13899 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
13900
13901 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13902 addition to emacs-w3m.
13903
13904 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13905
13906 * assistant.el (assistant-authinfo-data): New function.
13907 (assistant-eval): Eval for entire assistant.
13908
13909 * netrc.el (netrc-services-file): New variable.
13910 (netrc-parse-services): New function.
13911 (netrc-find-service-name): New function.
13912 (netrc-find-service-number): New function.
13913 (netrc-port-equal): New function.
13914 (netrc-machine): Use it.
13915
13916 * nnimap.el (nnimap-open-connection): Use netrc.
13917
13918 * gnus-util.el (gnus-netrc-get): Remove aliases.
13919
13920 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13921
13922 * assistant.el (wid-edit): Fix compilation.
13923
13924 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13925
13926 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
13927
13928 * gnus-util.el (gnus-set-file-modes): New function. (small
13929 patch).
13930
13931 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13932
13933 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13934
13935 * assistant.el (assistant-render-node): Fix up rendering and
13936 read-only text.
13937 (assistant-render-node): Reset.
13938 (assistant-make-read-only): Not sticky.
13939
13940 2004-05-20 Danny Siu <dsiu@adobe.com>
13941
13942 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13943 centered even when gnus-auto-center-summary is t
13944
13945 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13946
13947 * dns.el (dns-get-txt-answer): New function.
13948 (dns-read-txt): Ditto.
13949 (query-dns): Use it.
13950
13951 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
13952
13953 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13954 active for foreign groups even if the group level is higher than
13955 the specified value.
13956
13957 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13958
13959 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13960 non-active groups.
13961
13962 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13963
13964 2004-05-20 Magnus Henoch <mange@freemail.hu>
13965
13966 * dns.el (dns-read-type): Add support for SVR. (small patch)
13967
13968 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
13969
13970 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13971 (spam-crm114-header, spam-crm114-spam-switch)
13972 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13973 (spam-crm114-positive-spam-header)
13974 (spam-crm114-database-directory, spam-list-of-processors)
13975 (spam-group-spam-processor-crm114-p)
13976 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13977 (spam-generic-score, spam-list-of-checks)
13978 (spam-list-of-statistical-checks, spam-registration-functions)
13979 (spam-check-crm114-headers, spam-crm114-score)
13980 (spam-check-crm114, spam-crm114-register-with-crm114)
13981 (spam-crm114-register-spam-routine)
13982 (spam-crm114-unregister-spam-routine)
13983 (spam-crm114-register-ham-routine)
13984 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
13985 asjo@koldfront.dk (Adam Sjøgren).
13986
13987 * gnus.el: Add spam-use-crm114.
13988
13989 * spam.el (spam-list-of-processors, spam-registration-functions):
13990 Add spam-use-resend.
13991 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13992 (spam-report-articles-gmane): Add doc fix.
13993 (spam-report-articles-resend, spam-report-resend-register-routine):
13994 Add wrappers around spam-report-resend-to.
13995
13996 * spam-report.el (spam-report-resend-to, spam-report-resend):
13997 Add support for resending spam.
13998 (spam-report-gmane): Fix line length >80.
13999
14000 * gnus.el (spam-process): Add spam-use-resend.
14001
14002 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14003
14004 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14005 number of processed spam messages.
14006 (spam-ham-copy-or-move-routine): Return the number of processed
14007 ham messages.
14008 (spam-summary-prepare-exit): Use the above values to decide
14009 whether status messages shouled be displayed.
14010
14011 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
14012
14013 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14014 `rfc2047-encoding-function-alist' in order to avoid conflicting
14015 with the old version.
14016 (rfc2047-encode-region): Concatenate words containing non-ASCII
14017 characters in structured fields; don't encode space-delimited
14018 ASCII words even in unstructured fields; don't break words at
14019 char-category boundaries.
14020 (rfc2047-encode-1): New function.
14021 (rfc2047-encode): Use it; encode text so that it occupies the
14022 maximum width within 76-column; work correctly on Q encoding for
14023 iso-2022-* charsets.
14024 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14025 sure not to break a line just after the header name.
14026 (rfc2047-b-encode-region): Removed.
14027 (rfc2047-b-encode-string): New function.
14028 (rfc2047-q-encode-region): Removed.
14029 (rfc2047-q-encode-string): New function.
14030
14031 * mm-util.el (mm-replace-in-string): New function.
14032
14033 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
14034
14035 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14036 get it right.
14037 (gnus-inews-make-draft): Really.
14038
14039 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
14040
14041 * nnmh.el (nnmh-request-list-1): Don't check the link count
14042 before descending. (small patch)
14043
14044 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14045
14046 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14047 stuff.
14048
14049 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14050 on real group name.
14051
14052 * gnus-art.el (gnus-signature-limit): Doc fix.
14053
14054 * gnus-msg.el (gnus-inews-make-draft): Quote list.
14055
14056 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14057
14058 * gnus-draft.el (gnus-draft-send): Bind
14059 rfc2047-encode-encoded-words.
14060
14061 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14062 (rfc2047-encodable-p): Say that =? needs encoding.
14063 (rfc2047-encode-encoded-words): New variable.
14064
14065 * gnus-group.el (gnus-group-select-group): Doc fix.
14066
14067 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14068
14069 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14070 to nil.
14071
14072 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14073
14074 * nnheader.el (nnheader-get-lines-and-char): New function.
14075
14076 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
14077
14078 * gnus-msg.el (gnus-summary-followup-with-original): Document
14079 yanking of region when active.
14080
14081 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
14082
14083 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14084 groups if the group level is higher than the specified value.
14085
14086 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
14087
14088 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14089 (gnus-group-jump-to-group): Added prefix argument using
14090 `gnus-group-jump-to-group-prompt'. Query before jumping to
14091 non-active group.
14092
14093 * compface.el (uncompface): Be verbose when changing
14094 `uncompface-use-external'.
14095
14096 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14097 handle manual section.
14098
14099 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
14100
14101 * gnus-art.el (gnus-button-alist): Revert previous change.
14102
14103 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
14104
14105 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14106
14107 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
14108
14109 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14110 whether backend can accept message.
14111
14112 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14113
14114 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
14115
14116 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14117 Avoid creating directory when nntp-marks-is-evil is true.
14118 Reported by Reiner Steib.
14119
14120 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
14121
14122 * gnus-picon.el (gnus-picon-style): New variable.
14123 (gnus-picon-insert-glyph): Added optional `nostring' argument.
14124 (gnus-picon-transform-address): Support `gnus-picon-style'. From
14125 Jesper Harder <harder@ifa.au.dk>.
14126
14127 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
14128
14129 * message.el (message-fill-field): Return point.
14130 (message-generate-headers): Go to end of field.
14131
14132 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14133 stuff for non-living groups.
14134
14135 2004-05-18 Jesper Harder <harder@ifa.au.dk>
14136
14137 * gnus-art.el (gnus-article-followup-with-original)
14138 (gnus-article-reply-with-original): gnus-mark-active-p ->
14139 gnus-region-active-p.
14140
14141 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
14142
14143 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14144 only when there is spam or ham to be processed.
14145
14146 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14147
14148 * mail-source.el (mail-source-delete-crash-box): Refactor.
14149 (mail-source-fetch): Use it.
14150 (mail-source-fetch-file): Ditto.
14151 (mail-source-fetch-directory): Run postscript in loop.
14152 (mail-source-fetch-pop): Delete.
14153 (mail-source-fetch-maildir): Ditto.
14154 (mail-source-fetch-imap): Ditto.
14155
14156 * imap.el (imap-authenticators): Comment out sasl.
14157
14158 * message.el (message-skip-to-next-address): New function.
14159 (message-fill-header-address): Refactor.
14160 (message-fill-address): Use it.
14161 (message-delete-address): Use it.
14162 (message-fill-header-general): Refactor.
14163 (message-fill-field-address): Rename.
14164 (message-narrow-to-field): Find the start of the header.
14165 (message-header-format-alist): Don't pre-fill.
14166 (message-fill-header): Removed.
14167 (message-insert-header): New function.
14168 (message-shorten-references): Use it.
14169
14170 * rfc2047.el (rfc2047-field-value): Strip props.
14171
14172 * mail-parse.el (mail-header-make-address): New alias.
14173
14174 * ietf-drums.el (ietf-drums-make-address): New function.
14175
14176 * imap.el: Add compiler directives.
14177
14178 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14179
14180 * gnus-art.el (article-decode-idna-rhs): Don't use
14181 message-idna-inside-rhs-p.
14182
14183 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14184
14185 * message.el (message-idna-inside-rhs-p): Removed.
14186 (message-idna-to-ascii-rhs-1): Use proper address parsing.
14187
14188 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14189 false positives.
14190
14191 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14192
14193 * imap.el (imap-sasl-make-mechanisms): Use sasl.
14194
14195 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14196
14197 * nneething.el (nneething-file-name): Don't create spurious
14198 files.
14199
14200 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14201 (gnus-inews-do-gcc): Remove sleep.
14202
14203 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14204 part under point.
14205
14206 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14207 (gnus-agent-regenerate-group): Using nil messages aren't valid.
14208
14209 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
14210
14211 * spam.el (spam-summary-prepare-exit): Fixed (length).
14212
14213 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
14214
14215 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14216 as expired without moving it" message when there are spam
14217 messages left.
14218
14219 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
14220
14221 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14222 header is not nil.
14223
14224 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
14225
14226 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14227 nntp-possibly-create-directory, not nntp-possibly-change-group.
14228 (nntp-marks-changed-p): New arg SERVER.
14229 (nntp-request-update-info): Adjust caller.
14230
14231 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
14232
14233 * nntp.el (nntp-save-marks): Pass missing arg.
14234
14235 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
14236
14237 * nntp.el: Support marks.
14238 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14239 (nntp-marks-modtime, nntp-marks-directory): New variables.
14240 (nntp-request-set-mark, nntp-request-update-info)
14241 (nntp-possibly-create-directory, nntp-marks-changed-p)
14242 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14243 functions.
14244
14245 2004-05-12 Jesper Harder <harder@ifa.au.dk>
14246
14247 * gnus-score.el (gnus-score-insert-help): Use
14248 gnus-select-lowest-window.
14249
14250 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14251 appt-select-lowest-window and rename to gnus-select-lowest-window.
14252
14253 * gnus.el: do.
14254
14255 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14256
14257 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14258 encodings of MIME-encoded words, in order to improve
14259 interoperability with several broken MUAs.
14260
14261 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14262
14263 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14264 tags, only when charsets are not specified in headers.
14265 (mm-inline-text-html-render-with-w3m): Ditto.
14266
14267 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14268
14269 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14270 instead of MIME-decoded from fields when checking
14271 `gnus-article-address-banner-alist'.
14272
14273 2004-05-03 Jesper Harder <harder@ifa.au.dk>
14274
14275 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14276 description rather than subject.
14277
14278 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14279
14280 * gnus.el (gnus-version-number): Bump.
14281
14282 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
14283
14284 * gnus.el: No Gnus v0.2 is released.
14285
14286 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14287
14288 * gnus-agent.el (gnus-agent-read-agentview): Inline
14289 gnus-uncompress-range.
14290
14291 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14292
14293 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14294 `exec-installed-p'.
14295
14296 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14297
14298 * gnus.el (spam-process, spam-autodetect-methods): Add
14299 bsfilter and bsfilter-headers.
14300
14301 * spam.el (spam-bsfilter): New customize group.
14302 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14303 (spam-bsfilter-header, spam-bsfilter-probability-header)
14304 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14305 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14306 (spam-bsfilter-database-directory): New options.
14307 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14308 (spam-list-of-statistical-checks, spam-registration-functions):
14309 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14310 (spam-bsfilter-score): New command.
14311 (spam-check-bsfilter-headers, spam-check-bsfilter)
14312 (spam-bsfilter-register-with-bsfilter)
14313 (spam-bsfilter-register-spam-routine)
14314 (spam-bsfilter-unregister-spam-routine)
14315 (spam-bsfilter-register-ham-routine)
14316 (spam-bsfilter-unregister-ham-routine): New functions.
14317 (spam-generic-score): Support bsfilter; Accept an optional argument
14318 to recalcurate spam score even if scoring header has already been
14319 added.
14320 (spam-bogofilter-score, spam-spamassassin-score): Accept an
14321 optional argument to recalcurate spam score even if scoring header
14322 has already been added.
14323
14324 2004-04-29 Jesper Harder <harder@ifa.au.dk>
14325
14326 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14327 strings! Reported by David D. Smith <davidsmith@acm.org>.
14328 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14329 link is missing.
14330
14331 2004-04-28 Jesper Harder <harder@ifa.au.dk>
14332
14333 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14334 (html2text-get-attr): Rewrite.
14335
14336 * message.el (message-setup-1): Remove redundant put-text-property
14337 on mail-header-separator.
14338
14339 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
14340
14341 * gnus-registry.el (gnus-registry-cache-whitespace)
14342 (gnus-registry-action, gnus-registry-spool-action)
14343 (gnus-registry-split-fancy-with-parent): Change message levels
14344 from 5 to 3 or 7, as needed.
14345
14346 * spam.el (spam-summary-prepare-exit)
14347 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14348 (spam-split, spam-find-spam, spam-log-undo-registration)
14349 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14350 level from 5 to 6.
14351
14352 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
14353
14354 * gnus-ems.el: Autoload appt-select-lowest-window (revert
14355 2004-03-04 change).
14356
14357 2004-04-25 Jesper Harder <harder@ifa.au.dk>
14358
14359 * sieve-manage.el (sieve-manage-open):
14360 * nnweb.el (nnweb-insert-html):
14361 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14362 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14363 * nnspool.el (nnspool-request-group):
14364 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14365 * nnml.el (nnml-request-update-info):
14366 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14367 (nnmh-request-create-group, nnmh-update-gnus-unreads):
14368 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14369 (nnimap-request-set-mark):
14370 * nnfolder.el (nnfolder-request-update-info):
14371 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14372 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14373 * gnus-uu.el (gnus-uu-find-articles-matching):
14374 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14375 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14376 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14377 * gnus-nocem.el (gnus-nocem-scan-groups):
14378 * gnus-int.el (gnus-start-news-server):
14379 * gnus-group.el (gnus-group-make-kiboze-group)
14380 (gnus-group-browse-foreign-server):
14381 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14382 Use mapc when appropriate.
14383
14384 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
14385
14386 FIXME: Make separate entries for each person.
14387
14388 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14389 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14390 <shields@msrl.com>:
14391
14392 * spam.el (spam-necessary-extra-headers): Get the extra headers we
14393 may need for spam sorting and scoring.
14394 (spam-user-format-function-S): Add user format function suitable for
14395 general use.
14396 (spam-article-sort-by-spam-status): Add sorting function for summary
14397 sorting.
14398 (spam-extra-header-to-number): Add function to get a score from a
14399 header.
14400 (spam-summary-score): Add function to get a numeric score from the
14401 headers.
14402 (spam-generic-score): Fix function doc, was in wrong place.
14403 (spam-initialize): Take symbols when it's run, and install the
14404 extra headers that spam-necessary-extra-headers thinks we need.
14405
14406 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
14407
14408 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14409 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
14410
14411 2004-04-17 Jesper Harder <harder@ifa.au.dk>
14412
14413 * gnus-sum.el (gnus-set-global-variables)
14414 (gnus-build-all-threads, gnus-get-newsgroup-headers)
14415 (gnus-article-get-xrefs, gnus-summary-best-group)
14416 (gnus-summary-next-article, gnus-summary-enter-digest-group)
14417 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14418 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14419 Use with-current-buffer.
14420
14421 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
14422
14423 * spam.el (spam-summary-prepare-exit): Simplify logic.
14424 (spam-fetch-article-header): Read the article header if it's not
14425 available.
14426 (spam-list-articles): Simplify logic.
14427 (spam-filelist-register-routine): Fix bug with unregister-list.
14428
14429 * gnus-registry.el: Fix comments at beginning.
14430
14431 2004-04-16 Jesper Harder <harder@ifa.au.dk>
14432
14433 * message.el (message-cater-to-broken-inn): Remove.
14434 (message-shorten-references): Make sure the total folded length of
14435 References is shorter than 998 characters to cater to a bug in INN
14436 2.3. Also, don't pretend that references aren't folded -- this
14437 hasn't worked for a while.
14438
14439 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
14440
14441 * gnus-agent.el (gnus-agentize):
14442 gnus-agent-send-mail-real-function no longer set to current value
14443 of message-send-mail-function but rather a lambda that calls
14444 message-send-mail-function. The change makes the agent real-time
14445 responsive to user changes to message-send-mail-function.
14446
14447 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
14448
14449 * legacy-gnus-agent.el
14450 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14451 help from Florian Weimer <fw@deneb.enyo.de>
14452
14453 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
14454
14455 * nnmail.el (nnmail-cache-insert): Revert last change.
14456
14457 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
14458
14459 * nnmail.el (nnmail-cache-insert): Always check whether
14460 nnmail-cache-ignore-groups matches a group name.
14461
14462 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
14463
14464 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14465 (spam-find-spam, spam-log-processing-to-registry)
14466 (spam-log-registered-p, spam-log-unregistration-needed-p)
14467 (spam-log-undo-registration): Use gnus-message instead of
14468 gnus-error, none of these errors are fatal.
14469
14470 * gnus-registry.el (gnus-registry-clean-empty-function)
14471 (gnus-registry-clean-empty): Remove only empty entries without
14472 extra data.
14473
14474 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
14475
14476 * spam-stat.el (spam-stat-buffer-change-to-spam)
14477 (spam-stat-buffer-change-to-non-spam): Change (error) to
14478 (gnus-message 8) invocation.
14479
14480 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
14481
14482 * nntp.el (nntp-via-netcat-command): New variable.
14483 (nntp-via-netcat-switches): New variable.
14484 (nntp-open-via-rlogin-and-netcat): New function.
14485 (nntp-open-connection-function): Doc fix.
14486 (nntp-telnet-command): Doc fix.
14487 (nntp-end-of-line): Doc fix.
14488 (nntp-via-rlogin-command): Doc fix.
14489 (nntp-via-user-name): Doc fix.
14490 (nntp-via-address): Doc fix.
14491
14492 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
14493
14494 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14495 error in Emacs 21.1.
14496
14497 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
14498
14499 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14500
14501 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
14502
14503 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14504 (gnus-agent-with-refreshed-group): New macro.
14505 (gnus-agent-rename-group): New function.
14506 (gnus-agent-delete-group): New function.
14507 (gnus-agent-save-group-info): Use gnus-command-method when
14508 `method' parameter is nil. Don't write nil entries into the
14509 active file.
14510 (gnus-agent-get-group-info): New function.
14511 (gnus-agent-fetch-articles): Use
14512 gnus-agent-update-files-total-fetched-for to increment disk space
14513 used.
14514 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14515 gnus-agent-update-view-total-fetched-for to increment disk space
14516 used.
14517 (gnus-agent-get-local): Added optional parameters to avoid calling
14518 gnus-group-real-name and gnus-find-method-for-group.
14519 (gnus-agent-set-local): Delete stored entry if either min, or max,
14520 are nil.
14521 (gnus-agent-fetch-session): Reworded error/quit messages. On
14522 quit, use gnus-agent-regenerate-group to record existence of any
14523 articles fetched to disk before the quit occurred.
14524 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14525 gnus-agent-update-view-total-fetched-for, and
14526 gnus-agent-update-files-total-fetched-for to decrement disk space
14527 used.
14528 (gnus-agent-retrieve-headers): Use
14529 gnus-agent-update-view-total-fetched-for to increment disk space
14530 used.
14531 (gnus-agent-regenerate-group): Replace gnus-group-update-group
14532 with gnus-agent-update-files-total-fetched-for to decrement disk
14533 space and fresh group buffer.
14534 (gnus-agent-inhibit-update-total-fetched-for): New variable.
14535 (gnus-agent-need-update-total-fetched-for): New variable.
14536 (gnus-agent-update-files-total-fetched-for): New function.
14537 (gnus-agent-update-view-total-fetched-for): New function.
14538 (gnus-agent-total-fetched-for): New function.
14539
14540 * gnus-cache.el (gnus-cache-save-buffers): Use
14541 gnus-cache-update-overview-total-fetched-for to change disk space
14542 used by this group.
14543 (gnus-cache-possibly-enter-article): Use
14544 gnus-cache-update-file-total-fetched-for to increment disk space
14545 used by this group.
14546 (gnus-cache-possibly-remove-article): Use
14547 gnus-cache-update-file-total-fetched-for to decrement disk space
14548 used by this group.
14549 (gnus-cache-generate-nov-databases): Purge total fetched cache.
14550 (gnus-cache-rename-group): New function.
14551 (gnus-cache-delete-group): New function.
14552 (gnus-cache-inhibit-update-total-fetched-for): New variable.
14553 (gnus-cache-need-update-total-fetched-for): New variable.
14554 (gnus-cache-with-refreshed-group): New macro.
14555 (gnus-cache-update-file-total-fetched-for): New function.
14556 (gnus-cache-update-overview-total-fetched-for): New function.
14557 (gnus-cache-rename-group-total-fetched-for): New function.
14558 (gnus-cache-delete-group-total-fetched-for): New function.
14559 (gnus-cache-total-fetched-for): New function.
14560
14561 * gnus-group.el: Require gnus-sum and autoload functions to
14562 resolve warnings when gnus-group.el compiled alone.
14563 (gnus-group-line-format): Documented new %F.
14564 (size of Fetched data) group line format; identifies disk space
14565 used by agent and cache.
14566 (gnus-group-line-format-alist): Defined new F format.
14567 (gnus-total-fetched-for): New function.
14568 (gnus-group-delete-group): No longer update
14569 gnus-cache-active-altered as gnus-request-delete-group now keeps
14570 the cache in sync.
14571 (gnus-group-list-active): Let the agent store a server's active
14572 list if currently plugged.
14573
14574 * gnus-int.el (gnus-request-delete-group):
14575 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14576 local disk in sync with the server.
14577 (gnus-request-rename-group):
14578 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14579 local disk in sync with the server.
14580
14581 * gnus-start.el (gnus-get-unread-articles):
14582 Cosmetic simplification to logic.
14583
14584 * gnus-util.el (gnus-rename-file): New function.
14585
14586 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
14587
14588 * mm-util.el (mm-image-load-path): Handle nil in load-path.
14589
14590 2004-04-07 Jesper Harder <harder@ifa.au.dk>
14591
14592 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14593 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
14594
14595 2004-04-06 Jesper Harder <harder@ifa.au.dk>
14596
14597 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14598 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
14599
14600 2004-04-03 Jesper Harder <harder@ifa.au.dk>
14601
14602 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14603
14604 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
14605
14606 * spam.el (spam-set-difference): Add function to replace
14607 gnus-set-difference in spam.el.
14608 (spam-summary-prepare-exit): Use spam-set-difference.
14609
14610 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
14611
14612 * gnus-registry.el (gnus-registry-cache-file): Update to use
14613 gnus-dribble-directory OR gnus-home-directory OR ~.
14614 (gnus-registry-split-fancy-with-parent): Fix doc.
14615
14616 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
14617
14618 * message.el (message-exchange-point-and-mark): Use
14619 message-mark-active-p. Suggested by Jesper Harder
14620 <harder@ifa.au.dk>.
14621
14622 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
14623
14624 * message.el (message-exchange-point-and-mark): Don't activate
14625 region if it was inactive. Suggested by Hiroshi Fujishima
14626 <pooh@nature.tsukuba.ac.jp>.
14627
14628 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
14629
14630 * gnus-art.el (article-display-face): Display Faces in the same
14631 order as X-Faces.
14632
14633 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
14634
14635 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14636
14637 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
14638
14639 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14640 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14641 (gnus-article-mime-hierarchy): Remove.
14642 (gnus-article-mime-hierarchy-next): Remove.
14643 (gnus-article-mode): Revert 2004-03-19 change.
14644 (gnus-article-setup-buffer): Revert 2004-03-19 change.
14645 (gnus-insert-mime-button): Revert 2004-03-19 change.
14646 (gnus-mime-accumulate-hierarchy): Remove.
14647 (gnus-mime-enter-multipart): Remove.
14648 (gnus-mime-leave-multipart): Remove.
14649 (gnus-mime-display-part): Revert 2004-03-19 change.
14650 (gnus-mime-display-alternative): Revert 2004-03-19 change.
14651
14652 * mml.el (mml-preview): Revert 2004-03-19 change.
14653
14654 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
14655
14656 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14657
14658 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
14659
14660 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14661 t while entering a file name using the mm-with-multibyte macro.
14662 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14663
14664 * mm-util.el (mm-with-multibyte): New macro.
14665
14666 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
14667
14668 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14669 user option.
14670 (gnus-mime-multipart-functions): Doc and customization fix.
14671 (gnus-article-mime-hierarchy): New variable.
14672 (gnus-article-mime-hierarchy-next): New variable.
14673 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14674 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14675 gnus-article-mime-hierarchy-next to nil.
14676 (gnus-insert-mime-button): Show hierarchy numbers.
14677 (gnus-mime-accumulate-hierarchy): New function.
14678 (gnus-mime-enter-multipart): New function.
14679 (gnus-mime-leave-multipart): New function.
14680 (gnus-mime-display-part): Recompute hierarchical MIME structure.
14681 (gnus-mime-display-alternative): Show hierarchy numbers.
14682
14683 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14684 gnus-article-mime-hierarchy-next to nil.
14685
14686 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
14687
14688 * dns.el: Don't require gnus-xmas.
14689
14690 2004-03-17 Jesper Harder <harder@ifa.au.dk>
14691
14692 * mml.el (mml-generate-mime-1): Don't use format=flowed with
14693 inline PGP.
14694 (mml-menu): Disable mml-quote-region if mark is inactive.
14695
14696 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
14697
14698 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14699 when the group's active is not available.
14700
14701 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
14702
14703 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14704 error.
14705
14706 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
14707
14708 * imap.el (imap-store-password): New variable.
14709 (imap-interactive-login): Use it.
14710 Suggested by Mark Plaksin <happy@mcplaksin.org>.
14711
14712 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
14713
14714 * gnus-art.el (gnus-article-read-summary-keys): Restore new
14715 window-start and hscroll to summary window.
14716
14717 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
14718
14719 * gnus-start.el (gnus-convert-old-newsrc): Only write the
14720 conversion message to newsrc-dribble when an actual conversion is
14721 performed.
14722
14723 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
14724
14725 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14726
14727 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
14728
14729 * mm-decode.el (mm-complicated-handles): New function reviving
14730 former definition of mm-multiple-handles.
14731
14732 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14733 (gnus-mime-delete-part): Use it.
14734
14735 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
14736
14737 * gnus-agent.el (gnus-agent-read-local): Bind
14738 nnheader-file-coding-system to gnus-agent-file-coding-system to
14739 avoid the implicit assumption that they will always be equal.
14740 (gnus-agent-save-local): Bind buffer-file-coding-system, not
14741 coding-system-for-write, as the with-temp-file macro first prints
14742 to a buffer then saves the buffer.
14743
14744 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
14745
14746 * gnus-art.el (gnus-article-edit-part): New function.
14747 (gnus-mime-save-part-and-strip): Use it; do query instead of
14748 signaling an error; don't use mm-multiple-handles.
14749 (gnus-mime-delete-part): Ditto.
14750
14751 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
14752
14753 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14754 old file versions.
14755 (gnus-group-prepare-hook): Removed function that converted list
14756 form of gnus-agent-expire-days to group properties.
14757
14758 * gnus-int.el: Autoload gnus-agent-regenerate-group.
14759 (gnus-request-accept-article): Re-indented.
14760
14761 * gnus-start.el (gnus-convert-old-newsrc): Registered new
14762 converters to handle old agent file formats. Added logic for a
14763 "backup before upgrading warning".
14764 (gnus-convert-mark-converter-prompt): Developers can mark
14765 functions as needing (default), or not needing,
14766 gnus-convert-old-newsrc's "backup before upgrading warning".
14767 (gnus-convert-converter-needs-prompt): Tests whether the user
14768 should be protected from potentially irreversable changes by the
14769 function.
14770
14771 * legacy-gnus-agent.el: New. Provides converters that are only
14772 loaded when gnus-convert-old-newsrc needs to call them.
14773
14774 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
14775
14776 * mail-source.el (mail-source-touch-pop): Doc fix.
14777
14778 * message.el (message-smtpmail-send-it): Doc fix.
14779
14780 2004-03-05 Jesper Harder <harder@ifa.au.dk>
14781
14782 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14783
14784 * nnmail.el (nnmail-split-fancy): do.
14785
14786 * gnus-kill.el (gnus-kill, gnus-execute): do.
14787
14788 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
14789
14790 * gnus-sum.el (gnus-widget-reversible-match)
14791 (gnus-widget-reversible-to-internal)
14792 (gnus-widget-reversible-to-external): New functions.
14793 (gnus-widget-reversible): New widget.
14794 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14795
14796 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
14797
14798 * gnus-sum.el (gnus-thread-sort-functions)
14799 (gnus-article-sort-functions): Document `(not F)' items.
14800
14801 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
14802
14803 * spam.el (spam-use-gmane-xref): Add new backend.
14804 (spam-gmane-xref-spam-group): Add variable to control the name of the
14805 Gmane spam group.
14806 (spam-blackhole-servers, spam-blackhole-good-server-regex)
14807 (spam-regex-headers-spam, spam-regex-headers-ham)
14808 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14809 (spam-list-of-checks): Add spam-use-gmane-xref to list of
14810 backends and checks.
14811 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14812
14813 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14814 an autodetect method.
14815
14816 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
14817
14818 * gnus-int.el (gnus-request-accept-article): Inform the agent that
14819 articles are being added to a group.
14820 (gnus-request-replace-article): Inform the agent that articles
14821 need to be uncached as the cached contents are no longer valid.
14822
14823 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
14824
14825 * binhex.el: Don't autoload executable-find.
14826
14827 * canlock.el: Don't autoload mail-fetch-field.
14828
14829 * gnus-ems.el: Don't autoload appt-select-lowest-window.
14830
14831 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14832 rmail-dont-reply-to and rmail-output.
14833
14834 * gnus-score.el: Don't autoload ffap-string-at-point.
14835
14836 * gnus-setup.el: Don't autoload sc-cite-original.
14837
14838 * imap.el: Don't autoload base64-decode-string,
14839 base64-encode-string and md5.
14840
14841 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14842 and rmail-msg-restore-non-pruned-header.
14843
14844 * mm-decode.el: Don't autoload executable-find.
14845
14846 * mm-url.el: Don't autoload executable-find.
14847
14848 * mm-view.el: Don't autoload diff-mode.
14849
14850 * nndb.el: Don't autoload news-reply-mode, news-setup,
14851 cancel-timer and telnet.
14852
14853 * password.el: Don't autoload run-at-time for Emacs.
14854
14855 * sha1-el.el: Don't autoload executable-find.
14856
14857 * sieve-mode.el: Don't autoload c-mode.
14858
14859 * uudecode.el: Don't autoload executable-find.
14860
14861 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
14862
14863 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14864 (gnus-agent-possibly-alter-active): Avoid null in numeric
14865 comparison.
14866 (gnus-agent-set-local): Refuse to save null in local object table.
14867 (gnus-agent-regenerate-group): The REREAD parameter can now be a
14868 list of articles that will be marked as unread.
14869
14870 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
14871
14872 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14873
14874 2004-03-04 Jesper Harder <harder@ifa.au.dk>
14875
14876 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14877 language tags.
14878
14879 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
14880
14881 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14882 Don't bind "obarray".
14883
14884 * gnus-sum.el (gnus-thread-sort-functions): Added
14885 `gnus-thread-sort-by-most-recent-number' and
14886 `gnus-thread-sort-by-most-recent-date'.
14887 Reported by Kai Grossjohann <kai@emptydomain.de>.
14888
14889 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
14890
14891 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14892
14893 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
14894
14895 * gnus-cus.el (gnus-agent-customize-category): Removed
14896 ignore-errors macro reference that required cl to be loaded at
14897 run-time.
14898
14899 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14900 single-interval range of the form (min . max). Previously the
14901 range had to look like ((min . max)). Likewise, return
14902 (min . max) rather than ((min . max)).
14903 (gnus-range-map): Use gnus-range-normalize to accept
14904 single-interval range.
14905
14906 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14907 the cache, but not the agent, now appear with their usual face.
14908
14909 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
14910
14911 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14912 w3m-safe-url-regexp variable buffer-local.
14913
14914 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14915
14916 2004-02-27 Simon Josefsson <jas@extundo.com>
14917
14918 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14919 gnus-group-real-prefix.
14920 (gnus-summary-move-article): Use it, instead of
14921 gnus-group-real-prefix.
14922
14923 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
14924
14925 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14926 w3m-safe-url-regexp variable buffer-local and set it as the value
14927 of mm-w3m-safe-url-regexp.
14928
14929 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14930
14931 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14932 parsing gnus-posting-styles when the message is not for replying.
14933
14934 * nnrss.el (nnrss-opml-export): Use
14935 mm-set-buffer-file-coding-system instead of
14936 set-buffer-file-coding-system.
14937
14938 2004-02-27 Jesper Harder <harder@ifa.au.dk>
14939
14940 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14941 of checkdoc.el).
14942 * nnrss.el: do.
14943 * gnus-mlspl.el: do.
14944 * gnus-ml.el: do.
14945 * gnus-srvr.el: do.
14946
14947 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14948
14949 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
14950
14951 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14952 Corrections to custom-manual links.
14953
14954 * gnus-art.el (gnus-article): Ditto.
14955
14956 * mm-decode.el (mime-display, mime-security): Ditto.
14957
14958 2004-02-26 Jesper Harder <harder@ifa.au.dk>
14959
14960 * flow-fill.el: Typo.
14961
14962 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
14963
14964 * spam-wash.el: New file.
14965
14966 2004-02-26 Mark A. Hershberger <mah@everybody.org>
14967
14968 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14969
14970 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
14971
14972 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14973 to be run with new-articles as LIST1, not LIST2.
14974 (spam-registration-functions): Add spam-use-ham-copy as a nil
14975 registration backend.
14976
14977 2004-02-26 Jesper Harder <harder@ifa.au.dk>
14978
14979 * spam-stat.el (spam-stat-washing-hook): New option.
14980 (spam-stat-buffer-words): Use it.
14981 (spam-stat-process-directory, spam-stat-test-directory): Use
14982 insert-file-contents-literally.
14983 (spam-stat-coding-system): New variable.
14984 (spam-stat-load, spam-stat-save): Use it.
14985
14986 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
14987
14988 * spam-report.el (spam-report-plug-agent): Quote
14989 spam-report-url-to-file and spam-report-url-ping-plain.
14990
14991 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
14992
14993 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14994 / in mailto URLs.
14995
14996 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
14997
14998 * spam-report.el (spam-report-process-queue): Fix interactive use.
14999 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15000 (spam-report-unplug-agent): Doc fixes.
15001 (spam-report-url-ping-mm-url, spam-report-url-to-file)
15002 (spam-report-agentize, spam-report-deagentize): Autoload
15003
15004 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
15005
15006 * message.el (message-setup-fill-variables): Add mml tags to
15007 paragraph-start and paragraph-separate. Suggested by Andrew Korty
15008 <ajk@iu.edu>.
15009 (message-mode): Don't modify paragraph-separate there.
15010
15011 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
15012
15013 * compface.el (uncompface-use-external): Default to undecided.
15014 (uncompface-use-external-threshold): New variable.
15015 (uncompface-float-time): New macro.
15016 (uncompface): Determine whether to use the external decoder if
15017 uncompface-use-external is undecided.
15018
15019 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15020
15021 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15022 after images.
15023
15024 * gnus-art.el (gnus-mime-display-single): Remove dead code.
15025
15026 2004-02-14 Jesper Harder <harder@ifa.au.dk>
15027
15028 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15029
15030 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15031
15032 * gnus-sum.el (gnus-summary-limit-to-age)
15033 (gnus-summary-limit-children): do.
15034
15035 * gnus-int.el (gnus-request-scan): do.
15036
15037 * gnus-group.el (gnus-group-suspend): do.
15038
15039 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15040
15041 * gnus-cite.el (gnus-cite-parse-attributions): do.
15042
15043 * gnus-agent.el (gnus-summary-set-agent-mark)
15044 (gnus-agent-regenerate-group): do.
15045
15046 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15047
15048 * binhex.el (binhex-decode-region-internal): do.
15049
15050 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
15051
15052 * gnus-fun.el (gnus-face-properties-alist): New user option.
15053 (gnus-display-x-face-in-from): Use it.
15054
15055 * gnus-art.el (article-display-face): Ditto.
15056
15057 * compface.el (uncompface-use-external): Default to nil.
15058
15059 2004-02-12 Jesper Harder <harder@ifa.au.dk>
15060
15061 * nntp.el (nntp-erase-buffer): New function.
15062 (nntp-retrieve-data, nntp-send-command)
15063 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15064 (nntp-possibly-change-group): Use it.
15065
15066 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15067 with-current-buffer.
15068
15069 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
15070
15071 * compface.el: Merge the ELisp-based uncompface program.
15072 (compface): New customization group.
15073 (uncompface-use-external): New user option.
15074 (uncompface): Call uncompface-internal if uncompface-use-external
15075 is nil.
15076 (uncompface-internal): New function. Note that there are also
15077 some other functions and variables added for this function.
15078
15079 2004-02-10 Jesper Harder <harder@ifa.au.dk>
15080
15081 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15082 if necessary.
15083
15084 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
15085
15086 * spam-report.el (spam-report-unplug-agent)
15087 (spam-report-plug-agent, spam-report-deagentize)
15088 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15089 Add support for the Agent in spam-report: when unplugged, report to a
15090 file; when plugged, submit all the requests.
15091
15092 * spam.el (spam-register-routine): Fix message about
15093 registration.
15094
15095 2004-02-09 Jesper Harder <harder@ifa.au.dk>
15096
15097 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15098 dependencies.
15099 (rfc2047-encode): Use it.
15100
15101 * gnus-art.el (gnus-button-marker-list): Move before first
15102 reference.
15103
15104 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15105 (imap-parse-body): Fix format string mismatch.
15106
15107 * gnus-score.el (gnus-summary-increase-score): do.
15108
15109 * nnrss.el (nnrss-close): New function.
15110
15111 2004-02-08 Jesper Harder <harder@ifa.au.dk>
15112
15113 * nnrss.el (nnrss-make-filename): New function.
15114 (nnrss-request-delete-group, nnrss-read-server-data)
15115 (nnrss-save-server-data, nnrss-read-group-data)
15116 (nnrss-save-group-data): Use it.
15117 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15118 (nnrss-read-server-data, nnrss-read-group-data): Use load.
15119 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15120
15121 2004-02-07 Jesper Harder <harder@ifa.au.dk>
15122
15123 * mml.el (mml-compute-boundary-1): Don't uncompress files.
15124
15125 2004-02-06 Jesper Harder <harder@ifa.au.dk>
15126
15127 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15128 files.
15129
15130 * message.el (message-generate-headers-first): Don't quote nil
15131 and t in docstrings.
15132
15133 * imap.el (imap-id): do.
15134
15135 * gnus-agent.el (gnus-agent-consider-all-articles)
15136 (gnus-agent-queue-mail): do.
15137
15138 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
15139
15140 * spam-report.el (spam-report-process-queue): New function.
15141 Process requests from `spam-report-requests-file'.
15142 (spam-report-process-queue): Doc fix.
15143
15144 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
15145
15146 * spam.el (spam-register-routine)
15147 (spam-log-processing-to-registry, spam-log-registered-p)
15148 (spam-log-unregistration-needed-p, spam-log-undo-registration):
15149 Change "check" to "spam-check" for semi-clarity.
15150
15151 2004-02-05 Jesper Harder <harder@ifa.au.dk>
15152
15153 * pop3.el: Require nnheader.
15154
15155 * mml-smime.el: Require cl. Autoload message-fetch-field.
15156
15157 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15158
15159 * gnus-picon.el: Require cl.
15160
15161 * gnus-fun.el: Require gnus-ems and gnus-util.
15162
15163 * gnus.el (gnus-method-to-server): Move defsubst before first use.
15164
15165 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15166
15167 * gnus-art.el (gnus-article-edit-mode): Define before first
15168 reference.
15169
15170 2004-02-04 Jesper Harder <harder@ifa.au.dk>
15171
15172 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15173 (gnus-uu-post-encoded): Use point-at-bol.
15174
15175 * gnus-topic.el (gnus-group-active-topic-p): do.
15176
15177 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15178
15179 * gnus-group.el (gnus-group-kill-region): do.
15180
15181 * gnus-art.el (article-date-ut): do.
15182
15183 * message.el (message-fetch-field): Remove redundant
15184 case-fold-search binding.
15185 (message-narrow-to-field): Simplify.
15186
15187 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
15188
15189 * spam.el (spam-directory): Derive from `gnus-directory'.
15190
15191 * spam-report.el (spam-report-url-to-file)
15192 (spam-report-requests-file): New function and variable for offline
15193 reporting.
15194 (spam-report-url-ping-function): Add `spam-report-url-to-file'
15195 and user defined function.
15196 (spam-report-url-ping-mm-url): Remove doubled slash.
15197
15198 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
15199
15200 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15201
15202 2004-02-03 Jesper Harder <harder@ifa.au.dk>
15203
15204 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15205 format string mismatch.
15206
15207 * sieve.el (sieve-deactivate-all): do.
15208
15209 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15210
15211 * nnlistserv.el (nnlistserv-kk-wash-article): do.
15212
15213 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15214
15215 * mm-bodies.el (mm-7bit-chars): Don't include \r.
15216
15217 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
15218
15219 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15220 the list of checks.
15221
15222 2004-01-31 Jesper Harder <harder@ifa.au.dk>
15223
15224 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15225 padding.
15226
15227 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
15228
15229 * mm-view.el (mm-fill-flowed): New variable.
15230 (mm-inline-text): Use it.
15231
15232 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
15233
15234 * spam.el (spam-spamassassin-register-ham-routine)
15235 (spam-spamassassin-register-spam-routine): Fix function names.
15236
15237 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
15238
15239 * gnus.el (gnus-tmp-grouplens): Remove.
15240 (gnus-summary-line-format): Remove grouplens.
15241
15242 * gnus-group.el (gnus-group-line-format): Ditto.
15243
15244 * gnus-spec.el (gnus-format-specs): Ditto.
15245 (gnus-update-format-specifications): Flush the group format spec
15246 cache if there's the grouplens stuff.
15247 (gnus-parse-simple-format): Replace %l with the empty string.
15248
15249 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
15250
15251 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15252 omission.
15253
15254 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
15255
15256 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15257 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15258
15259 2004-01-25 Paul Jarc <prj@po.cwru.edu>
15260
15261 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15262 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15263 New macros and functions.
15264 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15265 Handle > NLINK_MAX messages.
15266 * nnmaildir.el (nnmaildir-request-set-mark): Use
15267 nnmaildir--emlink-p and nnmaildir--eexist-p.
15268
15269 2004-01-25 Alex Schroeder <alex@gnu.org>
15270
15271 * spam-stat.el (spam-stat-process-directory-age): New option.
15272 (spam-stat-process-directory): Use it.
15273
15274 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
15275
15276 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15277 (spam-stat-save): Accept prefix argument.
15278
15279 2004-01-23 Paul Jarc <prj@po.cwru.edu>
15280
15281 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15282 links" error.
15283
15284 2004-01-23 Jesper Harder <harder@ifa.au.dk>
15285
15286 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15287 compatibility with old .newsrc.eld files.
15288
15289 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15290
15291 * gnus-start.el (gnus-1): do.
15292
15293 * gnus-group.el (gnus-group-line-format-alist): do.
15294
15295 * gnus.el (gnus-use-grouplens, gnus-visual): do.
15296
15297 * gnus-gl.el: Remove.
15298
15299 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
15300
15301 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15302 marks consisting of a single range {for example, (3 . 5)} rather
15303 than a list of a single range { ((3 . 5)) }.
15304
15305 2004-01-23 Jesper Harder <harder@ifa.au.dk>
15306
15307 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15308 with-current-buffer.
15309 (spam-stat-store-current-buffer): Use insert-buffer-substring to
15310 avoid consing a string.
15311
15312 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15313 Remove obsolete entries for big5 and gb2312.
15314
15315 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
15316
15317 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15318 uncompressed list.
15319
15320 2004-01-22 Jesper Harder <harder@ifa.au.dk>
15321
15322 * spam-stat.el (spam-stat-strip-xref): New function.
15323 (spam-stat-process-directory): Use it.
15324
15325 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15326 here -- it's done in message-fetch-field.
15327
15328 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
15329
15330 * gnus-agent.el (gnus-agent-queue-mail)
15331 (gnus-agent-prompt-send-queue): New variables.
15332 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15333 * gnus-draft.el (gnus-group-send-queue): Pass the group name
15334 "nndraft:queue" along to gnus-draft-send. Use
15335 gnus-agent-prompt-send-queue.
15336 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15337 is "nndraft:queue". Suggested by Gaute Strokkenes
15338 <gs234@srcf.ucam.org>
15339
15340 * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15341 (agent-enable-undownloaded-faces): Added.
15342 (gnus-agent-cat-groups): Use eval-and-compile, not
15343 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15344 method of gnus-agent-cat-groups even when the buffer has been
15345 evaled.
15346 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15347 delete gnus-agent-save-active-1.
15348 (gnus-agent-save-groups): Deleted. Identical to
15349 gnus-agent-save-active.
15350 (gnus-agent-write-active): No longer adjust agent's copy of active
15351 file as agent's adjustments are now stored in their own
15352 file. Removed optional parameter.
15353 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15354 servers. Add use of min/max range limits from server's local
15355 file.
15356 (gnus-agent-save-alist): Removed unused optional argument.
15357 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15358 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15359 (gnus-agent-set-local): A per-server file that keeps min/max range
15360 limits for articles known to the agent. Provides a fast mechanism
15361 for altering many active ranges.
15362 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15363 active file (local makes it unnecessary).
15364 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15365
15366 * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15367 (agent-enable-undownloaded-faces): Added.
15368
15369 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15370 disable it when sending to "nndraft:queue".
15371 (gnus-group-send-queue): Add safety check to avoid sending queue
15372 when unplugged.
15373
15374 * gnus-group.el (gnus-group-catchup): Use new
15375 gnus-sequence-of-unread-articles, not
15376 gnus-list-of-unread-articles, to avoid exhausting memory with huge
15377 numbers of articles. Use gnus-range-map to avoid having to
15378 uncompress the unread list.
15379 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15380 Fixed invalid ange-ftp reference.
15381
15382 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15383 (gnus-sorted-range-intersection): Intersection of two ranges
15384 without requiring that they first be uncompressed.
15385
15386 * gnus-start.el (gnus-activate-group): Unless blocked by the
15387 caller, possibly expand the active range to include both cached
15388 and agentized articles.
15389 (gnus-convert-old-newsrc): Rewrote in anticipation of having
15390 multiple version-dependent converters.
15391 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15392 gnus-agent-save-active.
15393 (gnus-save-newsrc-file): Save dirty agent range limits.
15394
15395 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15396 gnus-agent-possibly-alter-active.
15397 (gnus-adjust-marked-articles): Faster handling of simple lists
15398
15399 2004-01-21 Jesper Harder <harder@ifa.au.dk>
15400
15401 * spam-stat.el (spam-stat-test-directory): New optional argument
15402 displays a list of files detected. Suggested by Andrew Cohen
15403 <cohen@andy.bu.edu>.
15404 (spam-stat-buffer-words-with-scores): Don't narrow and change
15405 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
15406
15407 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
15408
15409 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15410 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15411 (spam-spamassassin-arguments)
15412 (spam-spamassassin-spam-flag-header)
15413 (spam-spamassassin-positive-spam-flag-header)
15414 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15415 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15416 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15417 (spam-list-of-processors, spam-list-of-checks)
15418 (spam-list-of-statistical-checks, spam-registration-functions)
15419 (spam-check-spamassassin-headers, spam-check-spamassassin)
15420 (spam-spamassassin-score)
15421 (spam-spamassassin-register-with-sa-learn)
15422 (spam-spamassassin-register-spam-routine)
15423 (spam-spamassassin-register-ham-routine)
15424 (spam-assassin-register-spam-routine)
15425 (spam-assassin-register-ham-routine): Add SpamAssassin support.
15426 (spam-bogofilter-score): Fix to show article before scoring.
15427
15428 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
15429
15430 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15431 default scoring function.
15432 (spam-generic-score): Call spam-spamassassin-score if
15433 spam-use-spamassassin or spam-use-spamassassin-headers is on;
15434 spam-bogofilter-score otherwise.
15435
15436 * gnus.el (spam-process, spam-autodetect-methods): Add
15437 spamassassin and spamassassin-headers.
15438
15439 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
15440
15441 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15442 Suppress unnecessary messages.
15443
15444 2004-01-20 Jesper Harder <harder@ifa.au.dk>
15445
15446 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15447 make-hash-table.
15448
15449 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
15450
15451 * canlock.el (base64-encode-string): Don't autoload it.
15452
15453 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
15454
15455 * run-at-time.el: Remove useless (require 'itimer),
15456 eval-and-compile and (featurep 'xemacs).
15457
15458 2004-01-16 Jesper Harder <harder@ifa.au.dk>
15459
15460 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15461 GROUP is a virtual group.
15462
15463 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
15464
15465 * gnus.el: Autoload `message-y-or-n-p'.
15466
15467 2004-01-15 Jesper Harder <harder@ifa.au.dk>
15468
15469 * pgg-parse.el: Remove unnecessary (require 'custom).
15470
15471 * pgg-def.el: do.
15472
15473 * nnmail.el: do.
15474
15475 * gnus-undo.el: do.
15476
15477 * gnus-picon.el: do.
15478
15479 * gnus-util.el: do.
15480
15481 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
15482
15483 * gnus-sum.el (gnus-pick-line-number): Add autoload.
15484
15485 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
15486
15487 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15488 handle, as well as a list.
15489
15490 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15491 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15492 (mm-w3m-cid-retrieve): Simplify.
15493
15494 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
15495
15496 * message.el (message-kill-to-signature): Allow prefix arg to
15497 specify number of lines to keep before signature.
15498
15499 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
15500
15501 * message.el (message-kill-to-signature): Change docstring.
15502
15503 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
15504
15505 * canlock.el: Always require sha1-el.
15506 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15507
15508 * message.el: Autoload sha1 only when compiling.
15509
15510 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
15511
15512 * message.el (message-canlock-generate): Require sha1-el.
15513
15514 2004-01-13 Jesper Harder <harder@ifa.au.dk>
15515
15516 * message.el (message-expand-name): Silence the byte compiler.
15517
15518 2004-01-13 Simon Josefsson <jas@extundo.com>
15519
15520 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15521 Invoke gnus-score-mode. Reported by
15522 bojohan+news@dd.chalmers.se (Johan Bockgård).
15523
15524 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
15525 Jim Blandy <jimb@redhat.com> (tiny change).
15526
15527 2004-01-12 Jesper Harder <harder@ifa.au.dk>
15528
15529 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15530
15531 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
15532
15533 * spam.el (spam-get-article-as-string): Update to use
15534 gnus-request-article-this-buffer, much simpler.
15535 (spam-get-article-as-buffer): Remove.
15536
15537 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
15538
15539 * message.el (message-expand-name): Use EUDC if the user uses that.
15540
15541 2004-01-12 Jesper Harder <harder@ifa.au.dk>
15542
15543 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15544 character for the encoding to avoid consing a string.
15545
15546 * rfc2047.el (rfc2047-decode-string): Don't cons a string
15547 unnecessarily.
15548
15549 * mm-util.el (mm-replace-chars-in-string): Remove.
15550
15551 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15552 of mm-replace-chars-in-string.
15553
15554 2004-01-11 Jesper Harder <harder@ifa.au.dk>
15555
15556 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15557
15558 * mm-util.el (mm-subst-char-in-string): Support inplace.
15559
15560 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15561 a new string in every iteration. Use shy groups.
15562
15563 2004-01-10 Jesper Harder <harder@ifa.au.dk>
15564
15565 * gnus-srvr.el (gnus-browse-unsubscribe-group):
15566 * gnus-soup.el (gnus-soup-group-brew):
15567 * gnus-msg.el (gnus-put-message):
15568 * gnus-move.el (gnus-group-move-group-to-server):
15569 * gnus-kill.el (gnus-batch-score):
15570 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15571 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15572 (gnus-group-update-group, gnus-group-read-group)
15573 (gnus-group-make-group, gnus-group-make-help-group)
15574 (gnus-group-make-archive-group, gnus-group-make-directory-group)
15575 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15576 (gnus-group-sort-by-unread, gnus-group-catchup)
15577 (gnus-group-unsubscribe-group, gnus-group-kill-group)
15578 (gnus-group-yank-group, gnus-group-set-info)
15579 (gnus-group-list-groups):
15580 * gnus.el (gnus-generate-new-group-name):
15581 * gnus-delay.el (gnus-delay-send-queue):
15582 * nnvirtual.el (nnvirtual-catchup-group):
15583 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15584 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15585 (gnus-group-prepare-topics, gnus-topic-check-topology):
15586 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15587 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15588 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15589 (gnus-group-make-articles-read):
15590 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15591 (gnus-group-change-level, gnus-kill-newsgroup)
15592 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15593 (gnus-get-unread-articles, gnus-make-articles-unread)
15594 (gnus-make-ascending-articles-unread): Use accessor
15595 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15596 to get group information for improved readability.
15597
15598 2004-01-09 Jesper Harder <harder@ifa.au.dk>
15599
15600 * gnus-art.el (article-decode-mime-words, article-babel)
15601 (gnus-article-highlight-signature, gnus-article-add-buttons)
15602 (gnus-signature-toggle): Use gnus-with-article-buffer.
15603
15604 * gnus-art.el (gnus-article-highlight-headers)
15605 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15606
15607 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15608 (gnus-article-set-globals, gnus-request-article-this-buffer)
15609 (gnus-button-message-id, gnus-article-maybe-hide-headers)
15610 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15611 (gnus-mime-display-alternative): Use with-current-buffer.
15612
15613 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
15614
15615 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15616 also under 80 char limit, and call gnus-error if needed.
15617 (spam-fetch-article-header): Fix - it was a
15618 buffer-local variable (gnus-newsgroup-data).
15619 (spam-find-spam): Use spam-generate-fake-headers, forget about
15620 spam-insert-fake-headers.
15621 (spam-insert-fake-headers): Remove.
15622
15623 2004-01-09 Jesper Harder <harder@ifa.au.dk>
15624
15625 * deuglify.el (gnus-article-outlook-unwrap-lines)
15626 (gnus-outlook-rearrange-article)
15627 (gnus-outlook-repair-attribution-outlook)
15628 (gnus-outlook-repair-attribution-block)
15629 (gnus-outlook-repair-attribution-other): Remove redundant
15630 save-excursion.
15631
15632 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
15633
15634 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15635 (spam-fetch-field-subject-fast)
15636 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15637 (spam-fetch-article-header): Add functions to deal with Gnus
15638 internals for fast retrieval of article header data.
15639 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15640
15641 2004-01-09 Jesper Harder <harder@ifa.au.dk>
15642
15643 * pop3.el (pop3-md5): Remove.
15644 (pop3-apop): Replace pop3-md5 with md5.
15645
15646 * mm-bodies.el: base64 is always built-in.
15647
15648 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15649 with-current-buffer.
15650
15651 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
15652
15653 * canlock.el (canlock-insert-header): Remove excessive grouping in
15654 regexp.
15655
15656 * gnus-sum.el (gnus-summary-read-document): Ditto.
15657
15658 * gnus-uu.el (gnus-uu-part-number): Ditto.
15659
15660 * html2text.el (html2text-remove-tags): Ditto.
15661 (html2text-format-tags): Ditto.
15662 (html2text-format-single-elements): Ditto.
15663
15664 * mml.el (mml-parse-1): Ditto.
15665
15666 2004-01-08 Jesper Harder <harder@ifa.au.dk>
15667
15668 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15669
15670 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15671
15672 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15673
15674 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15675
15676 2003-11-15 Simon Josefsson <jas@extundo.com>
15677
15678 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15679 (pgg-gpg-lookup-key): Use regexp match instead of
15680 split-string (split-string is different between emacs 21.2 and
15681 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
15682
15683 2004-01-08 Jesper Harder <harder@ifa.au.dk>
15684
15685 * gnus-art.el (gnus-mime-view-all-parts)
15686 (gnus-article-part-wrapper, gnus-article-view-part): Use
15687 with-current-buffer.
15688
15689 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
15690
15691 * spam.el (spam-disable-spam-split-during-ham-respool)
15692 (spam-spamoracle-database, spam-cache-lookups)
15693 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15694 (spam-group-ham-mark-p, spam-group-spam-mark-p)
15695 (spam-group-ham-marks, spam-group-spam-marks)
15696 (spam-group-spam-contents-p, spam-group-ham-contents-p)
15697 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15698 also add spam-use-blackholes to the statistical checks.
15699 (spam-fetch-field-fast): Add interface to fetching fields, may
15700 become a macro.
15701 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15702 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15703 (spam-insert-fake-headers): Fake an article when needed.
15704 (spam-find-spam): Fake article when possible.
15705 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15706 (spam-check-bogofilter-headers): Use message-fetch-field instead
15707 of nnmail-fetch-field.
15708
15709 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
15710
15711 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15712
15713 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
15714
15715 * spam.el (spam-split): Do not require spam-use-CHECK to be
15716 enabled if that check is passed to spam-split explicitly; also
15717 fix so 'spam doesn't get converted to spam-split-group when
15718 spam-split-symbolic-return is t.
15719 (spam-find-spam): Find registrations of the article and use those
15720 instead of re-running spam-split to find the spam/ham
15721 classification of the article.
15722 (spam-log-processing-to-registry, spam-log-registered-p)
15723 (spam-log-unregistration-needed-p, spam-log-undo-registration):
15724 Use gnus-error instead of gnus-message.
15725 (spam-log-registration-type): Add function to determine the
15726 classification of a message based on registry entries; will
15727 return nil if both 'spam and 'ham are found.
15728 (spam-check-BBDB): Expand all the BBDB macros here so we can have
15729 a reasonably fast local cache without the loading errors.
15730 (spam-cache-lookups): Set to t by default.
15731 (spam-find-spam): Don't try to guess spam-cache-lookups.
15732 (spam-enter-whitelist, spam-enter-blacklist): Clear the
15733 spam-caches entry.
15734 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15735 caching of whitelist/blacklist entries.
15736 (spam-check-whitelist, spam-check-blacklist): Invoke
15737 spam-from-listed-p with a type, not a cache variable.
15738 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15739
15740 2004-01-07 Jesper Harder <harder@ifa.au.dk>
15741
15742 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15743
15744 * nnmail.el (nnmail-split-fancy): do.
15745
15746 * mml.el (mml-parse): do.
15747
15748 * gnus-score.el (gnus-enter-score-words-into-hashtb)
15749 (gnus-score-adaptive): do.
15750
15751 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
15752
15753 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15754 (gnus-mime-button-map): Don't set keymap parent.
15755 (gnus-button-ctan-directory-regexp): Use shy grouping.
15756 (gnus-prev-page-map): Don't set keymap parent.
15757 (gnus-prev-page-map): Remove duplicated one.
15758 (gnus-next-page-map): Don't set keymap parent.
15759 (gnus-mime-security-button-map): Ditto.
15760
15761 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15762 version number.
15763
15764 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15765
15766 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
15767
15768 * canlock.el (canlock-sha1-function): Remove.
15769 (canlock-sha1-function-for-verify): Remove.
15770 (canlock-openssl-program): Remove.
15771 (canlock-openssl-args): Remove.
15772 (canlock-ignore-errors): Remove.
15773 (canlock-sha1-with-openssl): Remove.
15774 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15775 (canlock-verify): Don't use canlock-ignore-errors.
15776
15777 * sha1-el.el (sha1-string-external): Make it can return a string
15778 in binary form.
15779 (sha1-region-external): Ditto.
15780 (sha1-string-internal): Ditto.
15781 (sha1-region-internal): Ditto.
15782 (sha1-region): Ditto.
15783 (sha1-string): Ditto.
15784 (sha1): Ditto.
15785
15786 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
15787
15788 * spam.el (spam-report-articles-gmane): New command.
15789
15790 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
15791
15792 * gnus.el: Don't make unnecessary *Group* buffer when loading.
15793
15794 * run-at-time.el (run-at-time-saved): Remove.
15795 (run-at-time): Doc fix.
15796
15797 2004-01-07 Jesper Harder <harder@ifa.au.dk>
15798
15799 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15800 (gnus-summary-limit-map): Add it.
15801 (gnus-summary-make-menu-bar): do.
15802
15803 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
15804
15805 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15806 Make attempt at some caching support (done for BBDB only now).
15807 (spam-find-spam): Set spam-cache-lookups if there are more than 2
15808 addresses to be checked.
15809 (spam-clear-cache-BBDB): Add function, to be invoked by
15810 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15811 (spam-check-BBDB): Check and use the caches, if
15812 spam-cache-lookups is on, remove superfluous (provide).
15813
15814 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
15815
15816 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15817
15818 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
15819
15820 * run-at-time.el (run-at-time-saved): Move to after the definition
15821 of `run-at-time'.
15822
15823 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
15824
15825 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15826 mm-w3m-local-map-property.
15827
15828 * mm-view.el (mm-w3m-mode-map): Remove.
15829 (mm-w3m-local-map-property): Remove.
15830 (mm-inline-text-html-render-with-w3m): Don't use
15831 mm-w3m-local-map-property.
15832
15833 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
15834
15835 * run-at-time.el: New file.
15836
15837 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15838 of gnus-set-text-properties.
15839
15840 * gnus-uu.el (gnus-uu-save-article): Ditto.
15841
15842 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15843
15844 * gnus-cite.el (gnus-cite-parse): Ditto.
15845
15846 * gnus-art.el (gnus-button-push): Use set-text-properties instead
15847 of gnus-.
15848
15849 * gnus.el: Changed calls to nnheader-run-at-time and
15850 password-run-at-time throughout to use run-at-time directly.
15851
15852 * password.el: Removed definition of run-at-time.
15853
15854 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
15855
15856 * mml.el (mml-minibuffer-read-disposition): Show attachment type
15857 in prompt.
15858
15859 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
15860
15861 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15862 XEmacs version.
15863
15864 * dns.el (dns-make-network-process): Use `open-network-stream'
15865 instead of `gnus-xmas-open-network-stream'.
15866
15867 * .cvsignore: Add auto-autoloads.el, custom-load.el.
15868
15869 2004-01-06 Jesper Harder <harder@ifa.au.dk>
15870
15871 * gnus-art.el (gnus-mime-display-alternative)
15872 (gnus-insert-mime-button, gnus-insert-mime-security-button)
15873 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15874 Don't use gnus-local-map-property.
15875
15876 * gnus-util.el (gnus-local-map-property): Remove.
15877
15878 * mm-view.el (mm-view-pkcs7-decrypt): Replace
15879 gnus-completing-read-maybe-default with completing-read.
15880
15881 * gnus-util.el (gnus-completing-read): do.
15882 (gnus-completing-read-maybe-default): Remove.
15883
15884 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
15885
15886 * password.el: Only autoload `run-at-time' if not XEmacs.
15887 Only autoload the itimer functions if XEmacs.
15888
15889 2004-01-06 Jesper Harder <harder@ifa.au.dk>
15890
15891 * gnus-art.el (gnus-read-string): Remove.
15892 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15893 read-string.
15894
15895 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
15896
15897 * netrc.el: Autoload password-read.
15898 (netrc): Add configuration group.
15899 (netrc-encoding-method, netrc-openssl-path): Add
15900 variables for encoding and decoding of files with symmetric
15901 ciphers.
15902 (netrc-encode): Add assistant function to encode a file with
15903 netrc-encoding-method.
15904 (netrc-parse): Add interactive parameter, added optional
15905 decoding if netrc-encoding-method is non-nil but otherwise
15906 behavior is standard.
15907 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15908 Do s/encode/encrypt/ everywhere.
15909
15910 * spam.el: Remove executable-find autoload.
15911
15912 2004-01-05 Jesper Harder <harder@ifa.au.dk>
15913
15914 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15915
15916 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15917
15918 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
15919
15920 * gnus-art.el (gnus-treat-ansi-sequences)
15921 (article-treat-ansi-sequences): New variable and function.
15922 Suggested by Dan Jacobson <jidanni@jidanni.org>.
15923
15924 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15925 Use it.
15926
15927 2004-01-05 Jesper Harder <harder@ifa.au.dk>
15928
15929 * mm-util.el (mm-quote-arg): Remove.
15930
15931 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15932 shell-quote-argument.
15933
15934 * gnus-uu.el (gnus-uu-command): do.
15935
15936 * gnus-sum.el (gnus-summary-insert-pseudos): do.
15937
15938 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15939 with make-char.
15940
15941 * mm-util.el (mm-make-char): Remove.
15942
15943 * mml.el (mml-mode): Replace gnus-add-minor-mode with
15944 add-minor-mode.
15945
15946 * gnus-undo.el (gnus-undo-mode): do.
15947
15948 * gnus-topic.el (gnus-topic-mode): do.
15949
15950 * gnus-sum.el (gnus-dead-summary-mode): do.
15951
15952 * gnus-start.el (gnus-slave-mode): do.
15953
15954 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15955
15956 * gnus-ml.el (gnus-mailing-list-mode): do.
15957
15958 * gnus-gl.el (gnus-grouplens-mode): do.
15959
15960 * gnus-draft.el (gnus-draft-mode): do.
15961
15962 * gnus-dired.el (gnus-dired-mode): do.
15963
15964 * gnus-ems.el (gnus-add-minor-mode): Remove.
15965
15966 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15967 Replace gnus-char-width with char-width.
15968
15969 * gnus-ems.el (gnus-char-width): Remove.
15970
15971 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15972 Replace gnus-char-width with char-width.
15973
15974 * gnus-ems.el (gnus-char-width): Remove.
15975
15976 * spam-stat.el (with-syntax-table): Remove with-syntax-table
15977 definition.
15978 Remove Emacs 20 hash table compatibility code.
15979
15980 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15981 20 compatibility code.
15982
15983 * spam.el (spam-point-at-eol): Replace with point-at-eol.
15984
15985 * smime.el (smime-point-at-eol): Replace with point-at-eol.
15986
15987 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15988 with point-at-{eol,bol}.
15989
15990 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15991
15992 * imap.el (imap-point-at-eol): Replace with point-at-eol.
15993
15994 * flow-fill.el (fill-flowed-point-at-bol)
15995 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15996
15997 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15998 Replace with point-at-{eol,bol} throughout all files.
15999
16000 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
16001
16002 * ntlm.el (ntlm-string-as-unibyte): New macro.
16003 (ntlm-build-auth-response): Use it.
16004
16005 Remove Emacs 20 stuff:
16006 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16007 of delq and copy-sequence.
16008 * gnus-art.el (popup-menu): Remove the compiler macro.
16009 * nnmail.el (nnmail-split-fancy): Don't support customizing with
16010 Emacs 20.
16011
16012 2004-01-05 Simon Josefsson <jas@extundo.com>
16013
16014 * ntlm.el: Fix namespace. Change smb-passwd-hash into
16015 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16016 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16017 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16018 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16019 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16020 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16021 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16022 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16023 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16024 ntlm-string-permute, string-lshift into ntlm-string-lshift,
16025 string-xor into ntlm-string-xor. Suggested by
16026 Jesper Harder <harder@myrealbox.com>.
16027
16028 * ntlm.el: Don't include poem.
16029
16030 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
16031 Jesper Harder <harder@myrealbox.com>.
16032
16033 * sasl-ntlm.el, ntlm.el, md4.el: New files.
16034
16035 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
16036 probably breaks emacs with DL patch, but do we care? Is anyone
16037 still using the DL stuff?)
16038
16039 * sieve-manage.el: Use the password package.
16040 (sieve-manage-read-passwd): Remove.
16041 (sieve-manage-interactive-login): Use password. Re-add
16042 condition-case around loop.
16043
16044 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16045 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16046 the password package.
16047
16048 2003-02-19 Simon Josefsson <jas@extundo.com>
16049
16050 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16051 token.
16052
16053 2002-08-07 Simon Josefsson <jas@extundo.com>
16054
16055 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16056 (sieve-manage-authenticators):
16057 (sieve-manage-authenticator-alist): Add some SASL mechs.
16058 (sieve-sasl-auth): New function.
16059 (sieve-manage-cram-md5-auth):
16060 (sieve-manage-plain-auth): Rewrite using SASL library.
16061 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16062 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16063 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16064 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16065
16066 2004-01-05 Simon Josefsson <jas@extundo.com>
16067
16068 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16069 New files.
16070
16071 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16072
16073 * gnus-group.el (gnus-no-groups-message): Update.
16074
16075 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16076
16077 2003-11-09 Simon Josefsson <jas@extundo.com>
16078
16079 * imap.el: Support for ID IMAP extension (RFC 2971).
16080 (imap-local-variables): Add imap-id.
16081 (imap-id): New variable.
16082 (imap-id): New function.
16083 (imap-parse-response): Parse untagged ID response.
16084 * nnimap.el (nnimap-id): New variable.
16085 (nnimap-open-connection): Use it.
16086
16087 2003-12-28 Simon Josefsson <jas@extundo.com>
16088
16089 * gnus-score.el (gnus-score-edit-all-score): New.
16090 * gnus-group.el (gnus-group-score-map): Bind it to W e.
16091
16092 2004-01-04 Simon Josefsson <jas@extundo.com>
16093
16094 * password.el: Add.
16095
16096 2004-01-04 Mario Lang <lang@zid.tugraz.at>
16097
16098 * dns.el (dns-query-types): Fix typo.
16099 (dns-query-types): New function.
16100 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
16101 PTR and SOA replies, see RFC 1035.
16102
16103 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16104
16105 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16106
16107 * Moved to Changelog.2.
16108
16109 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16110
16111 * gnus.el (gnus-version-number): Bump version.
16112
16113 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
16114
16115 * gnus.el: No Gnus v0.1 is released.
16116
16117 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
16118
16119 * gnus.el: No Gnus v0.0 is released.
16120
16121 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16122
16123 * gnus.el (gnus-version-number): Bump.
16124 (gnus-version): No.
16125
16126 See ChangeLog.2 for earlier changes.
16127
16128 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
16129
16130 This file is part of GNU Emacs.
16131
16132 GNU Emacs is free software: you can redistribute it and/or modify
16133 it under the terms of the GNU General Public License as published by
16134 the Free Software Foundation, either version 3 of the License, or
16135 (at your option) any later version.
16136
16137 GNU Emacs is distributed in the hope that it will be useful,
16138 but WITHOUT ANY WARRANTY; without even the implied warranty of
16139 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16140 GNU General Public License for more details.
16141
16142 You should have received a copy of the GNU General Public License
16143 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
16144
16145 ;; Local Variables:
16146 ;; coding: utf-8
16147 ;; fill-column: 79
16148 ;; add-log-time-zone-rule: t
16149 ;; End: