Merge changes made in Gnus trunk.
[bpt/emacs.git] / lisp / gnus / ChangeLog
CommitLineData
01270787
SM
12010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * nnmail.el (group, group-art-list, group-art):
4 Remove unneeded directives.
5
0c43b6f8
KY
62010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
7
8 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9 (mm-mime-charset)
10 * rfc2047.el (rfc2047-syntax-table)
11 * utf7.el (utf7-utf-16-coding-system): Comment fix.
12
13 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
14 rather than `insert-file-contents' and `eval-region'.
15
5b5dafd2
KY
162010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
17
18 * mail-source.el (mail-source-report-new-mail)
19 * message.el (message-default-mail-headers)
20 * mm-decode.el (mm-valid-image-format-p): Comment fix.
21
22 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
23
b6fda8fc
JD
242010-09-28 Julien Danjou <julien@danjou.info>
25
26 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
27 mail-address contains the same string as real-name.
28
29 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
30 non-blank in header, otherwise it'll get stripped.
31
32 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
33 real-name, and then for mail address rather than doing : or , search.
34
e0a185ae
KY
352010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
36
635be05a
KY
37 * nnimap.el (auth-source-forget-user-or-password)
38 (auth-source-user-or-password): Autoload.
39
e0a185ae
KY
40 * message.el (message-from-style, message-interactive)
41 (message-signature): Remove comment.
42 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
43 always.
44 (message-sendmail-envelope-from): Comment fix.
45 (message-yank-prefix): Default to mail-yank-prefix always.
46 (message-indentation-spaces): Default to mail-indentation-spaces always.
47 (message-signature-file): Default to mail-signature-file always.
48
9f2d52e7
G
492010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
50
51 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
52 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
53 new articles.
54
55 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
56 parts.
57 (nnimap-request-article): Work with the t setting, too.
58
59 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
60 that you don't get flashes of other buffers.
61 (gnus-summary-show-complete-article): Intern before setting.
62
632010-09-27 David Engster <dengste@eml.cc>
64
65 * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
66 well as HEADERS.
67 (nnmairix-retrieve-headers): Provide new argument for the above.
68
692010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
70
71 * gnus-sum.el (gnus-summary-move-article): Don't alter
72 gnus-newsgroup-active. This makes `/ N' work after copying to the same
73 group.
74
75 * nnimap.el (nnimap-update-info): Don't destructively alter active.
76
77 * message.el (message-cite-prefix-regexp): Revert my last edit.
78
79 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
80 variable instead of the Gnus variable.
81
82 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
83
84 * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
85 again.
86
87 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
88 since some servers don't like it.
89 (nnimap-open-connection): Forget credentials if the server says the
90 password was wrong.
91 (nnimap-parse-line): Protect against invalid data.
92
93 * gnus-sum.el (gnus-summary-move-article): Add comment.
94 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
95 nothing alters it while scanning for new messages.
96
97 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
98 which may or may not help.
99 (nnimap-open-connection): If we're doing a stream connection, and then
100 discover we're on a STARTTLS-capable server, then open a STARTTLS
101 connection instead.
102
1032010-09-27 Florian Ragwitz <rafl@debian.org> (tiny change)
104
105 * sieve-manage.el (sieve-manage-default-stream): Make default stream
106 customizable.
107
14db1c41
LMI
1082010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
109
110 * nnimap.el (utf7): Required.
111
112 * message.el (message-cite-prefix-regexp): Remove "}" from citation
113 prefix.
114
1d77b63e
JB
1152010-09-27 Juanma Barranquero <lekktu@gmail.com>
116
117 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
118
062eae99
G
1192010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
120
121 * nnimap.el (nnimap-request-accept-article): Message the error on
122 error.
123
e5fa3899
KY
1242010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
125
126 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
127
9f2d52e7 1282010-09-26 Florian Ragwitz <rafl@debian.org> (tiny change)
062eae99
G
129
130 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
131 handing broken links to browse-url.
132
1821a7b4
LMI
1332010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
134
82bccbfa
KY
135 * nndoc.el (nndoc-request-list): Return success always.
136
137 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
138 `fetch-old' -- we only want to fetch the articles we've requested. The
139 rest are in the agent, probably.
140 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
141 disappeared server" to something low. It's not important.
142
143 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
144 arrived before the FETCH data.
145
146 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
147 target here, because we don't know the Gnus name of the group.
148
149 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
150 for the correct group.
151
152 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
153
154 * gnus.el (gnus): Give a final warning after startup.
155
156 * gnus-util.el (gnus-action-message-log): New variable.
157 (gnus-message): Use it.
158 (gnus-final-warning): New function.
159
160 * nnimap.el (nnimap-open-connection): Record the greeting.
161 (nnimap): Add greeting.
162
1632010-09-26 Julien Danjou <julien@danjou.info>
164
165 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
166 arguments.
167 (gnus-html-wash-images): Fix spec computing to include start/end.
168
169 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
170
1712010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
172
173 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
174 deletion.
175 (nnimap-retrieve-headers): Don't select the group, because that's
176 already done by nnimap-possibly-change-group.
177
178 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
179 (gnus-picon-transform-address): Use it.
180
2696d88f
G
181 * mail-source.el (mail-source-value): Revert previous patch.
182
183 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
184 on failure.
185 (nnimap-open-connection): Look up both virtual and physical server name
186 credentials.
187
188 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
189
1902009-02-08 Dave Love <fx@gnu.org>
191
192 * gnus-win.el (gnus-window-to-buffer-helper,
193 gnus-all-windows-visible-p): Function needn't be a symbol.
194
195 * mail-source.el (mail-source-value): Function needn't be a symbol.
196
1972010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
198
199 * message.el (message-cite-prefix-regexp): Remove } from the cite
200 prefix.
201
202 * gnus-art.el (gnus-treatment-function-alist): Do picons before
203 highlight again, so that the highlight is correct.
204
205 * gnus-picon.el (gnus-picon): Remove again.
206 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
207
1821a7b4
LMI
208 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
209 doing the header highlightling, so that the background colour of the
210 picon is correct.
211
212 * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
213 (gnus-picon): Ditto.
214 (gnus-picon): Reinstate. The background colour for picons is white.
215 (gnus-picon-insert-glyph): Make the background white.
216
217 * nnml.el (nnml-open-nov): Don't return dead buffers.
218
219 * auth-source.el (auth-source-create): Query the user for whether to
220 store the credentials.
221
222 * auth-source.el (auth-source-user-or-password): Use the existing auth
223 sources, if any, for creation.
224
225 * gnus.el (gnus-group-fast-parameter): Return the last matching
226 parameter instead of the first matching parameter.
227
2282010-09-26 Julien Danjou <julien@danjou.info>
229
230 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
231
2322010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
233
234 * mml2015.el (mml2015-use): Remove gpg support.
235
236 * mml1991.el (mml1991-function-alist): Remove gpg function.
237 (mml1991-gpg-sign): Removed.
238
2392010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
240
241 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
242 (gnus-browse-unsubscribe-current-group): Document it.
243 (gnus-browse-unsubscribe-group): Use it.
244
2452010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
246
247 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
248 address to the To list for easier response.
249
250 * gnus.el (gnus-play-startup-jingle): Removed.
251 (gnus-splash): Don't play jingle.
252 (gnus): Silence gnus-load message.
253
254 * gnus-art.el (gnus-treat-play-sounds): Removed.
255
256 * gnus.el (gnus-play-jingle): Remove audio support.
257
258 * gnus-cus.el (gnus-score-customize): Remove audio reference.
259
260 * earcon.el: Removed -- no users.
261
262 * gnus-audio.el: Removed -- no users of this package.
263
264 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
265
266 * gnus-start.el (gnus-setup-news): Remove nocem support.
267
268 * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
269
270 * gnus.el (gnus-use-nocem): Removed.
271
272 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
273 Removed.
274
275 * gnus-nocem.el (gnus-nocem-issuers): Removed file. Apparently nobody
276 uses NoCeM any more.
277
278 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
279 (gnus-button-ctan-handler): Ditto.
280 (gnus-button-handle-ctan-bogus-regexp): Ditto.
281 (gnus-button-ctan-directory-regexp): Ditto.
282 (gnus-button-handle-ctan): Ditto.
283 (gnus-button-tex-level): Ditto.
284 (gnus-button-alist): Removed CTAN stuff.
285
2862010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
287
288 * nnimap.el (nnimap-wait-for-response): Reversed logic in the
289 nnimap-streaming test.
290
291 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
292 servers twice.
293
294 * nnimap.el (nnimap-open-connection): Add more error reporting when
295 nnimap fails early.
296
297 * nnheader.el (nnheader-get-report-string): New function.
298 (nnheader-get-report): Use it.
299
300 * gnus-int.el (gnus-check-server): Say what the error was when opening
301 failed.
302
303 * nnimap.el (nnimap-wait-for-response): Search further when we're not
304 using streaming.
305
3062010-09-25 Julien Danjou <julien@danjou.info>
307
308 * gnus-html.el (gnus-html-rescale-image): Use our defalias
309 gnus-window-inside-pixel-edges.
310
758845a0
LMI
3112010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
312
1821a7b4
LMI
313 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
314
315 * mm-decode.el (mm-save-part): Allow saving to other directories the
316 normal Emacs way.
317
318 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox. Suggested
319 by Jay Berkenbilt.
320
321 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
322 there isn't a single byte.
323
324 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
325 just do it. It doesn't really seem to matter what the user responds
326 here, I think, so it's just a confusing question.
327
328 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
329 non-streaming case.
330
331 * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
332 (gnus-article-encrypt-body): Use it.
333
334 * gnus-sum.el (gnus-summary-show-complete-article): New command and
335 keystroke.
336
337 * nnimap.el (nnimap-find-wanted-parts-1): Use
338 gnus-fetch-partial-articles.
339
340 * gnus-art.el (gnus-fetch-partial-articles): New variable.
341
342 * nnimap.el (nnimap-insert-partial-structure): New function.
343 (nnimap-get-partial-article): New function.
344 (nnimap-request-article): Use it.
345 (nnimap-wait-for-response): Return whether the wait was successful.
346 (nnimap-finish-retrieve-group-infos): Don't do anything if the
347 retrieval wasn't successful.
348 (nnimap-retrieve-group-data-early): Allow throttling servers.
349 (nnimap-streaming): New variable.
350 (nnimap-fetch-partial-articles): Removed.
351
352 * mm-decode.el (mm-with-part): Protect against killed buffers.
353
758845a0
LMI
354 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
355 for prettier summary display.
356
cd178df2
AC
3572010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
358
359 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
360 directly.
361
56d95d02
LMI
3622010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
363
6f33b4d7
LMI
364 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
365 apparently third-party libraries depend on it.
366
367 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
368 before starting negotiation.
369
6688abe0
LMI
370 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
371 privacy reasons.
372 (gnus-treat-mail-gravatar): Ditto.
373
56d95d02
LMI
374 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
375 buffer when inserting images. Inserting text into the headers, for
376 instance, can make them invalid.
377
e70153eb
JD
3782010-09-25 Julien Danjou <julien@danjou.info>
379
a41db107
JD
380 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
381 variables.
382
383 * nnheader.el: Remove useless variables news-reply-yank-from and
384 news-reply-yank-message-id.
385
386 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
387 variables.
388
389 * mml1991.el: Remove useless mml1991-verbose.
390
391 * gnus.el: Remove useless variable gnus-use-generic-from.
392 Remove obsolete variable gnus-topic-indentation.
393
394 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
395
396 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
397
398 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
399
400 * gnus-group.el: Remove useless gnus-group-icon-cache.
401 Remove useless gnus-ephemeral-group-server.
402
403 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
404
e70153eb
JD
405 * mml2015.el: Remove useless mml2015-verbose.
406
407 * mml-smime.el: Remove useless mml-smime-verbose.
408
409 * gnus.el: Remove useless gnus-local-domain.
410
411 * gnus-gravatar.el (gnus-gravatar-transform-address): Use
412 gnus-gravatar-size.
413
414 * gnus-art.el: Remove useless gnus-treat-translate.
415
61b1af82
G
4162010-09-24 Julien Danjou <julien@danjou.info>
417
418 * gnus-sum.el: Add support for Gravatars.
419
420 * gnus-art.el: Add support for Gravatars.
421
422 * gnus-gravatar.el: Add this file.
423
424 * gravatar.el: Add this file.
425
4262010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
427
428 * gnus-sum.el (gnus-summary-fetch-faq): Removed.
429
430 * gnus-group.el (gnus-group-fetch-faq): Removed.
431
432 * gnus.el (gnus-group-faq-directory): Removed.
433
434 * gnus-group.el (gnus-group-fetch-charter): Removed.
435
436 * gnus.el (gnus-group-charter-alist): Removed.
437
438 * gnus-group.el (gnus-group-archive-directory): Removed.
439 (gnus-group-recent-archive-directory): Ditto.
440 (gnus-group-make-archive-group): Removed.
441
442 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
443
444 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
445 use the same article number for all the cached articles.
446
447 * nnimap.el (nnimap-command): Register the last command time so
448 that we can use it for idling NOOPs.
449 (nnimap-open-connection): Start the keeplive timer.
450 (nnimap-make-process-buffer): Store all the process buffers.
451 (nnimap-keepalive): New function.
452
453 * starttls.el: (starttls-open-stream): Add autoload cookie.
454
4552010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
456
457 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
458 handling.
459
4602010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
461
462 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
463 its data structures.
464
465 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
466 instead of the cl.el copy-list.
467 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
468 equalp.
469
5843126b
KY
4702010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
471
472 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
473 and tool-bar-local-item-from-menu.
474
475 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
476 mode-line-highlight face for Emacs.
477
478 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
479 loading gnus-sum.elc; fix comment for canlock-verify.
480 (gnus-article-jump-to-part): Use read-number.
481 (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
482 Emacs pre-21 compatible code for help-echo.
483 (gnus-article-next-page-1): No need to adjust the number of lines.
484 (gnus-article-describe-bindings): Always use help-buffer.
485
486 * gnus-audio.el (gnus-audio-inline-sound)
487 * gnus-cus.el (gnus-custom-mode)
488 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
489
490 * gnus-sum.el (gnus-remove-overlays): Doc fix.
491
492 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
493 compatible code.
494
0a9f9d06 4952010-09-24 Glenn Morris <rgm@gnu.org>
872b1b16
GM
496
497 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
498 visiting the fcc file in rmail-mode.
499
d3361e62
KY
5002010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
501
502 * nnir.el: Silence the byte compiler.
503
504 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
505 alias to browse-url-url-encode-chars if any.
506 (gnus-html-encode-url): Use it.
507
b1ae92ba
G
5082010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
509
510 * gnus-start.el (gnus-use-backend-marks): New variable.
511 (gnus-get-unread-articles-in-group): Use it.
512
513 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
514 makeover.
515
5162010-09-23 Andrew Cohen <cohen@andy.bu.edu>
517
518 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
519
5202010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
521
522 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
523 Removed.
524 (gnus-setup-news-hook): Removed
525 gnus-fixup-nnimap-unread-after-getting-new-news.
526
527 * gnus-int.el (gnus-request-update-info): Protect against backends not
528 having the function.
529
530 * nnimap.el (nnimap-stream): Mention starttls.
531 (nnimap-open-connection): Add starttls support.
532
5332010-09-23 Andrew Cohen <cohen@andy.bu.edu>
534
535 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
536
5372010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
538
539 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
540 BODYSTRUCTUREs.
541 (nnimap-transform-headers): Unfold quoted {42} headers.
542
543 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
544 the info.
545 (gnus-get-unread-articles): Only call updatep on backends that support
546 it.
547
548 * nnweb.el (nnweb-request-update-info): NOOP.
549
550 * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
551
552 * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
553 since it only deals with marks.
554
555 * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
556 gnus-request-marks, and make a new gnus-request-update-info.
557
558 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
559 the active instead of the high number, which is usually too low.
560
5612010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
562
b1ae92ba
G
563 * encrypt.el: Removed.
564
239952b0
LMI
5652010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
566
d8ec441e
LMI
567 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
568 server in symbolic form.
569
239952b0
LMI
570 * gnus-html.el (gnus-max-image-proportion): Increase proportion to
571 0.9.
572
b069e5a6
G
5732010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
574
575 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
576 (nnimap-update-info): Fix up code slightly.
577
578 * gnus-int.el (gnus-open-server): Add tracing for performance
579 debugging.
580
581 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
582 (gnus-group-insert-group-line): Pass the real group name so that it
583 gets the right data.
584
585 * gnus-start.el (gnus-get-unread-articles): Don't have
586 `gnus-get-unread-articles-in-group' update info, since that can be
587 really slow and doesn't seem to be needed?
588
b069e5a6
G
5892010-09-22 Julien Danjou <julien@danjou.info>
590
591 * gnus-group.el (gnus-group-insert-group-line): Call
592 gnus-group-highlight-line.
593 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
594 default hook list.
595 (gnus-group-update-eval-form): Add new function.
596 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
597 (gnus-group-get-icon): Use gnus-group-update-eval-form.
598
5992010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
600
601 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
602 immediate, then expire all articles.
603 (nnimap-update-info): Fix off-by-one errors.
604 (nnimap-flags-to-marks): Would return no marks lists for group with no
605 flags. Instead return the other data.
606
6072010-09-22 Julien Danjou <julien@danjou.info>
608
609 * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
610 Only return an icon.
611 (gnus-group-insert-group-line): Compute icon to return.
612
613 * gnus-html.el (gnus-html-image-automatic-caching): Add custom
614 variable.
615 (gnus-html-image-fetched): Only cache if
616 gnus-html-image-automatic-caching is set.
617 (gnus-html-image-fetched): Check for errors.
618
6192010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
620
621 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
622 once per method on `g'. This ensures that backends like nnfolder don't
623 open all their folders.
624
625 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
626 (nnimap-request-list): Nix out group in the correct buffer.
627 (nnimap-parse-flags): Implement by using `read' instead of
628 hand-parsing.
629 (nnimap-flags-to-marks): Pass on permanent-flags.
630 (nnimap-make-process-buffer): Record the server name.
631 (nnimap-parse-flags): Fix typo.
632 (nnimap-request-scan): Run split on the server in general, not just a
633 single group.
634
635 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
636 parameter, and propagate this downwards.
637
638 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
639 since EXAMINE changes it on the server.
640
641 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
642 this command might take a while.
643
6442010-09-22 Julien Danjou <julien@danjou.info>
645
b1ae92ba
G
646 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
647 harmful if you have 2 images side-by-side, they can't be properly
648 update on text deletion. Using text-property is safer here.
b069e5a6
G
649 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
650 data.
651
6522010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
653
654 * nnimap.el (nnimap-expunge-inbox): Removed.
655 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
656 (nnimap-expunge): Flip default to t.
657
658 * gnus.el (gnus-method-to-server): Don't push things to the cache
659 unless it's unique.
660 (gnus-server-to-method): Ditto.
661
7390c1cd
TZ
6622010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
663
664 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
665
b4e64499
JD
6662010-09-22 Julien Danjou <julien@danjou.info>
667
b069e5a6
G
668 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
669 get the start of data.
670 (gnus-html-encode-url): Add this function to encode special chars in
671 URL.
672 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
673 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
674
c7e2ef4e
JD
675 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
676 default.
677 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
678
b4e64499
JD
679 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
680 images alt-text.
681 (gnus-html-put-image): Put alt-text as help-echo.
682
4def29e7
KY
6832010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
684
685 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
686 * mm-util.el (mm-decompress-buffer)
687 * nnir.el (nnir-run-find-grep)
688 * pop3.el (pop3-list): Use 3rd arg of split-string.
689
b069e5a6
G
6902010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
691
692 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
693 outside the active range. Suggested by Dan Christensen.
694
695 * gnus-start.el (gnus-get-unread-articles): Get the extended method
696 slightly later to avoid double-getting it.
697
698 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
699 previous patch.
700
701 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
702
0617bb00
LMI
7032010-09-21 Adam Sjøgren <asjo@koldfront.dk>
704
705 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
706
7072010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
708
709 * gnus-int.el (gnus-open-server): Give a better error message in the
710 "go offline" case.
711
712 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
713 marks for nnimap, which is seldom the right thing to do.
714
715 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
716 (gnus-same-method-different-name): New function.
717
718 * nnimap.el (parse-time): Require.
719
720 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
721 method in the presence of many similar methods.
722
723 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
724
725 * nnimap.el (nnimap-find-expired-articles): Don't refer to
726 nnml-inhibit-expiry.
727
728 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
729 find out whether methods are equal.
730
731 * nnimap.el (nnimap-find-expired-articles): New function.
732 (nnimap-process-expiry-targets): New function.
733 (nnimap-request-move-article): Request the article before looking at
734 what the Message-ID is. Fix found by Andrew Cohen.
735 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
736
737 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
738 for oldness in addition to being a predicate.
739
740 * nnimap.el (nnimap-request-group): When we have zero articles, return
741 the right data to Gnus.
742 (nnimap-request-expire-articles): Only delete articles immediately if
743 the target is 'delete.
744
745 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
746 method, this would bug out.
747
748 * gnus-group.el (gnus-group-expunge-group): Renamed from
749 gnus-group-nnimap-expunge, and implemented as a normal interface
750 function.
751
752 * gnus-int.el (gnus-request-expunge-group): New function.
753
754 * nnimap.el (nnimap-request-create-group): Implement.
755 (nnimap-request-expunge-group): New function.
756
2c8b2fc8
JD
7572010-09-21 Julien Danjou <julien@danjou.info>
758
759 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
760 (gnus-html-cache-expired): Add new function.
761 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
762 wethever we should display image for fetch it.
763 Compute alt-text earlier to pass it to the fetching function too.
764 (gnus-html-schedule-image-fetching): Change function argument to only
765 get one image at a time, not a list.
766 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
767 cache.
768 (gnus-html-get-image-data): New function to retrieve image data from
769 cache.
770 (gnus-html-put-image): Change buffer argument to use image data rather
771 than file, and place image above region rather than inserting a new
772 one. Do not take alt-text as argument, since it's useless now: we place
773 the image above alt-text.
774 (gnus-html-prune-cache): Remove.
775 (gnus-html-show-images): Start to fetch image when we find one, do not
776 push into a temporary list.
777 (gnus-html-prefetch-images): Only fetch image if they have expired.
778 (gnus-html-browse-image): Fix, use 'gnus-image-url.
779 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
780
e4e22d29
KY
7812010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
782
783 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
784
a46359d4
LMI
7852010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
786
b069e5a6
G
787 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
788 spec inser "*" if the group isn't active instead of 0.
789
a46359d4
LMI
790 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
791 opening the server.
792 (nnimap-request-delete-group): Implement group deletion.
793 (nnimap-transform-headers): Return the size of the entire message in
794 the Bytes header, not just the size of the first part.
795 (nnimap-request-move-article): When moving an article from nnimap,
796 request the article first so the accepting form has an article to
797 accept. Reported by Dan Christensen.
798 (nnimap-command): Make sure that the error message doesn't error out.
799
8002010-09-20 David Edmondson <dme@dme.org> (tiny change)
801
802 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
803 we haven't requested anything.
804
8052010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
806
807 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
808 "". Fix found by Andrew Cohen.
809
810 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
811 instead of -encode-string.
812
321fce93
KY
8132010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
814
815 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
816
817 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
818 by mm-subst-char-in-string.
819
e8861cd2
LMI
8202010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
821
bdaa75c7
LMI
822 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
823 waiting for the connection string.
824
825 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
826 arriving.
827
828 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
829 bogus characters. This allows selecting certain Gmail groups.
830
831 * nnimap.el (nnimap-find-wanted-parts-1): New function.
832 (nnimap-fetch-partial-articles): New variable.
833 (nnimap-open-connection): When looking for credentials, also use the
834 nnimap-server-port.
835 (nnimap-request-article): Return the group/article number, so that Gnus
836 `^' works as expected.
837 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
838 them.
839
840 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
841 comments.
842 (gnus-methods-sloppily-equal): New function.
843 (gnus): When using the development version of Gnus, load the gnus-load
844 file.
845
846 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
847 `gnus-open-server' on each method before trying to scan them etc. This
848 ensures that all the backend parameters are set correctly.
849
850 * nnimap.el (nnimap-authenticator): New variable.
851 (nnimap-open-connection): Allow anonymous login.
852 (nnimap-transform-headers): The chars header is called Chars not
853 Bytes.
854 (nnimap-wait-for-response): Don't infloop if the IMAP connection
855 drops.
856
857 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
858 patch, found by Knut Anders Hatlen.
859
8602010-09-19 Andreas Schwab <schwab@linux-m68k.org>
861
862 * gnus-agent.el (gnus-agent-batch-confirmation)
863 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
864 to gnus-message.
865 * gnus-art.el (gnus-article-describe-briefly): Likewise.
866 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
867 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
868 * gnus-int.el (gnus-open-server): Likewise.
869 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
870 (gnus-score-check-syntax): Likewise.
871 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
872 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
873 Likewise.
874 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
875
8762010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
877
878 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
879 calling conventions so that prefetch doesn't bug out.
880
8812010-09-19 Julien Danjou <julien@danjou.info>
882
883 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
884 rather than `subst-char-in-region' in order to be able to replace ASCII
885 char by UTF-8 ones.
886
887 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
888 than curl.
889 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
890 the right URL and ALT text on images.
891 (gnus-html-wash-tags): Fix tag case.
93acd23d 892 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
bdaa75c7
LMI
893 (gnus-article-html): Add -o display_ins_del=2 option.
894 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
895
8962010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
897
898 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
899 the extra mail headers, which sometimes seem to happen for unknown
900 reasons.
901
902 * mail-parse.el (mail-header-encode-parameter): Define as
903 rfc2045-encode-string instead of as rfc2231-encode-string, since some
904 (or most, perhaps?) mail readers don't understand the latter, but do
905 understand the former.
906
e8861cd2
LMI
907 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
908 to nil, so that no methods are automatically agentized. I think this
909 is probably what most users want.
910
911 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
912 from url-retrieve, for instance about invalid URLs.
913
914 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
915 groups that have no articles.
916 (nnimap-request-article): Check that we really got an article when we
917 requested one.
918
919 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
920 doesn't exist.
921
922 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
923 nntp buffer so the agent can save it.
924 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
925 that CRLF doesn't get translated to \n.
926 (nnimap-open-connection): Don't make 'shell commands only send \n.
927
149caf54
SM
9282010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
929
930 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
931 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
932 Update var name.
933 (nnml-generate-nov-file): Use dolist.
934 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
935 Use with-current-buffer.
936
286c4fc2
LMI
9372010-09-18 Julien Danjou <julien@danjou.info>
938
939 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
940 parallel.
941
88ed5ce8
KY
9422010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
943
286c4fc2
LMI
944 * nnimap.el (nnimap-update-info): When doing partial marks update, get
945 the range update right.
946 (nnimap-request-group): Don't make `M-g' bug out on group with no
947 marks.
bdaa75c7 948 (nnoo): Required, so that other packages can require nnimap.
286c4fc2
LMI
949 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
950 command we're looking for. This helps when the server sends more
951 responses after we've gotten everything we expected.
952 (nnimap): Add a `newlinep' field to keep track of end-of-line
953 conventions.
954 Don't send CRLF to things that don't want it.
955 (nnimap-request-accept-article): Ditto.
956
9572010-09-18 Julien Danjou <julien@danjou.info>
958
959 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
960 than curl to retrieve images.
961
9622010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
963
964 * nnimap.el (nnimap-update-info): Extend the info so that we can set
965 the marks.
966 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
967 (nnimap-wait-for-connection): New function.
968 (nnimap-open-connection): If we have PREAUTH, don't query for login
969 credentials.
970 (nnimap-update-info): Fix off-by-one error when concatenating ranges
971 when doing a partial update.
972
9732010-09-18 Julien Danjou <julien@danjou.info>
974
975 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
976 tags.
977
9782010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
979
980 * nnimap.el (nnimap-credentials): New function.
981 (nnimap-open-connection): Use the new function to look for credentials
982 also on the numeric equivalents of "imap" and "imaps".
983
984 * gnus-start.el (gnus-activate-group): Send the info to
985 gnus-request-group.
986
987 * nnimap.el (nnimap-request-group): Have the "check" version of the
988 function parse flags and update the info, so that a `M-g' get a total
989 resync of all flags from the group.
990
991 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
992 to allow backends to alter the info on group selection. Also alter all
993 the backend -request-group functions to take the parameter.
994
995 * nnimap.el (nnimap-store-info): New function.
996 (nnimap-update-info): Store the info for later usage.
997 (nnimap-request-group): Use the stored info for the dont-check case, so
998 that we don't retrieve all marks when we enter a group.
999
1000 * nnimap.el: Use deffoo instead of defun for interface functions.
f58208b1 1001
bf5ba10b
LMI
1002 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1003 update the group info. This makes the nndraft groups, for instance, go
1004 back to their old behaviour.
1005
88ed5ce8
KY
1006 * gnus-sum.el (gnus-select-newsgroup): Indent.
1007
1008 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1009 in.
1010 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1011 nothing.
1012
1013 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1014 from methods that are denied.
1015
1016 * gnus-int.el (gnus-method-denied-p): New function.
1017
1018 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1019 store the password instead of netrc.
1020 (nnimap-open-connection): Don't error out when we can't make a
1021 connections.
1022
1023 * auth-source.el (auth-source-create): In the password prompt, say what
1024 we're querying for. Also prompt for user name if that hasn't been
1025 given.
1026
1027 * nnimap.el (nnimap-with-process-buffer): Removed.
1028
10292010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1030
1031 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1032 method when we're reading from the agent.
1033
1034 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1035
1036 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1037 that's probably most useful for users.
1038
1039 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1040 "failed" all the time.
1041
1042 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1043 ...)) with (with-current-buffer ... ).
1044
1045 * nntp.el (nntp-open-server): Return whether the open was successful or
1046 not.
1047
1048 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1049 select an unread unseen article first.
1050
1051 * nnimap.el (nnimap-open-connection): If the user doesn't have a
1052 /etc/services, supply some sensible port defaults.
1053
1054 * dgnushack.el: Define netrc-credentials.
1055
b069e5a6 10562010-09-17 Julien Danjou <julien@danjou.info>
88ed5ce8
KY
1057
1058 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1059
10602010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
1061
1062 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1063 doesn't have any parameters.
1064
10652010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1066
1067 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1068 only upcased checks.
1069
1070 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1071
1072 * nnimap.el (nnimap-open-shell-stream): New function.
1073 (nnimap-open-connection): Use it.
1074 (nnimap-transform-headers): Get the number of lines in each message.
1075 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1076 number of lines.
1077 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
1078 problem.
1079
1080 * utf7.el (utf7-encode): Autoload.
1081
1082 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1083 to allow the mail splitting to not return a default group. This is
1084 useful for nnimap, which will leave unmatched mail in the inbox.
1085
1086 * nnimap.el: Rewritten.
1087
1088 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1089 nnimap usage.
1090
1091 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1092 if the move is internal, so that nnimap can do fast internal moves.
1093
1094 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1095 data.
1096 (gnus-read-active-for-groups): Support finishing the early retrieval of
1097 data.
1098
1099 * gnus-range.el (gnus-range-nconcat): New function.
1100
1101 * gnus-int.el (gnus-finish-retrieve-group-infos)
1102 (gnus-retrieve-group-data-early): New functions.
1103
63556fc6
SM
11042010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1105
1106 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1107 (nnrss-retrieve-groups):
1108 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1109 (pop3-quit): Use with-current-buffer.
1110
f4530299
KY
11112010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
1112
0eb04273
KY
1113 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1114 instead of nnheader-accept-process-output.
1115
f4530299
KY
1116 * gnus-html.el (gnus-html-schedule-image-fetching)
1117 (gnus-html-prefetch-images): Replace process-kill-without-query by
1118 gnus-set-process-query-on-exit-flag.
1119
eca7d7bf
RF
11202010-09-16 Romain Francoise <romain@orebokech.com>
1121
1122 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1123
01e80360
LMI
11242010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1125
b069e5a6
G
1126 * gnus-registry.el (gnus-registry-install-shortcuts): The second
1127 parameter to unintern is mandatory-ish in Emacs 24.
1128
01e80360
LMI
1129 * gnus-html.el (gnus-html-schedule-image-fetching)
1130 (gnus-html-prefetch-images): Check for curl before using it.
1131
1132 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1133 depend on curl, which isn't essential.
1134
1135 * imap.el: Revert back to version
1136 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1137 seem problematic.
1138
5e2a84e3
JB
11392010-09-14 Juanma Barranquero <lekktu@gmail.com>
1140
1141 * gnus-registry.el (gnus-registry-install-shortcuts):
1142 Explicitly pass `obarray' to `unintern' to avoid a warning.
1143
74769e8b
LMI
11442010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1145
1146 * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1147 change.
1148
1149 * nnrss.el (nnrss-request-list): Removed this function and related
1150 functions, including the moreover stuff.
1151
11522010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1153
1154 * nnrss.el (nnrss-retrieve-groups): New function.
1155
32405341
JB
11562010-09-14 Juanma Barranquero <lekktu@gmail.com>
1157
1158 * .dir-locals.el: Add no-byte-compile cookie.
1159
dff99050
KY
11602010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
1161
1162 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1163 for back end that doesn't support request-scan.
1164
a9ec34f4
LMI
11652010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1166
1167 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1168 then do request scans from the backends.
1169
1170 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1171 avoid running a hook per line, since this takes a lot of time,
1172 profiling shows.
1173 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1174 directly if gnus-visual-p is true.
1175
39486331
KY
11762010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
1177
1178 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1179 groups; replace mapcar with dolist which is a bit faster; pass groups
1180 info to gnus-read-active-file-1.
1181 (gnus-read-active-file-1): Scan only specified groups if the new
1182 optional arg `infos' is given.
1183
698ecd82
LMI
11842010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1185
e574f629
LMI
1186 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1187
1188 * pop3.el (pop3-movemail): Removed.
1189 (pop3-streaming-movemail): Renamed to pop3-movemail.
1190
698ecd82
LMI
1191 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1192 don't restrict end-tag searches to the end of the line.
1193
55c9cbb0
KY
11942010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
1195
1196 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1197 articles of every unchecked group to t, which means unknown since the
1198 server has never been opened.
1199
724d30be
KY
12002010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1201
99fcd180
LMI
1202 * gnus-html.el (gnus-html-show-alt-text): New command.
1203 (gnus-html-browse-image): Ditto.
1204 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1205 to browse the image directly.
9778a07a
LMI
1206 (gnus-html-wash-tags): Search for images first, so that <a><img> works
1207 better.
99fcd180 1208
724d30be
KY
1209 * gnus-async.el (gnus-async-article-callback): Call
1210 `gnus-html-prefetch-images' unconditionally.
1211
1212 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1213 before feeding URLs to curl.
1214
16ec6ca4
KY
12152010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
1216
ecc74b38
KY
1217 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1218 internal images as deletable by `W D D'.
1219
16ec6ca4
KY
1220 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1221 (gnus-async-article-callback): Fix typo.
1222
5edc8186
LMI
12232010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1224
f9e50677
LMI
1225 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1226 current line to work around bugs in the output from w3m.
1227
8d408585
LMI
1228 * gnus-async.el (gnus-async-article-callback): Always prefetch images
1229 for groups that want that.
1230
d832b437
LMI
1231 * nntp.el (nntp-wait-for-string): Supply a timeout for
1232 accept-process-output to ensure progress.
1233
cdad7ab2
LMI
1234 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1235 level to get unread articles from, then use that for foreign groups,
1236 too.
1237
f39ccb2e
LMI
1238 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1239 confuses the rest of the function.
1240
26f96aa0
LMI
1241 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1242 for the methods that support -retrieve-groups, too.
1243
5edc8186
LMI
1244 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1245
ed96ace9
KY
12462010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
1247
1248 * pop3.el: Require cl when compiling.
1249 (pop3-number-of-responses): Search for "+OK", not "+OK ".
1250
d65835d9
LMI
12512010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1252
a83e5f19
LMI
1253 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1254 that aren't going to be activated.
f87f756b 1255 (gnus-get-unread-articles): Fix up the last commit.
a83e5f19 1256
29cd986b
LMI
1257 * gnus-html.el (gnus-article-html): Allow calling without specifying
1258 the handle. In that case, dissect the buffer first.
1259
29d31b55
LMI
1260 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1261
d32fac69
LMI
1262 * nnimap.el (nnimap-open-connection): Revert the change that would look
1263 into authinfo for imaps instead of imap.
1264
c15c8017
LMI
1265 * gnus-start.el (gnus-activate-group): Take an optional parameter to
1266 say that you don't want to call gnus-request-group with don-check, but
1267 do check the reponse. This is for virtual groups only.
cc4244d3
LMI
1268 (gnus-get-unread-articles): Count the archive groups as secondary, so
1269 that they're activated the same way as before.
c15c8017 1270
3733ba53
LMI
1271 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1272 case-insensitively.
f292afe5 1273 (nnimap-debug): Removed.
3733ba53 1274
8695c9a7
LMI
1275 * mail-source.el (mail-source-fetch): Don't message if we're fetching
1276 mail from a file, and the file doesn't exist.
1277
3ff31c90
LMI
1278 * pop3.el (pop3-streaming-movemail): Return t for success.
1279
b1a069e6
LMI
1280 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1281 .authinfo if we're using ssl connection.
1282
0c6dfaf8
LMI
1283 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1284 already have if we're in a main Gnus `g' run.
1285
d65835d9
LMI
1286 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1287
c6faacb4
KY
12882010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
1289
3cf628e8
KY
1290 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1291
8737ef69
KY
1292 * nnmh.el (nnmh-request-list-1): Bind `file'.
1293
c6faacb4
KY
1294 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1295 alias to set-process-query-on-exit-flag or process-kill-without-query.
1296 (pop3-open-server): Use it.
1297
eecdcaf5
LMI
12982010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1299
85816ac1
LMI
1300 * mail-source.el (mail-source-delete-crash-box): Always move the crash
1301 box to the Incoming file. Fixes mistake in previous checkin.
1302
1303 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1304 request loop (for debugging purposes) removed.
1305
530b8957
LMI
1306 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1307 culprit is more visible.
85816ac1
LMI
1308 (nnml-save-incremental-nov, nnml-open-incremental-nov)
1309 (nnml-add-incremental-nov): New functions to do "incremental" nov
1310 updates, where we just append to the end of the existing nov files
1311 without reading/writing them in full.
530b8957
LMI
1312
1313 * mail-source.el (mail-source-delete-crash-box): Really only check the
1314 incoming files once in a while.
1315
ff3eb82e
LMI
1316 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1317
a2bb410e
LMI
1318 * mail-source.el (mail-source-delete-crash-box): Only check the
1319 incoming files for deletion once per day to save a lot of file
1320 accesses.
1321
1322 * pop3.el (pop3-logon): Fix up unbound variable typo.
1323
1324 * mail-source.el (pop3-streaming-movemail): Autoload.
1325
1326 * pop3.el (pop3-streaming-movemail): Respect
1327 pop3-leave-mail-on-server.
1328
1329 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1330 retrieval.
1331
1332 * pop3.el (pop3-process-filter): Removed unused function.
1333 (pop3-streaming-movemail, pop3-send-streaming-command)
1334 (pop3-wait-for-messages, pop3-write-to-file)
1335 (pop3-number-of-responses): New functions for streaming pop3
1336 retrieval.
1337
ef45ee6f
LMI
1338 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1339 come from no known methods.
fb994703
LMI
1340 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1341 list.
ef45ee6f 1342
34e03853
LMI
1343 * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1344 message sizes.
ef45ee6f
LMI
1345 (pop3-movemail): Use erase-buffer instead of looping and deleting
1346 regions, which seems rather odd.
34e03853 1347
4469385c
LMI
1348 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1349 file once per `g' run.
1350
2c8bcd54
LMI
1351 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1352 directories. This makes the draft queue directory work.
1353
8c3e17f8
LMI
1354 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1355 data from the backends, so that we only request the list of groups from
1356 each method once. This should speed things up considerably.
1357
1358 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1359 detect that it's not implemented.
1360
1361 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1362 we actually do recurse down into the tree, but don't stat all leaf
1363 nodes.
1364
f790bb74
LMI
1365 * gnus-html.el (gnus-html-show-images): If there are no images to show,
1366 then say so instead of bugging out.
1367
c25d60ab
LMI
1368 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1369 files exist before trying to read them.
1370
1371 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1372 around <pre_int>.
1373
1374 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1375
eecdcaf5
LMI
1376 * nnmh.el (nnmh-request-list-1): Optimize for speed.
1377
7426b4f7
LMI
13782010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1379
eecdcaf5
LMI
1380 * mm-util.el (mm-image-load-path): Just return the image directories,
1381 not all directories in the path in addition to the image directories.
1382 (mm-image-load-path): Maintain a cache of the image directories so that
1383 the `g' command in Gnus doesn't have to stat dozens of directories each
1384 time.
1385
10e91ca9
LMI
1386 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1387 (gnus-html-wash-tags): Add a new `i' command to insert images.
1388 (gnus-html-insert-image): New command and keystroke.
25f28806
LMI
1389 (gnus-html-redisplay-with-images): New command and keystroke.
1390 (gnus-html-show-images): Renamed command.
8fab3e39
LMI
1391 (gnus-html-wash-tags): Remove more white space before <pre_int> image
1392 spacers.
1393 (gnus-html-wash-tags): Decode entities at the end, so that entities
1394 inside the tags don't mess up the rest of the "parsing".
10e91ca9
LMI
1395
1396 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1397 so that nnimap methods aren't agentized by default. There's apparently
1398 many problems related to agent/imap behaviour.
1399
7426b4f7
LMI
1400 * gnus-art.el (gnus-article-copy-string): New command and key binding.
1401
1402 * gnus-html.el: Doc fix.
1403
3fb8f8a1
KY
14042010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
1405
73137971
KY
1406 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1407 glyph-width and glyph-height instead of display-graphic-p and
59f65f5c 1408 image-size; make avoidance of displaying small images work for XEmacs.
73137971
KY
1409
1410 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1411 for XEmacs.
1412
3fb8f8a1
KY
1413 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1414 of symbol that holds plist data.
1415 (gnus-process-plist): Remove plist of process after getting it.
1416
2e23878e
LMI
14172010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1418
5d97d032
LMI
1419 * message.el (message-generate-hashcash): Change default to
1420 'opportunistic if hashcash is installed.
1421
2e23878e 1422 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5d97d032
LMI
1423 (gnus-html-put-image): Only call image-size once, since it's somewhat
1424 time-consuming on remote X servers.
2e23878e 1425
60893e6f
KY
14262010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
1427
1428 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1429 decoded contents.
f68a93a9 1430 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
60893e6f 1431
1d297c49
LMI
14322010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1433
e5500d2a
LMI
1434 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1435 group line format, since it isn't very interesting.
1436
954c8060
LMI
1437 * gnus-agent.el (gnus-agent-short-article),
1438 (gnus-agent-long-article): Increase values for these two variables,
1439 since most people are likely to have more network connection and
1440 storage than before.
1441
a1347097
LMI
1442 * gnus.el (gnus-refer-article-method): Change default to 'current.
1443 When referring an article, the common behaviour is to refer it from the
1444 current select method, not the native select method. The chances of
1445 the native select method having the message in question is rather slim
1446 these days.
1447
1448 * gnus-sum.el (gnus-auto-select-subject): Change default to
1449 `unseen-or-unread'. I think it's likely that most people want to
1450 select an unseen article over a previously seen, but unread one.
1451
1452 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
1453 means that in the article buffer none of the minor mode elements will
1454 be shown, usually, and this is not desirable in most cases.
1455
1d297c49
LMI
1456 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1457 that commands like `d' (and the like) go to the next line in the
1458 buffer, instead of the next unread article. I think this is the
1459 behaviour that is most natural for most users.
1460 (gnus-single-article-buffer): Change default to nil, so that people can
1461 have as many article buffers open as they have summary buffer. I think
1462 this is the most natural way for the groups to behave.
1463
1464 * message.el (message-generate-new-buffers): Change default to
1465 `unsent', so that all new message buffers start their names with the
1466 string "*unsent", and it's easier to find the buffers if you move from
1467 them.
1468
a93b858c
LMI
14692010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1470
1471 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
93acd23d 1472 small. They're probably tracking images.
36a806f3 1473 (gnus-html-wash-tags): Remove all <pre_int> place holders.
ae682ff5
LMI
1474 (gnus-html-rescale-image): Yet another try at getting the image sizing
1475 right.
a93b858c
LMI
1476
1477 * nntp.el (nntp-request-set-mark): Refuse to do marks if
1478 nntp-marks-file-name is nil.
1479
2aafbe5a
TZ
14802010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
1481
1482 * gnus-html.el (gnus-html-wash-tags)
1483 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1484 Better logging.
1485
9a4b54db
LMI
14862010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1487
846daf20
LMI
1488 * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1489
9a4b54db
LMI
1490 * gnus-html.el (gnus-html-wash-tags): Check the value of
1491 gnus-blocked-images in the summary buffer.
1492
9a047bac
TZ
14932010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
1494
1495 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1496
261ff377
LMI
14972010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1498
c6c81576
LMI
1499 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1500 like "a", it seems like.
1501 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1502 since it needs to be picked from the correct buffer.
1503
261ff377
LMI
1504 * nnwfm.el: Removed.
1505
1506 * nnlistserv.el: Removed.
1507
d743e0d1
TZ
15082010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
1509
1510 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1511 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1512
075843d3
LMI
15132010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1514
f7362445
LMI
1515 * nnkiboze.el: Removed.
1516
1517 * nndb.el: Removed.
1518
075843d3
LMI
1519 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1520 alt text.
1ee093a3
LMI
1521 (gnus-html-rescale-image): Try to get the rescaling logic right for
1522 images that are just wide and not tall.
075843d3
LMI
1523
1524 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1525 overshadow variable bindings.
1526
6ca07e49
TZ
15272010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
1528
1529 * gnus-html.el (gnus-html-wash-tags)
1530 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1531 extra logging.
1532
fe01e1a3
LMI
15332010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1534
1535 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7d7520b9
LMI
1536 (gnus-max-image-proportion): New variable.
1537 (gnus-html-rescale-image): New function.
1538 (gnus-html-put-image): Rescale images.
fe01e1a3 1539
765abcce
SM
15402010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1541
1542 Fix up some byte-compiler warnings.
1543 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1544 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1545 (gnus-article-fill-cited-article, gnus-article-hide-citation)
1546 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1547 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1548 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1549 (gnus-group-update-group): Use save-excursion and with-current-buffer.
1550
da43765d
KY
15512010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
1552
1553 * gnus-html.el (gnus-article-html): Decode contents by charset.
1554
a14b3417
KY
15552010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
1556
b0e30310
KY
1557 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1558 (gnus-html-frame-width, gnus-blocked-images)
1559 * message.el (message-prune-recipient-rules): Add custom version.
1560 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1561
a14b3417
KY
1562 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1563 functions.
1564
cd110b2b
KY
1565 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1566 gnus-process-get.
1567
8f563146
KY
15682010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
1569
1570 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1571 instead of lsub directly.
1572
2cdd366f
KY
15732010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1574
3c08d668
KY
1575 * nnwarchive.el: Removed.
1576
c4d82de8
KY
1577 * gnus-soup.el: Removed.
1578
1579 * nnsoup.el: Removed.
1580
1581 * nnultimate.el: Removed.
1582
51dee5ef
KY
1583 * gnus-html.el (gnus-blocked-images): New variable.
1584
2cdd366f
KY
1585 * message.el (message-prune-recipients): New function.
1586 (message-prune-recipient-rules): New variable.
1587
1588 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1589 guess whether a long line is natural text or not.
1590
1591 * gnus-html.el (gnus-html-schedule-image-fetching): Use
1592 gnus-process-plist and friends for compatibility.
1593
2d217ead
SM
15942010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1595
1596 * gnus-html.el: Require packages that define macros used in this file.
1597 (gnus-article-mouse-face): Declare to silence byte-compiler.
1598 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1599 process-get.
1600 (gnus-html-put-image): Use plist-get to avoid getf.
1601 (gnus-html-prefetch-images): Use with-current-buffer.
1602
1a10d421
KY
16032010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
1604
2cdd366f
KY
1605 * gnus-ems.el: Provide compatibility functions for
1606 gnus-set-process-plist.
1607
1a10d421
KY
1608 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1609 * gnus.el (gnus-valid-select-methods)
1610 * message.el (message-send-mail-partially-limit)
1611 * mm-decode.el (mm-text-html-renderer)
1612 * mml.el (mml-insert-mime-headers-always)
1613 * smiley.el (smiley-regexp-alist): Bump custom version.
1614
16152010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1616
1617 * gnus-html.el: require mm-url.
ad142133
KY
1618 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1619 with the url to `url'.
1620 (gnus-html-wash-tags): Support cid: URLs/images.
1a10d421 1621
f5ec697d
KY
16222010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1623
c2861968
KY
1624 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1625 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
93acd23d 1626 bindings, as they aren't useful at all. `w' is moved to `W w'.
c2861968 1627
390dd504
KY
1628 * gnus-move.el: Removed file, since it doesn't really work.
1629
379dde03 1630 * gnus-html.el (gnus-article-html): Tell w3m that the input is
93acd23d 1631 UTF-8. This seems to fix problems with some German web feeds.
379dde03 1632
5a2756c8
KY
1633 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1634 at the top so that the proper colours are applied.
1635
47fe149b
KY
1636 * gnus-art.el (gnus-article-view-part): Doc fix.
1637
fb16bb46
KY
1638 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1639 XEmacs-compatible.
1640 (gnus-html-put-image): Don't do images on non-graphic displays.
1641
77ae8989
KY
1642 * nnslashdot.el: Removed this unused backend.
1643
75856ec0
KY
1644 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1645 actions.
77ae8989 1646 (gnus-undo-register-1): Revert last change.
75856ec0 1647
0be02d8a
KY
1648 * gnus-group.el (gnus-group-completing-read): Protect against not
1649 having completion-styles bound.
1650
1651 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1652 make broken recipients happier.
1653
929989ff
KY
1654 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1655
1656 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1657 point parameter.
1658
f5ec697d
KY
1659 * gnus-group.el (gnus-group-completing-read): Add 'substring to
1660 completion-styles for group selection.
1661
5ec44091
KY
16622009-02-04 Andreas Schwab <schwab@suse.de>
1663
1664 * gnus-score.el (gnus-score-string): Fix regex for matching extra
1665 headers and regexp-quote the match if necessary.
1666
07466c8e
KY
16672009-03-24 Miles Bader <miles@gnu.org>
1668
1669 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1670 the blinking smiley.
1671
16722009-03-24 Simon Josefsson <simon@josefsson.org>
1673
1674 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1675 blink smiley.
1676
8bff7c00
KY
16772010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1678
1679 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1680 where the dribbel file lives exists.
1681
1682 * message.el (message-send-mail-partially-limit): Change the default to
1683 nil, since most people don't want this.
1684
1685 * mm-url.el (mm-url-decode-entities): Also decode entities like
1686 &#x3212.
1687
0b10e437
KY
16882009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
1689
1690 * gnus-sum.el (gnus-summary-idna-message):
1691 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1692 Hyperlink urls in docstrings with URL `...'.
1693
b1992461
KY
16942010-08-29 Adam Sjøgren <asjo@koldfront.dk>
1695
1696 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1697 functions.
1698
655efd71
KY
16992010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1700
b1992461
KY
1701 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1702 say what the mouseover text should be.
1703
1704 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1705 version of the mm-w3m-safe-url-regexp variable to only download images
1706 in the groups where we want that to happen.
1707
1708 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1709
1710 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1711 easier debugging.
1712 (gnus-article-beginning-of-window): Add kludge to allow spacing past
1713 big pictures in the article buffer.
1714
1715 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1716 gnus-article-html.
1717 (mm-text-html-renderer): gnus-article-html needs curl in addition to
1718 w3m.
1719
655efd71
KY
1720 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1721
6b8382e4
KY
17222010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1723
1724 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1725 which doesn't exist.
1726
1727 * message.el (message-inhibit-ecomplete): New variable to allow some
1728 function to inhibit ecomplete address storage.
1729 (message-resend): Disable ecomplete message storage when resending
1730 messages.
1731
1732 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1733
dc6de553
KY
17342010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
1735
1736 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1737 Save excursion while copying, moving, and deleting articles in order to
1738 prevent the cursor from jumping to unforeseen place.
1739
8e7d4ca1
GM
17402010-08-17 Glenn Morris <rgm@gnu.org>
1741
10506f64
GM
1742 * gnus-sync.el: Require gnus components whose functions are used.
1743
8e7d4ca1
GM
1744 * gnus-art.el (bookmark-make-record-function):
1745 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1746 Declare for compiler.
1747
1748 * mm-url.el (mml-compute-boundary): Autoload.
1749
4e815860
KY
17502010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
1751
1752 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1753
ab731e1c
KY
17542010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
1755
1756 Typo fix "hoo4a" -> "hook".
1757
1758 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1759
810717b6
GM
17602010-08-14 Glenn Morris <rgm@gnu.org>
1761
1762 * gnus-sync.el (gnus-sync): Fix defgroup version.
1763
8c330707
KY
17642010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
1765
f5a62bb4 1766 Doc fixes and keep unknown groups (ammended for nunion bug fix).
8c330707
KY
1767
1768 * gnus-sync.el: Fix docs.
1769 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1770 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1771
186a9cbb
KY
17722010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
1773
1774 Optimizations for gnus-sync.el.
1775
1776 * gnus-sync.el: Add docs about gnus-sync-backend
1777 possibilities.
1778 (gnus-sync-save): Remove unnecessary message.
1779 (gnus-sync-read): Optimize and show what groups were skipped.
1780
bbe276f2
KY
17812010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
1782
1783 Minor bug fixes for gnus-sync.el.
1784
79993b19
KY
1785 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1786 read the sync on get-new-news.
1787
bbe276f2
KY
1788 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1789 quiet.
1790
1791 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1792
62a83cc8
KY
17932010-07-30 Lawrence Mitchell <wence@gmx.li>
1794
1795 Make saving and restoring of hidden threads work with overlays.
1796 Patch applied by Ted Zlatanov.
1797
1798 * gnus-sum.el (gnus-hidden-threads-configuration)
1799 (gnus-restore-hidden-threads-configuration): Update to deal with text
1800 properties, rather than searching for a magic character.
1801
c4b1c354
KY
18022010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
1803
62a83cc8
KY
1804 New gnus-sync.el library for synchronization of marks.
1805
77154961
KY
1806 * gnus-sync.el: New library for synchronization of marks.
1807
1808 * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1809 renamed from `gnus-registry-grep-in-list'.
1810
1811 * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1812
c4b1c354
KY
1813 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1814
cbfb9427
KY
18152010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
1816
1817 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1818 determining charset of text fails.
1819
e9d1aaff
KY
18202010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
1821
1822 * nnmail.el (nnmail-get-new-mail-1): Revert.
1823
1824 * nnml.el (nnml-active-number): Make sure names of newly created groups
1825 in nnml-group-alist are encoded.
1826
6f1c4158
KY
18272010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
1828
1829 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1830 containing non-ASCII characters in active file for nnml back end.
1831
86fb1061
KY
18322010-07-24 David Engster <dengste@eml.cc>
1833
1834 * mml-smime.el (mml-smime-epg-verify): Also accept the older
1835 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1836
a0abd4d6
DU
18372010-07-21 Daiki Ueno <ueno@unixuser.org>
1838
1839 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1840 tag (Bug#6654).
1841
72897ff9
KY
18422010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
1843
1844 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1845 the article buffer, not the summary buffer.
1846
e859bbda
KY
18472010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
1848
1849 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1850 Emacs 23 as well.
1851
18522010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
1853
1854 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1855 Patch applied by Karl Fogel.
1856
1857 * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1858 `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1859
33b48483
KF
18602010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1861
1862 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1863 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
1864 C-w still not working correctly from Article buffers; Thierry's
1865 patch to fix that will be applied after this.
1866
1867 * gnus-art.el (bookmark-make-record-function): New local variable.
1868
e859bbda
KY
1869 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1870 article buffer.
33b48483
KF
1871 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1872
e44fa724
KF
18732010-07-13 Karl Fogel <kfogel@red-bean.com>
1874
e859bbda
KY
1875 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1876 on changes in bookmark.el.
e44fa724 1877
04c23739
MH
18782010-06-22 Mark A. Hershberger <mah@everybody.org>
1879
1880 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1881 the *other* type of HTML form submission.
1882
85350e06
MA
18832010-06-15 Michael Albinus <michael.albinus@gmx.de>
1884
1885 * auth-source.el (auth-source-pick): If choice does not contain a
1886 questioned keyword, set the check to t.
1887
89a13959
RF
18882010-06-12 Romain Francoise <romain@orebokech.com>
1889
1890 * gnus-util.el (gnus-date-get-time): Move up before first use.
1891
3e3ab3ab
KY
18922010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
1893
1894 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1895 (gnus-article-edit-part): Bind it to make last part that is substituted
1896 or deleted visible.
1897 (gnus-mime-display-single): Buttonize part of which id equals to
1898 gnus-mime-buttonized-part-id.
1899
3d6e7a43
KY
19002010-06-10 Dan Christensen <jdc@uwo.ca>
1901
1902 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1903 (gnus-dd-mmm): Use gnus-date-get-time.
1904 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1905 simplify logic.
1906 (gnus-summary-limit-to-age): Use gnus-date-get-time.
1907 (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1908
0e4966fb
MA
19092010-06-08 Michael Albinus <michael.albinus@gmx.de>
1910
1911 * auth-source.el (top): Autoload `secrets-list-collections',
1912 `secrets-create-item', `secrets-delete-item'.
1913 (auth-sources): Fix tag string.
1914 (auth-get-source, auth-source-retrieve, auth-source-create)
1915 (auth-source-delete): New defuns.
1916 (auth-source-pick): Rewrite in order to avoid 2 passes.
1917 (auth-source-forget-user-or-password): New parameter USERNAME.
1918 (auth-source-user-or-password): New parameters CREATE-MISSING and
1919 DELETE-EXISTING. Retrieve password interactively, if needed.
1920
5e7d4a75
KY
19212010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
1922
1923 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1924 deleting unused directories when gnus-expert-user is t.
1925
3aeb9402
KY
19262010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
1927
1928 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1929 for each temp file when gnus-article-browse-delete-temp is ask.
1930
e1b9db1a
KR
19312010-05-20 Kevin Ryde <user42@zip.com.au>
1932
1933 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
1934
d567e92f
KY
19352010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
1936
1937 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1938 article unless decoding article to be saved.
1939
7cab80f9
KY
19402010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
1941
1942 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1943 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1944 generated within the mm-with-unibyte-current-buffer macro.
1945
19462010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
1947
1948 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1949 to nil when we're in a mml-preview buffer and no group is selected.
1950
4c9d39ab
KY
19512010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
1952
1953 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
a628ad9d 1954 when catching the `C-g'. Reported by "Leo".
4c9d39ab 1955
706deb23
KY
19562010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
1957
1958 * message.el (message-forward-make-body-plain)
1959 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1960 multibyte-string-p.
1961
8b320e66
KY
19622010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
1963
1964 * message.el (message-forward-make-body-mml): Assume original message
1965 is multibyte string; error on unibyte.
1966 (message-forward-make-body-plain): Ditto; don't add excessive newline
1967 in body end.
1968
4767419a
KY
19692010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
1970
1971 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1972 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
1973
3d73e841
KY
19742010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
1975
1976 * mm-extern.el (mm-extern-url): Don't use
1977 mm-with-unibyte-current-buffer.
1978 (mm-extern-cache-contents): Use with-current-buffer instead of
1979 save-excursion + set-buffer.
1980
1fdf5102
KY
19812010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
1982
1983 * mm-util.el (mm-emacs-mule): Remove.
1984
19852010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
1986
1987 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1988 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1989 change.
1990
72e841ce
KY
19912010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
1992
1993 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1994 bind the default value of enable-multibyte-characters to nil.
1995
d8a7b272
KY
19962010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
1997
1998 * message.el (message-forward-make-body-plain)
1999 (message-forward-make-body-mml):
2000 Don't use mm-with-unibyte-current-buffer.
2001
20022010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c
DU
2003
2004 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2005 (Bug#5592).
2006
9581ba4d
KY
20072010-05-07 Julien Danjou <julien@danjou.info>
2008
2009 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2010 it to mm-pipe-part.
2011
2012 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2013 it is given.
2014
765d4319
KY
20152010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
2016
2017 * nnweb.el (nnweb-gmane-search)
2018 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2019 XEmacs.
2020
2021 * gnus-art.el (gnus-article-browse-html-parts)
2022 * gnus-group.el (gnus-read-ephemeral-gmane-group)
2023 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2024 make-temp-file.
2025
2026 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2027 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2028 compiling.
2029
2030 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2031 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2032 XEmacs when compiling.
2033
2034 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2035 gnus-pick-mode-off-hook for XEmacs when compiling.
2036 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2037 gnus-binary-mode-off-hook for XEmacs when compiling.
2038
2039 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2040 nil if char-charset is not available.
2041
86d21cc0 2042 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
765d4319
KY
2043 macro.
2044
2045 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2046 instead of encode-coding-string.
2047
2048 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2049 'xemacs) instead of mm-emacs-mule to switch function definitions.
2050 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2051
16b90cfe
KY
20522010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
2053
2054 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2055
72528372
KY
20562010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
2057
2058 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2059 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2060
61a9da25
JB
20612010-05-03 Juanma Barranquero <lekktu@gmail.com>
2062
2063 * mm-util.el (mm-decompress-buffer): Use `delete-file';
2064 alias `jka-compr-delete-temp-file' no longer exists.
2065
bbf52f1e
SM
20662010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2067
2068 Use define-minor-mode in Gnus where applicable.
2069 * mml.el (mml-mode): Use define-minor-mode.
2070 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2071 (gnus-undo-mode): Use define-minor-mode.
2072 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2073 (gnus-dead-summary-mode): Use define-minor-mode.
2074 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2075 Initialize in declaration.
2076 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2077 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2078 (gnus-mailing-list-mode): Use define-minor-mode.
2079 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2080 (gnus-draft-mode): Use define-minor-mode.
2081 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2082 (gnus-dired-mode): Use define-minor-mode.
2083
ee309757
KY
20842010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
2085
2086 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2087 handles on recursive mml-to-mime translation and check them for
a628ad9d 2088 boundary delimiter collisions. Reported by Greg Troxel.
ee309757 2089
62fe59e7
KY
20902010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
2091
2092 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2093
bd486b03
SM
20942010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2095
2096 * mm-util.el (mm-find-buffer-file-coding-system):
2097 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2098
731533fd
KY
20992010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
2100
2101 * message.el (message-generate-headers): Record insertion of optional
2102 headers as well. Otherwise the check to prevent repeated insertion of
2103 optional headers is a no-op.
2104
bff3818b
KY
21052010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
2106
2107 * smime.el: Don't mention CVS.
2108
2109 * nnrss.el (nnrss-fetch): Don't mention CVS.
2110
2111 * nnir.el: Don't mention CVS.
2112
ebb9641f
SM
21132010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2114
6e104790
SM
2115 * gnus-sum.el (gnus-summary-bookmark-make-record):
2116 Add `location' field.
ebb9641f 2117
398a825b
SM
21182010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2119
2120 * gnus-sum.el: Add bookmark declarations to silence the compiler.
2121 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2122 Use with-current-buffer to silence the byte-compiler.
2123 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2124 bother to require `gnus'.
2125 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
2126
45be326a
TV
21272010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2128
2129 * gnus-sum.el (gnus-summary-bookmark-make-record)
2130 (gnus-summary-bookmark-jump): New functions.
2131 (gnus-summary-mode): Setup bookmark support.
2132
d7b48791
AS
21332010-04-01 Andreas Schwab <schwab@linux-m68k.org>
2134
2135 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2136 if set.
2137
d35ad51f
KY
21382010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
2139
2140 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2141 gnus-article-browse-html-save-cid-image; make it work recursively for
2142 forwarded messages as well.
2143 (gnus-article-browse-html-parts): Work when prefix arg is given.
2144 (gnus-article-browse-html-article): Doc fix.
2145
85738751
SM
21462010-03-30 Chong Yidong <cyd@stupidchicken.com>
2147
2148 * message.el (message-default-mail-headers):
2149 (message-default-headers): Carry the value mail-default-headers over
2150 into message-default-mail-headers, rather than message-default-headers.
2151
82fc7980
KY
21522010-03-30 Martin Stjernholm <mast@lysator.liu.se>
2153
85738751 2154 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
82fc7980
KY
2155 charset.
2156
2157 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2158 charset into the <meta> tag when the article is encoded to utf-8.
2159
20c0b2ce
KY
21602010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
2161
85738751
SM
2162 * gnus-art.el (gnus-article-browse-delete-temp-files):
2163 Delete directories as well.
20c0b2ce
KY
2164 (gnus-article-browse-html-parts): Work for images that do not specify
2165 file names; delete temp directory when quitting; insert header at the
2166 right place; use file: scheme for image files.
2167
21682010-03-30 Eric Schulte <schulte.eric@gmail.com>
2169
2170 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2171 (gnus-article-browse-html-parts): Use it to make temporary cid image
2172 files in addition to html file so that browser may display them.
2173
9d9ef8e8
KY
21742010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
2175
2176 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2177
afae6cd4
KY
21782010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
2179
2180 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2181
fb178e4c
KY
21822010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
2183
85738751
SM
2184 * auth-source.el (auth-sources): Change default to be simpler.
2185 Explain about Secret Service API sources. Improve Customize options.
fb178e4c
KY
2186 (auth-source-pick): Change to accept any number of search parameters.
2187 Implement fallbacks iteratively, not recursively. Add scoring on the
2188 second pass and sort by score. Call Secret Service API when needed.
2189 (auth-source-user-or-password): Use it. Call Secret Service API
2190 directly when needed to get the user name and the password.
2191
e867cb5d 21922010-03-24 Juanma Barranquero <lekktu@gmail.com>
2b8f62e9
JB
2193
2194 * message.el (message-interactive): Doc fix.
2195 (message-qmail-inject-args): Reflow.
2196 (message-kill-to-signature): Fix typo in docstring.
2197
2198 * smiley.el (smiley-buffer): Fix typo in docstring.
2199
16d8cf52
GM
22002010-03-24 Glenn Morris <rgm@gnu.org>
2201
2202 * mail-source.el (gnus-message): Declare.
2203 (mail-source-delete-old-incoming): Require gnus-util.
2204
ec7995fa
KY
22052010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
2206
2207 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2208
2209 * message.el (ecomplete-setup): Autoload it for Emacs <23.
2210
2211 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2212 password-cache's default if it is not bound.
2213 (mml-secure-passphrase-cache-expiry): Default to 16 that is
2214 password-cache-expiry's default if it is not bound.
2215
2216 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2217 available in Emacs 21.
2218
22192010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
2220
2221 * auth-source.el (auth-sources): Fix up definition so extra parameters
2222 are always inline.
2223
22242010-03-22 Martin Stjernholm <mast@lysator.liu.se>
2225
2226 * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2227 wasn't updated after mismatch. Clear cached mailbox info correctly
2228 when uidvalidity changes.
2229 (nnimap-group-prefixed-name): New function to avoid some code
2230 duplication.
2231 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2232 (nnimap-request-group): Use it.
2233 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2234 (nnimap-update-unseen): Significantly improved speed of Gnus startup
2235 with many imap folders. This is done by caching the group status from
a628ad9d 2236 the imap server persistently in a group parameter `imap-status'. (This
ec7995fa
KY
2237 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2238 but not persistently, so every Gnus startup was still very slow.)
2239
22402010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
2241
2242 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
2243 secrets.el dependency.
2244 (auth-sources): Add optional user name. Add secrets.el configuration
2245 choice (unused right now).
2246
22472010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
2248
2249 * gnus-sum.el (gnus-summary-make-menu-bar): Let
2250 `gnus-registry-install-shortcuts' fill in the functions.
2251
2252 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2253 warnings.
2254 (gnus-registry-misc-menus): Variable to hold registry mark menus.
2255 (gnus-registry-install-shortcuts): Populate and use it in a
2256 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2257
22582010-03-20 Martin Stjernholm <mast@lysator.liu.se>
2259
2260 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2261 In-place substitutions for the group name encoding/decoding.
2262 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2263 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2264 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2265 (nnimap-update-unseen, nnimap-request-list)
2266 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2267 (nnimap-request-set-mark, nnimap-split-to-groups)
2268 (nnimap-split-articles, nnimap-request-newgroups)
2269 (nnimap-request-create-group, nnimap-request-accept-article)
2270 (nnimap-request-delete-group, nnimap-request-rename-group)
2271 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
2272 `encoded-mbx' for consistency.
2273 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2274 variable `imap-current-mailbox'.
2275
2276 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2277 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2278
22792010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
2280
2281 * pop3.el (pop3-display-message-size-flag): Display message size byte
2282 counts during POP3 download.
2283 (pop3-movemail): Use it.
2284 (pop3-list): Implement listing of available messages.
2285
22862010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
2287
2288 * nnir.el (nnir-get-article-nov-override-function): New function to
2289 override the normal NOV retrieval.
2290 (nnir-retrieve-headers): Use it.
2291
7d1a9163
MA
22922010-03-19 Michael Albinus <michael.albinus@gmx.de>
2293
2294 * auth-source.el (netrc-machine-user-or-password): Autoload.
2295
aa8f8277
GM
22962010-03-19 Glenn Morris <rgm@gnu.org>
2297
2298 Stop message.el from loading about 40 libraries it doesn't always need.
2299 The general approach is to autoload rather than require, and to
2300 require in the specific functions rather than the file. (Bug#5642)
2301
2302 * gmm-utils.el: Don't require wid-edit.
2303 (widget-create-child-value, widget-convert, widget-default-get):
2304 Autoload.
2305
2306 * gnus-util.el: Don't require time-date, netrc.
2307 (message-fetch-field, gnus-group-name-decode): Declare rather than
2308 autoloading.
2309 (gnus-fetch-field): Require message.
2310 (gnus-decode-newsgroups): Require gnus-group.
2311
2312 * ietf-drums.el: Don't require time-date.
2313
2314 * message.el: Don't require hashcash, canlock, ecomplete.
2315 Do require mail-utils. Require nnheader only when compiling.
2316 (smtpmail-default-smtp-server): Remove declaration.
2317 (message-send-mail-function): Check smtpmail-default-smtp-server
2318 is bound rather than requiring smtpmail.
2319 (message-auto-save-directory, message-insert-signature): Use
2320 expand-file-name rather than nnheader-concat.
2321 (nnheader-insert-file-contents): Autoload.
2322 (hashcash-wait-async): Declare.
2323 (message-send-mail): Only call gnus-setup-posting-charset if
2324 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
2325 (message-send-mail-with-sendmail): Require sendmail.
2326 (canlock-password, canlock-password-for-verify): Declare.
2327 (message-canlock-password): Require canlock.
2328 (nnheader-get-report): Autoload.
2329 (gnus-setup-posting-charset): Declare.
2330 (message-send-news): Require gnus-msg.
2331 (message-make-references, message-make-in-reply-to): Use mail-header-id
2332 rather than the alias mail-header-message-id.
2333 (ecomplete-add-item, ecomplete-save): Declare.
2334 (message-put-addresses-in-ecomplete): Require ecomplete.
2335 (ecomplete-display-matches): Autoload.
2336
2337 * mm-decode.el: Don't require mailcap, gnus-util.
2338 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2339 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2340 Autoload.
2341 (mailcap-mime-extensions): Declare.
2342
2343 * mm-encode.el: Don't require mailcap.
2344 (mailcap-extension-to-mime): Autoload.
2345
2346 * mml-sec.el: Don't require password-cache.
2347
2348 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2349 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2350 (mml-minibuffer-read-type): Require mailcap.
2351 (mml-preview): Require gnus-msg.
2352
2353 * mml1991.el: Require password-cache.
2354 (password-cache-expiry): Remove declaration.
2355
2356 * mml2015.el: Require password-cache.
2357 (password-cache-expiry): Remove declaration.
2358
2359 * nneething.el (mailcap): Require mailcap.
2360
a628ad9d 2361 * nnheader.el (declare-function): Add compatibility stub.
aa8f8277
GM
2362 (message-remove-header): Declare rather than autoload.
2363 (nnheader-replace-header): Require message.
2364
2365 * nnimap.el (declare-function): Add compatibility stub.
2366 (netrc-parse, netrc-machine-user-or-password): Declare.
2367 (nnimap-open-connection): Require netrc.
2368
2369 * nntp.el (declare-function): Add compatibility stub.
2370 (netrc-parse, netrc-machine, netrc-get): Declare.
2371 (nntp-send-authinfo): Require netrc.
2372
2373 * rfc2047.el: Don't require qp.
2374 (quoted-printable-encode-region, quoted-printable-decode-string):
2375 Autoload.
2376
2377 * sieve-mode.el: Don't require easymenu.
2378 (easy-menu-add-item): Autoload it.
2379
2380 * spam-stat.el (time-to-number-of-days): Autoload it.
2381
4a44ff5f
KY
23822010-03-17 Kevin Ryde <user42@zip.com.au>
2383
2384 * mml.el (mml-read-tag): Unquote values with `read' to reverse
2385 prin1 in mml-insert-tag (just stripping the quotes gave wrong
2386 value if any backslash escapes).
2387
ddf5d974
KY
23882010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
2389
2390 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2391 if it is available. (bug#5647)
2392
ac1af635
GM
23932010-02-26 Glenn Morris <rgm@gnu.org>
2394
2395 * message.el (message-send-mail-function): Change the default, so that
2396 it inherits from a customized send-mail-function. (Bug#5643)
2397
86f5c034
SM
23982010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
2399
2400 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2401 shell-command-to-string signals an error (bug#5299).
2402
daf4b83b
GM
24032010-02-24 Glenn Morris <rgm@gnu.org>
2404
2405 * message.el (message-smtpmail-send-it)
2406 (message-send-mail-with-mailclient): Doc fixes.
2407
dc4d6273
GM
24082010-02-16 Glenn Morris <rgm@gnu.org>
2409
2410 * message.el (message-default-mail-headers): Change the default value
2411 to ease the transition from mail-mode to message-mode. (Bug#5555)
2412
b1ea3797
CY
24132010-01-17 Chong Yidong <cyd@stupidchicken.com>
2414
2415 * message.el (message-mail): Just pass yank-action on to message-setup.
2416 (message-setup): Handle (FUN . ARGS) form of yank-action.
2417 (message-with-reply-buffer, message-widen-reply)
2418 (message-yank-original): Handle non-buffer values of
2419 message-reply-buffer (Bug#4080).
f53a6590 2420 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
b1ea3797 2421
4963739e
JB
24222010-01-17 Juanma Barranquero <lekktu@gmail.com>
2423
2424 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2425 Fix typo in docstring.
2426
889e4d55
JR
24272010-01-08 Jason Rumney <jasonr@gnu.org>
2428
2429 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2430 response.
2431
8a908224
KY
24322010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
2433
2434 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2435
2436 * message.el (message-check-news-header-syntax): Protect against a
2437 string that `rfc822-addresses' returns when parsing fails.
2438
770d9a1f
KY
24392010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
2440
2441 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2442 (gnus-previous-char-property-change): New functions.
2443
2444 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2445
7b47345b
AS
24462010-01-05 Andreas Schwab <schwab@linux-m68k.org>
2447
2448 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2449 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
2450
61f49e0b
CY
24512010-01-02 Chong Yidong <cyd@stupidchicken.com>
2452
2453 * message.el (message-exchange-point-and-mark): Rework last change to
2454 avoid using optional arg of exchange-point-and-mark, for backward
2455 compatibility.
2456
bd0948ca
CY
24572010-01-01 Chong Yidong <cyd@stupidchicken.com>
2458
2459 * message.el (message-exchange-point-and-mark): Call
2460 exchange-point-and-mark with an argument rather than setting
2461 mark-active by hand (Bug#5175).
2462
49b196a5
KY
24632009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
2464
78dc2a38
KY
2465 * nntp.el (nntp-service-to-port): Work for service expressed with
2466 numeric string; replace [:digit:] with [0-9] for XEmacs.
49b196a5 2467
a0db2cdd
GM
24682009-12-17 Glenn Morris <rgm@gnu.org>
2469
2470 * gnus-group.el (gnus-bug-group-download-format-alist):
2471 Change emacs entry to debbugs.gnu.org. Bump :version.
2472
029dda9c
RS
24732009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
2474
2475 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2476
4a9b5bf5
RS
24772009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
2478
2479 * message.el (message-info): Explain why we use `Info-goto-node'.
2480
96bdcdc4
SM
24812009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2482
2483 * message.el (message-completion-in-region): New compatibility function.
2484 (message-expand-group): Use it.
2485
7fa123c8
KY
24862009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
2487
2488 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2489 with no unread article should be listed if the 2nd arg `predicate' is
2490 given.
2491
5aa75bd8
JL
24922009-11-29 Juri Linkov <juri@jurta.org>
2493
2494 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2495 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
5ce6e4f4 2496 on `gnus-recenter'. (Bug#4698, Bug#4981)
5aa75bd8 2497
937e60c8
KY
24982009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
2499
2500 * message.el (message-from-style, message-interactive)
2501 (message-signature): Always set default values from the corresponding
2502 mail-* variables.
2503 (message-cite-prefix-regexp, message-sendmail-envelope-from)
2504 (message-yank-prefix, message-indentation-spaces)
2505 (message-signature-file, message-default-headers): Use boundp rather
2506 than (featurep 'xemacs) to check if the corresponding mail-* variables
2507 exist.
2508
b4d472c9
CY
25092009-11-20 Chong Yidong <cyd@stupidchicken.com>
2510
2511 * message.el (message-send-mail-with-sendmail): Revert last change.
2512
4332f3ec
CY
25132009-11-19 Chong Yidong <cyd@stupidchicken.com>
2514
2515 * message.el (message-from-style, message-interactive)
2516 (message-cite-prefix-regexp, message-sendmail-envelope-from)
2517 (message-yank-prefix, message-indentation-spaces, message-signature)
2518 (message-signature-file, message-default-headers): For GNU Emacs, set
2519 default values from the corresponding mail-* variables.
2520 (message-send-mail-with-sendmail): Use envelope-from only if
2521 mail-specify-envelope-from is non-nil.
2522
30123838
KY
25232009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
2524
2525 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2526 containing tspecial characters if they have been already quoted.
2527
12ea3d65
GM
25282009-10-24 Glenn Morris <rgm@gnu.org>
2529
2530 * gnus-art.el (help-xref-stack-item): Define for compiler.
2531
6131a096
KY
25322009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
2533
2534 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2535
9bfd9a76
KY
25362009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
2537
2538 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2539 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2540
25412009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
2542
2543 * gnus.el (gnus-overlay-get): New alias to overlay-get.
2544 (gnus-overlays-in): New alias to overlays-in.
2545
2546 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2547 gnus-overlay-get, and gnus-delete-overlay.
2548 (gnus-summary-show-thread): Make it work as well for systems in which
2549 next-single-char-property-change is not available.
2550 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2551
25522009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
2553
2554 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2555
25562009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
2557
2558 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2559 and XEmacs that don't have `remove-overlays'.
2560
25612009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
2562
2563 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2564 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2565 selective display. Use overlays instead.
2566
84b5fcf6
JB
25672009-10-04 Juanma Barranquero <lekktu@gmail.com>
2568
2569 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2570
0577a430
JB
25712009-09-29 Juanma Barranquero <lekktu@gmail.com>
2572
2573 * spam-stat.el (spam-stat-load): Fix typo in message.
2574
d93ec753
JB
25752009-09-23 Juanma Barranquero <lekktu@gmail.com>
2576
2577 * gnus-art.el (gnus-article-encrypt-body):
2578 * message.el (message-check-recipients):
2579 * mm-util.el (mm-codepage-setup):
2580 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2581 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2582
54c72c31
KY
25832009-09-22 Daiki Ueno <ueno@unixuser.org>
2584
2585 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2586 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2587 keys from the menu if mm-{sign,encrypt}-option is 'guided.
2588 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2589 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2590
63348d24
GM
25912009-09-18 Glenn Morris <rgm@gnu.org>
2592
2593 * gnus-diary.el (gnus-diary-check-message):
2594 * message.el (message-insert-formatted-citation-line):
2595 * nnbabyl.el (top-level):
2596 * nndiary.el (nndiary-schedule):
2597 Fix typos in condition-case handlers.
2598
54c72c31
KY
25992009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
2600
2601 * gnus-art.el (gnus-article-edit-part): Work for the buffer
2602 configuration that provides the sole article window in a frame;
2603 position point correctly after deleting a part.
2604
26052009-09-14 Adam Sjøgren <asjo@koldfront.dk>
2606
2607 * spam.el (spam-unregister-on-reregister): Add boolean variable.
2608 (spam-resolve-registrations-routine): Use it to unregister articles
2609 that change status.
2610
83ccc32c
KY
26112009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
2612
2613 * nnrss.el (nnrss-request-article): Remove binding of
2614 default-enable-multibyte-characters that has gotten needless by
2615 the 2007-07-13 change in rfc2047-encode-message-header.
2616
2617 * mml.el (mml-insert-multipart): Error on the message header.
2618 (mml-insert-part): Error on the message header; position point at
2619 the end of a MIME tag.
2620
de0bdfe7
KY
26212009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
2622
5cc79e5a
KY
2623 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2624 (gnus-float-time): Alias to float-time if it exists.
de0bdfe7
KY
2625
2626 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2627 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2628 float-time is available; suppress compile warning for time-to-seconds.
2629
26302009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
2631
2632 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2633 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2634 Add the optional argument `encoding' that overrides the default.
2635
2636 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2637 mm-encode-buffer.
2638
63220e37
GM
26392009-09-04 Glenn Morris <rgm@gnu.org>
2640
2641 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2642 mm-disable-multibyte, rather than default-enable-multibyte-characters.
2643 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2644 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2645 * mm-util.el (mm-with-unibyte-current-buffer)
2646 (mm-find-buffer-file-coding-system):
2647 * yenc.el (yenc-decode-region): Use default-value rather than
2648 default-enable-multibyte-characters.
2649
2e62b574
GM
26502009-09-03 Glenn Morris <rgm@gnu.org>
2651
2652 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2653 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2654 than default-enable-multibyte-characters.
2655
de0bdfe7
KY
26562009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
2657
2658 * gnus-art.el (gnus-article-read-summary-keys):
2659 Fix gnus-buffer-configuration's value temporarily used.
2660
3d493bef
GM
26612009-09-02 Glenn Morris <rgm@gnu.org>
2662
9693d3c4
GM
2663 * gnus-util.el (gnus-float-time): New function.
2664 * gnus-delay.el (gnus-delay-article):
2665 * gnus-sum.el (gnus-thread-latest-date):
2666 * gnus-util.el (gnus-user-date): Use gnus-float-time.
2667 * nnspool.el (nnspool-request-newgroups):
2668 Use gnus-float-time rather than time-to-seconds.
2669 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2670
3d493bef
GM
2671 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2672 (gnus-header-subject-face, gnus-header-newsgroups-face)
2673 (gnus-header-name-face, gnus-header-content-face):
2674 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2675 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2676 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2677 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2678 (gnus-cite-face-11):
2679 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2680 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2681 (gnus-server-closed-face, gnus-server-denied-face)
2682 (gnus-server-offline-face):
2683 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2684 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2685 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2686 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2687 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2688 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2689 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2690 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2691 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2692 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2693 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2694 (gnus-summary-selected-face, gnus-summary-cancelled-face)
2695 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2696 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2697 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2698 (gnus-summary-high-undownloaded-face)
2699 (gnus-summary-low-undownloaded-face)
2700 (gnus-summary-normal-undownloaded-face)
2701 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2702 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2703 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2704 (gnus-splash-face):
2705 * message.el (message-header-to-face, message-header-cc-face)
2706 (message-header-subject-face, message-header-newsgroups-face)
2707 (message-header-other-face, message-header-name-face)
2708 (message-header-xheader-face, message-separator-face)
2709 (message-cited-text-face, message-mml-face):
2710 * sieve-mode.el (sieve-control-commands-face)
2711 (sieve-action-commands-face, sieve-test-commands-face)
2712 (sieve-tagged-arguments-face):
2713 * spam.el (spam-face):
2714 Mark face aliases with "-face" in the name as obsolete.
2715
7a4abdd6
GM
27162009-09-01 Glenn Morris <rgm@gnu.org>
2717
2718 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2719 than goto-line.
2720
29b647c5
MB
27212009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
2722
2723 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2724 Don't move point if the command is invoked inside the message header.
2725
265ac10b
SM
27262009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2727
2728 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2729 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2730 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2731 * nnir.el (nnir-swish-e-index-file):
2732 * gnus-sum.el (gnus-summary-delete-marked-as-read)
2733 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2734 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2735 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2736 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2737 (gnus-treat-display-xface): Add Emacs version of obsolescence.
2738
b0b63450
MB
27392009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
2740
2741 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2742 Don't save excursion.
2743
14acf2f5
SM
27442009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2745
2746 * nnheader.el (nnheader-find-file-noselect):
2747 * mm-util.el (mm-insert-file-contents):
2748 Use (default-value 'major-mode) instead of default-major-mode.
2749
d3192c8f
SM
27502009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
2751
2752 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2753
ec179403
GM
27542009-08-25 Glenn Morris <rgm@gnu.org>
2755
2756 * nnir.el (top-level): Don't require cl at run-time.
2757 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2758 Replace cl-function substitute with gnus-replace-in-string.
2759 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2760 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2761 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2762 simplified expansions.
2763
5dcc825f
GM
27642009-08-22 Glenn Morris <rgm@gnu.org>
2765
2766 * gnus-art.el (gnus-button-patch): Use forward-line rather than
2767 goto-line.
2768
b0b63450
MB
27692009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
2770
2771 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2772
2773 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2774 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2775 (gnus-mm-display-part, gnus-mime-display-single)
2776 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2777 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2778
2779 * gnus-sum.el
2780 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2781 (gnus-summary-move-article): Add expirable mark to articles copied or
2782 moved to group that has auto-expire turned on if the option is non-nil.
2783
1d2faf98
GM
27842009-07-24 Glenn Morris <rgm@gnu.org>
2785
2786 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2787 Fix typo. (Bug#3903)
2788
6ab2c7a8
MB
27892009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2790
2791 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2792 gnus-article-read-summary-keys rather than gnus-summary-edit-article
2793 that should not be used for draft articles.
2794 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2795 that has no concern in minor mode keys.
2796 (gnus-article-summary-command, gnus-article-summary-command-nosave):
2797 Abolish.
2798
554a69b8
KY
27992009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
2800
2801 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2802 article without making inquiry to a user for unknown encoding.
2803
2804 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2805 (nnmaildir--scan): Assume i-node and device number that file-attributes
2806 returns might be cons-cell.
2807
28082009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
2809
2810 * auth-source.el: Remove docs now in auth.texi. Don't use
2811 `gnus-message' for logging. Add new variables `auth-source-debug' and
2812 `auth-source-hide-passwords' and use them.
2813
0985c8f6
GM
28142009-07-15 Glenn Morris <rgm@gnu.org>
2815
2816 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2817
ee5a613e
KY
28182009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
2819
2820 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2821 excessive whitespace from the default values of title and description.
2822
aa227ba5
KY
28232009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
2824
2825 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2826 mail-fetch-field to fetch Content-Description header in order to
2827 exclude newlines.
2828
0cf681b6
KY
28292009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
2830
2831 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2832 to deleted part.
2833
28342009-05-30 David Engster <dengste@eml.cc>
2835
2836 * nnmairix.el: Remove old documentation in the commentary block.
2837 (nnmairix-request-group): Do not update active file for nnml back ends.
2838 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2839 end so that overview files are ignored.
2840 (nnmairix-update-groups): Make updating the groups more robust by using
2841 marks.
2842 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2843 with dollar characters in message-id.
2844
9cc20f6c
RS
28452009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
2846
2847 * spam.el: Use dns-query instead of query-dns. Was renamed on
2848 2008-12-25 in dns.el.
2849
1dbc941a
SM
28502009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2851
2852 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2853 could happen if the text is only composed of spaces and/or tabs.
2854
2235f4ac
MB
28552009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
2856
2857 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2858 when sending a queued message to avoid extra mml tags.
2859
9cdff613
MB
28602009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
2861
2862 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2863
87202be1
KY
28642009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
2865
2866 * gnus-dired.el: Remove autoload for gnus-setup-message.
2867 (gnus-dired-attach): Fake this-command value to prevent Gnus from
2868 displaying Gnus logo; always use compose-mail.
2869
920b3f72
KY
28702009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
2871
1e6b95a6 2872 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
920b3f72 2873
0038d478
MB
28742009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
2875
2876 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2877 (gnus-nocem-issuers): List currently active issuers; fix custom type.
2878 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2879 available.
2880 (gnus-nocem-epg-verify): New function.
2881
9eb59592
MB
28822009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
2883
2884 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2885
e38658c4
GM
28862009-02-15 Glenn Morris <rgm@gnu.org>
2887
2888 * gnus-util.el (rmail-insert-rmail-file-header)
2889 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2890 autoloads.
2891 (rmail-default-rmail-file): Remove unnecessary declaration.
2892 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2893
1faded47
GM
28942009-02-14 Glenn Morris <rgm@gnu.org>
2895
2896 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2897 variable (only used in gnus-util, which declares it anyway).
fef8d38e
GM
2898 (rmail-output-to-rmail-file): Remove autoload of deleted function,
2899 which was only needed by gnus-art (changed to not use it any more).
1faded47
GM
2900 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2901 only used in gnus-util, which autoloads it itself.
2902 (rmail-update-summary): Fix autoload.
2903
fef8d38e
GM
2904 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2905 rather than rmail-output-to-rmail-file.
1faded47 2906
c07dfdd9
GM
29072009-02-07 Glenn Morris <rgm@gnu.org>
2908
2909 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2910 autoload of function that no longer exists.
2911 (rmail-toggle-header): Declare.
2912 (message-forward-rmail-make-body): Handle mbox Rmail.
2913
49e787c9
GM
29142009-01-31 Glenn Morris <rgm@gnu.org>
2915
2916 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2917 2009-01-09 change.
2918
3b36c17e
MB
29192009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
2920
2921 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2922 (auth-source-forget-all-cached): New convenience function.
2923 (auth-source-user-or-password): Accept list of modes or a single mode.
2924
2925 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2926 auth-source modes.
2927
2928 * nnimap.el (nnimap-open-connection): Use list of
2929 auth-source modes.
2930
2931 * nntp.el (nntp-send-authinfo): Use list of
2932 auth-source modes.
2933
26b9f88d
MB
29342009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
2935
2936 * auth-source.el: Update docs to reflect epa-file-enable is to be used
2937 now.
2938
29392009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
2940
2941 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2942 coding system in XEmacs; add a workaround for XEmacs.
2943
548f737d
MB
29442009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
2945
2946 * mm-util.el (mm-coding-system-priorities): Protect against nil value
2947 of current-language-environment.
2948
29492009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
2950
2951 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2952 available at runtime.
2953
29542009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
2955
2956 * gnus-art.el (article-date-ut): Fix end point of narrowing.
2957
29582009-01-11 Aidan Kehoe <kehoea@parhasard.net>
2959
2960 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2961 the greatest positive fixnum value doesn't work under an XEmacs with
2962 bignum support; use the most-positive-fixnum constant instead,
2963 available since Emacs 21.1 with cl and XEmacs 21.1.
2964
63d12d38
KY
29652009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
2966
2967 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2968 XEmacs gets not to work.
2969
548f737d
MB
29702009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
2971
2972 * mm-util.el (mm-coding-system-priorities): Allow the value like
2973 "Japanese (UTF-8)" of current-language-environment.
2974
ed77e66c
GM
29752009-01-09 Glenn Morris <rgm@gnu.org>
2976
2977 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2978 with last-command-event.
2979
e3e955fe
MB
29802009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
2981
2982 * message.el (message-fix-before-sending): Amend comment.
2983
29842009-01-07 David Engster <dengste@eml.cc>
2985
2986 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2987 simplified server definitions by converting it via
2988 gnus-server-to-method.
2989
29902009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
2991
2992 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2993 parameter's operands.
2994
29952009-01-06 David Engster <dengste@eml.cc>
2996
2997 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2998 primary select method (for gnus-group-mark-article-as-read).
2999
41ec3f54
TH
30002009-01-06 Tassilo Horn <tassilo@member.fsf.org>
3001
3002 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3003 `(gnus)Face', not `(gnus)X-Face'.
3004
e3e955fe
MB
30052009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
3006
3007 * mm-util.el (mm-ucs-to-char): New function.
3008
3009 * mm-url.el (mm-url-decode-entities): Use it.
3010
30112009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
3012
3013 * message.el (message-fix-before-sending): Add `eight-bit' to
3014 illegible-text check.
3015
35203a24
MO
30162009-01-03 Michael Olson <mwolson@gnu.org>
3017
3018 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3019 `headers' is nil. This can occur if the IMAP server does not have
3020 permissions to read messages from a folder, but can write new messages
3021 to the folder.
3022 (nnimap-request-article-part): Do not insert `data' if it is nil.
3023
e3e955fe
MB
30242009-01-01 Dave Love <fx@gnu.org>
3025
3026 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3027
3028 * nnimap.el: Fix author email.
3029 (nnimap-split-rule): Add FIXME comment.
3030 (nnimap-debug): Fix doc string.
3031
30322008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
3033
3034 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3035 overlay-arrow-position and overlay-arrow-string buffer-local; no need
3036 to check if those variables exist (first appeared in Emacs 18.50).
3037
30382008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
3039
3040 * mm-util.el (mm-line-number-at-pos): New function.
3041
3042 * spam-report.el (spam-report-process-queue): Use it.
3043
30442008-12-24 David Engster <dengste@eml.cc>
3045
3046 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3047 parameters that haven't existed as variables as buffer-local variables.
3048
30492008-12-23 Dave Love <fx@gnu.org>
3050
3051 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3052 cadar.
3053
3054 * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3055 imap-starttls-p.
3056 (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3057
30582008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
3059
3060 * spam-report.el (spam-report-gmane-max-requests): New constant.
3061 (spam-report-gmane-wait): New variable.
3062 (spam-report-gmane-ham, spam-report-gmane-spam)
3063 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3064 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3065 the server.
3066
3067 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3068 Add explanations.
3069
3070 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3071 nnheader-accept-process-output and nnheader-read-timeout if available.
3072 (pop3-movemail): Use it.
3073
3074 * message.el (message-check-news-body-syntax): Fix signature check if
3075 there's an attachment.
3076
30772008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
3078
3079 * mm-util.el: Add comments to the mm- emulating functions.
3080
30812008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
3082
3083 * gnus-start.el (gnus-before-startup-hook): Fix doc string. Reported
3084 by Stephen Berman <stephen.berman@gmx.net>.
3085
c7948b5f
MB
30862008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3087
3088 * mm-util.el (mm-substring-no-properties): New function.
3089 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3090 (mm-special-display-p): Enable those lambda forms to be byte compiled.
3091 (mm-string-to-multibyte): Doc fix.
3092
3093 * mml.el (mml-attach-file): Use mm-substring-no-properties.
3094
30952008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
3096
3097 * mml.el (mml-attach-file): Strip text properties from file name.
e3e955fe
MB
3098 (Bug#1574)
3099
31002008-12-16 Glenn Morris <rgm@gnu.org>
3101
3102 * mm-util.el (mm-charset-override-alist): Declare for compiler.
c7948b5f 3103
bf46b4d4
MB
31042008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
3105
3106 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3107 knows since the charset specified might be a bogus alias that
3108 mm-charset-synonym-alist provides.
3109
31102008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
3111
3112 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3113 "ISO_8859-1".
3114
3115 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3116
96a22201
KY
31172008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
3118
3119 * mm-util.el (mm-charset-eval-alist):
3120 Define it before mm-charset-to-coding-system.
3121 (mm-charset-to-coding-system): Add optional argument `silent';
3122 define it before mm-charset-override-alist.
3123 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3124 default value if it can be used in Emacs currently running;
3125 silence mm-charset-to-coding-system.
3126
b6b8f5fd
KY
31272008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
3128
3129 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3130 `allow-override' which says whether to use `mm-charset-override-alist'.
3131 (rfc2047-decode-encoded-words): Use it.
3132
3133 * mm-util.el (mm-charset-override-alist): Fix custom type;
3134 add `(gb2312 . gbk)' to choices.
3135
1250af7b
KY
31362008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
3137
3138 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3139 fast.
3140
3141 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3142
886367d8
KY
31432008-12-04 Naohiro Aota <nao.aota@gmail.com>
3144
3145 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3146 on links.
3147
3148 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3149
f66de92f
KY
31502008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
3151
e01bbc12
KY
3152 * message.el (message-idna-to-ascii-rhs-1): Protect against local
3153 users' addresses that don't have domain parts.
3154 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3155 rather than message-narrow-to-head since there will be the message
3156 header separator.
f66de92f 3157
06c68f84
SM
31582008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3159
3160 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3161 since the result is inserted in a unibyte buffer anyway.
3162 (nnimap-demule-use-string-to-multibyte): Remove.
3163 (nnimap-demule): Alias it to mm-string-to-multibyte.
3164
9255ec86
RS
31652008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
3166
3167 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3168 variable for debugging bug#464 and bug#1174.
3169 (nnimap-demule): Use it.
3170
030cca00
MB
31712008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
3172
3173 * gnus-score.el (gnus-score-find-trace): Handle default score in total
3174 score calculation correctly.
3175
8a986865
SM
31762008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3177
3178 * message.el (message-send-mail): Just set the buffer to unibyte
3179 rather than use mm-with-unibyte-current-buffer which does a lot more.
3180 (message-send-mail-partially): Don't bother with
3181 mm-with-unibyte-current-buffer since it's already been made unibyte by
3182 message-send-mail.
3183
5b51650c
MB
31842008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
3185
3186 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3187
31882008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
3189
3190 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3191
ed778fad
MB
31922008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
3193
3194 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3195 require itself and to remove `with-no-warnings'.
3196
31972008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
3198
3199 * starttls.el (starttls-any-program-available): Get the name of the
3200 available TLS layer program.
3201 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3202 well as the host name in the "opening" message.
3203
3204 * auth-source.el (auth-source-cache, auth-source-do-cache)
3205 (auth-source-user-or-password): Cache passwords and logins by default,
3206 allow override with `auth-source-do-cache'.
3207 (auth-source-forget-user-or-password): Allow users to remove cache
3208 entries if needed.
3209
8e38a1a9
MB
32102008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
3211
3212 * ietf-drums.el (ietf-drums-remove-comments): Localize second
3213 condition-case to only the forward-sexp call.
3214
32152008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
3216
3217 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3218 quotes contained. Make it more robust regardless by an extra
3219 condition-case wrapper.
3220
9091f2d3
MB
32212008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
3222
3223 * nnml.el (nnml-request-expire-articles): Check if the function set to
3224 `nnmail-expiry-target' returns the symbol `delete'.
3225
3226 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3227
3228 * nnmail.el (nnmail-expiry-target): Fix custom type.
3229
06b2d4c6
GM
32302008-10-02 Glenn Morris <rgm@gnu.org>
3231
3232 * mm-util.el (mm-codepage-setup): Tweak codepage error.
3233 Silence compiler warning.
3234
059b98fa
CY
32352008-09-30 Chong Yidong <cyd@stupidchicken.com>
3236
3237 * mml.el (mml-menu): Don't assume mml2015 is bound.
3238
4520e527
MB
32392008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
3240
3241 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3242 exists.
3243
09aece0b
GM
32442008-09-27 Glenn Morris <rgm@gnu.org>
3245
3246 * gnus-util.el (mail-header-remove-comments): Autoload it.
3247
521c4a23
AS
32482008-09-27 Andreas Schwab <schwab@suse.de>
3249
3250 * gnus-util.el (gnus-split-references): Strip comments.
3251 (gnus-parent-id): Likewise.
3252
4520e527
MB
32532008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
3254
3255 * message.el (message-confirm-send): Fix version.
3256
32572008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
3258
3259 * message.el (message-idna-to-ascii-rhs-1): Use
3260 mail-extract-address-components rather than mail-header-parse-addresses
3261 that is an alias by default to ietf-drums-parse-addresses that does not
3262 support non-ASCII names in headers' contents.
3263
eef5ade7
MB
32642008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
3265
3266 * message.el (message-confirm-send): Fixed variable documentation to
3267 avoid the "y/n" wording.
3268
4520e527 32692008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
eef5ade7
MB
3270
3271 * message.el (message-set-auto-save-file-name): Save to a different
3272 filename so multiple messages (especially drafts) can be recovered.
3273
e52cac88
MB
32742008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
3275
3276 * message.el (message-confirm-send): Add appropriate version.
3277
32782008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
3279
3280 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3281 defvar.
3282
32832008-09-22 Daiki Ueno <ueno@unixuser.org>
3284
3285 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3286 (mm-pkcs7-enveloped-magic): Ditto.
3287
64763fe3
MB
32882008-09-17 Simon Josefsson <simon@josefsson.org>
3289
3290 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3291 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3292
32932008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
3294
3295 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3296 default, it's better.
3297
32982008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
3299
3300 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3301 summary line gnus-number property and ignore them (with a warning
3302 message).
3303
1ae03cd5
KY
33042008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
3305
3306 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3307 macro caddr in the interactive form since it won't be expanded.
3308
c0ccb0d6
KY
33092008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
3310
3311 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3312 `charset'; fix name of function called recursively.
3313 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3314
14ce5fc2
KY
33152008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
3316
3317 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3318 (gnus-mime-set-charset-parameters): New function.
3319 (gnus-mime-view-part-as-charset): Use it to correctly display part
3320 specifying wrong charset.
3321
9e601b8d
MB
33222008-09-08 David Engster <dengste@eml.cc>
3323
3324 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3325 in completing-read for back end server.
3326
16dd13df
MB
33272008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
3328
3329 * message.el (message-confirm-send): New variable to confirm sending a
3330 message.
3331 (message-send): Use it.
3332
b86402ab
MB
33332008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
3334
3335 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3336
33372008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
3338
3339 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3340
33412008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
3342
3343 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3344 prevent tracking too many groups.
3345 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3346 Use it.
3347
9153f10d
MB
33482008-08-11 Ralf Angeli <angeli@caeruleus.net>
3349
3350 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3351 moving point to the bottom of the window in order to avoid recentering.
3352
33532008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
3354
3355 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3356 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3357 (gnus-article-beginning-of-window): Fix calculation.
3358
33592008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
3360
3361 * gnus-msg.el (gnus-summary-supersede-article)
3362 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3363 value of gnus-newsgroup-charset to decode non-MIME encoded text in
3364 message header.
3365
82cc1916
DN
33662008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3367
3368 * message.el:
3369 * gnus-start.el:
3370 * gnus-registry.el: Remove VMS support.
3371
6ecfe5c2
MB
33722008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
3373
3374 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3375 macro.
3376 (rfc2104-hash): Use it.
3377
33782008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
3379
3380 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3381 (gnus-summary-sort-by-most-recent-date): New commands.
3382 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3383 and menu entries.
3384
33852008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
3386
3387 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3388 don't redisplay article for raw contents; remove plural articles stuff.
3389
3390 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3391 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3392 on gnus-summary-save-article; display results properly.
3393
d62672f3
MB
33942008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
3395
3396 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3397
33982008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
3399
3400 * gnus-art.el (gnus-summary-save-in-pipe): Consider
3401 gnus-save-all-headers.
3402
d221466a
DN
34032008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
3404
3405 * gnus-util.el (ns-focus-frame): Remove declaration.
3406 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
3407 like x.
3408
b737c3d9
TTN
34092008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
3410
3411 * rfc2104.el (rfc2104-zero): Delete defconst.
3412 (rfc2104-hex-alist): Likewise.
3413 (rfc2104-hex-to-int): Delete func.
3414 (rfc2104-hexstring-to-bitstring): Likewise.
3415 (rfc2104-nybbles): New defconst.
3416 (rfc2104-hash): Rewrite for speed.
3417
3c823a0c
GM
34182008-07-16 Glenn Morris <rgm@gnu.org>
3419
3420 * gnus-util.el (ns-focus-frame): Declare for compiler.
3421
16c85f26
MB
34222008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
3423
3424 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3425 set as a group parameter.
3426 (gnus-summary-save-in-pipe): Work when it is called independently.
3427 (gnus-summary-pipe-to-muttprint): Don't modify
3428 gnus-summary-pipe-output-default-command.
3429
ad546360
SM
34302008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
3431
3432 * message.el (message-send-mail-with-sendmail):
3433 Display the error message.
3434
89167438
MB
34352008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
3436
ad546360
SM
3437 * gnus-art.el (gnus-default-article-saver):
3438 Add gnus-summary-save-in-pipe to choices.
89167438
MB
3439 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3440 gnus-summary-pipe-output-default-command as the default command.
3441 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3442 instead of gnus-last-shell-command.
3443
ba60bd44
JB
3444 * gnus-sum.el (gnus-summary-pipe-output-default-command):
3445 New user option.
89167438
MB
3446 (gnus-summary-muttprint-program): Mention the value will be changed.
3447 (gnus-summary-save-article): Force showing of all headers.
3448 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3449
34502008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
3451
3452 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3453
56fd9faa
JB
34542008-07-02 Juanma Barranquero <lekktu@gmail.com>
3455
3456 * nnimap.el (nnimap-id):
3457 * sieve-manage.el (sieve-manage-open): Doc fixes.
3458
68548459
JB
34592008-07-02 Francesc Rocher <rocher@member.fsf.org>
3460
3461 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3462 if available.
3463
32bed934
SM
34642008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
3465
eafee8f2
SM
3466 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3467
3468 * nnkiboze.el (nnkiboze-generate-group):
3469 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3470
32bed934
SM
3471 * nnmairix.el: Require CL.
3472
2b968687
MB
34732008-06-15 David Engster <dengste@eml.cc>
3474
3475 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3476
34772008-06-14 Aidan Kehoe <kehoea@parhasard.net>
3478
32bed934
SM
3479 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3480 New macros that expand to an `aset'/`aref' call under Emacs, and to a
2b968687
MB
3481 runtime choice under XEmacs.
3482
32bed934
SM
3483 * gnus-sum.el (gnus-summary-set-display-table):
3484 Use `gnus-put-display-table', `gnus-get-display-table',
2b968687
MB
3485 `gnus-set-display-table' for the display table, instead of `aset'.
3486
2b968687
MB
34872008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
3488
3489 * nnmairix.el: Add autoloads.
3490
34912008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
3492
3493 * nnmairix.el (nnmairix-delete-recreate-group)
3494 (nnmairix-update-and-clear-marks): Fix error messages.
3495
34962008-06-14 David Engster <dengste@eml.cc>
3497
3498 * nnmairix.el: Upgrade to version 0.6.
3499 (nnmairix-group-toggle-propmarks-this-group)
3500 (nnmairix-group-toggle-readmarks-this-group)
3501 (nnmairix-group-delete-recreate-this-group)
3502 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3503 (nnmairix-remove-tick-mark-original-article): New commands.
3504 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3505 (nnmairix-propagate-marks-to-nnmairix-groups)
3506 (nnmairix-only-use-registry, nnmairix-allowfast-default)
3507 (nnmairix-marks-cache, nnmairix-version-output): New variables.
3508 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3509 functions needed for marks propagation and manipulation of read marks.
3510 (nnmairix-update-groups): New function.
3511 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3512 (nnmairix-determine-original-group-from-registry)
3513 (nnmairix-determine-original-group-from-path)
3514 (nnmairix-get-group-from-file-path, nnmairix-map-range)
ba60bd44
JB
3515 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3516 New helper functions.
3517 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2b968687
MB
3518 keystrokes for new commands.
3519 (nnmairix-delete-and-create-on-change): Doc string cleanup.
3520 (nnmairix-request-group): Check allow-fast group parameter.
3521 (nnmairix-request-create-group): Set allow-fast group parameter if
3522 nnmairix-allowfast-default is set.
3523 (nnmairix-close-group): Propagate marks upon closing if needed.
3524 (nnmairix-group-toggle-threads-this-group): Use new.
3525 nnmairix-group-toggle-parameter helper function.
3526 (nnmairix-search): Better check for empty search result.
3527 (nnmairix-goto-original-article): Use new helper functions for
3528 determining original article.
3529 (nnmairix-show-original-article): Make sure message-id is in brackets.
3530 (nnmairix-call-mairix-binary): Change variable name.
3531 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3532 helper function.
3533 (nnmairix-widget-toggle-activate): Fix doc string.
3534
a19a8f1b
MB
35352008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
3536
3537 * nnir.el: Require edmacro when compiling with XEmacs.
3538 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3539 available in Emacs 21.
3540
8abf1b22
GM
35412008-06-11 Glenn Morris <rgm@gnu.org>
3542
3543 * gnus-util.el (x-focus-frame):
3544 * gnus.el (image-size):
3545 * mm-decode.el (image-size): Declare.
3546
3547 * gnus-picon.el (declare-function): Add compat definition.
3548 (image-size): Declare.
3549
3550 * gnus-group.el (tool-bar-map):
3551 * gnus-sum.el (tool-bar-map): Define for compiler.
3552
3553 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3554
3555 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3556
3557 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3558 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3559 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3560 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3561 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3562 * sieve-manage.el, spam-report.el, spam.el:
3563 Remove unnecessary eval-and-compile of autoloads.
3564
43d28dcd
MA
35652008-06-08 Michael Albinus <michael.albinus@gmx.de>
3566
3567 * auth-source.el: Precise Tramp doc.
3568
966bd7bd
GM
35692008-06-07 Glenn Morris <rgm@gnu.org>
3570
3571 * nnmairix.el: Remove unnecessary eval-when-compile.
3572
35732008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
e6d2d263
MB
3574
3575 * nnir.el: New file.
3576
d346bf7e
SM
35772008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
3578
3579 * gnus-util.el (gnus-read-shell-command): New function.
3580 * mm-decode.el (mm-pipe-part):
3581 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3582
b1d6cda3
MB
35832008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
3584
3585 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3586
6459e35e
GM
35872008-06-03 Glenn Morris <rgm@gnu.org>
3588
3589 * pop3.el (nnheader-accept-process-output): Autoload it.
3590
656b4fa1
MB
35912008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
3592
3593 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3594 are not 2-digit hexadecimal characters that follow `%'s.
3595
35962008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
3597
3598 * message.el (message-bogus-recipient-p): Fix type in doc string.
3599 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3600 (message-bogus-addresses): Rename from message-bogus-address-regexp.
3601 Improve custom options.
3602 (message-bogus-recipient-p): Adjust accordingly.
3603
36042008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
3605
3606 * nnmairix.el: Require edmacro when compiling with XEmacs.
3607
f394fa25
MB
36082008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
3609
3610 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3611 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3612
a368801c
MB
36132008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
3614
3615 * auth-source.el: Add more docs.
3616
36172008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3618
3619 * nnheader.el (nnheader-read-timeout): Change the default timeout from
3620 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
3621 retrieval faster in some cases, but might make CPU usage larger. If
3622 this has any bad side effects, we might revert this change.
3623
3624 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3625 seems to make mail retrieval much, much faster.
3626 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
cc4a96c6 3627 unconditionally.
a368801c
MB
3628
3629 * gnus-draft.el (gnus-group-send-queue): Bind
3630 message-send-mail-partially-limit to nil to avoid being prompted.
3631
03c673c9
MB
36322008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
3633
3634 * mml.el (mml-attach-buffer): Prompt for `disposition'.
3635
3636 * message.el (message-bogus-address-regexp): Fix and improve custom
3637 type.
3638 (message-setup-hook): Add message-check-recipients as custom option.
3639
58333467
MB
36402008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
3641
3642 * message.el (message-cite-function): Remove bogus autoload which crept
3643 in during merge from v5-10.
3644
4079589f
MB
36452008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
3646
3647 * nnimap.el (nnimap-open-connection): Fix login/password bug.
3648
3649 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3650
3651 * auth-source.el: Preliminary Tramp docs.
3652 (auth-sources): Change the default auth-sources to use
3653 EPA .gpg files.
3654
e952b711
MB
36552008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
3656
3657 * nntp.el: Autoload `auth-source-user-or-password'.
3658 (nntp-send-authinfo): Use it.
3659
3660 * nnimap.el: Autoload `auth-source-user-or-password'.
3661 (nnimap-open-connection): Use it.
3662
3663 * auth-source.el: Added docs on using with url-auth. Import gnus-util
3664 for the gnus-message function.
3665 (auth-source-user-or-password): Use it.
3666
4fedcc00
SM
36672008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3668
3669 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3670 rfc2104-hexstring-to-byte-list. Return a unibyte string.
3671 (rfc2104-hash): Use it.
3672
149cd465
JB
36732008-05-08 Juanma Barranquero <lekktu@gmail.com>
3674
3675 * gnus-art.el (gnus-article-toggle-truncate-lines):
3676 Don't use `iff' in docstring.
3677
0ab5c2be
MB
36782008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
3679
3680 * gnus-registry.el: Adjusted copyright dates and added a keyword.
3681
3682 * gnus-util.el (gnus-extract-address-component-name)
3683 (gnus-extract-address-component-email): Convenience functions around
3684 `gnus-extract-address-components'.
3685
4fedcc00
SM
3686 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3687 Use `gnus-extract-address-component-email' to fix bug of comparing full
0ab5c2be
MB
3688 sender name to `user-mail-address'.
3689
36902008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
3691
3692 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3693 catch/throw to optimize.
3694 (gnus-registry-find-keywords): Just use member to find a keyword.
3695
42a83f4b
SM
36962008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3697
3698 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3699 is current before calling gnus-server-prepare.
3700 (gnus-server-setup-buffer, gnus-server-update-server)
3701 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3702
d844ef2f
JL
37032008-05-04 Juri Linkov <juri@jurta.org>
3704
3705 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3706 (mailcap-file-default-commands): Use mailcap-replace-in-string
3707 instead of replace-regexp-in-string, and mailcap-delete-duplicates
3708 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
3709
f8a29505
MB
37102008-05-03 Reiner Steib <reiner.steib@gmx.de>
3711
3712 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3713
3a23a519
MB
37142008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3715
3716 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3717 hooks.
3718 (gnus-update-read-articles): Speed up non-marks-using users.
3719 (gnus-use-marks): Define gnus-use-marks.
3720 (gnus-propagate-marks): Rename variable to something more sensible.
3721
38ac8b91
JB
37222008-05-02 Juanma Barranquero <lekktu@gmail.com>
3723
3724 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3725 (gmm-image-load-path-for-library): Fix typos in docstrings.
3726 (gmm-message): Reflow docstring.
3727
8336c962
MB
37282008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
3729
42a83f4b
SM
3730 * mail-source.el (mail-source-set-1, mail-source-bind):
3731 Move auth-source code out of the macro to clean it up and fix bugs.
8336c962
MB
3732
37332008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
3734
3735 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3736 by sender if it's equal to user-mail-address, it's likely to be
3737 useless.
3738
3739 * mail-source.el (mail-source-bind): Don't use user or password if they
3740 are not bound. Unintern them if they are nil. Don't use server unless
3741 it's bound, and default it to empty string otherwise.
3742
58a67d68
MB
37432008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
3744
3745 * mail-source.el: Load auth-source.el.
3746 (mail-source-bind): Add comments. Call auth-source-user-or-password to
3747 get user name or password, if auth-sources is set up.
3748
3749 * gnus-registry.el (gnus-registry-split-strategy): New variable for
3750 strategy of splitting with parent.
3751 (gnus-registry-split-fancy-with-parent)
3752 (gnus-registry-post-process-groups): Use it and fix prior
3753 bug (returning a list as the split result).
3754
3755 * auth-source.el (auth-sources): Remove server parameter.
3756 (auth-source-pick, auth-source-user-or-password)
3757 (auth-source-user-or-password-imap)
3758 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3759 (auth-source-user-or-password-sftp)
3760 (auth-source-user-or-password-smtp): Remove server parameter.
3761
296fa7b4
JB
37622008-04-25 Juanma Barranquero <lekktu@gmail.com>
3763
3764 * smime.el (smime-sign-region, smime-encrypt-region)
3765 (smime-decrypt-region):
3766 Remove redundant calls to `generate-new-buffer-name'.
3767
58a67d68
MB
37682008-04-24 Luca Capello <luca@pca.it> (tiny change)
3769
3770 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3771 Don't use QP for message/rfc822.
3772 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3773
2136a8a7
SM
37742008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3775
3776 * sieve-manage.el (sieve-string-bytes): Remove.
3777 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3778 correct byte-length only if the process's coding-system is the same as
3779 the one used internally by Emacs to represent strings.
3780
a837fe74
JL
37812008-04-22 Juri Linkov <juri@jurta.org>
3782
3783 * mailcap.el (mailcap-file-default-commands): New function.
3784
d55fe5bb
MB
37852008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
3786
3787 * message.el (message-signature-separator, message-cite-function):
3788 Change custom version.
3789
37902008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
3791
3792 * mm-decode.el (mm-display-external): Make temp file read-only.
3793
37942008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
3795
3796 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3797 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
3798 `C-c C-f d'.
3799
38002008-04-12 Adrian Aichner <adrian@xemacs.org>
3801
3802 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3803
38042008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
3805
3806 * auth-source.el: Added docs.
2136a8a7 3807 (auth-sources): Modify format to support server.
d55fe5bb
MB
3808 (auth-source-pick, auth-source-user-or-password)
3809 (auth-source-user-or-password-imap)
3810 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3811 (auth-source-user-or-password-sftp)
3812 (auth-source-user-or-password-smtp): Add server parameter.
3813
38142008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
3815
3816 * gnus-registry.el: Initialize the registry when gnus-registry-install
3817 is t.
3818
73f2395e
KY
38192008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
3820
3821 * compface.el (uncompface): Make buffer unibyte.
3822
e66d8771
SM
38232008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
3824
3825 * mail-source.el (mail-source-value):
3826 Prefer fboundp to functionp so it works with macros as well.
3827
407da272
GM
38282008-04-05 Glenn Morris <rgm@gnu.org>
3829
3830 * gnus-ems.el (mm-disable-multibyte): Autoload it.
3831
3b728e95
SM
38322008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
3833
d37ded9e
SM
3834 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
3835 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3836
407da272
GM
3837 * nnheader.el (nnheader-init-server-buffer): Change buffer's
3838 multibyteness after rather than before erasing it.
33e2f72c 3839
75eda25b
SM
3840 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3841 mm-with-multibyte.
407da272
GM
3842 (gnus-request-article-this-buffer): Make sure the proper decoding is
3843 used if gnus-original-article-buffer happens to be unibyte.
75eda25b 3844
2b57967e
SM
3845 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3846 default-enable-multibyte-characters.
3847
d7eb3b36
SM
3848 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3849 default-enable-multibyte-characters.
3850
7ab0253d
SM
3851 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3852
3b728e95
SM
3853 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3854
5faa2ec0
SM
38552008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3856
3857 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3858 Fix last change in case the element is not even a symbol.
3859
59429511
MB
38602008-04-02 Simon Josefsson <simon@josefsson.org>
3861
3862 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3863 imap-enable-exchange-bug-workaround.
3864 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3865
38662008-04-01 Simon Josefsson <simon@josefsson.org>
3867
3868 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3869 a 100 byte status-checks into a 2-3MB transfer for each group.
3870 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3871 to enable bug workaround or not.
3872 (nnimap-find-minmax-uid): Only enable workaround conditionally.
3873
a0e08467
GM
38742008-03-31 Glenn Morris <rgm@gnu.org>
3875
3876 * message.el (mml2015-use): Declare for compiler.
3877 (message-info): Require mml2015 when appropriate.
3878
990e2c2f
SM
38792008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
3880
3881 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3882 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3883 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3884 (nntp-service-to-port): New function.
3885 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3886 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3887 (nntp-open-netcat-stream): New function.
3888 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3889
59429511
MB
38902008-03-29 Sven Joachim <svenjoac@gmx.de>
3891
3892 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3893
fa98585c
SM
38942008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3895
3896 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3897
9b3ebcb6
MB
38982008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
3899
3900 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3901
39022008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
3903
fa98585c
SM
3904 * message.el (message-signature-separator): Change default.
3905 Improve custom type.
9b3ebcb6
MB
3906 (message-cite-function): Change default to
3907 message-cite-original-without-signature.
3908
3909 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3910 toggle.
3911
3912 * message.el (message-check-news-body-syntax): Fix signature check.
3913 (message-setup-1): Mark buffer as unmodified _after_ running
3914 message-setup-hook and handling message-alternative-emails.
3915 (message-shorten-references): Be more strict when building list of
3916 valid references to comply with GNKSA.
3917
fa98585c
SM
3918 * gnus-group.el (gnus-read-ephemeral-bug-group)
3919 (gnus-read-ephemeral-debian-bug-group)
3920 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9b3ebcb6
MB
3921
3922 * message.el (message-info): Don't use booleanp which isn't supported
3923 in Emacs 21 and XEmacs.
3924
39252008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
3926
3927 * gnus-group.el (gnus-gmane-group-download-format): Rename from
3928 gnus-group-gmane-group-download-format.
3929 (gnus-group-read-ephemeral-gmane-group): Rename from
3930 gnus-group-read-ephemeral-gmane-group.
3931 (gnus-read-ephemeral-gmane-group-url): Rename from
3932 gnus-group-read-ephemeral-gmane-group-url.
b97439ce 3933 (gnus-bug-group-download-format-alist): New variable.
9b3ebcb6
MB
3934 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3935 (gnus-read-ephemeral-emacs-bug-group): New commands.
3936
39372008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
3938
3939 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3940 (gnus-visible-headers): Improve custom type.
3941
39422008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
3943
3944 * mml.el (mml-menu): Add workarounds for XEmacs.
3945
3946 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3947 X-Boundary header.
3948
3949 * message.el (message-simplify-recipients): Fix previous commit.
3950
b813166a
SM
39512008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3952
df06dd59 3953 * mm-util.el (mm-set-buffer-multibyte): New function.
61dc89b0 3954 * mm-decode.el (mm-copy-to-buffer): Use it.
df06dd59 3955
b813166a
SM
3956 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3957 Prefer fboundp to functionp so it works with macros as well.
3958
9b3ebcb6
MB
39592008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
3960
5faa2ec0
SM
3961 * message.el (message-alter-recipients-discard-bogus-full-name):
3962 New function.
9b3ebcb6
MB
3963 (message-alter-recipients-function): New variable.
3964 (message-get-reply-headers): Use it.
3965 (message-replace-header): New helper function.
3966 (message-recipients-without-full-name): New variable.
3967 (message-simplify-recipients): New command.
3968
3969 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3970
3971 * message.el (message-info): Handle EasyPG manual.
3972
3973 * mml.el (mml-menu): Add entry for EasyPG.
3974
39752008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
3976
3977 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3978 parameter.
3979
3980 * message.el (message-disassociate-draft): Specify drafts group name
3981 fully.
3982
39832008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
3984
3985 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3986 unnecessary duplicates from the match list.
3987
39882008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
3989
3990 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3991 args of `how-many' of which the XEmacs version doesn't take; declare
3992 Info-index-next as function.
3993
39942008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
3995
3996 * gnus-score.el (gnus-score-headers): Fix handling of
3997 gnus-inhibit-slow-scoring.
3998
3999 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4000 string.
4001 (gnus-button-url-regexp): Improve handling of parenthesis.
4002 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4003 (gnus-button-handle-info-keystrokes): Handle index entries.
4004
40052008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
4006
4007 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4008 Incoming* files.
4009
40102008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
4011
4012 * auth-source.el (auth-sources): Renamed from auth-source-choices.
4013 (auth-source-pick): Use it.
4014
40152008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
4016
4017 * auth-source.el (auth-source-protocols)
4018 (auth-source-protocols-customize, auth-source-choices): Added and
4019 modified variable customizations and defaults.
4020 (auth-source-pick, auth-source-user-or-password)
4021 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4022 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4023 (auth-source-user-or-password-sftp)
4024 (auth-source-user-or-password-smtp): Use new variables and provide an
4025 interface to netrc.el.
4026
40272008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
4028
4029 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4030 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4031 Make sure the nntp port to specify is a string.
4032
dd58a686
SM
40332008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4034
ed075cb4
SM
4035 * nntp.el: Use with-current-buffer.
4036 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4037 dubious mm-with-unibyte-current-buffer.
4038 (nntp-with-open-group-function): New function extracted from
4039 nntp-with-open-group macro.
4040 (nntp-with-open-group): Use the function, so it's easier to debug.
4041 Add indentation and debugging info.
9b3ebcb6
MB
4042 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4043 the use of the netcat alternatives.
ed075cb4 4044
f15a9fec
SM
4045 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4046 Avoid mm-string-as-multibyte as well.
4047
944c87e0
SM
4048 * nnweb.el (nnweb-insert-html):
4049 Remove use of nnheader-string-as-multibyte.
4050
2ec9cf15
SM
4051 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4052 (nnheader-string-as-multibyte): Remove.
4053
3d2440b4
SM
4054 * mm-view.el: Use inhibit-read-only.
4055 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4056 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4057 or unibyte-string.
4058
456cace2
SM
4059 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4060 (mm-uu-yenc-extract): Use with-current-buffer.
4061
f5fcf556
SM
4062 * gnus-soup.el (gnus-soup-send-packet): Don't use
4063 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4064
c9de7755
SM
4065 * nnmh.el: Use with-current-buffer.
4066 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4067 mm-string-as-multibyte on the output of mm-encode-coding-string.
4068
3d2440b4 4069 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9c5fe825
SM
4070 (nnimap-request-move-article): Use with-current-buffer.
4071
3d2440b4
SM
4072 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4073 inserting the handle-buffer's text, so the implicit multibyte->unibyte
4074 conversion uses string-make-unibyte rather than string-as-unibyte.
d4eb2b7e 4075
228b6ecd
SM
4076 * gnus-msg.el: Use with-current-buffer.
4077
dd58a686
SM
4078 * message.el (message-ignored-resent-headers): Add "Delivered-To".
4079
9b3ebcb6
MB
40802008-03-10 Daiki Ueno <ueno@unixuser.org>
4081
4082 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4083 string for caching if it is 'PIN.
4084
37a68866
MB
40852008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
4086
dd58a686
SM
4087 * mail-source.el (mail-source-delete-old-incoming-confirm):
4088 Change default to nil.
37a68866
MB
4089 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4090
8f7abae3
MB
40912008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
4092
4093 * gnus-art.el (gnus-narrow-to-page): Position point properly.
4094 (gnus-article-goto-prev-page): Work for articles having ^L's.
4095
4096 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4097
4098 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4099
e0385bf4
KF
41002008-03-07 Karl Fogel <kfogel@red-bean.com>
4101
56388398 4102 * gnus-bookmark.el: Adjust for renames in bookmark.el.
e0385bf4
KF
4103 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4104 (gnus-bookmark-jump): Adjust some variable names.
4105
8f7abae3 41062008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
a7b50e1c 4107
8f7abae3
MB
4108 * auth-source.el: New package.
4109 (auth-source-choices): Add customization entry point variable.
4110
4111 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4112 bug.
4113
41142008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
4115
4116 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4117 (gnus-registry-initialize, gnus-registry-install-p): Use it.
dd58a686 4118 (gnus-registry-install-shortcuts): Rename from
8f7abae3
MB
4119 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
4120 the `gnus-registry-mark-map' keymap dynamically from
4121 `gnus-registry-marks'. The generated functions update the summary line
4122 when a registry mark is added or deleted, and will call
4123 `gnus-registry-install-p' (see the comments in the code).
4124 (gnus-registry-user-format-function-M): Use concat intelligently.
4125
4126 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4127 the registry mark functions.
a7b50e1c 4128
c1717fbd
GM
41292008-03-05 Glenn Morris <rgm@gnu.org>
4130
4131 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4132 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4133 gnus-art.
4134 (top-level): No need to load own source when compiling.
4135
8f7abae3
MB
41362008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
4137
4138 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4139 Suggested by <chris.anderton@zetnet.co.uk>.
4140
1fc34624
GM
41412008-03-04 Glenn Morris <rgm@gnu.org>
4142
4143 * gnus-sum.el (top-level): No need to require gnus when compiling,
4144 since unconditionally required near start of file.
4145 (gnus-summary-display-while-building): Move definition before use.
4146
8f7abae3
MB
41472008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
4148
4149 * gnus-registry.el (gnus-registry-user-format-function-M): Add
4150 formatting function.
4151
41522008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
4153
4154 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4155 with plists.
4156 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4157 Use new format.
4158
41592008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
4160
4161 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4162 `where-is-internal' that returns a range of key sequences.
4163
dacb905a
SM
41642008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4165
a88fd51a
SM
4166 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4167
c7a91ce1 4168 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1fc34624
GM
4169 (gnus-summary-jump-to-group): Consider windows on other displayed
4170 frames as well. Similar changes might be needed elsewhere, but that's
4171 the one I've bumped into during my use.
c7a91ce1 4172
62dc3ac3 4173 * nndoc.el (nndoc-oe-dbx-type-p):
ef1b088a 4174 * gnus-msg.el (gnus-debug):
dacb905a
SM
4175 * gnus-group.el (gnus-update-group-mark-positions):
4176 Use mm-string-to-multibyte.
4177
8f7abae3
MB
41782008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
4179
4180 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4181 doesn't handle NotDashEscaped.
4182
4183 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
4184 (mml-dnd-attach-options): Fix typo in custom choice.
4185
4186 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4187 nndoc-article-type to mbox.
4188 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4189
4190 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
4191 to nil, instead of html2text.
4192
4193 * imap.el (imap-debug): Add `imap-ping-server'.
4194
4195 * gnus-bookmark.el: Add FIXMEs.
4196
4197 * message.el (message-form-letter-separator)
4198 (message-send-form-letter-delay): New variables.
4199 (message-send-form-letter): Use them. New command to send form
4200 letters. Requested by Uwe Siart.
4201 (message-send-mail-function): Doc fix. Add "Other" custom option.
4202
14e8de0c
MB
42032008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
4204
4205 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4206 empty author.
4207
42082008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
4209
4210 * gnus-registry.el (gnus-registry-marks): Add variable for
4211 customization of marks and their appearance.
4212 (gnus-registry-read-mark): Use it.
4213 (gnus-registry-do-marks): Add utility function to loop through
4214 `gnus-registry-marks'.
4215 (gnus-registry-install-shortcuts-and-menus): Add function to install
4216 shortcuts and menus.
4217 (gnus-registry-initialize): Use it.
4218 (gnus-registry-default-mark): Clarify documentation.
4219
ab74c815
GM
42202008-02-29 Glenn Morris <rgm@gnu.org>
4221
4222 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4223 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4224 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4225 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4226 Change defcustom :version from 23.0 to 23.1.
4227
14e8de0c
MB
42282008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
4229
4230 * gnus-registry.el (gnus-registry-follow-group-p)
4231 (gnus-registry-post-process-groups): Add functions to aid registry
4232 splitting and improve logging. Clarify behavior in function
4233 documentation.
4234 (gnus-registry-split-fancy-with-parent): Use them.
4235
80de1778
SM
42362008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4237
4238 * gnus-art.el: Use with-current-buffer.
4239
14e8de0c
MB
42402008-02-27 David Engster <dengste@eml.cc>
4241
4242 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4243 Express real group name in the response.
4244
42452008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
4246
4247 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4248 (nnmairix-last-server, nnmairix-current-server): Defvar them.
4249 (nnmairix-goto-original-article): Defvar gnus-registry-install and
4250 autoload gnus-registry-fetch-group when compiling.
149cd465 4251 (nnmairix-request-group-with-article-number-correction): Remove
14e8de0c
MB
4252 unreferenced argument passed to nnmairix-call-backend.
4253
42542008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4255
4256 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4257 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
4258 Wilde.
4259
da13b6cc
GM
42602008-02-27 Glenn Morris <rgm@gnu.org>
4261
4262 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
be021c01
GM
4263 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4264 variables to defconsts. Convert comments to doc-strings.
4265 (nnmairix-last-server, nnmairix-current-server): Convert from free
4266 variables to defvars. Convert comments to doc-strings.
4267 (gnus-registry-fetch-group): Autoload.
4268 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4269 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14e8de0c
MB
4270 (nnmairix-widget-build-editable-fields): Use car cddr rather than
4271 caddr.
be021c01
GM
4272 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4273 nnmairix-request-group-with-article-number-correction call.
4274 (nnmairix-fast, nnmairix-group): New, less general names, for free
4275 variables passed from nnmairix-request-group to
4276 nnmairix-request-group-with-article-number-correction. Declare.
4277 (nnmairix-request-group-with-article-number-correction):
4278 Use nnmairix-fast, nnmairix-group rather than fast, group.
da13b6cc 4279
3d0f8a67
MB
42802008-02-26 David Engster <dengste@eml.cc>
4281
4282 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
4283 version 0.5.
4284
42852008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
4286
4287 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4288 instead of making an extra function call. Don't add the current group
4289 to articles only when they have the group. Use
4290 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4291 Reported by David <de_bb@arcor.de>.
4292
f5490ddc
MB
42932008-02-24 Miles Bader <miles@gnu.org>
4294
4295 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
4296 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
4297 (mm-find-mime-charset-region):
4298 * mm-bodies.el (mm-encode-body):
4299 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
4300
52bec650
MB
43012008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
4302
4303 * mail-source.el (mail-source-delete-incoming): Change default.
4304 Supplement doc string.
4305
4306 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4307
43082008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
4309
4310 * nnmail.el (nnmail-message-id-cache-file): Derive from
4311 `gnus-home-directory'.
4312
43132008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
4314
4315 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5e25c514 4316 Document negative prefix.
52bec650 4317
5e25c514 4318 * gnus-group.el (gnus-group-read-group): Document negative prefix.
52bec650
MB
4319
43202008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4321
4322 * message.el (message-unsent-separator): Add the Exim bounce
4323 separator.
4324
43252008-02-10 Daiki Ueno <ueno@unixuser.org>
4326
4327 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4328 list.
4329 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4330 recipient/signer list.
4331
0b9c5ab7
RS
43322008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
4333
4334 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4335 fbound (Emacs 23 unicode), signal an error.
4336
1888e568
GM
43372008-02-08 Glenn Morris <rgm@gnu.org>
4338
4339 * gnus-art.el (pgg-display-output-buffer): Declare as function.
4340
52bec650
MB
43412008-02-07 Tassilo Horn <tassilo@member.fsf.org>
4342
4343 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4344 ports to the calls to `netrc-machine-user-or-password' in addition to
4345 "imap" and "imaps".
4346
e9198520
MB
43472008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
4348
4349 * gnus.el (gnus-group-startup-message): Add `find-image' call before
4350 image-load-path is let-bound. Reported by Harald Hanche-Olsen
4351 <hanche@math.ntnu.no>.
4352
43532008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
4354
4355 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4356
9303f985 43572008-02-01 Zhang Wei <id.brep@gmail.com>
aca7a3d2
MB
4358
4359 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4360
4361 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4362
9303f985 43632008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
4364
4365 * mml.el (mml-parse-1): Remove apparently vestigial use of
4366 `mm-hack-charsets'.
4367 * mm-bodies.el (mm-encode-body): Likewise.
4368
9303f985 43692008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4370
4fedcc00 4371 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
aca7a3d2
MB
4372 rfc2104-hexstring-to-bitstring and changed to return a byte list.
4373 (rfc2104-hash): Convert the result of concat to unibyte string.
4374
9303f985 43752008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 4376
aca7a3d2
MB
4377 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4378 coding-system-for-read.
4379 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4380
8385d659 4381 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
4fedcc00 4382 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
8385d659 4383 (mm-find-mime-charset-region): Remove hack-charsets stuff.
aca7a3d2 4384
10ef2ef7 43852008-01-24 Michael Sperber <sperber@deinprogramm.de>
a1da1e37
MB
4386
4387 * mail-source.el (mail-sources): Add `group' choice.
4388
4389 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4390 parameter `in-group' to control into which group the articles go.
4391 Add treatment of `group' mail-source.
4392
a445370f
DN
43932008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
4394
4395 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4396 * message.el (message-beginning-of-line): Use featurep instead of bound
4397 tests in order to resolve conditionals at compile time.
4398
4599d0ec
MB
43992008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4400
4401 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4402
4403 * mm-decode.el (mm-dissect-buffer): Decode description.
4404
4405 * mml.el (mml-to-mime): Encode message header first.
4406
0b6799c3
MB
44072008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4408
4409 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4410 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4411
44122008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
4413
4414 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4415
44162008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
4417
4418 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4419 prefix keys.
4420 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4421 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4422 gnus-xmas.el.
4423
44242008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
4425
4426 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4427 Add new variables for article mark management.
4428 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4429 list of extra data entries which, when present, will indicate that the
4430 article ID should not be trimmed from the registry.
4431 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4432 functions.
4433 (gnus-registry-read-mark): New function to read a mark name from the
4434 user.
4435 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4436 (gnus-registry-set-article-mark-internal): New functions to add and
4437 remove marks.
4438 (gnus-registry-get-article-marks): New function to show the marks for
4439 an article, or retrieve them for further use.
4440
44412008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
4442
4443 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4444 keys when no argument is given.
4445
44462008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
4447
4448 * gnus-sum.el (gnus-article-sort-by-random)
4449 (gnus-thread-sort-by-random): Fix doc strings. Reported by
4450 jidanni@jidanni.org.
4451
44522008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
4453
4454 * gnus-art.el (gnus-article-describe-bindings): New function.
4455 (gnus-article-read-summary-keys): Use it.
4456 (gnus-article-mode-map): Bind `C-h b' to it.
4457
95838435
MB
44582008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
4459
4460 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4461 XEmacs.
4462 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4463 against non-character events.
4464
95838435
MB
44652008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4466
4467 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4468 command.
4469 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4470 instead of END. Change name of the temp file.
4471 (gnus-group-gmane-group-download-format): Add doc string. Make it
4472 customizable.
4473
44742008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4475
4476 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4477 bind `S W' to gnus-article-wide-reply-with-original; set default
4478 binding to gnus-article-read-summary-send-keys.
4479 (gnus-article-read-summary-keys): Fix the order of keys; display
4480 continuation keys correctly in the echo area; describe bindings
4481 correctly when keys end with `C-h'.
4482 (gnus-article-read-summary-send-keys): New function.
4483 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4484 for gnus-article-read-summary-send-keys; display continuation keys
4485 correctly in the echo area.
4486 (gnus-article-reply-with-original): Ignore prefix argument.
4487 (gnus-article-wide-reply-with-original): New function.
4488
d82cf70b
MB
44892008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
4490
4491 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4492 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4493
44942008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
4495
4496 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4497 (gnus-group-read-ephemeral-gmane-group): New command.
4498
f3041af1
DN
44992008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4500
4501 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4502
87035689
MB
45032007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
4504
4505 * message.el (message-send-mail-function): Increase custom version.
4506
4507 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4508 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
4509
87035689
MB
45102007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
4511
4512 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4513 html parts correctly; support forwarded messages.
4514 (gnus-article-browse-html-article): Remove work buffers.
4515
4516 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4517 compiling.
4518 (netrc-bound-and-true-p): New macro.
4519 (netrc-parse): Use it instead of bound-and-true-p that is not available
4520 in XEmacs 21.4.
4521
45222007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
4523
4524 * gnus-registry.el (gnus-registry-mark-article)
4525 (gnus-registry-article-marks): Add functionality to mark articles
4526 through the Gnus registry.
4527
4528 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4529 (netrc-parse): Use encrypt-file-alist to determine if
4530 encrypt-find-model or encrypt-insert-file-contents should be used.
4531
541cbf8b
GM
45322007-12-19 Glenn Morris <rgm@gnu.org>
4533
4534 * mml.el (message-options-set, message-narrow-to-head)
4535 (message-in-body-p, message-mail-p, message-encode-message-body):
4536 Autoload.
4537 (message-remove-header, message-narrow-to-headers-or-head)
4538 (message-subscribed-p, message-make-mail-followup-to)
4539 (message-position-on-field, message-news-p)
4540 (message-options-set-recipient, message-generate-headers)
4541 (message-sort-headers): Declare as functions.
4542
87035689
MB
45432007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
4544
4545 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4546 convention in doc string.
4547
45482007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
4549
4550 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4551 title to html parts.
4552 (gnus-article-browse-html-article): Pass message header to it.
4553
4554 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4555
45562007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
4557
4558 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4559 or password compatible with XEmacs.
4560
bbbe940b
MB
45612007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
4562
4563 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4564 format document.
4565 (gnus-mime-delete-part): Don't write description line if empty.
4566 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4567
880820fe 45682007-12-14 Johan Bockgård <bojohan@gnu.org>
bbbe940b
MB
4569
4570 * gnus-sum.el (gnus-summary-mark-unread-as-read)
4571 (gnus-summary-mark-read-and-unread-as-read)
4572 (gnus-summary-mark-current-read-and-unread-as-read)
4573 (gnus-summary-mark-unread-as-ticked): Doc fix.
4574 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4575
45762007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
4577
4578 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
4579 Christoph Conrad <christoph.conrad@gmx.de>.
4580
45812007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
4582
4583 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4584 yes-or-no-p.
4585
45862007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
4587
4588 * mm-decode.el (mm-add-meta-html-tag): New function.
002876ab 4589 (mm-save-part-to-file, mm-pipe-part): Use it.
bbbe940b
MB
4590
4591 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4592 gnus-y-or-n-p instead of y-or-n-p.
4593 (gnus-article-browse-html-parts): Work with message/external-body; use
4594 mm-add-meta-html-tag.
4595
cef98b13
GM
45962007-12-11 Glenn Morris <rgm@gnu.org>
4597
4598 * gnus-cache.el: Require gnus-sum not just when compiling.
4599
4600 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4601
4602 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4603 definitions before use.
4604
4605 * mm-decode.el: Require gnus-util.
4606 (mm-remove-part): Only call delete-annotation on XEmacs.
4607
4608 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4609
4610 * nnmail.el: Require gnus-int.
4611
4612 * spam.el: Move `require's before `eval-when-compile's.
4613
4614 * gnus-ems.el (gnus-alive-p):
4615 * gnus-fun.el (message-goto-eoh):
5ec7fe1b 4616 * gnus-util.el (gnus-group-name-decode):
cef98b13
GM
4617 * mail-source.el (gnus-compress-sequence):
4618 * message.el (Info-goto-node, format-spec):
4619 * mm-bodies.el (message-options-get):
4620 * mm-decode.el (mm-view-pkcs7):
4621 * mm-util.el (gmm-write-region):
4622 * mml-smime.el (mml-compute-boundary)
4623 (gnus-completing-read-with-default):
4624 * mml.el (widget-button-press, gnus-make-hashtable):
4625 * mml1991.el (mm-decode-content-transfer-encoding)
4626 (mm-encode-content-transfer-encoding)
4627 (message-options-get, message-options-set):
4628 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4629 * nnfolder.el (gnus-request-group):
4630 * nnheader.el (ietf-drums-unfold-fws):
4631 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4632 * smime.el (gnus-run-mode-hooks):
4633 * spam-stat.el (gnus-message): Autoload.
4634
4635 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4636 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4637 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4638 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4639 Add declare-function compatibility definition.
4640
4641 * gnus-cache.el (nnvirtual-find-group-art):
4642 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4643 (gnus-add-image, gnus-add-wash-type):
4644 * gnus-group.el (nnkiboze-score-file):
4645 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4646 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5ec7fe1b
GM
4647 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4648 (message-tokenize-header, gnus-get-buffer-create)
4649 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4650 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
cef98b13
GM
4651 * gnus.el (gnus-group-decoded-name):
4652 * mail-source.el (imap-capability):
4653 * mm-bodies.el (message-options-set):
4654 * mm-decode.el (gnus-configure-windows):
4655 * mm-extern.el (message-goto-body):
4656 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4657 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4658 (epg-sub-key-validity, message-options-set):
4659 * mml.el (widget-event-point, gnus-configure-windows):
4660 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4661 * mml2015.el (epg-check-configuration, epg-configuration)
4662 (message-options-set):
4663 * nndb.el (nndb-request-article):
4664 * nnfolder.el (gnus-request-create-group):
4665 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4666 * nnmaildir.el (gnus-group-mark-article-read):
4667 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4668 * rfc1843.el (message-fetch-field):
4669 * spam.el (gnus-extract-address-components):
4670 Declare as functions.
4671
bbbe940b
MB
46722007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
4673
4674 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4675
a5ded4c9
GM
46762007-12-09 Glenn Morris <rgm@gnu.org>
4677
4678 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4679
4680 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
030cca00 4681 * message.el, mm-view.el, sieve-manage.el, smime.el:
1d1df709 4682 Add declare-function compatibility definition.
a5ded4c9
GM
4683
4684 * gnus-art.el (w3-region, w3m-region, Info-menu):
4685 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4686 * gnus-sum.el (gnus-get-predicate):
4687 * gnus-util.el (mm-append-to-file, w32-focus-frame):
4688 * message.el (mail-abbrev-in-expansion-header-p):
4689 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8d0f97a4 4690 (w3m-detect-meta-charset, w3m-region):
1d1df709
GM
4691 * sieve-manage.el (password-read, password-cache-add)
4692 (password-cache-remove):
8d0f97a4 4693 * smime.el (password-read-and-add): Declare as functions.
a5ded4c9 4694
274f1353
DK
46952007-12-08 David Kastrup <dak@gnu.org>
4696
4697 * gnus-sum.el (gnus-summary-simplify-subject-query):
4698 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4699 `message'.
4700
a601fb74 47012007-12-07 Glenn Morris <rgm@gnu.org>
80d06753 4702
a601fb74 4703 * gnus-art.el (article-make-date-line): Revert previous change.
80d06753 4704
af5370ad
RS
47052007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
4706
4707 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4708
21ee0911
MB
47092007-12-06 Christian Plate <cplate@web.de> (tiny change)
4710
4711 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4712 Call gnus-add-to-range ranges only once with a prepared article-list.
4713
47142007-12-06 Paul Jarc <prj@po.cwru.edu>
4715
149cd465
JB
4716 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4717 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
21ee0911
MB
4718 group names with backslashes. Reported by Tassilo Horn
4719 <tassilo@member.fsf.org>.
4720
f0131492 47212007-12-06 Deepak Goel <deego3@gmail.com>
fd0c71e8 4722
a601fb74
GM
4723 * gnus-art.el (article-make-date-line):
4724 * gnus-start.el (gnus-load):
4725 * pop3.el (pop3-read-response): Fix buggy call to `error'.
fd0c71e8 4726
415a09fb
MB
47272007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
4728
4729 * gnus-art.el (gnus-use-idna)
4730 * gnus-start.el (gnus-site-init-file)
4731 * message.el (message-use-idna)
4732 * mm-uu.el (mm-uu-hide-markers)
4733 * smiley.el (smiley-style): Revert changes that suppress warnings.
4734
47352007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
4736
4737 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4738 specify charset to html source. Reported by Christoph Conrad
4739 <christoph.conrad@gmx.de>.
4740
47412007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
4742
4743 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4744 idna-program in order to suppress byte compile warning issued by XEmacs
4745 that came to byte compile the default value section of defcustom forms
4746 recently.
4747
4748 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4749 value of installation-directory.
4750
4751 * message.el (message-use-idna): Don't directly refer to the value of
4752 idna-program.
4753
4754 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4755
4756 * smiley.el (smiley-style): Don't directly call face-attribute.
4757
b890d447
MB
47582007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
4759
4760 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4761
4762 * gnus-dired.el: Reduce Gnus dependencies.
4763 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4764 require. Use autoloads instead.
4765 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4766 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4767 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4768 (gnus-dired-mode): Adjust doc string.
4769 (gnus-dired-mail-mode): New variable.
4770 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4771 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4772 (gnus-dired-mail-buffers): New function. Return mail or message
4773 composition buffers.
4774 (gnus-dired-attach): Use it.
4775 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4776 NO-DECODE.
4777 (gnus-dired-print): Use `gnus-print-buffer' depending on
4778 `gnus-dired-mail-mode'.
4779
47802007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
4781
4782 * rfc2047.el (rfc2047-encoded-word-regexp)
4783 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4784 explaining what regexp patterns are for.
4785
13b0ef01
GM
47862007-12-04 Glenn Morris <rgm@gnu.org>
4787
4788 * password.el: Move to ../password-cache.el.
4789
4790 * mml1991.el (password-read, password-cache-add, password-cache-remove):
4791 * mml2015.el (password-read, password-cache-add, password-cache-remove):
4792 * mml-smime.el (password-read, password-cache-add)
4793 (password-cache-remove):
4794 No need to autoload, since mml-sec requires password.
4795
4796 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4797 * message.el (gnus-extract-address-components):
4798 * mml-smime.el (gnus-extract-address-components): Define for compiler.
4799
4800 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4801 password.
4802
b890d447
MB
48032007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
4804
4805 * mailcap.el: Reduce dependencies.
4806 (mail-header-parse-content-type): Autoload.
4807 (mailcap-delete-duplicates): New alias.
4808 (mailcap-mime-info): Add optional argument NO-DECODE.
4809 (mailcap-mime-types): Use mailcap-delete-duplicates.
4810
4811 * message.el (message-ignored-supersedes-headers): Add "X-ID".
4812
48132007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4814
4815 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4816 function.
4817
4818 * gnus-uu.el (gnus-uu-decode-yenc): New command.
4819 (gnus-uu-yenc-article): New function.
4820
4821 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4822
4823 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4824 buffer.
4825
21662dc7
GM
48262007-12-02 Glenn Morris <rgm@gnu.org>
4827
323fc9ec
GM
4828 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
4829 Move to ../net.
4830
21662dc7
GM
4831 * binhex.el, uudecode.el: Move to ../mail.
4832
ceabaeb3
GM
4833 * encrypt.el: Remove file.
4834
b890d447
MB
48352007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
4836
4837 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4838 matches on patches.
4839
4840 * gnus-art.el (gnus-article-browse-html-article): Mention
4841 `mm-text-html-renderer' in the doc string.
4842
4843 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4844 string. Add comments.
4845
4846 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4847 if rhs is ASCII.
4848
08545d0a
GM
48492007-12-01 Glenn Morris <rgm@gnu.org>
4850
fb18c032 4851 * dig.el, dns.el: Move to ../net.
c3335b6a 4852 * format-spec.el, hex-util.el, sha1.el: Move to ../.
4c1d5922 4853
08545d0a
GM
4854 * mail-source.el (top-level): Require format-spec before
4855 eval-when-compile.
4856
257a0a0d
GM
48572007-11-30 Glenn Morris <rgm@gnu.org>
4858
4859 * encrypt.el: Require password, rather than autoloading password-read.
4860
b890d447
MB
48612007-11-28 Elias Oltmanns <eo@nebensachen.de>
4862
4863 * gnus.el (gnus-method-to-server): Add an optional parameter so the
4864 caller can indicate whether the cache should be disregarded for this
4865 call. This way the result of the call is reproducible at all times and
4866 can be considered a canonical server name for the supplied method.
4867 (gnus-agent-method-p): Canonicalize server names by pushing their
4868 method through `gnus-method-to-server' using the no-cache argument.
4869
4870 * gnus-srvr.el (gnus-server-insert-server-line): Call
4871 `gnus-method-to-server' with `no-cache' argument.
4872
4873 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4874 gnus-agent-possibly-synchronize-flags as this should be called when the
4875 server is actually being opened.
4876 (gnus-agent-possibly-synchronize-flags)
4877 (gnus-agent-possibly-synchronize-flags-server): Move check for the
4878 flags file of an agentized server to the latter function.
4879
4880 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4881 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4882 after a connection has been established successfully.
4883
48842007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
4885
4886 * gnus-art.el (article-display-face): Force to display face if called
4887 interactively; check if gnus-article-x-face-too-ugly matches author.
4888 (article-display-x-face): Display face even if From header is missing
4889 as article-display-face does.
4890
d50fd8e2
GM
48912007-11-28 Richard Stallman <rms@gnu.org>
4892
4893 * md4.el: Move to ../.
4894 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
4895
b890d447
MB
48962007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
4897
4898 * mail-source.el (mail-sources): Default to fetch from file for
4899 compatibility with default of nnmail-spool-file.
4900
49012007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
4902
4903 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4904 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4905 to look for encoded word that should be encoded again.
4906 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4907 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4908 encoding pattern.
4909 (rfc2047-decode-region): Switch strict regexp and loose one according
4910 to rfc2047-allow-irregular-q-encoded-words.
4911
a06e7b5d
SJ
49122007-11-26 Simon Josefsson <simon@josefsson.org>
4913
4914 * imap.el: Move to ../net directory.
4915
b890d447
MB
49162007-11-25 Romain Francoise <romain@orebokech.com>
4917
4918 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4919
49202007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
4921
4922 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4923 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4924
4925 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4926 `nnmail-spool-file'.
4927
4928 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4929 `nnmail-spool-file'.
4930
4931 * gnus-move.el (gnus-change-server): Ditto.
4932
4933 * gnus-kill.el (gnus-batch-score): Ditto.
4934
4935 * gnus-cache.el (gnus-jog-cache): Ditto.
4936
c9e31f32
SM
4937 * gnus-msg.el (gnus-summary-reply):
4938 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
b890d447
MB
4939
49402007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
4941
c9e31f32
SM
4942 * gnus-cache.el (gnus-cache-generate-nov-databases):
4943 Use nnml-generate-nov-databases-directory instead of
b890d447
MB
4944 nnml-generate-nov-databases-1.
4945
e3b0153a
GM
49462007-11-24 Glenn Morris <rgm@gnu.org>
4947
4948 * message.el (message-tool-bar-retro): Update for rename
4949 mail_send.xpm->mail-send.xpm.
4950
b890d447
MB
49512007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
4952
4953 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4954 `smime-ldap-search' for Emacs 22 and up.
4955
145cc6b9
RS
49562007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
4957
63ff8478
RS
4958 * hashcash.el: Move to ../mail directory.
4959
8746c8b8
RS
4960 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
4961
145cc6b9
RS
4962 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4963 `smime-ldap-search' for Emacs 22 and up.
4964
82816ba1
SM
49652007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4966
b7b80032
SM
4967 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4968
82816ba1
SM
4969 * message.el (message-send-mail-function): Fix error convention.
4970 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4971 (message-widen-reply, message-send-mail, message-talkative-question)
4972 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4973 (message-clone-locals, message-send-news): Use with-current-buffer.
4974 (message-insert-or-toggle-importance): Remove unused var `valid'.
4975 (message-make-references): Remove unused var `new-references'.
4976 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4977
3042deef
JB
49782007-11-22 Juanma Barranquero <lekktu@gmail.com>
4979
4980 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4981 (spam-split-symbolic-return-positive): Reflow docstring.
4982 (spam-backends, spam-summary-exit-behavior)
4983 (spam-mark-ham-unread-before-move-from-spam-group)
4984 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4985 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4986 (spam-clear-cache, spam-backend-check, spam-install-backend)
4987 (spam-install-statistical-backend, spam-list-of-processors)
4988 (spam-group-processor-p, spam-split, spam-bogofilter-score)
4989 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4990 (spam-check-crm114, spam-initialize, spam-unload-hook):
4991 Fix typos in docstrings.
4992
b890d447
MB
49932007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
4994
4995 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4996 been checked if they have never been read and those group levels are
4997 higher than the one that a user specified.
4998
49992007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
5000
5001 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5002 foreign groups unless a group level is specified by a user.
5003 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5004
b62a39c4
RS
50052007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
5006
5007 * message.el (message-send-mail-function): Require sendmail.
5008
2ea6167b
RS
50092007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
5010
9e0a8576
RS
5011 * message.el (message-send-mail-function): Check for smtpmail too.
5012
f21470ef
RS
5013 * utf7.el (utf7-encode, utf7-decode): Use coding system
5014 `utf-7'/`utf-7-imap' from utf-7.el' if available.
5015
2ea6167b
RS
5016 * message.el (message-send-mail-function): New function.
5017 (message-send-mail-function): Set default using
5018 message-send-mail-function. Adjust doc string.
5019 (message-send-mail-with-mailclient): New function.
5020
127a6f0e
GM
50212007-11-17 Richard Stallman <rms@gnu.org>
5022
5023 * assistant.el: Remove file.
5024
9efa445f
DN
50252007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
5026
5027 * smime.el (from):
5028 * rfc2047.el (message-posting-charset):
5029 * qp.el (mm-use-ultra-safe-encoding):
5030 * pop3.el (parse-time-months):
5031 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5032 * nnml.el (files):
5033 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5034 (jka-compr-compression-info-list, ange-ftp-path-format)
5035 (efs-path-regexp):
5036 * nndiary.el (files):
5037 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5038 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5039 (epg-digest-algorithm-alist, inhibit-redisplay)
5040 (password-cache-expiry):
5041 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5042 (pgg-output-buffer, password-cache-expiry):
5043 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5044 (efs-path-regexp):
5045 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5046 (inhibit-redisplay):
5047 * mm-uu.el (file-name, start-point, end-point, entry)
5048 (gnus-newsgroup-name, gnus-newsgroup-charset):
5049 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5050 (latin-unity-ucs-list):
5051 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5052 (mm-uu-binhex-decode-function):
b97439ce 5053 * message.el (gnus-message-group-art, gnus-list-identifiers)
9efa445f
DN
5054 (rmail-enable-mime-composing, gnus-local-organization)
5055 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5056 (gnus-read-active-file, facemenu-add-face-function)
5057 (facemenu-remove-face-function, gnus-article-decoded-p)
5058 (tool-bar-mode):
5059 * mail-source.el (display-time-mail-function):
5060 * gnus-util.el (nnmail-pathname-coding-system)
5061 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5062 (gnus-original-article-buffer, gnus-user-agent)
5063 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5064 (xemacs-codename, sxemacs-codename, emacs-program-version):
5065 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5066 * gnus-start.el (gnus-agent-covered-methods)
5067 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5068 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5069 (gnus-newsgroup-headers, gnus-group-list-mode)
5070 (gnus-group-mark-positions, gnus-newsgroup-data)
5071 (gnus-newsgroup-unreads, nnoo-state-alist)
5072 (gnus-current-select-method, mail-sources)
5073 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5074 (nnmail-spool-file, gnus-cache-active-hashtb):
5075 * gnus-mh.el (mh-lib-progs):
5076 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5077 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5078 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5079 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5080 (gnus-group-buffer):
5081 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5082 (font-lock-set-defaults):
5083 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5084 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5085 (gnus-summary-post-menu, total-parts, type, condition, length):
5086 * gnus-agent.el (gnus-agent-read-agentview):
5087 * flow-fill.el (show-trailing-whitespace):
5088 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5089 eval-and-compile wrappers for byte compiler pacifiers.
5090
5091 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5092 (mm-display-inline-fontify): Check for featurep 'xemacs not
5093 extent-list.
5094
5095 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5096 itimer-list.
5097 (mm-create-image-xemacs): Only do something for XEmacs.
5098 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5099
5100 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5101
5102 * gnus-registry.el (gnus-adaptive-word-syntax-table):
5103 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5104
e9346447
JB
51052007-11-15 Juanma Barranquero <lekktu@gmail.com>
5106
ec5741dc 5107 * nnimap.el (nnimap-split-download-body):
e9346447 5108 * gnus-demon.el (gnus-demon):
ec5741dc 5109 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
e9346447 5110
1428d46b
MB
51112007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
5112
5113 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5114 macros.
5115 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5116 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5117 copy data from unibyte buffer to multibyte current buffer.
93acd23d 5118 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
1428d46b
MB
5119 to copy data from unibyte current buffer to multibyte buffer.
5120 (nntp-make-process-buffer): Make process buffer unibyte.
5121
5122 * pop3.el (pop3-open-server): Fix typo in Lisp code.
5123
51242007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
5125
5126 * pop3.el (pop3-open-server): Accept and process data more robustly at
5127 connexion start to avoid spurious "POP SSL connexion failed" errors.
5128
51292007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
5130
5131 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5132 read group names.
5133
51342007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
5135
5136 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5137
51382007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
5139
5140 * nnmail.el (nnmail-parse-active): Make group names unibyte.
5141 (nnmail-save-active): Use a unibyte buffer when saving active file,
5142 which may contain non-ASCII group names.
5143
5144 * nnml.el (nnml-request-group): Decode group names in messages.
5145
4d8a28ec
MB
51462007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
5147
5148 * message.el (message-citation-line-function)
5149 (message-insert-formatted-citation-line): Fix spelling of
5150 `message-insert-formated-citation-line'.
5151
c12ecb0a
MB
51522007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
5153
5154 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5155
4d8a28ec
MB
51562007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
5157
5158 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5159 nnmail-pathname-coding-system.
5160
5161 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5162 that a user enters; decode group names in messages.
5163
5164 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5165
60ece9b0
MB
51662007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
5167
5168 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5169
5170 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5171
5172 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5173 risky local variable.
5174
5175 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5176
51772007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
5178
5179 * encrypt.el: Improve documentation to fix function name typo.
5180 Reported by Daiki Ueno <ueno@unixuser.org>.
5181
51822007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
5183
5184 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5185 even if the point is not in the last page of an article.
5186 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5187 back to the previous page.
5188
c590ed3a
MB
51892007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
5190
5191 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5192
60ece9b0
MB
51932007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
5194
5195 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5196
c70dbcd5
SM
51972007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5198
60ece9b0
MB
5199 * message.el (message-check-news-body-syntax): Avoid
5200 mm-string-as-multibyte.
c70dbcd5
SM
5201 (message-hide-headers): Don't assume (point-min)==1.
5202
437ce4be
MB
52032007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5204
5205 * message.el (message-remove-blank-cited-lines): Fix if remove is
5206 given.
5207 (message-bogus-address-regexp): New variable.
5208 (message-bogus-recipient-p): New function.
5209 (message-check-recipients): New command.
5210 (message-syntax-checks): Add `bogus-recipient'.
5211 (message-fix-before-sending): Add `bogus-recipient'.
5212
5213 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
d55fe5bb
MB
5214 (gnus-treat-body-boundary): Don't test window-system.
5215
296fa7b4 52162007-10-28 Leo <sdl.web@gmail.com> (tiny change)
d55fe5bb
MB
5217
5218 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
437ce4be 5219
c7ff939a
RS
52202007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5221
5222 * gnus.el: Bump version to Gnus v5.13.
5223
01c52d31
MB
52242007-10-28 Miles Bader <miles@gnu.org>
5225
5226 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5227 at compile-time too.
5228
437ce4be
MB
52292007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5230
5231 * gnus-msg.el (gnus-message-setup-hook): Add
5232 `message-remove-blank-cited-lines' to options.
5233
01c52d31
MB
52342007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
5235
5236 * message.el (message-remove-blank-cited-lines): New function.
880820fe 5237 Suggested by Karl Plästerer.
01c52d31
MB
5238
52392007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
5240
5241 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5242 mapc.
5243
5244 * imap.el (imap-open): Replace mapcar called for effect with mapc.
5245 (top-level): Use mapc to set functions to be traced for debugging.
5246
5247 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5248 called for effect with while loop.
5249
5250 * message.el (message-talkative-question): Replace mapcar called for
5251 effect with mapc.
5252
5253 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5254 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5255 called for effect with dolist.
5256
5257 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5258
5259 * nndiary.el: Use dolist instead of mapcar to add diary headers to
5260 gnus-extra-headers and nnmail-extra-headers.
5261
5262 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5263 called for effect with dolist.
5264 (top-level): Use mapc to set functions to be traced for debugging.
5265
5266 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5267 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5268 dolist.
5269
5270 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5271 Replace mapcar called for effect with mapc.
5272 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5273 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5274 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5275 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5276
5277 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5278 remove-if that's a cl function.
5279
5280 * webmail.el (webmail-debug): Replace mapcar called for effect with
5281 dolist.
5282
01c52d31
MB
52832007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
5284
5285 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5286 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5287 with while loop.
5288
5289 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5290 functions from article-* functions.
5291 (gnus-multi-decode-header): Replace mapcar called for effect with
5292 dolist.
5293
5294 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5295 (gnus-bookmark-show-details): Replace mapcar called for effect with
5296 while loop.
5297
5298 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5299 called for effect with while loop.
5300
5301 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5302 with dolist.
5303
5304 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5305 mapcar called for effect with dolist.
5306
5307 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5308
5309 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5310 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5311 Replace mapcar called for effect with dolist.
5312 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5313 mapc.
5314
5315 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5316 Replace mapcar called for effect with dolist.
5317 (gnus-topic-list): Replace mapcar called for effect with mapc.
5318
5319 * gnus.el: Use mapc instead of mapcar to add autoloads.
5320
4b576f7d
RS
53212007-10-23 Richard Stallman <rms@gnu.org>
5322
5323 * gnus-group.el (gnus-group-highlight): Mark as risky.
5324
fdc90613
MB
53252007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
5326
5327 * gnus.el (gnus-server-to-method): Return method found first in
5328 gnus-newsrc-alist.
5329
01c52d31
MB
5330 * gnus-art.el (gnus-article-highlight-signature)
5331 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5332 button overlay without the front stickiness.
5333
53342007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
5335
5336 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5337 overview buffer needed a catch to receive its throw.
5338 (gnus-agent-flush-cache): Declared as interactive to make this function
5339 easier to use.
5340
fdc90613
MB
53412007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
5342
5343 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5344 `next-line'.
5345
5255e3ff
MB
53462007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
5347
5348 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5349 exclude address matching message-dont-reply-to-names.
5350
b4fde39f
MB
53512007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
5352
5353 * gnus-util.el (gnus-string<): New function.
5354
5355 * gnus-sum.el (gnus-article-sort-by-author)
01c52d31 5356 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
b4fde39f
MB
5357
53582007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
5359
5360 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5361 the frame-focus tag is set in gnus-buffer-configuration.
5362
01c52d31
MB
53632007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
5364
5365 * gnus-art.el (gnus-article-add-button): Make a button overlay without
5366 the front stickiness.
5367
53682007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5369
5370 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5371 url pattern; remove duplicate one.
5372 (gnus-article-extend-url-button): New function.
5373 (gnus-article-add-buttons): Use it.
5374 (gnus-button-push): Use concatenated url that it makes.
5375
6ab3804a
JB
53762007-10-04 Juanma Barranquero <lekktu@gmail.com>
5377
5378 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5379 (sieve-manage-open): Use `mapc' instead of `mapcar'.
5380
2f19ece7
SM
53812007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5382
5383 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5384 Don't hardcode point-min==1.
5385
1d0df8af
DK
53862007-09-30 David Kastrup <dak@gnu.org>
5387
5388 * gnus-art.el (gnus-article-reply-with-original)
5389 (gnus-article-followup-with-original): When `transient-mark-mode' is
5390 off, refrain from active-region behavior for followups.
5391
4b70e299
MB
53922007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
5393
5394 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
01c52d31
MB
5395 Fix comment about "iso8859-1".
5396
d4835507 53972007-10-08 Daiki Ueno <ueno@unixuser.org>
01c52d31
MB
5398
5399 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5400 ones returned from the verify-function.
5401
5402 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5403 mml2015-extract-cleartext-signature if extraction failed.
5404
54052007-10-07 Daiki Ueno <ueno@unixuser.org>
5406
5407 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5408 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5409 failed.
4b70e299
MB
5410
54112007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
5412
e9346447 5413 * Relicense "GPLv2 or later" files to "GPLv3 or later".
4b70e299 5414
01c52d31
MB
54152007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
5416
5417 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5418 to mark a thread as expirable. Add variable `hide' to handle hiding of
5419 thread for both the null and zero (kill/expire thread) universal prefix
5420 cases.
5421 (gnus-summary-expire-thread): Add new function to expire a thread,
5422 using gnus-summary-kill-thread.
5423 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5424 shortcuts for gnus-summary-expire-thread.
5425 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5426 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
5427
54282007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
5429
5430 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5431 extras value, so an extras entry can be deleted.
5432 (gnus-registry-delete-extra-entry): Use it.
5433 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5434 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5435 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
e46889e0
JB
5436 storage through the gnus-registry, and provide an appropriate API for
5437 it.
01c52d31 5438
4b70e299
MB
54392007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
5440
5441 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5442 Suggested by Leo <sdl.web@gmail.com>.
5443
5444 * gnus.el: Do.
5445
54462007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
5447
5448 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5449 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
5450
5451 * gnus-agent.el (gnus-agent-fetch-headers): Do.
5452
5453 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5454 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5455
54562007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
5457
5458 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5459 newline.
5460 (nnmbox-request-accept-article): Don't change article in source buffer;
5461 narrow to header to use message-fetch-field rather than
5462 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5463 (nnmbox-request-replace-article): Quote lines that'll be misidentified
5464 as delimiters; make sure article ends with newline.
5465 (nnmbox-delete-mail): Correct last position of article to be deleted;
5466 ignore X-Gnus-Newsgroup header in article body.
5467 (nnmbox-save-mail): Quote lines looking like delimiters at the right
5468 positions; make sure article ends with newline.
5469
01c52d31
MB
5470 * message.el (message-display-abbrev): Don't infloop when a user
5471 inserts SPC in the beginning of header.
5472
54732007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
5474
5475 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5476 list of groups not followed by default. Fix type to be regexp.
5477 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5478
54792007-09-06 Tassilo Horn <tassilo@member.fsf.org>
5480
5481 * hmac-def.el (define-hmac-function): Switch from old-style to
5482 new-style backquotes.
5483
002876ab 5484 * md4.el (md4-make-step): Likewise.
01c52d31
MB
5485
54862007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
5487
5488 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5489 raw-text coding system when saving .newsrc file, which may contain
5490 non-ASCII group names.
5491
4b70e299
MB
54922007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
5493
5494 * gnus-cus.el (gnus-score-extra): New widget.
5495 (gnus-score-extra-convert): New function.
5496 (gnus-score-customize): Use it for Extra.
5497
01c52d31
MB
54982007-08-31 Daiki Ueno <ueno@unixuser.org>
5499
5500 * mml2015.el (mml2015-extract-cleartext-signature): New function.
5501 (mml2015-mailcrypt-clear-verify): Use it.
5502 (mml2015-gpg-clear-verify): Use it.
5503 (mml2015-pgg-clear-verify): Use it.
5504 (mml2015-epg-clear-verify): Replace the current part with the output
5505 from GnuPG; don't extract the plaintext by itself.
5506
5507 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5508 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5509 mml2015-clear-verify-function; don't touch the armor headers or
5510 dash-escaped text here.
5511
55122007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
5513
5514 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5515 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5516 parts, or application/octet-stream as a last resort.
5517 (gnus-mime-view-part-as-type): Don't toggle display.
5518 (gnus-mime-view-part-as-charset): Don't turn off display before
5519 querying charset.
5520
5521 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5522 stuff to undisplayer function in Emacs.
5523 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5524
5525 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5526 text/calendar parts.
5527
7f22a765
MB
55282007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
5529
01c52d31
MB
5530 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5531 decoding text/calendar parts.
5532
5533 * message.el (message-forward-make-body-mime): Always mark body as
5534 having no illegible text; remove signed-or-encrypted argument.
5535 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5536
7f22a765
MB
5537 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5538 (mml-generate-mime-1): Don't encode body if it is specified to be in
5539 raw form; don't make buffer be unibyte when inserting multibyte string.
5540
67d0660b
SM
55412007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5542
5543 * sha1.el: Fix up comment style.
5544 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5545 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5546
5547 * hex-util.el: Fix up comment style.
5548 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5549
5550 * gnus-salt.el: Use with-current-buffer.
5551 (gnus-pick-setup-message): Fix long-standing typo.
5552
bdaf8a62
MB
55532007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
5554
01c52d31
MB
5555 * imap.el (imap-logout-timeout): New variable.
5556 (imap-logout, imap-logout-wait): New functions.
5557 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5558
5559 * nnimap.el (nnimap-logout-timeout): New server variable.
5560 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5561 nnimap-logout-timeout.
5562
bdaf8a62
MB
5563 * gnus-art.el (gnus-article-summary-command-nosave)
5564 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5565
55662007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
5567
5568 * gnus.el (gnus-maximum-newsgroup): New variable.
5569
5570 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5571 according to gnus-maximum-newsgroup.
5572
5573 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
67d0660b
SM
5574 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5575 Limit the range of articles according to gnus-maximum-newsgroup.
bdaf8a62 5576
01c52d31
MB
55772007-08-14 Tassilo Horn <tassilo@member.fsf.org>
5578
5579 * gnus-art.el (gnus-sticky-article): Fixed problems described in
5580 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
5581 Don't perform gnus-configure-windows here; reuse existing sticky
5582 article buffer.
5583
5584 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5585 it doesn't exist in gnus-article-mode.
5586
55872007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
5588
5589 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5590 (gnus-agent-decoded-group-name): New function.
5591 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5592 (gnus-agent-expire-group-1): Use it; decode group name in messages.
5593
55942007-08-12 Tassilo Horn <tassilo@member.fsf.org>
5595
5596 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5597 Add binding for gnus-sticky-article.
5598 (gnus-summary-exit): Don't kill sticky article buffers.
5599
5600 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5601 article buffer.
5602 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5603 (gnus-kill-sticky-article-buffers): New commands.
5604
37cc095b
MB
56052007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
5606
5607 * nntp.el (nntp-xref-number-is-evil): New server variable.
5608 (nntp-find-group-and-number): If it is non-nil, don't trust article
5609 numbers in the Xref header.
5610
01c52d31
MB
56112007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
5612
5613 * gnus-agent.el (gnus-agent-read-group): New function.
5614 (gnus-agent-flush-group, gnus-agent-expire-group)
5615 (gnus-agent-regenerate-group): Use it.
5616 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5617 nnmail-pathname-coding-system.
5618
37cc095b
MB
56192007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
5620
5621 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5622
01c52d31
MB
5623 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5624 that are unread as unread, and also as selected so that information of
5625 marks having been changed by a user may be updated when exiting group.
5626
37cc095b
MB
56272007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
5628
5629 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
5630
01c52d31
MB
56312007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
5632
5633 * gnus-art.el (gnus-mime-display-single): Pass part number that is
5634 calculated ignoring signature parts to gnus-treat-article.
5635
56362007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
5637
5638 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5639 a point here in order to keep the window start.
5640 (gnus-insert-mime-security-button): Make a button overlay without the
5641 front stickiness.
5642 (gnus-mime-display-security): Goto the end of a button.
5643
5644 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5645
56462007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
5647
5648 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5649 group-name-at-point.
5650 (gnus-group-completing-read): New function that offers decoded
5651 non-ASCII group names for completion.
5652 (gnus-fetch-group, gnus-group-read-ephemeral-group)
5653 (gnus-group-jump-to-group, gnus-group-make-group-simple)
5654 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5655 (gnus-group-fetch-control): Use it.
5656 (gnus-fetch-group): Use group-name-at-point for the initial value
5657 rather than the default value; use gnus-alive-p.
5658
5659 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5660 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5661 (gnus-summary-post-news): Use gnus-group-completing-read.
5662
5663 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5664 (gnus-read-move-group-name): Decode group name for completion.
5665
f0131492 56662007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31
MB
5667
5668 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5669 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5670 Yamaoka slightly modified the code).
5671
56722007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
5673
5674 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5675 (nnmail-split-incoming): Bind it.
5676
5677 * nnml.el (nnml-group-name-charset): New function.
5678 (nnml-decoded-group-name): Use it; don't decode group name if
5679 nnmail-group-names-not-encoded-p is non-nil.
5680 (nnml-encoded-group-name): New function.
5681 (nnml-group-pathname): Inline nnml-decoded-group-name.
5682 (nnml-request-expire-articles): Decode group name in message.
5683 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5684 nnmail-pathname-coding-system.
5685 (nnml-save-mail, nnml-active-number): Work with decoded group names and
5686 not decoded ones according to nnmail-group-names-not-encoded-p.
5687 (nnml-generate-active-info): Use nnml-encoded-group-name.
5688
3ecd3a56
GM
56892007-08-08 Glenn Morris <rgm@gnu.org>
5690
5691 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5692 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5693 doc-strings and comments.
5694
cacc7b51
GM
56952007-07-25 Glenn Morris <rgm@gnu.org>
5696
5697 * Relicense all FSF files to GPLv3 or later.
5698
01c52d31 56992007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2f62a044 5700
01c52d31
MB
5701 * gnus-sum.el (gnus-summary-move-article): Make
5702 gnus-summary-respool-article work.
2f62a044 5703
f931ce84
MB
57042007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
5705
5706 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5707 string.
5708
880820fe 57092007-07-20 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5710
5711 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
5712 that should be ignored when comparing distant RSS articles with local
5713 ones.
5714 (nnrss-make-hash-index): New function. Create a hash index according
5715 to the ignored fields.
5716 (nnrss-check-group): Use it.
5717
57182007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
5719
5720 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5721
5722 * gnus-art.el (article-decode-group-name): Decode Xref header too.
5723
5724 * gnus-group.el (gnus-group-make-group): Encode group name here unless
5725 the new optional argument ENCODED is non-nil.
5726 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5727 coding system for encoding group name.
5728 (gnus-group-make-rss-group): Pass un-encoded group name to
5729 gnus-group-make-group.
5730 (gnus-group-set-info): Tell gnus-group-make-group that group name is
5731 encoded.
5732
5733 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5734 Encode group name to which articles are moved or copied.
5735 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5736 coding system for encoding Newsgroup, Followup-To and Xref headers.
5737
5738 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5739 marks; use nnheader-file-coding-system to write a file.
5740 (nnagent-retrieve-headers): Bind file-name-coding-system to
5741 nnmail-pathname-coding-system.
5742
5743 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5744
5745 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5746 (nnml-request-article, nnml-request-create-group)
5747 (nnml-request-rename-group, nnml-find-id)
5748 (nnml-possibly-change-directory, nnml-possibly-create-directory)
5749 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5750 (nnml-save-marks): Use nnml-group-pathname instead of
5751 nnmail-group-pathname.
5752
5753 (nnml-request-create-group, nnml-request-expire-articles)
5754 (nnml-request-move-article, nnml-request-delete-group)
5755 (nnml-deletable-article-p, nnml-possibly-create-directory)
5756 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5757 (nnml-open-marks): Bind file-name-coding-system to
5758 nnmail-pathname-coding-system.
5759
5760 (nnml-request-article): Pass server argument to nnml-find-group-number.
5761 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5762 server argument to nnml-possibly-create-directory.
5763 (nnml-request-accept-article): Pass server argument to
5764 nnml-active-number and nnml-save-mail.
5765 (nnml-find-group-number): Pass server argument to nnml-find-id.
5766 (nnml-request-update-info): Pass server argument to
5767 nnml-marks-changed-p.
5768
5769 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5770 (nnml-save-mail, nnml-active-number): Add server argument.
5771
5772 (nnml-request-delete-group): Warn if group is missing.
5773 (nnml-get-nov-buffer): Decode group name.
5774 (nnml-generate-active-info): Encode group name.
5775 (nnml-open-marks): Decode group name in messages.
5776
57772007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
5778
5779 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5780 if it is not specified.
5781 (gnus-article-pipe-part, gnus-article-save-part)
5782 (gnus-article-interactively-view-part, gnus-article-copy-part)
5783 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5784 (gnus-article-inline-part, gnus-article-save-part-and-strip)
5785 (gnus-article-replace-part, gnus-article-delete-part)
5786 (gnus-article-view-part-as-type): Pass raw prefix argument to
5787 gnus-article-part-wrapper.
5788
57892007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
5790
5791 * gnus-agent.el (gnus-agent-save-active): Bind
5792 nnheader-file-coding-system to gnus-agent-file-coding-system.
5793
5794 * gnus-cache.el (gnus-cache-save-buffers)
5795 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5796 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5797 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5798 (gnus-cache-braid-nov, gnus-cache-braid-heads)
5799 (gnus-cache-generate-active, gnus-cache-rename-group)
5800 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5801 (gnus-cache-update-overview-total-fetched-for): Bind
5802 file-name-coding-system to nnmail-pathname-coding-system.
5803 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5804 variables.
5805 (gnus-cache-decoded-group-name): New function.
5806 (gnus-cache-file-name): Use it.
5807 (gnus-cache-generate-active): Use non-decoded group name for active.
5808
5809 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5810 right place.
5811 (gnus-write-active-file): Don't break non-ASCII group names.
5812
5813 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5814 nnmail-pathname-coding-system.
5815
5816 * gnus-uu.el (gnus-uu-decode-save): Typo.
5817
f931ce84
MB
58182007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
5819
5820 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5821
2f62a044
MB
58222007-07-14 David Kastrup <dak@gnu.org>
5823
5824 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
5825 finishing actions if we did not edit the article.
5826
01c52d31
MB
58272007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
5828
5829 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5830 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5831 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5832 (gnus-agent-flush-group, gnus-agent-flush-cache)
5833 (gnus-agent-fetch-headers, gnus-agent-load-alist)
5834 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5835 (gnus-agent-retrieve-headers, gnus-agent-request-article)
5836 (gnus-agent-regenerate-group)
5837 (gnus-agent-update-files-total-fetched-for)
5838 (gnus-agent-update-view-total-fetched-for): Bind
5839 file-name-coding-system to nnmail-pathname-coding-system.
5840 (gnus-agent-group-pathname): Don't encode file names by
5841 nnmail-pathname-coding-system.
5842 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5843 coding-system-for-write instead of buffer-file-coding-system to
5844 gnus-agent-file-coding-system.
5845
5846 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5847 Decode group name.
5848
5849 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5850
5851 * gnus-start.el (gnus-update-active-hashtb-from-killed)
5852 (gnus-read-newsrc-el-file): Make group names unibyte.
5853
5854 * nnmail.el (nnmail-group-pathname): Don't encode file names by
5855 nnmail-pathname-coding-system.
5856
5857 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5858 (nnrss-request-delete-group): Bind file-name-coding-system to
5859 nnmail-pathname-coding-system.
5860 (nnrss-read-server-data, nnrss-read-group-data): Bind
5861 file-name-coding-system correctly.
5862 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5863
5864 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5865 (nntp-server-to-method-cache): New variable.
5866 (nntp-group-pathname): New function that decodes non-ASCII group names.
5867 (nntp-possibly-create-directory, nntp-marks-changed-p)
5868 (nntp-save-marks, nntp-open-marks): Use it.
5869 (nntp-possibly-create-directory, nntp-open-marks):
5870 Bind file-name-coding-system to nnmail-pathname-coding-system.
5871 (nntp-open-marks): Decode group names when bootstrapping marks.
5872
5873 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5874 Newsgroups and Folowup-To headers.
5875
82fe1aed
MB
58762007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
5877
5878 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5879 (gnus-server-closed-face, gnus-server-denied-face)
5880 (gnus-server-offline-face): Remove variable.
5881 (gnus-server-font-lock-keywords): Use faces that are not aliases.
5882
01c52d31
MB
5883 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5884 of modifying message-stack directly for XEmacs.
5885
82fe1aed
MB
5886 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5887 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5888 if the coding-system argument is nil for XEmacs.
5889
5890 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5891 mm-charset-override-alist.
5892
5893 * rfc2047.el: Don't require base64; require rfc2045 for the function
5894 rfc2045-encode-string.
5895 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5896 to quote the parameter value.
5897
01c52d31
MB
58982007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
5899
5900 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5901 form in gnus-group-name-charset-method-alist.
5902
5903 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5904 overrides the default layout edit-form.
5905
5906 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5907
5908 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5909
60b0b668
MB
59102007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
5911
5912 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5913 as unfetched articles.
5914
59152007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
5916
5917 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5918
01c52d31
MB
59192007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
5920
5921 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5922 original back end that keeps marks in the local system.
5923
60b0b668
MB
59242007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
5925
01c52d31
MB
5926 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5927 arg of pop-to-buffer for XEmacs.
5928 (gnus-article-read-summary-keys): Ditto; don't restore window
5929 configuration if summary command ends up with neither article buffer
5930 nor summary buffer; describe bindings if summary keys end with C-h.
5931
59322007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
5933
5934 * message.el (message-fix-before-sending): Skip raw message part to be
5935 forwarded while checking illegible text.
5936 (message-forward-make-body-mime, message-forward-make-body): Mark
5937 signed or encrypted raw message as having no illegible text.
5938
59392007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
5940
5941 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5942 (gnus-message-with-timestamp-1): New macro.
5943 (gnus-message-with-timestamp): New function.
5944 (gnus-message): Use them.
5945
5946 * nnheader.el (nnheader-message): Use them.
5947
59482007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
5949
5950 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5951 .newsrc.eld file.
60b0b668 5952
5cedca8d
MB
59532007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
5954
5955 * gnus-agent.el (gnus-agent-fetch-headers)
5956 (gnus-agent-retrieve-headers): Bind
5957 gnus-decode-encoded-address-function to identity.
5958
5959 * nntp.el (nntp-send-xover-command): Recognize an xover command is
5960 available also when the server returns simply a dot.
5961
5962 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5963
524705ae
MB
59642007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
5965
01c52d31
MB
5966 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5967
59682007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
5969
524705ae
MB
5970 * gnus-ems.el (gnus-x-splash): Make it work.
5971
5972 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5973 from being used.
5974
01c52d31
MB
59752007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
5976
5977 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5978 the front stickiness.
5979 (gnus-article-summary-command-nosave): Correct the order of the
5980 arguments passed to pop-to-buffer.
5981 (gnus-article-read-summary-keys): Ditto; make it work properly when the
5982 summary command ends up with the article buffer.
5983
5984 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5985 the same faces.
524705ae 5986
770edeec
JB
59872007-06-07 Juanma Barranquero <lekktu@gmail.com>
5988
524705ae 5989 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
770edeec 5990
34c5dce5
JB
59912007-06-06 Juanma Barranquero <lekktu@gmail.com>
5992
3e3dc2c3
JB
5993 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5994 * gnus-sum.el (gnus-summary-highlight):
524705ae 5995 * mail-source.el (mail-source-delete-old-incoming-confirm):
3e3dc2c3 5996 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
34c5dce5 5997
524705ae
MB
59982007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
5999
6000 * gnus-art.el (gnus-mime-view-part-externally)
6001 (gnus-mime-view-part-internally): Fix predicate function passed to
6002 completing-read.
6003
01c52d31
MB
6004 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6005
6006 * gnus.el (gnus-update-message-archive-method): Add :version.
6007
60082007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
6009
6010 * gnus.el (gnus-update-message-archive-method): New variable.
6011
6012 * gnus-start.el (gnus-setup-news): Update saved "archive" method
6013 according to gnus-message-archive-method if
6014 gnus-update-message-archive-method is non-nil.
6015
60162007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
6017
6018 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
6019 by Loic Dachary <loic@dachary.org>.
6020 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
524705ae 6021
c14dcd06
CY
60222007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
6023
6024 * message.el (message-pop-to-buffer): Add switch-function argument.
6025 (message-mail): Pass switch-function argument to it.
524705ae 6026
01c52d31
MB
60272007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
6028
6029 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6030 Improve doc string.
6031
60322007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
6033
6034 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6035 (gnus-header-content)
6036 * gnus-cite.el (gnus-cite-10)
6037 * gnus-srvr.el (gnus-server-closed)
6038 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6039 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6040 (gnus-group-mail-3-empty, gnus-group-mail-low)
6041 (gnus-group-mail-low-empty, gnus-splash)
6042 * message.el (message-header-to, message-header-cc)
6043 (message-header-subject, message-header-other, message-header-name)
6044 (message-header-xheader, message-separator, message-cited-text)
6045 (message-mml): Lighten colors of faces used for dark background.
6046
60472007-05-24 Simon Josefsson <simon@josefsson.org>
6048
6049 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6050 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
6051
524705ae
MB
60522007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
6053
c9e31f32
SM
6054 * message.el (message-narrow-to-headers-or-head):
6055 Ignore mail-header-separator in the body.
524705ae 6056
01c52d31
MB
60572007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
6058
6059 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6060 same as window size.
6061
60622007-05-22 Kevin Ryde <user42@zip.com.au>
6063
6064 * message.el (message-font-lock-keywords): Use message-header-xheader
6065 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
6066 ahead of the anything pattern, to get it recognised.
6067
880820fe 60682007-05-12 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
6069
6070 * gnus-sum.el (gnus-articles-to-read)
6071 (gnus-summary-insert-old-articles): Don't truncate group name for
6072 `read-string'.
6073
6074 * gnus-util.el (gnus-limit-string): Delete this function.
6075
6076 * gnus-sum.el (gnus-simplify-subject-fully): Use
6077 `truncate-string-to-width' instead.
6078
880820fe 60792007-05-11 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
6080
6081 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
6082 if, on summary exit, the next group has to be selected.
6083 (gnus-summary-exit): Use it.
6084
524705ae
MB
60852007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
6086
6087 * gnus-art.el (gnus-article-mode): Fix comment about displaying
6088 non-break space.
c14dcd06 6089
01c52d31
MB
60902007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6091
6092 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6093 Check if group is not a directory.
6094 (nnfolder-request-expire-articles): Don't delete articles if the target
6095 group is not available.
6096
6097 * nnml.el (nnml-request-create-group): Properly check if group is not a
6098 file.
6099 (nnml-request-expire-articles): Don't delete articles if the target
6100 group is not available.
6101
6102 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6103 Don't quote characters that are within parentheses.
6104
61052007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
6106
6107 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6108 (gnus-handle-ephemeral-exit): Select article according to it.
6109
61102007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
6111
6112 * message.el (message-insert-formated-citation-line): Remove newline.
6113 (message-citation-line-format): Add final \n here so that the user can
6114 avoid a blank line.
6115
61162007-05-03 Dan Christensen <jdc@uwo.ca>
6117
6118 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6119 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6120 Update lanl/arXiv support.
596e5f72 6121
01c52d31
MB
61222007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
6123
6124 * gnus.el: Bump version number.
6125
61262007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6127
6128 * gnus.el (gnus-version-number): Bump version.
6129
9b3ebcb6 61302007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
01c52d31
MB
6131
6132 * gnus.el: No Gnus v0.6 is released.
6133
61342007-04-27 Didier Verna <didier@xemacs.org>
6135
6136 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6137 * gmm-utils.el (gmm-regexp-concat): here.
6138 * message.el: Don't require 'gnus-util.
6139 (message-dont-reply-to-names): Handle name change above.
6140 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6141
61422007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
6143
6144 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6145 since the initial value varies according to the system.
6146
61472007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
6148
6149 * mm-util.el (mm-charset-synonym-alist): Defcustom.
6150
61512007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
6152
6153 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6154
61552007-04-24 Didier Verna <didier@xemacs.org>
6156
6157 Improve the type of gnus-ignored-from-addresses.
6158 * gnus-util.el (gnus-orify-regexp): New function.
6159 * message.el (gnus-util): Require it.
6160 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6161 * gnus-sum.el (gnus-ignored-from-addresses): New function.
6162 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6163
61642007-04-24 Didier Verna <didier@xemacs.org>
6165
6166 * gnus-sum.el:
6167 * gnus-utils.el: Fix some trailing whitespaces.
6168
61692007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
6170
6171 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6172 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6173 article's Message-ID; refer parent article in summary buffer.
6174
6175 * message.el (message-bounce): Call mime-to-mml.
6176
61772007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
6178
6179 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
596e5f72 6180
6b554e88
MB
61812007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
6182
6183 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6184 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6185 displayed of multipart/alternative part if it is invoked from summary
6186 buffer.
6b554e88
MB
6187
6188 * mm-view.el (mm-inline-text-html-render-with-w3m)
6189 (mm-inline-text-html-render-with-w3m-standalone)
6190 (mm-inline-render-with-function): Use mail-parse-charset by default.
6191
01c52d31
MB
61922007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
6193
6194 * parse-time.el (parse-time-string-chars): Check if CHAR
6195 is less than the length of parse-time-syntax.
6196
61972007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
6198
6199 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6200 from gnus-newsgroup-processable.
6201
62022007-04-16 Didier Verna <didier@xemacs.org>
6203
6204 * gnus-msg.el (gnus-configure-posting-styles): Handle
002876ab 6205 message-signature-directory properly with :file syntax. Reported by
01c52d31
MB
6206 "Leo".
6207
62082007-04-11 Didier Verna <didier@xemacs.org>
6209
6210 New user option: message-signature-directory.
6211 * gnus-msg.el (gnus-configure-posting-styles): Support it.
6212 * message.el (message-insert-signature): Ditto.
6213 * message.el (message-signature-file): Doc update.
6214 * message.el (message-signature-directory): New.
6215
c429815a
MB
62162007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
6217
6218 * gnus-msg.el (gnus-inews-yank-articles): Use
6219 message-exchange-point-and-mark instead of exchange-point-and-mark.
6220
62212007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
6222
6223 * message.el (message-yank-original): Make sure cited text ends with
6224 newline; don't exchange point and mark.
6225
62262007-04-07 Chong Yidong <cyd@stupidchicken.com>
6227
6228 * tls.el (open-tls-stream): Properly handle case where there
6229 is no associated buffer.
6230
c345112e
TTN
62312007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
6232
6233 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6234 message-yank-original, make sure (< mark TEXT point).
6235
8aed9ac5
RS
62362007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
6237
01c52d31
MB
6238 * message.el (message-fill-column): New variable.
6239 (message-mode): Use it. Add comment on a possible new hook.
6240
8aed9ac5
RS
6241 * nnmail.el (nnmail-spool-file): Mark as obsolete.
6242 (nnmail-get-new-mail): Reformat.
6243
6244 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6245
6246 * gmm-utils.el: Fix Commentary.
6247 (gmm-tool-bar-from-list): Fix typo in doc string.
6248
561fb491
TTN
62492007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
6250
01c52d31
MB
6251 * message.el (message-yank-original): Don't switch point and mark
6252 unnecessarily to put point and mark as documented.
6253
62542007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6255
6256 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6257 from the message heads.
6258
62592007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
6260
6261 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6262 article buffer does not have a window. This may not be the best
6263 solution but is certainly better than setting the start of the null,
6264 that is the current, window.
6265
62662007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
6267
6268 * gnus-draft.el (gnus-draft-setup-hook): New hook.
6269 (gnus-draft-setup): Run it.
6270
6271 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6272 gnus-score-fast-scoring. Allow regexp.
6273 (gnus-score-headers): Use it.
6274
6275 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6276 XEmacs.
6277
6278 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6279 string.
6280 (gnus-button-alist): Also catch `<f1> k ...'.
6281 (gnus-treat-display-x-face): Fix doc string.
561fb491 6282
87ba2830
MB
62832007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6284
6285 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6286 evaluation of gnus-extended-version to ensure correct generation of the
6287 User-Agent header when message-generate-headers-first is used.
6288
01c52d31 62892007-03-24 Simon Josefsson <simon@josefsson.org>
87ba2830 6290
01c52d31
MB
6291 * hashcash.el (hashcash-generate-payment-async): Don't crash if
6292 hashcash-path is nil. Don't call callback with incorrect number of
6293 parameters if val is 0.
87ba2830 6294
815b81c8
MB
62952007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6296
6297 * message.el (message-required-news-headers):
6298 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6299
63002007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6301
6302 * message.el (message-generate-new-buffers): Change the meaning of the
6303 nil value; add `standard' to the choices; treat t as `unique'; improve
6304 doc string.
6305 (gnus-select-frame-set-input-focus): Autoload.
6306 (message-buffer-name): Search for the existing message buffer if
6307 message-generate-new-buffers is nil or `standard'; treat the value t of
6308 message-generate-new-buffers as `unique'.
6309 (message-pop-to-buffer): Raise the frame already displaying the message
6310 buffer; clear the echo area after querying.
6311 (message-setup): Pass the `continue' argument to compose-mail.
6312 (message-mail): Prefer `switch-function' if it is given; search for the
6313 existing message buffer if the `continue' argument is non-nil; pass
6314 continue and switch-function arguments to compose-mail by way of
6315 message-setup.
6316 (message-mail-other-window): Adjust argument of message-setup.
6317 (message-mail-other-frame): Ditto.
6318
01c52d31
MB
63192007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
6320
6321 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6322 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6323 to turn font-lock on when turning gnus-message-citation-mode on.
6324
63252007-03-06 Daiki Ueno <ueno@unixuser.org>
6326
6327 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6328 (mml-smime-function-alist): New variable; add epg as the backend.
6329 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6330 mml-smime- functions instead.
6331 * mm-view.el: Require smime.
6332
63332007-03-05 Didier Verna <didier@xemacs.org>
6334
6335 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6336 instead of just inheritance for posting styles.
6337 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6338
63392007-02-24 John Paul Wallington <jpw@pobox.com>
6340
6341 * tls.el (tls-certtool-program): Fix custom type.
6342
63432007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
6344
6345 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6346 and point-at-eol instead of line-(beginning|end)-position.
6347
6348 * assistant.el (assistant-parse-buffer): Ditto.
6349
63502007-02-28 Daiki Ueno <ueno@unixuser.org>
6351
6352 * mml2015.el (mml2015-epg-find-usable-key): New function.
6353 (mml2015-epg-sign): Use it.
6354 (mml2015-epg-encrypt): Use it.
6355
45cb30ee
MB
63562007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
6357
6358 * message.el (message-make-in-reply-to): Quote name containing
6359 non-ASCII characters. It will make the RFC2047 encoder cause an error
6360 if there are special characters. Reported by NAKAJI Hiroyuki
82bdbd4d 6361 <nakaji@jp.freebsd.org>.
45cb30ee 6362
01c52d31
MB
63632007-02-27 Didier Verna <didier@xemacs.org>
6364
6365 Include the group parameters as well as the topic ones in the
6366 inheritance filter process.
6367 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6368 argument GROUP-PARAMS-LIST.
6369 * gnus-topic.el (gnus-group-topic-parameters): Use it.
6370
45cb30ee
MB
63712007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6372
6373 * nntp.el (nntp-never-echoes-commands)
6374 (nntp-open-connection-functions-never-echo-commands): New variables.
6375 (nntp-send-command): Use them.
6376
01c52d31
MB
63772007-02-20 Daiki Ueno <ueno@unixuser.org>
6378
6379 * mml2015.el (mml2015-epg-verify): Simplified.
6380
63812007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
6382
6383 * mml.el (mml-content-disposition-alist): New user option.
6384 (mml-content-disposition): New function.
6385 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6386 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6387
63882007-02-19 Daiki Ueno <ueno@unixuser.org>
6389
6390 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6391 verification.
6392
aa260d63
MB
63932007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6394
6395 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6396 articles posted in the last 24 hours.
6397
c371062c
CY
63982007-02-14 Chong Yidong <cyd@stupidchicken.com>
6399
6400 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6401
880820fe 64022007-02-14 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
6403
6404 * nntp.el (nntp-send-command): Don't wait for echoes when
6405 nntp-open-ssl-stream is used.
6406
64072007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
6408
6409 * gnus-cite.el (gnus-test-font-lock-add-keywords)
6410 (gnus-message-add-citation-keywords)
6411 (gnus-message-remove-citation-keywords): Remove.
6412 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6413 directly, make the variables in font-lock-defaults buffer-local, add
6414 gnus-message-citation-keywords to them and then update the value of
6415 font-lock-keywords.
6416
64172007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
6418
6419 * message.el (message-cite-original-1): Don't call
6420 gnus-article-highlight-citation.
6421
6422 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6423 citations; fix line count.
6424
64252007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
6426
6427 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6428 (gnus-message-add-citation-keywords)
6429 (gnus-message-remove-citation-keywords): Use it; fix the emulating
6430 versions of font-lock-add-keywords and font-lock-remove-keywords to
6431 work with XEmacs correctly.
6432
64332007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
6434
6435 * gnus-cite.el (gnus-cite-face-list): Set the values of
6436 gnus-message-max-citation-depth and gnus-message-citation-keywords.
6437 (gnus-message-max-citation-depth): Use defvar rather than defconst.
6438 (gnus-message-cite-prefix-regexp): New variable.
6439 (gnus-message-search-citation-line): Use it; protect against long
6440 citation prefix; fill match data with nil rather than 0 for XEmacs; set
6441 the 0th match data for Emacs.
6442 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6443 (gnus-message-add-citation-keywords): Append keywords rather than
6444 prepending; emulate font-lock-add-keywords if it is not available.
6445 (gnus-message-remove-citation-keywords): Emulate
6446 font-lock-remove-keywords if it is not available.
6447
6448 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6449
6450 * message.el (message-cite-prefix-regexp): Set the value of
6451 gnus-message-cite-prefix-regexp.
6452
c91f4b83
MB
64532007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6454
6455 * nnweb.el (nnweb-google-parse-1): Update parser.
6456
8f77631e
JB
64572007-01-29 Juanma Barranquero <lekktu@gmail.com>
6458
6459 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6460
41e49ce6
MB
64612007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6462
6463 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6464 regexp.
6465
64662007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
6467
6468 * uudecode.el (uudecode-string-to-multibyte): New function emulating
6469 string-to-multibyte.
6470 (uudecode-decode-region-internal): Use it.
6471
b28080e3
MB
64722007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
6473
6474 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6475 custom choice.
6476
6477 * gnus-art.el (gnus-signature-limit): Fix custom choice.
6478
01c52d31
MB
64792007-01-22 Daiki Ueno <ueno@unixuser.org>
6480
6481 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6482
6483 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6484 `write-region' to respect `mm-inhibit-file-name-handlers'.
6485
b66f54c1
MB
64862007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
6487
6488 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6489 Use gnus-home-directory instead of "~/" or "$HOME".
6490
01c52d31
MB
64912007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
6492
6493 * encrypt.el (encrypt-insert-file-contents): Add better prompt
6494 to mention filename.
6495 Add comments at beginning regarding usage.
6496 (encrypt-write-file-contents): Change interactive so a string is
6497 acceptable. If the file has no associated model, show an error instead
6498 of a nonsense prompt.
6499
65002007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6501
6502 * spam.el (spam-bsfilter-ham-switch): Fix typo.
6503 Thanks to Yoshihiko Yamada for kind notification of this typo.
6504
0d7c8ac4
KH
65052007-01-12 Kenichi Handa <handa@m17n.org>
6506
6507 * uudecode.el (uudecode-decode-region-internal): Make it work in a
6508 multibyte buffer.
651408cb
MB
6509
65102007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
6511
01c52d31
MB
6512 * gnus-score.el (gnus-score-fast-scoring): New variable.
6513 (gnus-score-headers): Use it.
6514
651408cb 6515 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
0d7c8ac4 6516
01c52d31
MB
6517 * message.el (message-cite-original-1): Call
6518 gnus-article-highlight-citation if requested.
60ece9b0 6519 (message-make-from): Allow name and address as optional arguments.
40e902eb 6520
01c52d31 6521 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
40e902eb 6522
01c52d31
MB
6523 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6524 bugs to doc string.
6525 (gnus-button-alist): Add mid\\|message-id.
6526 (gnus-button-fetch-group): Extend for use in
6527 `browse-url-browser-function'.
6528 (gnus-button-url-regexp): Try to catch paired parentheses like in
6529 Wikipedia URLs.
d84c3737 6530
01c52d31
MB
6531 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6532 Suggested by Simon Krahnke <overlord@gmx.li>.
d84c3737 6533
01c52d31 65342007-01-13 Romain Francoise <romain@orebokech.com>
ba361211 6535
01c52d31
MB
6536 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6537 Update copyright.
ba361211 6538
01c52d31 65392007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
ba361211 6540
01c52d31 6541 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
ba361211 6542
01c52d31 65432007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
ba361211 6544
01c52d31
MB
6545 * gnus-registry.el (gnus-registry-unfollowed-groups)
6546 (gnus-registry-split-fancy-with-parent): Fix documentation.
6547
65482007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6549
6550 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6551 from nnweb groups.
6552
65532006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6554
6555 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6556 Xref urls. Erase buffer before requesting head.
6557
6558 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6559
65602007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
6561
6562 * gnus-soup.el (gnus-soup): New custom group. Make user variables
6563 customizable.
6564
65652007-01-05 Daiki Ueno <ueno@unixuser.org>
6566
6567 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6568 no signing key is found.
6569 (mml2015-epg-encrypt): Ask user whether to skip or abort if
6570 no encrypting and/or signing key is found.
6571
65722007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
6573
6574 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6575
65762007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6577
6578 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6579 headers read from disk with the ones newly found in the current search.
6580 This should no longer cause problems, because the article numbers in
6581 Gmane's `nov.php' output are ignored since the previous change.
ba361211
MB
6582
65832007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6584
6585 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6586
65872007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
6588
6589 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6590
01c52d31
MB
65912007-01-01 Romain Francoise <romain@orebokech.com>
6592
6593 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6594
65952006-12-31 Steve Youngs <steve@sxemacs.org>
6596
6597 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6598 `define-minor-mode' macro definition expanded properly.
6599 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6600 exclude it there.
6601
6602 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6603 of 2006-12-30. The default is nil on (S)XEmacs already because of the
6604 `fboundp' test.
6605 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6606 This is OK to autoload in (S)XEmacs now.
6607
66082006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6609
6610 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6611 keystroke.
6612 (gnus-summary-limit-to-singletons): Fix typo.
6613
6614 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6615 else fails.
6616
db629244
MB
66172006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6618
01c52d31
MB
6619 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6620 docstring.
6621
6622 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6623 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6624 (gnus-summary-insert-dormant-articles): Fix typo in message.
6625
66262006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
6627
6628 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6629 nil for XEmacs.
6630 (gnus-message-citation-mode): Don't autoload in XEmacs.
6631
6632 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
db629244 6633
880820fe 66342006-12-29 Jouni K. Seppänen <jks@iki.fi>
11e95b02
MB
6635
6636 * nnimap.el (nnimap-expunge-search-string): Mention
6637 nnimap-search-uids-not-since-is-evil in docstring.
6638
66392006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
6640
6641 * spam.el: Revert to make-obsolete-variable because
6642 define-obsolete-variable-alias is not supported in Emacs 21.
6643
01c52d31
MB
6644 * spam.el (spam-ifile-path, spam-ifile-database-path)
6645 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6646 make-obsolete-variable.
6647 (spam-bsfilter-path, spam-bsfilter-program)
6648 (spam-spamassassin-path, spam-spamassassin-program)
6649 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
6650 use "path" inappropriately.
6651 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6652 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6653 variable names.
6654
11e95b02
MB
66552006-12-28 Daiki Ueno <ueno@unixuser.org>
6656
6657 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6658 summary buffer.
6659
01c52d31
MB
6660 * password.el (password-cache-remove): Use clear-string to burn
6661 password, if available.
11e95b02 6662
01c52d31
MB
66632006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
6664
6665 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6666
6667 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6668
6669 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6670 (gnus-message-highlight-citation): Move defcustom here from
6671 gnus-cite.el.
6672 (gnus-message-citation-mode): Autoload.
6673
6674 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
6675 checks to make it compile with XEmacs.
6676 (gnus-message-citation-mode): New minor mode.
6677 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6678 (gnus-message-highlight-citation): New variables.
6679 (gnus-message-search-citation-line)
6680 (gnus-message-add-citation-keywords)
6681 (gnus-message-remove-citation-keywords)
6682 (turn-on-gnus-message-citation-mode)
6683 (turn-off-gnus-message-citation-mode): New functions.
6684
66852006-12-26 Oliver Scholz <epameinondas@gmx.de>
6686
6687 * gnus-cite.el: Enable highlighting of different citation levels in
6688 message-mode.
11e95b02
MB
6689
66902006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
6691
6692 * message.el (message-make-fqdn): Fix comment.
6693 (message-bogus-system-names): Add ".local".
6694
6695 * spam.el (spam-ifile-path, spam-ifile-program)
6696 (spam-ifile-database-path, spam-ifile-database)
6697 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6698 Don't use "path" inappropriately.
6699 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6700 strings.
6701 (spam-check-ifile, spam-ifile-register-with-ifile)
6702 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6703 new variable names.
6704
6705 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6706 (gnus-treat-display-smileys): Simplify using
6707 gnus-image-type-available-p.
6708
6709 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6710 available.
6711
67122006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6713
6714 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6715 one after turning on the buffer's multibyteness instead of decoding
6716 them directly in the unibyte buffer that causes unexpected conversion
6717 in Emacs 23 (unicode).
6718
01c52d31
MB
67192006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6720
6721 * message.el (message-generate-hashcash): Fix custom type.
6722
67232006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
6724
6725 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6726
9b9e104e
MB
67272006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
6728
6729 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6730 disconnect icons. Add help text.
6731
01c52d31
MB
67322006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
6733
6734 * spam.el (spam-extra-header-to-number): CRM114 spam score is
6735 negated to be consistent with the others we handle.
6736
67372006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6738
6739 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6740 version of gnus-summary-buffer to something, so that we can use two
6741 article buffers at the same time.
6742
67432006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
6744
6745 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6746 trigger all the extra headers.
6747 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6748 sorting.
6749
67502006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6751
6752 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6753 solid groups.
6754
bcd3e063
MB
67552006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6756
6757 * legacy-gnus-agent.el: Add Copyright notice.
6758
82e5f93f
CY
67592006-12-12 Chong Yidong <cyd@stupidchicken.com>
6760
6761 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6762
01c52d31
MB
67632006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6764
6765 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6766
6767 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6768 to make it work reliably in CVS Emacs.
6769 (gnus-summary-limit-strange-charsets-predicate)
6770 (gnus-summary-limit-to-predicate): New functions.
6771
f88e76a8
CY
67722006-12-08 Chong Yidong <cyd@stupidchicken.com>
6773
6774 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6775 specifying array size.
6776 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6777 array if it is too small.
6778 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6779 (gnus-sort-threads-loop): New function.
6780
e925d5ae 67812006-12-06 Chris Moore <dooglus@gmail.com>
04b61ae9
JB
6782
6783 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6784 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6785
880820fe 67862006-12-04 Jouni K. Seppänen <jks@iki.fi>
3aa84d30
MB
6787
6788 * mm-url.el (mm-url-predefined-programs): Call curl with correct
6789 options.
6790
01c52d31
MB
67912006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6792
6793 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6794 DOS-ing the recipient.
6795
6796 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6797 the headers when creating the mapping to avoid mismappings.
6798 (nnweb-gmane-create-mapping): Always nix out old mapping.
6799
68002006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
6801
6802 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6803 and mm-verify-option to never.
6804
5538c331
MB
68052006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
6806
01c52d31
MB
6807 * message.el (message-signed-or-encrypted-p): New function.
6808 (message-forward-make-body): Use it.
6809
6810 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6811 Replace encode-coding-string with mm-encode-coding-string.
5538c331
MB
6812
68132006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
6814
6815 * nneething.el (nneething-decode-file-name): Replace
6816 decode-coding-string with mm-decode-coding-string.
6817
01c52d31
MB
6818 * gnus-int.el (gnus-open-server): Say failed server's name.
6819
550831ed
JB
68202006-11-24 Juanma Barranquero <lekktu@gmail.com>
6821
6822 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6823 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6824
6825 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6826 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6827 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6828 (gnus-group-make-directory-group, gnus-group-transpose-groups):
6829 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6830 (gnus-subscribe-newsgroup, gnus-1):
6831 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6832 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6833 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6834 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6835
01c52d31
MB
68362006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6837
6838 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6839 keystroke.
6840 (gnus-summary-limit-to-bodies): Implement headersp.
6841
68422006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6843
6844 * dns.el (query-dns): Protect against "Process dns deleted" strings.
6845
e8f0f70d
MB
68462006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
6847
6848 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6849
01c52d31
MB
68502006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6851
6852 * message.el (message-generate-hashcash): Expand range of values to
6853 include `opportunistic'.
6854 (message-send-mail): Use it.
6855
b07e0143
MB
68562006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6857
6858 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6859 and comment it.
6860
6861 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6862
4573e0df
MB
68632006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
6864
6865 * gnus-util.el (gnus-extract-address-components): Improve comment.
6866
68672006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
6868
6869 * gnus-util.el (gnus-extract-address-components): Work with address in
6870 which the name portion contains @.
6871
68722006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
6873
6874 * gnus.el (gnus-start): Move custom group up.
6875 (gnus-select-method): Don't autoload, but make it available for
6876 `customize-variable'.
6877 (gnus-getenv-nntpserver): Don't autoload.
6878
01c52d31
MB
68792006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
6880
6881 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6882
68832006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
6884
6885 * message.el (message-sendmail-extra-arguments): New variable.
6886 (message-send-mail-with-sendmail): Use it.
6887
4573e0df
MB
68882006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
6889
6890 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6891 mm-with-unibyte-current-buffer to make string unibyte.
6892
6893 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6894 mm-string-as-multibyte.
6895
01c52d31
MB
68962006-11-14 Daiki Ueno <ueno@unixuser.org>
6897
6898 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6899 Reported by Werner Koch <wk@gnupg.org>.
6900
69012006-11-14 Daiki Ueno <ueno@p360>
6902
6903 * mml2015.el: Autoload epa-select-keys when compiling.
6904
69052006-11-13 Daiki Ueno <ueno@unixuser.org>
6906
6907 * mml2015.el (mml2015-epg-sign): Save the signing keys in
6908 message-options.
6909 (mml2015-epg-encrypt): Save the recipient keys in message-options.
6910
69112006-11-13 Daiki Ueno <ueno@unixuser.org>
6912
6913 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6914 EasyPG (< 0.0.6).
6915 (mml2015-always-trust): New user option.
6916 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6917 prompt.
6918
69192006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
6920
6921 * nntp.el (nntp-authinfo-force): New variable.
6922 (nntp-send-authinfo): Use it.
6923
4573e0df
MB
69242006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
6925
01c52d31
MB
6926 * message.el (message-strip-subject-encoded-words): Allow _not_ to
6927 decode encoded words. Improve prompt. Add comment about forwarding.
6928 (message-replacement-char): Move up.
4573e0df
MB
6929
69302006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6931
6932 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6933 instead of gnus-intersection because arguments of gnus-sorted-nunion
6934 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
6935
01c52d31
MB
69362006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
6937
6938 * message.el (message-strip-subject-encoded-words): Reformat prompt.
6939 (message-simplify-subject-functions): Enable
6940 message-strip-subject-encoded-words by default.
6941
69422006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
6943
c4cc8b9a 6944 * message.el (message-strip-subject-encoded-words): New function.
01c52d31
MB
6945 (message-simplify-subject-functions): New variable.
6946 (message-simplify-subject): Use it. Fix typo in doc string.
6947 Support message-strip-subject-encoded-words.
6948
06856b12
JB
69492006-11-03 Juanma Barranquero <lekktu@gmail.com>
6950
6951 * gnus-diary.el (gnus-diary-delay-format-function):
6952 * nndiary.el (nndiary-reminders):
6953 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6954
b193caa3
MB
69552006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
6956
6957 * gnus-art.el (article-hide-boring-headers): Fetch date from
6958 gnus-original-article-buffer to avoid problems with localized date
6959 strings.
6960
69612006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
6962
6963 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6964
ab785936
MB
69652006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
6966
06856b12
JB
6967 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6968 New variables.
ab785936
MB
6969 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6970 (mm-charset-synonym-alist): Move some entries to
6971 mm-codepage-iso-8859-list.
6972 (mm-charset-synonym-alist, mm-charset-override-alist): Add
6973 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6974
b90a6149
MB
69752006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
6976
6977 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6978
69792006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6980
6981 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6982 with Emacs 21 and XEmacs.
6983
01c52d31
MB
69842006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
6985
6986 * spam.el (spam-parse-address): New function for better parsing,
6987 catching errors, etc.
6988 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6989
b90a6149
MB
69902006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
6991
6992 * mm-view.el: Add interactive arg to html2text autoload.
6993
69942006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
6995
6996 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6997
01c52d31
MB
69982006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
6999
7000 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7001 variables.
7002 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7003 (mm-charset-synonym-alist): Move some entries to
7004 mm-codepage-iso-8859-list.
7005
7006 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7007
70082006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
7009
7010 * message.el (message-citation-line-format)
7011 (message-insert-formated-citation-line): Fix implementation of %E, %N
7012 and %n according to the doc string.
7013
70142006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
7015
7016 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7017 car-safe to avoid bad parses.
7018
c86d4601
MB
70192006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7020
7021 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7022 names.
7023
7024 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7025
70262006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
7027
01c52d31
MB
7028 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7029 header.
7030
7031 * message.el (message-draft-headers): Add Date.
7032 (message-headers-to-generate): Fix typo in docstring.
7033
7034 * nndraft.el (nndraft-required-headers): New variable.
7035 (nndraft-generate-headers): Use it.
7036
7037 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7038
70392006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
7040
7041 * gnus-registry.el (gnus-registry-wash-for-keywords)
7042 (gnus-registry-find-keywords): New functions to allow easy searching of
7043 articles that are in the registry.
7044
70452006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
7046
7047 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7048 ietf-drums-parse-address instead of gnus-extract-address-components.
7049 Reported by Damien Elmes <damien@repose.cx>.
c86d4601
MB
7050
70512006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
7052
7053 * gnus.el (gnus-mime): Remove unused custom group.
7054
92edaeed
MB
70552006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7056
7057 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7058 "blank line" when searching for end of armor headers.
7059
70602006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7061
7062 * gmm-utils.el (gmm-write-region): Fix variable name.
7063
70642006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
7065
7066 * gmm-utils.el (gmm-write-region): New function based on compatibility
7067 code from `mm-make-temp-file'.
7068
7069 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7070
7071 * nnmaildir.el (nnmaildir--update-nov)
7072 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7073 Use `gmm-write-region'.
7074
996aa8c1
MB
70752006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
7076
01c52d31
MB
7077 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7078 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7079
7080 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7081
7082 * message.el (message-replacement-char): New variable.
7083 (message-fix-before-sending): Use it.
7084 (message-simplify-subject): New function to remove duplicate code.
7085 (message-reply, message-followup): Use it.
7086
996aa8c1
MB
7087 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7088 gnus-summary-limit-to-articles.
7089
01c52d31 70902006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
996aa8c1 7091
01c52d31 7092 * gnus-util.el (gnus-with-local-quit): New macro.
996aa8c1 7093
01c52d31 7094 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
996aa8c1 7095
01c52d31 70962006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 7097
01c52d31
MB
7098 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7099 ignore non-string data.
996aa8c1 7100
01c52d31 71012006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 7102
01c52d31
MB
7103 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7104 non-string data (needs to be done in the registry too).
996aa8c1 7105
01c52d31 71062006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 7107
01c52d31
MB
7108 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7109 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7110 (gnus-registry-split-fancy-with-parent)
7111 (gnus-registry-fetch-simplified-message-subject-fast)
7112 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7113 Remove text properties on ingress into the registry and when it's saved.
7114 (gnus-registry-clean-empty-function): Fix bug with cleaning the
7115 registry from entries with no groups.
996aa8c1 7116
01c52d31 71172006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 7118
01c52d31
MB
7119 * gnus-util.el (gnus-string-remove-all-properties): Add utility
7120 function to remove string properties.
996aa8c1 7121
67099291
MB
71222006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
7123
7124 * gmm-utils.el (gmm): Adjust custom version.
7125
7126 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7127 custom version.
7128
7129 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7130
01c52d31
MB
71312006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
7132
7133 * gnus-art.el (gnus-insert-prev-page-button)
7134 (gnus-insert-next-page-button): Simplify. Reformat.
7135
71362006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
7137
7138 * gnus-art.el (gnus-insert-prev-page-button)
7139 (gnus-insert-next-page-button): Apply gnus-article-button-face.
7140
94019f61
CY
71412006-09-25 Chong Yidong <cyd@stupidchicken.com>
7142
7143 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7144
01c52d31
MB
71452006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
7146
c4cc8b9a
JB
7147 * gnus-art.el (gnus-insert-mime-button)
7148 (gnus-insert-mime-security-button):
7149 Apply gnus-article-button-face to MIME and security buttons.
01c52d31
MB
7150
71512006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
7152
7153 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7154 readable.
7155
71562006-09-20 Steve Youngs <steve@sxemacs.org>
7157
7158 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7159 `browse-url-of-file' instead of `browse-url'.
7160
0327a464
MB
71612006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7162
7163 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7164 regexp. Articles containing quotation were cut prematurely.
7165
71662006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7167
01c52d31
MB
7168 * message.el (message-cite-original-1): Use nobody by default for the
7169 value of From header.
0327a464
MB
7170 (message-reply): Ditto.
7171
01c52d31
MB
71722006-09-11 Daiki Ueno <ueno@unixuser.org>
7173
7174 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7175 to the gnus-info. This fixes a bug of inline-PGP message verification.
7176 Reported by Michael Piotrowski <mxp@dynalabs.de>.
7177
b110774a
MB
71782006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
7179
7180 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7181 mails in the doc string. Add some URLs in comment.
01c52d31 7182 (pop3-movemail): Warn about pop3-leave-mail-on-server.
b110774a
MB
7183
71842006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
7185
7186 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7187 backslashes handling and the way to find boundaries of quoted strings.
7188
01c52d31
MB
71892006-09-07 Daiki Ueno <ueno@unixuser.org>
7190
7191 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7192 mml1991-encrypt-to-self is set and mml1991-signers is not set.
7193 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7194 mml2015-encrypt-to-self is set and mml2015-signers is not set.
7195
676c1893
RS
71962006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
7197
01c52d31
MB
7198 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
7199 doc string.
7200 (gnus-button-regexp, gnus-button-last): Remove unused variables.
7201
72022006-09-06 Simon Josefsson <jas@extundo.com>
7203
7204 * mml2015.el (mml2015-use): Doc fix, mention epg.
7205
72062006-09-06 Daiki Ueno <ueno@unixuser.org>
7207
7208 * mml2015.el (mml2015-use): Default to epg, if available.
7209
72102006-09-06 Daiki Ueno <ueno@unixuser.org>
7211
7212 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7213 message-sender.
7214 (mml1991-epg-encrypt): Ditto.
7215 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7216 message-sender.
7217 (mml2015-epg-encrypt): Ditto.
676c1893 7218
de4fbbe4
CY
72192006-09-04 Chong Yidong <cyd@stupidchicken.com>
7220
7221 * message.el (message-send-mail-with-sendmail): Look for sendmail in
7222 several common directories.
7223
01c52d31
MB
72242006-09-05 Daiki Ueno <ueno@unixuser.org>
7225
7226 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7227 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7228
d7093904
MB
72292006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
7230
8fbdffe5
MB
7231 * gnus-art.el (article-decode-encoded-words): Make it fast.
7232
72332006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
7234
7235 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7236
d7093904
MB
7237 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7238 in quoted string into `\'.
7239
343d6628
MB
72402006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7241
7242 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7243 Use standard-syntax-table.
7244
72452006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7246
7247 * gnus-art.el (gnus-decode-address-function): New variable.
7248 (article-decode-encoded-words): Use it to decode headers which are
7249 assumed to contain addresses.
7250 (gnus-mime-delete-part): Remove useless `or'.
7251
7252 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7253 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7254 (gnus-nov-parse-line): Use it to decode From header.
7255 (gnus-get-newsgroup-headers): Ditto.
7256 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7257
7258 * mail-parse.el (mail-decode-encoded-address-region): New alias.
7259 (mail-decode-encoded-address-string): New alias.
7260
7261 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7262 New function.
7263 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7264 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7265 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7266 (rfc2047-decode-string): Ditto.
7267 (rfc2047-decode-address-region): New function.
7268 (rfc2047-decode-address-string): New function.
7269
01c52d31
MB
72702006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
7271
7272 * message.el (message-caesar-buffer-body): Allow rotating headers.
7273
7274 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7275
7276 * message.el (message-insert-formated-citation-line): Fix %f.
7277 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7278
72792006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7280
7281 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7282 (gnus-bookmark-mouse-available-p): New macro.
7283 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7284 (gnus-bookmark-bmenu-show-infos): Use it.
7285 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7286 (gnus-bookmark-bmenu-hide-infos): Ditto.
7287 (gnus-bookmark-remove-properties): New function.
7288 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7289 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7290 (gnus-bookmark-write-file): Bind coding-system-for-write.
7291 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7292 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7293 group before selecting it.
7294 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7295 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7296 quit-window if it is not available; use gnus-mouse-2 and bind it to
7297 gnus-bookmark-bmenu-select-by-mouse.
7298 (gnus-bookmark-show-details): Remove unused variable `details-list'.
7299 (gnus-bookmark-bmenu-select-by-mouse): New function.
6c5d6b6c 7300
5dab7628
RF
73012006-08-13 Romain Francoise <romain@orebokech.com>
7302
7303 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7304 space.
7305
5ebdc299
MB
73062006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7307
7308 * compface.el (uncompface): Use binary rather than raw-text-unix.
7309
73102006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7311
7312 * compface.el (uncompface): Make sure the eol conversion doesn't take
7313 place when communicating with the external programs. Reported by
7314 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7315
73162006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
7317
7318 * nnheader.el (nnheader-insert-head): Fix typo in comment.
7319
73202006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7321
7322 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7323 Make it more robust by parsing author and date independently.
7324
ebf693f3
MB
73252006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
7326
7327 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7328
01c52d31
MB
73292006-07-28 Daiki Ueno <ueno@unixuser.org>
7330
7331 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7332 first matching secret key.
7333 (mml2015-epg-encrypt): Ditto.
7334
7335 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7336 first matching secret key.
7337 (mml1991-epg-encrypt): Ditto.
7338
7339 * mml2015.el (mml2015-encrypt-to-self): New user option.
7340 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7341 mml2015-epg-encrypt-to-self is set.
7342
7343 * mml1991.el (mml1991-encrypt-to-self): New variable.
7344 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7345 mml1991-epg-encrypt-to-self is set.
7346
7347 * mml2015.el (mml2015-signers): New user option.
7348 (mml2015-epg-sign): Reflect the value of mml2015-signers.
7349 (mml2015-epg-encrypt): Allow to select signing keys.
7350
7351 * mml1991.el (mml1991-signers): New variable.
7352 (mml1991-epg-sign): Reflect the value of mml1991-signers.
7353 (mml1991-epg-encrypt): Allow to select signing keys.
7354
ebf693f3
MB
73552006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
7356
7357 * nnheader.el (nnheader-insert-head): Make it work even if the file
7358 uses CRLF for the line-break code.
7359
01c52d31
MB
73602006-07-25 Daiki Ueno <ueno@unixuser.org>
7361
7362 * mml2015.el: Require mml-sec instead of password.
7363 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7364 (mml2015-cache-passphrase): Inherit the default value from
7365 mml-secure-cache-passphrase.
7366 (mml2015-passphrase-cache-expiry): Inherit the default value from
7367 mml-secure-passphrase-cache-expiry.
7368
7369 * mml1991.el: Require mml-sec instead of password.
7370 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7371 (mml1991-cache-passphrase): Inherit the default value from
7372 mml-secure-cache-passphrase.
7373 (mml1991-passphrase-cache-expiry): Inherit the default value from
7374 mml-secure-passphrase-cache-expiry.
7375
7376 * mml-sec.el: Require password.
7377 (mml-secure-verbose): New user option.
7378 (mml-secure-cache-passphrase): New user option.
7379 (mml-secure-passphrase-cache-expiry): New user option.
7380
73812006-07-24 Daiki Ueno <ueno@unixuser.org>
7382
7383 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7384 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
880820fe 7385 andreas@altroot.de (Andreas Vögele).
01c52d31
MB
7386
7387 FIXME: Use `tiny change'?
7388
bd876f90
MB
73892006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7390
7391 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7392 workaround for the url package included with Emacs.
7393
7394 * nnweb.el (nnweb-google-create-mapping): Update regexp.
7395
01c52d31
MB
73962006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
7397
7398 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7399 correctly. This fixes a bug caused by the 2006-05-12 change.
7400
06dc8321
KF
74012006-07-18 Karl Fogel <kfogel@red-bean.com>
7402
7403 * nnmail.el (nnmail-article-group): If splitting raises an error, give
7404 some information about the error when saying that the `bogus' mail
7405 group will be used.
7406
7ce31649
MB
74072006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
7408
7409 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7410 string.
7411
b44409c9
MB
74122006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
7413
7414 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7415
763bb2d4
MB
74162006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7417
7418 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7419
01c52d31
MB
74202006-07-10 Daiki Ueno <ueno@unixuser.org>
7421
7422 * mml1991.el (mml1991-function-alist): Add epg.
7423 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7424 (mml1991-epg-encrypt): New functions.
7425
74262006-07-10 Daiki Ueno <ueno@unixuser.org>
7427
7428 * mml2015.el (mml2015-verbose): New variable.
7429 (mml2015-cache-passphrase): Ditto.
7430 (mml2015-passphrase-cache-expiry): Ditto.
7431 (mml2015-function-alist): Add epg.
7432 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7433 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7434 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7435 functions.
7436
74372006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7438
7439 * message.el (message-cite-original-1): Preserve region when removing
7440 quoted text due to X-No-Archive in order to avoid bogus attribution
7441 when citing multiple messages.
7442
74432006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7444
7445 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
7446 Kenneth Jacker <khj@be.cs.appstate.edu>.
7447
827dc73d
MB
74482006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
7449
7450 * gnus-diary.el (gnus-user-format-function-d)
7451 (gnus-user-format-function-D): Autoload.
7452
01c52d31 7453 * imap.el (Commentary): Fix typo.
827dc73d 7454
01c52d31
MB
7455 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7456 2006-04-22 contribution.
7457
74582006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7459
7460 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7461 It didn't really fix the bogosity I'm seeing with solid web groups.
7462
74632006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7464
7465 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7466 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7467 created using server names. If we use the feature without declaring
7468 it, Gnus does not properly manage server and group state.
7469
7470 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7471 bound.
7472
74732006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7474
7475 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7476 looking up the method using GROUP's prefix before inventing a new one.
7477 It is used on killed/unknown groups in various places where returning
7478 an all-new method isn't expected by the caller.
7479
7480 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7481 and match semantics of gnus-group-real-prefix.
7482
74832006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
7484
7485 * nnmail.el (nnmail-broken-references-mailers): New variable.
7486 (nnmail-ignore-broken-references): New function generalizing
7487 nnmail-fix-eudora-headers.
7488 (nnmail-fix-eudora-headers): Now obsolete.
7489
7490 * gnus-art.el (gnus-button-handle-custom): Support
7491 `customize-apropos*'.
7492
74932006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7494
7495 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7496
7497 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7498 articles.
7499
75002006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
7501
7502 * message.el (message-cite-reply-above): New variable.
7503 (message-yank-original): Use it.
827dc73d 7504
a367620f
MB
75052006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
7506
7507 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7508
01c52d31
MB
75092006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
7510
7511 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7512 as read.
7513
7514 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7515
75162006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
7517
7518 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7519 (gnus-bookmark-default-file): Use gnus-directory.
7520 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7521 Remove "*" in doc string.
7522 (gnus-bookmark-write-file): Simplify.
7523 (gnus-bookmark-maybe-sort-alist): Use `when'.
7524 (gnus-bookmark-get-bookmark): Fix typo in doc string.
7525 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7526 FIXME about Emacs 21 and XEmacs compatibility.
7527 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7528 compatibility.
7529 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7530 compatibility.
7531 (gnus-bookmark-menu-heading): Fix version.
7532
75332006-06-19 Bastien Guerry <bzg@altern.org>
7534
7535 * gnus-bookmark.el: New file.
7536
5cfd0f2e
MB
75372006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
7538
7539 * message.el (message-syntax-checks): Doc fix.
7540
01c52d31
MB
75412006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7542
7543 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7544 unsubscribed groups as if they were killed ones. It causes duplicate
7545 entries in gnus-newsrc-alist.
7546
f362b760
MB
75472006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
7548
7549 * message.el (message-syntax-checks): Doc fix.
7550 (message-send-mail): Add check for continuation headers.
7551 (message-check-news-header-syntax): Fix regexp used to check for
7552 continuation headers.
7553
75542006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
7555
7556 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7557
01c52d31
MB
75582006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
7559
7560 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7561
75622006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
7563
7564 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7565 default-truncate-lines.
7566
26c9afc3
MB
75672006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
7568
7569 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7570 to fill the utf-8 entry.
7571
01c52d31 75722006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
26c9afc3 7573
01c52d31
MB
7574 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7575
75762006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
7577
7578 * gnus-agent.el (directory-files-and-attributes): Move all the way
7579 forward (the third and final move).
7580 (gnus-agent-read-agentview): Trap reconstruction errors due to
b643362c 7581 nonexistent directory. Handle by returning nil.
01c52d31
MB
7582
75832006-05-30 Didier Verna <didier@xemacs.org>
7584
7585 * message.el (message-dont-reply-to-names): Update the custom type.
7586 * message.el (message-dont-reply-to-names): New defsubst: potentially
7587 convert a list of regexps into a single one.
7588 * message.el (message-get-reply-headers): Use it.
7589 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7590
75912006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
7592
7593 * gnus-agent.el (directory-files-and-attributes): Move forward.
26c9afc3
MB
7594
75952006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
7596
7597 * gnus-ml.el (gnus-mailing-list-subscribe)
7598 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7599 (gnus-mailing-list-message): Fix doc strings.
7600
76012006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7602
7603 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7604 of doing it manually.
7605
01c52d31
MB
76062006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
7607
7608 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7609 comment.
7610
26c9afc3
MB
76112006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
7612
002876ab 7613 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
01c52d31 7614 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
c4cc8b9a 7615 (gnus-agent-read-local): All symbols allocated in my-obarray.
26c9afc3
MB
7616 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7617 (gnus-agent-regenerate-group): Check numeric names to see if they are
7618 messages or groups.
01c52d31
MB
7619 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7620 better way of do this...)
7621
7622 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7623 'dummy.group' (there should be a better way of do this...)
26c9afc3
MB
7624
76252006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
7626
7627 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7628 (gnus-saved-headers): Ditto.
01c52d31 7629 (gnus-default-article-saver): Mention functions may have properties.
26c9afc3
MB
7630 (gnus-article-save): Override gnus-save-all-headers and
7631 gnus-saved-headers by :headers property which saver function may have.
01c52d31
MB
7632 (gnus-summary-save-in-file): Add :headers property.
7633 (gnus-summary-write-to-file): Ditto.
7634
7635 * gnus-sum.el (gnus-summary-save-article): Bind
7636 gnus-prompt-before-saving to t when saving many articles in a file;
7637 always show all headers.
7638
76392006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
7640
7641 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7642 marks.
7643
7644 * message.el (message-indent-citation): Add optional arguments to allow
7645 using it outside of message buffers.
7646
7647 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7648 (gnus-article-treat-unfold-headers): Use it.
7649 (gnus-article-truncate-lines): New variable.
7650 (gnus-article-mode): Use it.
7651 (gnus-article-toggle-truncate-lines): New function.
7652
7653 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7654 gnus-article-toggle-truncate-lines.
7655
7656 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7657 coding system in XEmacs, use binary.
7658
76592006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
7660
7661 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7662 after-load-alist.
7663
7664 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7665 this function should save decoded articles.
7666 (gnus-summary-write-to-file): Use property to specify this function
7667 should save decoded articles and specify gnus-summary-save-in-file
7668 should be used to save articles other than the first one when saving
7669 many articles.
7670 (gnus-summary-save-body-in-file): Use property to specify this
7671 function should save decoded articles.
7672 (gnus-summary-write-body-to-file): Use property to specify this
7673 function should save decoded articles and specify
7674 gnus-summary-save-body-in-file should be used to save articles other
7675 than the first one when saving many articles.
7676
7677 * gnus-sum.el (gnus-summary-save-article): Simplify.
7678
76792006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
7680
7681 * gnus-art.el (gnus-default-article-saver): Add
7682 gnus-summary-write-body-to-file.
7683 (gnus-article-save-coding-system): Don't use coding system object
7684 in XEmacs.
26c9afc3
MB
7685 (gnus-read-save-file-name): Add optional `dir-var' argument which
7686 specifies directory in which files are saved; work even if optional
7687 `variable' argument is not specified.
01c52d31
MB
7688 (gnus-summary-write-to-file): Read file name.
7689 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7690 (gnus-summary-write-body-to-file): New function.
26c9afc3
MB
7691
7692 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7693 (gnus-summary-local-variables): Add it.
7694 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
01c52d31
MB
7695 (gnus-summary-save-article): Remove optional `decode' argument;
7696 determine whether to decode articles by the value of
7697 gnus-default-article-saver; when saving many files using
7698 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7699 it first and use gnus-summary-save-in-file or
7700 gnus-summary-save-body-in-file thereafter unless
7701 gnus-prompt-before-saving is always; move point to article which
7702 will be saved.
7703 (gnus-summary-save-article-file): Revert.
7704 (gnus-summary-write-article-file): Revert.
7705 (gnus-summary-save-article-body-file): Revert.
26c9afc3
MB
7706 (gnus-summary-write-article-body-file): New function.
7707
77082006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
7709
01c52d31 7710 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
26c9afc3 7711
01c52d31 77122006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
26c9afc3 7713
01c52d31
MB
7714 * gnus-art.el (gnus-default-article-saver): Doc fix.
7715 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7716 from gnus-summary-save-article-coding-system, and default to a
7717 certain coding system.
7718 (gnus-output-to-file): Add coding cookie and encode text according
7719 to gnus-article-save-coding-system; don't use mm-append-to-file.
26c9afc3 7720
01c52d31
MB
7721 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7722 gnus-art.el and rename to gnus-article-save-coding-system.
7723 (gnus-summary-save-article): Require gnus-art; don't show all
7724 headers if it decodes articles; don't add coding cookie here;
7725 don't bind mm-text-coding-system-for-write.
7726 (gnus-summary-save-article-file): Save decoded articles.
7727 (gnus-summary-write-article-file): When saving many files, use
7728 gnus-summary-write-to-file first and gnus-summary-save-in-file
7729 thereafter unless gnus-prompt-before-saving is always.
7730 (gnus-summary-save-article-body-file): Save decoded articles.
26c9afc3 7731
01c52d31 77322006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
26c9afc3 7733
01c52d31 7734 * nnrss.el (nnrss-check-group): Bind hash-index.
26c9afc3 7735
880820fe 77362006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
01c52d31
MB
7737
7738 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7739 its hash index. Store this hash in `nnrss-group-data'.
7740 (nnrss-read-group-data): Update accordingly.
7741
77422006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
7743
7744 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7745 entry.
7746
7747 * gnus-sum.el (gnus-summary-make-menu-bar): Add
7748 gnus-article-browse-html-article.
7749
77502006-05-23 Hynek Schlawack <hynek@ularx.de>
7751
7752 * gnus-sum.el (gnus-summary-mime-map): Add
7753 gnus-article-browse-html-article.
77542006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
7755
7756 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7757 suitable coding systems in customize.
7758
77592006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
7760
7761 * mail-source.el (mail-sources): Fix custom type.
26c9afc3 7762
d7ba2a01
RS
77632006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
7764
f18df03d
MB
7765 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7766 (gnus-summary-expire-articles-now): Shorten prompt.
7767
d7ba2a01
RS
7768 * gmm-utils.el (wid-edit): Require.
7769 (defun-gmm): Renamed from `gmm-defun-compat'.
7770 (gmm-image-search-load-path): Use it.
7771 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
7772
01c52d31
MB
77732006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
7774
7775 * gnus-sum.el (gnus-summary-save-article-coding-system): New
7776 variable.
7777 (gnus-summary-save-article): Add optional `decode' argument. If
7778 it is set and gnus-summary-save-article-coding-system is non-nil,
7779 save decoded article.
7780 (gnus-summary-write-article-file): Save decoded article if
7781 gnus-summary-save-article-coding-system is non-nil.
7782
7783 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7784 type.
7785
77862006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
7787
7788 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7789
77902006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
7791
7792 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7793 first to test gnus-single-article-buffer which may be buffer-local.
7794
7795 * gnus-sum.el (gnus-summary-setup-buffer): Make
7796 gnus-single-article-buffer buffer-local and nil in ephemeral
7797 group; make gnus-article-buffer, gnus-article-current, and
7798 gnus-original-article-buffer always buffer-local.
7799 (gnus-summary-exit): Kill article buffer belonging to ephemeral
7800 group.
7801 (gnus-handle-ephemeral-exit): Don't move to next summary line.
7802
78032006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
7804
7805 * nnml.el (nnml-request-compact-group): Compressed files might not
7806 have .gz extension.
7807
54e573e6
MB
78082006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7809
7810 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7811 (mm-copy-to-buffer): Use with-current-buffer.
7812 (mm-display-part): Simplify.
7813 (mm-inlinable-p): Add optional arg `type'.
7814
01c52d31
MB
78152006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7816
49c7d1ac 7817 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
54e573e6
MB
7818 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7819 Try harder to show the attachment internally or externally using
7820 gnus-mime-view-part-as-type.
7821
01c52d31 78222006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
54e573e6 7823
01c52d31
MB
7824 * message.el (message-from-style, message-signature-separator)
7825 (message-user-organization-file, message-send-mail-function)
7826 (message-citation-line-function, message-yank-prefix)
7827 (message-indent-citation-function, message-signature)
7828 (message-signature-file, message-signature-insert-empty-line):
7829 Remove autoloads.
7830
7831 * gnus-art.el (gnus-buttonized-mime-types): Remove
7832 "multipart/signed". Revert 2006-04-26 change.
7833
78342006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7835
7836 * gnus.el (gnus-version-number): Bump version.
7837
78382006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
7839
7840 * gnus.el: No Gnus v0.5 is released.
7841
78422006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7843
7844 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7845 fetching articles by message-id.
7846
78472006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7848
7849 * message.el (hashcash): Require hashcash as normal.
7850
7851 * ecomplete.el (ecomplete-highlight-match-line): Use
7852 point-at-eol.
7853 (ecomplete-highlight-match-line): Use `highlight', because that
7854 face exists in both Emacs and XEmacs.
7855
7856 * message.el (message-display-abbrev): Use point-at-bol.
7857
7858 * mail-source.el: Don't require timer/timer-funcs.
7859
7860 * gnus-async.el: Ditto.
7861
7862 * password.el: Ditto.
7863
7864 * mm-url.el: Ditto.
7865
7866 * mm-util.el: Require timer/timer-funcs.
7867
78682006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7869
7870 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7871 Close.
54e573e6 7872
9606f1cb
MB
78732006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
7874
7875 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7876 unibyte after clear-decrypt function runs.
7877
7878 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7879 returns as a unibyte string.
7880
305452a5
MB
78812006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
7882
305452a5
MB
7883 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7884 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7885 (mml1991-pgg-encrypt): Ditto.
7886
0565caeb
MB
78872006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
7888
01c52d31
MB
7889 * message.el (message-user-organization-file): Check several
7890 locations of the organization file.
0565caeb 7891
01c52d31
MB
7892 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7893 Add gnus-article-view-part-as-type.
0565caeb 7894
01c52d31 7895 * gnus-art.el (gnus-article-view-part-as-type): New function.
0565caeb
MB
7896
7897 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7898 .mobi and .travel. Remove .nato, .bitnet and .uucp.
0565caeb 7899
01c52d31
MB
7900 * mml.el: Simplify autoload.
7901 (mml-mode): defvar dnd-protocol-alist instead of using
7902 symbol-value.
7903 (mml-default-directory): New variable.
7904 (mml-minibuffer-read-file): Use it.
7905 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7906
7907 * message.el (message-citation-line-format): New variable.
7908 (message-insert-formated-citation-line): New function.
7909 (message-citation-line-function): Add
7910 `message-insert-formated-citation-line' to custom type.
7911
7912 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7913 to doc string.
7914
7915 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7916 depending on mm-verify-option.
0565caeb 7917
305452a5
MB
79182006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
7919
7920 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7921 binding pgg-* variables; reimplement the section which prevents
7922 MIME header from being signed.
7923 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7924 pgg-text-mode; remove a blank line at the top of body.
7925
7926 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7927 lines at the top of body; use gnus-newsgroup-charset if there's no
7928 Charset header.
7929
0565caeb
MB
79302006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
7931
01c52d31
MB
7932 * message.el (message-self-insert-commands): Doc fix.
7933
0565caeb
MB
7934 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7935 (mm-uu-pgp-encrypted-test): Ditto.
7936 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7937 between header and body; return application/pgp-encrypted handle
7938 if decryption failed; decode decrypted body by charset.
7939
7940 * mm-decode.el (mm-automatic-display): Don't make application/pgp
7941 element match to application/pgp-*.
7942
01c52d31
MB
79432006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7944
7945 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7946 HTML.
7947
79482006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7949
7950 * mail-source.el (mail-source-call-script): Message the error
7951 string.
7952
79532006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7954
7955 * gnus-util.el (gnus-byte-compile): Use it.
7956
002876ab 79572006-04-22 xyblor <fake@invalid.email> (tiny change)
01c52d31
MB
7958
7959 * gnus-util.el (kill-empty-logs): New function.
7960
79612006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7962
7963 * message.el (message-mail-alias-type): Doc fix.
7964 (message-mail-alias-type-p): New function.
7965 (message-send): Use it.
7966 (message-mode): Ditto.
7967 (message-strip-forbidden-properties): Ditto.
7968
7969 * ecomplete.el (ecomplete-database-file-coding-system): New
7970 variable.
7971 (ecomplete-save): Use it.
7972 (ecomplete-setup): Use it.
7973
79742006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
7975
7976 * message.el (message-self-insert-commands): New variable.
7977 (message-strip-forbidden-properties): Use it.
7978
79792006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7980
7981 * message.el (message-put-addresses-in-ecomplete): Use a regexp
7982 that doesn't make XEmacs choke.
7983
f67d6742
MB
79842006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
7985
49c7d1ac
SM
7986 * gnus-util.el (gnus-replace-in-string):
7987 Prefer replace-regexp-in-string over of replace-in-string.
f67d6742
MB
7988
79892006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
7990
49c7d1ac
SM
7991 * gnus-util.el (gnus-select-frame-set-input-focus):
7992 Use select-frame-set-input-focus if it is available in XEmacs; use
f67d6742
MB
7993 definition defined in Emacs 22 for old Emacsen.
7994
01c52d31 79952006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
18c06a99 7996
01c52d31 7997 * mm-view.el (mm-inline-text): Use equal instead of equalp.
bd29ba20 7998
01c52d31 79992006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bd29ba20 8000
01c52d31
MB
8001 * gnus-registry.el (gnus-registry-cache-save): Remove text
8002 properties when saving via the temp buffer.
bd29ba20 8003
01c52d31 80042006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
18c06a99 8005
01c52d31 8006 * message.el (message-generate-hashcash): Honor custom type.
18c06a99 8007
01c52d31 80082006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18c06a99 8009
01c52d31
MB
8010 * message.el (message-generate-hashcash): Default to non-nil when
8011 hashcash is found.
18c06a99 8012
01c52d31
MB
8013 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8014 (gnus-refer-thread-limit): Increase default to 500.
e4a89ccf 8015
01c52d31 8016 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
e4a89ccf 8017
01c52d31 8018 * flow-fill.el (fill-flowed): Allow delete-space.
e4a89ccf 8019
01c52d31 80202006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
e4a89ccf 8021
01c52d31
MB
8022 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8023 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8024 Remove autoloads.
163cb72d 8025
01c52d31 80262006-04-18 Simon Josefsson <jas@extundo.com>
163cb72d 8027
01c52d31 8028 * message.el (message-generate-hashcash): Default to.
163cb72d 8029
01c52d31 80302006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
163cb72d 8031
01c52d31
MB
8032 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8033 concatenating segments rather than before concatenating them.
163cb72d 8034
01c52d31 80352006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14e6dc54 8036
01c52d31 8037 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14e6dc54 8038
01c52d31
MB
8039 * imap.el (imap-quote-specials): New function.
8040 (imap-login-auth): Quote specials.
14e6dc54 8041
01c52d31 80422006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14e6dc54 8043
01c52d31 8044 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14e6dc54 8045
01c52d31
MB
8046 * message.el (message-forward-make-body-plain): Allow
8047 message-forward-ignored-headers to be a list.
8048 (message-remove-ignored-headers): Factor out into function.
8049 (message-forward-make-body-mml): Use it.
8050 * rfc2231.el (rfc2231-parse-string): Remove dead code.
8051 (rfc2231-parse-string): Allow concatanation of parameters that
8052 aren't contiguous. The test case is
8053 (mail-header-parse-content-type "message/external-body;
8054 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8055 access-type=LOCAL-FILE;
8056 name*1*=plugh%2fhello-sailor%2fbing.pdf")
14e6dc54 8057
01c52d31 80582006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14e6dc54 8059
01c52d31
MB
8060 * nntp.el (nntp-accept-process-output): Return the value of
8061 `nnheader-accept-process-output'.
14e6dc54 8062
01c52d31 80632006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14e6dc54 8064
01c52d31
MB
8065 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8066 (gnus-button-alist): Recognize more diff formats.
8067 (gnus-button-patch): Strip directory.
14e6dc54 8068
01c52d31 80692006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14e6dc54 8070
01c52d31
MB
8071 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8072 Emacs 22 when setting focus.
1b155fbd 8073
01c52d31 80742006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1b155fbd 8075
01c52d31
MB
8076 * gnus-art.el (gnus-article-treat-types): Do treatment of
8077 text/x-verbatim parts.
8078 (gnus-button-patch): New command.
b6f2cf4b 8079
01c52d31
MB
8080 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8081 addresses that contain invalid characters.
b6f2cf4b 8082
01c52d31 80832006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5af68e28 8084
01c52d31
MB
8085 * message.el (message-put-addresses-in-ecomplete): Use
8086 gnus-replace-in-string.
8087 (message-is-yours-p): Use the more correct
8088 mail-header-parse-address instead of
8089 mail-extract-address-components.
8090 (message-put-addresses-in-ecomplete): Fix typo.
5af68e28 8091
01c52d31
MB
8092 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8093 keystroke.
77218834 8094
01c52d31
MB
8095 * gnus-art.el (gnus-treatment-function-alist): Change order of
8096 newsgroups/generic header folding to avoid double-folding.
77218834 8097
01c52d31 8098 * message.el (message-hidden-headers): Add X-Draft-From.
77218834 8099
01c52d31
MB
8100 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8101 command.
8102 (gnus-summary-repeat-search-article-backward): New command.
d451514f 8103
01c52d31
MB
8104 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8105 groups in the parent topic.
8106
880820fe 81072006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
01c52d31
MB
8108
8109 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8110 (spam-extra-header-to-number): Return the CRM114 number as a
8111 number instead of a string.
8112
81132006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8114
8115 * gnus-art.el (gnus-face-properties-alist): Moved here from
8116 gnus-fun.
8117
8118 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8119
81202006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8121
8122 * message.el (message-strip-forbidden-properties): Only display on
8123 self-insert-command.
8124
8125 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8126 reindent.
8127 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8128
81292006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
8130
8131 * smiley.el (smiley-style): Fix typo.
d451514f 8132
4f162824
KH
81332006-03-23 Kenichi Handa <handa@m17n.org>
8134
8135 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
8136 instead of set-buffer-multibyte.
8137
e9e33c19
KH
81382006-03-23 Kenichi Handa <handa@m17n.org>
8139
8140 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8141 buffer and then decode the buffer text if necessary.
8142 (rfc2231-encode-string): Be sure to work on multibyte buffer at
8143 first, and after mm-encode-body, change the buffer to unibyte.
4f162824 8144
01c52d31 81452006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
f5e92214 8146
01c52d31
MB
8147 * hashcash.el (hashcash-insert-payment-async-2): Use
8148 message-goto-eoh instead of doing it manually.
8149 (mail-add-payment): Use message-narrow-to-header instead of trying
8150 to do the same itself.
f5e92214 8151
01c52d31 8152 * message.el (message-hidden-headers): Add Face.
f5e92214 8153
01c52d31
MB
8154 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8155 reparenting code.
8156 (gnus-summary-reparent-children): Refactored out code.
8157 (gnus-summary-thread-map): New keystroke.
8158 (gnus-summary-reparent-children): Make into command.
f5e92214 8159
01c52d31
MB
8160 * smiley.el (smiley-style): Default to `medium' if using a large
8161 font.
f5e92214 8162
01c52d31
MB
8163 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8164 does it itself.
f5e92214 8165
01c52d31 8166 * message.el (message-point-in-header-p): Simplify definition.
f5e92214 8167
01c52d31 81682006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
f5e92214 8169
01c52d31
MB
8170 * nnagent.el (nnagent-request-set-mark): Silence log file
8171 writing.
8172 (nnagent-request-set-mark): Use write-region instead of
8173 append-to-file.
f5e92214 8174
01c52d31
MB
8175 * gnus-sum.el (gnus-read-header): Fudge article number if using a
8176 strange select method.
f5e92214 8177
01c52d31
MB
8178 * ecomplete.el (ecomplete-display-matches): Get highlightling
8179 right.
8180 (ecomplete-display-matches): Use literals.
8181 (ecomplete-display-matches): Disable message logging.
f5e92214 8182
01c52d31 8183 * message.el (message-display-abbrev): Small optimization.
531bedc3 8184
01c52d31
MB
8185 * ecomplete.el (ecomplete-display-matches): Allow automatic
8186 display.
531bedc3 8187
01c52d31
MB
8188 * message.el (message-strip-forbidden-properties): Display
8189 abbrevs.
8190 (message-display-abbrev): Get automatic display right.
531bedc3 8191
01c52d31
MB
8192 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8193 keystrokes.
531bedc3 8194
01c52d31 81952006-04-13 Romain Francoise <romain@orebokech.com>
531bedc3 8196
01c52d31 8197 TODO: Backport to v5-10!
531bedc3 8198
01c52d31
MB
8199 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8200 Moved here (and renamed) from gnus-registry.el.
531bedc3 8201
01c52d31
MB
8202 * gnus-registry.el: Require gnus-util.
8203 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
531bedc3 8204
01c52d31 82052006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
531bedc3 8206
01c52d31
MB
8207 * gnus-group.el (gnus-group-catchup-current): Change
8208 if-then-else-if-then-else into cond.
8209 (gnus-group-catchup): Indent.
8210 (group-name-at-point): New function.
8211 (gnus-fetch-group): Provide default from thing at point.
531bedc3 8212
01c52d31 82132006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
531bedc3 8214
01c52d31 8215 * message.el (message-display-abbrev): Fix regexp.
531bedc3 8216
01c52d31
MB
8217 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8218 choosing.
8219 (ecomplete-highlight-match-line): Fix up code rewrite, remove
8220 dead variables.
ea8ae765 8221
01c52d31
MB
8222 * message.el (message-newline-and-indent): Remove debugging.
8223 (message-display-abbrev): Use new implementation.
ea8ae765 8224
01c52d31 82252006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
ea8ae765 8226
01c52d31
MB
8227 * gnus-art.el (gnus-article-mode): Set
8228 cursor-in-non-selected-windows to nil.
ea8ae765 8229
01c52d31
MB
8230 * smiley.el: Revert previous change.
8231 (smiley-data-directory): defvar it before using it in the
8232 defcustom of `smiley-style'.
ea8ae765 8233
01c52d31 82342006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
ea8ae765 8235
01c52d31 8236 * message.el (message-newline-and-indent): New function.
ea8ae765 8237
01c52d31 8238 * ecomplete.el: Implement more bits.
85fd8002 8239
01c52d31
MB
8240 * message.el (message-put-addresses-in-ecomplete): Clean up the
8241 string.
85fd8002 8242
01c52d31 8243 * ecomplete.el (ecomplete-add-item): Chop off decimals.
85fd8002 8244
01c52d31
MB
8245 * gnus-sum.el (gnus-summary-save-parts): Bind
8246 gnus-summary-save-parts-counter and use it to make unique file
8247 names.
85fd8002 8248
01c52d31 8249 * gnus-art.el (gnus-ignored-headers): Add some more headers.
61e66a15 8250
01c52d31
MB
8251 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8252 parameter to say whether to actually parse the individual
8253 addresses.
61e66a15 8254
01c52d31
MB
8255 * message.el (message-put-addresses-in-ecomplete): New function.
8256 (ecomplete): Require.
8257 (message-mail-alias-type): Add ecomplete as an option.
fe62aacc 8258
01c52d31 82592006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
fe62aacc 8260
01c52d31
MB
8261 * flow-fill.el (fill-flowed): Remove trailing space from blank
8262 quoted lines.
fe62aacc 8263
01c52d31 82642006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
fe62aacc 8265
01c52d31
MB
8266 * smiley.el (smiley-style): Move definition later to avoid a
8267 compilation warning.
fe62aacc 8268
01c52d31 82692006-04-12 Kenichi Handa <handa@m17n.org>
719120ef 8270
01c52d31
MB
8271 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8272 buffer and then decode the buffer text if necessary.
8273 (rfc2231-encode-string): Be sure to work on multibyte buffer at
8274 first, and after mm-encode-body, change the buffer to unibyte.
8275 Use mm-disable-multibyte instead of set-buffer-multibyte.
719120ef 8276
01c52d31 82772006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
719120ef 8278
01c52d31
MB
8279 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8280 Content-Type header instead of Content-Disposition header.
8281 (gnus-mime-inline-part): Ditto.
8282 (gnus-mime-view-part-as-charset): Ignore charset that the part
8283 specifies.
719120ef 8284
01c52d31
MB
8285 * mm-decode.el (mm-display-part): Work with external parts and
8286 usual parts similarly.
719120ef 8287
01c52d31
MB
8288 * mm-extern.el (mm-inline-external-body): Use mm-display-part
8289 instead of gnus-display-mime.
719120ef 8290
01c52d31
MB
8291 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8292 instead of with-temp-buffer.
719120ef 8293
01c52d31
MB
8294 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8295 tag to summarized topics part in order to encode non-ASCII text.
719120ef 8296
01c52d31 82972006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
719120ef 8298
01c52d31
MB
8299 * smiley.el (smiley-style): New variable.
8300 (smiley-directory): New function.
8301 (smiley-data-directory): Derive from `smiley-style' using
8302 `smiley-directory'.
8303 (smiley-regexp-alist): Add new entries.
719120ef 8304
01c52d31
MB
8305 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8306 (gnus-article-browse-delete-temp): Add :version.
719120ef 8307
880820fe 83082006-04-11 Arne Jørgensen <arne@arnested.dk>
719120ef 8309
01c52d31
MB
8310 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8311 the sieve region.
719120ef 8312
01c52d31 83132006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
719120ef 8314
01c52d31 8315 * gnus.el (gnus-version-number): Bump version.
719120ef 8316
01c52d31 83172006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
719120ef 8318
01c52d31 8319 * gnus.el: No Gnus v0.4 is released.
719120ef 8320
01c52d31 83212006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
719120ef 8322
01c52d31
MB
8323 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8324 layout.
719120ef 8325
01c52d31
MB
8326 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8327 unknown charset.
719120ef 8328
01c52d31
MB
8329 * message.el (message-header-synonyms): Add Original-To to the
8330 default.
ba0226dd 8331
01c52d31
MB
8332 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8333 optional parameter.
ba0226dd 8334
01c52d31 83352006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
ba0226dd 8336
01c52d31 8337 * gnus-fun.el (gnus): Require it for gnus-directory.
ba0226dd 8338
01c52d31 83392006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5f4264e5 8340
01c52d31 8341 * gnus-fun.el (gnus-face-properties-alist): Add :version.
5f4264e5 8342
01c52d31 83432006-04-05 Daiki Ueno <ueno@unixuser.org>
5f4264e5 8344
01c52d31 8345 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5f4264e5 8346
01c52d31 83472006-04-05 Simon Josefsson <jas@extundo.com>
5f4264e5 8348
01c52d31 8349 * password.el (password-reset): New function.
5f4264e5 8350
01c52d31 83512006-04-05 Daiki Ueno <ueno@unixuser.org>
5f4264e5 8352
01c52d31
MB
8353 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8354 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5f4264e5 8355
01c52d31 83562006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5f4264e5 8357
01c52d31
MB
8358 * nnweb.el (nnweb-google-create-mapping): Update regexp.
8359 Some whitespace was matched into the url, which broke browsing hits
8360 > 100 when mm-url-use-external was nil.
5f4264e5 8361
01c52d31 83622006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
5f4264e5 8363
01c52d31
MB
8364 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8365 gnus-extra-headers for 'Newsgroups.
5f4264e5 8366
01c52d31
MB
8367 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8368 bound.
e13be7a2 8369
01c52d31 83702006-04-04 Daiki Ueno <ueno@unixuser.org>
e13be7a2 8371
01c52d31
MB
8372 * pgg-gpg.el: Clean up process buffers every time gpg processes
8373 complete.
b5189759 8374
01c52d31 83752006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
b5189759 8376
01c52d31
MB
8377 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8378 doc string.
16f18d05 8379
01c52d31 83802006-04-03 Daiki Ueno <ueno@unixuser.org>
16f18d05 8381
01c52d31
MB
8382 * pgg-gpg.el (pgg-gpg-process-filter)
8383 (pgg-gpg-wait-for-completion): Check if buffer is alive.
d71c0855 8384
01c52d31
MB
8385 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8386 lines, temporary fix.
d71c0855 8387
01c52d31 83882006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 8389
01c52d31 8390 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
cf5a5c38 8391
01c52d31 83922006-03-29 Daiki Ueno <ueno@unixuser.org>
cf5a5c38 8393
01c52d31
MB
8394 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8395 default-enable-multibyte-characters. This reverts the change from
8396 revision 6.17 which is no longer necessary because the passphrase
8397 is sent separately now. GnuPG messages are unreadable under
8398 multibyte locales with default-enable-multibyte-characters set to
8399 nil.
cf5a5c38 8400
01c52d31 84012006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 8402
01c52d31 8403 * message.el (message-tool-bar-gnome): Move "spell".
cf5a5c38 8404
01c52d31 84052006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 8406
01c52d31
MB
8407 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8408 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
8409 instead.
cf5a5c38 8410
01c52d31 84112006-03-27 Karl Kleinpaste <karl@charcoal.com>
cf5a5c38 8412
01c52d31
MB
8413 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8414 newsgroups handling for NNTP overviews which don't include
8415 Newsgroups.
cf5a5c38 8416
01c52d31 84172006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9d64cd13 8418
01c52d31 8419 * message.el (message-resend): Bind message-generate-hashcash to nil.
9d64cd13 8420
01c52d31 84212006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
34128042 8422
01c52d31
MB
8423 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8424 when searching for already-paid recipients.
34128042 8425
01c52d31 84262006-03-27 Daiki Ueno <ueno@unixuser.org>
34128042 8427
01c52d31
MB
8428 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8429 passphrases when it is not needed.
8430 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8431 passphrase stuff from gpg, should only be necessary when you use
8432 gpg with a smartcard.
34128042 8433
01c52d31 84342006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
34128042 8435
01c52d31
MB
8436 * mml.el (mml-insert-mime): Ignore cached contents of
8437 message/external-body part.
34128042 8438
01c52d31
MB
8439 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8440 (mm-insert-part): Ditto.
34128042 8441
01c52d31 84422006-03-23 Simon Josefsson <jas@extundo.com>
34128042 8443
01c52d31
MB
8444 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8445 Reiner.
8446 (pgg-gpg-use-agent-p): Use it again.
c96ec15a 8447
01c52d31 84482006-03-23 Simon Josefsson <jas@extundo.com>
c96ec15a 8449
01c52d31
MB
8450 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8451 older emacsen.
8452 (pgg-gpg-use-agent-p): Don't use it.
c96ec15a 8453
01c52d31 84542006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
c96ec15a 8455
01c52d31
MB
8456 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8457 if we can.
c96ec15a 8458
01c52d31 84592006-03-22 Sascha Wilde <wilde@sha-bang.de>
c96ec15a 8460
01c52d31
MB
8461 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8462 (pgg-gpg-update-agent): New function.
8463 (pgg-gpg-use-agent-p): New function.
8464 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8465 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8466 (pgg-gpg-sign-region): Use it.
c96ec15a 8467
01c52d31 84682006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
c96ec15a 8469
01c52d31
MB
8470 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8471 Reported by Ralf Wachinger <rwachinger@gmx.de>.
c96ec15a 8472
01c52d31 84732006-03-21 Simon Josefsson <jas@extundo.com>
c96ec15a 8474
01c52d31
MB
8475 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8476 <wilde@sha-bang.de>.
8477 (pgg-gpg-use-agent): New variable.
8478 (pgg-gpg-process-region): Use it.
8479 (pgg-gpg-encrypt-region): Likewise.
8480 (pgg-gpg-encrypt-symmetric-region): Likewise.
8481 (pgg-gpg-decrypt-region): Likewise.
8482 (pgg-gpg-sign-region): Likewise.
8483 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
c96ec15a 8484
01c52d31 84852006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
88e6695f 8486
01c52d31 8487 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
88e6695f 8488
01c52d31
MB
8489 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8490 Add comment on version.
6203370b 8491
01c52d31 84922006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6203370b 8493
01c52d31 8494 * smiley.el: Add missing test smiley.
6203370b 8495
01c52d31 84962006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
6203370b 8497
01c52d31
MB
8498 * mm-decode.el (mm-with-part): New macro.
8499 (mm-get-part): Use it; work with message/external-body as well.
8500 (mm-save-part): Treat name and filename equally.
6203370b 8501
01c52d31
MB
8502 * mm-extern.el (mm-extern-cache-contents): New function.
8503 (mm-inline-external-body): Use it; force the part to be displayed;
8504 move undisplayer added to the cached handle to the parent.
6203370b 8505
01c52d31
MB
8506 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8507 (gnus-mime-view-part-as-type): Work with message/external-body.
6203370b 8508
01c52d31 8509 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6203370b 8510
01c52d31 85112006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 8512
01c52d31
MB
8513 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8514 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
8515 Emacs.]
46e8fe3d 8516
01c52d31 85172006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 8518
01c52d31
MB
8519 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8520 path rather than symbol. Always return list of directories.
8521 Guarantee that image directory comes first. [Sync with image.el,
8522 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
46e8fe3d 8523
01c52d31
MB
8524 * message.el (message-make-tool-bar): Adjust to new API of
8525 `gmm-image-load-path-for-library'.
46e8fe3d 8526
01c52d31 8527 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
46e8fe3d 8528
01c52d31 8529 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
46e8fe3d 8530
01c52d31 85312006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
46e8fe3d 8532
01c52d31
MB
8533 * gnus-art.el (gnus-article-only-boring-p):
8534 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8535 intangible text.
8536 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
46e8fe3d 8537
01c52d31 85382006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 8539
01c52d31
MB
8540 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
8541 `defun' instead of `gmm-defun-compat'.
46e8fe3d 8542
01c52d31 85432006-03-14 Simon Josefsson <jas@extundo.com>
46e8fe3d 8544
01c52d31
MB
8545 * message.el (message-unique-id): Don't use message-number-base36
8546 if (user-uid) is a float.
8547 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
46e8fe3d 8548
01c52d31 85492006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
46e8fe3d 8550
01c52d31 8551 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7347faa8 8552
01c52d31
MB
8553 * gnus-art.el (gnus-mime-display-single): Make sure there is an
8554 empty line between a part and a message part.
7347faa8 8555
01c52d31 85562006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7347faa8 8557
01c52d31
MB
8558 * smiley.el: Add more test smileys.
8559 (smiley-data-directory, smiley-regexp-alist)
8560 (gnus-smiley-file-types): Fix doc strings.
8561 (smiley-update-cache): Clear smiley-cached-regexp-alist before
8562 adding new elements.
8563 (smiley-mouse-map): Unused code. Make it a comment.
7347faa8 8564
01c52d31 85652006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7347faa8 8566
01c52d31
MB
8567 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8568 scan latest NoCeM messages instead of old ones.
8569 (gnus-nocem-check-article): Fix regexps so as to match to PGP
8570 delimiters that are recently used.
8571 (gnus-nocem-load-cache): Add autoload cookie.
7347faa8 8572
01c52d31 8573 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7347faa8 8574
01c52d31
MB
8575 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8576 level which is larger than gnus-use-nocem is specified.
7347faa8 8577
01c52d31 8578 * gnus-group.el (gnus-group-get-new-news): Ditto.
7347faa8 8579
01c52d31 85802006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
7347faa8 8581
01c52d31 8582 * gnus-util.el (gnus-tool-bar-update): New function.
7347faa8 8583
01c52d31
MB
8584 * gnus-group.el (gnus-group-update-tool-bar): New variable.
8585 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7347faa8 8586
01c52d31 8587 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7347faa8 8588
01c52d31
MB
8589 * gnus-group.el (gnus-group-redraw-when-idle)
8590 (gnus-group-redraw-check): Remove.
8591 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
30c7240d 8592
01c52d31 85932006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
30c7240d 8594
01c52d31
MB
8595 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8596 if optional last element is specified in splits (FIELD VALUE...).
e499bc94 8597
01c52d31 85982006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
e499bc94 8599
01c52d31
MB
8600 * message.el (message-make-tool-bar): Rename gmm-image-load-path
8601 to gmm-image-load-path-for-library. Call with no-error argument.
8602 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
e499bc94 8603
01c52d31 8604 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
e499bc94 8605
01c52d31 8606 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
e499bc94 8607
01c52d31 8608 * gmm-utils.el (gmm-image-load-path): Remove alias.
e499bc94 8609
01c52d31 86102006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
c4288669 8611
01c52d31 8612 * gmm-utils.el (gmm-image-load-path): Add alias.
c4288669 8613
01c52d31
MB
8614 * nnml.el (nnml-generate-nov-databases-directory): Rename from
8615 nnml-generate-nov-databases-1.
8616 (nnml-generate-nov-databases): Use it.
8617 (nnml-generate-nov-databases-directory): Document no-active
8618 argument.
c4288669 8619
01c52d31
MB
8620 * gmm-utils.el (gmm-image-load-path-for-library): Return single
8621 directory if path is t. Add no-error.
c4288669 8622
01c52d31
MB
8623 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8624 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
c4288669 8625
01c52d31
MB
8626 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8627 resetting gnus-article-browse-html-temp-list.
c4288669 8628
01c52d31
MB
8629 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8630 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
8631 Add example to docstring. Rename local variables. Move error
8632 checks to default case in cond and simplify.
73043f7d 8633
01c52d31 86342006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
73043f7d 8635
01c52d31
MB
8636 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8637 handle is multipart when calling it recursively.
8638 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
73043f7d 8639
01c52d31 86402006-03-03 Daniel Pittman <daniel@rimspace.net>
73043f7d 8641
01c52d31
MB
8642 * nnimap.el (nnimap-request-update-info-internal): Optimize.
8643 Don't `gnus-uncompress-range' to avoid excessive memory usage.
73043f7d 8644
01c52d31 86452006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
73043f7d 8646
01c52d31
MB
8647 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8648 is loaded.
7dafe00b 8649
01c52d31
MB
8650 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8651 loaded.
7dafe00b 8652
01c52d31 86532006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 8654
01c52d31
MB
8655 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8656 to "Emacs 23 (unicode)" in doc string.
7dafe00b 8657
01c52d31
MB
8658 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8659 "Emacs 23 (unicode)" in comment.
7dafe00b 8660
01c52d31 86612006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
7dafe00b 8662
01c52d31 8663 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7dafe00b 8664
01c52d31
MB
8665 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8666 characters 160 through 255 in Emacs 23.
7dafe00b 8667
01c52d31 86682006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 8669
01c52d31
MB
8670 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8671 gnus-article-browse-html-temp.
8672 (gnus-article-browse-delete-temp): Make it customizable. Add
8673 `file'. Adjust doc string.
8674 (gnus-article-browse-delete-temp-files): Add argument. Allow
8675 query for each file. Adjust doc string.
8676 (gnus-article-browse-html-parts): Add
8677 `gnus-article-browse-delete-temp-files' to
8678 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7dafe00b 8679
01c52d31 86802006-03-02 Hynek Schlawack <hynek@ularx.de>
7dafe00b 8681
01c52d31
MB
8682 * gnus-art.el (gnus-article-browse-html-temp)
8683 (gnus-article-browse-delete-temp): New variables.
8684 (gnus-article-browse-delete-temp-files): New function.
8685 (gnus-article-browse-html-parts): Use it.
7dafe00b 8686
01c52d31 86872006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 8688
01c52d31 8689 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7dafe00b 8690
01c52d31
MB
8691 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8692 string.
7dafe00b 8693
01c52d31
MB
8694 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8695 gnus-summary-insert-new-articles when unplugged. Remove
8696 gnus-summary-search-article-forward.
7dafe00b 8697
01c52d31
MB
8698 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8699 display-visual-class instead of display-color-cells.
7dafe00b 8700
01c52d31 87012006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7dafe00b 8702
01c52d31
MB
8703 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8704 message/* containing non-ASCII text properly.
7dafe00b 8705
01c52d31 87062006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 8707
01c52d31
MB
8708 * message.el: Require gmm-utils, remove autoloads.
8709 (message-tool-bar): Set default based on
8710 gmm-tool-bar-style.
8711 (message-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 8712
01c52d31
MB
8713 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8714 gmm-tool-bar-style.
8715 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 8716
01c52d31
MB
8717 * gnus-group.el (gnus-group-tool-bar): Set default based on
8718 gmm-tool-bar-style.
8719 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 8720
01c52d31
MB
8721 * gmm-utils.el (gmm-image-directory): Rename variable from
8722 gmm-image-load-path.
8723 (gmm-image-load-path): Use gmm-image-directory.
8724 (gmm-customize-mode): New function.
8725 (gmm-tool-bar-style): New variable.
7dafe00b 8726
01c52d31
MB
8727 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8728 gnus-group-redraw-line-number.
8729 (gnus-group-redraw-check): Simplify.
8730 (gnus-group-tool-bar-update): Remove redraw check.
8731 (gnus-group-make-tool-bar): Add redraw check.
447505b5 8732
01c52d31 87332006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
447505b5 8734
01c52d31 8735 * gnus-art.el (gnus-button): Add missing parentheses.
3031d8b0 8736
01c52d31 87372006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3031d8b0 8738
01c52d31 8739 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3031d8b0 8740
01c52d31 87412006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 8742
01c52d31
MB
8743 * gnus-art.el (gnus-button): New face.
8744 (gnus-article-button-face): Use it.
3031d8b0 8745
01c52d31
MB
8746 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8747 gnus-summary-next-page. Re-order.
3031d8b0 8748
01c52d31
MB
8749 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8750 next-node are now included.
8751 (gnus-group-redraw-line-number): New internal variable.
8752 (gnus-group-redraw-check): Helper function for updating the tool
8753 bar.
8754 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3031d8b0 8755
01c52d31 8756 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3031d8b0 8757
01c52d31
MB
8758 * spam.el (spam-spamassassin-score-regexp): New internal variable.
8759 (spam-extra-header-to-number, spam-check-spamassassin-headers):
8760 Use it to match format of Spamassassin 3.0 and later. Reported by
8761 IRIE Tetsuya <irie@t.email.ne.jp>.
8762 (spam-check-bogofilter)
8763 (spam-bogofilter-register-with-bogofilter): Fix args of
8764 `gnus-error' calls.
3031d8b0 8765
01c52d31 87662006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 8767
01c52d31
MB
8768 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8769 unnecessary interaction when sending queued mails. Reported by
8770 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3031d8b0 8771
01c52d31 87722006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 8773
01c52d31
MB
8774 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8775 first or last are nil.
3031d8b0 8776
01c52d31 87772006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3031d8b0 8778
01c52d31 8779 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3031d8b0 8780
01c52d31 87812006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3031d8b0 8782
01c52d31 8783 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3031d8b0 8784
01c52d31 87852006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
eab52f48 8786
01c52d31 8787 * dns.el (query-dns): Protect more against buggy tcp output.
eab52f48 8788
01c52d31 87892006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 8790
01c52d31
MB
8791 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8792 nov.php.
58090a8d 8793
01c52d31 87942006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
58090a8d 8795
01c52d31
MB
8796 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8797 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8798 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
8799 output on the server side.
8800 (nnweb-google-create-mapping): Update regexps and add some
8801 progress indication.
58090a8d 8802
01c52d31 88032006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 8804
01c52d31
MB
8805 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8806 gnus-agent-toggle-plugged. Re-order icons.
8807 (gnus-group-tool-bar-gnome): Add
8808 gnus-group-{prev,next}-unread-group.
8809 (gnus-group-tool-bar-gnome): Re-order icons.
58090a8d 8810
01c52d31
MB
8811 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8812 gnus-summary-insert-new-articles.
58090a8d 8813
01c52d31
MB
8814 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8815 comments.
58090a8d 8816
01c52d31
MB
8817 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
8818 also available in Emacs 21.3.
58090a8d 8819
01c52d31
MB
8820 * message.el (message-fix-before-sending): Change "Emacs 22" to
8821 "Emacs 23 (unicode)" in comment.
58090a8d 8822
01c52d31
MB
8823 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8824 "Emacs 23 (unicode)" in comment.
58090a8d 8825
01c52d31
MB
8826 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8827 comment.
8828 (mm-coding-system-p): Add comment about no-MULE XEmacs.
58090a8d 8829
01c52d31 8830 * mm-view.el (mm-fill-flowed): Add :version.
58090a8d 8831
01c52d31 88322006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
58090a8d 8833
01c52d31
MB
8834 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8835 and load-path.
58090a8d 8836
01c52d31 88372006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 8838
01c52d31
MB
8839 * message.el: Autoload gmm-image-load-path.
8840 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8841 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
8842 consitency.
58090a8d 8843
01c52d31
MB
8844 * gmm-utils.el (gmm-image-load-path): Also search in
8845 "../etc/images". Don't set gmm-image-load-path if we don't find
8846 the image.
58090a8d 8847
01c52d31 88482006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
58090a8d 8849
01c52d31
MB
8850 * gmm-utils.el (gmm-image-load-path): Don't make
8851 `gmm-image-load-path' include subdirectories which the second arg
8852 `image' might specify.
58090a8d 8853
01c52d31
MB
8854 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8855 subdirectory to icon file names.
58090a8d 8856
01c52d31 8857 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9872af18 8858
01c52d31 88592006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 8860
01c52d31
MB
8861 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8862 gmm-image-load-path calls.
58090a8d 8863
01c52d31 8864 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
58090a8d 8865
01c52d31 8866 * message.el (message-make-tool-bar): Ditto.
58090a8d 8867
01c52d31 8868 * mml.el (mml-preview): Added comment concerning tool bar icons.
58090a8d 8869
01c52d31
MB
8870 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8871 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
58090a8d 8872
01c52d31
MB
8873 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8874 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9d64cd13 8875
01c52d31
MB
8876 * message.el (message-tool-bar-gnome): Use new icon names.
8877 (message-make-tool-bar): Use `gmm-image-load-path'.
9d64cd13 8878
01c52d31
MB
8879 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8880 functions from MH-E.
8881 (gmm-image-load-path): New variable from MH-E.
8882 (gmm-image-load-path): New function from MH-E. Added arguments
8883 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
8884 *-image-load-path-called-flag.
4c2ad11d 8885
01c52d31 88862006-02-21 Milan Zamazal <pdm@brailcom.org>
4c2ad11d 8887
01c52d31 8888 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
f129a4df 8889
01c52d31 88902006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
f129a4df 8891
01c52d31
MB
8892 * nnimap.el (nnimap-request-move-article): Change folder back to
8893 source group before deleting.
6586e9c9 8894
01c52d31 88952006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
6586e9c9 8896
01c52d31 8897 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
e8beac8a 8898
01c52d31
MB
8899 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8900 mm-url.
e8beac8a 8901
01c52d31 8902 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
e8beac8a 8903
01c52d31 89042006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
e8beac8a 8905
01c52d31
MB
8906 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8907 coding system which mm-charset-to-coding-system returns for a
8908 given charset is valid.
e8beac8a 8909
01c52d31 89102006-02-16 Juanma Barranquero <lekktu@gmail.com>
e8beac8a 8911
01c52d31
MB
8912 * html2text.el (html2text-remove-tag-list):
8913 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
e8beac8a 8914
01c52d31 89152006-02-14 Chong Yidong <cyd@stupidchicken.com>
e8beac8a 8916
01c52d31 8917 * gnus-cus.el: Revert 2005-10-17 change.
e8beac8a 8918
01c52d31 89192006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
3b059693 8920
01c52d31
MB
8921 * gnus-art.el (article-strip-banner): Call
8922 article-really-strip-banner only when the regexp match is made.
3b059693 8923
01c52d31 89242006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
3b059693 8925
01c52d31
MB
8926 * gnus-art.el (article-strip-banner): Use
8927 gnus-extract-address-components instead of
8928 mail-header-parse-addresses to make it work with non-ASCII text;
8929 remove mail-encode-encoded-word-string.
3b059693 8930
01c52d31
MB
8931 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8932 values which are surrounded with \"...\"; make it never cause a
8933 Lisp error; give up parsing of parameters if it failed in
8934 extracting type.
3b059693 8935
880820fe 89362006-02-14 Arne Jørgensen <arne@arnested.dk>
3b059693 8937
01c52d31
MB
8938 * smime.el (smime-cert-by-ldap-1): Fix bug where
8939 `smime-ldap-search' returns results without userCertificates.
ab513ed4 8940
01c52d31 89412006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
ab513ed4 8942
01c52d31 8943 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
28e48287 8944
01c52d31 89452006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
28e48287 8946
01c52d31
MB
8947 * spam.el (spam-check-spamassassin-headers): Adapt format for
8948 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
8949 <ari@mbf.ocn.ne.jp>.
8950 (spam-list-of-processors): Add spam-use-gmane.
2a0d53ac 8951
01c52d31 89522006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
2a0d53ac 8953
01c52d31
MB
8954 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8955 make-temp-file; make it work with XEmacs as well.
9516b9f4 8956
01c52d31
MB
8957 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8958 mm-make-temp-file.
9516b9f4 8959
01c52d31
MB
8960 * mm-decode.el (mm-display-external): Use the 3rd arg of
8961 mm-make-temp-file.
8962 (mm-create-image-xemacs): Ditto.
9516b9f4 8963
01c52d31 89642006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
9516b9f4 8965
01c52d31
MB
8966 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8967 with message-narrow-to-headers.
8968 (gnus-draft-setup): Narrow to header to run message-fetch-field.
8969 (gnus-draft-check-draft-articles): New function.
8970 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9516b9f4 8971
01c52d31 89722006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
9516b9f4 8973
01c52d31
MB
8974 * gnus-art.el (gnus-article-browse-html-parts):
8975 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8976 Don't use suffix argument for mm-make-temp-file for Emacs 21
8977 compatibility. Remove useless `format'.
292f71fe 8978
01c52d31 89792006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
292f71fe 8980
01c52d31
MB
8981 * nnweb.el (nnweb-google-wash-article): Update regexps.
8982 (nnweb-group-alist): Use defvoo instead of defvar.
292f71fe 8983
01c52d31 89842006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
292f71fe 8985
01c52d31
MB
8986 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8987 re-loading nn* modules.
292f71fe 8988
01c52d31 89892006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
292f71fe 8990
01c52d31
MB
8991 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8992 for `tool-bar-mode' and don't check it's default-value.
292f71fe 8993
01c52d31 8994 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
292f71fe 8995
01c52d31 8996 * message.el (message-make-tool-bar): Ditto.
292f71fe 8997
01c52d31
MB
8998 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8999 `substring'. Shorten tmp-file name.
292f71fe 9000
01c52d31 9001 * gnus.el: Remove bogus comment.
292f71fe 9002
01c52d31 90032006-02-10 Hynek Schlawack <hynek@ularx.de>
bd2cef66 9004
01c52d31
MB
9005 * gnus-art.el (gnus-article-browse-html-parts): New function.
9006 (gnus-article-browse-html-article): New function for viewing html
9007 articles with a browser.
bd2cef66 9008
01c52d31 90092006-02-09 Daiki Ueno <ueno@unixuser.org>
ffda926c 9010
01c52d31
MB
9011 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9012 (mml2015-pgg-encrypt): Ditto.
ffda926c 9013
01c52d31
MB
9014 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9015 (mml1991-pgg-encrypt): Ditto.
f5fab556 9016
01c52d31 90172006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
f5fab556 9018
01c52d31
MB
9019 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9020 message-make-date instead of current-time-string.
4b9f0de2 9021
01c52d31
MB
9022 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9023 to gnus-decoded which mm-uu might set.
4b9f0de2 9024
01c52d31 90252006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
710f2e1b 9026
01c52d31
MB
9027 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9028 don't decode quoted parameters; remove misimported Emacs code.
9029 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9030 (rfc2231-decode-encoded-string): Don't use split-string which
9031 behaves differently according to Emacs version; use
9032 mm-decode-coding-region to convert charset to coding-system.
9033 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9034 (rfc2231-encode-string): Remove misimported Emacs code.
710f2e1b 9035
01c52d31 90362006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
20051b27 9037
01c52d31
MB
9038 * gnus-art.el (article-decode-charset): Don't use ignore-errors
9039 when calling mail-header-parse-content-type.
9040 (article-de-quoted-unreadable): Ditto.
9041 (article-de-base64-unreadable): Ditto.
9042 (article-wash-html): Ditto.
20051b27 9043
01c52d31
MB
9044 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9045 calling mail-header-parse-content-type and
9046 mail-header-parse-content-disposition.
9047 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9048 mail-header-parse-content-type.
82259e50 9049
01c52d31
MB
9050 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9051 insert charset and format parameters; encode description after
9052 inserting it to buffer.
9053 (mml-insert-parameter): Fold lines properly even if a parameter is
9054 segmented into two or more lines; change the max column to 76.
82259e50 9055
01c52d31
MB
9056 * rfc1843.el (rfc1843-decode-article-body): Don't use
9057 ignore-errors when calling mail-header-parse-content-type.
46f93472 9058
01c52d31
MB
9059 * rfc2231.el (rfc2231-parse-string): Return at least type if
9060 possible; don't cause an error even if it fails in parsing of
9061 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9062 (rfc2231-encode-string): Don't break lines at the beginning, leave
9063 it to mml-insert-parameter.
46f93472 9064
01c52d31
MB
9065 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9066 calling mail-header-parse-content-type.
d3a597b7 9067
01c52d31 90682006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
d3a597b7 9069
01c52d31
MB
9070 * spam-report.el (spam-report-gmane-use-article-number):
9071 Improve doc string.
9072 (spam-report-gmane-internal): Check if a suitable header was found
9073 in the article.
8753ddee 9074
01c52d31 90752006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
8753ddee 9076
01c52d31
MB
9077 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9078 (rfc2231-encode-string): Make param*=value always begin with LWSP.
8753ddee 9079
01c52d31 90802006-02-05 Romain Francoise <romain@orebokech.com>
8753ddee 9081
01c52d31 9082 Update copyright notices of all files in the gnus directory.
8753ddee 9083
01c52d31 90842006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
8753ddee 9085
01c52d31 9086 * nnweb.el (nnweb-request-group): Avoid growing overview files.
bbcb5072 9087
01c52d31 90882006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
bbcb5072 9089
01c52d31
MB
9090 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9091 segmented lines of parameter value to cope with Thunderbird 1.5
9092 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9093 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9094 (rfc2231-encode-string): Don't make lines exceeding 76 column.
c615a00c 9095
01c52d31 90962006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
c615a00c 9097
01c52d31
MB
9098 * mml.el (mml-generate-mime-1): Correct the order of inline signed
9099 parts.
a33704bb 9100
01c52d31 91012006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
a33704bb 9102
01c52d31
MB
9103 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9104 there's only one active file for all servers.
9105 (nnweb-request-scan): Make sure nnweb-articles is initialized on
9106 solid groups. Gnus might have used a FAST request to select the group.
9107 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9108 and nnweb-search redundantly in the active file.
9109 (nnweb-request-list): Don't list bogus groups. There can only be one.
9110 (nnweb-request-create-group): Don't use ARGS.
9111 (nnweb-possibly-change-server, nnweb-request-group): Remove some
9112 initialisations. Let nnoo do the work.
a33704bb 9113
01c52d31 91142006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
a33704bb 9115
01c52d31
MB
9116 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9117 Say the part has been decoded.
a33704bb 9118
01c52d31 9119 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
a33704bb 9120
01c52d31 91212006-01-31 Kevin Ryde <user42@zip.com.au>
53cfefc8 9122
01c52d31
MB
9123 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9124 mailcap-viewer-test-cache when there's no 'test clause, since that
9125 will invert the meaning of a "nil" test previously determined by
9126 mailcap-mailcap-entry-passes-test.
53cfefc8 9127
01c52d31 91282006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
53cfefc8 9129
01c52d31
MB
9130 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9131 compiling.
53cfefc8 9132
01c52d31 9133 * gnus-sum.el: Ditto.
53cfefc8 9134
01c52d31 9135 * message.el: Don't bind tool-bar-map when compiling.
53cfefc8 9136
01c52d31 91372006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
53cfefc8 9138
01c52d31 9139 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
53cfefc8 9140
01c52d31 91412006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
53cfefc8 9142
01c52d31
MB
9143 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9144 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9145 current Google Groups.
53cfefc8 9146
01c52d31 91472006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
53cfefc8 9148
01c52d31
MB
9149 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9150 and tool-bar-mode.
66841476 9151
01c52d31
MB
9152 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9153 and tool-bar-mode.
66841476 9154
01c52d31
MB
9155 * message.el (message-tool-bar-update): Simplify.
9156 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
81df110a 9157
01c52d31
MB
9158 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9159 gnus-summary-buffer.
9160 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9161 gnus-summary-reply.
81df110a 9162
01c52d31 9163 * gmm-utils.el (gmm): Add :version.
5fae1cae 9164
01c52d31 91652006-01-26 Steve Youngs <steve@sxemacs.org>
5fae1cae 9166
01c52d31
MB
9167 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9168 autoload.
5fae1cae 9169
01c52d31 91702006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5fae1cae 9171
01c52d31 9172 * gmm-utils.el (gmm-verbose): Add :group.
5fae1cae 9173
01c52d31 91742006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
c4fbd740 9175
01c52d31 9176 * message.el: Change some comments WRT tool-bars.
81df110a 9177
01c52d31
MB
9178 * gnus-sum.el (gnus-summary-tool-bar)
9179 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9180 (gnus-summary-tool-bar-zap-list): New variables.
9181 (gnus-summary-make-tool-bar): Complete rewrite using
9182 `gmm-tool-bar-from-list'.
430d3ed7 9183
01c52d31
MB
9184 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9185 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9186 variables.
9187 (gnus-group-make-tool-bar): Complete rewrite using
9188 `gmm-tool-bar-from-list'.
9189 (gnus-group-tool-bar-update): New function.
430d3ed7 9190
01c52d31 9191 * message.el (message-mode-field-menu): Add "Show hidden Headers".
430d3ed7 9192
01c52d31 91932006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
430d3ed7 9194
01c52d31
MB
9195 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9196 is dissected into a single part of which the type is the same as
9197 the given one; decode charset.
6ff5b064 9198
01c52d31 91992006-01-21 Kevin Ryde <user42@zip.com.au>
6ff5b064 9200
01c52d31
MB
9201 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9202 into alists as symbol not string, since that's what
9203 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9204 look for.
a8f6d239 9205
01c52d31 92062006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
a8f6d239 9207
01c52d31
MB
9208 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9209 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
a8f6d239 9210
01c52d31 9211 * message.el (message-tool-bar-gnome): Use gmm-ignore.
a8f6d239 9212
01c52d31 92132006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
d752cf53 9214
01c52d31
MB
9215 * gnus-art.el (gnus-mime-security-button-commands): New variable.
9216 (gnus-mime-security-button-menu): New definition.
9217 (gnus-mime-security-button-map): Use them.
9218 (gnus-mime-security-button-menu): New function.
9219 (gnus-insert-mime-security-button): Addition to help echo.
9220 (gnus-mime-security-run-function, gnus-mime-security-save-part)
9221 (gnus-mime-security-pipe-part): New functions.
d752cf53 9222
01c52d31
MB
9223 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9224 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
d752cf53 9225
01c52d31
MB
9226 * mm-decode.el (mm-handle-set-disposition): Remove.
9227 (mm-handle-set-description): Remove.
d752cf53 9228
01c52d31 92292006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
d752cf53 9230
01c52d31
MB
9231 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9232 (mm-w3m-standalone-supports-m17n-p): New function.
9233 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9234 w3m usage.
d752cf53 9235
01c52d31
MB
9236 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9237 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
d752cf53 9238
01c52d31 92392006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
d752cf53 9240
01c52d31
MB
9241 * message.el (message-tool-bar-zap-list): Use
9242 gmm-tool-bar-zap-list as custom type.
9243 (message-tool-bar-update): New function.
9244 (message-tool-bar, message-tool-bar-gnome)
9245 (message-tool-bar-retro): Add message-tool-bar-update.
9246 (message-tool-bar-gnome): Add flyspell-buffer.
d752cf53 9247
01c52d31 9248 * gnus-util.el (gnus-error): Describe `args'.
4a2358e9 9249
01c52d31
MB
9250 * gmm-utils.el (gmm-error): Describe `args'.
9251 (gmm-tool-bar-zap-list): New widget.
9252 (gmm-tool-bar-from-list): Improve description of `zap-list'.
4a2358e9 9253
01c52d31 92542006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4a2358e9 9255
01c52d31
MB
9256 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9257 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9258 the number of recursive calls.
4a2358e9 9259
01c52d31
MB
9260 * mm-decode.el (mm-handle-set-disposition): New macro.
9261 (mm-handle-set-description): New macro.
4a2358e9 9262
01c52d31 92632006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4a2358e9 9264
01c52d31
MB
9265 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9266 encoding.
4a2358e9 9267
01c52d31 92682006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
4a2358e9 9269
01c52d31
MB
9270 * message.el (message-tool-bar-zap-list, message-tool-bar)
9271 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9272 (message-tool-bar-local-item-from-menu): Remove.
9273 (message-tool-bar-map): Replace by `message-make-tool-bar'.
9274 (message-make-tool-bar): New function.
9275 (message-mode): Use `message-make-tool-bar'.
4a2358e9 9276
01c52d31
MB
9277 * gmm-utils.el: New file.
9278 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9279 (gmm-lazy): New widget copied from `nnmail.el'.
9280 (gmm-tool-bar-from-list): New function for creating customizable
9281 tool bars.
9282 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
9283 output.
9284 (gmm): Add :prefix to defgroup.
4a2358e9 9285
01c52d31 92862006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
4a2358e9 9287
01c52d31 9288 * gmm-utils.el (gmm-widget-p): New function.
4a2358e9 9289
01c52d31 92902006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
4a2358e9 9291
01c52d31
MB
9292 * mml.el (mml-attach-file): Describe `description' in doc string.
9293 (mml-menu): Add Emacs MIME manual and PGG manual.
4a2358e9 9294
01c52d31 92952006-01-20 Richard M. Stallman <rms@gnu.org>
4a2358e9 9296
01c52d31 9297 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
4a2358e9 9298
01c52d31 92992006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
4a2358e9 9300
01c52d31 9301 * nntp.el (nntp-end-of-line): Doc fix.
4a2358e9 9302
01c52d31 93032006-01-20 Chong Yidong <cyd@stupidchicken.com>
4a2358e9 9304
01c52d31
MB
9305 * imap.el (imap-open): Handle case where buffer is a buffer
9306 object.
41e11121 9307
01c52d31 93082005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
41e11121 9309
01c52d31
MB
9310 * gnus-delay.el (gnus-delay): Don't autoload.
9311 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9312 to be re-loaded when customizing the `gnus-delay' group.
f3f01d5d 9313
01c52d31 93142005-01-20 Chong Yidong <cyd@stupidchicken.com>
f3f01d5d 9315
01c52d31 9316 * message.el (message-insert-citation-line): Use newlines.
f3f01d5d 9317
01c52d31 93182006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
f3f01d5d 9319
01c52d31 9320 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
bcc7dd61 9321
01c52d31 9322 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
bcc7dd61 9323
01c52d31 93242006-01-19 Mark D. Baushke <mdb@gnu.org>
bcc7dd61 9325
01c52d31 9326 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
bcc7dd61 9327
01c52d31 93282006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
bcc7dd61 9329
01c52d31
MB
9330 * mm-decode.el (mm-inlined-types): Add application/pgp.
9331 (mm-automatic-display): Ditto.
11e22c4a 9332
01c52d31
MB
9333 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9334 part as text.
11e22c4a 9335
01c52d31 93362006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11e22c4a 9337
01c52d31
MB
9338 * nnrss.el: Update copyright.
9339 (nnrss-opml-import): Query whether to subscribe to each entry.
97f78c9b 9340
01c52d31
MB
9341 * gnus-art.el:
9342 * gnus-sum.el:
9343 * mm-uu.el:
9344 * mm-view.el: Update copyright.
97f78c9b 9345
01c52d31 93462006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
97f78c9b 9347
01c52d31
MB
9348 * message.el (message-info): New function.
9349 (message-mode-menu): Add it.
9350 Update copyright.
97f78c9b 9351
01c52d31 9352 * ChangeLog: Fix and update copyright.
97f78c9b 9353
01c52d31 93542006-01-13 Romain Francoise <romain@orebokech.com>
afea040a 9355
01c52d31
MB
9356 * message.el (message-forward-subject-name-subject): Prefer the
9357 address to 'nowhere' if the sender has no name.
9358 Fix typo. Update copyright year.
97f78c9b 9359
01c52d31 93602006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
afea040a 9361
01c52d31
MB
9362 * gnus-art.el (article-wash-html): Use
9363 gnus-summary-show-article-charset-alist if a numeric arg is given.
9364 (gnus-article-wash-html-with-w3m-standalone): New function.
afea040a 9365
01c52d31
MB
9366 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9367 mm-inline-text-html-render-with-w3m-standalone.
9368 (mm-text-html-washer-alist): Map w3m-standalone to
9369 gnus-article-wash-html-with-w3m-standalone.
9370 (mm-inline-text-html-render-with-w3m-standalone): New function.
afea040a 9371
01c52d31 93722006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
afea040a 9373
01c52d31
MB
9374 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9375 Improve LaTeX.
4b91459a 9376
01c52d31 93772006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
4b91459a 9378
01c52d31
MB
9379 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9380 (nnrss-request-article): Render text/plain parts as HTML.
4b91459a 9381
01c52d31
MB
9382 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9383 the buffer.
4b91459a 9384
01c52d31 93852006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
4b91459a 9386
01c52d31
MB
9387 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9388 custom definition of `gnus-posting-styles'.
d44e3b45 9389
01c52d31
MB
9390 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9391 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
d44e3b45 9392
01c52d31 93932006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
4b91459a 9394
01c52d31
MB
9395 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9396 Use nntp for bug archive.
4b91459a 9397
01c52d31 93982006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
c03ac728 9399
01c52d31
MB
9400 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9401 parts.
9402 (nnrss-normalize-date): New function converts ISO 8601 date into
9403 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
9404 (nnrss-check-group): Use it.
c03ac728 9405
01c52d31 94062006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
d8a88581 9407
01c52d31 9408 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
d8a88581 9409
01c52d31
MB
9410 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9411 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
9412 (nnrss-insert-w3): Ditto.
d8a88581 9413
01c52d31 94142005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
d8a88581 9415
01c52d31
MB
9416 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9417 the articles to be forwarded including the case where neither a
9418 number of articles nor a region is specified.
d8a88581 9419
01c52d31 94202005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7573397b 9421
01c52d31
MB
9422 * nnrss.el (nnrss-request-article): Fix last change; fill
9423 text/plain parts.
7573397b 9424
01c52d31 94252005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
7573397b 9426
01c52d31
MB
9427 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9428 in text/plain part.
9429 (nnrss-check-group): Don't add excessive newline to dc:subject.
bcc7dd61 9430
01c52d31 94312005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
bcc7dd61 9432
01c52d31
MB
9433 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9434 article.
9ebc3953 9435
01c52d31 94362005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9ebc3953 9437
01c52d31
MB
9438 * nnml.el: Don't require gnus-bcklg. Autoload it.
9439 (nnml-use-compressed-files, nnml-save-mail): Support other
9440 comression programs such as bzip2.
7929f858 9441
01c52d31 94422005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7929f858 9443
01c52d31
MB
9444 * dns.el (query-dns): Make sure we check the buffer size before
9445 removing tcp headers.
7929f858 9446
01c52d31 94472005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
ead25b5c 9448
01c52d31
MB
9449 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9450 remove MIME buttons associated with multipart/alternative parts.
9451 (gnus-mime-display-alternative): Tag buttons using `article-type'
9452 text property.
ead25b5c 9453
01c52d31
MB
9454 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9455 associated with multipart/alternative parts.
ead25b5c 9456
01c52d31 9457 * gnus-art.el (gnus-signature-separator): Fix custom type.
8774406b 9458
01c52d31
MB
9459 * mm-decode.el (mm-inlined-types): Fix custom type.
9460 (mm-keep-viewer-alive-types): Ditto.
9461 (mm-automatic-display): Ditto.
9462 (mm-attachment-override-types): Ditto.
9463 (mm-inline-override-types): Ditto.
9464 (mm-automatic-external-display): Ditto.
8774406b 9465
01c52d31 94662005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
a0ec7a4a 9467
01c52d31
MB
9468 * spam-report.el (spam-report-user-mail-address)
9469 (spam-report-user-agent): New variables.
9470 (spam-report-url-ping-plain): Use spam-report-user-agent.
a0ec7a4a 9471
01c52d31 94722005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
59fda2fa 9473
01c52d31
MB
9474 * gnus-art.el (gnus-button-handle-custom): Do not just use
9475 `customize-apropos' for any "M-x customize-*" button but the
9476 function called for. Accept both the function name and its
9477 argument in order to achieve this.
9478 (gnus-button-alist): Remove support for "custom:" URL's. Pass
9479 function name to `gnus-button-handle-custom' in case of "M-x
9480 customize-*" buttons.
59fda2fa 9481
01c52d31 94822005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
59fda2fa 9483
01c52d31
MB
9484 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9485 multipart/alternative and add xref to mm-discouraged-alternatives
9486 in doc string.
7d0c69be 9487
01c52d31
MB
9488 * mm-decode.el (mm-discouraged-alternatives): Add xref to
9489 gnus-buttonized-mime-types in doc string.
7d0c69be 9490
01c52d31 94912005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
d6697c02 9492
01c52d31
MB
9493 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9494 Suggest image/.* in the doc string.
d6697c02 9495
01c52d31 94962005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
d6697c02 9497
01c52d31
MB
9498 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9499 message-marks (Debian bug #342521).
d6697c02 9500
01c52d31 95012005-12-12 Simon Josefsson <jas@extundo.com>
84861437 9502
01c52d31
MB
9503 * password.el (password-read-from-cache): Add.
9504 (password-read): Use it.
84861437 9505
01c52d31 95062005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
84861437 9507
01c52d31
MB
9508 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9509 us-ascii as a MIME charset.
3338c0ad 9510
01c52d31
MB
9511 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9512 against the case where the 2nd arg TYPE is nil.
3338c0ad 9513
01c52d31 95142005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
9180519b 9515
01c52d31 9516 * pop3.el (pop3-stream-type): Fix custom version.
9180519b 9517
01c52d31 9518 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9180519b 9519
01c52d31 95202005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
23873c96 9521
01c52d31 9522 * mm-decode.el (mm-display-external): Add missing cdr.
23873c96 9523
01c52d31 95242005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
b66c24b4 9525
01c52d31
MB
9526 * mm-decode.el (mm-display-external): Use nametemplate (defined in
9527 RFC1524) if it is in mailcap or add a suffix according to
9528 mailcap-mime-extensions when generating a temp filename; postpone
9529 deleting a temp file for 2 seconds for some wrappers, shell
9530 scripts, and so on, which might exit right after having started a
9531 viewer command as a background job.
9532
95332005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
9534
9535 * nntp.el (nntp-marks-directory): Fix custom group.
9536
9537 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9538 steps when < 10.
9539
9540 * gnus-start.el (gnus-no-server-1): Mention
9541 `gnus-level-default-subscribed' in doc string.
9542
95432005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9544
9545 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9546 parens.
9547
95482005-11-26 Dave Love <fx@gnu.org>
9549
9550 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9551 (tls-program, tls-success): Provide openssl alternative.
9552
9553 * starttls.el: Doc fixes.
9554 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9555 SERVICE to PORT.
9556
002876ab 9557 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
01c52d31
MB
9558 port null or service name.
9559 (starttls-negotiate): Autoload.
9560
95612005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9562
9563 * message.el (message-kill-to-signature): Fix interactive spec.
9564
95652005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
9566
9567 * pop3.el (pop3-open-server): Recognize a string as a service name.
9568
95692005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
9570
9571 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9572
95732005-11-23 Dave Love <fx@gnu.org>
9574
9575 Add pop3s, pop3/starttls.
9576
9577 * pop3.el (pop3-authentication-scheme): Clarify doc.
9578 (open-tls-stream, starttls-open-stream): Autoload.
9579 (pop3-stream-type): New.
9580 (pop3-open-server): Use it.
9581
9582 * mail-source.el (mail-sources): Fix some :types. Add stream type
9583 for POP.
9584 (mail-source-keyword-map): Add :stream for POP.
9585 (mail-source-fetch-pop): Use pop3-stream-type.
9586
95872005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
9588
9589 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9590 of current-time-string.
9591
95922005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
9593
9594 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9595 date header.
9596
95972005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
9598
9599 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9600 it can seriously impact performance as it bypasses the agent's
9601 local caches.
9602
96032005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
9604
9605 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9606 must be explicitly online rather than "not explicitly offline" for
9607 its flags to be synchronized.
9608
9609 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9610 that gnus-uu-unmark-thread will function correctly.
9611
9612 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9613 1024K is instead displayed as 1M.
9614
96152005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9616
9617 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9618
96192005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
9620
9621 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9622
96232005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
9624
9625 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9626 error message to display actual error condition.
9627 (gnus-agent-save-local): Avoid saving symbols that are bound to
9628 nil as they simply result in a warning message in
9629 gnus-agent-read-local.
9630
96312005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
9632
9633 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9634 rather than make-variable-buffer-local for file-precious-flag.
9635
96362005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
9637
9638 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9639 for duplicates which are removed. The invalid sort check then
9640 triggers a rescan after the sort as sorting may have moved
9641 duplicate entries such that they can be cheaply detected.
9642
96432005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
9644
9645 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9646
96472005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
9648
9649 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9650 internal variable to a custom variable. Changed default value
9651 from compressed(2) to uncompressed(1).
9652 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9653 support for uncompressed agentview files. Taken together, reading
9654 the agentview file should now be 6-7 times faster.
9655
96562005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
9657
9658 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9659 as a buffer-local variable. This avoids creating truncated
9660 dribble files as a result of a hang up, eg.
9661
96622005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
9663
9664 * gnus-start.el (gnus-start-draft-setup): Enforce
9665 `gnus-draft-mode' for nndraft:drafts at startup.
9666
9667 * gnus.el (gnus-splash): Change custom group.
9668 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9669 allow-list argument.
9670
9671 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9672 string.
9673
96742005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
9675
9676 * gnus-art.el (gnus-default-article-saver): Add user-defined
9677 `function' to custom type.
9678
96792005-10-30 Chong Yidong <cyd@stupidchicken.com>
9680
9681 * imap.el (imap-open): Handle case where buffer is a buffer
9682 object.
9683
96842005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
9685
9686 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9687 long lines.
9688 (gnus-cache-delete-group): Wrap doc strings.
9689
9690 * gnus-agent.el (gnus-agent-rename-group)
9691 (gnus-agent-delete-group): Wrap doc strings.
9692
01c52d31
MB
96932005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9694
9695 * gnus-start.el (gnus-1): Add "native" to
9696 gnus-predefined-server-alist.
9697
9698 * gnus.el (gnus-method-to-server): Don't add "native" to the
9699 lists here, because that leads to problems when
9700 gnus-select-method is bound.
9701
97022005-11-09 Simon Josefsson <jas@extundo.com>
9703
9704 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9705 use (not sort-by-date) instead.
9706
97072005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9708
9709 * gnus-delay.el (gnus-delay-group): Don't autoload.
9710 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9711 to be re-loaded when customizing the `gnus-delay' group.
9712
97132005-11-19 Chong Yidong <cyd@stupidchicken.com>
9714
9715 * message.el: Revert last changes.
9716 (message-insert-citation-line): Use newlines.
9717
97182005-11-17 Chong Yidong <cyd@stupidchicken.com>
9719
9720 * message.el (message-courtesy-message)
9721 (message-mark-insert-begin, message-mark-insert-end)
9722 (message-elide-ellipsis, message-cancel-message)
9723 (message-add-header, message-change-subject)
9724 (message-cross-post-followup-to-header)
9725 (message-cross-post-insert-note, message-reduce-to-to-cc)
9726 (message-widen-reply, message-delete-not-region)
9727 (message-kill-to-signature, message-insert-signature)
9728 (message-insert-importance-high, message-insert-importance-low)
9729 (message-insert-or-toggle-importance)
9730 (message-insert-disposition-notification-to)
9731 (message-indent-citation, message-yank-original)
9732 (message-cite-original-without-signature, message-cite-original)
9733 (message-insert-citation-line, message-position-on-field)
9734 (message-fix-before-sending, message-send-mail-partially)
9735 (message-send-mail, message-send-mail-with-sendmail)
9736 (message-send-mail-with-qmail, message-send-news)
9737 (message-check-news-header-syntax, message-generate-headers)
9738 (message-insert-courtesy-copy, message-fill-address)
9739 (message-fill-header, message-shorten-references)
9740 (message-setup-1, message-cancel-news)
9741 (message-forward-make-body-plain, message-forward-make-body-mime)
9742 (message-forward-make-body-mml, message-encode-message-body)
9743 (message-forward-make-body-digest-plain)
9744 (message-forward-make-body-digest-mime)
9745 (message-use-alternative-email-as-from): Insert `hard-newline'
9746 instead of ordinary newlines.
9747
97482005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
9749
9750 * message.el (message-generate-headers): Downcase the argument
9751 given to message-check-element.
9752
97532005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
9754
9755 * nntp.el (nntp-authinfo-rejected): New error condition.
9756 (nntp-wait-for): Use new error condition to signal authentication
9757 error.
9758 (nntp-retrieve-data): Rethrow new error condition to break out of
9759 recursive call to nntp-send-authinfo.
9760
97612005-11-08 Romain Francoise <romain@orebokech.com>
9762
9763 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9764 (gnus-summary-exit-map): Bind to `Z p'.
9765 (gnus-summary-make-menu-bar): Add menu item.
9766
97672005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
9768
9769 * gnus-art.el (gnus-article-treat-custom): Add `first'.
9770 (gnus-treat-*): Add `first' in all doc strings.
9771
9772 * gnus-group.el (gnus-group-compact-group): Fix typo.
9773
97742005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
9775
9776 * gnus.el (gnus-parameters-case-fold-search): New variable.
9777 (gnus-parameters-get-parameter): Use it.
9778
9779 * gnus-score.el (gnus-home-score-file): Doc fix.
9780
97812005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
9782
9783 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9784
97852005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
9786
9787 * mm-util.el (mm-special-display-p): New function.
9788
9789 * mml.el (mml-preview): Use it; doc fix.
9790
97912005-10-29 Romain Francoise <romain@orebokech.com>
9792
9793 * message.el (message-fix-before-sending): Fix comment.
9794
97952005-10-29 Jari Aalto <jari.aalto@cante.net>
9796
9797 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9798
97992005-10-29 Jari Aalto <jari.aalto@cante.net>
9800
9801 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9802 Used in gnus-score.el.
9803
98042005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9805
9806 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9807
98082005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
9809
9810 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9811 whitespace removed in revision 7.8. Use concatenated string to
9812 protect trailing whitespace.
9813
880820fe 98142005-10-27 Jouni K. Seppänen <jks@iki.fi>
01c52d31
MB
9815
9816 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9817 (nnimap-request-expire-articles): Use it to avoid sending 'UID
9818 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9819 Courier IMAP ("some version from 2004"). Mostly based on similar
9820 code in the same function.
9821
98222005-10-26 Didier Verna <didier@xemacs.org>
9823
002876ab 9824 * gnus-group.el (gnus-group-compact-group): Invalidate original
01c52d31 9825 article buffer.
002876ab 9826 * gnus-srvr.el (gnus-server-compact-server): Ditto.
c9e31f32 9827 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
01c52d31
MB
9828 NOV database and in article itself.
9829 Invalidate article backlog.
9830
98312005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9832
9833 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9834
98352005-10-26 Simon Josefsson <jas@extundo.com>
9836
9837 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9838 part of 2004-07-25 change.
9839
98402005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
9841
9842 * message.el (message-display-completion-list): New function.
9843 (message-expand-group): Use it; make sure the Completions buffer
9844 is modifiable.
9845
98462005-10-30 Chong Yidong <cyd@stupidchicken.com>
9847
c9e31f32 9848 * imap.el (imap-open): Handle case where buffer is a buffer object.
01c52d31
MB
9849
98502005-10-24 Eli Zaretskii <eliz@gnu.org>
9851
9852 * pgg-def.el:
9853 * pgg-gpg.el:
9854 * pgg-parse.el:
9855 * pgg-pgp.el:
9856 * pgg-pgp5.el:
9857 * pgg.el: Move to the parent lisp directory.
9858
98592005-10-23 Chong Yidong <cyd@stupidchicken.com>
9860
9861 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9862 user-mail-name is an empty string.
9863
98642005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9865
9866 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9867 depending on gnus-score-decay-constant.
9868
9869 * encrypt.el (encrypt-insert-file-contents)
9870 (encrypt-write-file-contents): Don't use `gnus-message'.
9871
9872 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9873 arguments.
9874 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
9875 arguments to mm-uu-verbatim-marks-extract.
9876 (mm-uu-hide-markers): New variable.
9877 (mm-uu-extract): Use face similar to `gnus-cite-3'.
9878
9879 * gnus-fun.el (gnus-convert-image-to-x-face-command)
9880 (gnus-convert-image-to-face-command): Use "convert" by default to
9881 allow other input image formats.
9882 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9883 accordingly.
9884
98852005-10-23 Simon Josefsson <jas@extundo.com>
9886
9887 * imap.el (imap-gssapi-program): Align command line parameters
9888 with latest GNU SASL.
9889 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9890
98912005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9892
9893 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9894 HTML.
9895 (nnslashdot-request-article): Ditto.
9896
98972005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
9898
9899 * mail-source.el (mail-source-fetch-pop): Require pop3.
9900 (mail-source-check-pop): Ditto.
9901
99022005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
9903
9904 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9905 errors.
9906
99072005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
9908
9909 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9910 (gnus-treat-strip-leading-blank-lines): Improve doc string.
9911
9912 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9913
9914 * mm-bodies.el (mm-decode-string): Call
9915 `mm-charset-to-coding-system' with allow-override argument.
9916
99172005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9918
9919 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9920 (rfc2047-charset-to-coding-system): New function.
9921 (rfc2047-decode-encoded-words): New function.
9922 (rfc2047-decode-region): Use them.
9923 (rfc2047-decode-cte): Remove.
9924 (rfc2047-parse-and-decode): Remove.
9925 (rfc2047-decode): Remove.
9926
99272005-10-15 Kenichi Handa <handa@m17n.org>
9928
9929 * rfc2047.el (rfc2047-decode-cte): New function.
9930 (rfc2047-decode-region): Change the way to decode successive
9931 encoded-words: decode B- or Q-encoding in each encoded-word,
9932 concatenate them, and decode it as charset.
9933
99342005-10-17 Chong Yidong <cyd@stupidchicken.com>
9935
9936 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
9937 widget-move-and-invoke.
9938 (gnus-custom-mode): Use gnus-custom-map.
9939
99402005-10-15 Bill Wohler <wohler@newt.com>
9941
9942 * message.el (message-tool-bar-map): Renamed image file from
9943 mail_send to mail/send.
9944
99452005-10-16 Masatake YAMATO <jet@gyve.org>
9946
9947 * message.el (message-expand-group): Pass the common
9948 prefix substring of completion to `display-completion-list'.
9949
99502005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
9951
9952 * mml-sec.el (mml-secure-method): New internal variable.
9953 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9954 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9955 functions using mml-secure-method.
9956
9957 * mml.el (mml-mode-map): Add key bindings for those functions.
9958 (mml-menu): Simplify security menu entries. Suggested by Jesper
9959 Harder <harder@myrealbox.com>.
9960 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9961 end of message if point is the headers of the message.
9962
9963 * message.el (message-in-body-p): New function.
9964
9965 * assistant.el: Autoload gnus-util and netrc.
9966
9967 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9968 Use `mm-charset-override-alist' only when decoding.
9969
9970 * mm-bodies.el (mm-decode-body): Call
9971 `mm-charset-to-coding-system' with allow-override argument.
9972
9973 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9974 `filename' from Content-Disposition if Content-Type doesn't
9975 provide `name'.
9976 (gnus-mime-view-part-as-type): Set default instead of
9977 initial-input.
9978
99792005-10-09 Daniel Brockman <daniel@brockman.se>
9980
9981 * format-spec.el (format-spec): Propagate text properties of % spec.
9982
99832005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9984
9985 * gnus-art.el (gnus-treat-predicate): Add `first'.
9986
99872005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
9988
9989 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9990 (mm-charset-override-alist): New variable.
9991 (mm-charset-to-coding-system): Use it.
9992 (mm-codepage-setup): New helper function.
9993 (mm-charset-eval-alist): New variable.
9994 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
9995 about unknown charsets.
9996
99972005-10-04 David Hansen <david.hansen@gmx.net>
9998
9999 * nnrss.el (nnrss-request-article): Add support for the comments tag.
10000 (nnrss-check-group): Ditto.
10001
100022005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
10003
10004 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10005 Rename x-gnus-verbatim to x-verbatim.
10006 (mm-uu-type-alist): Fix regexp for verbatim-marks.
10007
10008 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10009 x-verbatim.
10010
10011 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10012
10013 * gnus-util.el (gnus-remove-duplicates): Remove.
10014
10015 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10016 instead of gnus-remove-duplicates.
10017
10018 * message.el (message-remove-duplicates): Remove.
10019 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10020 message-remove-duplicates.
10021
10022 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10023 available, else use implementation from `delete-dups'.
10024
10025 * message.el (message-insert-expires): New function.
10026 (message-mode-map): Add key binding.
10027 (message-mode-field-menu): Add menu entry.
10028 (message-mode): Document it.
10029 (message-make-expires-date): Use `message-make-date'.
10030
100312005-10-04 Josh Huber <huber@alum.wpi.edu>
10032
10033 * message.el (message-make-expires-date): New function.
10034
01c52d31
MB
100352005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
10036
10037 * time-date.el: Autoload parse-time-string, XEmacs needs it.
10038
100392005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10040
10041 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10042 function rather than the diff-mode.el package.
10043 (mm-display-external): Use with-current-buffer.
10044 (mm-viewer-completion-map, mm-viewer-completion-map):
10045 Move initialization inside declaration.
10046
100472005-09-29 Simon Josefsson <jas@extundo.com>
10048
10049 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
10050 autoload mail-check-payment.
10051 (spam-check-hashcash): Define unconditionally, since hashcash.el
10052 is part of Gnus now. Ignore errors from payment checking.
10053
100542005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
10055
10056 * message.el (message-bold-region, message-unbold-region): Rename
10057 from `bold-region' and `unbold-region'.
10058
10059 * message.el: Remove useless autoloads.
10060
100612005-09-28 Simon Josefsson <jas@extundo.com>
10062
10063 * message.el (message-use-idna): Default to t.
10064 (message-use-idna): Test whether encoding works too. Doc fix.
10065
100662005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
10067
10068 * nntp.el (nntp-warn-about-losing-connection): Remove.
10069
100702005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
10071
10072 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10073 customizable. Change default value.
10074 (mm-uu-diff-groups-regexp): Change default value.
10075 (mm-uu-type-alist): Add doc string.
10076 (mm-uu-configure): Add doc string. Make it interactive.
10077 (mm-uu-tex-groups-regexp): New variable.
10078 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10079 (mm-uu-type-alist): Add LaTeX documents.
10080 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10081 of "text/verbatim".
10082 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10083
10084 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10085 instead of "text/verbatim".
10086
10087 * message.el (message-mark-inserted-region)
10088 (message-mark-insert-file): Use slrn style marks when called with
10089 prefix argument.
10090
100912005-09-27 Simon Josefsson <jas@extundo.com>
10092
10093 * message.el (message-idna-to-ascii-rhs-1): Reformat.
10094
880820fe 100952005-09-27 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
10096
10097 * message.el (message-remove-duplicates): New function.
10098 Implementation borrowed from `gnus-remove-duplicates'.
10099 (message-idna-to-ascii-rhs): Also encode idna addresses in
10100 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10101 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10102 only ask about the same idna domain once per header and also tell
10103 in what header to replace the idna domain.
10104
10105 * gnus-art.el (article-decode-idna-rhs): Also decode idna
10106 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10107 (article-decode-idna-rhs): Fix regexp so that all idna-address in
10108 a header is decoded and not just the last one.
10109
101102005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
10111
10112 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10113 has been decoded.
10114
10115 * mm-decode.el (mm-automatic-display): Add text/verbatim.
10116 (mm-insert-part): Don't modify text if it has been decoded.
10117
10118 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10119 decoded.
10120
10121 * mm-view.el (mm-inline-text): Don't strip text props unless
10122 decoding enriched or richtext parts.
10123
101242005-09-25 Romain Francoise <romain@orebokech.com>
10125
10126 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10127 * gnus-start.el (gnus-subscribe-interactively):
10128 * gnus-uu.el (gnus-uu-grab-articles):
10129 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10130 space.
10131
101322005-09-24 Emilio C. Lopes <eclig@gmx.net>
10133
10134 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10135 * mm-view.el (mm-view-pkcs7-decrypt):
10136 * gnus-sum.el (gnus-summary-limit-to-extra)
10137 (gnus-summary-respool-article, gnus-read-move-group-name):
10138 * gnus-score.el (gnus-summary-increase-score):
10139 * gnus-util.el (gnus-completing-read-with-default):
10140 * gnus-art.el (gnus-read-save-file-name)
10141 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10142 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10143 * message.el (message-check-news-header-syntax):
10144 Follow convention for reading with the minibuffer.
10145
101462005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
10147
10148 * spam-report.el (spam-report-url-ping-plain):
10149 Use gnus-extended-version as User-Agent.
10150
10151 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10152 default value is nil.
10153
10154 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10155 (mm-uu-verbatim-marks-extract): New function.
10156 (mm-uu-extract): New face.
10157 (mm-uu-copy-to-buffer): Use it.
10158
10159 * spam-report.el (spam-report-gmane-ham): Renamed from
10160 `spam-report-gmane-unspam'.
10161 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10162 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
10163
10164 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10165 Autoload.
10166 (spam-report-gmane-unregister-routine): Renamed
10167 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10168
101692005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
10170
10171 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10172 (spam-report-gmane-unregister-routine): Add support for gmane
10173 unregistration.
10174
10175 * spam-report.el (spam-report-gmane-unspam)
10176 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10177 (spam-report-gmane): Change to take a single article and do unspam
10178 registration.
10179
101802005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
10181
10182 * mm-url.el (mm-url-decode-entities): Fix regexp.
10183
101842005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10185
10186 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10187 default to nil, to be able to use Gnus at all. If the default
10188 switches to something else, then the function should be fixed not
10189 be exceedingly slow.
10190
101912005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
10192
10193 * gnus-start.el (gnus-activate-group): If the server is nil, don't
10194 fail hard.
10195
10196 * spam-report.el: Add better Keywords line.
10197
10198 * spam.el: Add Maintainer and better Keywords line.
10199
102002005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
10201
10202 * gnus-art.el (gnus-article-replace-part)
10203 (gnus-mime-replace-part): New functions.
10204 (gnus-mime-action-alist, gnus-mime-button-commands)
10205 (gnus-mime-save-part-and-strip): Added file argument.
10206 (gnus-article-part-wrapper): Added interactive argument.
10207
10208 * gnus-sum.el (gnus-summary-mime-map): Add
10209 `gnus-article-replace-part'.
10210
102112005-09-19 Didier Verna <didier@xemacs.org>
10212
10213 The nnml compaction feature:
10214 * nnml.el (nnml-request-compact-group): New function.
10215 * nnml.el (nnml-request-compact): New function.
10216 * gnus-int.el (gnus-request-compact-group): New function.
10217 * gnus-int.el (gnus-request-compact): New function.
10218 * gnus-group.el (gnus-group-compact-group): New function.
10219 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10220 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10221 * gnus-srvr.el (gnus-server-compact-server): New function.
10222 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10223 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10224
102252005-09-18 Deepak Goel <deego@gnufans.org>
10226
10227 * sieve.el (sieve-help): Fix `message' call: first arg should be a
10228 format spec.
10229
102302005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
10231
10232 * gnus.el (gnus-group-startup-message): Bind image-load-path.
10233
102342005-09-15 Romain Francoise <romain@orebokech.com>
10235
10236 * message.el (message-fill-paragraph): Clarify docstring.
10237
102382005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
10239
10240 * gnus-art.el (gnus-mime-display-part): Protect against broken
10241 MIME messages.
10242
102432005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10244
10245 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10246 before parsing header.
10247
102482005-09-11 Jari Aalto <jari.aalto@cante.net>
10249
002876ab 10250 * html2text.el (html2text-replace-list): Add new entities.
01c52d31
MB
10251
102522005-09-11 Romain Francoise <romain@orebokech.com>
10253
10254 * message.el (message-alternative-emails): Improve docstring.
10255 (message-setup-1): Call `message-use-alternative-email-as-from'
10256 after `message-setup-hook' to give it precedence over posting
10257 styles, etc.
10258 (message-use-alternative-email-as-from): Add docstring. Remove
10259 the original From header if present.
10260
10261 * nnml.el (nnml-compressed-files-size-threshold): New variable.
10262 (nnml-save-mail): Use it.
10263
10264 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10265 articles. Add new argument `silent'.
10266 (gnus-uu-mark-all): Report the total number of marked articles.
10267
102682005-09-10 Romain Francoise <romain@orebokech.com>
10269
10270 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10271 (gnus-uu-mark-series): Likewise.
10272
102732005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
10274
10275 * spam-report.el (spam-report-gmane): Fix generation of spam
10276 report URL.
10277
102782005-09-10 Simon Josefsson <jas@extundo.com>
10279
10280 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10281 t, based on discussion on the ding list with Robert Epprecht
10282 <epprecht@solnet.ch>.
10283
102842005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
10285
10286 * spam-report.el (spam-report-gmane): Make it work without
10287 X-Report-Spam header. Gmane now only provides Archived-At.
10288 This is only used if `spam-report-gmane-use-article-number' is nil.
10289 (spam-report-gmane-spam-header): Remove. Not used anymore.
10290
10291 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10292 make `gnus-summary-sort-by-recipient' work with threading.
10293
10294 * nnweb.el (nnweb-google-wash-article): Print a message if article
10295 is not available.
10296
102972005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10298
10299 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10300 change. Decode text/* parts content before displaying.
10301
103022005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
10303
10304 * mml-smime.el: Remove defvar of gnus-extract-address-components.
10305
103062005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
10307
10308 * mm-view.el (mm-display-inline-fontify): Disable support modes.
10309
103102005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
10311
c9e31f32 10312 * message.el (message-tab-body-function): Fix mismatched custom type.
01c52d31
MB
10313
10314 * gnus.el (gnus-group-change-level-function): Ditto.
10315
10316 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10317
10318 * gnus-art.el (gnus-signature-limit)
10319 (gnus-article-mime-part-function): Ditto.
10320
103212005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
10322
10323 * mml.el (mml-mode): Silence the byte compiler.
10324
10325 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10326 using `(sit-for 0)' before moving the point to the specified part;
10327 skip unbuttonized parts.
10328 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10329 return to the summary window if gnus-auto-select-part is non-nil.
10330
103312005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
10332
10333 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10334 variables.
10335 (mml-dnd-attach-file, mml-mode): Use them.
10336
10337 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10338 Make fetching article by MID work again for Google Groups. Added
10339 FIXME concerning gnus-group-make-web-group.
10340
10341 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10342 Don't depend on Gnus by using mail-extract-address-components if
10343 gnus-extract-address-components is not bound.
10344
103452005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10346
10347 * gnus-art.el (gnus-mime-display-security): Don't display the
10348 signature, but only the signed part.
10349
103502005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
10351
10352 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10353
10354 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10355 list, not listp.
10356
103572005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
10358
10359 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10360 when encoding.
10361
10362 * mm-bodies.el (mm-decode-content-transfer-encoding):
10363 De-canonicalize CRLF for all text content types, not just
10364 text/plain.
10365
103662005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10367
10368 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10369 valid article; point arrow and cursor at the MIME button.
10370
103712005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
10372
10373 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10374 Suggested by Dan Christensen <jdc@uwo.ca>.
10375
10376 * mm-decode.el (mm-save-part): Enable change of prompt.
10377
103782005-08-29 Jari Aalto <jari.aalto@cante.net>
10379
10380 * gnus-msg.el (gnus-inews-add-send-actions): Made
10381 `message-post-method' lambda parameter ARG `&optional'.
10382
103832005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
10384
10385 * gnus-sum.el (gnus-summary-mime-map): Added
10386 gnus-article-save-part-and-strip, gnus-article-delete-part and
10387 gnus-article-jump-to-part.
10388
10389 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10390 (gnus-article-edit-part): Use it.
10391 (gnus-article-part-wrapper): Added no-handle argument.
10392 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10393 functions.
10394
103952005-08-29 Romain Francoise <romain@orebokech.com>
10396
10397 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10398 docstring.
10399 (gnus-face-from-file): Likewise.
10400
104012005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
10402
10403 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10404 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10405 non-nil.
10406 (gnus-auto-select-part): New variable.
10407 (gnus-article-jump-to-part): New function.
10408 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10409 (gnus-mime-delete-part): Allow selecting specified part after
10410 deleting or stripping parts.
10411 (gnus-article-jump-to-part): Don't use `read-number'. Use last
10412 part if argument is bogus.
10413
104142005-08-31 Juanma Barranquero <lekktu@gmail.com>
10415
10416 * gnus-art.el (w3m-minor-mode-map):
10417 * gnus-spec.el (gnus-newsrc-file-version):
10418 * gnus-util.el (nnmail-active-file-coding-system)
10419 (gnus-original-article-buffer, gnus-user-agent):
10420 * gnus.el (gnus-ham-process-destinations)
10421 (gnus-parameter-ham-marks-alist)
10422 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10423 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10424 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10425 * mm-decode.el (gnus-current-window-configuration):
10426 * mm-extern.el (gnus-article-mime-handles):
10427 * mm-url.el (url-current-object, url-package-name)
10428 (url-package-version):
10429 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10430 (smime-keys, w3m-cid-retrieve-function-alist)
10431 (w3m-current-buffer, w3m-display-inline-images)
10432 (w3m-minor-mode-map):
10433 * mml-smime.el (gnus-extract-address-components):
10434 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10435 (gnus-newsrc-hashtb, message-default-charset)
10436 (message-deletable-headers, message-options)
10437 (message-posting-charset, message-required-mail-headers)
10438 (message-required-news-headers):
10439 * mml1991.el (mc-pgp-always-sign):
10440 * mml2015.el (mc-pgp-always-sign):
10441 * nnheader.el (nnmail-extra-headers):
10442 * rfc1843.el (gnus-decode-encoded-word-function)
10443 (gnus-decode-header-function, gnus-newsgroup-name):
10444 * spam-stat.el (gnus-original-article-buffer): Add defvars.
10445
104462005-08-22 Karl Chen <quarl@cs.berkeley.edu>
10447
10448 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10449 the end of the date treatments.
10450
104512005-08-15 Simon Josefsson <jas@extundo.com>
10452
10453 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10454 it in url-handlers.el and XEmacs in url.el. Reported by Luca
10455 Capello and Romain Francoise.
10456 (pgg-fetch-key-function): Removed, not used?
10457 (pgg-insert-url-with-w3): Require url, to get
10458 url-insert-file-contents regardless of where it is defined.
10459
104602005-08-13 Romain Francoise <romain@orebokech.com>
10461
10462 * message.el (message-cite-original-1): New function.
10463 (message-cite-original): Use it.
10464 (message-cite-original-without-signature): Ditto.
10465
104662005-08-08 Romain Francoise <romain@orebokech.com>
10467
10468 * message.el (message-yank-empty-prefix): New variable.
10469 (message-indent-citation): Use it.
10470 (message-cite-original-without-signature): Respect X-No-Archive.
10471
104722005-08-08 Simon Josefsson <jas@extundo.com>
10473
10474 * pgg.el: Autoload url-insert-file-contents instead of loading
10475 w3/url.
10476 (pgg-insert-url-with-w3): Don't load url here.
10477
104782005-08-07 Jesper Harder <harder@phys.au.dk>
10479
10480 * message.el (message-kill-to-signature): Don't insert newline at
10481 bol.
10482 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10483
104842005-08-06 Romain Francoise <romain@orebokech.com>
10485
10486 * message.el (message-user-fqdn): Fix typo in docstring.
10487
104882005-08-05 Daiki Ueno <ueno@unixuser.org>
10489
10490 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10491
10492 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10493
104942005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
10495
10496 * mm-bodies.el (mm-encode-body): Use coding system rather than
10497 charset to encode text.
10498
10499 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10500 number of charsets if utf-8 is available (XEmacs).
10501
105022005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
10503
10504 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10505 taken from `gnus-button-mid-or-mail-regexp'.
10506 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10507 (gnus-button-alist): Improve regexp for domain part of the MIDs
10508 for news:localpart@domain buttons.
10509 (gnus-button-ctan-directory-regexp): Update.
10510
105112005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
10512
10513 * sieve-manage.el (sieve-manage-interactive-login): Use
10514 make-local-variable rather than make-variable-buffer-local.
10515 (sieve-manage-open): Ditto.
10516 (sieve-manage-authenticate): Ditto.
10517
10518 * mml.el (mml-generate-mime-1): Make the content type default to
10519 text/plain if the filename is not specified.
10520
105212005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
10522
10523 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10524 instead of insert-buffer.
10525
10526 * message.el (message-yank-original): Ditto; set the mark at the
10527 end of the yanked message.
10528
105292005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
10530
10531 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10532 lines to scroll rather than to stop it.
10533
10534 * mml.el (mml-generate-default-type): Add doc string.
10535 (mml-generate-mime-1): Use mm-default-file-encoding or make it
10536 default to application/octet-stream when determining the content
10537 type if it is not specified for the part or the mml contents; add
10538 a comment about mml-generate-default-type.
10539
105402005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
10541
10542 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10543 make it default to application/octet-stream when determining the
10544 content type if it is not specified for the external contents.
10545
105462005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
10547
10548 * rfc2231.el (rfc2231-parse-string): Take care that not only a
10549 segmented parameter but also other parameters might be there.
10550
105512005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
10552
10553 * mm-decode.el (mm-display-external): Delete temp file, directory
10554 and buffer immediately if the external process is exited.
10555
105562005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
10557
10558 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10559 fewer lines than that of scroll-margin.
10560 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10561
105622005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
10563
10564 * gnus-art.el (gnus-article-next-page): Revert.
10565 (gnus-article-beginning-of-window): New macro.
10566 (gnus-article-next-page-1): Use it.
10567 (gnus-article-prev-page): Ditto.
10568 (gnus-article-edit-part): Use insert-buffer-substring instead of
10569 insert-buffer.
10570 (gnus-article-edit-exit): Ditto.
10571
10572 * gnus-util.el (gnus-beginning-of-window): Remove.
10573 (gnus-end-of-window): Remove.
10574
105752005-07-25 Simon Josefsson <jas@extundo.com>
10576
10577 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10578 to have the url package without w3. Reported by Daiki Ueno
10579 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10580
105812005-07-20 Didier Verna <didier@xemacs.org>
10582
10583 * gnus-diary.el: Remove the description comment (nndiary is now
10584 properly documented in the Gnus manual).
10585 Fix the spelling of "Back End".
10586 * nndiary.el: Ditto.
10587 Fix the copyright notice.
10588
105892005-07-18 Romain Francoise <romain@orebokech.com>
10590
149cd465
JB
10591 * gnus-sum.el (gnus-summary-to-prefix)
10592 (gnus-summary-newsgroup-prefix): New variables.
01c52d31
MB
10593 (gnus-summary-from-or-to-or-newsgroups): Use them.
10594
105952005-07-17 Romain Francoise <romain@orebokech.com>
10596
10597 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10598 space as it's generally not especially interesting to the user.
10599
106002005-07-16 Romain Francoise <romain@orebokech.com>
10601
10602 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10603 nil to avoid prompting and file modification if one of the
10604 messages at the top of the nnfolder file contains a copyright
10605 notice.
10606 Update copyright notice.
10607
10608 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10609 instead of `current-time-string' as the latter creates a time
10610 string that is not RFC 2822 compliant (it lacks the zone).
10611 Update copyright notice.
10612
106132005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
10614
10615 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10616 for text/rtf. Display default in prompt. Pass default for M-n.
10617
10618 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10619
106202005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10621
10622 * gnus-msg.el (gnus-button-mailto): Remove
10623 save-selected-window-window hackery because it relies on
10624 save-selected-window internals.
10625
106262005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
10627
10628 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10629 (gnus-article-next-page-1): Use gnus-beginning-of-window.
10630 (gnus-article-prev-page): Ditto.
10631
10632 * gnus-util.el (gnus-beginning-of-window): New function.
10633 (gnus-end-of-window): New function.
10634
106352005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
10636
10637 * gnus-score.el (gnus-score-edit-all-score): Set
10638 gnus-score-edit-exit-function to gnus-score-edit-done and call
10639 gnus-message.
10640
106412005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10642
10643 * gnus-msg.el (gnus-button-mailto): Remove
10644 save-selected-window-window hackery because it relies on
10645 save-selected-window internals.
10646
106472005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
10648
10649 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10650 add-minor-mode.
10651 (gnus-binary-mode): Ditto.
10652
10653 * gnus-topic.el (gnus-topic-mode): Ditto.
10654
106552005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
10656
10657 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10658 (gnus-article-prev-page): Take scroll-margin into consideration.
10659
106602005-07-04 Lute Kamstra <lute@gnu.org>
10661
10662 Update FSF's address in GPL notices.
10663
106642005-07-04 Juanma Barranquero <lekktu@gmail.com>
10665
10666 * gnus.el (gnus-exit):
10667 * gnus-group.el (gnus-group-icons):
10668 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10669
10670 * gnus-nocem.el (gnus-nocem):
10671 * message.el (message-various, message-buffers, message-sending)
10672 (message-interface, message-forwarding, message-insertion)
10673 (message-headers, message-news, message-mail):
10674 * pgg-gpg.el (pgg-gpg):
10675 * pgg-parse.el (pgg-parse):
10676 * pgg-pgp.el (pgg-pgp):
10677 * pgg-pgp5.el (pgg-pgp5):
10678 * pop3.el (pop3): Finish `defgroup' description with period.
10679
106802005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
10681
10682 * gnus-art.el (article-display-face): Improve the efficiency.
10683 (article-display-x-face): Ditto; remove grey x-face stuff.
10684
106852005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
10686
10687 * gnus-art.el (article-display-face): Correct the position in
10688 which Faces are inserted.
10689
106902005-06-29 Didier Verna <didier@xemacs.org>
10691
10692 * gnus-art.el (article-display-face): Display faces in correct
10693 order.
10694
106952005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10696
10697 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10698 (gnus-fill-real-hashtb): Use hash table instead of obarray.
10699 (gnus-nocem-check-article): Fetch the Type header.
10700 (gnus-nocem-message-wanted-p): Fix the way to examine types.
10701 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10702 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10703 make sure gnus-nocem-hashtb is initialized.
10704 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10705 (gnus-nocem-unwanted-article-p): Ditto.
10706
10707 * pgg.el (pgg-verify): Return the verification result.
10708
107092005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10710
10711 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10712 is ascii.
10713
107142005-06-24 Juanma Barranquero <lekktu@gmail.com>
10715
10716 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10717 `show-nonbreak-escape'.
10718
107192005-06-23 Lute Kamstra <lute@gnu.org>
10720
10721 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10722
10723 * dig.el (dig-mode):
10724 * smime.el (smime-mode): Use gnus-run-mode-hooks.
10725
107262005-06-21 Juanma Barranquero <lekktu@gmail.com>
10727
10728 * nnimap.el (nnimap-split-download-body): Fix spellings.
10729
107302005-06-16 Juanma Barranquero <lekktu@gmail.com>
10731
10732 * gnus-art.el (gnus-article-encrypt-body):
10733 * gnus-cus.el (gnus-score-customize):
cc398b83
JB
10734 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10735 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
b66c24b4 10736
880820fe 107372005-06-16 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
10738
10739 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10740 header by looking for magic "MII" at the beginnig.
10741
107422005-06-16 Miles Bader <miles@gnu.org>
10743
10744 * assistant.el (assistant-field): Remove "-face" suffix from face name.
10745 (assistant-field-face): New backward-compatibility alias for renamed
10746 face.
10747 (assistant-render-text): Use renamed assistant-field face.
10748
10749 * spam.el (spam): Remove "-face" suffix from face name.
10750 (spam-face): New backward-compatibility alias for renamed face.
10751 (spam-face, spam-initialize): Use renamed spam face.
10752
10753 * message.el (message-header-to, message-header-cc)
10754 (message-header-subject, message-header-newsgroups)
10755 (message-header-other, message-header-name)
10756 (message-header-xheader, message-separator, message-cited-text)
10757 (message-mml): Remove "-face" suffix from face names.
10758 (message-header-to-face, message-header-cc-face)
10759 (message-header-subject-face, message-header-newsgroups-face)
10760 (message-header-other-face, message-header-name-face)
10761 (message-header-xheader-face, message-separator-face)
10762 (message-cited-text-face, message-mml-face):
10763 New backward-compatibility aliases for renamed faces.
10764 (message-font-lock-keywords): Use renamed message faces.
10765
10766 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10767 (sieve-test-commands, sieve-tagged-arguments):
10768 Remove "-face" suffix from face names.
10769 (sieve-control-commands-face, sieve-action-commands-face)
10770 (sieve-test-commands-face, sieve-tagged-arguments-face):
10771 New backward-compatibility aliases for renamed faces.
10772 (sieve-control-commands-face, sieve-action-commands-face)
10773 (sieve-test-commands-face, sieve-tagged-arguments-face):
10774 Use renamed sieve faces.
10775
10776 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10777 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10778 (gnus-group-news-3-empty, gnus-group-news-4)
10779 (gnus-group-news-4-empty, gnus-group-news-5)
10780 (gnus-group-news-5-empty, gnus-group-news-6)
10781 (gnus-group-news-6-empty, gnus-group-news-low)
10782 (gnus-group-news-low-empty, gnus-group-mail-1)
10783 (gnus-group-mail-1-empty, gnus-group-mail-2)
10784 (gnus-group-mail-2-empty, gnus-group-mail-3)
10785 (gnus-group-mail-3-empty, gnus-group-mail-low)
10786 (gnus-group-mail-low-empty, gnus-summary-selected)
10787 (gnus-summary-cancelled, gnus-summary-high-ticked)
10788 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10789 (gnus-summary-high-ancient, gnus-summary-low-ancient)
10790 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10791 (gnus-summary-low-undownloaded)
10792 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10793 (gnus-summary-low-unread, gnus-summary-normal-unread)
10794 (gnus-summary-high-read, gnus-summary-low-read)
10795 (gnus-summary-normal-read, gnus-splash):
10796 Remove "-face" suffix from face names.
10797 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10798 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10799 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10800 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10801 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10802 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10803 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10804 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10805 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10806 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10807 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10808 (gnus-summary-selected-face, gnus-summary-cancelled-face)
10809 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10810 (gnus-summary-normal-ticked-face)
10811 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10812 (gnus-summary-normal-ancient-face)
10813 (gnus-summary-high-undownloaded-face)
10814 (gnus-summary-low-undownloaded-face)
10815 (gnus-summary-normal-undownloaded-face)
10816 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10817 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10818 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10819 (gnus-splash-face):
10820 New backward-compatibility aliases for renamed faces.
10821 (gnus-group-startup-message): Use renamed gnus faces.
10822
10823 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10824 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10825 (gnus-server-agent): Remove "-face" suffix from face names.
10826 (gnus-server-agent-face, gnus-server-opened-face)
10827 (gnus-server-closed-face, gnus-server-denied-face)
10828 (gnus-server-offline-face):
10829 New backward-compatibility aliases for renamed faces.
10830 (gnus-server-agent-face, gnus-server-opened-face)
10831 (gnus-server-closed-face, gnus-server-denied-face)
10832 (gnus-server-offline-face): Use renamed gnus faces.
10833
10834 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10835 Remove "-face" suffix from face names.
10836 (gnus-picon-xbm-face, gnus-picon-face):
10837 New backward-compatibility aliases for renamed faces.
10838
10839 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10840 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10841 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10842 (gnus-cite-11): Remove "-face" suffix from face names.
10843 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10844 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10845 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10846 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10847 New backward-compatibility aliases for renamed faces.
10848 (gnus-cite-attribution-face, gnus-cite-face-list)
10849 (gnus-article-boring-faces): Use renamed gnus faces.
10850
10851 * gnus-art.el (gnus-signature, gnus-header-from)
10852 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10853 (gnus-header-content): Remove "-face" suffix from face names.
10854 (gnus-signature-face, gnus-header-from-face)
10855 (gnus-header-subject-face, gnus-header-newsgroups-face)
10856 (gnus-header-name-face, gnus-header-content-face):
10857 New backward-compatibility aliases for renamed faces.
10858 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10859
10860 * gnus-sum.el (gnus-summary-selected-face)
10861 (gnus-summary-highlight): Use renamed gnus faces.
10862 * gnus-group.el (gnus-group-highlight): Likewise.
10863
108642005-06-14 Juanma Barranquero <lekktu@gmail.com>
10865
10866 * gnus-sieve.el (gnus-sieve-article-add-rule):
10867 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10868 * spam-stat.el (spam-stat-buffer-change-to-spam)
10869 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10870
10871 * message.el (message-is-yours-p):
10872 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10873
108742005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
10875
10876 * mm-view.el (mm-inline-text): Withdraw the last change.
10877
108782005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
10879
10880 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10881 executing enriched-decode.
10882
108832005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
10884
10885 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10886 charset of tar files.
10887
108882005-06-04 Luc Teirlinck <teirllm@auburn.edu>
10889
10890 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10891
108922005-06-04 Lute Kamstra <lute@gnu.org>
10893
10894 * nnfolder.el (nnfolder-read-folder): Make sure that undo
10895 information is never recorded.
10896
108972005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10898
10899 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10900
109012005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
10902
10903 * pop3.el (pop3-apop): Run md5 in the binary mode.
10904
10905 * starttls.el (starttls-set-process-query-on-exit-flag):
10906 Use eval-and-compile.
10907
109082005-05-31 Simon Josefsson <jas@extundo.com>
10909
10910 * smime.el (smime-replace-in-string): Define.
10911 (smime-cert-by-ldap-1): Use it.
10912
109132005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
10914
10915 * gnus-art.el (article-display-x-face): Replace
10916 process-kill-without-query by gnus-set-process-query-on-exit-flag.
10917
10918 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10919 set-process-query-on-exit-flag or process-kill-without-query.
10920
10921 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10922 loop instead of replace-regexp.
10923
10924 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10925 instead of process-kill-without-query if it is available.
10926
10927 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10928 instead of find-file-hooks if it is available.
10929
10930 * mml1991.el: Bind pgg-default-user-id when compiling.
10931
10932 * mml2015.el: Bind pgg-default-user-id when compiling.
10933
10934 * nndraft.el (nndraft-request-associate-buffer):
10935 Use write-contents-functions instead of write-contents-hooks if it is
10936 available.
10937
10938 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10939 instead of find-file-hooks if it is available.
10940
10941 * nntp.el (nntp-open-connection): Replace
10942 process-kill-without-query by gnus-set-process-query-on-exit-flag.
10943 (nntp-open-ssl-stream): Ditto.
10944 (nntp-open-tls-stream): Ditto.
10945
10946 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10947 set-process-query-on-exit-flag or process-kill-without-query.
10948 (starttls-open-stream-gnutls): Use it instead of
10949 process-kill-without-query.
10950 (starttls-open-stream): Ditto.
10951
109522005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
10953
10954 * smime.el (smime-cert-by-ldap-1): Don't use
10955 replace-regexp-in-string.
10956
880820fe 109572005-05-31 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
10958
10959 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10960
10961 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
002876ab 10962 in PEM format. Adjust to the XEmacs compability.
01c52d31
MB
10963
109642005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
10965
10966 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10967 by `string-to-number'.
10968 * gnus-agent.el (gnus-agent-regenerate-group)
10969 (gnus-agent-fetch-articles): Ditto.
10970 * gnus-art.el (gnus-button-fetch-group): Ditto.
10971 * gnus-cache.el (gnus-cache-generate-active)
10972 (gnus-cache-articles-in-group): Ditto.
10973 * gnus-group.el (gnus-group-set-current-level)
10974 (gnus-group-insert-group-line): Ditto.
10975 * gnus-score.el (gnus-score-set-expunge-below)
10976 (gnus-score-set-mark-below, gnus-summary-score-effect)
10977 (gnus-summary-score-entry): Ditto.
10978 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10979 (gnus-soup-pack): Ditto.
10980 * gnus-spec.el (gnus-xmas-format): Ditto.
10981 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10982 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10983 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10984 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10985 * nndb.el (nndb-get-remote-expire-response): Ditto.
10986 * nndiary.el (nndiary-parse-schedule-value)
10987 (nndiary-string-to-number, nndiary-request-replace-article)
10988 (nndiary-request-article): Ditto.
10989 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10990 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10991 * nneething.el (nneething-make-head): Ditto.
10992 * nnfolder.el (nnfolder-request-article)
10993 (nnfolder-retrieve-headers): Ditto.
10994 * nnheader.el (nnheader-file-to-number): Ditto.
10995 * nnkiboze.el (nnkiboze-request-article): Ditto.
10996 * nnmail.el (nnmail-process-unix-mail-format)
10997 (nnmail-process-babyl-mail-format): Ditto.
10998 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10999 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11000 (nnmh-request-create-group, nnmh-request-list-1)
11001 (nnmh-request-group, nnmh-request-article): Ditto.
11002 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11003 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11004 * nnsoup.el (nnsoup-make-active): Ditto.
11005 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11006 * nntp.el (nntp-find-group-and-number)
11007 (nntp-retrieve-headers-with-xover): Ditto.
11008 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11009 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11010 (pgg-format-key-identifier): Ditto.
11011 * pop3.el (pop3-last, pop3-stat): Ditto.
11012 * qp.el (quoted-printable-decode-region): Ditto.
11013
11014 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11015 of concat.
11016
110172005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
11018
11019 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11020
11021 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11022
11023 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11024
11025 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11026
11027 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11028
11029 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11030
11031 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11032 (gnus-carpal-mode): Ditto.
11033
11034 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11035 (gnus-browse-mode): Ditto.
11036
11037 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11038
11039 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11040
110412005-05-29 Richard M. Stallman <rms@gnu.org>
11042
11043 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11044
110452005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
11046
11047 * gnus-util.el (gnus-run-mode-hooks): New function.
11048
11049 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11050
110512005-05-26 Luc Teirlinck <teirllm@auburn.edu>
11052
11053 * gnus-agent.el (gnus-agent-make-mode-line-string):
11054 Use mode-line-highlight as mouse-face.
11055
110562005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
11057
11058 * canlock.el (canlock): Change the parent group to news.
11059
11060 * deuglify.el (gnus-outlook-deuglify): Add :group.
11061
11062 * dig.el (dig): Add :group.
11063
11064 * dns-mode.el (dns-mode): Add :group.
11065
11066 * encrypt.el (encrypt): Add :group.
11067
11068 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11069 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11070 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11071 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11072 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11073
11074 * gnus-diary.el (gnus-diary): Add :group.
11075
11076 * gnus.el (gnus-group-news-1-face): Add :group.
11077 (gnus-group-news-1-empty-face): Ditto.
11078 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11079 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11080 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11081 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11082 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11083 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11084 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11085 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11086 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11087 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11088 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11089 (gnus-summary-high-ticked-face): Ditto.
11090 (gnus-summary-low-ticked-face): Ditto.
11091 (gnus-summary-normal-ticked-face): Ditto.
11092 (gnus-summary-high-ancient-face): Ditto.
11093 (gnus-summary-low-ancient-face): Ditto.
11094 (gnus-summary-normal-ancient-face): Ditto.
11095 (gnus-summary-high-undownloaded-face): Ditto.
11096 (gnus-summary-low-undownloaded-face): Ditto.
11097 (gnus-summary-normal-undownloaded-face): Ditto.
11098 (gnus-summary-high-unread-face): Ditto.
11099 (gnus-summary-low-unread-face): Ditto.
11100 (gnus-summary-normal-unread-face): Ditto.
11101 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11102 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11103
11104 * hashcash.el (hashcash): New custom group.
11105 (hashcash-default-payment): Add :group.
11106 (hashcash-payment-alist): Ditto.
11107 (hashcash-default-accept-payment): Ditto.
11108 (hashcash-accept-resources): Ditto.
11109 (hashcash-path): Ditto.
11110 (hashcash-extra-generate-parameters): Ditto.
11111 (hashcash-double-spend-database): Ditto.
11112 (hashcash-in-news): Ditto.
11113
11114 * message.el (message-minibuffer-local-map): Add :group.
11115
11116 * netrc.el (netrc): Add :group.
11117
11118 * sieve-manage.el (sieve-manage-log): Add :group.
11119 (sieve-manage-default-user): Diito.
11120 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11121 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11122 (sieve-manage-authenticators): Ditto.
11123 (sieve-manage-authenticator-alist): Ditto.
11124 (sieve-manage-default-port): Ditto.
11125
11126 * sieve-mode.el (sieve-control-commands-face): Add :group.
11127 (sieve-action-commands-face): Ditto.
11128 (sieve-test-commands-face): Ditto.
11129 (sieve-tagged-arguments-face): Ditto.
11130
11131 * smime.el (smime): Add :group.
11132
11133 * spam-report.el (spam-report): Add :group.
11134
11135 * spam.el (spam, spam-face): Add :group.
11136
111372005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11138
11139 * nntp.el (nntp-next-result-arrived-p): Some news servers may
11140 return \n.\n.\n at the end of articles. Protect against that.
11141 (nntp-with-open-group): Allow debugging.
11142
11143 * nnheader.el (mail-header-set-extra): Make into a function
11144 because I just could't understand how to quote the list properly.
11145
11146 * dns.el (query-dns-cached): New function.
11147
111482005-05-26 Lute Kamstra <lute@gnu.org>
11149
11150 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11151
111522005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
11153
11154 * gnus-art.el: Don't autoload mail-extract-address-components.
11155
11156 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11157 eval-and-compile to evaluate it.
11158
11159 * hashcash.el: Don't autoload executable-find.
11160
11161 * nndb.el: Don't declare the nndb back end two or more times; don't
11162 autoload news-reply-mode, news-setup, cancel-timer and telnet.
11163
11164 * nntp.el: Autoload format-spec instead of format; use
11165 eval-and-compile to evaluate autoload forms.
11166
111672005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
11168
11169 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11170
111712005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11172
11173 * gnus.el (gnus-version-number): Bump version.
11174
111752005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
11176
11177 * gnus.el: No Gnus v0.3 is released.
11178
111792005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
11180
11181 * gnus-art.el (gnus-article-edit-part): Disable undo.
11182
111832005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
11184
11185 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11186 gnus-article-date-lapsed-new-header is t if date timer is active;
11187 skip headers in which the original date value is empty.
11188 (gnus-article-save-original-date): Redefine it as a macro.
11189 (gnus-display-mime): Use it.
11190
111912005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
11192
11193 * gnus-art.el (article-date-ut): Support converting date in
11194 forwarded parts as well.
11195 (gnus-article-save-original-date): New function.
11196 (gnus-display-mime): Use it.
11197
111982005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
11199
11200 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11201 enclosure element of <item>.
11202
112032005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
11204
11205 * message.el (message-kill-buffer-query): Renamed from
11206 `message-kill-buffer-query-if-modified'. Added :version.
11207
112082005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
11209
11210 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11211 window layout.
11212
112132005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
11214
11215 * mml.el: Autoload dnd when compiling.
11216
112172005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
11218
11219 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11220 x-dnd-*.
11221
112222005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
11223
11224 * qp.el (quoted-printable-encode-region): Save excursion.
11225
112262005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
11227
11228 * message.el (message-kill-buffer-query-if-modified): Add new variable
11229 so the user can kill a modified message buffer quickly.
11230 (message-kill-buffer): Use it.
11231
112322005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
11233
11234 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
11235 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11236
112372005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
11238
11239 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11240 contained in text because xml.el decodes entities) with LFs.
11241
112422005-04-11 Lute Kamstra <lute@gnu.org>
11243
11244 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11245 differently.
11246
112472005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11248
11249 * mm-util.el (mm-detect-coding-region): Typo.
11250
112512005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
11252
11253 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11254
f0131492 112552005-04-06 Deepak Goel <deego@gnufans.org>
01c52d31
MB
11256
11257 * spam-stat.el (spam-stat-score-buffer): Add a call to a
11258 user-function allow user modifications of the scores.
11259 (spam-stat-score-buffer-user): New function, to allow
11260 user-computed modifications to the score.
002876ab
JB
11261 (spam-stat-score-buffer-user-functions): List of additional
11262 scoring functions.
11263 (spam-stat-error-holder): Global temporary error holder.
11264 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11265 variable.
01c52d31
MB
11266
112672005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
11268
11269 * gnus-registry.el (gnus-registry-clean-empty-function)
11270 (gnus-registry-trim, gnus-registry-fetch-groups)
11271 (gnus-registry-delete-group): Groups that match
11272 `gnus-registry-ignored-groups' are removed from the registry
11273 entries, not just ignored for splitting. This helps clean up the
11274 registry. Also, `gnus-registry-fetch-groups' is a convenient way
11275 to get all the groups a message ID is in.
11276
11277 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
c4cc8b9a 11278 (spam-stat-split-fancy): Change "threshhold" to "threshold".
01c52d31
MB
11279 (spam-stat-score-buffer-user-functions): Add :number custom type.
11280
112812005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
11282
11283 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11284 argument in XEmacs.
11285
11286 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11287 (nnrss-request-group): Decode group name first.
11288 (nnrss-request-article): Make a text/plain article if mml-to-mime
11289 failed.
11290 (nnrss-get-encoding): Return a compatible encoding according to
11291 nnrss-compatible-encoding-alist.
11292 (nnrss-find-el): Use consp instead of listp.
11293 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11294
112952005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
11296
11297 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11298 which Emacs 20 doesn't support.
11299 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11300
113012005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
11302
11303 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
002876ab 11304 silence the byte compiler inside the defun.
01c52d31
MB
11305
11306 * gnus-demon.el (parse-time-string): Add autoload.
11307
11308 * gnus-delay.el (parse-time-string): Add autoload.
11309
11310 * gnus-art.el (parse-time-string): Add autoload.
11311
11312 * nnultimate.el (parse-time): Require for `parse-time-string'.
11313
113142005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
11315
11316 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11317
11318 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11319
11320 * smime.el (smime-ldap-host-list): Add :version.
11321
113222005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
11323
11324 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11325 pass it to `gnus-browse-read-group'.
11326 (gnus-browse-read-group): Add NUMBER argument and pass it to
11327 `gnus-group-read-ephemeral-group'.
11328
11329 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11330 argument and pass it to `gnus-group-read-group'.
11331
113322005-03-19 Aidan Kehoe <kehoea@parhasard.net>
11333
11334 * mm-util.el (mm-xemacs-find-mime-charset): Only call
11335 mm-xemacs-find-mime-charset-1 if we have the mule feature
11336 available at runtime.
11337
113382005-03-25 Werner Lemberg <wl@gnu.org>
11339
11340 * nnmaildir.el: Replace `illegal' with `invalid'.
11341
113422005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
11343
11344 * gnus-start.el (gnus-display-time-event-handler):
11345 Check display-time-timer at runtime rather than only at load time
11346 in case display-time-mode is turned off in the mean time.
11347
113482005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
11349
11350 * nnimap.el (nnimap-open-connection): Print which authinfo file is
11351 used.
11352
11353 * nneething.el (nneething-map-file-directory): Derive from
11354 `gnus-directory'.
11355
11356 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11357 the To/Cc button.
11358
113592005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
11360
11361 * nnmaildir.el (nnmaildir-request-accept-article):
11362 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11363
113642005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
11365
11366 * gnus-async.el: Require timer-funcs at compile time when in
11367 XEmacs for `run-with-idle-timer'.
11368
113692005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
11370
11371 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11372 autoloaded function.
11373
113742005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11375
11376 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11377
880820fe 113782005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
01c52d31
MB
11379
11380 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11381
113822005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
11383
11384 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11385 gnus-expert-user to default.
11386
113872005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
11388
11389 * nnimap.el (nnimap-open-server): Ditto.
11390
11391 * imap.el (imap-authenticate): Fix typo.
11392
113932005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
11394
11395 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11396 buffer (since IMAP server might return FETCH response out of
11397 order, and the nntp buffer must be sorted).
11398
113992005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
11400
11401 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11402 comparison on string.
11403
149cd465
JB
11404 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11405 (gnus-agent-score): Renamed category keywords to match gnus-cus.
01c52d31
MB
11406 (gnus-agent-summary-fetch-series): Modified to protect against
11407 gnus-agent-summary-fetch-group clearing processable flags.
11408 (gnus-agent-synchronize-group-flags): Update live group buffer as
11409 synchronization may occur due to the user toggle the plugged
11410 status.
11411 (gnus-agent-fetch-group-1): Clear downloadable flag when article
11412 successfully downloaded.
11413 (gnus-agent-expire-group-1): Avoid using markers when the overview
11414 is in ascending order; greatly improves performance.
11415 (gnus-agent-regenerate-group): Use
11416 gnus-agent-synchronize-group-flags to reset read status in both
11417 gnus and server.
11418 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11419
114202005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11421
11422 * message.el: Don't autoload former message-utils variables.
11423 (message-strip-subject-trailing-was): Change doc string.
11424
11425 * nnweb.el: Fixes for `gnus-group-make-web-group'.
11426 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
11427 (nnweb-google-search): Add "hl=en" here.
11428 (nnweb-google-parse-1, nnweb-google-create-mapping):
11429 Don't hardcode URL.
11430
114312005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
11432
11433 * message.el (message-get-reply-headers, message-followup):
11434 Mention related variables `message-use-followup-to' and
11435 `message-use-mail-followup-to', in the information buffer.
11436
11437 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11438 of broken groups(-beta).google.com.
11439
114402005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
11441
11442 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11443 parameter to invoked gnus-request-move-article; remove the
11444 redundant gnus-sum-hint-move-is-internal variable; apply the marks
11445 all at once instead of once per article.
11446 (gnus-summary-remove-process-mark): Accept a list of articles as
11447 well as a single article for processing.
11448
11449 * gnus-int.el (gnus-request-move-article): Add move-is-internal
11450 parameter.
11451
11452 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11453
11454 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11455
11456 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11457 parameter.
11458
11459 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11460 parameter.
11461
11462 * nnimap.el (nnimap-request-move-article): Add move-is-internal
11463 parameter and remove the gnus-sum-hint-move-is-internal variable.
11464
11465 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11466 parameter.
11467
11468 * nndraft.el (nndraft-request-move-article): Add move-is-internal
11469 parameter.
11470
11471 * nndiary.el (nndiary-request-move-article): Add move-is-internal
11472 parameter.
11473
11474 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11475
11476 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11477 parameter.
11478
11479 * nnagent.el (nnagent-request-move-article): Add move-is-internal
11480 parameter.
11481
114822005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
11483
11484 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11485 a more conservative way.
11486
114872005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11488
11489 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11490 buffer, so it moves the window's cursor.
11491
880820fe 114922005-02-26 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
11493
11494 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11495 `mm-dissect-multipart' and receive the from field as an (optional)
11496 argument from `mm-dissect-multipart'.
11497 (mm-dissect-multipart): Receive the from field as an argument and
11498 pass it on when we call `mm-dissect-buffer' on MIME parts.
11499 Fixes verification/decryption of signed/encrypted MIME parts.
11500
115012005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
11502
11503 * gnus-sum.el (gnus-summary-move-article): Set
11504 gnus-sum-hint-move-is-internal for gnus-request-move-article and
11505 whatever it calls (right now, only nnimap-request-move article
11506 respects it).
11507
11508 * nnimap.el (nnimap-request-move-article): When
11509 gnus-sum-hint-move-is-internal is set, don't do the extra
11510 nnimap-request-article.
11511
115122005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
11513
11514 * nnheader.el (nnheader-find-file-noselect): Add doc string.
11515
11516 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11517 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11518
11519 * gnus-sum.el (gnus-summary-caesar-message):
11520 Apply `gnus-treat-article' after rotation.
11521
11522 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11523 doc string.
11524
115252005-02-22 Simon Josefsson <jas@extundo.com>
11526
11527 * encrypt.el (encrypt-password-cache-expiry): Remove (use
880820fe 11528 `password-cache-expiry' instead). Reported by Arne Jørgensen
01c52d31
MB
11529 <arne@arnested.dk>.
11530 (encrypt): Add password-cache and password-cache-expiry as group
11531 members.
11532
880820fe 115332005-02-22 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
11534
11535 * smime.el (smime-ldap-host-list): Doc fix.
11536 (smime-ask-passphrase): Use `password-read-and-add' to read (and
11537 cache) password.
11538 (smime-sign-region): Use it.
11539 (smime-decrypt-region): Use it.
11540 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11541 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11542 fails.
11543 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11544 certificate from DER to PEM format rather than calling openssl.
11545
11546 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11547
11548 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11549 for signing/encryption.
11550
11551 * mml.el (mml-parse-1): Use them.
11552
880820fe 115532005-02-21 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
11554
11555 * nnrss.el (nnrss-verbose): Removed.
11556 (nnrss-request-group): Use `nnheader-message' instead.
11557
115582005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
11559
11560 * nnrss.el (nnrss-verbose): New variable.
11561 (nnrss-request-group): Make it say nnrss is requesting a group.
11562
115632005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
11564
11565 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11566 Handle news URL with given port correctly.
11567
115682005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
11569
11570 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11571 containing special characters.
11572
11573 * gnus-sum.el (gnus-summary-edit-article): Ditto.
11574
11575 * mml.el (mime-to-mml): Ditto.
11576
11577 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11578 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11579 (rfc2047-decode-region): Quote decoded words containing special
11580 characters when rfc2047-quote-decoded-words-containing-tspecials
11581 is non-nil.
11582
115832005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
11584
11585 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11586
11587 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11588
115892005-02-15 Simon Josefsson <jas@extundo.com>
11590
11591 * nnimap.el (nnimap-debug): Doc fix.
11592
11593 * imap.el (imap-debug): Doc fix.
11594
115952005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
11596
11597 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11598
115992005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
11600
11601 * gnus.el (spam-contents): Improve docs for spam-contents
11602 parameter in its variable incarnation.
11603
116042005-02-14 Simon Josefsson <jas@extundo.com>
11605
11606 * smime-ldap.el: Use require instead of load-library for ldap.
11607 (smime-ldap-search): Indent.
11608 (smime-ldap-search-internal): Shorten line.
11609
11610 * smime.el (smime-cert-by-dns): Add doc-string.
11611 (smime-cert-by-ldap-1): Indent.
11612
11613 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11614 mml-smime-get-dns-ldap.
11615 (mml-smime-encrypt-query): Use new function. Default to ldap.
11616
880820fe 116172005-02-14 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
11618
11619 * smime.el: Require smime-ldap.
11620 (smime-ldap-host-list): New variable.
11621 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11622
11623 * mml-smime.el (mml-smime-encrypt-query): New function.
11624 (mml-smime-encrypt-query): Use it.
11625
11626 * smime-ldap.el: New file.
11627
116282005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
11629
11630 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11631
116322005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
11633
11634 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11635 argument in doc string. Make query for type more clear.
11636
116372005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
11638
11639 * gnus.el (gnus-group-startup-message): Search for gnus images in
11640 etc/images/gnus.
11641 * mm-util.el (mm-image-load-path): Likewise.
11642 * smiley.el (smiley-data-directory): Search for smilies in
11643 etc/images/smilies.
11644
116452005-02-09 Kim F. Storm <storm@cua.dk>
11646
11647 Change Emacs release version from 21.4 to 22.1 throughout.
11648 Change Emacs development version from 21.3.50 to 22.0.50.
11649
116502005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
11651
11652 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11653
11654 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11655 non-Mule XEmacs as well.
11656 (mm-decompress-buffer): Signal an error intentionally if it does
11657 not decompress compressed data because auto-compression-mode is
11658 disabled.
11659
116602005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
11661
11662 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11663 an ID in the registry even if it has no groups.
11664
116652005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
11666
11667 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11668 merge it into mm-decompress-buffer.
11669 (gnus-mime-copy-part): Use the MIME part charset, the value which
11670 a user specified or gnus-newsgroup-charset for decoding, like
11671 gnus-mime-inline-part does; set buffer-file-coding-system to tell
11672 save-buffer what was used. Suggested by Kevin Ryde
11673 <user42@zip.com.au>.
11674 (gnus-mime-inline-part): Allow the name parameter as well as the
11675 filename parameter; force decompressing of compressed data; always
11676 display contents being not decoded as unibyte.
11677
11678 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11679 as well as the filename parameter.
11680
11681 * mm-util.el (mm-decompress-buffer): Merge
11682 gnus-mime-jka-compr-maybe-uncompress.
11683 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11684 of compressed data.
11685
116862005-02-08 Simon Josefsson <jas@extundo.com>
11687
11688 * imap.el (imap-log): Doc fix.
11689
116902005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
11691
11692 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11693 the coding cookies; decompress compressed parts.
11694
10d1d0af 11695 * mml.el (mml-generate-mime-1): Add the charset parameter according
01c52d31
MB
11696 to the value which a user specified manually or the coding cookie.
11697
11698 * mm-util.el (mm-string-to-multibyte): New function.
11699 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11700 (mm-coding-system-to-mime-charset): New function.
11701 (mm-decompress-buffer): New function.
11702 (mm-find-buffer-file-coding-system): New function.
11703
11704 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11705 (mm-display-inline-fontify): Rewrite for decoding and decompressing
11706 parts.
11707
117082005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11709
11710 * mm-view.el (mm-display-inline-fontify): Decode a part according
11711 to the charset parameter.
11712
117132005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
11714
11715 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11716 prefix arg is neither nil nor a number, as info specifies.
11717
117182005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
11719
11720 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11721 timestamps.
11722
117232005-02-02 Jari Aalto <jari.aalto@cante.net>
11724
11725 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11726 groups error checking and notify user.
11727
117282005-02-02 Jari Aalto <jari.aalto@poboxes.com>
11729
11730 * message.el (message-send-mail-function): Check existence of
11731 sendmail-program first before using default value
11732 `message-send-mail-with-sendmail'. Otherwise use more generic
11733 `smtpmail-send-it'.
11734
117352005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
11736
11737 * nntp.el (nntp-request-update-info): Always return nil.
11738
117392005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
11740
11741 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11742
117432005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
11744
11745 * message.el (message-beginning-of-line): Change the behavior when
11746 invoked between BOL and : so that it first moves backward.
11747
117482005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
11749
11750 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11751 article buffer when editing of the article is discarded.
11752 (gnus-article-prepare): Revert.
11753
117542005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
11755
11756 * gnus-art.el (gnus-article-prepare):
11757 Remove message-strip-forbidden-properties from the local hook.
11758
117592005-01-27 Simon Josefsson <jas@extundo.com>
11760
11761 * password.el (password-cache-add): Only start one timer per key.
11762 Reported by Derek Atkins <warlord@MIT.EDU>.
11763
117642005-01-26 Steve Youngs <steve@sxemacs.org>
11765
11766 * run-at-time.el: Removed. It is no longer needed as
11767 timer-funcs.el in the xemacs-base package has a working version of
11768 `run-at-time'.
11769
11770 * password.el: Require timer-funcs instead of run-at-time in
11771 XEmacs.
11772 Remove `password-run-at-time' macro.
11773 (password-cache-add): Use `run-at-time' instead of
11774 `password-run-at-time'.
11775
11776 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11777 for `run-with-idle-timer'.
11778
11779 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11780 for `run-at-time'.
11781
11782 * mm-url.el: Require timer-funcs at compile time when in XEmacs
11783 for `with-timeout'.
11784
117852005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
11786
11787 * mml.el (mml-generate-mime-1): Convert string into unibyte when
11788 inserting " *mml*" buffer's contents into a unibyte temp buffer.
11789
117902005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
11791
11792 * mail-source.el (mail-source-fetch-imap): Search for ^From case
11793 sensitively.
11794
117952005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
11796
11797 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11798
117992005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
11800
11801 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11802 which will be inserted according to the multibyteness of a buffer
11803 rather than the type of contents. Suggested by ARISAWA Akihiro
11804 <ari@mbf.ocn.ne.jp>.
11805
11806 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11807 of string which old xml.el may return rather than a string.
11808
118092005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
11810
11811 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11812
118132005-01-16 Simon Josefsson <jas@extundo.com>
11814
11815 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11816 idn/idna.el isn't available.
11817 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
11818 <michael@waxrat.com>.
11819
11820 * hashcash.el: Remove non-FSF copyright header.
11821
11822 * hashcash.el (hashcash-extra-generate-parameters): New variable.
11823 (hashcash-generate-payment): Use it.
11824 (hashcash-generate-payment-async): Use it.
11825
118262005-01-15 Simon Josefsson <jas@extundo.com>
11827
11828 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11829 Suggested by Raymond Scholz <ray-2005@zonix.de>.
11830
11831 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11832 gnus-summary-idna-message.
11833 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11834 (gnus-summary-idna-message): New function.
11835
118362005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
11837
11838 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11839 gnus-novice-user.
11840
118412005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
11842
11843 * nnrss.el (nnrss-request-delete-group): Delete entries in
11844 nnrss-group-alist as well.
11845 (nnrss-save-server-data): Insert newline.
11846
118472005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
11848
11849 * gnus.el (gnus-user-agent): Use list of symbols instead of
11850 symbols. Display full version number for (S)XEmacs. Optionally
11851 display (S)XEmacs codename.
11852
11853 * gnus-util.el (gnus-emacs-version): Update for new
11854 `gnus-user-agent'.
11855
11856 * gnus-msg.el (gnus-extended-version): Make it possible to omit
11857 Gnus version.
11858
118592005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
11860
11861 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
11862 which is unreadable in some setups.
11863
118642005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11865
11866 * gnus-spec.el (gnus-update-format-specifications): Flush the
11867 group format spec cache if it doesn't support decoded group names.
11868
118692005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
11870
c9e31f32
SM
11871 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11872 Allow to apply decay on score files matching a regexp.
01c52d31
MB
11873
118742004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
11875
11876 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11877 compatibility in %g and %c.
11878
118792004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
11880
11881 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11882 name for only %g and %c.
11883 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11884 of gnus-tmp-group to decoded group name.
11885 (gnus-group-make-rss-group): Exclude `/'s from group names.
11886
118872004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
11888
11889 * nnrss.el (nnrss-get-encoding): Fix regexp.
11890
118912004-12-27 Simon Josefsson <jas@extundo.com>
11892
11893 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11894 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11895 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
11896
118972004-12-17 Kim F. Storm <storm@cua.dk>
11898
11899 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11900
11901 * gnus-sum.el (gnus-summary-mode-map): Likewise.
11902
119032004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
11904
11905 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11906
119072004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
11908
11909 * nnrss.el: Require rfc2047 and mml.
11910 (nnrss-file-coding-system): New variable.
11911 (nnrss-format-string): Redefine it as an inline function.
11912 (nnrss-decode-group-name): New function.
11913 (nnrss-string-as-multibyte): Remove.
11914 (nnrss-retrieve-headers): Decode group name; don't use
11915 nnrss-format-string.
11916 (nnrss-request-group): Decode group name.
11917 (nnrss-request-article): Decode group name; allow a Message-ID as
11918 well as an article number; don't use nnrss-format-string; encode a
11919 Message-ID string which may contain non-ASCII characters; use
11920 mml-to-mime to compose a MIME article.
11921 (nnrss-request-expire-articles): Decode group name.
11922 (nnrss-request-delete-group): Decode group name.
11923 (nnrss-fetch): Clarify error message.
11924 (nnrss-read-server-data): Use insert-file-contents instead of load;
11925 bind file-name-coding-system; use multibyte buffer.
11926 (nnrss-save-server-data): Bind coding-system-for-write to the
11927 value of nnrss-file-coding-system; bind file-name-coding-system;
11928 add coding cookie.
11929 (nnrss-read-group-data): Use insert-file-contents instead of load;
11930 bind file-name-coding-system; use multibyte buffer.
11931 (nnrss-save-group-data): Bind coding-system-for-write to the
11932 value of nnrss-file-coding-system; bind file-name-coding-system.
11933 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11934 make it work with non-ASCII text.
11935 (nnrss-find-el): Make it work with old xml.el as well.
11936
119372004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
11938
11939 * nnrss.el (nnrss-get-encoding): New function.
11940 (nnrss-fetch): Use unibyte buffer initially; bind
11941 coding-system-for-read while performing mm-url-insert; remove ^Ms;
11942 decode contents according to the encoding attribute.
11943 (nnrss-save-group-data): Add coding cookie.
11944 (nnrss-mime-encode-string): New function.
11945 (nnrss-check-group): Use it to encode subject and author.
11946
119472004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
11948
11949 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11950 imaginary variable.
11951
119522004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
11953
11954 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11955 correctly even if there are wide characters.
11956
119572004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
11958
11959 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11960 downcased symbol names; make a new cache instead of reusing
11961 bbdb-hashtable.
11962
119632004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
11964
11965 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11966 concatenating segments rather than before concatenating them.
11967 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11968
11969 * message.el (message-get-reply-headers): Bind `extra'.
11970
119712004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11972
11973 * message.el (message-extra-wide-headers): New variable.
11974 (message-get-reply-headers): Use it.
11975
119762004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
11977
11978 * gnus-agent.el (gnus-agent-group-path): Decode group name.
11979 (gnus-agent-group-pathname): Ditto.
11980
11981 * gnus-cache.el (gnus-cache-file-name): Decode group name.
11982
11983 * gnus-group.el (gnus-group-make-group): Decode group name.
11984 (gnus-group-make-rss-group): Register the group data after opening
11985 the nnrss group.
11986
119872004-12-17 Paul Jarc <prj@po.cwru.edu>
11988
11989 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11990 by expiry now get marked as read.
11991
119922004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
11993
11994 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11995
119962004-12-17 Aidan Kehoe <kehoea@parhasard.net>
11997
11998 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11999 unify Latin characters in XEmacs.
12000 (mm-find-mime-charset-region): Use it.
12001
120022004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
12003
12004 * gnus-util.el (gnus-delete-directory): New function.
12005
12006 * gnus-agent.el (gnus-agent-delete-group): Use it.
12007
12008 * gnus-cache.el (gnus-cache-delete-group): Use it.
12009
120102004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
12011
12012 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12013 names.
12014
120152004-12-16 Simon Josefsson <jas@extundo.com>
12016
12017 * hashcash.el (hashcash-payment-alist): Fix custom :type.
12018
120192004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
12020
12021 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12022
12023 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12024 (gnus-group-set-current-level): Decode group name.
12025
120262004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
12027
12028 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12029 failed.
12030
120312004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
12032
12033 * gnus-group.el (gnus-group-delete-group): Decode group name.
12034 (gnus-group-make-rss-group): Encode group name.
12035 (gnus-group-catchup-current): Decode group name.
12036 (gnus-group-kill-group): Decode group name.
12037
120382004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
12039
12040 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12041
120422004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
12043
12044 * gnus-group.el (gnus-group-make-rss-group):
12045 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12046
12047 * gnus-start.el (gnus-setup-news): Honor user's setting to
12048 gnus-message-archive-method. Suggested by Lute Kamstra
12049 <lute@gnu.org>.
12050
120512004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
12052
12053 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12054 global counterparts of the buffer-local variables.
12055
120562004-11-16 Romain Francoise <romain@orebokech.com>
12057
12058 * gnus-sum.el (gnus-summary-exit): Don't clear the global
12059 counterparts of the buffer-local variables.
12060
120612004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
12062
12063 * message.el (message-forbidden-properties): Fixed typo in doc
12064 string.
12065
120662004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
12067
12068 * gnus-util.el (gnus-replace-in-string): Added doc string.
12069
12070 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12071 to avoid problems when splitting mails with many recipients.
12072
120732004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12074
12075 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12076 pop-to-buffer, covered by the subsequent gnus-configure-windows.
12077
120782004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
12079
12080 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12081 if there is no hashtable in memory or file modification time is
12082 newer than cached timestamp.
12083
120842004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
12085
12086 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12087 not-matching option.
12088
120892004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
12090
12091 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12092 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12093 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12094 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12095 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
12096 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12097
120982004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
12099
12100 * message.el (message-forward-make-body-mml): Remove headers
12101 according to message-forward-ignored-headers if a message is decoded.
12102
121032004-12-02 Romain Francoise <romain@orebokech.com>
12104
12105 * message.el (message-forward-make-body-plain): Always remove
12106 headers according to message-forward-ignored-headers.
12107
121082004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
12109
12110 * spam.el (spam-summary-prepare-exit): Remove the
12111 gnus-summary-limit pop for now, it has problems with ham marks for
12112 me.
12113
121142004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
12115
12116 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12117 correctly.
12118
121192004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
12120
12121 * format-spec.el (format-spec): Message the char.
12122
121232004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
12124
12125 * gnus-art.el (gnus-split-methods): Reformat comments.
12126
12127 * spam.el (spam-summary-prepare-exit): Remove article limits
12128 before exiting the summary buffer.
12129
121302004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
12131
12132 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12133 order to silence the byte compiler.
12134
12135 * spam.el: Fix the way to silence the byte compiler, which
12136 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12137 bbdb-search-simple, spam-BBDB-register-routine,
12138 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12139 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12140 spam-stat-buffer-is-spam, spam-stat-load,
12141 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12142 spam-stat-save and spam-stat-split-fancy.
12143
121442004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
12145
12146 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12147 which may confuse users.
12148 (canlock-password-for-verify): Ditto.
12149
12150 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12151
12152 * gnus-art.el (gnus-emphasis-alist): Ditto.
12153
12154 * gnus-registry.el (gnus-registry-max-entries): Ditto.
12155
12156 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12157
12158 * gnus-start.el (gnus-save-killed-list): Ditto.
12159
12160 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12161 (gnus-sum-thread-tree-root): Ditto.
12162 (gnus-sum-thread-tree-false-root): Ditto.
12163 (gnus-sum-thread-tree-single-indent): Ditto.
12164
12165 * message.el (message-courtesy-message): Ditto.
12166 (message-archive-note): Ditto.
12167 (message-subscribed-address-file): Ditto.
12168 (message-user-fqdn): Ditto.
12169
12170 * spam-report.el (spam-report-gmane-regex): Ditto.
12171
12172 * spam.el (spam-blackhole-good-server-regex): Ditto.
12173
121742004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
12175
12176 * mml.el (mml-preview): Widen the message buffer before copying
12177 the contents to the preview buffer; sort headers before previewing.
12178
12179 * message.el (message-hidden-headers): Fix the way to avoid a bug
12180 in the `repeat' widget in Emacs 21.3 or earlier.
12181
121822004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
12183
12184 * message.el (message-hidden-headers): Default to "^References:".
12185 Improve customization type. Suggested by Reiner Steib
12186 <Reiner.Steib@gmx.de>.
12187
121882004-11-25 Romain Francoise <romain@orebokech.com>
12189
12190 * message.el (message-strip-forbidden-properties): Remove check for
12191 obsolete `message-hidden' text property, hidden headers are not
12192 accessible in the buffer anymore.
12193
121942004-11-22 Romain Francoise <romain@orebokech.com>
12195
12196 * message.el (message-header-format-alist): Add `From' in list
12197 so that it can be sorted.
12198 (message-fix-before-sending): Widen and sort headers before
12199 sending.
12200 (message-hide-headers): Use narrowing to hide headers by moving
12201 them to the top of the buffer and narrowing to the region
12202 underneath.
12203
122042004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12205
12206 * message.el (message-strip-forbidden-properties): Bind
12207 buffer-read-only (etc) to nil.
12208
122092004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
12210
12211 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12212 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12213
122142004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
12215
12216 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12217
122182004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12219
12220 * dns.el (query-dns): Use sit-for to time instead of
12221 accept-process-output, since that doesn't seem to work on udp
12222 sockets.
12223
122242004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
12225
12226 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12227
122282004-11-15 Jesper Harder <harder@ifa.au.dk>
12229
12230 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12231 doc string. Improve doc string.
12232
122332004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
12234
12235 * nntp.el (nntp-request-update-info): Return nil if
12236 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12237 may not call gnus-activate-group which uselessly issues the GROUP
12238 commands for all nntp groups and wastes time. Reported by Romain
12239 Francoise <romain@orebokech.com>.
12240
12241 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12242
122432004-11-15 Simon Josefsson <jas@extundo.com>
12244
12245 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12246 headers separately.
880820fe 12247 (gnus-button-openpgp): New function, inspired by Jochen Küpper
01c52d31
MB
12248 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12249
122502004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
12251
12252 * gnus-start.el (gnus-convert-old-newsrc):
12253 Assign legacy-gnus-agent to 5.10.7.
12254
122552004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
12256
12257 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12258 start of the lines.
12259
122602004-11-14 Magnus Henoch <mange@freemail.hu>
12261
c4cc8b9a
JB
12262 * hashcash.el (hashcash-default-payment): Change default to 20.
12263 (hashcash-default-accept-payment): Change default to 20.
12264 (hashcash-process-alist): New variable.
12265 (hashcash-generate-payment-async): Add.
12266 (hashcash-already-paid-p): Add.
12267 (hashcash-insert-payment): Don't generate payments twice.
12268 (hashcash-insert-payment-async): Add.
12269 (hashcash-insert-payment-async-2): Add.
12270 (hashcash-cancel-async): Add.
12271 (hashcash-wait-async): Add.
12272 (hashcash-processes-running-p): Add.
12273 (hashcash-wait-or-cancel): Add.
01c52d31
MB
12274 (mail-add-payment): New optional argument. Conditionally start
12275 asynchronous calculation.
c4cc8b9a 12276 (mail-add-payment-async): Add.
01c52d31
MB
12277
12278 * message.el (message-send-mail): Wait for asynchronous hashcash
12279 results. Don't clobber existing X-Hashcash headers.
12280 (message-setup-1): Call mail-add-payment-async when
12281 message-generate-hashcash is non-nil.
12282
122832004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12284
12285 * message.el (message-use-alternative-email-as-from): Examine the
12286 From header as well; use message-make-from in order to include a
12287 user's full name.
12288
122892004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
12290
12291 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12292 default; improve customization type.
12293 (gnus-emphasis-custom-with-format): New macro.
12294 (gnus-emphasis-custom-value-to-external): New function.
12295 (gnus-emphasis-custom-value-to-internal): New function.
12296
122972004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
12298
12299 * dns.el (query-dns): Resolve reverse addresses.
12300
123012004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12302
12303 * gnus-group.el (gnus-group-get-new-news): Use it.
12304
12305 * gnus-start.el (gnus-check-reasonable-setup): New function.
12306
123072004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
12308
12309 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12310 "Args out of range" error. Reported by Arnaud Giersch
12311 <arnaud.giersch@free.fr>.
12312
123132004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
12314
12315 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12316
123172004-11-04 Richard M. Stallman <rms@gnu.org>
12318
12319 * spam.el (spam group): Add :version.
12320
12321 * pgg-def.el (pgg group): Add :version.
12322
123232004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
12324
12325 * gnus-art.el (gnus-article-edit-article): Don't associate the
12326 article buffer with a draft file. This is a temporary measure
12327 against the 2004-08-22 change to gnus-article-edit-mode.
12328
123292004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
12330
12331 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12332 (html2text-format-tags): Remove unused variable `attr'.
12333
123342004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
12335
12336 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12337
12338 * spam-stat.el (spam-stat): Add :version.
12339
12340 * sieve.el (sieve): Add :version.
12341
12342 * sha1.el (sha1): Add :version.
12343 (sha1-use-external): Remove redundant version.
12344
12345 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12346 (nnmail-cache-ignore-groups, nnmail-spool-hook)
12347 (nnmail-split-fancy-match-partial-words)
12348 (nnmail-split-lowercase-expanded): Add :version.
12349
12350 * nndiary.el (nndiary): Add :version.
12351
12352 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12353
12354 * mml-sec.el (mml-default-sign-method)
12355 (mml-default-encrypt-method, mml-signencrypt-style-alist):
12356 Add :version.
12357
12358 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12359
12360 * mm-url.el (mm-url-use-external, mm-url-program)
12361 (mm-url-arguments): Add :version.
12362
12363 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12364 (mm-attachment-file-modes, mm-decrypt-option)
12365 (mm-w3m-safe-url-regexp): Add :version.
12366
12367 * message.el (message-cite-prefix-regexp)
12368 (message-sendmail-envelope-from, message-minibuffer-local-map)
12369 (message-user-fqdn, message-completion-alist): Add :version.
12370
12371 * gnus-win.el (gnus-configure-windows-hook)
12372 (gnus-use-frames-on-any-display): Add :version.
12373
12374 * gnus-art.el (gnus-article-address-banner-alist)
12375 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12376 (gnus-treat-from-picon, gnus-treat-mail-picon)
12377 (gnus-treat-x-pgp-sig): Add :version.
12378
12379 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12380 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12381 (gnus-summary-article-delete-hook)
12382 (gnus-summary-display-while-building): Add :version.
12383
12384 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
079a5e72 12385 (gnus-get-top-new-news-hook): Add :version.
01c52d31
MB
12386
12387 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12388 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12389
12390 * gnus-registry.el (gnus-registry): Add :version.
12391
12392 * gnus-spec.el (gnus-use-correct-string-widths)
12393 (gnus-make-format-preserve-properties): Add :version.
12394
12395 * gnus.el (gnus-group-charter-alist)
12396 (gnus-group-fetch-control-use-browse-url)
12397 (gnus-install-group-spam-parameters): Add :version.
12398
12399 * gnus-diary.el (gnus-diary): Add :version.
12400
12401 * gnus-delay.el (gnus-delay): Add :version.
12402
12403 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12404 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12405 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12406 Add :version.
12407
12408 * gnus-agent.el (gnus-agent-max-fetch-size)
12409 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12410 (gnus-agent-prompt-send-queue): Add :version.
12411
12412 * deuglify.el (gnus-outlook-deuglify): Add :version.
12413
12414 * html2text.el: Beautify code. Improve doc strings. Some
12415 checkdoc cleanup.
12416 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12417
124182004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
12419
12420 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12421
124222004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
12423
12424 * gnus-registry.el (gnus-registry-hashtb): Create the registry
12425 when package is loaded.
12426
12427 * spam.el (spam-summary-score-preferred-header): Add global preference
12428 for people who want to override the default SpamAssassin over
12429 Bogofilter preference (when both are set).
12430 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12431 (spam-user-format-function-S): Check
12432 spam-summary-score-preferred-header.
12433 (spam-extra-header-to-number): Add X-Bogosity header parsing.
12434 (spam-user-format-function-S): Format the score correctly.
12435
124362004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
12437
12438 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12439 signature file. Suggested by Manoj Srivastava
12440 <srivasta@golden-gryphon.com>.
12441
12442 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12443 iso-2022-jp even in the Japanese language environment.
12444 Suggested by Jason Rumney <jasonr@gnu.org>.
12445
124462004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
12447
12448 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12449 use the same characters as the dummy marks; make it free from
12450 getting affected by the language environment.
12451 (gnus-summary-read-group-1): Update mark positions only when the
12452 format spec is updated.
12453
12454 * gnus-spec.el (gnus-update-format-specifications): Return a list
12455 of updated types.
12456
124572004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
12458
12459 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12460 of boundp to check if display-warning is available.
12461
124622004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
12463
12464 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12465
124662004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
12467
12468 * nnspool.el (nnspool-spool-directory): Use news-path if the
12469 news-directory variable is not bound.
12470
12471 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12472 function instead of display-warning if it is not available.
12473
124742004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
12475
12476 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12477 v5-10: Use `point-at-bol'.
12478
124792004-10-26 Simon Josefsson <jas@extundo.com>
12480
12481 * hashcash.el: Fix URL in comment, reported by Cheng Gao
12482 <chenggao@gmail.com>.
12483
124842004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
12485
12486 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
12487 instead.
12488
124892004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
12490
12491 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12492 to remove a server from the nnimap-server-buffer-alist.
12493 (nnimap-open-connection, nnimap-close-server): Use it.
12494
12495 * gnus-encrypt.el: Remove file in favor of encrypt.el.
12496
124972004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
12498
12499 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12500 running the major-mode function.
12501
125022004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
12503
12504 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12505 dummy marks in the right way.
12506
125072004-10-18 David Edmondson <dme@dme.org>
12508
12509 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12510 excessively.
12511
125122004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
12513
12514 * gnus-util.el (gnus-split-references): Accept a nil references
12515 string and go on blissfully.
12516
12517 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12518 cases where the references string is non-nil but has no references.
12519
12520 * encrypt.el: Add autoload tags.
12521
12522 * spam.el (spam-resolve-registrations-routine): Remove article
12523 from unregistration list too. Reported by David Hanak
12524 <dhanak@isis.vanderbilt.edu>
12525
125262004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
12527
12528 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12529 nil. Changed custom type.
12530
125312004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
12532
12533 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12534
12535 * gnus-sum.el (gnus-summary-move-article): Use it.
12536
125372004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
12538
12539 * encrypt.el: Add autoload cookies.
12540
12541 * spam.el (spam-backend-article-list-property)
12542 (spam-backend-get-article-todo-list)
b97439ce 12543 (spam-backend-put-article-todo-list)
01c52d31
MB
12544 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12545 Resolve registrations separately.
12546 (spam-register-routine): Format comments.
12547 (spam-unregister-routine, spam-register-routine): Always call with
12548 specific-articles, no default list.
12549 (spam-summary-prepare-exit): Use the spam-classifications function.
12550
12551 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12552 gnus-encrypt.el.
12553
002876ab 12554 * encrypt.el: Copied from gnus-encrypt.el.
01c52d31 12555
002876ab 12556 * gnus-encrypt.el: Commented that it's obsolete.
01c52d31
MB
12557
125582004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
12559
12560 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12561 (gnus-score-save): Use it.
12562
12563 * message.el (message-bury): Use `window-dedicated-p'.
12564
125652004-10-15 Simon Josefsson <jas@extundo.com>
12566
12567 * pop3.el (top-level): Don't require nnheader.
12568 (pop3-read-timeout): Add.
12569 (pop3-accept-process-output): Add.
12570 (pop3-read-response, pop3-retr): Use it.
12571
125722004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
12573
12574 * spam.el (spam-register-routine): Move comment.
12575 (spam-verify-bogofilter): Use 'unknown for the initial
12576 spam-bogofilter-valid state, not 'never.
12577
12578 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12579 for netrc-machine.
12580
12581 * nnimap.el (nnimap-open-connection): Use
12582 netrc-machine-user-or-password.
12583
125842004-10-17 Richard M. Stallman <rms@gnu.org>
12585
12586 * gnus-registry.el (gnus-registry-unload-hook):
12587 Set as a variable with add-hook.
12588
12589 * nnspool.el (nnspool-spool-directory): Use news-directory instead
12590 of news-path.
12591
12592 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12593
12594 * spam.el: Delete duplicate `provide'.
12595 (spam-unload-hook): Set as a variable with add-hook.
12596
125972004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
12598
12599 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12600 in the doc string.
12601
12602 * message.el (message-ignored-news-headers)
12603 (message-ignored-supersedes-headers)
12604 (message-ignored-resent-headers)
12605 (message-forward-ignored-headers): Improve custom type.
12606
126072004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
12608
12609 * message.el (message-tokenize-header): Fix 2004-09-06 change
12610 which used point-min in the wrong place.
12611
126122004-10-12 Simon Josefsson <jas@extundo.com>
12613
12614 * tls.el (tls-certtool-program): New variable.
12615 (tls-certificate-information): New function, based on
12616 ssl-certificate-information.
12617
126182004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
12619
12620 * compface.el: Move the version of ELisp-based uncompface program
12621 to the contrib directory because of the copyright problem.
12622
126232004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
12624
12625 * message.el (message-kill-buffer): Raise the current frame.
12626
126272004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
12628
12629 * gnus-sum.el: Mention that multibyte characters don't work as marks.
12630
12631 * gnus.el (message-y-or-n-p): Autoload.
12632
12633 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12634 (pop3-password-required, pop3-authentication-scheme)
12635 (pop3-leave-mail-on-server): Made customizable.
12636 (pop3): New custom group.
12637 (pop3-retr): Remove `sleep-for' statements.
12638 Suggested by Dave Love <fx@gnu.org>.
12639
12640 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12641 Windows/DOS.
12642
12643 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12644 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
12645 Dave Love <fx@gnu.org>.
12646
12647 * mml.el (mml-minibuffer-read-disposition): Require match.
12648 Suggested by Dave Love <fx@gnu.org>.
12649
126502004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
12651
12652 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
12653 doc string.
12654
126552004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
12656
12657 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12658
126592004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
12660
12661 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12662 instead of calling `mm-insert-inline', to decode text/* parts
12663 before displaying them.
12664
126652004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
12666
12667 * mm-uu.el (mm-uu-text-plain-type): New variable.
12668 (mm-uu-pgp-signed-extract-1): Use it.
12669 (mm-uu-pgp-encrypted-extract-1): Use it.
12670 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12671 bind mm-uu-text-plain-type with that value.
12672 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12673 mm-uu-dissect.
12674
126752004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
12676
12677 * gnus-group.el (gnus-update-group-mark-positions):
12678 * gnus-sum.el (gnus-update-summary-mark-positions):
12679 * message.el (message-check-news-body-syntax):
12680 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12681 of string-as-multibyte.
12682
126832004-10-05 Juri Linkov <juri@jurta.org>
12684
12685 * gnus-group.el (gnus-update-group-mark-positions):
12686 * gnus-sum.el (gnus-update-summary-mark-positions):
12687 * message.el (message-check-news-body-syntax):
12688 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12689 8-bit unibyte values to a multibyte string for search functions.
12690
126912004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
12692
12693 * mm-uu.el (mm-uu-dissect): Allow optional arg.
12694 (mm-uu-dissect-text-parts): New function.
12695
12696 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12697 dissect text parts.
12698
12699 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12700 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12701
12702 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12703
12704 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12705 gnus-current-topics instead of gnus-current-topic.
12706
127072004-10-06 Jesper Harder <harder@ifa.au.dk>
12708
12709 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12710
127112004-10-05 Jesper Harder <harder@ifa.au.dk>
12712
12713 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12714 where approriate.
12715
12716 * nnml.el (nnml-generate-active-info): do.
12717
12718 * nndiary.el (nndiary-generate-active-info): do.
12719
12720 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12721 (gnus-topic-move): do.
12722
12723 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12724 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12725
12726 * gnus-srvr.el (gnus-server-prepare)
12727 (gnus-server-open-all-servers): do.
12728
12729 * gnus-msg.el (gnus-summary-cancel-article)
12730 (gnus-summary-resend-message)
12731 (gnus-summary-mail-crosspost-complaint): do.
12732
12733 * gnus-move.el (gnus-change-server): do.
12734
12735 * gnus-group.el (gnus-group-unmark-all-groups)
12736 (gnus-group-set-current-level): do.
12737
127382004-10-04 Simon Josefsson <jas@extundo.com>
12739
12740 * message.el (message-generate-hashcash): Doc fix.
12741
127422004-10-02 Kevin Greiner <kgreiner@compsol.cc>
12743
12744 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12745 avoid infinite recursion via gnus-get-function.
12746
127472004-10-02 Jesper Harder <harder@ifa.au.dk>
12748
12749 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12750
12751 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12752
12753 * nnmail.el (nnmail-split-history): do.
12754
12755 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12756 (nnml-request-delete-group): do.
12757
12758 * nnslashdot.el (nnslashdot-read-groups): do.
12759
12760 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12761 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12762
12763 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
c4cc8b9a 12764 (nnspool-sift-nov-with-sed): Use last.
01c52d31
MB
12765 (nnspool-retrieve-headers-with-nov): Use mapc.
12766 (nnspool-request-newgroups): Use dolist.
12767 (nnspool-request-group): Use last.
12768
12769 * nntp.el (nntp-read-server-type): Use dolist.
12770
12771 * nnvirtual.el (nnvirtual-create-mapping)
12772 (nnvirtual-update-read-and-marked): Use dolist.
12773 (nnvirtual-convert-headers): Simplify.
12774
127752004-10-01 Kevin Greiner <kgreiner@compsol.cc>
12776
12777 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12778 support for sync'ing tick marks.
12779
127802004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
12781
12782 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12783 there's no visible header.
12784
127852004-10-01 Kevin Greiner <kgreiner@compsol.cc>
12786
12787 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12788 necessary, pass full group name to gnus-request-set-marks.
12789
127902004-10-01 Simon Josefsson <jas@extundo.com>
12791
12792 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
12793 acroread.
12794
127952004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12796
12797 * spam-report.el (spam-report-gmane): Fix interactive.
12798
12799 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12800
12801 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12802 when writing file.
12803 (gnus-agent-synchronize-flags): Don't default to being
12804 interactive.
12805
128062004-09-30 Simon Josefsson <jas@extundo.com>
12807
12808 * message.el (message-generate-hashcash): Add.
12809 (message-send-mail): Use it, call mail-add-payment.
12810
128112004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
12812
12813 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12814
128152004-09-28 Kevin Greiner <kgreiner@compsol.cc>
12816
12817 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12818 gnus-requst-update-info with explicit code to sync the in-memory
12819 info read flags with the marks being sync'd to the backend.
12820
12821 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12822
128232004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12824
12825 * spam.el (spam-verify-bogofilter): Add new function.
12826 (spam-check-bogofilter)
12827 (spam-bogofilter-register-with-bogofilter): Use it.
12828 (spam-verify-bogofilter): Add small fixes.
12829
128302004-09-28 Simon Josefsson <jas@extundo.com>
12831
12832 * hashcash.el (hashcash-generate-payment): Revert.
12833
128342004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12835
12836 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12837 gnus-extract-references instead of gnus-split-references.
12838
12839 * gnus-util.el (gnus-extract-references): Add new function, analogous
12840 to gnus-split-references but extracts only the message-ID without
12841 anything extra.
12842
12843 * hashcash.el (hashcash-generate-payment)
12844 (hashcash-check-payment): Do the right thing if hashcash-path is
12845 nil (because the hashcash program could not be found).
12846
12847 * spam.el (spam-use-hashcash): Remove comment.
12848
128492004-09-27 Jesper Harder <harder@ifa.au.dk>
12850
12851 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12852 (gnus-cache-enter-article, gnus-cache-remove-article)
12853 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12854
12855 * gnus-async.el (gnus-async-prefetch-remove-group): do.
12856
12857 * gnus-art.el (article-hide-boring-headers)
12858 (article-translate-strings, article-display-face)
12859 (gnus-article-mime-match-handle-first)
12860 (gnus-article-highlight-headers)
12861 (gnus-article-add-buttons-to-head): do.
12862
128632004-09-27 Simon Josefsson <jas@extundo.com>
12864
12865 * hashcash.el: New version, from
12866 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
12867 ../contrib/.
12868
128692004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
12870
12871 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12872
128732004-09-26 Jesper Harder <harder@ifa.au.dk>
12874
12875 * gnus-dup.el (gnus-dup-open): Use mapc.
12876 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12877
12878 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12879 Reported by Stefan Wiens <s.wi@gmx.net>.
12880
12881 * gnus.el (gnus-shutdown): Use dolist.
12882
12883 * gnus-undo.el (gnus-undo): Use mapc.
12884
12885 * nnrss.el (nnrss-generate-active): do.
12886
12887 * message.el (message-cite-original-without-signature)
12888 (message-cite-original): Use mapc.
12889 (message-do-actions, message-make-forward-subject): Use dolist.
12890
128912004-09-25 Kevin Greiner <kgreiner@compsol.cc>
12892
12893 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12894 deletion to remove entire duplicate line. Fixes merged article
12895 number bug.
12896
128972004-09-25 Kevin Greiner <kgreiner@compsol.cc>
12898
12899 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12900 servers that are offline. Avoids having gnus-agent-toggle-plugged
12901 first ask if you want to open a server and then, even when you
12902 responded with no, asking if you want to synchronize the server's
12903 flags.
12904 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12905 multi-line expressions.
12906 (gnus-agent-synchronize-group-flags): New internal function.
12907 Updates marks in memory (in the info structure) AND in the
12908 backend.
12909
12910 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12911
12912 * nnagent.el (nnagent-request-set-mark): Use
12913 gnus-agent-synchronize-group-flags, not backend's request-set-mark
12914 method, to ensure that synchronization updates marks in the
12915 backend and in the info (in memory) structure.
12916
129172004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
12918
12919 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12920 convention fully; don't miss the root article of a thread; make
12921 the X-Draft-From header with correct article numbers.
12922
129232004-09-23 Kevin Greiner <kgreiner@compsol.cc>
12924
12925 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12926 unless plugged. Disable the agent so that an open failure causes
12927 an error.
12928
12929 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12930 Reverted 2004-09-21 change. The backend must be opened while
12931 synchronizing flags even when the backend stores the flags
12932 locally.
12933
129342004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
12935
12936 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12937 in `header' match. Reported by Svend Tollak Munkejord.
12938
12939 * message.el (message-cite-original): Fix use of
12940 `message-cite-articles-with-x-no-archive'.
12941
129422004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
12943
12944 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12945 (gnus-window-to-buffer): Ditto.
12946
12947 * mml.el (mml-preview-buffer): New variable.
12948 (mml-preview): Manage window layout with gnus-buffer-configuration.
12949
12950 * gnus-msg.el (gnus-setup-message): Put article numbers into the
12951 X-Draft-From header even if those articles aren't quoted.
12952
129532004-09-21 Kevin Greiner <kgreiner@compsol.cc>
12954
12955 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12956 (gnus-request-set-mark, gnus-request-update-mark): Use new
12957 g-s-t-u-l-m to decide to use backend even when unplugged.
12958
129592004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
12960
12961 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12962 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
12963
129642004-09-20 Simon Josefsson <jas@extundo.com>
12965
12966 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12967 "utf-16-le".
12968
129692004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
12970
12971 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12972
129732004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
12974
12975 * uudecode.el (uudecode-use-external): Add :version.
12976
12977 * smime.el (smime-CA-file, smime-encrypt-cipher)
12978 (smime-dns-server): Add :version.
12979
12980 * smiley.el (gnus-smiley-file-types): Add :version.
12981
12982 * sha1.el (sha1-use-external): Add :version.
12983
12984 * pgg-def.el (pgg-query-keyserver): Add :version.
12985
12986 * nnmail.el (nnmail-fancy-expiry-targets)
12987 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12988 Add :version.
12989
12990 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12991 (nnimap-retrieve-groups-asynchronous): Add :version.
12992 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
12993
12994 * mml.el (mml-content-disposition-parameters)
12995 (mml-insert-mime-headers-always): Add :version.
12996
12997 * mm-util.el (mm-coding-system-priorities): Add :version.
12998
12999 * mm-decode.el (mm-inline-text-html-with-images)
13000 (mm-keep-viewer-alive-types, mm-external-terminal-program)
13001 (mm-verify-option): Add :version.
13002 (mm-text-html-renderer): Change :version.
13003
13004 * message.el (message-fcc-externalize-attachments)
13005 (message-required-headers, message-draft-headers)
13006 (message-subject-trailing-was-query)
13007 (message-subject-trailing-was-ask-regexp)
13008 (message-subject-trailing-was-regexp, message-mark-insert-begin)
13009 (message-mark-insert-end, message-archive-header)
13010 (message-archive-note, message-cross-post-default)
13011 (message-cross-post-note, message-followup-to-note)
13012 (message-cross-post-note-function, message-use-mail-followup-to)
13013 (message-subscribed-address-functions)
13014 (message-subscribed-address-file, message-subscribed-addresses)
13015 (message-subscribed-regexps, message-allow-no-recipients)
13016 (message-yank-cited-prefix, message-signature-insert-empty-line)
13017 (message-hidden-headers, message-hierarchical-addresses)
13018 (message-mail-user-agent, message-use-idna)
13019 (message-valid-fqdn-regexp)
13020 (message-strip-special-text-properties, message-header-synonyms)
13021 (message-beginning-of-line, message-tab-body-function): Add :version.
13022 (message-insert-canlock, message-wide-reply-confirm-recipients):
13023 Change :version.
13024
13025 * mail-source.el (mail-source-ignore-errors): Add :group, :type
13026 and :version.
13027 (mail-source-delete-old-incoming-confirm)
13028 (mail-source-movemail-program): Add :version.
13029
13030 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13031 (gnus-agent-cache, gnus-agent): Change :version.
13032
13033 * gnus-util.el (gnus-use-byte-compile): Change :version.
13034
13035 * gnus-sum.el (gnus-summary-make-false-root-always)
13036 (gnus-summary-default-high-score)
13037 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13038 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13039 (gnus-read-all-available-headers, gnus-article-emulate-mime)
13040 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13041 (gnus-sum-thread-tree-single-indent)
13042 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13043 (gnus-sum-thread-tree-leaf-with-other)
13044 (gnus-sum-thread-tree-single-leaf): Add :version.
13045 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13046 (gnus-article-loose-mime): Change :version.
13047
13048 * gnus-start.el (gnus-backup-startup-file)
13049 (gnus-save-startup-file-via-temp-buffer): Add :version.
13050
13051 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13052 (gnus-server-offline-face): Add :version.
13053
13054 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13055
13056 * gnus-msg.el (gnus-gcc-externalize-attachments)
13057 (gnus-debug-files, gnus-debug-exclude-variables)
13058 (gnus-discouraged-post-methods): Change :version.
13059 (gnus-confirm-mail-reply-to-news)
13060 (gnus-confirm-treat-mail-like-news): Add :version.
13061
13062 * gnus-int.el (gnus-server-unopen-status): Add :version.
13063
13064 * gnus-group.el (gnus-group-jump-to-group-prompt)
13065 (gnus-large-ephemeral-newsgroup)
13066 (gnus-fetch-old-ephemeral-headers): Add :version.
13067
13068 * gnus-fun.el (gnus-x-face-directory)
13069 (gnus-convert-pbm-to-x-face-command)
13070 (gnus-convert-image-to-x-face-command)
13071 (gnus-convert-image-to-face-command): Add :version.
13072
13073 * gnus-delay.el (gnus-delay-default-hour): Add :version.
13074
13075 * gnus-cite.el (gnus-cite-blank-line-after-header)
13076 (gnus-article-boring-faces): Add :version.
13077
13078 * gnus-art.el (gnus-buttonized-mime-types)
13079 (gnus-inhibit-mime-unbuttonizing)
13080 (gnus-treat-display-face)
13081 (gnus-treat-body-boundary): Change :version.
13082 (gnus-body-boundary-delimiter, gnus-picon-databases)
13083 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13084 (gnus-treat-date-english, gnus-treat-fold-headers)
13085 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13086 (gnus-treat-mail-picon, gnus-treat-wash-html)
13087 (gnus-article-encrypt-protocol)
13088 (gnus-use-idna, gnus-article-over-scroll)
13089 (gnus-mime-display-multipart-alternative-as-mixed)
13090 (gnus-mime-display-multipart-related-as-mixed)
13091 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13092 (gnus-ctan-url, gnus-button-ctan-handler)
13093 (gnus-button-handle-ctan-bogus-regexp)
13094 (gnus-button-ctan-directory-regexp)
13095 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13096 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13097 (gnus-button-man-level, gnus-button-emacs-level)
13098 (gnus-button-message-level, gnus-button-browse-level): Add :version.
13099
13100 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13101 (gnus-agent-go-online): Change :version.
13102 (gnus-agent-expire-unagentized-dirs)
13103 (gnus-agent-auto-agentize-methods): Add :version.
13104
13105 * flow-fill.el (fill-flowed-display-column)
13106 (fill-flowed-encode-column): Add :version.
13107
13108 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13109 (gnus-outlook-deuglify-unwrap-max)
13110 (gnus-outlook-deuglify-cite-marks)
13111 (gnus-outlook-deuglify-unwrap-stop-chars)
13112 (gnus-outlook-deuglify-no-wrap-chars)
13113 (gnus-outlook-deuglify-attrib-cut-regexp)
13114 (gnus-outlook-deuglify-attrib-verb-regexp)
13115 (gnus-outlook-deuglify-attrib-end-regexp)
13116 (gnus-outlook-display-hook): Add :version.
13117
13118 * binhex.el (binhex-use-external): Add :version.
13119
131202004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
13121
13122 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13123 and `invisible'.
13124
131252004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
13126
13127 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13128 in gnus-registry-trim.
13129
131302004-09-13 Simon Josefsson <jas@extundo.com>
13131
13132 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13133
13134 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13135
13136 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13137 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13138 <yamaoka@jpl.org>.
13139 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13140 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13141 <yamaoka@jpl.org>.
13142
13143 * sieve.el (sieve-manage-mode): Ditto.
13144
131452004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
13146
13147 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13148
131492004-09-11 Simon Josefsson <jas@extundo.com>
13150
13151 * dns-mode.el: Add.
13152
13153 * mm-view.el (mm-display-dns-inline): Add.
13154
13155 * mm-decode.el (mm-inline-media-tests): Add text/dns.
13156 (mm-automatic-display): Ditto.
13157
13158 * mailcap.el (mailcap-mime-data): Add text/dns.
13159 (mailcap-mime-extensions): Map .soa to text/dns.
13160
131612004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
13162
13163 * gnus-art.el (article-decode-mime-words, article-babel)
13164 (gnus-article-highlight-signature, gnus-article-add-buttons)
13165 (gnus-signature-toggle): Remove unnecessary bindings of
13166 `inhibit-read-only' inherited from v5.10 merge.
13167
131682004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
13169
13170 * nntp.el (nntp): New customization group.
13171 (nntp-authinfo-file): Add customization group.
13172
13173 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13174
13175 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13176
13177 * gnus.el (to-address, to-list, subscribed)
13178 (large-newsgroup-initial): Ditto.
13179
13180 * flow-fill.el (fill-flowed-display-column)
13181 (fill-flowed-encode-column): Ditto.
13182
ce058493 131832004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
01c52d31
MB
13184
13185 * message.el (message-tokenize-header, message-send-mail-with-qmail):
13186 Use point-min rather than 1.
13187 (message-send-mail): Use buffer-size rather than point-max.
13188
13189 * gnus-sum.el (gnus-summary-search-article-forward):
13190 Signal a specific `search-failed' rather than a generic `error'.
13191
13192 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13193 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13194 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13195
131962004-09-10 Simon Josefsson <jas@extundo.com>
13197
13198 * nndb.el (require): Remove tcp and duplicate cl.
13199
132002004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
13201
13202 * gnus-agent.el (directory-files-and-attributes): Move forward.
13203
132042004-09-09 Kevin Greiner <kgreiner@compsol.cc>
13205
13206 * gnus-agent.el (directory-files-and-attributes): Optionally
13207 defined to support XEmacs.
13208
132092004-09-09 Kevin Greiner <kgreiner@compsol.cc>
13210
002876ab 13211 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
01c52d31
MB
13212 to avoid run-time CL dependencies.
13213 (gnus-agent-unfetch-articles): New function.
13214 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13215 article numbers even when local .overview file is missing.
002876ab 13216 (gnus-agent-read-article-number): New function. Only accepts
01c52d31
MB
13217 27-bit article numbers.
13218 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13219 gnus-agent-read-article-number.
13220 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13221 from backend while recognizing that article numbers in .overview
13222 must be valid.
13223 (gnus-agent-update-files-total-fetched-for): Use
13224 directory-files-and-attributes to improve performance.
13225 * gnus-int.el (gnus-request-move-article): Use
13226 gnus-agent-unfetch-articles in place of gnus-agent-expire to
13227 improve performance.
13228
13229 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13230 some users confused by references to .newsrc when they only have a
13231 .newsrc.eld file.
149cd465
JB
13232 (gnus-convert-mark-converter-prompt)
13233 (gnus-convert-converter-needs-prompt): Fixed use of property list.
01c52d31 13234 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
002876ab 13235 New function. Used internally to only display 'gnus converting
01c52d31
MB
13236 files' message when actually necessary.
13237
13238 * gnus-sum.el (): Removed (require 'gnus-agent) as required
13239 methods now autoloaded.
13240
132412004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
13242
13243 * gnus-sum.el (gnus-summary-insert-subject): Remove list
13244 identifiers.
13245
132462004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
13247
13248 * gnus-picon.el: Fix indentation and closing parenthesis.
13249
132502004-09-01 Simon Josefsson <jas@extundo.com>
13251
13252 * message.el (message-canlock-generate): Require sha1, not
56fd9faa 13253 sha1-el. (Can we get rid of this require altogether? It is ugly
01c52d31
MB
13254 to require within a function. Sadly, if sha1.el isn't loaded, the
13255 let binding in m-c-g will hide the defcustom definition, which is
13256 bad.)
13257
13258 * canlock.el: Require sha1, not sha1-el.
13259
13260 * message.el: Don't autoload sha1 (there is a autoload cookie in
13261 sha1.el).
13262
13263 * sha1-el.el: Renamed to sha1.el.
13264
132652004-08-30 Juanma Barranquero <lektu@terra.es>
13266
13267 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13268
132692004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
13270
13271 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13272
132732004-08-30 Kim F. Storm <storm@cua.dk>
13274
13275 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13276
13277 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13278 Add :group 'nnimap.
13279
132802004-08-30 Andreas Schwab <schwab@suse.de>
13281
13282 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13283 ?* and ?\;.
13284
13285 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13286 and ?\' to symbol instead of whitespace.
13287
132882004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
13289
13290 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13291
13292 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13293 instead of re-search-forward.
13294
13295 * gnus-uu.el (gnus-uu-save-article): Ditto.
13296 (gnus-uu-post-encode-uuencode): Ditto.
13297
13298 * html2text.el (html2text-clean-list-items): Ditto.
13299 (html2text-clean-dtdd): Ditto.
13300 (html2text-format-tags): Ditto.
13301
13302 * message.el (message-send-mail-with-sendmail): Fix regexp.
13303 (message-fill-field-general): Use search-forward instead of
13304 re-search-forward.
13305 (unbold-region): Ditto.
13306
13307 * nnrss.el (nnrss-request-article): Ditto.
13308
13309 * nnslashdot.el (nnslashdot-request-article): Ditto.
13310
13311 * nnweb.el (nnweb-gmane-wash-article): Ditto.
13312
13313 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13314 "Unrecognized menu descriptor" error in XEmacs.
13315
133162004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
13317
13318 * gnus-sum.el (gnus-read-header): Don't remove a header for the
13319 parent article of a sparse article in the thread hashtb.
13320
133212004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
13322
13323 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13324 (nnmail-expand-newtext): Lowercase expanded entries if
13325 nnmail-split-lowercase-expanded is non-nil.
13326
133272004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
13328
c9e31f32 13329 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
01c52d31
MB
13330
13331 * gnus-group.el (gnus-group-line-format-alist): Convert the value
13332 of gnus-tmp-news-method into string under XEmacs. It will be
13333 passed to gnus-correct-length which takes only a string argument.
13334
133352004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
13336
13337 * gnus-util.el (gnus-bind-print-variables): New macro.
13338 (gnus-prin1): Use it.
13339 (gnus-prin1-to-string): Use it.
13340 (gnus-pp): New function.
13341 (gnus-pp-to-string): New function.
13342
c9e31f32
SM
13343 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13344 Replace pp-to-string with gnus-pp-to-string.
01c52d31
MB
13345 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13346 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13347 * gnus-msg.el (gnus-debug): Ditto.
13348 * gnus-score.el (gnus-score-save): Ditto.
13349 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13350 gnus-pp-to-string.
13351 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13352 with gnus-pp.
13353 * score-mode.el (gnus-score-pretty-print): Ditto.
13354 * webmail.el (webmail-debug): Ditto.
13355
133562004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
13357
c9e31f32
SM
13358 * gnus-art.el (article-display-face, article-display-x-face):
13359 Use buffer-read-only.
01c52d31
MB
13360
133612004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
13362
c9e31f32
SM
13363 * gnus-art.el (article-hide-list-identifiers):
13364 Bind inhibit-read-only as t.
01c52d31
MB
13365
133662004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
13367
13368 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13369
133702004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
13371
13372 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13373 (gnus-narrow-to-page): Don't assume point-min == 1.
13374 (gnus-article-edit-mode): Derive from message-mode.
13375
13376 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13377 point-min == 1.
13378
13379 * imap.el (imap-parse-address-list, imap-parse-body-ext):
13380 Disable incorrect use of `assert'.
13381
13382 * message.el (message-mode): Set comment-start-skip.
13383
01c52d31
MB
133842004-08-22 Sam Steingold <sds@gnu.org>
13385
13386 * pop3.el (pop3-leave-mail-on-server): New user variable.
13387 (pop3-movemail): Delete mail only when it is nil.
13388
133892004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
13390
13391 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13392
13393 * mml.el (mml-preview): Use `pop-to-buffer'.
13394
13395 * message.el (message-goto-mail-followup-to): Insert after "To".
13396 (message-carefully-insert-headers): Add comment.
13397
13398 * gnus.el: Remove unused variable `gnus-article-check-size'.
13399
13400 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13401
13402 * gnus-art.el (gnus-button-alist): Improve
13403 `gnus-button-handle-library' entry.
13404
134052004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
13406
13407 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13408 downcase, since XEmacs capitalizes error messages differently.
13409
134102004-08-18 Jesper Harder <harder@ifa.au.dk>
13411
13412 * nntp.el: Add (require 'gnus) due to reference to
13413 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
13414
134152004-08-18 Florian Weimer <fw@deneb.enyo.de>
13416
13417 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13418 `mm-fill-flowed'.
13419
13420 * mm-decode.el (mm-dissect-singlepart): Check it.
13421
134222004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
13423
13424 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13425 'imap' for netrc parsing.
13426
134272004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
13428
13429 * mailcap.el (mailcap-mime-data): Mark as risky.
13430
134312004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
13432
13433 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13434 may be included in the encoded word.
13435 (rfc2047-encode): Don't append a space if the encoded word
13436 includes close parenthesis.
13437
134382004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
13439
13440 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13441 of text within parentheses.
13442
134432004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
13444
13445 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13446 (gnus-encrypt-write-file-contents): Make the password key the file
13447 name PLUS the cipher, not just the cipher. Also remove failed
13448 passwords from the cache.
13449
134502004-08-06 Simon Josefsson <jas@extundo.com>
13451
13452 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
13453 fix.
13454
134552004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
13456
13457 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13458 LWSP.
13459
134602004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
13461
13462 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13463 to append in-reply-to: data to the references: header.
13464
c4cc8b9a 13465 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
01c52d31
MB
13466 (netrc-parse): Use gnus-encrypt.el functions.
13467
13468 * gnus-encrypt.el: Add new file for encryption support; currently
13469 does only a few GPG ciphers and an internal XOR cipher.
13470
13471 * password.el: Add comments on using password-read-and-add.
13472 (password-read-and-add): Add function to read and add the
13473 password to the cache at once.
13474
134752004-07-28 Simon Josefsson <jas@extundo.com>
13476
13477 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13478 parameter (but don't use it, for now).
13479
13480 * imap.el (imap-ssl-open): Use imap-process-connection-type,
13481 instead of hard coding to nil.
13482
134832004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
13484
13485 * mm-view.el (mm-inline-image-emacs): Open lines under an image
13486 as mm-inline-image-xemacs does.
13487
134882004-07-26 Simon Josefsson <jas@extundo.com>
13489
13490 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13491 Revert part of 2004-07-17 change below.
13492
134932004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
13494
13495 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
13496 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13497
134982004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
13499
13500 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13501 quotes that actually start with ">" at the beginning of the
13502 lines.
13503
135042004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
13505
13506 * rfc2047.el (rfc2047-encode-region): Fix last change.
13507 (rfc2047-encode-parameter): Remove useless concat.
13508
135092004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
13510
13511 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13512 encode special characters; fix some kind of misconfigured headers;
13513 signal a real error if debug-on-quit or debug-on-error is non-nil.
13514 (rfc2047-encode-max-chars): New variable.
13515 (rfc2047-encode-1): Use it.
13516 (rfc2047-encode-parameter): New function.
13517
13518 * mml.el (mml-insert-parameter): Remove an excessive space.
13519
135202004-07-17 Simon Josefsson <jas@extundo.com>
13521
13522 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13523 Kai Grossjohann <kai@emptydomain.de>.
13524 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13525 (gnus-group-make-menu-bar): Ditto.
13526
13527 * gnus-util.el (gnus-group-server): Add.
13528
135292004-07-16 Jesper Harder <harder@ifa.au.dk>
13530
13531 * message.el (message-clone-locals): Clone sendmail and smtp
13532 variables.
13533
135342004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
13535
13536 * rfc2047.el (rfc2047-encode-region): Fix last change.
13537
135382004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
13539
13540 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13541 characters as non-special.
13542
135432004-07-09 Simon Josefsson <jas@extundo.com>
13544
13545 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13546 Users will lose all flag changes made while unplugged with
13547 e.g. nntp unless flag synchronization happens, thus `nil' is not a
13548 good default. See numerous reports on ding mailing list.
13549
135502004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
13551
13552 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13553 add generate-head-function and generate-article-function to the
13554 rfc822-forward entry.
13555 (nndoc-rfc822-forward-generate-article): New function.
13556 (nndoc-rfc822-forward-generate-head): New function.
13557
13558 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13559
135602004-07-06 Dan Christensen <jdc@uwo.ca>
13561
13562 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13563 respect display group parameter and gnus-summary-expunge-below.
13564 (gnus-articles-to-read): Remove unused reference to display group
13565 parameter.
13566
135672004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13568
13569 * nnheader.el (nnheader-uniquify-message-id): New experimental
13570 variable.
13571 (nnheader-nov-read-message-id): Use it.
13572
13573 * spam-report.el (spam-report-gmane): Add interactive.
13574
135752004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
13576
13577 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13578 qp-or-base64 for the application/* types.
13579
135802004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
13581
13582 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13583
135842004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
13585
13586 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13587 trim value.
13588
135892004-01-25 Paul Jarc <prj@po.cwru.edu>
13590
13591 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13592 New macro and function.
13593 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13594
135952004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
13596
13597 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13598 after-load-alist.
13599
136002004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
13601
13602 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13603 update info that isn't there.
13604
136052004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
13606
13607 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13608 entry.
13609
136102004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
13611
13612 * mm-view.el (mm-inline-render-with-function): Use multibyte
13613 buffer; decode html source by charset.
13614
13615 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13616
13617 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13618 Mule-UCS is loaded under XEmacs.
13619 (mm-mime-mule-charset-alist): Avoid duplicated entries.
13620
136212004-06-28 Jesper Harder <harder@ifa.au.dk>
13622
13623 * nnheader.el (nnheader-max-head-length): Increase to 8192.
13624
136252004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
13626
13627 * mm-util.el (mm-coding-system-p): Return a coding-system.
13628 (mm-mime-mule-charset-alist): Use shift_jis instead of
13629 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13630 entries for the mime charsets iso-2022-jp-3 and shift_jis.
13631 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13632 instead of japanese-shift-jis and iso-latin-1 respectively in
13633 order to share the default value with both Emacs and XEmacs-mule.
13634 (mm-mule-charset-to-mime-charset): Make
13635 mm-coding-system-priorities effective.
13636 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13637 while predicating of candidates upon the priorities.
13638
136392004-06-27 Jesper Harder <harder@ifa.au.dk>
13640
13641 * gnus-sum.el (gnus-summary-make-menu-bar): Add
13642 gnus-uu-invert-processable.
13643
13644 * gnus.el: Autoload gnus-uu-invert-processable.
13645
136462004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
13647
13648 * mm-util.el (mm-with-multibyte-buffer): New macro.
13649
13650 * rfc2047.el (rfc2047-encode-string): Use it.
13651 (rfc2047-encode-region): Move point to the end of the region after
13652 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13653
136542004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
13655
13656 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13657 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13658
136592004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
13660
13661 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13662 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
13663 Karl Chen <quarl@nospam.quarl.org>.
13664
136652004-06-23 Jesper Harder <harder@ifa.au.dk>
13666
13667 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13668 invalid addresses.
13669
136702004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
13671
13672 * spam.el: Change section markers, revise TODO list.
13673 (spam-backends): Make new master list of all installed backends.
13674 (spam-summary-exit-behavior): Add new variable to determine how
13675 messages moves are done at summary exit.
13676 (spam-move-spam-nonspam-groups-only)
13677 (spam-process-ham-in-nonham-groups)
13678 (spam-process-ham-in-spam-groups): Remove variables, the
13679 spam-summary-exit-behavior variable should be used to manage this
13680 behavior.
13681 (spam-old-ham-articles, spam-old-spam-articles): Remove.
13682 (spam-old-articles): Add variable, replacing spam-old-ham-articles
13683 and spam-old-spam-articles.
13684 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13685 Add empty variables, placeholders for the backends they represent.
13686 (spam-set-difference): Move, unchanged.
13687 (spam-list-of-processors): Declare OBSOLETE, not used anymore
13688 unless the user has a processor variable.
13689 (spam-classifications, spam-classification-valid-p)
13690 (spam-backend-properties, spam-backend-property-valid-p)
13691 (spam-backend-function-type-valid-p)
13692 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13693 (spam-report-articles-gmane, spam-report-articles-resend):
13694 Remove functions, they are not needed.
13695 (spam-install-backend-super, spam-backend-list)
13696 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13697 (spam-backend-function, spam-backend-ham-registration-function)
13698 (spam-backend-spam-registration-function)
13699 (spam-backend-ham-unregistration-function)
13700 (spam-backend-spam-unregistration-function)
13701 (spam-backend-statistical-p, spam-backend-mover-p)
13702 (spam-install-backend-alias, spam-install-checkonly-backend)
13703 (spam-install-mover-backend, spam-install-nocheck-backend)
13704 (spam-install-backend, spam-install-statistical-backend)
13705 (spam-install-statistical-checkonly-backend): Add backend installation
13706 support.
13707 (spam-summary-prepare-exit): Rewrite to use the new backend code.
13708 (spam-group-processor-p): Use the new backend code and respect the
13709 summary exit behavior.
13710 (spam-mark-spam-as-expired-and-move-routine): Remove.
13711 (spam-summary-prepare): Change to use the new spam-old-articles
13712 variable.
13713 (spam-copy-or-move-routine, spam-copy-spam-routine)
13714 (spam-move-spam-routine, spam-copy-ham-routine)
13715 (spam-move-ham-routine): Add code to copy/move ham or spam.
13716 (spam-fetch-field-fast): Improve doc and code, plus allow the
13717 'number request.
13718 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13719 variables.
13720 (spam-split, spam-find-spam): Use the new backend code.
13721 (spam-registration-functions): Remove variable.
13722 (spam-unregister-routine): Add convenience wrapper.
13723 (spam-log-undo-registration, spam-register-routine)
13724 (spam-log-processing-to-registry)
13725 (spam-log-unregistration-needed-p): Rename "check" to "backend"
13726 where possible.
13727 (spam-check-gmane-xref, spam-check-regex-headers)
13728 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13729 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13730 (spam-check-bogofilter-headers, spam-check-spamoracle)
13731 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13732 (spam-check-crm114-headers): Use the spam-split-group that
13733 spam-split prepares, no need to determine it every time.
13734
13735 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13736 to the nnheader-parse-naked-head call.
13737
13738 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13739
13740 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13741 the nnheader-nov-read-message-id call.
13742
137432004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
13744
13745 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13746 gnus-activate-group twice. Suggested by Markus Peter
13747 <warp@spin.de>.
13748
137492004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
13750
13751 * gnus-art.el (gnus-article-time-format): Exchange the order of
13752 day and month in the default value; fix customization type.
13753 (article-date-ut): Use add-text-properties.
13754 (article-make-date-line): Use message-make-date instead of
13755 current-time-string.
13756
13757 * message.el (message-fetch-field): Don't use set-text-properties.
13758 (message-make-date): Simplify.
0f49874b 13759
01c52d31 137602004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 13761
01c52d31
MB
13762 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13763 (rfc2047-encode-region): Treat text within parentheses as special;
13764 show the original text when error has occurred.
0f49874b 13765
01c52d31
MB
13766 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13767 already-computed method to gnus-activate-group.
0f49874b 13768
01c52d31
MB
13769 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13770 same select-methods identical Lisp objects.
0f49874b 13771
01c52d31
MB
13772 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13773 object when modifying the info.
0f49874b 13774
01c52d31 137752004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 13776
01c52d31
MB
13777 * gnus-srvr.el (gnus-server-set-info): Remove the server from
13778 gnus-opened-servers since it has never been opened with the new
13779 configuration yet.
0f49874b 13780
01c52d31 137812004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 13782
01c52d31
MB
13783 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13784 arg to nnheader-generate-fake-message-id.
0f49874b 13785
01c52d31 137862004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
ca0a6900 13787
01c52d31
MB
13788 * nnheader.el (nnheader-generate-fake-message-id): Accept a
13789 number and build a fake message ID localized to a group and
13790 article number (so it's repeatable from that point on).
cc4a96c6 13791 (nnheader-fake-message-id-p): Change regex to accommodate new fake
01c52d31 13792 ID format.
ca0a6900 13793
01c52d31
MB
13794 * gnus-sum.el (gnus-get-newsgroup-headers): Call
13795 nnheader-generate-fake-message-id with the article number.
ca0a6900 13796
01c52d31 137972004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
a21fb88e 13798
01c52d31
MB
13799 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13800 end-of-buffer.
a21fb88e 13801
01c52d31 138022004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
a21fb88e 13803
01c52d31 13804 * message.el (message-ignored-supersedes-headers): Add Approved.
a21fb88e 13805
01c52d31 138062004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
bfe5418b 13807
01c52d31
MB
13808 * rfc2047.el (rfc2047-encode-message-header): Remove useless
13809 goto-char.
13810 (rfc2047-encode): Fold the line before encoding.
bfe5418b 13811
01c52d31 138122004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
d4755e04 13813
01c52d31
MB
13814 * rfc2047.el (rfc2047-encode-message-header): Disabled header
13815 folding -- not all headers can be folded, and this should be done
13816 by the message composition mode. Probably. I think.
d4755e04 13817
01c52d31 138182004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
95f75c75 13819
01c52d31
MB
13820 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13821 fast.
95f75c75 13822
01c52d31
MB
13823 * gnus-ems.el (gnus-remove-image): Don't use
13824 message-text-with-property; remove only the image found first.
4a43ee9b 13825
01c52d31 138262004-06-09 Jesper Harder <harder@ifa.au.dk>
4a43ee9b 13827
01c52d31 13828 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
4a43ee9b 13829
01c52d31 138302004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
4a43ee9b 13831
01c52d31
MB
13832 * message.el (message-text-with-property): Make it fast and accept
13833 optional arguments.
13834 (message-strip-forbidden-properties): Use it.
13835 (message-fix-before-sending): Follow the m-t-w-p change.
4a43ee9b 13836
01c52d31 13837 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
4a43ee9b 13838
01c52d31 138392004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
4a43ee9b 13840
01c52d31
MB
13841 * gnus-art.el (article-hide-headers): Don't change the buffer
13842 mistakenly when performing mml-preview even if
13843 gnus-single-article-buffer is nil.
4a43ee9b 13844
01c52d31 138452004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
4a43ee9b 13846
01c52d31
MB
13847 * message.el (message-expand-name-databases): New user option.
13848 (message-expand-name): Use it.
4a43ee9b 13849
01c52d31 138502004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
4a43ee9b 13851
01c52d31
MB
13852 * spam.el (spam-report-articles-resend)
13853 (spam-report-resend-register-routine): Allow ham reporting.
13854 (spam-report-resend-register-ham-routine): Add wrapper.
13855 (spam-registration-functions): Add ham resending functions.
13856 (spam-list-of-processors): Add ham resend processor.
4a43ee9b 13857
01c52d31
MB
13858 * gnus.el (ham-resend-to): Add new group parameter.
13859 (spam-process): Add ham resend option.
4a43ee9b 13860
01c52d31
MB
13861 * spam-report.el (spam-report-resend): Allow reporting ham.
13862 (spam-report-resend-ham): Add wrapper.
4a43ee9b 13863
01c52d31 138642004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4a43ee9b 13865
01c52d31
MB
13866 * message.el (message-cite-articles-with-x-no-archive): New
13867 variable.
13868 (message-cite-original): Use it.
4a43ee9b 13869
01c52d31 138702004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
e9bd5782 13871
01c52d31 13872 * message.el (message-cite-original): Respect X-No-Archive.
e9bd5782 13873
01c52d31 138742004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
e9bd5782 13875
01c52d31
MB
13876 * gnus-art.el (article-hide-headers): Refer to the values for
13877 gnus-ignored-headers and gnus-visible-headers in the summary
13878 buffer since a user may have set them as group parameters.
cfcd5c91 13879
01c52d31 138802004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
cfcd5c91 13881
01c52d31
MB
13882 * assistant.el (assistant-node-name): Add convenience function.
13883 (assistant-render-text, assistant-render-node): Add error handling,
13884 plus handle multiple next nodes.
13885 (assistant-find-next-node): Comment out for now.
13886 (assistant-find-next-nodes): Add function, returns list of next
13887 nodes.
13888
138892004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
13890
13891 * mail-source.el (mail-source-directory): Fix doc-string.
13892
138932004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
13894
13895 * assistant.el (assistant-render-text, assistant-eval): Add :set
13896 widget type, which is different because it takes and returns a
13897 list. Much hilarity ensues.
13898
138992004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
13900
13901 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13902
13903 * gnus-group.el (gnus-group-get-new-news-this-group): Added
13904 doc-string.
13905
13906 * gnus-start.el (gnus-activate-group): Added doc-string.
13907
139082004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
13909
13910 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13911
139122004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
13913
13914 * assistant.el (assistant-render-text): Try to add a :set
13915 widget, more to come.
13916
13917 * spam.el (spam-group-spam-contents-p): Handle empty groupname
13918 strings.
13919 (spam-report-articles-resend)
13920 (spam-register-routine): Do registration iff any articles warrant
13921 it.
13922 (spam-summary-prepare-exit): Change log message for nil group
13923 destinations.
13924
139252004-05-27 Daniel Pittman <daniel@rimspace.net>
13926
13927 * spam.el (spam-report-resend-register-routine): Allow
13928 spam-report-resend-to to be a group parameter or a global value.
13929
139302004-05-26 Simon Josefsson <jas@extundo.com>
13931
13932 * starttls.el: Merge with my GNUTLS based starttls.el.
13933 (starttls-gnutls-program, starttls-use-gnutls)
13934 (starttls-extra-arguments, starttls-process-connection-type)
13935 (starttls-connect, starttls-failure, starttls-success): New
13936 variables.
13937 (starttls-program, starttls-extra-args): Doc fix.
13938 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13939 functions.
13940 (starttls-negotiate, starttls-open-stream): Check
13941 `starttls-use-gnutls' and pass on to corresponding *-gnutls
13942 function if it is set.
13943
139442004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
13945
13946 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13947 structured fields.
13948
139492004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
13950
13951 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13952
139532004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
13954
13955 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13956 variable.
13957 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
13958 assigning the spam-mark to new messages.
13959
880820fe 139602004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
01c52d31 13961
c4cc8b9a 13962 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
01c52d31
MB
13963
139642004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
13965
13966 * rfc2047.el (rfc2047-encodable-p): Don't move point.
13967 (rfc2047-decode): Treat the ascii coding-system as raw-text by
13968 default.
13969
139702004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
13971
002876ab 13972 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
01c52d31
MB
13973 correct data.
13974
139752004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
13976
13977 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13978 (spam-group-processor-p): Fix function.
13979 (spam-group-processor-multiple-p)
13980 (spam-group-spam-processor-report-gmane-p)
13981 (spam-group-spam-processor-report-resend-p)
13982 (spam-group-spam-processor-bogofilter-p)
13983 (spam-group-spam-processor-blacklist-p)
13984 (spam-group-spam-processor-ifile-p)
13985 (spam-group-ham-processor-ifile-p)
13986 (spam-group-spam-processor-spamoracle-p)
13987 (spam-group-spam-processor-crm114-p)
13988 (spam-group-ham-processor-bogofilter-p)
13989 (spam-group-spam-processor-stat-p)
13990 (spam-group-ham-processor-stat-p)
13991 (spam-group-ham-processor-whitelist-p)
13992 (spam-group-ham-processor-BBDB-p)
13993 (spam-group-ham-processor-spamoracle-p)
13994 (spam-group-ham-processor-copy-p): Remove functions with some
13995 prejudice against unneeded code.
13996 (spam-report-articles-resend)
13997 (spam-report-resend-register-routine): Allow the group/topic
13998 spam-resend-to value to override spam-report-resend-to.
13999 (spam-summary-prepare-exit): Invoke spam-group-processor-p
14000 properly now.
14001
14002 * gnus.el (spam-resend-to): Add group/topic parameter.
14003 (spam-process): Move the OBSOLETE processors to the end of the
14004 choices.
14005
140062004-05-24 Daniel Pittman <daniel@rimspace.net>
14007
14008 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14009 with resend-to set to nil, and then ask the user if necessary.
14010 (spam-report-resend): spam-report-resend takes a list of articles, not
14011 separate article numbers.
14012
140132004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
14014
14015 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14016 addition to emacs-w3m.
14017
140182004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14019
14020 * assistant.el (assistant-authinfo-data): New function.
14021 (assistant-eval): Eval for entire assistant.
14022
14023 * netrc.el (netrc-services-file): New variable.
14024 (netrc-parse-services): New function.
14025 (netrc-find-service-name): New function.
14026 (netrc-find-service-number): New function.
14027 (netrc-port-equal): New function.
14028 (netrc-machine): Use it.
14029
14030 * nnimap.el (nnimap-open-connection): Use netrc.
14031
14032 * gnus-util.el (gnus-netrc-get): Remove aliases.
14033
14034 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14035
14036 * assistant.el (wid-edit): Fix compilation.
14037
14038 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14039
140402004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
14041
14042 * gnus-util.el (gnus-set-file-modes): New function. (small
14043 patch).
14044
140452004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
cfcd5c91 14046
01c52d31 14047 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
cfcd5c91 14048
01c52d31
MB
14049 * assistant.el (assistant-render-node): Fix up rendering and
14050 read-only text.
14051 (assistant-render-node): Reset.
14052 (assistant-make-read-only): Not sticky.
cfcd5c91 14053
01c52d31 140542004-05-20 Danny Siu <dsiu@adobe.com>
cfcd5c91 14055
01c52d31
MB
14056 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14057 centered even when gnus-auto-center-summary is t
cfcd5c91 14058
01c52d31 140592004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
cfcd5c91 14060
01c52d31
MB
14061 * dns.el (dns-get-txt-answer): New function.
14062 (dns-read-txt): Ditto.
14063 (query-dns): Use it.
cfcd5c91 14064
01c52d31 140652004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
cfcd5c91 14066
01c52d31
MB
14067 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14068 active for foreign groups even if the group level is higher than
14069 the specified value.
cfcd5c91 14070
01c52d31 140712004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9ad41fb7 14072
01c52d31
MB
14073 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14074 non-active groups.
9ad41fb7 14075
01c52d31 14076 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
b4e8a25b 14077
01c52d31 140782004-05-20 Magnus Henoch <mange@freemail.hu>
b4e8a25b 14079
01c52d31 14080 * dns.el (dns-read-type): Add support for SVR. (small patch)
b4e8a25b 14081
01c52d31 140822004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
ddfbe5db 14083
01c52d31
MB
14084 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14085 (spam-crm114-header, spam-crm114-spam-switch)
14086 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14087 (spam-crm114-positive-spam-header)
14088 (spam-crm114-database-directory, spam-list-of-processors)
14089 (spam-group-spam-processor-crm114-p)
14090 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14091 (spam-generic-score, spam-list-of-checks)
14092 (spam-list-of-statistical-checks, spam-registration-functions)
14093 (spam-check-crm114-headers, spam-crm114-score)
14094 (spam-check-crm114, spam-crm114-register-with-crm114)
14095 (spam-crm114-register-spam-routine)
14096 (spam-crm114-unregister-spam-routine)
14097 (spam-crm114-register-ham-routine)
14098 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
880820fe 14099 asjo@koldfront.dk (Adam Sjøgren).
ddfbe5db 14100
01c52d31 14101 * gnus.el: Add spam-use-crm114.
d0859c9a 14102
01c52d31
MB
14103 * spam.el (spam-list-of-processors, spam-registration-functions):
14104 Add spam-use-resend.
14105 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14106 (spam-report-articles-gmane): Add doc fix.
149cd465
JB
14107 (spam-report-articles-resend, spam-report-resend-register-routine):
14108 Add wrappers around spam-report-resend-to.
d0859c9a 14109
01c52d31
MB
14110 * spam-report.el (spam-report-resend-to, spam-report-resend):
14111 Add support for resending spam.
14112 (spam-report-gmane): Fix line length >80.
d0859c9a 14113
01c52d31 14114 * gnus.el (spam-process): Add spam-use-resend.
d0859c9a 14115
01c52d31 141162004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
d0859c9a 14117
01c52d31
MB
14118 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14119 number of processed spam messages.
14120 (spam-ham-copy-or-move-routine): Return the number of processed
14121 ham messages.
14122 (spam-summary-prepare-exit): Use the above values to decide
14123 whether status messages shouled be displayed.
d0859c9a 14124
01c52d31 141252004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
d0859c9a 14126
01c52d31
MB
14127 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14128 `rfc2047-encoding-function-alist' in order to avoid conflicting
14129 with the old version.
14130 (rfc2047-encode-region): Concatenate words containing non-ASCII
14131 characters in structured fields; don't encode space-delimited
14132 ASCII words even in unstructured fields; don't break words at
14133 char-category boundaries.
14134 (rfc2047-encode-1): New function.
14135 (rfc2047-encode): Use it; encode text so that it occupies the
14136 maximum width within 76-column; work correctly on Q encoding for
14137 iso-2022-* charsets.
14138 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14139 sure not to break a line just after the header name.
14140 (rfc2047-b-encode-region): Removed.
14141 (rfc2047-b-encode-string): New function.
14142 (rfc2047-q-encode-region): Removed.
14143 (rfc2047-q-encode-string): New function.
d0859c9a 14144
01c52d31 14145 * mm-util.el (mm-replace-in-string): New function.
d0859c9a 14146
01c52d31 141472004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
d0859c9a 14148
01c52d31
MB
14149 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14150 get it right.
14151 (gnus-inews-make-draft): Really.
d0859c9a 14152
01c52d31 141532004-05-19 Ben Menasha <bmenasha@benmenasha.net>
d0859c9a 14154
01c52d31
MB
14155 * nnmh.el (nnmh-request-list-1): Don't check the link count
14156 before descending. (small patch)
d0859c9a 14157
01c52d31 141582004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
d0859c9a 14159
01c52d31
MB
14160 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14161 stuff.
6441d280 14162
01c52d31
MB
14163 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14164 on real group name.
6441d280 14165
01c52d31 14166 * gnus-art.el (gnus-signature-limit): Doc fix.
8654e13a 14167
01c52d31 14168 * gnus-msg.el (gnus-inews-make-draft): Quote list.
8654e13a 14169
01c52d31 141702004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8654e13a 14171
01c52d31
MB
14172 * gnus-draft.el (gnus-draft-send): Bind
14173 rfc2047-encode-encoded-words.
8654e13a 14174
01c52d31
MB
14175 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14176 (rfc2047-encodable-p): Say that =? needs encoding.
14177 (rfc2047-encode-encoded-words): New variable.
8654e13a 14178
01c52d31 14179 * gnus-group.el (gnus-group-select-group): Doc fix.
8654e13a 14180
01c52d31 14181 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
31640842 14182
01c52d31
MB
14183 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14184 to nil.
31640842 14185
01c52d31 14186 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
31640842 14187
01c52d31 14188 * nnheader.el (nnheader-get-lines-and-char): New function.
31640842 14189
01c52d31 141902004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
61b397cd 14191
01c52d31
MB
14192 * gnus-msg.el (gnus-summary-followup-with-original): Document
14193 yanking of region when active.
61b397cd 14194
01c52d31 141952004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
61b397cd 14196
01c52d31
MB
14197 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14198 groups if the group level is higher than the specified value.
31640842 14199
01c52d31 142002004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
cd01ded9 14201
01c52d31
MB
14202 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14203 (gnus-group-jump-to-group): Added prefix argument using
14204 `gnus-group-jump-to-group-prompt'. Query before jumping to
14205 non-active group.
cd01ded9 14206
01c52d31
MB
14207 * compface.el (uncompface): Be verbose when changing
14208 `uncompface-use-external'.
850c333d 14209
01c52d31
MB
14210 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14211 handle manual section.
850c333d 14212
01c52d31 142132004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
ff5e68bf 14214
01c52d31 14215 * gnus-art.el (gnus-button-alist): Revert previous change.
ff5e68bf 14216
01c52d31 142172004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
ff5e68bf 14218
01c52d31 14219 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
ff5e68bf 14220
01c52d31 142212004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6a748eda 14222
01c52d31
MB
14223 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14224 whether backend can accept message.
6a748eda 14225
01c52d31 14226 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9d9b0de9 14227
01c52d31 142282004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
9d9b0de9 14229
01c52d31
MB
14230 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14231 Avoid creating directory when nntp-marks-is-evil is true.
14232 Reported by Reiner Steib.
9a89f5b0 14233
01c52d31 142342004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
9a89f5b0 14235
01c52d31
MB
14236 * gnus-picon.el (gnus-picon-style): New variable.
14237 (gnus-picon-insert-glyph): Added optional `nostring' argument.
14238 (gnus-picon-transform-address): Support `gnus-picon-style'. From
14239 Jesper Harder <harder@ifa.au.dk>.
91472578 14240
01c52d31 142412004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 14242
01c52d31
MB
14243 * message.el (message-fill-field): Return point.
14244 (message-generate-headers): Go to end of field.
91472578 14245
01c52d31
MB
14246 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14247 stuff for non-living groups.
91472578 14248
01c52d31 142492004-05-18 Jesper Harder <harder@ifa.au.dk>
91472578 14250
01c52d31
MB
14251 * gnus-art.el (gnus-article-followup-with-original)
14252 (gnus-article-reply-with-original): gnus-mark-active-p ->
14253 gnus-region-active-p.
91472578 14254
01c52d31 142552004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
91472578 14256
01c52d31
MB
14257 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14258 only when there is spam or ham to be processed.
91472578 14259
01c52d31 142602004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 14261
01c52d31
MB
14262 * mail-source.el (mail-source-delete-crash-box): Refactor.
14263 (mail-source-fetch): Use it.
14264 (mail-source-fetch-file): Ditto.
14265 (mail-source-fetch-directory): Run postscript in loop.
14266 (mail-source-fetch-pop): Delete.
14267 (mail-source-fetch-maildir): Ditto.
14268 (mail-source-fetch-imap): Ditto.
91472578 14269
01c52d31 14270 * imap.el (imap-authenticators): Comment out sasl.
91472578 14271
01c52d31
MB
14272 * message.el (message-skip-to-next-address): New function.
14273 (message-fill-header-address): Refactor.
14274 (message-fill-address): Use it.
14275 (message-delete-address): Use it.
14276 (message-fill-header-general): Refactor.
14277 (message-fill-field-address): Rename.
14278 (message-narrow-to-field): Find the start of the header.
14279 (message-header-format-alist): Don't pre-fill.
14280 (message-fill-header): Removed.
14281 (message-insert-header): New function.
14282 (message-shorten-references): Use it.
91472578 14283
01c52d31 14284 * rfc2047.el (rfc2047-field-value): Strip props.
91472578 14285
01c52d31 14286 * mail-parse.el (mail-header-make-address): New alias.
91472578 14287
01c52d31 14288 * ietf-drums.el (ietf-drums-make-address): New function.
91472578 14289
01c52d31 14290 * imap.el: Add compiler directives.
91472578 14291
01c52d31 14292 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
91472578 14293
01c52d31
MB
14294 * gnus-art.el (article-decode-idna-rhs): Don't use
14295 message-idna-inside-rhs-p.
91472578 14296
01c52d31 142972004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 14298
01c52d31
MB
14299 * message.el (message-idna-inside-rhs-p): Removed.
14300 (message-idna-to-ascii-rhs-1): Use proper address parsing.
1b155fbd 14301
01c52d31
MB
14302 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14303 false positives.
1b155fbd 14304
ce058493 143052004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
91472578 14306
01c52d31 14307 * imap.el (imap-sasl-make-mechanisms): Use sasl.
91472578 14308
01c52d31 143092004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 14310
ce058493 14311 * nneething.el (nneething-file-name): Don't create spurious
01c52d31 14312 files.
91472578 14313
01c52d31
MB
14314 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14315 (gnus-inews-do-gcc): Remove sleep.
498063ec 14316
01c52d31
MB
14317 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14318 part under point.
498063ec 14319
01c52d31
MB
14320 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14321 (gnus-agent-regenerate-group): Using nil messages aren't valid.
498063ec 14322
01c52d31 143232004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
498063ec 14324
01c52d31 14325 * spam.el (spam-summary-prepare-exit): Fixed (length).
498063ec 14326
01c52d31 143272004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
498063ec 14328
01c52d31
MB
14329 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14330 as expired without moving it" message when there are spam
14331 messages left.
498063ec 14332
01c52d31 143332004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
707f2b38 14334
002876ab 14335 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
01c52d31 14336 header is not nil.
707f2b38 14337
01c52d31 143382004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
10ace8ea 14339
01c52d31
MB
14340 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14341 nntp-possibly-create-directory, not nntp-possibly-change-group.
14342 (nntp-marks-changed-p): New arg SERVER.
14343 (nntp-request-update-info): Adjust caller.
10ace8ea 14344
01c52d31 143452004-05-14 Kai Grossjohann <kai@emptydomain.de>
10ace8ea 14346
01c52d31 14347 * nntp.el (nntp-save-marks): Pass missing arg.
10ace8ea 14348
01c52d31 143492004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
10ace8ea 14350
01c52d31
MB
14351 * nntp.el: Support marks.
14352 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14353 (nntp-marks-modtime, nntp-marks-directory): New variables.
14354 (nntp-request-set-mark, nntp-request-update-info)
14355 (nntp-possibly-create-directory, nntp-marks-changed-p)
14356 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14357 functions.
10ace8ea 14358
01c52d31 143592004-05-12 Jesper Harder <harder@ifa.au.dk>
10ace8ea 14360
01c52d31
MB
14361 * gnus-score.el (gnus-score-insert-help): Use
14362 gnus-select-lowest-window.
10ace8ea 14363
01c52d31
MB
14364 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14365 appt-select-lowest-window and rename to gnus-select-lowest-window.
10ace8ea 14366
01c52d31 14367 * gnus.el: do.
10ace8ea 14368
01c52d31 143692004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10ace8ea 14370
01c52d31
MB
14371 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14372 encodings of MIME-encoded words, in order to improve
14373 interoperability with several broken MUAs.
10ace8ea 14374
01c52d31 143752004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
f3f7f80c 14376
01c52d31
MB
14377 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14378 tags, only when charsets are not specified in headers.
14379 (mm-inline-text-html-render-with-w3m): Ditto.
f3f7f80c 14380
01c52d31 143812004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
0302b80e 14382
01c52d31
MB
14383 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14384 instead of MIME-decoded from fields when checking
14385 `gnus-article-address-banner-alist'.
0302b80e 14386
01c52d31 143872004-05-03 Jesper Harder <harder@ifa.au.dk>
fa9a04e1 14388
01c52d31
MB
14389 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14390 description rather than subject.
fa9a04e1 14391
01c52d31 143922004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
fa9a04e1 14393
01c52d31 14394 * gnus.el (gnus-version-number): Bump.
fa9a04e1 14395
01c52d31 143962004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
fa9a04e1 14397
01c52d31 14398 * gnus.el: No Gnus v0.2 is released.
fa9a04e1 14399
01c52d31 144002004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
fa9a04e1 14401
01c52d31
MB
14402 * gnus-agent.el (gnus-agent-read-agentview): Inline
14403 gnus-uncompress-range.
fa9a04e1 14404
01c52d31 144052004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
fa9a04e1 14406
01c52d31
MB
14407 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14408 `exec-installed-p'.
fa9a04e1 14409
01c52d31 144102004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
fa9a04e1 14411
01c52d31
MB
14412 * gnus.el (spam-process, spam-autodetect-methods): Add
14413 bsfilter and bsfilter-headers.
fa9a04e1 14414
01c52d31
MB
14415 * spam.el (spam-bsfilter): New customize group.
14416 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14417 (spam-bsfilter-header, spam-bsfilter-probability-header)
14418 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14419 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14420 (spam-bsfilter-database-directory): New options.
14421 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14422 (spam-list-of-statistical-checks, spam-registration-functions):
14423 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14424 (spam-bsfilter-score): New command.
14425 (spam-check-bsfilter-headers, spam-check-bsfilter)
14426 (spam-bsfilter-register-with-bsfilter)
14427 (spam-bsfilter-register-spam-routine)
14428 (spam-bsfilter-unregister-spam-routine)
14429 (spam-bsfilter-register-ham-routine)
14430 (spam-bsfilter-unregister-ham-routine): New functions.
14431 (spam-generic-score): Support bsfilter; Accept an optional argument
14432 to recalcurate spam score even if scoring header has already been
14433 added.
14434 (spam-bogofilter-score, spam-spamassassin-score): Accept an
14435 optional argument to recalcurate spam score even if scoring header
14436 has already been added.
bf68d4e6 14437
01c52d31 144382004-04-29 Jesper Harder <harder@ifa.au.dk>
bf68d4e6 14439
01c52d31
MB
14440 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14441 strings! Reported by David D. Smith <davidsmith@acm.org>.
14442 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14443 link is missing.
f66ce3b9 14444
01c52d31 144452004-04-28 Jesper Harder <harder@ifa.au.dk>
f66ce3b9 14446
01c52d31
MB
14447 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14448 (html2text-get-attr): Rewrite.
14f56b66 14449
01c52d31
MB
14450 * message.el (message-setup-1): Remove redundant put-text-property
14451 on mail-header-separator.
14f56b66 14452
01c52d31 144532004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
ec3c4a4c 14454
01c52d31
MB
14455 * gnus-registry.el (gnus-registry-cache-whitespace)
14456 (gnus-registry-action, gnus-registry-spool-action)
14457 (gnus-registry-split-fancy-with-parent): Change message levels
14458 from 5 to 3 or 7, as needed.
ec3c4a4c 14459
01c52d31
MB
14460 * spam.el (spam-summary-prepare-exit)
14461 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14462 (spam-split, spam-find-spam, spam-log-undo-registration)
14463 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14464 level from 5 to 6.
5f5475ac 14465
01c52d31 144662004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
5f5475ac 14467
01c52d31
MB
14468 * gnus-ems.el: Autoload appt-select-lowest-window (revert
14469 2004-03-04 change).
5f5475ac 14470
01c52d31 144712004-04-25 Jesper Harder <harder@ifa.au.dk>
2fd561a9 14472
c9e31f32
SM
14473 * sieve-manage.el (sieve-manage-open):
14474 * nnweb.el (nnweb-insert-html):
01c52d31 14475 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
c9e31f32
SM
14476 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14477 * nnspool.el (nnspool-request-group):
01c52d31 14478 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
c9e31f32 14479 * nnml.el (nnml-request-update-info):
01c52d31 14480 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
c9e31f32 14481 (nnmh-request-create-group, nnmh-update-gnus-unreads):
01c52d31 14482 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
c9e31f32
SM
14483 (nnimap-request-set-mark):
14484 * nnfolder.el (nnfolder-request-update-info):
01c52d31 14485 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
c9e31f32
SM
14486 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14487 * gnus-uu.el (gnus-uu-find-articles-matching):
01c52d31 14488 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
01c52d31 14489 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
c9e31f32
SM
14490 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14491 * gnus-nocem.el (gnus-nocem-scan-groups):
14492 * gnus-int.el (gnus-start-news-server):
01c52d31 14493 * gnus-group.el (gnus-group-make-kiboze-group)
c9e31f32
SM
14494 (gnus-group-browse-foreign-server):
14495 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14496 Use mapc when appropriate.
270a576a 14497
01c52d31 144982004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 14499
01c52d31 14500 FIXME: Make separate entries for each person.
270a576a 14501
01c52d31 14502 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
880820fe 14503 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
01c52d31 14504 <shields@msrl.com>:
270a576a 14505
01c52d31
MB
14506 * spam.el (spam-necessary-extra-headers): Get the extra headers we
14507 may need for spam sorting and scoring.
14508 (spam-user-format-function-S): Add user format function suitable for
14509 general use.
14510 (spam-article-sort-by-spam-status): Add sorting function for summary
14511 sorting.
14512 (spam-extra-header-to-number): Add function to get a score from a
14513 header.
14514 (spam-summary-score): Add function to get a numeric score from the
14515 headers.
c9e31f32 14516 (spam-generic-score): Fix function doc, was in wrong place.
01c52d31
MB
14517 (spam-initialize): Take symbols when it's run, and install the
14518 extra headers that spam-necessary-extra-headers thinks we need.
270a576a 14519
01c52d31 145202004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 14521
01c52d31 14522 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
880820fe 14523 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
270a576a 14524
01c52d31 145252004-04-17 Jesper Harder <harder@ifa.au.dk>
270a576a 14526
01c52d31
MB
14527 * gnus-sum.el (gnus-set-global-variables)
14528 (gnus-build-all-threads, gnus-get-newsgroup-headers)
14529 (gnus-article-get-xrefs, gnus-summary-best-group)
14530 (gnus-summary-next-article, gnus-summary-enter-digest-group)
14531 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
c9e31f32
SM
14532 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14533 Use with-current-buffer.
270a576a 14534
01c52d31 145352004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 14536
01c52d31
MB
14537 * spam.el (spam-summary-prepare-exit): Simplify logic.
14538 (spam-fetch-article-header): Read the article header if it's not
14539 available.
14540 (spam-list-articles): Simplify logic.
14541 (spam-filelist-register-routine): Fix bug with unregister-list.
270a576a 14542
01c52d31 14543 * gnus-registry.el: Fix comments at beginning.
270a576a 14544
01c52d31 145452004-04-16 Jesper Harder <harder@ifa.au.dk>
d31fa104 14546
01c52d31
MB
14547 * message.el (message-cater-to-broken-inn): Remove.
14548 (message-shorten-references): Make sure the total folded length of
14549 References is shorter than 998 characters to cater to a bug in INN
14550 2.3. Also, don't pretend that references aren't folded -- this
14551 hasn't worked for a while.
d31fa104 14552
01c52d31 145532004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
9b981cb6 14554
01c52d31
MB
14555 * gnus-agent.el (gnus-agentize):
14556 gnus-agent-send-mail-real-function no longer set to current value
14557 of message-send-mail-function but rather a lambda that calls
14558 message-send-mail-function. The change makes the agent real-time
14559 responsive to user changes to message-send-mail-function.
9b981cb6 14560
01c52d31 145612004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
9b981cb6 14562
01c52d31
MB
14563 * legacy-gnus-agent.el
14564 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14565 help from Florian Weimer <fw@deneb.enyo.de>
9b981cb6 14566
01c52d31 145672004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
56c30d72 14568
01c52d31 14569 * nnmail.el (nnmail-cache-insert): Revert last change.
56c30d72 14570
01c52d31 145712004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
f429956a 14572
01c52d31
MB
14573 * nnmail.el (nnmail-cache-insert): Always check whether
14574 nnmail-cache-ignore-groups matches a group name.
f429956a 14575
01c52d31 145762004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
5c243ee4 14577
01c52d31
MB
14578 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14579 (spam-find-spam, spam-log-processing-to-registry)
14580 (spam-log-registered-p, spam-log-unregistration-needed-p)
14581 (spam-log-undo-registration): Use gnus-message instead of
14582 gnus-error, none of these errors are fatal.
5c243ee4 14583
01c52d31
MB
14584 * gnus-registry.el (gnus-registry-clean-empty-function)
14585 (gnus-registry-clean-empty): Remove only empty entries without
14586 extra data.
aba1948a 14587
01c52d31 145882004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
aba1948a 14589
01c52d31
MB
14590 * spam-stat.el (spam-stat-buffer-change-to-spam)
14591 (spam-stat-buffer-change-to-non-spam): Change (error) to
14592 (gnus-message 8) invocation.
aba1948a 14593
01c52d31 145942004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
aba1948a 14595
01c52d31
MB
14596 * nntp.el (nntp-via-netcat-command): New variable.
14597 (nntp-via-netcat-switches): New variable.
14598 (nntp-open-via-rlogin-and-netcat): New function.
14599 (nntp-open-connection-function): Doc fix.
14600 (nntp-telnet-command): Doc fix.
14601 (nntp-end-of-line): Doc fix.
14602 (nntp-via-rlogin-command): Doc fix.
14603 (nntp-via-user-name): Doc fix.
14604 (nntp-via-address): Doc fix.
aba1948a 14605
01c52d31 146062004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
aba1948a 14607
01c52d31
MB
14608 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14609 error in Emacs 21.1.
ddff82cf 14610
01c52d31 146112004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
ddff82cf 14612
01c52d31 14613 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
112d84ef 14614
01c52d31 146152004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
540992fa 14616
01c52d31
MB
14617 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14618 (gnus-agent-with-refreshed-group): New macro.
14619 (gnus-agent-rename-group): New function.
14620 (gnus-agent-delete-group): New function.
14621 (gnus-agent-save-group-info): Use gnus-command-method when
14622 `method' parameter is nil. Don't write nil entries into the
14623 active file.
14624 (gnus-agent-get-group-info): New function.
14625 (gnus-agent-fetch-articles): Use
14626 gnus-agent-update-files-total-fetched-for to increment disk space
14627 used.
14628 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14629 gnus-agent-update-view-total-fetched-for to increment disk space
14630 used.
14631 (gnus-agent-get-local): Added optional parameters to avoid calling
14632 gnus-group-real-name and gnus-find-method-for-group.
14633 (gnus-agent-set-local): Delete stored entry if either min, or max,
14634 are nil.
14635 (gnus-agent-fetch-session): Reworded error/quit messages. On
b643362c 14636 quit, use gnus-agent-regenerate-group to record existence of any
01c52d31
MB
14637 articles fetched to disk before the quit occurred.
14638 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14639 gnus-agent-update-view-total-fetched-for, and
14640 gnus-agent-update-files-total-fetched-for to decrement disk space
14641 used.
14642 (gnus-agent-retrieve-headers): Use
14643 gnus-agent-update-view-total-fetched-for to increment disk space
14644 used.
14645 (gnus-agent-regenerate-group): Replace gnus-group-update-group
14646 with gnus-agent-update-files-total-fetched-for to decrement disk
14647 space and fresh group buffer.
14648 (gnus-agent-inhibit-update-total-fetched-for): New variable.
14649 (gnus-agent-need-update-total-fetched-for): New variable.
14650 (gnus-agent-update-files-total-fetched-for): New function.
14651 (gnus-agent-update-view-total-fetched-for): New function.
14652 (gnus-agent-total-fetched-for): New function.
14653
14654 * gnus-cache.el (gnus-cache-save-buffers): Use
14655 gnus-cache-update-overview-total-fetched-for to change disk space
14656 used by this group.
14657 (gnus-cache-possibly-enter-article): Use
14658 gnus-cache-update-file-total-fetched-for to increment disk space
14659 used by this group.
14660 (gnus-cache-possibly-remove-article): Use
14661 gnus-cache-update-file-total-fetched-for to decrement disk space
14662 used by this group.
14663 (gnus-cache-generate-nov-databases): Purge total fetched cache.
14664 (gnus-cache-rename-group): New function.
14665 (gnus-cache-delete-group): New function.
14666 (gnus-cache-inhibit-update-total-fetched-for): New variable.
14667 (gnus-cache-need-update-total-fetched-for): New variable.
14668 (gnus-cache-with-refreshed-group): New macro.
14669 (gnus-cache-update-file-total-fetched-for): New function.
14670 (gnus-cache-update-overview-total-fetched-for): New function.
14671 (gnus-cache-rename-group-total-fetched-for): New function.
14672 (gnus-cache-delete-group-total-fetched-for): New function.
14673 (gnus-cache-total-fetched-for): New function.
112d84ef 14674
01c52d31
MB
14675 * gnus-group.el: Require gnus-sum and autoload functions to
14676 resolve warnings when gnus-group.el compiled alone.
c4cc8b9a 14677 (gnus-group-line-format): Documented new %F.
01c52d31
MB
14678 (size of Fetched data) group line format; identifies disk space
14679 used by agent and cache.
14680 (gnus-group-line-format-alist): Defined new F format.
14681 (gnus-total-fetched-for): New function.
14682 (gnus-group-delete-group): No longer update
14683 gnus-cache-active-altered as gnus-request-delete-group now keeps
14684 the cache in sync.
14685 (gnus-group-list-active): Let the agent store a server's active
14686 list if currently plugged.
2f7717f6 14687
c9e31f32
SM
14688 * gnus-int.el (gnus-request-delete-group):
14689 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
01c52d31 14690 local disk in sync with the server.
c9e31f32
SM
14691 (gnus-request-rename-group):
14692 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
01c52d31 14693 local disk in sync with the server.
2f7717f6 14694
c9e31f32
SM
14695 * gnus-start.el (gnus-get-unread-articles):
14696 Cosmetic simplification to logic.
c44edf72 14697
01c52d31 14698 * gnus-util.el (gnus-rename-file): New function.
c44edf72 14699
01c52d31 147002004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
c44edf72 14701
01c52d31 14702 * mm-util.el (mm-image-load-path): Handle nil in load-path.
aa0a8561 14703
01c52d31 147042004-04-07 Jesper Harder <harder@ifa.au.dk>
aa0a8561 14705
01c52d31
MB
14706 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14707 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
aa0a8561 14708
01c52d31 147092004-04-06 Jesper Harder <harder@ifa.au.dk>
aa0a8561 14710
01c52d31
MB
14711 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14712 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
aa0a8561 14713
01c52d31 147142004-04-03 Jesper Harder <harder@ifa.au.dk>
aa0a8561 14715
01c52d31 14716 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
aa0a8561 14717
01c52d31 147182004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
aa0a8561 14719
01c52d31
MB
14720 * spam.el (spam-set-difference): Add function to replace
14721 gnus-set-difference in spam.el.
14722 (spam-summary-prepare-exit): Use spam-set-difference.
aa0a8561 14723
01c52d31 147242004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
aa0a8561 14725
01c52d31
MB
14726 * gnus-registry.el (gnus-registry-cache-file): Update to use
14727 gnus-dribble-directory OR gnus-home-directory OR ~.
14728 (gnus-registry-split-fancy-with-parent): Fix doc.
aa0a8561 14729
01c52d31 147302004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
aa0a8561 14731
01c52d31
MB
14732 * message.el (message-exchange-point-and-mark): Use
14733 message-mark-active-p. Suggested by Jesper Harder
14734 <harder@ifa.au.dk>.
45893b95 14735
01c52d31 147362004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
45893b95 14737
01c52d31
MB
14738 * message.el (message-exchange-point-and-mark): Don't activate
14739 region if it was inactive. Suggested by Hiroshi Fujishima
14740 <pooh@nature.tsukuba.ac.jp>.
734c5765 14741
01c52d31 147422004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
734c5765 14743
01c52d31
MB
14744 * gnus-art.el (article-display-face): Display Faces in the same
14745 order as X-Faces.
734c5765 14746
01c52d31 147472004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 14748
01c52d31 14749 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
ad136a7c 14750
01c52d31 147512004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 14752
01c52d31
MB
14753 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14754 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14755 (gnus-article-mime-hierarchy): Remove.
14756 (gnus-article-mime-hierarchy-next): Remove.
14757 (gnus-article-mode): Revert 2004-03-19 change.
14758 (gnus-article-setup-buffer): Revert 2004-03-19 change.
14759 (gnus-insert-mime-button): Revert 2004-03-19 change.
14760 (gnus-mime-accumulate-hierarchy): Remove.
14761 (gnus-mime-enter-multipart): Remove.
149cd465 14762 (gnus-mime-leave-multipart): Remove.
01c52d31
MB
14763 (gnus-mime-display-part): Revert 2004-03-19 change.
14764 (gnus-mime-display-alternative): Revert 2004-03-19 change.
ad136a7c 14765
01c52d31 14766 * mml.el (mml-preview): Revert 2004-03-19 change.
ad136a7c 14767
01c52d31 147682004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
ad136a7c 14769
01c52d31 14770 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
ad136a7c 14771
01c52d31 147722004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 14773
01c52d31
MB
14774 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14775 t while entering a file name using the mm-with-multibyte macro.
14776 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
ad136a7c 14777
01c52d31 14778 * mm-util.el (mm-with-multibyte): New macro.
ad136a7c 14779
01c52d31 147802004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 14781
01c52d31
MB
14782 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14783 user option.
14784 (gnus-mime-multipart-functions): Doc and customization fix.
14785 (gnus-article-mime-hierarchy): New variable.
14786 (gnus-article-mime-hierarchy-next): New variable.
14787 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14788 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14789 gnus-article-mime-hierarchy-next to nil.
14790 (gnus-insert-mime-button): Show hierarchy numbers.
14791 (gnus-mime-accumulate-hierarchy): New function.
14792 (gnus-mime-enter-multipart): New function.
14793 (gnus-mime-leave-multipart): New function.
14794 (gnus-mime-display-part): Recompute hierarchical MIME structure.
14795 (gnus-mime-display-alternative): Show hierarchy numbers.
ad136a7c 14796
01c52d31
MB
14797 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14798 gnus-article-mime-hierarchy-next to nil.
ad136a7c 14799
01c52d31 148002004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
ad136a7c 14801
01c52d31 14802 * dns.el: Don't require gnus-xmas.
ad136a7c 14803
01c52d31 148042004-03-17 Jesper Harder <harder@ifa.au.dk>
ad136a7c 14805
01c52d31
MB
14806 * mml.el (mml-generate-mime-1): Don't use format=flowed with
14807 inline PGP.
14808 (mml-menu): Disable mml-quote-region if mark is inactive.
ad136a7c 14809
01c52d31 148102004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 14811
01c52d31
MB
14812 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14813 when the group's active is not available.
ad136a7c 14814
01c52d31 148152004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 14816
01c52d31
MB
14817 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14818 error.
ad136a7c 14819
01c52d31 148202004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
ad136a7c 14821
01c52d31
MB
14822 * imap.el (imap-store-password): New variable.
14823 (imap-interactive-login): Use it.
14824 Suggested by Mark Plaksin <happy@mcplaksin.org>.
ad136a7c 14825
01c52d31 148262004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 14827
01c52d31
MB
14828 * gnus-art.el (gnus-article-read-summary-keys): Restore new
14829 window-start and hscroll to summary window.
ad136a7c 14830
01c52d31 148312004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
ad136a7c 14832
01c52d31
MB
14833 * gnus-start.el (gnus-convert-old-newsrc): Only write the
14834 conversion message to newsrc-dribble when an actual conversion is
14835 performed.
ad136a7c 14836
01c52d31 148372004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
ad136a7c 14838
01c52d31 14839 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
ad136a7c 14840
01c52d31 148412004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 14842
01c52d31
MB
14843 * mm-decode.el (mm-complicated-handles): New function reviving
14844 former definition of mm-multiple-handles.
49561cf6 14845
01c52d31
MB
14846 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14847 (gnus-mime-delete-part): Use it.
49561cf6 14848
01c52d31 148492004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
87589a70 14850
01c52d31
MB
14851 * gnus-agent.el (gnus-agent-read-local): Bind
14852 nnheader-file-coding-system to gnus-agent-file-coding-system to
14853 avoid the implicit assumption that they will always be equal.
14854 (gnus-agent-save-local): Bind buffer-file-coding-system, not
14855 coding-system-for-write, as the with-temp-file macro first prints
14856 to a buffer then saves the buffer.
87589a70 14857
01c52d31 148582004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
c825ac9d 14859
01c52d31
MB
14860 * gnus-art.el (gnus-article-edit-part): New function.
14861 (gnus-mime-save-part-and-strip): Use it; do query instead of
14862 signaling an error; don't use mm-multiple-handles.
14863 (gnus-mime-delete-part): Ditto.
c825ac9d 14864
01c52d31 148652004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
ae465fa7 14866
01c52d31
MB
14867 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14868 old file versions.
14869 (gnus-group-prepare-hook): Removed function that converted list
14870 form of gnus-agent-expire-days to group properties.
ae465fa7 14871
01c52d31
MB
14872 * gnus-int.el: Autoload gnus-agent-regenerate-group.
14873 (gnus-request-accept-article): Re-indented.
5f49be3f 14874
01c52d31
MB
14875 * gnus-start.el (gnus-convert-old-newsrc): Registered new
14876 converters to handle old agent file formats. Added logic for a
14877 "backup before upgrading warning".
14878 (gnus-convert-mark-converter-prompt): Developers can mark
14879 functions as needing (default), or not needing,
14880 gnus-convert-old-newsrc's "backup before upgrading warning".
14881 (gnus-convert-converter-needs-prompt): Tests whether the user
14882 should be protected from potentially irreversable changes by the
14883 function.
5f49be3f 14884
002876ab 14885 * legacy-gnus-agent.el: New. Provides converters that are only
01c52d31 14886 loaded when gnus-convert-old-newsrc needs to call them.
fb54e72e 14887
01c52d31 148882004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
fb54e72e 14889
01c52d31 14890 * mail-source.el (mail-source-touch-pop): Doc fix.
fb54e72e 14891
01c52d31 14892 * message.el (message-smtpmail-send-it): Doc fix.
0683d241 14893
01c52d31 148942004-03-05 Jesper Harder <harder@ifa.au.dk>
0683d241 14895
01c52d31 14896 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
1b155fbd 14897
01c52d31 14898 * nnmail.el (nnmail-split-fancy): do.
1b155fbd 14899
01c52d31 14900 * gnus-kill.el (gnus-kill, gnus-execute): do.
0683d241 14901
01c52d31 149022004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
0683d241 14903
01c52d31
MB
14904 * gnus-sum.el (gnus-widget-reversible-match)
14905 (gnus-widget-reversible-to-internal)
14906 (gnus-widget-reversible-to-external): New functions.
14907 (gnus-widget-reversible): New widget.
14908 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
0683d241 14909
01c52d31 149102004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
0683d241 14911
01c52d31
MB
14912 * gnus-sum.el (gnus-thread-sort-functions)
14913 (gnus-article-sort-functions): Document `(not F)' items.
0683d241 14914
01c52d31 149152004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
e2642250 14916
01c52d31
MB
14917 * spam.el (spam-use-gmane-xref): Add new backend.
14918 (spam-gmane-xref-spam-group): Add variable to control the name of the
14919 Gmane spam group.
14920 (spam-blackhole-servers, spam-blackhole-good-server-regex)
14921 (spam-regex-headers-spam, spam-regex-headers-ham)
14922 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14923 (spam-list-of-checks): Add spam-use-gmane-xref to list of
14924 backends and checks.
14925 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
e2642250 14926
01c52d31
MB
14927 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14928 an autodetect method.
e2642250 14929
01c52d31 149302004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
e2642250 14931
01c52d31
MB
14932 * gnus-int.el (gnus-request-accept-article): Inform the agent that
14933 articles are being added to a group.
14934 (gnus-request-replace-article): Inform the agent that articles
14935 need to be uncached as the cached contents are no longer valid.
e2642250 14936
01c52d31 149372004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
e2642250 14938
01c52d31 14939 * binhex.el: Don't autoload executable-find.
e2642250 14940
01c52d31 14941 * canlock.el: Don't autoload mail-fetch-field.
e2642250 14942
01c52d31 14943 * gnus-ems.el: Don't autoload appt-select-lowest-window.
e2642250 14944
01c52d31
MB
14945 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14946 rmail-dont-reply-to and rmail-output.
e2642250 14947
01c52d31 14948 * gnus-score.el: Don't autoload ffap-string-at-point.
e2642250 14949
01c52d31 14950 * gnus-setup.el: Don't autoload sc-cite-original.
e2642250 14951
01c52d31
MB
14952 * imap.el: Don't autoload base64-decode-string,
14953 base64-encode-string and md5.
e2642250 14954
01c52d31
MB
14955 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14956 and rmail-msg-restore-non-pruned-header.
e2642250 14957
01c52d31 14958 * mm-decode.el: Don't autoload executable-find.
e2642250 14959
01c52d31 14960 * mm-url.el: Don't autoload executable-find.
e2642250 14961
01c52d31 14962 * mm-view.el: Don't autoload diff-mode.
e2642250 14963
01c52d31
MB
14964 * nndb.el: Don't autoload news-reply-mode, news-setup,
14965 cancel-timer and telnet.
e2642250 14966
01c52d31 14967 * password.el: Don't autoload run-at-time for Emacs.
e2642250 14968
01c52d31 14969 * sha1-el.el: Don't autoload executable-find.
e2642250 14970
01c52d31 14971 * sieve-mode.el: Don't autoload c-mode.
e2642250 14972
01c52d31 14973 * uudecode.el: Don't autoload executable-find.
e2642250 14974
01c52d31 149752004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
e2642250 14976
01c52d31
MB
14977 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14978 (gnus-agent-possibly-alter-active): Avoid null in numeric
14979 comparison.
14980 (gnus-agent-set-local): Refuse to save null in local object table.
14981 (gnus-agent-regenerate-group): The REREAD parameter can now be a
14982 list of articles that will be marked as unread.
e2642250 14983
01c52d31 149842004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
e2642250 14985
01c52d31 14986 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
e2642250 14987
01c52d31 149882004-03-04 Jesper Harder <harder@ifa.au.dk>
ba0226dd 14989
01c52d31
MB
14990 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14991 language tags.
ba0226dd 14992
01c52d31 149932004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
e2642250 14994
01c52d31
MB
14995 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14996 Don't bind "obarray".
5153a47a 14997
01c52d31
MB
14998 * gnus-sum.el (gnus-thread-sort-functions): Added
14999 `gnus-thread-sort-by-most-recent-number' and
15000 `gnus-thread-sort-by-most-recent-date'.
15001 Reported by Kai Grossjohann <kai@emptydomain.de>.
2a95505b 15002
01c52d31 150032004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5153a47a 15004
01c52d31 15005 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
5153a47a 15006
01c52d31 150072004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
5153a47a 15008
01c52d31
MB
15009 * gnus-cus.el (gnus-agent-customize-category): Removed
15010 ignore-errors macro reference that required cl to be loaded at
15011 run-time.
5153a47a 15012
01c52d31
MB
15013 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15014 single-interval range of the form (min . max). Previously the
15015 range had to look like ((min . max)). Likewise, return
15016 (min . max) rather than ((min . max)).
15017 (gnus-range-map): Use gnus-range-normalize to accept
15018 single-interval range.
5153a47a 15019
01c52d31
MB
15020 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15021 the cache, but not the agent, now appear with their usual face.
5153a47a 15022
01c52d31 150232004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
5153a47a 15024
01c52d31
MB
15025 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15026 w3m-safe-url-regexp variable buffer-local.
86713405 15027
01c52d31 15028 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
86713405 15029
01c52d31 150302004-02-27 Simon Josefsson <jas@extundo.com>
86713405 15031
01c52d31
MB
15032 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15033 gnus-group-real-prefix.
15034 (gnus-summary-move-article): Use it, instead of
15035 gnus-group-real-prefix.
86713405 15036
01c52d31 150372004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
d5ddd795 15038
01c52d31
MB
15039 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15040 w3m-safe-url-regexp variable buffer-local and set it as the value
15041 of mm-w3m-safe-url-regexp.
d5ddd795 15042
01c52d31 15043 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
d5ddd795 15044
01c52d31
MB
15045 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15046 parsing gnus-posting-styles when the message is not for replying.
d5ddd795 15047
01c52d31
MB
15048 * nnrss.el (nnrss-opml-export): Use
15049 mm-set-buffer-file-coding-system instead of
15050 set-buffer-file-coding-system.
54506618 15051
01c52d31 150522004-02-27 Jesper Harder <harder@ifa.au.dk>
54506618 15053
01c52d31
MB
15054 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15055 of checkdoc.el).
15056 * nnrss.el: do.
15057 * gnus-mlspl.el: do.
15058 * gnus-ml.el: do.
15059 * gnus-srvr.el: do.
54506618 15060
01c52d31 15061 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
54506618 15062
01c52d31 150632004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
54506618 15064
01c52d31
MB
15065 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15066 Corrections to custom-manual links.
54506618 15067
01c52d31 15068 * gnus-art.el (gnus-article): Ditto.
54506618 15069
01c52d31 15070 * mm-decode.el (mime-display, mime-security): Ditto.
54506618 15071
01c52d31 150722004-02-26 Jesper Harder <harder@ifa.au.dk>
54506618 15073
01c52d31 15074 * flow-fill.el: Typo.
54506618 15075
01c52d31 150762004-02-26 Andrew Cohen <cohen@andy.bu.edu>
49561cf6 15077
01c52d31 15078 * spam-wash.el: New file.
54506618 15079
01c52d31 150802004-02-26 Mark A. Hershberger <mah@everybody.org>
54506618 15081
01c52d31 15082 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
54506618 15083
01c52d31 150842004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
49561cf6 15085
01c52d31
MB
15086 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15087 to be run with new-articles as LIST1, not LIST2.
15088 (spam-registration-functions): Add spam-use-ham-copy as a nil
15089 registration backend.
54506618 15090
01c52d31 150912004-02-26 Jesper Harder <harder@ifa.au.dk>
54506618 15092
01c52d31
MB
15093 * spam-stat.el (spam-stat-washing-hook): New option.
15094 (spam-stat-buffer-words): Use it.
15095 (spam-stat-process-directory, spam-stat-test-directory): Use
15096 insert-file-contents-literally.
15097 (spam-stat-coding-system): New variable.
15098 (spam-stat-load, spam-stat-save): Use it.
54506618 15099
01c52d31 151002004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 15101
01c52d31
MB
15102 * spam-report.el (spam-report-plug-agent): Quote
15103 spam-report-url-to-file and spam-report-url-ping-plain.
54506618 15104
01c52d31 151052004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
54506618 15106
01c52d31
MB
15107 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15108 / in mailto URLs.
54506618 15109
01c52d31 151102004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
54506618 15111
01c52d31
MB
15112 * spam-report.el (spam-report-process-queue): Fix interactive use.
15113 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15114 (spam-report-unplug-agent): Doc fixes.
15115 (spam-report-url-ping-mm-url, spam-report-url-to-file)
15116 (spam-report-agentize, spam-report-deagentize): Autoload
54506618 15117
01c52d31 151182004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 15119
01c52d31
MB
15120 * message.el (message-setup-fill-variables): Add mml tags to
15121 paragraph-start and paragraph-separate. Suggested by Andrew Korty
15122 <ajk@iu.edu>.
15123 (message-mode): Don't modify paragraph-separate there.
54506618 15124
01c52d31 151252004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 15126
01c52d31
MB
15127 * compface.el (uncompface-use-external): Default to undecided.
15128 (uncompface-use-external-threshold): New variable.
15129 (uncompface-float-time): New macro.
15130 (uncompface): Determine whether to use the external decoder if
15131 uncompface-use-external is undecided.
54506618 15132
01c52d31 151332004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
54506618 15134
01c52d31
MB
15135 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15136 after images.
54506618 15137
01c52d31 15138 * gnus-art.el (gnus-mime-display-single): Remove dead code.
54506618 15139
01c52d31 151402004-02-14 Jesper Harder <harder@ifa.au.dk>
49561cf6 15141
01c52d31 15142 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
54506618 15143
002876ab 15144 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
54506618 15145
01c52d31
MB
15146 * gnus-sum.el (gnus-summary-limit-to-age)
15147 (gnus-summary-limit-children): do.
54506618 15148
01c52d31 15149 * gnus-int.el (gnus-request-scan): do.
54506618 15150
01c52d31 15151 * gnus-group.el (gnus-group-suspend): do.
54506618 15152
01c52d31 15153 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
54506618 15154
01c52d31 15155 * gnus-cite.el (gnus-cite-parse-attributions): do.
54506618 15156
01c52d31
MB
15157 * gnus-agent.el (gnus-summary-set-agent-mark)
15158 (gnus-agent-regenerate-group): do.
54506618 15159
01c52d31 15160 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
54506618 15161
01c52d31 15162 * binhex.el (binhex-decode-region-internal): do.
54506618 15163
01c52d31 151642004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 15165
01c52d31
MB
15166 * gnus-fun.el (gnus-face-properties-alist): New user option.
15167 (gnus-display-x-face-in-from): Use it.
54506618 15168
01c52d31 15169 * gnus-art.el (article-display-face): Ditto.
54506618 15170
01c52d31 15171 * compface.el (uncompface-use-external): Default to nil.
54506618 15172
01c52d31 151732004-02-12 Jesper Harder <harder@ifa.au.dk>
54506618 15174
01c52d31
MB
15175 * nntp.el (nntp-erase-buffer): New function.
15176 (nntp-retrieve-data, nntp-send-command)
15177 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15178 (nntp-possibly-change-group): Use it.
54506618 15179
01c52d31
MB
15180 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15181 with-current-buffer.
54506618 15182
01c52d31 151832004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
54506618 15184
01c52d31
MB
15185 * compface.el: Merge the ELisp-based uncompface program.
15186 (compface): New customization group.
15187 (uncompface-use-external): New user option.
15188 (uncompface): Call uncompface-internal if uncompface-use-external
15189 is nil.
15190 (uncompface-internal): New function. Note that there are also
15191 some other functions and variables added for this function.
54506618 15192
01c52d31 151932004-02-10 Jesper Harder <harder@ifa.au.dk>
54506618 15194
01c52d31
MB
15195 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15196 if necessary.
54506618 15197
01c52d31 151982004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
54506618 15199
01c52d31
MB
15200 * spam-report.el (spam-report-unplug-agent)
15201 (spam-report-plug-agent, spam-report-deagentize)
15202 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15203 Add support for the Agent in spam-report: when unplugged, report to a
15204 file; when plugged, submit all the requests.
54506618 15205
01c52d31
MB
15206 * spam.el (spam-register-routine): Fix message about
15207 registration.
54506618 15208
01c52d31 152092004-02-09 Jesper Harder <harder@ifa.au.dk>
49561cf6 15210
01c52d31
MB
15211 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15212 dependencies.
15213 (rfc2047-encode): Use it.
54506618 15214
01c52d31
MB
15215 * gnus-art.el (gnus-button-marker-list): Move before first
15216 reference.
54506618 15217
01c52d31
MB
15218 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15219 (imap-parse-body): Fix format string mismatch.
54506618 15220
01c52d31 15221 * gnus-score.el (gnus-summary-increase-score): do.
54506618 15222
01c52d31 15223 * nnrss.el (nnrss-close): New function.
54506618 15224
01c52d31 152252004-02-08 Jesper Harder <harder@ifa.au.dk>
54506618 15226
01c52d31
MB
15227 * nnrss.el (nnrss-make-filename): New function.
15228 (nnrss-request-delete-group, nnrss-read-server-data)
15229 (nnrss-save-server-data, nnrss-read-group-data)
15230 (nnrss-save-group-data): Use it.
15231 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15232 (nnrss-read-server-data, nnrss-read-group-data): Use load.
15233 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
54506618 15234
01c52d31 152352004-02-07 Jesper Harder <harder@ifa.au.dk>
54506618 15236
01c52d31 15237 * mml.el (mml-compute-boundary-1): Don't uncompress files.
54506618 15238
01c52d31 152392004-02-06 Jesper Harder <harder@ifa.au.dk>
54506618 15240
01c52d31
MB
15241 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15242 files.
54506618 15243
01c52d31
MB
15244 * message.el (message-generate-headers-first): Don't quote nil
15245 and t in docstrings.
54506618 15246
01c52d31 15247 * imap.el (imap-id): do.
54506618 15248
01c52d31
MB
15249 * gnus-agent.el (gnus-agent-consider-all-articles)
15250 (gnus-agent-queue-mail): do.
54506618 15251
01c52d31 152522004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
54506618 15253
01c52d31
MB
15254 * spam-report.el (spam-report-process-queue): New function.
15255 Process requests from `spam-report-requests-file'.
15256 (spam-report-process-queue): Doc fix.
54506618 15257
01c52d31 152582004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
531e5812 15259
01c52d31
MB
15260 * spam.el (spam-register-routine)
15261 (spam-log-processing-to-registry, spam-log-registered-p)
15262 (spam-log-unregistration-needed-p, spam-log-undo-registration):
15263 Change "check" to "spam-check" for semi-clarity.
531e5812 15264
01c52d31 152652004-02-05 Jesper Harder <harder@ifa.au.dk>
531e5812 15266
01c52d31 15267 * pop3.el: Require nnheader.
531e5812 15268
01c52d31 15269 * mml-smime.el: Require cl. Autoload message-fetch-field.
531e5812 15270
01c52d31 15271 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
531e5812 15272
01c52d31 15273 * gnus-picon.el: Require cl.
531e5812 15274
01c52d31 15275 * gnus-fun.el: Require gnus-ems and gnus-util.
531e5812 15276
01c52d31 15277 * gnus.el (gnus-method-to-server): Move defsubst before first use.
531e5812 15278
01c52d31 15279 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
531e5812 15280
01c52d31
MB
15281 * gnus-art.el (gnus-article-edit-mode): Define before first
15282 reference.
531e5812 15283
01c52d31 152842004-02-04 Jesper Harder <harder@ifa.au.dk>
531e5812 15285
01c52d31
MB
15286 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15287 (gnus-uu-post-encoded): Use point-at-bol.
531e5812 15288
01c52d31 15289 * gnus-topic.el (gnus-group-active-topic-p): do.
69075cdd 15290
01c52d31 15291 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
69075cdd 15292
01c52d31 15293 * gnus-group.el (gnus-group-kill-region): do.
69075cdd 15294
01c52d31 15295 * gnus-art.el (article-date-ut): do.
69075cdd 15296
01c52d31
MB
15297 * message.el (message-fetch-field): Remove redundant
15298 case-fold-search binding.
15299 (message-narrow-to-field): Simplify.
69075cdd 15300
01c52d31 153012004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
8903a9c8 15302
01c52d31 15303 * spam.el (spam-directory): Derive from `gnus-directory'.
8903a9c8 15304
01c52d31
MB
15305 * spam-report.el (spam-report-url-to-file)
15306 (spam-report-requests-file): New function and variable for offline
15307 reporting.
15308 (spam-report-url-ping-function): Add `spam-report-url-to-file'
15309 and user defined function.
15310 (spam-report-url-ping-mm-url): Remove doubled slash.
8903a9c8 15311
01c52d31 153122004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
8903a9c8 15313
01c52d31 15314 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
8903a9c8 15315
01c52d31 153162004-02-03 Jesper Harder <harder@ifa.au.dk>
ebbeed62 15317
01c52d31
MB
15318 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15319 format string mismatch.
ebbeed62 15320
01c52d31 15321 * sieve.el (sieve-deactivate-all): do.
8903a9c8 15322
01c52d31 15323 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
8903a9c8 15324
01c52d31 15325 * nnlistserv.el (nnlistserv-kk-wash-article): do.
e62e7654 15326
01c52d31 15327 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
e62e7654 15328
01c52d31 15329 * mm-bodies.el (mm-7bit-chars): Don't include \r.
e62e7654 15330
01c52d31 153312004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
e62e7654 15332
01c52d31
MB
15333 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15334 the list of checks.
e62e7654 15335
01c52d31 153362004-01-31 Jesper Harder <harder@ifa.au.dk>
e62e7654 15337
01c52d31
MB
15338 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15339 padding.
e62e7654 15340
01c52d31 153412004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
c3bc41c2 15342
01c52d31
MB
15343 * mm-view.el (mm-fill-flowed): New variable.
15344 (mm-inline-text): Use it.
eb6a2b61 15345
01c52d31 153462004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
c3bc41c2 15347
01c52d31
MB
15348 * spam.el (spam-spamassassin-register-ham-routine)
15349 (spam-spamassassin-register-spam-routine): Fix function names.
7c3bb5a5 15350
01c52d31 153512004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
7c3bb5a5 15352
01c52d31
MB
15353 * gnus.el (gnus-tmp-grouplens): Remove.
15354 (gnus-summary-line-format): Remove grouplens.
f0096211 15355
01c52d31 15356 * gnus-group.el (gnus-group-line-format): Ditto.
f0096211 15357
01c52d31
MB
15358 * gnus-spec.el (gnus-format-specs): Ditto.
15359 (gnus-update-format-specifications): Flush the group format spec
15360 cache if there's the grouplens stuff.
15361 (gnus-parse-simple-format): Replace %l with the empty string.
f0096211 15362
01c52d31 153632004-01-27 Jerry James <james@xemacs.org> (tiny change)
f0096211 15364
01c52d31
MB
15365 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15366 omission.
14e20e13 15367
01c52d31 153682004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
14e20e13 15369
01c52d31
MB
15370 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15371 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
c1d7d285 15372
01c52d31 153732004-01-25 Paul Jarc <prj@po.cwru.edu>
c1d7d285 15374
149cd465
JB
15375 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15376 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
01c52d31
MB
15377 New macros and functions.
15378 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15379 Handle > NLINK_MAX messages.
15380 * nnmaildir.el (nnmaildir-request-set-mark): Use
15381 nnmaildir--emlink-p and nnmaildir--eexist-p.
c1d7d285 15382
01c52d31 153832004-01-25 Alex Schroeder <alex@gnu.org>
c1d7d285 15384
01c52d31
MB
15385 * spam-stat.el (spam-stat-process-directory-age): New option.
15386 (spam-stat-process-directory): Use it.
c1d7d285 15387
01c52d31 153882004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
c1d7d285 15389
01c52d31
MB
15390 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15391 (spam-stat-save): Accept prefix argument.
c1d7d285 15392
01c52d31 153932004-01-23 Paul Jarc <prj@po.cwru.edu>
c1d7d285 15394
01c52d31
MB
15395 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15396 links" error.
c1d7d285 15397
01c52d31 153982004-01-23 Jesper Harder <harder@ifa.au.dk>
10b43d7c 15399
01c52d31
MB
15400 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15401 compatibility with old .newsrc.eld files.
10b43d7c 15402
01c52d31 15403 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
f4dd4ae8 15404
01c52d31 15405 * gnus-start.el (gnus-1): do.
f4dd4ae8 15406
01c52d31 15407 * gnus-group.el (gnus-group-line-format-alist): do.
1b155fbd 15408
01c52d31 15409 * gnus.el (gnus-use-grouplens, gnus-visual): do.
1b155fbd 15410
01c52d31 15411 * gnus-gl.el: Remove.
f4dd4ae8 15412
01c52d31 154132004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
f4dd4ae8 15414
01c52d31
MB
15415 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15416 marks consisting of a single range {for example, (3 . 5)} rather
15417 than a list of a single range { ((3 . 5)) }.
49561cf6 15418
01c52d31 154192004-01-23 Jesper Harder <harder@ifa.au.dk>
f4dd4ae8 15420
01c52d31
MB
15421 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15422 with-current-buffer.
15423 (spam-stat-store-current-buffer): Use insert-buffer-substring to
15424 avoid consing a string.
f4dd4ae8 15425
01c52d31
MB
15426 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15427 Remove obsolete entries for big5 and gb2312.
f4dd4ae8 15428
01c52d31 154292004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
49561cf6 15430
01c52d31
MB
15431 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15432 uncompressed list.
f4dd4ae8 15433
01c52d31 154342004-01-22 Jesper Harder <harder@ifa.au.dk>
f4dd4ae8 15435
01c52d31
MB
15436 * spam-stat.el (spam-stat-strip-xref): New function.
15437 (spam-stat-process-directory): Use it.
f4dd4ae8 15438
01c52d31
MB
15439 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15440 here -- it's done in message-fetch-field.
f4dd4ae8 15441
01c52d31 154422004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
f4dd4ae8 15443
149cd465
JB
15444 * gnus-agent.el (gnus-agent-queue-mail)
15445 (gnus-agent-prompt-send-queue): New variables.
01c52d31
MB
15446 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15447 * gnus-draft.el (gnus-group-send-queue): Pass the group name
15448 "nndraft:queue" along to gnus-draft-send. Use
15449 gnus-agent-prompt-send-queue.
15450 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15451 is "nndraft:queue". Suggested by Gaute Strokkenes
15452 <gs234@srcf.ucam.org>
f4dd4ae8 15453
c4cc8b9a
JB
15454 * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15455 (agent-enable-undownloaded-faces): Added.
01c52d31
MB
15456 (gnus-agent-cat-groups): Use eval-and-compile, not
15457 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15458 method of gnus-agent-cat-groups even when the buffer has been
15459 evaled.
3042deef 15460 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
01c52d31 15461 delete gnus-agent-save-active-1.
002876ab 15462 (gnus-agent-save-groups): Deleted. Identical to
01c52d31
MB
15463 gnus-agent-save-active.
15464 (gnus-agent-write-active): No longer adjust agent's copy of active
15465 file as agent's adjustments are now stored in their own
002876ab 15466 file. Removed optional parameter.
01c52d31
MB
15467 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15468 servers. Add use of min/max range limits from server's local
15469 file.
15470 (gnus-agent-save-alist): Removed unused optional argument.
149cd465
JB
15471 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15472 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
01c52d31 15473 (gnus-agent-set-local): A per-server file that keeps min/max range
ec5741dc 15474 limits for articles known to the agent. Provides a fast mechanism
01c52d31 15475 for altering many active ranges.
3042deef 15476 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
01c52d31
MB
15477 active file (local makes it unnecessary).
15478 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15479
c4cc8b9a
JB
15480 * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15481 (agent-enable-undownloaded-faces): Added.
01c52d31
MB
15482
15483 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15484 disable it when sending to "nndraft:queue".
15485 (gnus-group-send-queue): Add safety check to avoid sending queue
15486 when unplugged.
f4dd4ae8 15487
01c52d31
MB
15488 * gnus-group.el (gnus-group-catchup): Use new
15489 gnus-sequence-of-unread-articles, not
15490 gnus-list-of-unread-articles, to avoid exhausting memory with huge
15491 numbers of articles. Use gnus-range-map to avoid having to
15492 uncompress the unread list.
149cd465
JB
15493 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15494 Fixed invalid ange-ftp reference.
9b5773bc 15495
01c52d31
MB
15496 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15497 (gnus-sorted-range-intersection): Intersection of two ranges
15498 without requiring that they first be uncompressed.
9b5773bc 15499
01c52d31
MB
15500 * gnus-start.el (gnus-activate-group): Unless blocked by the
15501 caller, possibly expand the active range to include both cached
15502 and agentized articles.
15503 (gnus-convert-old-newsrc): Rewrote in anticipation of having
15504 multiple version-dependent converters.
15505 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15506 gnus-agent-save-active.
15507 (gnus-save-newsrc-file): Save dirty agent range limits.
46cdaf24 15508
01c52d31
MB
15509 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15510 gnus-agent-possibly-alter-active.
15511 (gnus-adjust-marked-articles): Faster handling of simple lists
15512
155132004-01-21 Jesper Harder <harder@ifa.au.dk>
15514
15515 * spam-stat.el (spam-stat-test-directory): New optional argument
15516 displays a list of files detected. Suggested by Andrew Cohen
15517 <cohen@andy.bu.edu>.
15518 (spam-stat-buffer-words-with-scores): Don't narrow and change
15519 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
15520
296fa7b4 155212004-01-20 Hubert Chan <hubert@uhoreg.ca>
01c52d31
MB
15522
15523 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15524 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15525 (spam-spamassassin-arguments)
15526 (spam-spamassassin-spam-flag-header)
15527 (spam-spamassassin-positive-spam-flag-header)
15528 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15529 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15530 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15531 (spam-list-of-processors, spam-list-of-checks)
15532 (spam-list-of-statistical-checks, spam-registration-functions)
15533 (spam-check-spamassassin-headers, spam-check-spamassassin)
15534 (spam-spamassassin-score)
15535 (spam-spamassassin-register-with-sa-learn)
15536 (spam-spamassassin-register-spam-routine)
15537 (spam-spamassassin-register-ham-routine)
15538 (spam-assassin-register-spam-routine)
002876ab
JB
15539 (spam-assassin-register-ham-routine): Add SpamAssassin support.
15540 (spam-bogofilter-score): Fix to show article before scoring.
01c52d31
MB
15541
155422004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
15543
15544 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15545 default scoring function.
15546 (spam-generic-score): Call spam-spamassassin-score if
15547 spam-use-spamassassin or spam-use-spamassassin-headers is on;
15548 spam-bogofilter-score otherwise.
15549
15550 * gnus.el (spam-process, spam-autodetect-methods): Add
15551 spamassassin and spamassassin-headers.
15552
155532004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
15554
15555 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15556 Suppress unnecessary messages.
15557
155582004-01-20 Jesper Harder <harder@ifa.au.dk>
15559
15560 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15561 make-hash-table.
46cdaf24 15562
01c52d31 155632004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 15564
01c52d31 15565 * canlock.el (base64-encode-string): Don't autoload it.
a08b59c9 15566
01c52d31 155672004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 15568
01c52d31
MB
15569 * run-at-time.el: Remove useless (require 'itimer),
15570 eval-and-compile and (featurep 'xemacs).
a08b59c9 15571
01c52d31 155722004-01-16 Jesper Harder <harder@ifa.au.dk>
a08b59c9 15573
01c52d31
MB
15574 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15575 GROUP is a virtual group.
a08b59c9 15576
01c52d31 155772004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
a08b59c9 15578
01c52d31 15579 * gnus.el: Autoload `message-y-or-n-p'.
a08b59c9 15580
01c52d31 155812004-01-15 Jesper Harder <harder@ifa.au.dk>
a08b59c9 15582
01c52d31 15583 * pgg-parse.el: Remove unnecessary (require 'custom).
a08b59c9 15584
01c52d31 15585 * pgg-def.el: do.
a08b59c9 15586
01c52d31 15587 * nnmail.el: do.
a08b59c9 15588
01c52d31 15589 * gnus-undo.el: do.
a08b59c9 15590
01c52d31 15591 * gnus-picon.el: do.
a08b59c9 15592
01c52d31 15593 * gnus-util.el: do.
a08b59c9 15594
01c52d31 155952004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
a08b59c9 15596
01c52d31 15597 * gnus-sum.el (gnus-pick-line-number): Add autoload.
a08b59c9 15598
01c52d31 155992004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 15600
01c52d31
MB
15601 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15602 handle, as well as a list.
a08b59c9 15603
01c52d31
MB
15604 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15605 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15606 (mm-w3m-cid-retrieve): Simplify.
a08b59c9 15607
01c52d31 156082004-01-14 Vasily Korytov <deskpot@myrealbox.com>
a08b59c9 15609
01c52d31
MB
15610 * message.el (message-kill-to-signature): Allow prefix arg to
15611 specify number of lines to keep before signature.
a08b59c9 15612
01c52d31
MB
156132004-01-14 Kai Grossjohann <kai@emptydomain.de>
15614
c4cc8b9a 15615 * message.el (message-kill-to-signature): Change docstring.
a08b59c9 15616
01c52d31 156172004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 15618
01c52d31
MB
15619 * canlock.el: Always require sha1-el.
15620 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
a08b59c9 15621
01c52d31 15622 * message.el: Autoload sha1 only when compiling.
a08b59c9 15623
01c52d31 156242004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 15625
01c52d31 15626 * message.el (message-canlock-generate): Require sha1-el.
a08b59c9 15627
01c52d31 156282004-01-13 Jesper Harder <harder@ifa.au.dk>
a08b59c9 15629
01c52d31 15630 * message.el (message-expand-name): Silence the byte compiler.
a08b59c9 15631
01c52d31 156322004-01-13 Simon Josefsson <jas@extundo.com>
1232b9cb 15633
01c52d31
MB
15634 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15635 Invoke gnus-score-mode. Reported by
880820fe 15636 bojohan+news@dd.chalmers.se (Johan Bockgård).
1232b9cb 15637
01c52d31
MB
15638 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
15639 Jim Blandy <jimb@redhat.com> (tiny change).
1232b9cb 15640
01c52d31 156412004-01-12 Jesper Harder <harder@ifa.au.dk>
1232b9cb 15642
01c52d31 15643 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
ef3b7aae 15644
01c52d31 156452004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
ef3b7aae 15646
01c52d31
MB
15647 * spam.el (spam-get-article-as-string): Update to use
15648 gnus-request-article-this-buffer, much simpler.
15649 (spam-get-article-as-buffer): Remove.
6e7fb80c 15650
01c52d31 156512004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
6e7fb80c 15652
296fa7b4 15653 * message.el (message-expand-name): Use EUDC if the user uses that.
7cb0aa56 15654
01c52d31 156552004-01-12 Jesper Harder <harder@ifa.au.dk>
7cb0aa56 15656
01c52d31
MB
15657 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15658 character for the encoding to avoid consing a string.
7cb0aa56 15659
01c52d31
MB
15660 * rfc2047.el (rfc2047-decode-string): Don't cons a string
15661 unnecessarily.
7cb0aa56 15662
01c52d31 15663 * mm-util.el (mm-replace-chars-in-string): Remove.
7cb0aa56 15664
01c52d31
MB
15665 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15666 of mm-replace-chars-in-string.
e79f14a4 15667
01c52d31 156682004-01-11 Jesper Harder <harder@ifa.au.dk>
e79f14a4 15669
c9e31f32 15670 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
e79f14a4 15671
01c52d31 15672 * mm-util.el (mm-subst-char-in-string): Support inplace.
e79f14a4 15673
01c52d31
MB
15674 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15675 a new string in every iteration. Use shy groups.
e79f14a4 15676
01c52d31 156772004-01-10 Jesper Harder <harder@ifa.au.dk>
e79f14a4 15678
c9e31f32
SM
15679 * gnus-srvr.el (gnus-browse-unsubscribe-group):
15680 * gnus-soup.el (gnus-soup-group-brew):
15681 * gnus-msg.el (gnus-put-message):
15682 * gnus-move.el (gnus-group-move-group-to-server):
15683 * gnus-kill.el (gnus-batch-score):
01c52d31
MB
15684 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15685 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15686 (gnus-group-update-group, gnus-group-read-group)
15687 (gnus-group-make-group, gnus-group-make-help-group)
15688 (gnus-group-make-archive-group, gnus-group-make-directory-group)
15689 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15690 (gnus-group-sort-by-unread, gnus-group-catchup)
15691 (gnus-group-unsubscribe-group, gnus-group-kill-group)
15692 (gnus-group-yank-group, gnus-group-set-info)
c9e31f32
SM
15693 (gnus-group-list-groups):
15694 * gnus.el (gnus-generate-new-group-name):
15695 * gnus-delay.el (gnus-delay-send-queue):
15696 * nnvirtual.el (nnvirtual-catchup-group):
01c52d31 15697 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
01c52d31 15698 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
c9e31f32 15699 (gnus-group-prepare-topics, gnus-topic-check-topology):
01c52d31
MB
15700 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15701 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15702 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
c9e31f32
SM
15703 (gnus-group-make-articles-read):
15704 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15705 (gnus-group-change-level, gnus-kill-newsgroup)
15706 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15707 (gnus-get-unread-articles, gnus-make-articles-unread)
15708 (gnus-make-ascending-articles-unread): Use accessor
15709 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15710 to get group information for improved readability.
15711
01c52d31 157122004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 15713
01c52d31
MB
15714 * gnus-art.el (article-decode-mime-words, article-babel)
15715 (gnus-article-highlight-signature, gnus-article-add-buttons)
15716 (gnus-signature-toggle): Use gnus-with-article-buffer.
1270d7ca 15717
01c52d31
MB
15718 * gnus-art.el (gnus-article-highlight-headers)
15719 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
1270d7ca 15720
01c52d31
MB
15721 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15722 (gnus-article-set-globals, gnus-request-article-this-buffer)
15723 (gnus-button-message-id, gnus-article-maybe-hide-headers)
15724 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15725 (gnus-mime-display-alternative): Use with-current-buffer.
1270d7ca 15726
01c52d31 157272004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 15728
01c52d31
MB
15729 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15730 also under 80 char limit, and call gnus-error if needed.
15731 (spam-fetch-article-header): Fix - it was a
15732 buffer-local variable (gnus-newsgroup-data).
15733 (spam-find-spam): Use spam-generate-fake-headers, forget about
15734 spam-insert-fake-headers.
15735 (spam-insert-fake-headers): Remove.
1270d7ca 15736
01c52d31 157372004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 15738
01c52d31
MB
15739 * deuglify.el (gnus-article-outlook-unwrap-lines)
15740 (gnus-outlook-rearrange-article)
15741 (gnus-outlook-repair-attribution-outlook)
15742 (gnus-outlook-repair-attribution-block)
15743 (gnus-outlook-repair-attribution-other): Remove redundant
15744 save-excursion.
1270d7ca 15745
01c52d31 157462004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 15747
01c52d31
MB
15748 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15749 (spam-fetch-field-subject-fast)
15750 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15751 (spam-fetch-article-header): Add functions to deal with Gnus
15752 internals for fast retrieval of article header data.
15753 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
1270d7ca 15754
01c52d31 157552004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 15756
01c52d31
MB
15757 * pop3.el (pop3-md5): Remove.
15758 (pop3-apop): Replace pop3-md5 with md5.
1270d7ca 15759
01c52d31 15760 * mm-bodies.el: base64 is always built-in.
1270d7ca 15761
01c52d31
MB
15762 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15763 with-current-buffer.
1270d7ca 15764
23f87bed 157652004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 15766
23f87bed
MB
15767 * canlock.el (canlock-insert-header): Remove excessive grouping in
15768 regexp.
1270d7ca 15769
01c52d31
MB
15770 * gnus-sum.el (gnus-summary-read-document): Ditto.
15771
15772 * gnus-uu.el (gnus-uu-part-number): Ditto.
15773
15774 * html2text.el (html2text-remove-tags): Ditto.
15775 (html2text-format-tags): Ditto.
15776 (html2text-format-single-elements): Ditto.
15777
15778 * mml.el (mml-parse-1): Ditto.
15779
157802004-01-08 Jesper Harder <harder@ifa.au.dk>
15781
15782 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15783
15784 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15785
15786 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15787
15788 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15789
157902003-11-15 Simon Josefsson <jas@extundo.com>
15791
15792 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15793 (pgg-gpg-lookup-key): Use regexp match instead of
15794 split-string (split-string is different between emacs 21.2 and
15795 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
15796
157972004-01-08 Jesper Harder <harder@ifa.au.dk>
15798
15799 * gnus-art.el (gnus-mime-view-all-parts)
15800 (gnus-article-part-wrapper, gnus-article-view-part): Use
15801 with-current-buffer.
15802
158032004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
15804
15805 * spam.el (spam-disable-spam-split-during-ham-respool)
15806 (spam-spamoracle-database, spam-cache-lookups)
15807 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15808 (spam-group-ham-mark-p, spam-group-spam-mark-p)
15809 (spam-group-ham-marks, spam-group-spam-marks)
15810 (spam-group-spam-contents-p, spam-group-ham-contents-p)
15811 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15812 also add spam-use-blackholes to the statistical checks.
15813 (spam-fetch-field-fast): Add interface to fetching fields, may
15814 become a macro.
15815 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15816 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15817 (spam-insert-fake-headers): Fake an article when needed.
15818 (spam-find-spam): Fake article when possible.
15819 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15820 (spam-check-bogofilter-headers): Use message-fetch-field instead
15821 of nnmail-fetch-field.
15822
158232004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
15824
15825 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15826
158272004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
15828
15829 * spam.el (spam-split): Do not require spam-use-CHECK to be
15830 enabled if that check is passed to spam-split explicitly; also
15831 fix so 'spam doesn't get converted to spam-split-group when
15832 spam-split-symbolic-return is t.
15833 (spam-find-spam): Find registrations of the article and use those
15834 instead of re-running spam-split to find the spam/ham
15835 classification of the article.
15836 (spam-log-processing-to-registry, spam-log-registered-p)
15837 (spam-log-unregistration-needed-p, spam-log-undo-registration):
15838 Use gnus-error instead of gnus-message.
15839 (spam-log-registration-type): Add function to determine the
15840 classification of a message based on registry entries; will
15841 return nil if both 'spam and 'ham are found.
15842 (spam-check-BBDB): Expand all the BBDB macros here so we can have
15843 a reasonably fast local cache without the loading errors.
15844 (spam-cache-lookups): Set to t by default.
15845 (spam-find-spam): Don't try to guess spam-cache-lookups.
15846 (spam-enter-whitelist, spam-enter-blacklist): Clear the
15847 spam-caches entry.
15848 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15849 caching of whitelist/blacklist entries.
15850 (spam-check-whitelist, spam-check-blacklist): Invoke
15851 spam-from-listed-p with a type, not a cache variable.
15852 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15853
158542004-01-07 Jesper Harder <harder@ifa.au.dk>
15855
15856 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15857
15858 * nnmail.el (nnmail-split-fancy): do.
15859
15860 * mml.el (mml-parse): do.
15861
15862 * gnus-score.el (gnus-enter-score-words-into-hashtb)
15863 (gnus-score-adaptive): do.
15864
23f87bed 158652004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 15866
01c52d31
MB
15867 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15868 (gnus-mime-button-map): Don't set keymap parent.
15869 (gnus-button-ctan-directory-regexp): Use shy grouping.
15870 (gnus-prev-page-map): Don't set keymap parent.
15871 (gnus-prev-page-map): Remove duplicated one.
15872 (gnus-next-page-map): Don't set keymap parent.
15873 (gnus-mime-security-button-map): Ditto.
15874
15875 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15876 version number.
15877
23f87bed 15878 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
1270d7ca 15879
23f87bed 158802004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 15881
23f87bed
MB
15882 * canlock.el (canlock-sha1-function): Remove.
15883 (canlock-sha1-function-for-verify): Remove.
15884 (canlock-openssl-program): Remove.
15885 (canlock-openssl-args): Remove.
15886 (canlock-ignore-errors): Remove.
15887 (canlock-sha1-with-openssl): Remove.
15888 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15889 (canlock-verify): Don't use canlock-ignore-errors.
1270d7ca 15890
23f87bed
MB
15891 * sha1-el.el (sha1-string-external): Make it can return a string
15892 in binary form.
15893 (sha1-region-external): Ditto.
15894 (sha1-string-internal): Ditto.
15895 (sha1-region-internal): Ditto.
15896 (sha1-region): Ditto.
15897 (sha1-string): Ditto.
15898 (sha1): Ditto.
1270d7ca 15899
01c52d31 159002004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 15901
01c52d31 15902 * spam.el (spam-report-articles-gmane): New command.
1270d7ca 15903
01c52d31 159042004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 15905
01c52d31 15906 * gnus.el: Don't make unnecessary *Group* buffer when loading.
1270d7ca 15907
01c52d31
MB
15908 * run-at-time.el (run-at-time-saved): Remove.
15909 (run-at-time): Doc fix.
1270d7ca 15910
01c52d31 159112004-01-07 Jesper Harder <harder@ifa.au.dk>
1270d7ca 15912
01c52d31
MB
15913 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15914 (gnus-summary-limit-map): Add it.
15915 (gnus-summary-make-menu-bar): do.
1270d7ca 15916
01c52d31 159172004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 15918
01c52d31
MB
15919 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15920 Make attempt at some caching support (done for BBDB only now).
15921 (spam-find-spam): Set spam-cache-lookups if there are more than 2
15922 addresses to be checked.
15923 (spam-clear-cache-BBDB): Add function, to be invoked by
15924 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15925 (spam-check-BBDB): Check and use the caches, if
15926 spam-cache-lookups is on, remove superfluous (provide).
1270d7ca 15927
01c52d31 159282004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1270d7ca 15929
01c52d31 15930 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
1270d7ca 15931
01c52d31 159322004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
1270d7ca 15933
01c52d31
MB
15934 * run-at-time.el (run-at-time-saved): Move to after the definition
15935 of `run-at-time'.
1270d7ca 15936
01c52d31 159372004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 15938
01c52d31
MB
15939 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15940 mm-w3m-local-map-property.
1270d7ca 15941
01c52d31
MB
15942 * mm-view.el (mm-w3m-mode-map): Remove.
15943 (mm-w3m-local-map-property): Remove.
15944 (mm-inline-text-html-render-with-w3m): Don't use
15945 mm-w3m-local-map-property.
1270d7ca 15946
01c52d31 159472004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 15948
01c52d31 15949 * run-at-time.el: New file.
1270d7ca 15950
01c52d31
MB
15951 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15952 of gnus-set-text-properties.
1270d7ca 15953
01c52d31 15954 * gnus-uu.el (gnus-uu-save-article): Ditto.
1270d7ca 15955
01c52d31 15956 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
1270d7ca 15957
01c52d31 15958 * gnus-cite.el (gnus-cite-parse): Ditto.
1b155fbd 15959
01c52d31
MB
15960 * gnus-art.el (gnus-button-push): Use set-text-properties instead
15961 of gnus-.
1b155fbd 15962
01c52d31
MB
15963 * gnus.el: Changed calls to nnheader-run-at-time and
15964 password-run-at-time throughout to use run-at-time directly.
1b155fbd 15965
01c52d31 15966 * password.el: Removed definition of run-at-time.
1b155fbd 15967
880820fe 159682004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
1b155fbd 15969
01c52d31
MB
15970 * mml.el (mml-minibuffer-read-disposition): Show attachment type
15971 in prompt.
1b155fbd 15972
01c52d31 159732004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
1b155fbd 15974
01c52d31
MB
15975 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15976 XEmacs version.
1270d7ca 15977
01c52d31
MB
15978 * dns.el (dns-make-network-process): Use `open-network-stream'
15979 instead of `gnus-xmas-open-network-stream'.
1270d7ca 15980
01c52d31 15981 * .cvsignore: Add auto-autoloads.el, custom-load.el.
1270d7ca 15982
01c52d31 159832004-01-06 Jesper Harder <harder@ifa.au.dk>
1270d7ca 15984
01c52d31
MB
15985 * gnus-art.el (gnus-mime-display-alternative)
15986 (gnus-insert-mime-button, gnus-insert-mime-security-button)
15987 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15988 Don't use gnus-local-map-property.
1270d7ca 15989
01c52d31 15990 * gnus-util.el (gnus-local-map-property): Remove.
1270d7ca 15991
01c52d31
MB
15992 * mm-view.el (mm-view-pkcs7-decrypt): Replace
15993 gnus-completing-read-maybe-default with completing-read.
1270d7ca 15994
01c52d31
MB
15995 * gnus-util.el (gnus-completing-read): do.
15996 (gnus-completing-read-maybe-default): Remove.
1270d7ca 15997
01c52d31 159982004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
1270d7ca 15999
01c52d31
MB
16000 * password.el: Only autoload `run-at-time' if not XEmacs.
16001 Only autoload the itimer functions if XEmacs.
1270d7ca 16002
01c52d31 160032004-01-06 Jesper Harder <harder@ifa.au.dk>
1270d7ca 16004
01c52d31
MB
16005 * gnus-art.el (gnus-read-string): Remove.
16006 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16007 read-string.
1270d7ca 16008
01c52d31 160092004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 16010
01c52d31
MB
16011 * netrc.el: Autoload password-read.
16012 (netrc): Add configuration group.
16013 (netrc-encoding-method, netrc-openssl-path): Add
16014 variables for encoding and decoding of files with symmetric
16015 ciphers.
16016 (netrc-encode): Add assistant function to encode a file with
16017 netrc-encoding-method.
16018 (netrc-parse): Add interactive parameter, added optional
16019 decoding if netrc-encoding-method is non-nil but otherwise
16020 behavior is standard.
16021 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16022 Do s/encode/encrypt/ everywhere.
1270d7ca 16023
01c52d31 16024 * spam.el: Remove executable-find autoload.
1270d7ca 16025
01c52d31 160262004-01-05 Jesper Harder <harder@ifa.au.dk>
1270d7ca 16027
01c52d31 16028 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
1270d7ca 16029
01c52d31 16030 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
1270d7ca 16031
01c52d31 160322004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
c113de23 16033
c4cc8b9a 16034 * gnus-art.el (gnus-treat-ansi-sequences)
149cd465 16035 (article-treat-ansi-sequences): New variable and function.
01c52d31 16036 Suggested by Dan Jacobson <jidanni@jidanni.org>.
1270d7ca 16037
01c52d31
MB
16038 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16039 Use it.
1270d7ca 16040
01c52d31 160412004-01-05 Jesper Harder <harder@ifa.au.dk>
1270d7ca 16042
01c52d31 16043 * mm-util.el (mm-quote-arg): Remove.
23f87bed 16044
01c52d31
MB
16045 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16046 shell-quote-argument.
1270d7ca 16047
01c52d31 16048 * gnus-uu.el (gnus-uu-command): do.
1270d7ca 16049
01c52d31 16050 * gnus-sum.el (gnus-summary-insert-pseudos): do.
1270d7ca 16051
01c52d31
MB
16052 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16053 with make-char.
1270d7ca 16054
01c52d31 16055 * mm-util.el (mm-make-char): Remove.
1270d7ca 16056
01c52d31
MB
16057 * mml.el (mml-mode): Replace gnus-add-minor-mode with
16058 add-minor-mode.
1270d7ca 16059
01c52d31 16060 * gnus-undo.el (gnus-undo-mode): do.
1270d7ca 16061
01c52d31 16062 * gnus-topic.el (gnus-topic-mode): do.
1270d7ca 16063
01c52d31 16064 * gnus-sum.el (gnus-dead-summary-mode): do.
1270d7ca 16065
01c52d31 16066 * gnus-start.el (gnus-slave-mode): do.
1270d7ca 16067
01c52d31 16068 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
1270d7ca 16069
01c52d31 16070 * gnus-ml.el (gnus-mailing-list-mode): do.
1270d7ca 16071
01c52d31 16072 * gnus-gl.el (gnus-grouplens-mode): do.
1270d7ca 16073
01c52d31 16074 * gnus-draft.el (gnus-draft-mode): do.
1270d7ca 16075
01c52d31 16076 * gnus-dired.el (gnus-dired-mode): do.
1270d7ca 16077
01c52d31 16078 * gnus-ems.el (gnus-add-minor-mode): Remove.
1270d7ca 16079
01c52d31
MB
16080 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16081 Replace gnus-char-width with char-width.
1270d7ca 16082
01c52d31 16083 * gnus-ems.el (gnus-char-width): Remove.
1270d7ca 16084
01c52d31
MB
16085 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16086 Replace gnus-char-width with char-width.
1270d7ca 16087
01c52d31 16088 * gnus-ems.el (gnus-char-width): Remove.
1270d7ca 16089
01c52d31
MB
16090 * spam-stat.el (with-syntax-table): Remove with-syntax-table
16091 definition.
16092 Remove Emacs 20 hash table compatibility code.
1270d7ca 16093
01c52d31
MB
16094 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16095 20 compatibility code.
1270d7ca 16096
01c52d31 16097 * spam.el (spam-point-at-eol): Replace with point-at-eol.
1270d7ca 16098
01c52d31 16099 * smime.el (smime-point-at-eol): Replace with point-at-eol.
1270d7ca 16100
01c52d31
MB
16101 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16102 with point-at-{eol,bol}.
1270d7ca 16103
01c52d31 16104 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
1270d7ca 16105
01c52d31 16106 * imap.el (imap-point-at-eol): Replace with point-at-eol.
1270d7ca 16107
149cd465
JB
16108 * flow-fill.el (fill-flowed-point-at-bol)
16109 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
1270d7ca 16110
01c52d31
MB
16111 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16112 Replace with point-at-{eol,bol} throughout all files.
1270d7ca 16113
01c52d31 161142004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 16115
01c52d31
MB
16116 * ntlm.el (ntlm-string-as-unibyte): New macro.
16117 (ntlm-build-auth-response): Use it.
1270d7ca 16118
01c52d31
MB
16119 Remove Emacs 20 stuff:
16120 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16121 of delq and copy-sequence.
16122 * gnus-art.el (popup-menu): Remove the compiler macro.
16123 * nnmail.el (nnmail-split-fancy): Don't support customizing with
16124 Emacs 20.
1270d7ca 16125
01c52d31 161262004-01-05 Simon Josefsson <jas@extundo.com>
1270d7ca 16127
01c52d31
MB
16128 * ntlm.el: Fix namespace. Change smb-passwd-hash into
16129 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16130 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16131 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16132 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16133 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16134 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16135 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16136 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16137 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16138 ntlm-string-permute, string-lshift into ntlm-string-lshift,
16139 string-xor into ntlm-string-xor. Suggested by
16140 Jesper Harder <harder@myrealbox.com>.
1270d7ca 16141
01c52d31 16142 * ntlm.el: Don't include poem.
1270d7ca 16143
01c52d31
MB
16144 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
16145 Jesper Harder <harder@myrealbox.com>.
1270d7ca 16146
01c52d31 16147 * sasl-ntlm.el, ntlm.el, md4.el: New files.
1270d7ca 16148
01c52d31
MB
16149 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
16150 probably breaks emacs with DL patch, but do we care? Is anyone
16151 still using the DL stuff?)
1270d7ca 16152
01c52d31
MB
16153 * sieve-manage.el: Use the password package.
16154 (sieve-manage-read-passwd): Remove.
16155 (sieve-manage-interactive-login): Use password. Re-add
16156 condition-case around loop.
16157
16158 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16159 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16160 the password package.
16161
161622003-02-19 Simon Josefsson <jas@extundo.com>
16163
16164 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16165 token.
16166
161672002-08-07 Simon Josefsson <jas@extundo.com>
16168
16169 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16170 (sieve-manage-authenticators):
16171 (sieve-manage-authenticator-alist): Add some SASL mechs.
16172 (sieve-sasl-auth): New function.
16173 (sieve-manage-cram-md5-auth):
16174 (sieve-manage-plain-auth): Rewrite using SASL library.
16175 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16176 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16177 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16178 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16179
161802004-01-05 Simon Josefsson <jas@extundo.com>
16181
16182 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16183 New files.
16184
161852004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16186
16187 * gnus-group.el (gnus-no-groups-message): Update.
16188
16189 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16190
161912003-11-09 Simon Josefsson <jas@extundo.com>
16192
16193 * imap.el: Support for ID IMAP extension (RFC 2971).
16194 (imap-local-variables): Add imap-id.
16195 (imap-id): New variable.
16196 (imap-id): New function.
16197 (imap-parse-response): Parse untagged ID response.
16198 * nnimap.el (nnimap-id): New variable.
16199 (nnimap-open-connection): Use it.
16200
162012003-12-28 Simon Josefsson <jas@extundo.com>
16202
16203 * gnus-score.el (gnus-score-edit-all-score): New.
16204 * gnus-group.el (gnus-group-score-map): Bind it to W e.
16205
162062004-01-04 Simon Josefsson <jas@extundo.com>
16207
16208 * password.el: Add.
16209
162102004-01-04 Mario Lang <lang@zid.tugraz.at>
16211
e3e955fe 16212 * dns.el (dns-query-types): Fix typo.
c4cc8b9a 16213 (dns-query-types): New function.
e3e955fe
MB
16214 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
16215 PTR and SOA replies, see RFC 1035.
01c52d31
MB
16216
162172004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16218
16219 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16220
16221 * Moved to Changelog.2.
16222
162232004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16224
16225 * gnus.el (gnus-version-number): Bump version.
16226
162272004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
16228
16229 * gnus.el: No Gnus v0.1 is released.
1270d7ca 16230
01c52d31 162312004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1270d7ca 16232
01c52d31 16233 * gnus.el: No Gnus v0.0 is released.
1270d7ca 16234
01c52d31 162352004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 16236
01c52d31
MB
16237 * gnus.el (gnus-version-number): Bump.
16238 (gnus-version): No.
1270d7ca 16239
ef3b7aae 16240See ChangeLog.2 for earlier changes.
2a34a036 16241
7b47345b 16242 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
5b87ad55
GM
16243
16244 This file is part of GNU Emacs.
16245
5e809f55 16246 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 16247 it under the terms of the GNU General Public License as published by
5e809f55
GM
16248 the Free Software Foundation, either version 3 of the License, or
16249 (at your option) any later version.
5b87ad55
GM
16250
16251 GNU Emacs is distributed in the hope that it will be useful,
16252 but WITHOUT ANY WARRANTY; without even the implied warranty of
16253 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16254 GNU General Public License for more details.
16255
16256 You should have received a copy of the GNU General Public License
5e809f55 16257 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9 16258
ef3b7aae 16259;; Local Variables:
880820fe 16260;; coding: utf-8
d7ba2a01 16261;; fill-column: 79
33462dfa 16262;; add-log-time-zone-rule: t
ef3b7aae 16263;; End: