ispell.el: better `default-directory' and kill-ispell-on-exit handling
[bpt/emacs.git] / lisp / gnus / ChangeLog
CommitLineData
60893e6f
KY
12010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4 decoded contents.
f68a93a9 5 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
60893e6f 6
1d297c49
LMI
72010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8
e5500d2a
LMI
9 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10 group line format, since it isn't very interesting.
11
954c8060
LMI
12 * gnus-agent.el (gnus-agent-short-article),
13 (gnus-agent-long-article): Increase values for these two variables,
14 since most people are likely to have more network connection and
15 storage than before.
16
a1347097
LMI
17 * gnus.el (gnus-refer-article-method): Change default to 'current.
18 When referring an article, the common behaviour is to refer it from the
19 current select method, not the native select method. The chances of
20 the native select method having the message in question is rather slim
21 these days.
22
23 * gnus-sum.el (gnus-auto-select-subject): Change default to
24 `unseen-or-unread'. I think it's likely that most people want to
25 select an unseen article over a previously seen, but unread one.
26
27 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
28 means that in the article buffer none of the minor mode elements will
29 be shown, usually, and this is not desirable in most cases.
30
1d297c49
LMI
31 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
32 that commands like `d' (and the like) go to the next line in the
33 buffer, instead of the next unread article. I think this is the
34 behaviour that is most natural for most users.
35 (gnus-single-article-buffer): Change default to nil, so that people can
36 have as many article buffers open as they have summary buffer. I think
37 this is the most natural way for the groups to behave.
38
39 * message.el (message-generate-new-buffers): Change default to
40 `unsent', so that all new message buffers start their names with the
41 string "*unsent", and it's easier to find the buffers if you move from
42 them.
43
a93b858c
LMI
442010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
45
46 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
47 small. They're probably tracking images.
36a806f3 48 (gnus-html-wash-tags): Remove all <pre_int> place holders.
ae682ff5
LMI
49 (gnus-html-rescale-image): Yet another try at getting the image sizing
50 right.
a93b858c
LMI
51
52 * nntp.el (nntp-request-set-mark): Refuse to do marks if
53 nntp-marks-file-name is nil.
54
2aafbe5a
TZ
552010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
56
57 * gnus-html.el (gnus-html-wash-tags)
58 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
59 Better logging.
60
9a4b54db
LMI
612010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
62
846daf20
LMI
63 * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
64
9a4b54db
LMI
65 * gnus-html.el (gnus-html-wash-tags): Check the value of
66 gnus-blocked-images in the summary buffer.
67
9a047bac
TZ
682010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
69
70 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
71
261ff377
LMI
722010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
73
c6c81576
LMI
74 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
75 like "a", it seems like.
76 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
77 since it needs to be picked from the correct buffer.
78
261ff377
LMI
79 * nnwfm.el: Removed.
80
81 * nnlistserv.el: Removed.
82
d743e0d1
TZ
832010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
84
85 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
86 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
87
075843d3
LMI
882010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
89
f7362445
LMI
90 * nnkiboze.el: Removed.
91
92 * nndb.el: Removed.
93
075843d3
LMI
94 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
95 alt text.
1ee093a3
LMI
96 (gnus-html-rescale-image): Try to get the rescaling logic right for
97 images that are just wide and not tall.
075843d3
LMI
98
99 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
100 overshadow variable bindings.
101
6ca07e49
TZ
1022010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
103
104 * gnus-html.el (gnus-html-wash-tags)
105 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
106 extra logging.
107
fe01e1a3
LMI
1082010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
109
110 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7d7520b9
LMI
111 (gnus-max-image-proportion): New variable.
112 (gnus-html-rescale-image): New function.
113 (gnus-html-put-image): Rescale images.
fe01e1a3 114
765abcce
SM
1152010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
116
117 Fix up some byte-compiler warnings.
118 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
119 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
120 (gnus-article-fill-cited-article, gnus-article-hide-citation)
121 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
122 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
123 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
124 (gnus-group-update-group): Use save-excursion and with-current-buffer.
125
da43765d
KY
1262010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
127
128 * gnus-html.el (gnus-article-html): Decode contents by charset.
129
a14b3417
KY
1302010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
131
b0e30310
KY
132 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
133 (gnus-html-frame-width, gnus-blocked-images)
134 * message.el (message-prune-recipient-rules): Add custom version.
135 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
136
a14b3417
KY
137 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
138 functions.
139
cd110b2b
KY
140 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
141 gnus-process-get.
142
8f563146
KY
1432010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
144
145 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
146 instead of lsub directly.
147
2cdd366f
KY
1482010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
149
3c08d668
KY
150 * nnwarchive.el: Removed.
151
c4d82de8
KY
152 * gnus-soup.el: Removed.
153
154 * nnsoup.el: Removed.
155
156 * nnultimate.el: Removed.
157
51dee5ef
KY
158 * gnus-html.el (gnus-blocked-images): New variable.
159
2cdd366f
KY
160 * message.el (message-prune-recipients): New function.
161 (message-prune-recipient-rules): New variable.
162
163 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
164 guess whether a long line is natural text or not.
165
166 * gnus-html.el (gnus-html-schedule-image-fetching): Use
167 gnus-process-plist and friends for compatibility.
168
2d217ead
SM
1692010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
170
171 * gnus-html.el: Require packages that define macros used in this file.
172 (gnus-article-mouse-face): Declare to silence byte-compiler.
173 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
174 process-get.
175 (gnus-html-put-image): Use plist-get to avoid getf.
176 (gnus-html-prefetch-images): Use with-current-buffer.
177
1a10d421
KY
1782010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
179
2cdd366f
KY
180 * gnus-ems.el: Provide compatibility functions for
181 gnus-set-process-plist.
182
1a10d421
KY
183 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
184 * gnus.el (gnus-valid-select-methods)
185 * message.el (message-send-mail-partially-limit)
186 * mm-decode.el (mm-text-html-renderer)
187 * mml.el (mml-insert-mime-headers-always)
188 * smiley.el (smiley-regexp-alist): Bump custom version.
189
1902010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
191
192 * gnus-html.el: require mm-url.
ad142133
KY
193 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
194 with the url to `url'.
195 (gnus-html-wash-tags): Support cid: URLs/images.
1a10d421 196
f5ec697d
KY
1972010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
198
c2861968
KY
199 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
200 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
201 bindings, as they aren't useful at all. `w' is moved to `W w'.
202
390dd504
KY
203 * gnus-move.el: Removed file, since it doesn't really work.
204
379dde03
KY
205 * gnus-html.el (gnus-article-html): Tell w3m that the input is
206 UTF-8. This seems to fix problems with some German web feeds.
207
5a2756c8
KY
208 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
209 at the top so that the proper colours are applied.
210
47fe149b
KY
211 * gnus-art.el (gnus-article-view-part): Doc fix.
212
fb16bb46
KY
213 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
214 XEmacs-compatible.
215 (gnus-html-put-image): Don't do images on non-graphic displays.
216
77ae8989
KY
217 * nnslashdot.el: Removed this unused backend.
218
75856ec0
KY
219 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
220 actions.
77ae8989 221 (gnus-undo-register-1): Revert last change.
75856ec0 222
0be02d8a
KY
223 * gnus-group.el (gnus-group-completing-read): Protect against not
224 having completion-styles bound.
225
226 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
227 make broken recipients happier.
228
929989ff
KY
229 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
230
231 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
232 point parameter.
233
f5ec697d
KY
234 * gnus-group.el (gnus-group-completing-read): Add 'substring to
235 completion-styles for group selection.
236
5ec44091
KY
2372009-02-04 Andreas Schwab <schwab@suse.de>
238
239 * gnus-score.el (gnus-score-string): Fix regex for matching extra
240 headers and regexp-quote the match if necessary.
241
07466c8e
KY
2422009-03-24 Miles Bader <miles@gnu.org>
243
244 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
245 the blinking smiley.
246
2472009-03-24 Simon Josefsson <simon@josefsson.org>
248
249 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
250 blink smiley.
251
8bff7c00
KY
2522010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
253
254 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
255 where the dribbel file lives exists.
256
257 * message.el (message-send-mail-partially-limit): Change the default to
258 nil, since most people don't want this.
259
260 * mm-url.el (mm-url-decode-entities): Also decode entities like
261 &#x3212.
262
0b10e437
KY
2632009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
264
265 * gnus-sum.el (gnus-summary-idna-message):
266 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
267 Hyperlink urls in docstrings with URL `...'.
268
b1992461
KY
2692010-08-29 Adam Sjøgren <asjo@koldfront.dk>
270
271 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
272 functions.
273
655efd71
KY
2742010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
275
b1992461
KY
276 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
277 say what the mouseover text should be.
278
279 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
280 version of the mm-w3m-safe-url-regexp variable to only download images
281 in the groups where we want that to happen.
282
283 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
284
285 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
286 easier debugging.
287 (gnus-article-beginning-of-window): Add kludge to allow spacing past
288 big pictures in the article buffer.
289
290 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
291 gnus-article-html.
292 (mm-text-html-renderer): gnus-article-html needs curl in addition to
293 w3m.
294
655efd71
KY
295 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
296
6b8382e4
KY
2972010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
298
299 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
300 which doesn't exist.
301
302 * message.el (message-inhibit-ecomplete): New variable to allow some
303 function to inhibit ecomplete address storage.
304 (message-resend): Disable ecomplete message storage when resending
305 messages.
306
307 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
308
dc6de553
KY
3092010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
310
311 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
312 Save excursion while copying, moving, and deleting articles in order to
313 prevent the cursor from jumping to unforeseen place.
314
8e7d4ca1
GM
3152010-08-17 Glenn Morris <rgm@gnu.org>
316
10506f64
GM
317 * gnus-sync.el: Require gnus components whose functions are used.
318
8e7d4ca1
GM
319 * gnus-art.el (bookmark-make-record-function):
320 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
321 Declare for compiler.
322
323 * mm-url.el (mml-compute-boundary): Autoload.
324
4e815860
KY
3252010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
326
327 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
328
ab731e1c
KY
3292010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
330
331 Typo fix "hoo4a" -> "hook".
332
333 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
334
810717b6
GM
3352010-08-14 Glenn Morris <rgm@gnu.org>
336
337 * gnus-sync.el (gnus-sync): Fix defgroup version.
338
8c330707
KY
3392010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
340
f5a62bb4 341 Doc fixes and keep unknown groups (ammended for nunion bug fix).
8c330707
KY
342
343 * gnus-sync.el: Fix docs.
344 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
345 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
346
186a9cbb
KY
3472010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
348
349 Optimizations for gnus-sync.el.
350
351 * gnus-sync.el: Add docs about gnus-sync-backend
352 possibilities.
353 (gnus-sync-save): Remove unnecessary message.
354 (gnus-sync-read): Optimize and show what groups were skipped.
355
bbe276f2
KY
3562010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
357
358 Minor bug fixes for gnus-sync.el.
359
79993b19
KY
360 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
361 read the sync on get-new-news.
362
bbe276f2
KY
363 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
364 quiet.
365
366 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
367
62a83cc8
KY
3682010-07-30 Lawrence Mitchell <wence@gmx.li>
369
370 Make saving and restoring of hidden threads work with overlays.
371 Patch applied by Ted Zlatanov.
372
373 * gnus-sum.el (gnus-hidden-threads-configuration)
374 (gnus-restore-hidden-threads-configuration): Update to deal with text
375 properties, rather than searching for a magic character.
376
c4b1c354
KY
3772010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
378
62a83cc8
KY
379 New gnus-sync.el library for synchronization of marks.
380
77154961
KY
381 * gnus-sync.el: New library for synchronization of marks.
382
383 * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
384 renamed from `gnus-registry-grep-in-list'.
385
386 * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
387
c4b1c354
KY
388 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
389
cbfb9427
KY
3902010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
391
392 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
393 determining charset of text fails.
394
e9d1aaff
KY
3952010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
396
397 * nnmail.el (nnmail-get-new-mail-1): Revert.
398
399 * nnml.el (nnml-active-number): Make sure names of newly created groups
400 in nnml-group-alist are encoded.
401
6f1c4158
KY
4022010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
403
404 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
405 containing non-ASCII characters in active file for nnml back end.
406
86fb1061
KY
4072010-07-24 David Engster <dengste@eml.cc>
408
409 * mml-smime.el (mml-smime-epg-verify): Also accept the older
410 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
411
a0abd4d6
DU
4122010-07-21 Daiki Ueno <ueno@unixuser.org>
413
414 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
415 tag (Bug#6654).
416
72897ff9
KY
4172010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
418
419 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
420 the article buffer, not the summary buffer.
421
e859bbda
KY
4222010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
423
424 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
425 Emacs 23 as well.
426
4272010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
428
429 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
430 Patch applied by Karl Fogel.
431
432 * gnus-sum.el (gnus-summary-bookmark-make-record): Set
433 `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
434
33b48483
KF
4352010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
436
437 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
438 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
439 C-w still not working correctly from Article buffers; Thierry's
440 patch to fix that will be applied after this.
441
442 * gnus-art.el (bookmark-make-record-function): New local variable.
443
e859bbda
KY
444 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
445 article buffer.
33b48483
KF
446 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
447
e44fa724
KF
4482010-07-13 Karl Fogel <kfogel@red-bean.com>
449
e859bbda
KY
450 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
451 on changes in bookmark.el.
e44fa724 452
04c23739
MH
4532010-06-22 Mark A. Hershberger <mah@everybody.org>
454
455 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
456 the *other* type of HTML form submission.
457
85350e06
MA
4582010-06-15 Michael Albinus <michael.albinus@gmx.de>
459
460 * auth-source.el (auth-source-pick): If choice does not contain a
461 questioned keyword, set the check to t.
462
89a13959
RF
4632010-06-12 Romain Francoise <romain@orebokech.com>
464
465 * gnus-util.el (gnus-date-get-time): Move up before first use.
466
3e3ab3ab
KY
4672010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
468
469 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
470 (gnus-article-edit-part): Bind it to make last part that is substituted
471 or deleted visible.
472 (gnus-mime-display-single): Buttonize part of which id equals to
473 gnus-mime-buttonized-part-id.
474
3d6e7a43
KY
4752010-06-10 Dan Christensen <jdc@uwo.ca>
476
477 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
478 (gnus-dd-mmm): Use gnus-date-get-time.
479 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
480 simplify logic.
481 (gnus-summary-limit-to-age): Use gnus-date-get-time.
482 (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
483
0e4966fb
MA
4842010-06-08 Michael Albinus <michael.albinus@gmx.de>
485
486 * auth-source.el (top): Autoload `secrets-list-collections',
487 `secrets-create-item', `secrets-delete-item'.
488 (auth-sources): Fix tag string.
489 (auth-get-source, auth-source-retrieve, auth-source-create)
490 (auth-source-delete): New defuns.
491 (auth-source-pick): Rewrite in order to avoid 2 passes.
492 (auth-source-forget-user-or-password): New parameter USERNAME.
493 (auth-source-user-or-password): New parameters CREATE-MISSING and
494 DELETE-EXISTING. Retrieve password interactively, if needed.
495
5e7d4a75
KY
4962010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
497
498 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
499 deleting unused directories when gnus-expert-user is t.
500
3aeb9402
KY
5012010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
502
503 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
504 for each temp file when gnus-article-browse-delete-temp is ask.
505
e1b9db1a
KR
5062010-05-20 Kevin Ryde <user42@zip.com.au>
507
508 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
509
d567e92f
KY
5102010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
511
512 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
513 article unless decoding article to be saved.
514
7cab80f9
KY
5152010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
516
517 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
518 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
519 generated within the mm-with-unibyte-current-buffer macro.
520
5212010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
522
523 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
524 to nil when we're in a mml-preview buffer and no group is selected.
525
4c9d39ab
KY
5262010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
527
528 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
a628ad9d 529 when catching the `C-g'. Reported by "Leo".
4c9d39ab 530
706deb23
KY
5312010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
532
533 * message.el (message-forward-make-body-plain)
534 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
535 multibyte-string-p.
536
8b320e66
KY
5372010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
538
539 * message.el (message-forward-make-body-mml): Assume original message
540 is multibyte string; error on unibyte.
541 (message-forward-make-body-plain): Ditto; don't add excessive newline
542 in body end.
543
4767419a
KY
5442010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
545
546 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
547 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
548
3d73e841
KY
5492010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
550
551 * mm-extern.el (mm-extern-url): Don't use
552 mm-with-unibyte-current-buffer.
553 (mm-extern-cache-contents): Use with-current-buffer instead of
554 save-excursion + set-buffer.
555
1fdf5102
KY
5562010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
557
558 * mm-util.el (mm-emacs-mule): Remove.
559
5602010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
561
562 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
563 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
564 change.
565
72e841ce
KY
5662010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
567
568 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
569 bind the default value of enable-multibyte-characters to nil.
570
d8a7b272
KY
5712010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
572
573 * message.el (message-forward-make-body-plain)
574 (message-forward-make-body-mml):
575 Don't use mm-with-unibyte-current-buffer.
576
5772010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c
DU
578
579 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
580 (Bug#5592).
581
9581ba4d
KY
5822010-05-07 Julien Danjou <julien@danjou.info>
583
584 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
585 it to mm-pipe-part.
586
587 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
588 it is given.
589
765d4319
KY
5902010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
591
592 * nnweb.el (nnweb-gmane-search)
593 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
594 XEmacs.
595
596 * gnus-art.el (gnus-article-browse-html-parts)
597 * gnus-group.el (gnus-read-ephemeral-gmane-group)
598 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
599 make-temp-file.
600
601 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
602 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
603 compiling.
604
605 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
606 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
607 XEmacs when compiling.
608
609 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
610 gnus-pick-mode-off-hook for XEmacs when compiling.
611 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
612 gnus-binary-mode-off-hook for XEmacs when compiling.
613
614 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
615 nil if char-charset is not available.
616
86d21cc0 617 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
765d4319
KY
618 macro.
619
620 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
621 instead of encode-coding-string.
622
623 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
624 'xemacs) instead of mm-emacs-mule to switch function definitions.
625 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
626
16b90cfe
KY
6272010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
628
629 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
630
72528372
KY
6312010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
632
633 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
634 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
635
61a9da25
JB
6362010-05-03 Juanma Barranquero <lekktu@gmail.com>
637
638 * mm-util.el (mm-decompress-buffer): Use `delete-file';
639 alias `jka-compr-delete-temp-file' no longer exists.
640
bbf52f1e
SM
6412010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
642
643 Use define-minor-mode in Gnus where applicable.
644 * mml.el (mml-mode): Use define-minor-mode.
645 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
646 (gnus-undo-mode): Use define-minor-mode.
647 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
648 (gnus-dead-summary-mode): Use define-minor-mode.
649 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
650 Initialize in declaration.
651 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
652 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
653 (gnus-mailing-list-mode): Use define-minor-mode.
654 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
655 (gnus-draft-mode): Use define-minor-mode.
656 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
657 (gnus-dired-mode): Use define-minor-mode.
658
ee309757
KY
6592010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
660
661 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
662 handles on recursive mml-to-mime translation and check them for
a628ad9d 663 boundary delimiter collisions. Reported by Greg Troxel.
ee309757 664
62fe59e7
KY
6652010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
666
667 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
668
bd486b03
SM
6692010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
670
671 * mm-util.el (mm-find-buffer-file-coding-system):
672 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
673
731533fd
KY
6742010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
675
676 * message.el (message-generate-headers): Record insertion of optional
677 headers as well. Otherwise the check to prevent repeated insertion of
678 optional headers is a no-op.
679
bff3818b
KY
6802010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
681
682 * smime.el: Don't mention CVS.
683
684 * nnrss.el (nnrss-fetch): Don't mention CVS.
685
686 * nnir.el: Don't mention CVS.
687
ebb9641f
SM
6882010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
689
6e104790
SM
690 * gnus-sum.el (gnus-summary-bookmark-make-record):
691 Add `location' field.
ebb9641f 692
398a825b
SM
6932010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
694
695 * gnus-sum.el: Add bookmark declarations to silence the compiler.
696 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
697 Use with-current-buffer to silence the byte-compiler.
698 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
699 bother to require `gnus'.
700 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
701
45be326a
TV
7022010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
703
704 * gnus-sum.el (gnus-summary-bookmark-make-record)
705 (gnus-summary-bookmark-jump): New functions.
706 (gnus-summary-mode): Setup bookmark support.
707
d7b48791
AS
7082010-04-01 Andreas Schwab <schwab@linux-m68k.org>
709
710 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
711 if set.
712
d35ad51f
KY
7132010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
714
715 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
716 gnus-article-browse-html-save-cid-image; make it work recursively for
717 forwarded messages as well.
718 (gnus-article-browse-html-parts): Work when prefix arg is given.
719 (gnus-article-browse-html-article): Doc fix.
720
85738751
SM
7212010-03-30 Chong Yidong <cyd@stupidchicken.com>
722
723 * message.el (message-default-mail-headers):
724 (message-default-headers): Carry the value mail-default-headers over
725 into message-default-mail-headers, rather than message-default-headers.
726
82fc7980
KY
7272010-03-30 Martin Stjernholm <mast@lysator.liu.se>
728
85738751 729 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
82fc7980
KY
730 charset.
731
732 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
733 charset into the <meta> tag when the article is encoded to utf-8.
734
20c0b2ce
KY
7352010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
736
85738751
SM
737 * gnus-art.el (gnus-article-browse-delete-temp-files):
738 Delete directories as well.
20c0b2ce
KY
739 (gnus-article-browse-html-parts): Work for images that do not specify
740 file names; delete temp directory when quitting; insert header at the
741 right place; use file: scheme for image files.
742
7432010-03-30 Eric Schulte <schulte.eric@gmail.com>
744
745 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
746 (gnus-article-browse-html-parts): Use it to make temporary cid image
747 files in addition to html file so that browser may display them.
748
9d9ef8e8
KY
7492010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
750
751 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
752
afae6cd4
KY
7532010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
754
755 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
756
fb178e4c
KY
7572010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
758
85738751
SM
759 * auth-source.el (auth-sources): Change default to be simpler.
760 Explain about Secret Service API sources. Improve Customize options.
fb178e4c
KY
761 (auth-source-pick): Change to accept any number of search parameters.
762 Implement fallbacks iteratively, not recursively. Add scoring on the
763 second pass and sort by score. Call Secret Service API when needed.
764 (auth-source-user-or-password): Use it. Call Secret Service API
765 directly when needed to get the user name and the password.
766
e867cb5d 7672010-03-24 Juanma Barranquero <lekktu@gmail.com>
2b8f62e9
JB
768
769 * message.el (message-interactive): Doc fix.
770 (message-qmail-inject-args): Reflow.
771 (message-kill-to-signature): Fix typo in docstring.
772
773 * smiley.el (smiley-buffer): Fix typo in docstring.
774
16d8cf52
GM
7752010-03-24 Glenn Morris <rgm@gnu.org>
776
777 * mail-source.el (gnus-message): Declare.
778 (mail-source-delete-old-incoming): Require gnus-util.
779
ec7995fa
KY
7802010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
781
782 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
783
784 * message.el (ecomplete-setup): Autoload it for Emacs <23.
785
786 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
787 password-cache's default if it is not bound.
788 (mml-secure-passphrase-cache-expiry): Default to 16 that is
789 password-cache-expiry's default if it is not bound.
790
791 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
792 available in Emacs 21.
793
7942010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
795
796 * auth-source.el (auth-sources): Fix up definition so extra parameters
797 are always inline.
798
7992010-03-22 Martin Stjernholm <mast@lysator.liu.se>
800
801 * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
802 wasn't updated after mismatch. Clear cached mailbox info correctly
803 when uidvalidity changes.
804 (nnimap-group-prefixed-name): New function to avoid some code
805 duplication.
806 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
807 (nnimap-request-group): Use it.
808 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
809 (nnimap-update-unseen): Significantly improved speed of Gnus startup
810 with many imap folders. This is done by caching the group status from
a628ad9d 811 the imap server persistently in a group parameter `imap-status'. (This
ec7995fa
KY
812 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
813 but not persistently, so every Gnus startup was still very slow.)
814
8152010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
816
817 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
818 secrets.el dependency.
819 (auth-sources): Add optional user name. Add secrets.el configuration
820 choice (unused right now).
821
8222010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
823
824 * gnus-sum.el (gnus-summary-make-menu-bar): Let
825 `gnus-registry-install-shortcuts' fill in the functions.
826
827 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
828 warnings.
829 (gnus-registry-misc-menus): Variable to hold registry mark menus.
830 (gnus-registry-install-shortcuts): Populate and use it in a
831 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
832
8332010-03-20 Martin Stjernholm <mast@lysator.liu.se>
834
835 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
836 In-place substitutions for the group name encoding/decoding.
837 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
838 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
839 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
840 (nnimap-update-unseen, nnimap-request-list)
841 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
842 (nnimap-request-set-mark, nnimap-split-to-groups)
843 (nnimap-split-articles, nnimap-request-newgroups)
844 (nnimap-request-create-group, nnimap-request-accept-article)
845 (nnimap-request-delete-group, nnimap-request-rename-group)
846 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
847 `encoded-mbx' for consistency.
848 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
849 variable `imap-current-mailbox'.
850
851 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
852 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
853
8542010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
855
856 * pop3.el (pop3-display-message-size-flag): Display message size byte
857 counts during POP3 download.
858 (pop3-movemail): Use it.
859 (pop3-list): Implement listing of available messages.
860
8612010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
862
863 * nnir.el (nnir-get-article-nov-override-function): New function to
864 override the normal NOV retrieval.
865 (nnir-retrieve-headers): Use it.
866
7d1a9163
MA
8672010-03-19 Michael Albinus <michael.albinus@gmx.de>
868
869 * auth-source.el (netrc-machine-user-or-password): Autoload.
870
aa8f8277
GM
8712010-03-19 Glenn Morris <rgm@gnu.org>
872
873 Stop message.el from loading about 40 libraries it doesn't always need.
874 The general approach is to autoload rather than require, and to
875 require in the specific functions rather than the file. (Bug#5642)
876
877 * gmm-utils.el: Don't require wid-edit.
878 (widget-create-child-value, widget-convert, widget-default-get):
879 Autoload.
880
881 * gnus-util.el: Don't require time-date, netrc.
882 (message-fetch-field, gnus-group-name-decode): Declare rather than
883 autoloading.
884 (gnus-fetch-field): Require message.
885 (gnus-decode-newsgroups): Require gnus-group.
886
887 * ietf-drums.el: Don't require time-date.
888
889 * message.el: Don't require hashcash, canlock, ecomplete.
890 Do require mail-utils. Require nnheader only when compiling.
891 (smtpmail-default-smtp-server): Remove declaration.
892 (message-send-mail-function): Check smtpmail-default-smtp-server
893 is bound rather than requiring smtpmail.
894 (message-auto-save-directory, message-insert-signature): Use
895 expand-file-name rather than nnheader-concat.
896 (nnheader-insert-file-contents): Autoload.
897 (hashcash-wait-async): Declare.
898 (message-send-mail): Only call gnus-setup-posting-charset if
899 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
900 (message-send-mail-with-sendmail): Require sendmail.
901 (canlock-password, canlock-password-for-verify): Declare.
902 (message-canlock-password): Require canlock.
903 (nnheader-get-report): Autoload.
904 (gnus-setup-posting-charset): Declare.
905 (message-send-news): Require gnus-msg.
906 (message-make-references, message-make-in-reply-to): Use mail-header-id
907 rather than the alias mail-header-message-id.
908 (ecomplete-add-item, ecomplete-save): Declare.
909 (message-put-addresses-in-ecomplete): Require ecomplete.
910 (ecomplete-display-matches): Autoload.
911
912 * mm-decode.el: Don't require mailcap, gnus-util.
913 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
914 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
915 Autoload.
916 (mailcap-mime-extensions): Declare.
917
918 * mm-encode.el: Don't require mailcap.
919 (mailcap-extension-to-mime): Autoload.
920
921 * mml-sec.el: Don't require password-cache.
922
923 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
924 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
925 (mml-minibuffer-read-type): Require mailcap.
926 (mml-preview): Require gnus-msg.
927
928 * mml1991.el: Require password-cache.
929 (password-cache-expiry): Remove declaration.
930
931 * mml2015.el: Require password-cache.
932 (password-cache-expiry): Remove declaration.
933
934 * nneething.el (mailcap): Require mailcap.
935
a628ad9d 936 * nnheader.el (declare-function): Add compatibility stub.
aa8f8277
GM
937 (message-remove-header): Declare rather than autoload.
938 (nnheader-replace-header): Require message.
939
940 * nnimap.el (declare-function): Add compatibility stub.
941 (netrc-parse, netrc-machine-user-or-password): Declare.
942 (nnimap-open-connection): Require netrc.
943
944 * nntp.el (declare-function): Add compatibility stub.
945 (netrc-parse, netrc-machine, netrc-get): Declare.
946 (nntp-send-authinfo): Require netrc.
947
948 * rfc2047.el: Don't require qp.
949 (quoted-printable-encode-region, quoted-printable-decode-string):
950 Autoload.
951
952 * sieve-mode.el: Don't require easymenu.
953 (easy-menu-add-item): Autoload it.
954
955 * spam-stat.el (time-to-number-of-days): Autoload it.
956
4a44ff5f
KY
9572010-03-17 Kevin Ryde <user42@zip.com.au>
958
959 * mml.el (mml-read-tag): Unquote values with `read' to reverse
960 prin1 in mml-insert-tag (just stripping the quotes gave wrong
961 value if any backslash escapes).
962
ddf5d974
KY
9632010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
964
965 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
966 if it is available. (bug#5647)
967
ac1af635
GM
9682010-02-26 Glenn Morris <rgm@gnu.org>
969
970 * message.el (message-send-mail-function): Change the default, so that
971 it inherits from a customized send-mail-function. (Bug#5643)
972
86f5c034
SM
9732010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
974
975 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
976 shell-command-to-string signals an error (bug#5299).
977
daf4b83b
GM
9782010-02-24 Glenn Morris <rgm@gnu.org>
979
980 * message.el (message-smtpmail-send-it)
981 (message-send-mail-with-mailclient): Doc fixes.
982
dc4d6273
GM
9832010-02-16 Glenn Morris <rgm@gnu.org>
984
985 * message.el (message-default-mail-headers): Change the default value
986 to ease the transition from mail-mode to message-mode. (Bug#5555)
987
b1ea3797
CY
9882010-01-17 Chong Yidong <cyd@stupidchicken.com>
989
990 * message.el (message-mail): Just pass yank-action on to message-setup.
991 (message-setup): Handle (FUN . ARGS) form of yank-action.
992 (message-with-reply-buffer, message-widen-reply)
993 (message-yank-original): Handle non-buffer values of
994 message-reply-buffer (Bug#4080).
f53a6590 995 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
b1ea3797 996
4963739e
JB
9972010-01-17 Juanma Barranquero <lekktu@gmail.com>
998
999 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1000 Fix typo in docstring.
1001
889e4d55
JR
10022010-01-08 Jason Rumney <jasonr@gnu.org>
1003
1004 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1005 response.
1006
8a908224
KY
10072010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
1008
1009 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1010
1011 * message.el (message-check-news-header-syntax): Protect against a
1012 string that `rfc822-addresses' returns when parsing fails.
1013
770d9a1f
KY
10142010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
1015
1016 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1017 (gnus-previous-char-property-change): New functions.
1018
1019 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1020
7b47345b
AS
10212010-01-05 Andreas Schwab <schwab@linux-m68k.org>
1022
1023 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1024 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
1025
61f49e0b
CY
10262010-01-02 Chong Yidong <cyd@stupidchicken.com>
1027
1028 * message.el (message-exchange-point-and-mark): Rework last change to
1029 avoid using optional arg of exchange-point-and-mark, for backward
1030 compatibility.
1031
bd0948ca
CY
10322010-01-01 Chong Yidong <cyd@stupidchicken.com>
1033
1034 * message.el (message-exchange-point-and-mark): Call
1035 exchange-point-and-mark with an argument rather than setting
1036 mark-active by hand (Bug#5175).
1037
49b196a5
KY
10382009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
1039
78dc2a38
KY
1040 * nntp.el (nntp-service-to-port): Work for service expressed with
1041 numeric string; replace [:digit:] with [0-9] for XEmacs.
49b196a5 1042
a0db2cdd
GM
10432009-12-17 Glenn Morris <rgm@gnu.org>
1044
1045 * gnus-group.el (gnus-bug-group-download-format-alist):
1046 Change emacs entry to debbugs.gnu.org. Bump :version.
1047
029dda9c
RS
10482009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
1049
1050 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1051
4a9b5bf5
RS
10522009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
1053
1054 * message.el (message-info): Explain why we use `Info-goto-node'.
1055
96bdcdc4
SM
10562009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1057
1058 * message.el (message-completion-in-region): New compatibility function.
1059 (message-expand-group): Use it.
1060
7fa123c8
KY
10612009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
1062
1063 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1064 with no unread article should be listed if the 2nd arg `predicate' is
1065 given.
1066
5aa75bd8
JL
10672009-11-29 Juri Linkov <juri@jurta.org>
1068
1069 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1070 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
5ce6e4f4 1071 on `gnus-recenter'. (Bug#4698, Bug#4981)
5aa75bd8 1072
937e60c8
KY
10732009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
1074
1075 * message.el (message-from-style, message-interactive)
1076 (message-signature): Always set default values from the corresponding
1077 mail-* variables.
1078 (message-cite-prefix-regexp, message-sendmail-envelope-from)
1079 (message-yank-prefix, message-indentation-spaces)
1080 (message-signature-file, message-default-headers): Use boundp rather
1081 than (featurep 'xemacs) to check if the corresponding mail-* variables
1082 exist.
1083
b4d472c9
CY
10842009-11-20 Chong Yidong <cyd@stupidchicken.com>
1085
1086 * message.el (message-send-mail-with-sendmail): Revert last change.
1087
4332f3ec
CY
10882009-11-19 Chong Yidong <cyd@stupidchicken.com>
1089
1090 * message.el (message-from-style, message-interactive)
1091 (message-cite-prefix-regexp, message-sendmail-envelope-from)
1092 (message-yank-prefix, message-indentation-spaces, message-signature)
1093 (message-signature-file, message-default-headers): For GNU Emacs, set
1094 default values from the corresponding mail-* variables.
1095 (message-send-mail-with-sendmail): Use envelope-from only if
1096 mail-specify-envelope-from is non-nil.
1097
30123838
KY
10982009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
1099
1100 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1101 containing tspecial characters if they have been already quoted.
1102
12ea3d65
GM
11032009-10-24 Glenn Morris <rgm@gnu.org>
1104
1105 * gnus-art.el (help-xref-stack-item): Define for compiler.
1106
6131a096
KY
11072009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
1108
1109 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1110
9bfd9a76
KY
11112009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
1112
1113 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1114 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1115
11162009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
1117
1118 * gnus.el (gnus-overlay-get): New alias to overlay-get.
1119 (gnus-overlays-in): New alias to overlays-in.
1120
1121 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1122 gnus-overlay-get, and gnus-delete-overlay.
1123 (gnus-summary-show-thread): Make it work as well for systems in which
1124 next-single-char-property-change is not available.
1125 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1126
11272009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
1128
1129 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1130
11312009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
1132
1133 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1134 and XEmacs that don't have `remove-overlays'.
1135
11362009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
1137
1138 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1139 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1140 selective display. Use overlays instead.
1141
84b5fcf6
JB
11422009-10-04 Juanma Barranquero <lekktu@gmail.com>
1143
1144 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1145
0577a430
JB
11462009-09-29 Juanma Barranquero <lekktu@gmail.com>
1147
1148 * spam-stat.el (spam-stat-load): Fix typo in message.
1149
d93ec753
JB
11502009-09-23 Juanma Barranquero <lekktu@gmail.com>
1151
1152 * gnus-art.el (gnus-article-encrypt-body):
1153 * message.el (message-check-recipients):
1154 * mm-util.el (mm-codepage-setup):
1155 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1156 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1157
54c72c31
KY
11582009-09-22 Daiki Ueno <ueno@unixuser.org>
1159
1160 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1161 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1162 keys from the menu if mm-{sign,encrypt}-option is 'guided.
1163 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1164 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1165
63348d24
GM
11662009-09-18 Glenn Morris <rgm@gnu.org>
1167
1168 * gnus-diary.el (gnus-diary-check-message):
1169 * message.el (message-insert-formatted-citation-line):
1170 * nnbabyl.el (top-level):
1171 * nndiary.el (nndiary-schedule):
1172 Fix typos in condition-case handlers.
1173
54c72c31
KY
11742009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
1175
1176 * gnus-art.el (gnus-article-edit-part): Work for the buffer
1177 configuration that provides the sole article window in a frame;
1178 position point correctly after deleting a part.
1179
11802009-09-14 Adam Sjøgren <asjo@koldfront.dk>
1181
1182 * spam.el (spam-unregister-on-reregister): Add boolean variable.
1183 (spam-resolve-registrations-routine): Use it to unregister articles
1184 that change status.
1185
83ccc32c
KY
11862009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
1187
1188 * nnrss.el (nnrss-request-article): Remove binding of
1189 default-enable-multibyte-characters that has gotten needless by
1190 the 2007-07-13 change in rfc2047-encode-message-header.
1191
1192 * mml.el (mml-insert-multipart): Error on the message header.
1193 (mml-insert-part): Error on the message header; position point at
1194 the end of a MIME tag.
1195
de0bdfe7
KY
11962009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
1197
5cc79e5a
KY
1198 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1199 (gnus-float-time): Alias to float-time if it exists.
de0bdfe7
KY
1200
1201 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1202 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1203 float-time is available; suppress compile warning for time-to-seconds.
1204
12052009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
1206
1207 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1208 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1209 Add the optional argument `encoding' that overrides the default.
1210
1211 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1212 mm-encode-buffer.
1213
63220e37
GM
12142009-09-04 Glenn Morris <rgm@gnu.org>
1215
1216 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1217 mm-disable-multibyte, rather than default-enable-multibyte-characters.
1218 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1219 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1220 * mm-util.el (mm-with-unibyte-current-buffer)
1221 (mm-find-buffer-file-coding-system):
1222 * yenc.el (yenc-decode-region): Use default-value rather than
1223 default-enable-multibyte-characters.
1224
2e62b574
GM
12252009-09-03 Glenn Morris <rgm@gnu.org>
1226
1227 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1228 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1229 than default-enable-multibyte-characters.
1230
de0bdfe7
KY
12312009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
1232
1233 * gnus-art.el (gnus-article-read-summary-keys):
1234 Fix gnus-buffer-configuration's value temporarily used.
1235
3d493bef
GM
12362009-09-02 Glenn Morris <rgm@gnu.org>
1237
9693d3c4
GM
1238 * gnus-util.el (gnus-float-time): New function.
1239 * gnus-delay.el (gnus-delay-article):
1240 * gnus-sum.el (gnus-thread-latest-date):
1241 * gnus-util.el (gnus-user-date): Use gnus-float-time.
1242 * nnspool.el (nnspool-request-newgroups):
1243 Use gnus-float-time rather than time-to-seconds.
1244 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1245
3d493bef
GM
1246 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1247 (gnus-header-subject-face, gnus-header-newsgroups-face)
1248 (gnus-header-name-face, gnus-header-content-face):
1249 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1250 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1251 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1252 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1253 (gnus-cite-face-11):
1254 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1255 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1256 (gnus-server-closed-face, gnus-server-denied-face)
1257 (gnus-server-offline-face):
1258 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1259 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1260 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1261 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1262 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1263 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1264 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1265 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1266 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1267 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1268 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1269 (gnus-summary-selected-face, gnus-summary-cancelled-face)
1270 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1271 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1272 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1273 (gnus-summary-high-undownloaded-face)
1274 (gnus-summary-low-undownloaded-face)
1275 (gnus-summary-normal-undownloaded-face)
1276 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1277 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1278 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1279 (gnus-splash-face):
1280 * message.el (message-header-to-face, message-header-cc-face)
1281 (message-header-subject-face, message-header-newsgroups-face)
1282 (message-header-other-face, message-header-name-face)
1283 (message-header-xheader-face, message-separator-face)
1284 (message-cited-text-face, message-mml-face):
1285 * sieve-mode.el (sieve-control-commands-face)
1286 (sieve-action-commands-face, sieve-test-commands-face)
1287 (sieve-tagged-arguments-face):
1288 * spam.el (spam-face):
1289 Mark face aliases with "-face" in the name as obsolete.
1290
7a4abdd6
GM
12912009-09-01 Glenn Morris <rgm@gnu.org>
1292
1293 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1294 than goto-line.
1295
29b647c5
MB
12962009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
1297
1298 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1299 Don't move point if the command is invoked inside the message header.
1300
265ac10b
SM
13012009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1302
1303 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1304 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1305 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1306 * nnir.el (nnir-swish-e-index-file):
1307 * gnus-sum.el (gnus-summary-delete-marked-as-read)
1308 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1309 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1310 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1311 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1312 (gnus-treat-display-xface): Add Emacs version of obsolescence.
1313
b0b63450
MB
13142009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
1315
1316 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1317 Don't save excursion.
1318
14acf2f5
SM
13192009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1320
1321 * nnheader.el (nnheader-find-file-noselect):
1322 * mm-util.el (mm-insert-file-contents):
1323 Use (default-value 'major-mode) instead of default-major-mode.
1324
d3192c8f
SM
13252009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
1326
1327 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1328
ec179403
GM
13292009-08-25 Glenn Morris <rgm@gnu.org>
1330
1331 * nnir.el (top-level): Don't require cl at run-time.
1332 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1333 Replace cl-function substitute with gnus-replace-in-string.
1334 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1335 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1336 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1337 simplified expansions.
1338
5dcc825f
GM
13392009-08-22 Glenn Morris <rgm@gnu.org>
1340
1341 * gnus-art.el (gnus-button-patch): Use forward-line rather than
1342 goto-line.
1343
b0b63450
MB
13442009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
1345
1346 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1347
1348 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1349 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1350 (gnus-mm-display-part, gnus-mime-display-single)
1351 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1352 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1353
1354 * gnus-sum.el
1355 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1356 (gnus-summary-move-article): Add expirable mark to articles copied or
1357 moved to group that has auto-expire turned on if the option is non-nil.
1358
1d2faf98
GM
13592009-07-24 Glenn Morris <rgm@gnu.org>
1360
1361 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1362 Fix typo. (Bug#3903)
1363
6ab2c7a8
MB
13642009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
1365
1366 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1367 gnus-article-read-summary-keys rather than gnus-summary-edit-article
1368 that should not be used for draft articles.
1369 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1370 that has no concern in minor mode keys.
1371 (gnus-article-summary-command, gnus-article-summary-command-nosave):
1372 Abolish.
1373
554a69b8
KY
13742009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
1375
1376 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1377 article without making inquiry to a user for unknown encoding.
1378
1379 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1380 (nnmaildir--scan): Assume i-node and device number that file-attributes
1381 returns might be cons-cell.
1382
13832009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
1384
1385 * auth-source.el: Remove docs now in auth.texi. Don't use
1386 `gnus-message' for logging. Add new variables `auth-source-debug' and
1387 `auth-source-hide-passwords' and use them.
1388
0985c8f6
GM
13892009-07-15 Glenn Morris <rgm@gnu.org>
1390
1391 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1392
ee5a613e
KY
13932009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
1394
1395 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1396 excessive whitespace from the default values of title and description.
1397
aa227ba5
KY
13982009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
1399
1400 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1401 mail-fetch-field to fetch Content-Description header in order to
1402 exclude newlines.
1403
0cf681b6
KY
14042009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
1405
1406 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1407 to deleted part.
1408
14092009-05-30 David Engster <dengste@eml.cc>
1410
1411 * nnmairix.el: Remove old documentation in the commentary block.
1412 (nnmairix-request-group): Do not update active file for nnml back ends.
1413 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1414 end so that overview files are ignored.
1415 (nnmairix-update-groups): Make updating the groups more robust by using
1416 marks.
1417 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1418 with dollar characters in message-id.
1419
9cc20f6c
RS
14202009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
1421
1422 * spam.el: Use dns-query instead of query-dns. Was renamed on
1423 2008-12-25 in dns.el.
1424
1dbc941a
SM
14252009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1426
1427 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1428 could happen if the text is only composed of spaces and/or tabs.
1429
2235f4ac
MB
14302009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
1431
1432 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1433 when sending a queued message to avoid extra mml tags.
1434
9cdff613
MB
14352009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
1436
1437 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1438
87202be1
KY
14392009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
1440
1441 * gnus-dired.el: Remove autoload for gnus-setup-message.
1442 (gnus-dired-attach): Fake this-command value to prevent Gnus from
1443 displaying Gnus logo; always use compose-mail.
1444
920b3f72
KY
14452009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
1446
1e6b95a6 1447 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
920b3f72 1448
0038d478
MB
14492009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
1450
1451 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1452 (gnus-nocem-issuers): List currently active issuers; fix custom type.
1453 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1454 available.
1455 (gnus-nocem-epg-verify): New function.
1456
9eb59592
MB
14572009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
1458
1459 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1460
e38658c4
GM
14612009-02-15 Glenn Morris <rgm@gnu.org>
1462
1463 * gnus-util.el (rmail-insert-rmail-file-header)
1464 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1465 autoloads.
1466 (rmail-default-rmail-file): Remove unnecessary declaration.
1467 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1468
1faded47
GM
14692009-02-14 Glenn Morris <rgm@gnu.org>
1470
1471 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1472 variable (only used in gnus-util, which declares it anyway).
fef8d38e
GM
1473 (rmail-output-to-rmail-file): Remove autoload of deleted function,
1474 which was only needed by gnus-art (changed to not use it any more).
1faded47
GM
1475 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1476 only used in gnus-util, which autoloads it itself.
1477 (rmail-update-summary): Fix autoload.
1478
fef8d38e
GM
1479 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1480 rather than rmail-output-to-rmail-file.
1faded47 1481
c07dfdd9
GM
14822009-02-07 Glenn Morris <rgm@gnu.org>
1483
1484 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1485 autoload of function that no longer exists.
1486 (rmail-toggle-header): Declare.
1487 (message-forward-rmail-make-body): Handle mbox Rmail.
1488
49e787c9
GM
14892009-01-31 Glenn Morris <rgm@gnu.org>
1490
1491 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1492 2009-01-09 change.
1493
3b36c17e
MB
14942009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
1495
1496 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1497 (auth-source-forget-all-cached): New convenience function.
1498 (auth-source-user-or-password): Accept list of modes or a single mode.
1499
1500 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1501 auth-source modes.
1502
1503 * nnimap.el (nnimap-open-connection): Use list of
1504 auth-source modes.
1505
1506 * nntp.el (nntp-send-authinfo): Use list of
1507 auth-source modes.
1508
26b9f88d
MB
15092009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
1510
1511 * auth-source.el: Update docs to reflect epa-file-enable is to be used
1512 now.
1513
15142009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
1515
1516 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1517 coding system in XEmacs; add a workaround for XEmacs.
1518
548f737d
MB
15192009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
1520
1521 * mm-util.el (mm-coding-system-priorities): Protect against nil value
1522 of current-language-environment.
1523
15242009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
1525
1526 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1527 available at runtime.
1528
15292009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
1530
1531 * gnus-art.el (article-date-ut): Fix end point of narrowing.
1532
15332009-01-11 Aidan Kehoe <kehoea@parhasard.net>
1534
1535 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1536 the greatest positive fixnum value doesn't work under an XEmacs with
1537 bignum support; use the most-positive-fixnum constant instead,
1538 available since Emacs 21.1 with cl and XEmacs 21.1.
1539
63d12d38
KY
15402009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
1541
1542 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1543 XEmacs gets not to work.
1544
548f737d
MB
15452009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
1546
1547 * mm-util.el (mm-coding-system-priorities): Allow the value like
1548 "Japanese (UTF-8)" of current-language-environment.
1549
ed77e66c
GM
15502009-01-09 Glenn Morris <rgm@gnu.org>
1551
1552 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1553 with last-command-event.
1554
e3e955fe
MB
15552009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
1556
1557 * message.el (message-fix-before-sending): Amend comment.
1558
15592009-01-07 David Engster <dengste@eml.cc>
1560
1561 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1562 simplified server definitions by converting it via
1563 gnus-server-to-method.
1564
15652009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
1566
1567 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1568 parameter's operands.
1569
15702009-01-06 David Engster <dengste@eml.cc>
1571
1572 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1573 primary select method (for gnus-group-mark-article-as-read).
1574
41ec3f54
TH
15752009-01-06 Tassilo Horn <tassilo@member.fsf.org>
1576
1577 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1578 `(gnus)Face', not `(gnus)X-Face'.
1579
e3e955fe
MB
15802009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
1581
1582 * mm-util.el (mm-ucs-to-char): New function.
1583
1584 * mm-url.el (mm-url-decode-entities): Use it.
1585
15862009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
1587
1588 * message.el (message-fix-before-sending): Add `eight-bit' to
1589 illegible-text check.
1590
35203a24
MO
15912009-01-03 Michael Olson <mwolson@gnu.org>
1592
1593 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1594 `headers' is nil. This can occur if the IMAP server does not have
1595 permissions to read messages from a folder, but can write new messages
1596 to the folder.
1597 (nnimap-request-article-part): Do not insert `data' if it is nil.
1598
e3e955fe
MB
15992009-01-01 Dave Love <fx@gnu.org>
1600
1601 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1602
1603 * nnimap.el: Fix author email.
1604 (nnimap-split-rule): Add FIXME comment.
1605 (nnimap-debug): Fix doc string.
1606
16072008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
1608
1609 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1610 overlay-arrow-position and overlay-arrow-string buffer-local; no need
1611 to check if those variables exist (first appeared in Emacs 18.50).
1612
16132008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
1614
1615 * mm-util.el (mm-line-number-at-pos): New function.
1616
1617 * spam-report.el (spam-report-process-queue): Use it.
1618
16192008-12-24 David Engster <dengste@eml.cc>
1620
1621 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1622 parameters that haven't existed as variables as buffer-local variables.
1623
16242008-12-23 Dave Love <fx@gnu.org>
1625
1626 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1627 cadar.
1628
1629 * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1630 imap-starttls-p.
1631 (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1632
16332008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
1634
1635 * spam-report.el (spam-report-gmane-max-requests): New constant.
1636 (spam-report-gmane-wait): New variable.
1637 (spam-report-gmane-ham, spam-report-gmane-spam)
1638 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1639 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1640 the server.
1641
1642 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1643 Add explanations.
1644
1645 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1646 nnheader-accept-process-output and nnheader-read-timeout if available.
1647 (pop3-movemail): Use it.
1648
1649 * message.el (message-check-news-body-syntax): Fix signature check if
1650 there's an attachment.
1651
16522008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
1653
1654 * mm-util.el: Add comments to the mm- emulating functions.
1655
16562008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
1657
1658 * gnus-start.el (gnus-before-startup-hook): Fix doc string. Reported
1659 by Stephen Berman <stephen.berman@gmx.net>.
1660
c7948b5f
MB
16612008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
1662
1663 * mm-util.el (mm-substring-no-properties): New function.
1664 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1665 (mm-special-display-p): Enable those lambda forms to be byte compiled.
1666 (mm-string-to-multibyte): Doc fix.
1667
1668 * mml.el (mml-attach-file): Use mm-substring-no-properties.
1669
16702008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
1671
1672 * mml.el (mml-attach-file): Strip text properties from file name.
e3e955fe
MB
1673 (Bug#1574)
1674
16752008-12-16 Glenn Morris <rgm@gnu.org>
1676
1677 * mm-util.el (mm-charset-override-alist): Declare for compiler.
c7948b5f 1678
bf46b4d4
MB
16792008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
1680
1681 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1682 knows since the charset specified might be a bogus alias that
1683 mm-charset-synonym-alist provides.
1684
16852008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
1686
1687 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1688 "ISO_8859-1".
1689
1690 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1691
96a22201
KY
16922008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
1693
1694 * mm-util.el (mm-charset-eval-alist):
1695 Define it before mm-charset-to-coding-system.
1696 (mm-charset-to-coding-system): Add optional argument `silent';
1697 define it before mm-charset-override-alist.
1698 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1699 default value if it can be used in Emacs currently running;
1700 silence mm-charset-to-coding-system.
1701
b6b8f5fd
KY
17022008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1703
1704 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1705 `allow-override' which says whether to use `mm-charset-override-alist'.
1706 (rfc2047-decode-encoded-words): Use it.
1707
1708 * mm-util.el (mm-charset-override-alist): Fix custom type;
1709 add `(gb2312 . gbk)' to choices.
1710
1250af7b
KY
17112008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1712
1713 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1714 fast.
1715
1716 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1717
886367d8
KY
17182008-12-04 Naohiro Aota <nao.aota@gmail.com>
1719
1720 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1721 on links.
1722
1723 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1724
f66de92f
KY
17252008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
1726
e01bbc12
KY
1727 * message.el (message-idna-to-ascii-rhs-1): Protect against local
1728 users' addresses that don't have domain parts.
1729 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1730 rather than message-narrow-to-head since there will be the message
1731 header separator.
f66de92f 1732
06c68f84
SM
17332008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1734
1735 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1736 since the result is inserted in a unibyte buffer anyway.
1737 (nnimap-demule-use-string-to-multibyte): Remove.
1738 (nnimap-demule): Alias it to mm-string-to-multibyte.
1739
9255ec86
RS
17402008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
1741
1742 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1743 variable for debugging bug#464 and bug#1174.
1744 (nnimap-demule): Use it.
1745
030cca00
MB
17462008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1747
1748 * gnus-score.el (gnus-score-find-trace): Handle default score in total
1749 score calculation correctly.
1750
8a986865
SM
17512008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1752
1753 * message.el (message-send-mail): Just set the buffer to unibyte
1754 rather than use mm-with-unibyte-current-buffer which does a lot more.
1755 (message-send-mail-partially): Don't bother with
1756 mm-with-unibyte-current-buffer since it's already been made unibyte by
1757 message-send-mail.
1758
5b51650c
MB
17592008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
1760
1761 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1762
17632008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
1764
1765 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1766
ed778fad
MB
17672008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
1768
1769 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1770 require itself and to remove `with-no-warnings'.
1771
17722008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
1773
1774 * starttls.el (starttls-any-program-available): Get the name of the
1775 available TLS layer program.
1776 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1777 well as the host name in the "opening" message.
1778
1779 * auth-source.el (auth-source-cache, auth-source-do-cache)
1780 (auth-source-user-or-password): Cache passwords and logins by default,
1781 allow override with `auth-source-do-cache'.
1782 (auth-source-forget-user-or-password): Allow users to remove cache
1783 entries if needed.
1784
8e38a1a9
MB
17852008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
1786
1787 * ietf-drums.el (ietf-drums-remove-comments): Localize second
1788 condition-case to only the forward-sexp call.
1789
17902008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
1791
1792 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
1793 quotes contained. Make it more robust regardless by an extra
1794 condition-case wrapper.
1795
9091f2d3
MB
17962008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
1797
1798 * nnml.el (nnml-request-expire-articles): Check if the function set to
1799 `nnmail-expiry-target' returns the symbol `delete'.
1800
1801 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
1802
1803 * nnmail.el (nnmail-expiry-target): Fix custom type.
1804
06b2d4c6
GM
18052008-10-02 Glenn Morris <rgm@gnu.org>
1806
1807 * mm-util.el (mm-codepage-setup): Tweak codepage error.
1808 Silence compiler warning.
1809
059b98fa
CY
18102008-09-30 Chong Yidong <cyd@stupidchicken.com>
1811
1812 * mml.el (mml-menu): Don't assume mml2015 is bound.
1813
4520e527
MB
18142008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
1815
1816 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
1817 exists.
1818
09aece0b
GM
18192008-09-27 Glenn Morris <rgm@gnu.org>
1820
1821 * gnus-util.el (mail-header-remove-comments): Autoload it.
1822
521c4a23
AS
18232008-09-27 Andreas Schwab <schwab@suse.de>
1824
1825 * gnus-util.el (gnus-split-references): Strip comments.
1826 (gnus-parent-id): Likewise.
1827
4520e527
MB
18282008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
1829
1830 * message.el (message-confirm-send): Fix version.
1831
18322008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
1833
1834 * message.el (message-idna-to-ascii-rhs-1): Use
1835 mail-extract-address-components rather than mail-header-parse-addresses
1836 that is an alias by default to ietf-drums-parse-addresses that does not
1837 support non-ASCII names in headers' contents.
1838
eef5ade7
MB
18392008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
1840
1841 * message.el (message-confirm-send): Fixed variable documentation to
1842 avoid the "y/n" wording.
1843
4520e527 18442008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
eef5ade7
MB
1845
1846 * message.el (message-set-auto-save-file-name): Save to a different
1847 filename so multiple messages (especially drafts) can be recovered.
1848
e52cac88
MB
18492008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
1850
1851 * message.el (message-confirm-send): Add appropriate version.
1852
18532008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
1854
1855 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
1856 defvar.
1857
18582008-09-22 Daiki Ueno <ueno@unixuser.org>
1859
1860 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
1861 (mm-pkcs7-enveloped-magic): Ditto.
1862
64763fe3
MB
18632008-09-17 Simon Josefsson <simon@josefsson.org>
1864
1865 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
1866 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
1867
18682008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
1869
1870 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
1871 default, it's better.
1872
18732008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
1874
1875 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
1876 summary line gnus-number property and ignore them (with a warning
1877 message).
1878
1ae03cd5
KY
18792008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
1880
1881 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
1882 macro caddr in the interactive form since it won't be expanded.
1883
c0ccb0d6
KY
18842008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
1885
1886 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
1887 `charset'; fix name of function called recursively.
1888 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
1889
14ce5fc2
KY
18902008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
1891
1892 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
1893 (gnus-mime-set-charset-parameters): New function.
1894 (gnus-mime-view-part-as-charset): Use it to correctly display part
1895 specifying wrong charset.
1896
9e601b8d
MB
18972008-09-08 David Engster <dengste@eml.cc>
1898
1899 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
1900 in completing-read for back end server.
1901
16dd13df
MB
19022008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
1903
1904 * message.el (message-confirm-send): New variable to confirm sending a
1905 message.
1906 (message-send): Use it.
1907
b86402ab
MB
19082008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
1909
1910 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
1911
19122008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
1913
1914 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
1915
19162008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
1917
1918 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
1919 prevent tracking too many groups.
1920 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
1921 Use it.
1922
9153f10d
MB
19232008-08-11 Ralf Angeli <angeli@caeruleus.net>
1924
1925 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
1926 moving point to the bottom of the window in order to avoid recentering.
1927
19282008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
1929
1930 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
1931 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
1932 (gnus-article-beginning-of-window): Fix calculation.
1933
19342008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
1935
1936 * gnus-msg.el (gnus-summary-supersede-article)
1937 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
1938 value of gnus-newsgroup-charset to decode non-MIME encoded text in
1939 message header.
1940
82cc1916
DN
19412008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1942
1943 * message.el:
1944 * gnus-start.el:
1945 * gnus-registry.el: Remove VMS support.
1946
6ecfe5c2
MB
19472008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
1948
1949 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
1950 macro.
1951 (rfc2104-hash): Use it.
1952
19532008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
1954
1955 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
1956 (gnus-summary-sort-by-most-recent-date): New commands.
1957 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
1958 and menu entries.
1959
19602008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
1961
1962 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
1963 don't redisplay article for raw contents; remove plural articles stuff.
1964
1965 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
1966 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
1967 on gnus-summary-save-article; display results properly.
1968
d62672f3
MB
19692008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
1970
1971 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
1972
19732008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
1974
1975 * gnus-art.el (gnus-summary-save-in-pipe): Consider
1976 gnus-save-all-headers.
1977
d221466a
DN
19782008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1979
1980 * gnus-util.el (ns-focus-frame): Remove declaration.
1981 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
1982 like x.
1983
b737c3d9
TTN
19842008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1985
1986 * rfc2104.el (rfc2104-zero): Delete defconst.
1987 (rfc2104-hex-alist): Likewise.
1988 (rfc2104-hex-to-int): Delete func.
1989 (rfc2104-hexstring-to-bitstring): Likewise.
1990 (rfc2104-nybbles): New defconst.
1991 (rfc2104-hash): Rewrite for speed.
1992
3c823a0c
GM
19932008-07-16 Glenn Morris <rgm@gnu.org>
1994
1995 * gnus-util.el (ns-focus-frame): Declare for compiler.
1996
16c85f26
MB
19972008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
1998
1999 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2000 set as a group parameter.
2001 (gnus-summary-save-in-pipe): Work when it is called independently.
2002 (gnus-summary-pipe-to-muttprint): Don't modify
2003 gnus-summary-pipe-output-default-command.
2004
ad546360
SM
20052008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
2006
2007 * message.el (message-send-mail-with-sendmail):
2008 Display the error message.
2009
89167438
MB
20102008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2011
ad546360
SM
2012 * gnus-art.el (gnus-default-article-saver):
2013 Add gnus-summary-save-in-pipe to choices.
89167438
MB
2014 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2015 gnus-summary-pipe-output-default-command as the default command.
2016 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2017 instead of gnus-last-shell-command.
2018
ba60bd44
JB
2019 * gnus-sum.el (gnus-summary-pipe-output-default-command):
2020 New user option.
89167438
MB
2021 (gnus-summary-muttprint-program): Mention the value will be changed.
2022 (gnus-summary-save-article): Force showing of all headers.
2023 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2024
20252008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
2026
2027 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2028
56fd9faa
JB
20292008-07-02 Juanma Barranquero <lekktu@gmail.com>
2030
2031 * nnimap.el (nnimap-id):
2032 * sieve-manage.el (sieve-manage-open): Doc fixes.
2033
68548459
JB
20342008-07-02 Francesc Rocher <rocher@member.fsf.org>
2035
2036 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2037 if available.
2038
32bed934
SM
20392008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2040
eafee8f2
SM
2041 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2042
2043 * nnkiboze.el (nnkiboze-generate-group):
2044 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2045
32bed934
SM
2046 * nnmairix.el: Require CL.
2047
2b968687
MB
20482008-06-15 David Engster <dengste@eml.cc>
2049
2050 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2051
20522008-06-14 Aidan Kehoe <kehoea@parhasard.net>
2053
32bed934
SM
2054 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2055 New macros that expand to an `aset'/`aref' call under Emacs, and to a
2b968687
MB
2056 runtime choice under XEmacs.
2057
32bed934
SM
2058 * gnus-sum.el (gnus-summary-set-display-table):
2059 Use `gnus-put-display-table', `gnus-get-display-table',
2b968687
MB
2060 `gnus-set-display-table' for the display table, instead of `aset'.
2061
2b968687
MB
20622008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
2063
2064 * nnmairix.el: Add autoloads.
2065
20662008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
2067
2068 * nnmairix.el (nnmairix-delete-recreate-group)
2069 (nnmairix-update-and-clear-marks): Fix error messages.
2070
20712008-06-14 David Engster <dengste@eml.cc>
2072
2073 * nnmairix.el: Upgrade to version 0.6.
2074 (nnmairix-group-toggle-propmarks-this-group)
2075 (nnmairix-group-toggle-readmarks-this-group)
2076 (nnmairix-group-delete-recreate-this-group)
2077 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2078 (nnmairix-remove-tick-mark-original-article): New commands.
2079 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2080 (nnmairix-propagate-marks-to-nnmairix-groups)
2081 (nnmairix-only-use-registry, nnmairix-allowfast-default)
2082 (nnmairix-marks-cache, nnmairix-version-output): New variables.
2083 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2084 functions needed for marks propagation and manipulation of read marks.
2085 (nnmairix-update-groups): New function.
2086 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2087 (nnmairix-determine-original-group-from-registry)
2088 (nnmairix-determine-original-group-from-path)
2089 (nnmairix-get-group-from-file-path, nnmairix-map-range)
ba60bd44
JB
2090 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2091 New helper functions.
2092 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2b968687
MB
2093 keystrokes for new commands.
2094 (nnmairix-delete-and-create-on-change): Doc string cleanup.
2095 (nnmairix-request-group): Check allow-fast group parameter.
2096 (nnmairix-request-create-group): Set allow-fast group parameter if
2097 nnmairix-allowfast-default is set.
2098 (nnmairix-close-group): Propagate marks upon closing if needed.
2099 (nnmairix-group-toggle-threads-this-group): Use new.
2100 nnmairix-group-toggle-parameter helper function.
2101 (nnmairix-search): Better check for empty search result.
2102 (nnmairix-goto-original-article): Use new helper functions for
2103 determining original article.
2104 (nnmairix-show-original-article): Make sure message-id is in brackets.
2105 (nnmairix-call-mairix-binary): Change variable name.
2106 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2107 helper function.
2108 (nnmairix-widget-toggle-activate): Fix doc string.
2109
a19a8f1b
MB
21102008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
2111
2112 * nnir.el: Require edmacro when compiling with XEmacs.
2113 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2114 available in Emacs 21.
2115
8abf1b22
GM
21162008-06-11 Glenn Morris <rgm@gnu.org>
2117
2118 * gnus-util.el (x-focus-frame):
2119 * gnus.el (image-size):
2120 * mm-decode.el (image-size): Declare.
2121
2122 * gnus-picon.el (declare-function): Add compat definition.
2123 (image-size): Declare.
2124
2125 * gnus-group.el (tool-bar-map):
2126 * gnus-sum.el (tool-bar-map): Define for compiler.
2127
2128 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2129
2130 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2131
2132 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2133 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2134 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2135 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2136 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2137 * sieve-manage.el, spam-report.el, spam.el:
2138 Remove unnecessary eval-and-compile of autoloads.
2139
43d28dcd
MA
21402008-06-08 Michael Albinus <michael.albinus@gmx.de>
2141
2142 * auth-source.el: Precise Tramp doc.
2143
966bd7bd
GM
21442008-06-07 Glenn Morris <rgm@gnu.org>
2145
2146 * nnmairix.el: Remove unnecessary eval-when-compile.
2147
21482008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
e6d2d263
MB
2149
2150 * nnir.el: New file.
2151
d346bf7e
SM
21522008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2153
2154 * gnus-util.el (gnus-read-shell-command): New function.
2155 * mm-decode.el (mm-pipe-part):
2156 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2157
b1d6cda3
MB
21582008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
2159
2160 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2161
6459e35e
GM
21622008-06-03 Glenn Morris <rgm@gnu.org>
2163
2164 * pop3.el (nnheader-accept-process-output): Autoload it.
2165
656b4fa1
MB
21662008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
2167
2168 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2169 are not 2-digit hexadecimal characters that follow `%'s.
2170
21712008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
2172
2173 * message.el (message-bogus-recipient-p): Fix type in doc string.
2174 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2175 (message-bogus-addresses): Rename from message-bogus-address-regexp.
2176 Improve custom options.
2177 (message-bogus-recipient-p): Adjust accordingly.
2178
21792008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
2180
2181 * nnmairix.el: Require edmacro when compiling with XEmacs.
2182
f394fa25
MB
21832008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
2184
2185 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2186 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2187
a368801c
MB
21882008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
2189
2190 * auth-source.el: Add more docs.
2191
21922008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2193
2194 * nnheader.el (nnheader-read-timeout): Change the default timeout from
2195 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
2196 retrieval faster in some cases, but might make CPU usage larger. If
2197 this has any bad side effects, we might revert this change.
2198
2199 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2200 seems to make mail retrieval much, much faster.
2201 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
cc4a96c6 2202 unconditionally.
a368801c
MB
2203
2204 * gnus-draft.el (gnus-group-send-queue): Bind
2205 message-send-mail-partially-limit to nil to avoid being prompted.
2206
03c673c9
MB
22072008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
2208
2209 * mml.el (mml-attach-buffer): Prompt for `disposition'.
2210
2211 * message.el (message-bogus-address-regexp): Fix and improve custom
2212 type.
2213 (message-setup-hook): Add message-check-recipients as custom option.
2214
58333467
MB
22152008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
2216
2217 * message.el (message-cite-function): Remove bogus autoload which crept
2218 in during merge from v5-10.
2219
4079589f
MB
22202008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
2221
2222 * nnimap.el (nnimap-open-connection): Fix login/password bug.
2223
2224 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2225
2226 * auth-source.el: Preliminary Tramp docs.
2227 (auth-sources): Change the default auth-sources to use
2228 EPA .gpg files.
2229
e952b711
MB
22302008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
2231
2232 * nntp.el: Autoload `auth-source-user-or-password'.
2233 (nntp-send-authinfo): Use it.
2234
2235 * nnimap.el: Autoload `auth-source-user-or-password'.
2236 (nnimap-open-connection): Use it.
2237
2238 * auth-source.el: Added docs on using with url-auth. Import gnus-util
2239 for the gnus-message function.
2240 (auth-source-user-or-password): Use it.
2241
4fedcc00
SM
22422008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2243
2244 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2245 rfc2104-hexstring-to-byte-list. Return a unibyte string.
2246 (rfc2104-hash): Use it.
2247
149cd465
JB
22482008-05-08 Juanma Barranquero <lekktu@gmail.com>
2249
2250 * gnus-art.el (gnus-article-toggle-truncate-lines):
2251 Don't use `iff' in docstring.
2252
0ab5c2be
MB
22532008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
2254
2255 * gnus-registry.el: Adjusted copyright dates and added a keyword.
2256
2257 * gnus-util.el (gnus-extract-address-component-name)
2258 (gnus-extract-address-component-email): Convenience functions around
2259 `gnus-extract-address-components'.
2260
4fedcc00
SM
2261 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2262 Use `gnus-extract-address-component-email' to fix bug of comparing full
0ab5c2be
MB
2263 sender name to `user-mail-address'.
2264
22652008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
2266
2267 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2268 catch/throw to optimize.
2269 (gnus-registry-find-keywords): Just use member to find a keyword.
2270
42a83f4b
SM
22712008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2272
2273 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2274 is current before calling gnus-server-prepare.
2275 (gnus-server-setup-buffer, gnus-server-update-server)
2276 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2277
d844ef2f
JL
22782008-05-04 Juri Linkov <juri@jurta.org>
2279
2280 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2281 (mailcap-file-default-commands): Use mailcap-replace-in-string
2282 instead of replace-regexp-in-string, and mailcap-delete-duplicates
2283 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
2284
f8a29505
MB
22852008-05-03 Reiner Steib <reiner.steib@gmx.de>
2286
2287 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2288
3a23a519
MB
22892008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2290
2291 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2292 hooks.
2293 (gnus-update-read-articles): Speed up non-marks-using users.
2294 (gnus-use-marks): Define gnus-use-marks.
2295 (gnus-propagate-marks): Rename variable to something more sensible.
2296
38ac8b91
JB
22972008-05-02 Juanma Barranquero <lekktu@gmail.com>
2298
2299 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2300 (gmm-image-load-path-for-library): Fix typos in docstrings.
2301 (gmm-message): Reflow docstring.
2302
8336c962
MB
23032008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
2304
42a83f4b
SM
2305 * mail-source.el (mail-source-set-1, mail-source-bind):
2306 Move auth-source code out of the macro to clean it up and fix bugs.
8336c962
MB
2307
23082008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
2309
2310 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2311 by sender if it's equal to user-mail-address, it's likely to be
2312 useless.
2313
2314 * mail-source.el (mail-source-bind): Don't use user or password if they
2315 are not bound. Unintern them if they are nil. Don't use server unless
2316 it's bound, and default it to empty string otherwise.
2317
58a67d68
MB
23182008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
2319
2320 * mail-source.el: Load auth-source.el.
2321 (mail-source-bind): Add comments. Call auth-source-user-or-password to
2322 get user name or password, if auth-sources is set up.
2323
2324 * gnus-registry.el (gnus-registry-split-strategy): New variable for
2325 strategy of splitting with parent.
2326 (gnus-registry-split-fancy-with-parent)
2327 (gnus-registry-post-process-groups): Use it and fix prior
2328 bug (returning a list as the split result).
2329
2330 * auth-source.el (auth-sources): Remove server parameter.
2331 (auth-source-pick, auth-source-user-or-password)
2332 (auth-source-user-or-password-imap)
2333 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2334 (auth-source-user-or-password-sftp)
2335 (auth-source-user-or-password-smtp): Remove server parameter.
2336
296fa7b4
JB
23372008-04-25 Juanma Barranquero <lekktu@gmail.com>
2338
2339 * smime.el (smime-sign-region, smime-encrypt-region)
2340 (smime-decrypt-region):
2341 Remove redundant calls to `generate-new-buffer-name'.
2342
58a67d68
MB
23432008-04-24 Luca Capello <luca@pca.it> (tiny change)
2344
2345 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2346 Don't use QP for message/rfc822.
2347 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2348
2136a8a7
SM
23492008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2350
2351 * sieve-manage.el (sieve-string-bytes): Remove.
2352 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2353 correct byte-length only if the process's coding-system is the same as
2354 the one used internally by Emacs to represent strings.
2355
a837fe74
JL
23562008-04-22 Juri Linkov <juri@jurta.org>
2357
2358 * mailcap.el (mailcap-file-default-commands): New function.
2359
d55fe5bb
MB
23602008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
2361
2362 * message.el (message-signature-separator, message-cite-function):
2363 Change custom version.
2364
23652008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
2366
2367 * mm-decode.el (mm-display-external): Make temp file read-only.
2368
23692008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
2370
2371 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2372 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
2373 `C-c C-f d'.
2374
23752008-04-12 Adrian Aichner <adrian@xemacs.org>
2376
2377 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2378
23792008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
2380
2381 * auth-source.el: Added docs.
2136a8a7 2382 (auth-sources): Modify format to support server.
d55fe5bb
MB
2383 (auth-source-pick, auth-source-user-or-password)
2384 (auth-source-user-or-password-imap)
2385 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2386 (auth-source-user-or-password-sftp)
2387 (auth-source-user-or-password-smtp): Add server parameter.
2388
23892008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
2390
2391 * gnus-registry.el: Initialize the registry when gnus-registry-install
2392 is t.
2393
73f2395e
KY
23942008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
2395
2396 * compface.el (uncompface): Make buffer unibyte.
2397
e66d8771
SM
23982008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
2399
2400 * mail-source.el (mail-source-value):
2401 Prefer fboundp to functionp so it works with macros as well.
2402
407da272
GM
24032008-04-05 Glenn Morris <rgm@gnu.org>
2404
2405 * gnus-ems.el (mm-disable-multibyte): Autoload it.
2406
3b728e95
SM
24072008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2408
d37ded9e
SM
2409 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
2410 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2411
407da272
GM
2412 * nnheader.el (nnheader-init-server-buffer): Change buffer's
2413 multibyteness after rather than before erasing it.
33e2f72c 2414
75eda25b
SM
2415 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2416 mm-with-multibyte.
407da272
GM
2417 (gnus-request-article-this-buffer): Make sure the proper decoding is
2418 used if gnus-original-article-buffer happens to be unibyte.
75eda25b 2419
2b57967e
SM
2420 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2421 default-enable-multibyte-characters.
2422
d7eb3b36
SM
2423 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2424 default-enable-multibyte-characters.
2425
7ab0253d
SM
2426 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2427
3b728e95
SM
2428 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2429
5faa2ec0
SM
24302008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2431
2432 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2433 Fix last change in case the element is not even a symbol.
2434
59429511
MB
24352008-04-02 Simon Josefsson <simon@josefsson.org>
2436
2437 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2438 imap-enable-exchange-bug-workaround.
2439 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2440
24412008-04-01 Simon Josefsson <simon@josefsson.org>
2442
2443 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2444 a 100 byte status-checks into a 2-3MB transfer for each group.
2445 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2446 to enable bug workaround or not.
2447 (nnimap-find-minmax-uid): Only enable workaround conditionally.
2448
a0e08467
GM
24492008-03-31 Glenn Morris <rgm@gnu.org>
2450
2451 * message.el (mml2015-use): Declare for compiler.
2452 (message-info): Require mml2015 when appropriate.
2453
990e2c2f
SM
24542008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
2455
2456 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2457 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2458 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2459 (nntp-service-to-port): New function.
2460 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2461 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2462 (nntp-open-netcat-stream): New function.
2463 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2464
59429511
MB
24652008-03-29 Sven Joachim <svenjoac@gmx.de>
2466
2467 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2468
fa98585c
SM
24692008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2470
2471 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2472
9b3ebcb6
MB
24732008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
2474
2475 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2476
24772008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
2478
fa98585c
SM
2479 * message.el (message-signature-separator): Change default.
2480 Improve custom type.
9b3ebcb6
MB
2481 (message-cite-function): Change default to
2482 message-cite-original-without-signature.
2483
2484 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2485 toggle.
2486
2487 * message.el (message-check-news-body-syntax): Fix signature check.
2488 (message-setup-1): Mark buffer as unmodified _after_ running
2489 message-setup-hook and handling message-alternative-emails.
2490 (message-shorten-references): Be more strict when building list of
2491 valid references to comply with GNKSA.
2492
fa98585c
SM
2493 * gnus-group.el (gnus-read-ephemeral-bug-group)
2494 (gnus-read-ephemeral-debian-bug-group)
2495 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9b3ebcb6
MB
2496
2497 * message.el (message-info): Don't use booleanp which isn't supported
2498 in Emacs 21 and XEmacs.
2499
25002008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
2501
2502 * gnus-group.el (gnus-gmane-group-download-format): Rename from
2503 gnus-group-gmane-group-download-format.
2504 (gnus-group-read-ephemeral-gmane-group): Rename from
2505 gnus-group-read-ephemeral-gmane-group.
2506 (gnus-read-ephemeral-gmane-group-url): Rename from
2507 gnus-group-read-ephemeral-gmane-group-url.
b97439ce 2508 (gnus-bug-group-download-format-alist): New variable.
9b3ebcb6
MB
2509 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2510 (gnus-read-ephemeral-emacs-bug-group): New commands.
2511
25122008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
2513
2514 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2515 (gnus-visible-headers): Improve custom type.
2516
25172008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
2518
2519 * mml.el (mml-menu): Add workarounds for XEmacs.
2520
2521 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2522 X-Boundary header.
2523
2524 * message.el (message-simplify-recipients): Fix previous commit.
2525
b813166a
SM
25262008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2527
df06dd59 2528 * mm-util.el (mm-set-buffer-multibyte): New function.
61dc89b0 2529 * mm-decode.el (mm-copy-to-buffer): Use it.
df06dd59 2530
b813166a
SM
2531 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2532 Prefer fboundp to functionp so it works with macros as well.
2533
9b3ebcb6
MB
25342008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
2535
5faa2ec0
SM
2536 * message.el (message-alter-recipients-discard-bogus-full-name):
2537 New function.
9b3ebcb6
MB
2538 (message-alter-recipients-function): New variable.
2539 (message-get-reply-headers): Use it.
2540 (message-replace-header): New helper function.
2541 (message-recipients-without-full-name): New variable.
2542 (message-simplify-recipients): New command.
2543
2544 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2545
2546 * message.el (message-info): Handle EasyPG manual.
2547
2548 * mml.el (mml-menu): Add entry for EasyPG.
2549
25502008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
2551
2552 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2553 parameter.
2554
2555 * message.el (message-disassociate-draft): Specify drafts group name
2556 fully.
2557
25582008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
2559
2560 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2561 unnecessary duplicates from the match list.
2562
25632008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
2564
2565 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2566 args of `how-many' of which the XEmacs version doesn't take; declare
2567 Info-index-next as function.
2568
25692008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
2570
2571 * gnus-score.el (gnus-score-headers): Fix handling of
2572 gnus-inhibit-slow-scoring.
2573
2574 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2575 string.
2576 (gnus-button-url-regexp): Improve handling of parenthesis.
2577 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2578 (gnus-button-handle-info-keystrokes): Handle index entries.
2579
25802008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
2581
2582 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2583 Incoming* files.
2584
25852008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
2586
2587 * auth-source.el (auth-sources): Renamed from auth-source-choices.
2588 (auth-source-pick): Use it.
2589
25902008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
2591
2592 * auth-source.el (auth-source-protocols)
2593 (auth-source-protocols-customize, auth-source-choices): Added and
2594 modified variable customizations and defaults.
2595 (auth-source-pick, auth-source-user-or-password)
2596 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2597 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2598 (auth-source-user-or-password-sftp)
2599 (auth-source-user-or-password-smtp): Use new variables and provide an
2600 interface to netrc.el.
2601
26022008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
2603
2604 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2605 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
2606 Make sure the nntp port to specify is a string.
2607
dd58a686
SM
26082008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2609
ed075cb4
SM
2610 * nntp.el: Use with-current-buffer.
2611 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
2612 dubious mm-with-unibyte-current-buffer.
2613 (nntp-with-open-group-function): New function extracted from
2614 nntp-with-open-group macro.
2615 (nntp-with-open-group): Use the function, so it's easier to debug.
2616 Add indentation and debugging info.
9b3ebcb6
MB
2617 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
2618 the use of the netcat alternatives.
ed075cb4 2619
f15a9fec
SM
2620 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
2621 Avoid mm-string-as-multibyte as well.
2622
944c87e0
SM
2623 * nnweb.el (nnweb-insert-html):
2624 Remove use of nnheader-string-as-multibyte.
2625
2ec9cf15
SM
2626 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2627 (nnheader-string-as-multibyte): Remove.
2628
3d2440b4
SM
2629 * mm-view.el: Use inhibit-read-only.
2630 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2631 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2632 or unibyte-string.
2633
456cace2
SM
2634 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2635 (mm-uu-yenc-extract): Use with-current-buffer.
2636
f5fcf556
SM
2637 * gnus-soup.el (gnus-soup-send-packet): Don't use
2638 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2639
c9de7755
SM
2640 * nnmh.el: Use with-current-buffer.
2641 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2642 mm-string-as-multibyte on the output of mm-encode-coding-string.
2643
3d2440b4 2644 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9c5fe825
SM
2645 (nnimap-request-move-article): Use with-current-buffer.
2646
3d2440b4
SM
2647 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2648 inserting the handle-buffer's text, so the implicit multibyte->unibyte
2649 conversion uses string-make-unibyte rather than string-as-unibyte.
d4eb2b7e 2650
228b6ecd
SM
2651 * gnus-msg.el: Use with-current-buffer.
2652
dd58a686
SM
2653 * message.el (message-ignored-resent-headers): Add "Delivered-To".
2654
9b3ebcb6
MB
26552008-03-10 Daiki Ueno <ueno@unixuser.org>
2656
2657 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
2658 string for caching if it is 'PIN.
2659
37a68866
MB
26602008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
2661
dd58a686
SM
2662 * mail-source.el (mail-source-delete-old-incoming-confirm):
2663 Change default to nil.
37a68866
MB
2664 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
2665
8f7abae3
MB
26662008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
2667
2668 * gnus-art.el (gnus-narrow-to-page): Position point properly.
2669 (gnus-article-goto-prev-page): Work for articles having ^L's.
2670
2671 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
2672
2673 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
2674
e0385bf4
KF
26752008-03-07 Karl Fogel <kfogel@red-bean.com>
2676
56388398 2677 * gnus-bookmark.el: Adjust for renames in bookmark.el.
e0385bf4
KF
2678 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
2679 (gnus-bookmark-jump): Adjust some variable names.
2680
8f7abae3 26812008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
a7b50e1c 2682
8f7abae3
MB
2683 * auth-source.el: New package.
2684 (auth-source-choices): Add customization entry point variable.
2685
2686 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
2687 bug.
2688
26892008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
2690
2691 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
2692 (gnus-registry-initialize, gnus-registry-install-p): Use it.
dd58a686 2693 (gnus-registry-install-shortcuts): Rename from
8f7abae3
MB
2694 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
2695 the `gnus-registry-mark-map' keymap dynamically from
2696 `gnus-registry-marks'. The generated functions update the summary line
2697 when a registry mark is added or deleted, and will call
2698 `gnus-registry-install-p' (see the comments in the code).
2699 (gnus-registry-user-format-function-M): Use concat intelligently.
2700
2701 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
2702 the registry mark functions.
a7b50e1c 2703
c1717fbd
GM
27042008-03-05 Glenn Morris <rgm@gnu.org>
2705
2706 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
2707 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
2708 gnus-art.
2709 (top-level): No need to load own source when compiling.
2710
8f7abae3
MB
27112008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
2712
2713 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
2714 Suggested by <chris.anderton@zetnet.co.uk>.
2715
1fc34624
GM
27162008-03-04 Glenn Morris <rgm@gnu.org>
2717
2718 * gnus-sum.el (top-level): No need to require gnus when compiling,
2719 since unconditionally required near start of file.
2720 (gnus-summary-display-while-building): Move definition before use.
2721
8f7abae3
MB
27222008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
2723
2724 * gnus-registry.el (gnus-registry-user-format-function-M): Add
2725 formatting function.
2726
27272008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
2728
2729 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
2730 with plists.
2731 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
2732 Use new format.
2733
27342008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
2735
2736 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
2737 `where-is-internal' that returns a range of key sequences.
2738
dacb905a
SM
27392008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
2740
a88fd51a
SM
2741 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
2742
c7a91ce1 2743 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1fc34624
GM
2744 (gnus-summary-jump-to-group): Consider windows on other displayed
2745 frames as well. Similar changes might be needed elsewhere, but that's
2746 the one I've bumped into during my use.
c7a91ce1 2747
62dc3ac3 2748 * nndoc.el (nndoc-oe-dbx-type-p):
ef1b088a 2749 * gnus-msg.el (gnus-debug):
dacb905a
SM
2750 * gnus-group.el (gnus-update-group-mark-positions):
2751 Use mm-string-to-multibyte.
2752
8f7abae3
MB
27532008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
2754
2755 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
2756 doesn't handle NotDashEscaped.
2757
2758 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
2759 (mml-dnd-attach-options): Fix typo in custom choice.
2760
2761 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
2762 nndoc-article-type to mbox.
2763 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
2764
2765 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
2766 to nil, instead of html2text.
2767
2768 * imap.el (imap-debug): Add `imap-ping-server'.
2769
2770 * gnus-bookmark.el: Add FIXMEs.
2771
2772 * message.el (message-form-letter-separator)
2773 (message-send-form-letter-delay): New variables.
2774 (message-send-form-letter): Use them. New command to send form
2775 letters. Requested by Uwe Siart.
2776 (message-send-mail-function): Doc fix. Add "Other" custom option.
2777
14e8de0c
MB
27782008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
2779
2780 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
2781 empty author.
2782
27832008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
2784
2785 * gnus-registry.el (gnus-registry-marks): Add variable for
2786 customization of marks and their appearance.
2787 (gnus-registry-read-mark): Use it.
2788 (gnus-registry-do-marks): Add utility function to loop through
2789 `gnus-registry-marks'.
2790 (gnus-registry-install-shortcuts-and-menus): Add function to install
2791 shortcuts and menus.
2792 (gnus-registry-initialize): Use it.
2793 (gnus-registry-default-mark): Clarify documentation.
2794
ab74c815
GM
27952008-02-29 Glenn Morris <rgm@gnu.org>
2796
2797 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
2798 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
2799 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
2800 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
2801 Change defcustom :version from 23.0 to 23.1.
2802
14e8de0c
MB
28032008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
2804
2805 * gnus-registry.el (gnus-registry-follow-group-p)
2806 (gnus-registry-post-process-groups): Add functions to aid registry
2807 splitting and improve logging. Clarify behavior in function
2808 documentation.
2809 (gnus-registry-split-fancy-with-parent): Use them.
2810
80de1778
SM
28112008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2812
2813 * gnus-art.el: Use with-current-buffer.
2814
14e8de0c
MB
28152008-02-27 David Engster <dengste@eml.cc>
2816
2817 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
2818 Express real group name in the response.
2819
28202008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
2821
2822 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
2823 (nnmairix-last-server, nnmairix-current-server): Defvar them.
2824 (nnmairix-goto-original-article): Defvar gnus-registry-install and
2825 autoload gnus-registry-fetch-group when compiling.
149cd465 2826 (nnmairix-request-group-with-article-number-correction): Remove
14e8de0c
MB
2827 unreferenced argument passed to nnmairix-call-backend.
2828
28292008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
2830
2831 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
2832 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
2833 Wilde.
2834
da13b6cc
GM
28352008-02-27 Glenn Morris <rgm@gnu.org>
2836
2837 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
be021c01
GM
2838 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
2839 variables to defconsts. Convert comments to doc-strings.
2840 (nnmairix-last-server, nnmairix-current-server): Convert from free
2841 variables to defvars. Convert comments to doc-strings.
2842 (gnus-registry-fetch-group): Autoload.
2843 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
2844 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14e8de0c
MB
2845 (nnmairix-widget-build-editable-fields): Use car cddr rather than
2846 caddr.
be021c01
GM
2847 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
2848 nnmairix-request-group-with-article-number-correction call.
2849 (nnmairix-fast, nnmairix-group): New, less general names, for free
2850 variables passed from nnmairix-request-group to
2851 nnmairix-request-group-with-article-number-correction. Declare.
2852 (nnmairix-request-group-with-article-number-correction):
2853 Use nnmairix-fast, nnmairix-group rather than fast, group.
da13b6cc 2854
3d0f8a67
MB
28552008-02-26 David Engster <dengste@eml.cc>
2856
2857 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
2858 version 0.5.
2859
28602008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
2861
2862 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
2863 instead of making an extra function call. Don't add the current group
2864 to articles only when they have the group. Use
2865 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
2866 Reported by David <de_bb@arcor.de>.
2867
f5490ddc
MB
28682008-02-24 Miles Bader <miles@gnu.org>
2869
2870 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
2871 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
2872 (mm-find-mime-charset-region):
2873 * mm-bodies.el (mm-encode-body):
2874 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
2875
52bec650
MB
28762008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
2877
2878 * mail-source.el (mail-source-delete-incoming): Change default.
2879 Supplement doc string.
2880
2881 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
2882
28832008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
2884
2885 * nnmail.el (nnmail-message-id-cache-file): Derive from
2886 `gnus-home-directory'.
2887
28882008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
2889
2890 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5e25c514 2891 Document negative prefix.
52bec650 2892
5e25c514 2893 * gnus-group.el (gnus-group-read-group): Document negative prefix.
52bec650
MB
2894
28952008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2896
2897 * message.el (message-unsent-separator): Add the Exim bounce
2898 separator.
2899
29002008-02-10 Daiki Ueno <ueno@unixuser.org>
2901
2902 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
2903 list.
2904 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
2905 recipient/signer list.
2906
0b9c5ab7
RS
29072008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
2908
2909 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
2910 fbound (Emacs 23 unicode), signal an error.
2911
1888e568
GM
29122008-02-08 Glenn Morris <rgm@gnu.org>
2913
2914 * gnus-art.el (pgg-display-output-buffer): Declare as function.
2915
52bec650
MB
29162008-02-07 Tassilo Horn <tassilo@member.fsf.org>
2917
2918 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
2919 ports to the calls to `netrc-machine-user-or-password' in addition to
2920 "imap" and "imaps".
2921
e9198520
MB
29222008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
2923
2924 * gnus.el (gnus-group-startup-message): Add `find-image' call before
2925 image-load-path is let-bound. Reported by Harald Hanche-Olsen
2926 <hanche@math.ntnu.no>.
2927
29282008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
2929
2930 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
2931
9303f985 29322008-02-01 Zhang Wei <id.brep@gmail.com>
aca7a3d2
MB
2933
2934 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
2935
2936 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
2937
9303f985 29382008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
2939
2940 * mml.el (mml-parse-1): Remove apparently vestigial use of
2941 `mm-hack-charsets'.
2942 * mm-bodies.el (mm-encode-body): Likewise.
2943
9303f985 29442008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 2945
4fedcc00 2946 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
aca7a3d2
MB
2947 rfc2104-hexstring-to-bitstring and changed to return a byte list.
2948 (rfc2104-hash): Convert the result of concat to unibyte string.
2949
9303f985 29502008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 2951
aca7a3d2
MB
2952 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
2953 coding-system-for-read.
2954 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
2955
8385d659 2956 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
4fedcc00 2957 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
8385d659 2958 (mm-find-mime-charset-region): Remove hack-charsets stuff.
aca7a3d2 2959
10ef2ef7 29602008-01-24 Michael Sperber <sperber@deinprogramm.de>
a1da1e37
MB
2961
2962 * mail-source.el (mail-sources): Add `group' choice.
2963
2964 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
2965 parameter `in-group' to control into which group the articles go.
2966 Add treatment of `group' mail-source.
2967
a445370f
DN
29682008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2969
2970 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
2971 * message.el (message-beginning-of-line): Use featurep instead of bound
2972 tests in order to resolve conditionals at compile time.
2973
4599d0ec
MB
29742008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
2975
2976 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
2977
2978 * mm-decode.el (mm-dissect-buffer): Decode description.
2979
2980 * mml.el (mml-to-mime): Encode message header first.
2981
0b6799c3
MB
29822008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
2983
2984 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
2985 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
2986
29872008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
2988
2989 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
2990
29912008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
2992
2993 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
2994 prefix keys.
2995 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
2996 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
2997 gnus-xmas.el.
2998
29992008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
3000
3001 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3002 Add new variables for article mark management.
3003 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3004 list of extra data entries which, when present, will indicate that the
3005 article ID should not be trimmed from the registry.
3006 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3007 functions.
3008 (gnus-registry-read-mark): New function to read a mark name from the
3009 user.
3010 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3011 (gnus-registry-set-article-mark-internal): New functions to add and
3012 remove marks.
3013 (gnus-registry-get-article-marks): New function to show the marks for
3014 an article, or retrieve them for further use.
3015
30162008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
3017
3018 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3019 keys when no argument is given.
3020
30212008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
3022
3023 * gnus-sum.el (gnus-article-sort-by-random)
3024 (gnus-thread-sort-by-random): Fix doc strings. Reported by
3025 jidanni@jidanni.org.
3026
30272008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
3028
3029 * gnus-art.el (gnus-article-describe-bindings): New function.
3030 (gnus-article-read-summary-keys): Use it.
3031 (gnus-article-mode-map): Bind `C-h b' to it.
3032
95838435
MB
30332008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
3034
3035 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3036 XEmacs.
3037 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3038 against non-character events.
3039
95838435
MB
30402008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
3041
3042 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3043 command.
3044 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3045 instead of END. Change name of the temp file.
3046 (gnus-group-gmane-group-download-format): Add doc string. Make it
3047 customizable.
3048
30492008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
3050
3051 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3052 bind `S W' to gnus-article-wide-reply-with-original; set default
3053 binding to gnus-article-read-summary-send-keys.
3054 (gnus-article-read-summary-keys): Fix the order of keys; display
3055 continuation keys correctly in the echo area; describe bindings
3056 correctly when keys end with `C-h'.
3057 (gnus-article-read-summary-send-keys): New function.
3058 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3059 for gnus-article-read-summary-send-keys; display continuation keys
3060 correctly in the echo area.
3061 (gnus-article-reply-with-original): Ignore prefix argument.
3062 (gnus-article-wide-reply-with-original): New function.
3063
d82cf70b
MB
30642008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
3065
3066 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3067 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3068
30692008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
3070
3071 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3072 (gnus-group-read-ephemeral-gmane-group): New command.
3073
f3041af1
DN
30742008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3075
3076 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3077
87035689
MB
30782007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
3079
3080 * message.el (message-send-mail-function): Increase custom version.
3081
3082 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3083 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
3084
87035689
MB
30852007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
3086
3087 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3088 html parts correctly; support forwarded messages.
3089 (gnus-article-browse-html-article): Remove work buffers.
3090
3091 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3092 compiling.
3093 (netrc-bound-and-true-p): New macro.
3094 (netrc-parse): Use it instead of bound-and-true-p that is not available
3095 in XEmacs 21.4.
3096
30972007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
3098
3099 * gnus-registry.el (gnus-registry-mark-article)
3100 (gnus-registry-article-marks): Add functionality to mark articles
3101 through the Gnus registry.
3102
3103 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3104 (netrc-parse): Use encrypt-file-alist to determine if
3105 encrypt-find-model or encrypt-insert-file-contents should be used.
3106
541cbf8b
GM
31072007-12-19 Glenn Morris <rgm@gnu.org>
3108
3109 * mml.el (message-options-set, message-narrow-to-head)
3110 (message-in-body-p, message-mail-p, message-encode-message-body):
3111 Autoload.
3112 (message-remove-header, message-narrow-to-headers-or-head)
3113 (message-subscribed-p, message-make-mail-followup-to)
3114 (message-position-on-field, message-news-p)
3115 (message-options-set-recipient, message-generate-headers)
3116 (message-sort-headers): Declare as functions.
3117
87035689
MB
31182007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
3119
3120 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3121 convention in doc string.
3122
31232007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
3124
3125 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3126 title to html parts.
3127 (gnus-article-browse-html-article): Pass message header to it.
3128
3129 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3130
31312007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
3132
3133 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3134 or password compatible with XEmacs.
3135
bbbe940b
MB
31362007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
3137
3138 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3139 format document.
3140 (gnus-mime-delete-part): Don't write description line if empty.
3141 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3142
880820fe 31432007-12-14 Johan Bockgård <bojohan@gnu.org>
bbbe940b
MB
3144
3145 * gnus-sum.el (gnus-summary-mark-unread-as-read)
3146 (gnus-summary-mark-read-and-unread-as-read)
3147 (gnus-summary-mark-current-read-and-unread-as-read)
3148 (gnus-summary-mark-unread-as-ticked): Doc fix.
3149 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3150
31512007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
3152
3153 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
3154 Christoph Conrad <christoph.conrad@gmx.de>.
3155
31562007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
3157
3158 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3159 yes-or-no-p.
3160
31612007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
3162
3163 * mm-decode.el (mm-add-meta-html-tag): New function.
002876ab 3164 (mm-save-part-to-file, mm-pipe-part): Use it.
bbbe940b
MB
3165
3166 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3167 gnus-y-or-n-p instead of y-or-n-p.
3168 (gnus-article-browse-html-parts): Work with message/external-body; use
3169 mm-add-meta-html-tag.
3170
cef98b13
GM
31712007-12-11 Glenn Morris <rgm@gnu.org>
3172
3173 * gnus-cache.el: Require gnus-sum not just when compiling.
3174
3175 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3176
3177 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3178 definitions before use.
3179
3180 * mm-decode.el: Require gnus-util.
3181 (mm-remove-part): Only call delete-annotation on XEmacs.
3182
3183 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3184
3185 * nnmail.el: Require gnus-int.
3186
3187 * spam.el: Move `require's before `eval-when-compile's.
3188
3189 * gnus-ems.el (gnus-alive-p):
3190 * gnus-fun.el (message-goto-eoh):
5ec7fe1b 3191 * gnus-util.el (gnus-group-name-decode):
cef98b13
GM
3192 * mail-source.el (gnus-compress-sequence):
3193 * message.el (Info-goto-node, format-spec):
3194 * mm-bodies.el (message-options-get):
3195 * mm-decode.el (mm-view-pkcs7):
3196 * mm-util.el (gmm-write-region):
3197 * mml-smime.el (mml-compute-boundary)
3198 (gnus-completing-read-with-default):
3199 * mml.el (widget-button-press, gnus-make-hashtable):
3200 * mml1991.el (mm-decode-content-transfer-encoding)
3201 (mm-encode-content-transfer-encoding)
3202 (message-options-get, message-options-set):
3203 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3204 * nnfolder.el (gnus-request-group):
3205 * nnheader.el (ietf-drums-unfold-fws):
3206 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3207 * smime.el (gnus-run-mode-hooks):
3208 * spam-stat.el (gnus-message): Autoload.
3209
3210 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3211 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3212 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3213 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3214 Add declare-function compatibility definition.
3215
3216 * gnus-cache.el (nnvirtual-find-group-art):
3217 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3218 (gnus-add-image, gnus-add-wash-type):
3219 * gnus-group.el (nnkiboze-score-file):
3220 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3221 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5ec7fe1b
GM
3222 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3223 (message-tokenize-header, gnus-get-buffer-create)
3224 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3225 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
cef98b13
GM
3226 * gnus.el (gnus-group-decoded-name):
3227 * mail-source.el (imap-capability):
3228 * mm-bodies.el (message-options-set):
3229 * mm-decode.el (gnus-configure-windows):
3230 * mm-extern.el (message-goto-body):
3231 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3232 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3233 (epg-sub-key-validity, message-options-set):
3234 * mml.el (widget-event-point, gnus-configure-windows):
3235 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3236 * mml2015.el (epg-check-configuration, epg-configuration)
3237 (message-options-set):
3238 * nndb.el (nndb-request-article):
3239 * nnfolder.el (gnus-request-create-group):
3240 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3241 * nnmaildir.el (gnus-group-mark-article-read):
3242 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3243 * rfc1843.el (message-fetch-field):
3244 * spam.el (gnus-extract-address-components):
3245 Declare as functions.
3246
bbbe940b
MB
32472007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
3248
3249 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3250
a5ded4c9
GM
32512007-12-09 Glenn Morris <rgm@gnu.org>
3252
3253 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3254
3255 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
030cca00 3256 * message.el, mm-view.el, sieve-manage.el, smime.el:
1d1df709 3257 Add declare-function compatibility definition.
a5ded4c9
GM
3258
3259 * gnus-art.el (w3-region, w3m-region, Info-menu):
3260 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3261 * gnus-sum.el (gnus-get-predicate):
3262 * gnus-util.el (mm-append-to-file, w32-focus-frame):
3263 * message.el (mail-abbrev-in-expansion-header-p):
3264 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8d0f97a4 3265 (w3m-detect-meta-charset, w3m-region):
1d1df709
GM
3266 * sieve-manage.el (password-read, password-cache-add)
3267 (password-cache-remove):
8d0f97a4 3268 * smime.el (password-read-and-add): Declare as functions.
a5ded4c9 3269
274f1353
DK
32702007-12-08 David Kastrup <dak@gnu.org>
3271
3272 * gnus-sum.el (gnus-summary-simplify-subject-query):
3273 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3274 `message'.
3275
a601fb74 32762007-12-07 Glenn Morris <rgm@gnu.org>
80d06753 3277
a601fb74 3278 * gnus-art.el (article-make-date-line): Revert previous change.
80d06753 3279
af5370ad
RS
32802007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
3281
3282 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3283
21ee0911
MB
32842007-12-06 Christian Plate <cplate@web.de> (tiny change)
3285
3286 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3287 Call gnus-add-to-range ranges only once with a prepared article-list.
3288
32892007-12-06 Paul Jarc <prj@po.cwru.edu>
3290
149cd465
JB
3291 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3292 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
21ee0911
MB
3293 group names with backslashes. Reported by Tassilo Horn
3294 <tassilo@member.fsf.org>.
3295
f0131492 32962007-12-06 Deepak Goel <deego3@gmail.com>
fd0c71e8 3297
a601fb74
GM
3298 * gnus-art.el (article-make-date-line):
3299 * gnus-start.el (gnus-load):
3300 * pop3.el (pop3-read-response): Fix buggy call to `error'.
fd0c71e8 3301
415a09fb
MB
33022007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
3303
3304 * gnus-art.el (gnus-use-idna)
3305 * gnus-start.el (gnus-site-init-file)
3306 * message.el (message-use-idna)
3307 * mm-uu.el (mm-uu-hide-markers)
3308 * smiley.el (smiley-style): Revert changes that suppress warnings.
3309
33102007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
3311
3312 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3313 specify charset to html source. Reported by Christoph Conrad
3314 <christoph.conrad@gmx.de>.
3315
33162007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
3317
3318 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3319 idna-program in order to suppress byte compile warning issued by XEmacs
3320 that came to byte compile the default value section of defcustom forms
3321 recently.
3322
3323 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3324 value of installation-directory.
3325
3326 * message.el (message-use-idna): Don't directly refer to the value of
3327 idna-program.
3328
3329 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3330
3331 * smiley.el (smiley-style): Don't directly call face-attribute.
3332
b890d447
MB
33332007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
3334
3335 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3336
3337 * gnus-dired.el: Reduce Gnus dependencies.
3338 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3339 require. Use autoloads instead.
3340 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3341 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3342 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3343 (gnus-dired-mode): Adjust doc string.
3344 (gnus-dired-mail-mode): New variable.
3345 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3346 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3347 (gnus-dired-mail-buffers): New function. Return mail or message
3348 composition buffers.
3349 (gnus-dired-attach): Use it.
3350 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3351 NO-DECODE.
3352 (gnus-dired-print): Use `gnus-print-buffer' depending on
3353 `gnus-dired-mail-mode'.
3354
33552007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
3356
3357 * rfc2047.el (rfc2047-encoded-word-regexp)
3358 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3359 explaining what regexp patterns are for.
3360
13b0ef01
GM
33612007-12-04 Glenn Morris <rgm@gnu.org>
3362
3363 * password.el: Move to ../password-cache.el.
3364
3365 * mml1991.el (password-read, password-cache-add, password-cache-remove):
3366 * mml2015.el (password-read, password-cache-add, password-cache-remove):
3367 * mml-smime.el (password-read, password-cache-add)
3368 (password-cache-remove):
3369 No need to autoload, since mml-sec requires password.
3370
3371 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3372 * message.el (gnus-extract-address-components):
3373 * mml-smime.el (gnus-extract-address-components): Define for compiler.
3374
3375 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3376 password.
3377
b890d447
MB
33782007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
3379
3380 * mailcap.el: Reduce dependencies.
3381 (mail-header-parse-content-type): Autoload.
3382 (mailcap-delete-duplicates): New alias.
3383 (mailcap-mime-info): Add optional argument NO-DECODE.
3384 (mailcap-mime-types): Use mailcap-delete-duplicates.
3385
3386 * message.el (message-ignored-supersedes-headers): Add "X-ID".
3387
33882007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3389
3390 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3391 function.
3392
3393 * gnus-uu.el (gnus-uu-decode-yenc): New command.
3394 (gnus-uu-yenc-article): New function.
3395
3396 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3397
3398 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3399 buffer.
3400
21662dc7
GM
34012007-12-02 Glenn Morris <rgm@gnu.org>
3402
323fc9ec
GM
3403 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
3404 Move to ../net.
3405
21662dc7
GM
3406 * binhex.el, uudecode.el: Move to ../mail.
3407
ceabaeb3
GM
3408 * encrypt.el: Remove file.
3409
b890d447
MB
34102007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
3411
3412 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3413 matches on patches.
3414
3415 * gnus-art.el (gnus-article-browse-html-article): Mention
3416 `mm-text-html-renderer' in the doc string.
3417
3418 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3419 string. Add comments.
3420
3421 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3422 if rhs is ASCII.
3423
08545d0a
GM
34242007-12-01 Glenn Morris <rgm@gnu.org>
3425
fb18c032 3426 * dig.el, dns.el: Move to ../net.
c3335b6a 3427 * format-spec.el, hex-util.el, sha1.el: Move to ../.
4c1d5922 3428
08545d0a
GM
3429 * mail-source.el (top-level): Require format-spec before
3430 eval-when-compile.
3431
257a0a0d
GM
34322007-11-30 Glenn Morris <rgm@gnu.org>
3433
3434 * encrypt.el: Require password, rather than autoloading password-read.
3435
b890d447
MB
34362007-11-28 Elias Oltmanns <eo@nebensachen.de>
3437
3438 * gnus.el (gnus-method-to-server): Add an optional parameter so the
3439 caller can indicate whether the cache should be disregarded for this
3440 call. This way the result of the call is reproducible at all times and
3441 can be considered a canonical server name for the supplied method.
3442 (gnus-agent-method-p): Canonicalize server names by pushing their
3443 method through `gnus-method-to-server' using the no-cache argument.
3444
3445 * gnus-srvr.el (gnus-server-insert-server-line): Call
3446 `gnus-method-to-server' with `no-cache' argument.
3447
3448 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3449 gnus-agent-possibly-synchronize-flags as this should be called when the
3450 server is actually being opened.
3451 (gnus-agent-possibly-synchronize-flags)
3452 (gnus-agent-possibly-synchronize-flags-server): Move check for the
3453 flags file of an agentized server to the latter function.
3454
3455 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3456 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3457 after a connection has been established successfully.
3458
34592007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
3460
3461 * gnus-art.el (article-display-face): Force to display face if called
3462 interactively; check if gnus-article-x-face-too-ugly matches author.
3463 (article-display-x-face): Display face even if From header is missing
3464 as article-display-face does.
3465
d50fd8e2
GM
34662007-11-28 Richard Stallman <rms@gnu.org>
3467
3468 * md4.el: Move to ../.
3469 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
3470
b890d447
MB
34712007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
3472
3473 * mail-source.el (mail-sources): Default to fetch from file for
3474 compatibility with default of nnmail-spool-file.
3475
34762007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
3477
3478 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3479 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3480 to look for encoded word that should be encoded again.
3481 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3482 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3483 encoding pattern.
3484 (rfc2047-decode-region): Switch strict regexp and loose one according
3485 to rfc2047-allow-irregular-q-encoded-words.
3486
a06e7b5d
SJ
34872007-11-26 Simon Josefsson <simon@josefsson.org>
3488
3489 * imap.el: Move to ../net directory.
3490
b890d447
MB
34912007-11-25 Romain Francoise <romain@orebokech.com>
3492
3493 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3494
34952007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
3496
3497 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3498 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3499
3500 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3501 `nnmail-spool-file'.
3502
3503 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3504 `nnmail-spool-file'.
3505
3506 * gnus-move.el (gnus-change-server): Ditto.
3507
3508 * gnus-kill.el (gnus-batch-score): Ditto.
3509
3510 * gnus-cache.el (gnus-jog-cache): Ditto.
3511
c9e31f32
SM
3512 * gnus-msg.el (gnus-summary-reply):
3513 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
b890d447
MB
3514
35152007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
3516
c9e31f32
SM
3517 * gnus-cache.el (gnus-cache-generate-nov-databases):
3518 Use nnml-generate-nov-databases-directory instead of
b890d447
MB
3519 nnml-generate-nov-databases-1.
3520
e3b0153a
GM
35212007-11-24 Glenn Morris <rgm@gnu.org>
3522
3523 * message.el (message-tool-bar-retro): Update for rename
3524 mail_send.xpm->mail-send.xpm.
3525
b890d447
MB
35262007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
3527
3528 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3529 `smime-ldap-search' for Emacs 22 and up.
3530
145cc6b9
RS
35312007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
3532
63ff8478
RS
3533 * hashcash.el: Move to ../mail directory.
3534
8746c8b8
RS
3535 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
3536
145cc6b9
RS
3537 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3538 `smime-ldap-search' for Emacs 22 and up.
3539
82816ba1
SM
35402007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3541
b7b80032
SM
3542 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
3543
82816ba1
SM
3544 * message.el (message-send-mail-function): Fix error convention.
3545 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
3546 (message-widen-reply, message-send-mail, message-talkative-question)
3547 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
3548 (message-clone-locals, message-send-news): Use with-current-buffer.
3549 (message-insert-or-toggle-importance): Remove unused var `valid'.
3550 (message-make-references): Remove unused var `new-references'.
3551 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
3552
3042deef
JB
35532007-11-22 Juanma Barranquero <lekktu@gmail.com>
3554
3555 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
3556 (spam-split-symbolic-return-positive): Reflow docstring.
3557 (spam-backends, spam-summary-exit-behavior)
3558 (spam-mark-ham-unread-before-move-from-spam-group)
3559 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
3560 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
3561 (spam-clear-cache, spam-backend-check, spam-install-backend)
3562 (spam-install-statistical-backend, spam-list-of-processors)
3563 (spam-group-processor-p, spam-split, spam-bogofilter-score)
3564 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
3565 (spam-check-crm114, spam-initialize, spam-unload-hook):
3566 Fix typos in docstrings.
3567
b890d447
MB
35682007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
3569
3570 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
3571 been checked if they have never been read and those group levels are
3572 higher than the one that a user specified.
3573
35742007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
3575
3576 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
3577 foreign groups unless a group level is specified by a user.
3578 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
3579
b62a39c4
RS
35802007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
3581
3582 * message.el (message-send-mail-function): Require sendmail.
3583
2ea6167b
RS
35842007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
3585
9e0a8576
RS
3586 * message.el (message-send-mail-function): Check for smtpmail too.
3587
f21470ef
RS
3588 * utf7.el (utf7-encode, utf7-decode): Use coding system
3589 `utf-7'/`utf-7-imap' from utf-7.el' if available.
3590
2ea6167b
RS
3591 * message.el (message-send-mail-function): New function.
3592 (message-send-mail-function): Set default using
3593 message-send-mail-function. Adjust doc string.
3594 (message-send-mail-with-mailclient): New function.
3595
127a6f0e
GM
35962007-11-17 Richard Stallman <rms@gnu.org>
3597
3598 * assistant.el: Remove file.
3599
9efa445f
DN
36002007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
3601
3602 * smime.el (from):
3603 * rfc2047.el (message-posting-charset):
3604 * qp.el (mm-use-ultra-safe-encoding):
3605 * pop3.el (parse-time-months):
3606 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
3607 * nnml.el (files):
3608 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
3609 (jka-compr-compression-info-list, ange-ftp-path-format)
3610 (efs-path-regexp):
3611 * nndiary.el (files):
3612 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
3613 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
3614 (epg-digest-algorithm-alist, inhibit-redisplay)
3615 (password-cache-expiry):
3616 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
3617 (pgg-output-buffer, password-cache-expiry):
3618 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
3619 (efs-path-regexp):
3620 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
3621 (inhibit-redisplay):
3622 * mm-uu.el (file-name, start-point, end-point, entry)
3623 (gnus-newsgroup-name, gnus-newsgroup-charset):
3624 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
3625 (latin-unity-ucs-list):
3626 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
3627 (mm-uu-binhex-decode-function):
b97439ce 3628 * message.el (gnus-message-group-art, gnus-list-identifiers)
9efa445f
DN
3629 (rmail-enable-mime-composing, gnus-local-organization)
3630 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
3631 (gnus-read-active-file, facemenu-add-face-function)
3632 (facemenu-remove-face-function, gnus-article-decoded-p)
3633 (tool-bar-mode):
3634 * mail-source.el (display-time-mail-function):
3635 * gnus-util.el (nnmail-pathname-coding-system)
3636 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
3637 (gnus-original-article-buffer, gnus-user-agent)
3638 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
3639 (xemacs-codename, sxemacs-codename, emacs-program-version):
3640 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
3641 * gnus-start.el (gnus-agent-covered-methods)
3642 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
3643 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
3644 (gnus-newsgroup-headers, gnus-group-list-mode)
3645 (gnus-group-mark-positions, gnus-newsgroup-data)
3646 (gnus-newsgroup-unreads, nnoo-state-alist)
3647 (gnus-current-select-method, mail-sources)
3648 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
3649 (nnmail-spool-file, gnus-cache-active-hashtb):
3650 * gnus-mh.el (mh-lib-progs):
3651 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
3652 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
3653 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
3654 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
3655 (gnus-group-buffer):
3656 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
3657 (font-lock-set-defaults):
3658 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
3659 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
3660 (gnus-summary-post-menu, total-parts, type, condition, length):
3661 * gnus-agent.el (gnus-agent-read-agentview):
3662 * flow-fill.el (show-trailing-whitespace):
3663 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
3664 eval-and-compile wrappers for byte compiler pacifiers.
3665
3666 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
3667 (mm-display-inline-fontify): Check for featurep 'xemacs not
3668 extent-list.
3669
3670 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
3671 itimer-list.
3672 (mm-create-image-xemacs): Only do something for XEmacs.
3673 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
3674
3675 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
3676
3677 * gnus-registry.el (gnus-adaptive-word-syntax-table):
3678 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
3679
e9346447
JB
36802007-11-15 Juanma Barranquero <lekktu@gmail.com>
3681
ec5741dc 3682 * nnimap.el (nnimap-split-download-body):
e9346447 3683 * gnus-demon.el (gnus-demon):
ec5741dc 3684 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
e9346447 3685
1428d46b
MB
36862007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
3687
3688 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
3689 macros.
3690 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
3691 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
3692 copy data from unibyte buffer to multibyte current buffer.
3693 (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
3694 to copy data from unibyte current buffer to multibyte buffer.
3695 (nntp-make-process-buffer): Make process buffer unibyte.
3696
3697 * pop3.el (pop3-open-server): Fix typo in Lisp code.
3698
36992007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
3700
3701 * pop3.el (pop3-open-server): Accept and process data more robustly at
3702 connexion start to avoid spurious "POP SSL connexion failed" errors.
3703
37042007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3705
3706 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
3707 read group names.
3708
37092007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
3710
3711 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
3712
37132007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
3714
3715 * nnmail.el (nnmail-parse-active): Make group names unibyte.
3716 (nnmail-save-active): Use a unibyte buffer when saving active file,
3717 which may contain non-ASCII group names.
3718
3719 * nnml.el (nnml-request-group): Decode group names in messages.
3720
4d8a28ec
MB
37212007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
3722
3723 * message.el (message-citation-line-function)
3724 (message-insert-formatted-citation-line): Fix spelling of
3725 `message-insert-formated-citation-line'.
3726
c12ecb0a
MB
37272007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
3728
3729 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
3730
4d8a28ec
MB
37312007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
3732
3733 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
3734 nnmail-pathname-coding-system.
3735
3736 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
3737 that a user enters; decode group names in messages.
3738
3739 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
3740
60ece9b0
MB
37412007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
3742
3743 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
3744
3745 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
3746
3747 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
3748 risky local variable.
3749
3750 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
3751
37522007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
3753
3754 * encrypt.el: Improve documentation to fix function name typo.
3755 Reported by Daiki Ueno <ueno@unixuser.org>.
3756
37572007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
3758
3759 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
3760 even if the point is not in the last page of an article.
3761 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
3762 back to the previous page.
3763
c590ed3a
MB
37642007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
3765
3766 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
3767
60ece9b0
MB
37682007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
3769
3770 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
3771
c70dbcd5
SM
37722007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3773
60ece9b0
MB
3774 * message.el (message-check-news-body-syntax): Avoid
3775 mm-string-as-multibyte.
c70dbcd5
SM
3776 (message-hide-headers): Don't assume (point-min)==1.
3777
437ce4be
MB
37782007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
3779
3780 * message.el (message-remove-blank-cited-lines): Fix if remove is
3781 given.
3782 (message-bogus-address-regexp): New variable.
3783 (message-bogus-recipient-p): New function.
3784 (message-check-recipients): New command.
3785 (message-syntax-checks): Add `bogus-recipient'.
3786 (message-fix-before-sending): Add `bogus-recipient'.
3787
3788 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
d55fe5bb
MB
3789 (gnus-treat-body-boundary): Don't test window-system.
3790
296fa7b4 37912007-10-28 Leo <sdl.web@gmail.com> (tiny change)
d55fe5bb
MB
3792
3793 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
437ce4be 3794
c7ff939a
RS
37952007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
3796
3797 * gnus.el: Bump version to Gnus v5.13.
3798
01c52d31
MB
37992007-10-28 Miles Bader <miles@gnu.org>
3800
3801 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
3802 at compile-time too.
3803
437ce4be
MB
38042007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
3805
3806 * gnus-msg.el (gnus-message-setup-hook): Add
3807 `message-remove-blank-cited-lines' to options.
3808
01c52d31
MB
38092007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
3810
3811 * message.el (message-remove-blank-cited-lines): New function.
880820fe 3812 Suggested by Karl Plästerer.
01c52d31
MB
3813
38142007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
3815
3816 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
3817 mapc.
3818
3819 * imap.el (imap-open): Replace mapcar called for effect with mapc.
3820 (top-level): Use mapc to set functions to be traced for debugging.
3821
3822 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
3823 called for effect with while loop.
3824
3825 * message.el (message-talkative-question): Replace mapcar called for
3826 effect with mapc.
3827
3828 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
3829 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
3830 called for effect with dolist.
3831
3832 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
3833
3834 * nndiary.el: Use dolist instead of mapcar to add diary headers to
3835 gnus-extra-headers and nnmail-extra-headers.
3836
3837 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
3838 called for effect with dolist.
3839 (top-level): Use mapc to set functions to be traced for debugging.
3840
3841 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
3842 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
3843 dolist.
3844
3845 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
3846 Replace mapcar called for effect with mapc.
3847 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
3848 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
3849 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
3850 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
3851
3852 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
3853 remove-if that's a cl function.
3854
3855 * webmail.el (webmail-debug): Replace mapcar called for effect with
3856 dolist.
3857
01c52d31
MB
38582007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
3859
3860 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
3861 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
3862 with while loop.
3863
3864 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
3865 functions from article-* functions.
3866 (gnus-multi-decode-header): Replace mapcar called for effect with
3867 dolist.
3868
3869 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3870 (gnus-bookmark-show-details): Replace mapcar called for effect with
3871 while loop.
3872
3873 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
3874 called for effect with while loop.
3875
3876 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
3877 with dolist.
3878
3879 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
3880 mapcar called for effect with dolist.
3881
3882 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
3883
3884 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
3885 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
3886 Replace mapcar called for effect with dolist.
3887 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
3888 mapc.
3889
3890 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
3891 Replace mapcar called for effect with dolist.
3892 (gnus-topic-list): Replace mapcar called for effect with mapc.
3893
3894 * gnus.el: Use mapc instead of mapcar to add autoloads.
3895
4b576f7d
RS
38962007-10-23 Richard Stallman <rms@gnu.org>
3897
3898 * gnus-group.el (gnus-group-highlight): Mark as risky.
3899
fdc90613
MB
39002007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
3901
3902 * gnus.el (gnus-server-to-method): Return method found first in
3903 gnus-newsrc-alist.
3904
01c52d31
MB
3905 * gnus-art.el (gnus-article-highlight-signature)
3906 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
3907 button overlay without the front stickiness.
3908
39092007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
3910
3911 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
3912 overview buffer needed a catch to receive its throw.
3913 (gnus-agent-flush-cache): Declared as interactive to make this function
3914 easier to use.
3915
fdc90613
MB
39162007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
3917
3918 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
3919 `next-line'.
3920
5255e3ff
MB
39212007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
3922
3923 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
3924 exclude address matching message-dont-reply-to-names.
3925
b4fde39f
MB
39262007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
3927
3928 * gnus-util.el (gnus-string<): New function.
3929
3930 * gnus-sum.el (gnus-article-sort-by-author)
01c52d31 3931 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
b4fde39f
MB
3932
39332007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
3934
3935 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
3936 the frame-focus tag is set in gnus-buffer-configuration.
3937
01c52d31
MB
39382007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
3939
3940 * gnus-art.el (gnus-article-add-button): Make a button overlay without
3941 the front stickiness.
3942
39432007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3944
3945 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
3946 url pattern; remove duplicate one.
3947 (gnus-article-extend-url-button): New function.
3948 (gnus-article-add-buttons): Use it.
3949 (gnus-button-push): Use concatenated url that it makes.
3950
6ab3804a
JB
39512007-10-04 Juanma Barranquero <lekktu@gmail.com>
3952
3953 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
3954 (sieve-manage-open): Use `mapc' instead of `mapcar'.
3955
2f19ece7
SM
39562007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3957
3958 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
3959 Don't hardcode point-min==1.
3960
1d0df8af
DK
39612007-09-30 David Kastrup <dak@gnu.org>
3962
3963 * gnus-art.el (gnus-article-reply-with-original)
3964 (gnus-article-followup-with-original): When `transient-mark-mode' is
3965 off, refrain from active-region behavior for followups.
3966
4b70e299
MB
39672007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
3968
3969 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
01c52d31
MB
3970 Fix comment about "iso8859-1".
3971
d4835507 39722007-10-08 Daiki Ueno <ueno@unixuser.org>
01c52d31
MB
3973
3974 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
3975 ones returned from the verify-function.
3976
3977 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
3978 mml2015-extract-cleartext-signature if extraction failed.
3979
39802007-10-07 Daiki Ueno <ueno@unixuser.org>
3981
3982 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
3983 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
3984 failed.
4b70e299
MB
3985
39862007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
3987
e9346447 3988 * Relicense "GPLv2 or later" files to "GPLv3 or later".
4b70e299 3989
01c52d31
MB
39902007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
3991
3992 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
3993 to mark a thread as expirable. Add variable `hide' to handle hiding of
3994 thread for both the null and zero (kill/expire thread) universal prefix
3995 cases.
3996 (gnus-summary-expire-thread): Add new function to expire a thread,
3997 using gnus-summary-kill-thread.
3998 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
3999 shortcuts for gnus-summary-expire-thread.
4000 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4001 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
4002
40032007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4004
4005 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4006 extras value, so an extras entry can be deleted.
4007 (gnus-registry-delete-extra-entry): Use it.
4008 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4009 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4010 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
e46889e0
JB
4011 storage through the gnus-registry, and provide an appropriate API for
4012 it.
01c52d31 4013
4b70e299
MB
40142007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
4015
4016 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4017 Suggested by Leo <sdl.web@gmail.com>.
4018
4019 * gnus.el: Do.
4020
40212007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
4022
4023 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4024 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
4025
4026 * gnus-agent.el (gnus-agent-fetch-headers): Do.
4027
4028 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4029 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4030
40312007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
4032
4033 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4034 newline.
4035 (nnmbox-request-accept-article): Don't change article in source buffer;
4036 narrow to header to use message-fetch-field rather than
4037 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4038 (nnmbox-request-replace-article): Quote lines that'll be misidentified
4039 as delimiters; make sure article ends with newline.
4040 (nnmbox-delete-mail): Correct last position of article to be deleted;
4041 ignore X-Gnus-Newsgroup header in article body.
4042 (nnmbox-save-mail): Quote lines looking like delimiters at the right
4043 positions; make sure article ends with newline.
4044
01c52d31
MB
4045 * message.el (message-display-abbrev): Don't infloop when a user
4046 inserts SPC in the beginning of header.
4047
40482007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
4049
4050 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4051 list of groups not followed by default. Fix type to be regexp.
4052 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4053
40542007-09-06 Tassilo Horn <tassilo@member.fsf.org>
4055
4056 * hmac-def.el (define-hmac-function): Switch from old-style to
4057 new-style backquotes.
4058
002876ab 4059 * md4.el (md4-make-step): Likewise.
01c52d31
MB
4060
40612007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
4062
4063 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4064 raw-text coding system when saving .newsrc file, which may contain
4065 non-ASCII group names.
4066
4b70e299
MB
40672007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
4068
4069 * gnus-cus.el (gnus-score-extra): New widget.
4070 (gnus-score-extra-convert): New function.
4071 (gnus-score-customize): Use it for Extra.
4072
01c52d31
MB
40732007-08-31 Daiki Ueno <ueno@unixuser.org>
4074
4075 * mml2015.el (mml2015-extract-cleartext-signature): New function.
4076 (mml2015-mailcrypt-clear-verify): Use it.
4077 (mml2015-gpg-clear-verify): Use it.
4078 (mml2015-pgg-clear-verify): Use it.
4079 (mml2015-epg-clear-verify): Replace the current part with the output
4080 from GnuPG; don't extract the plaintext by itself.
4081
4082 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4083 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4084 mml2015-clear-verify-function; don't touch the armor headers or
4085 dash-escaped text here.
4086
40872007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
4088
4089 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4090 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4091 parts, or application/octet-stream as a last resort.
4092 (gnus-mime-view-part-as-type): Don't toggle display.
4093 (gnus-mime-view-part-as-charset): Don't turn off display before
4094 querying charset.
4095
4096 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4097 stuff to undisplayer function in Emacs.
4098 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4099
4100 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4101 text/calendar parts.
4102
7f22a765
MB
41032007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
4104
01c52d31
MB
4105 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4106 decoding text/calendar parts.
4107
4108 * message.el (message-forward-make-body-mime): Always mark body as
4109 having no illegible text; remove signed-or-encrypted argument.
4110 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4111
7f22a765
MB
4112 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4113 (mml-generate-mime-1): Don't encode body if it is specified to be in
4114 raw form; don't make buffer be unibyte when inserting multibyte string.
4115
67d0660b
SM
41162007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4117
4118 * sha1.el: Fix up comment style.
4119 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4120 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4121
4122 * hex-util.el: Fix up comment style.
4123 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4124
4125 * gnus-salt.el: Use with-current-buffer.
4126 (gnus-pick-setup-message): Fix long-standing typo.
4127
bdaf8a62
MB
41282007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
4129
01c52d31
MB
4130 * imap.el (imap-logout-timeout): New variable.
4131 (imap-logout, imap-logout-wait): New functions.
4132 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4133
4134 * nnimap.el (nnimap-logout-timeout): New server variable.
4135 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4136 nnimap-logout-timeout.
4137
bdaf8a62
MB
4138 * gnus-art.el (gnus-article-summary-command-nosave)
4139 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4140
41412007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
4142
4143 * gnus.el (gnus-maximum-newsgroup): New variable.
4144
4145 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4146 according to gnus-maximum-newsgroup.
4147
4148 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
67d0660b
SM
4149 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4150 Limit the range of articles according to gnus-maximum-newsgroup.
bdaf8a62 4151
01c52d31
MB
41522007-08-14 Tassilo Horn <tassilo@member.fsf.org>
4153
4154 * gnus-art.el (gnus-sticky-article): Fixed problems described in
4155 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
4156 Don't perform gnus-configure-windows here; reuse existing sticky
4157 article buffer.
4158
4159 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4160 it doesn't exist in gnus-article-mode.
4161
41622007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
4163
4164 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4165 (gnus-agent-decoded-group-name): New function.
4166 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4167 (gnus-agent-expire-group-1): Use it; decode group name in messages.
4168
41692007-08-12 Tassilo Horn <tassilo@member.fsf.org>
4170
4171 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4172 Add binding for gnus-sticky-article.
4173 (gnus-summary-exit): Don't kill sticky article buffers.
4174
4175 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4176 article buffer.
4177 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4178 (gnus-kill-sticky-article-buffers): New commands.
4179
37cc095b
MB
41802007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
4181
4182 * nntp.el (nntp-xref-number-is-evil): New server variable.
4183 (nntp-find-group-and-number): If it is non-nil, don't trust article
4184 numbers in the Xref header.
4185
01c52d31
MB
41862007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4187
4188 * gnus-agent.el (gnus-agent-read-group): New function.
4189 (gnus-agent-flush-group, gnus-agent-expire-group)
4190 (gnus-agent-regenerate-group): Use it.
4191 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4192 nnmail-pathname-coding-system.
4193
37cc095b
MB
41942007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
4195
4196 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4197
01c52d31
MB
4198 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4199 that are unread as unread, and also as selected so that information of
4200 marks having been changed by a user may be updated when exiting group.
4201
37cc095b
MB
42022007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
4203
4204 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
4205
01c52d31
MB
42062007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
4207
4208 * gnus-art.el (gnus-mime-display-single): Pass part number that is
4209 calculated ignoring signature parts to gnus-treat-article.
4210
42112007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
4212
4213 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4214 a point here in order to keep the window start.
4215 (gnus-insert-mime-security-button): Make a button overlay without the
4216 front stickiness.
4217 (gnus-mime-display-security): Goto the end of a button.
4218
4219 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4220
42212007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
4222
4223 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4224 group-name-at-point.
4225 (gnus-group-completing-read): New function that offers decoded
4226 non-ASCII group names for completion.
4227 (gnus-fetch-group, gnus-group-read-ephemeral-group)
4228 (gnus-group-jump-to-group, gnus-group-make-group-simple)
4229 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4230 (gnus-group-fetch-control): Use it.
4231 (gnus-fetch-group): Use group-name-at-point for the initial value
4232 rather than the default value; use gnus-alive-p.
4233
4234 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4235 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4236 (gnus-summary-post-news): Use gnus-group-completing-read.
4237
4238 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4239 (gnus-read-move-group-name): Decode group name for completion.
4240
f0131492 42412007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31
MB
4242
4243 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4244 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4245 Yamaoka slightly modified the code).
4246
42472007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4248
4249 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4250 (nnmail-split-incoming): Bind it.
4251
4252 * nnml.el (nnml-group-name-charset): New function.
4253 (nnml-decoded-group-name): Use it; don't decode group name if
4254 nnmail-group-names-not-encoded-p is non-nil.
4255 (nnml-encoded-group-name): New function.
4256 (nnml-group-pathname): Inline nnml-decoded-group-name.
4257 (nnml-request-expire-articles): Decode group name in message.
4258 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4259 nnmail-pathname-coding-system.
4260 (nnml-save-mail, nnml-active-number): Work with decoded group names and
4261 not decoded ones according to nnmail-group-names-not-encoded-p.
4262 (nnml-generate-active-info): Use nnml-encoded-group-name.
4263
3ecd3a56
GM
42642007-08-08 Glenn Morris <rgm@gnu.org>
4265
4266 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4267 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4268 doc-strings and comments.
4269
cacc7b51
GM
42702007-07-25 Glenn Morris <rgm@gnu.org>
4271
4272 * Relicense all FSF files to GPLv3 or later.
4273
01c52d31 42742007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2f62a044 4275
01c52d31
MB
4276 * gnus-sum.el (gnus-summary-move-article): Make
4277 gnus-summary-respool-article work.
2f62a044 4278
f931ce84
MB
42792007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
4280
4281 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4282 string.
4283
880820fe 42842007-07-20 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
4285
4286 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
4287 that should be ignored when comparing distant RSS articles with local
4288 ones.
4289 (nnrss-make-hash-index): New function. Create a hash index according
4290 to the ignored fields.
4291 (nnrss-check-group): Use it.
4292
42932007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
4294
4295 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4296
4297 * gnus-art.el (article-decode-group-name): Decode Xref header too.
4298
4299 * gnus-group.el (gnus-group-make-group): Encode group name here unless
4300 the new optional argument ENCODED is non-nil.
4301 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4302 coding system for encoding group name.
4303 (gnus-group-make-rss-group): Pass un-encoded group name to
4304 gnus-group-make-group.
4305 (gnus-group-set-info): Tell gnus-group-make-group that group name is
4306 encoded.
4307
4308 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4309 Encode group name to which articles are moved or copied.
4310 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4311 coding system for encoding Newsgroup, Followup-To and Xref headers.
4312
4313 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4314 marks; use nnheader-file-coding-system to write a file.
4315 (nnagent-retrieve-headers): Bind file-name-coding-system to
4316 nnmail-pathname-coding-system.
4317
4318 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4319
4320 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4321 (nnml-request-article, nnml-request-create-group)
4322 (nnml-request-rename-group, nnml-find-id)
4323 (nnml-possibly-change-directory, nnml-possibly-create-directory)
4324 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4325 (nnml-save-marks): Use nnml-group-pathname instead of
4326 nnmail-group-pathname.
4327
4328 (nnml-request-create-group, nnml-request-expire-articles)
4329 (nnml-request-move-article, nnml-request-delete-group)
4330 (nnml-deletable-article-p, nnml-possibly-create-directory)
4331 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4332 (nnml-open-marks): Bind file-name-coding-system to
4333 nnmail-pathname-coding-system.
4334
4335 (nnml-request-article): Pass server argument to nnml-find-group-number.
4336 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4337 server argument to nnml-possibly-create-directory.
4338 (nnml-request-accept-article): Pass server argument to
4339 nnml-active-number and nnml-save-mail.
4340 (nnml-find-group-number): Pass server argument to nnml-find-id.
4341 (nnml-request-update-info): Pass server argument to
4342 nnml-marks-changed-p.
4343
4344 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4345 (nnml-save-mail, nnml-active-number): Add server argument.
4346
4347 (nnml-request-delete-group): Warn if group is missing.
4348 (nnml-get-nov-buffer): Decode group name.
4349 (nnml-generate-active-info): Encode group name.
4350 (nnml-open-marks): Decode group name in messages.
4351
43522007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
4353
4354 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4355 if it is not specified.
4356 (gnus-article-pipe-part, gnus-article-save-part)
4357 (gnus-article-interactively-view-part, gnus-article-copy-part)
4358 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4359 (gnus-article-inline-part, gnus-article-save-part-and-strip)
4360 (gnus-article-replace-part, gnus-article-delete-part)
4361 (gnus-article-view-part-as-type): Pass raw prefix argument to
4362 gnus-article-part-wrapper.
4363
43642007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
4365
4366 * gnus-agent.el (gnus-agent-save-active): Bind
4367 nnheader-file-coding-system to gnus-agent-file-coding-system.
4368
4369 * gnus-cache.el (gnus-cache-save-buffers)
4370 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4371 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4372 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4373 (gnus-cache-braid-nov, gnus-cache-braid-heads)
4374 (gnus-cache-generate-active, gnus-cache-rename-group)
4375 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4376 (gnus-cache-update-overview-total-fetched-for): Bind
4377 file-name-coding-system to nnmail-pathname-coding-system.
4378 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4379 variables.
4380 (gnus-cache-decoded-group-name): New function.
4381 (gnus-cache-file-name): Use it.
4382 (gnus-cache-generate-active): Use non-decoded group name for active.
4383
4384 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4385 right place.
4386 (gnus-write-active-file): Don't break non-ASCII group names.
4387
4388 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4389 nnmail-pathname-coding-system.
4390
4391 * gnus-uu.el (gnus-uu-decode-save): Typo.
4392
f931ce84
MB
43932007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
4394
4395 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4396
2f62a044
MB
43972007-07-14 David Kastrup <dak@gnu.org>
4398
4399 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
4400 finishing actions if we did not edit the article.
4401
01c52d31
MB
44022007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
4403
4404 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4405 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4406 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4407 (gnus-agent-flush-group, gnus-agent-flush-cache)
4408 (gnus-agent-fetch-headers, gnus-agent-load-alist)
4409 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4410 (gnus-agent-retrieve-headers, gnus-agent-request-article)
4411 (gnus-agent-regenerate-group)
4412 (gnus-agent-update-files-total-fetched-for)
4413 (gnus-agent-update-view-total-fetched-for): Bind
4414 file-name-coding-system to nnmail-pathname-coding-system.
4415 (gnus-agent-group-pathname): Don't encode file names by
4416 nnmail-pathname-coding-system.
4417 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4418 coding-system-for-write instead of buffer-file-coding-system to
4419 gnus-agent-file-coding-system.
4420
4421 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4422 Decode group name.
4423
4424 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4425
4426 * gnus-start.el (gnus-update-active-hashtb-from-killed)
4427 (gnus-read-newsrc-el-file): Make group names unibyte.
4428
4429 * nnmail.el (nnmail-group-pathname): Don't encode file names by
4430 nnmail-pathname-coding-system.
4431
4432 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4433 (nnrss-request-delete-group): Bind file-name-coding-system to
4434 nnmail-pathname-coding-system.
4435 (nnrss-read-server-data, nnrss-read-group-data): Bind
4436 file-name-coding-system correctly.
4437 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4438
4439 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4440 (nntp-server-to-method-cache): New variable.
4441 (nntp-group-pathname): New function that decodes non-ASCII group names.
4442 (nntp-possibly-create-directory, nntp-marks-changed-p)
4443 (nntp-save-marks, nntp-open-marks): Use it.
4444 (nntp-possibly-create-directory, nntp-open-marks):
4445 Bind file-name-coding-system to nnmail-pathname-coding-system.
4446 (nntp-open-marks): Decode group names when bootstrapping marks.
4447
4448 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4449 Newsgroups and Folowup-To headers.
4450
82fe1aed
MB
44512007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
4452
4453 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4454 (gnus-server-closed-face, gnus-server-denied-face)
4455 (gnus-server-offline-face): Remove variable.
4456 (gnus-server-font-lock-keywords): Use faces that are not aliases.
4457
01c52d31
MB
4458 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4459 of modifying message-stack directly for XEmacs.
4460
82fe1aed
MB
4461 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4462 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4463 if the coding-system argument is nil for XEmacs.
4464
4465 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4466 mm-charset-override-alist.
4467
4468 * rfc2047.el: Don't require base64; require rfc2045 for the function
4469 rfc2045-encode-string.
4470 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4471 to quote the parameter value.
4472
01c52d31
MB
44732007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
4474
4475 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4476 form in gnus-group-name-charset-method-alist.
4477
4478 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4479 overrides the default layout edit-form.
4480
4481 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4482
4483 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4484
60b0b668
MB
44852007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
4486
4487 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4488 as unfetched articles.
4489
44902007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
4491
4492 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4493
01c52d31
MB
44942007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4495
4496 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4497 original back end that keeps marks in the local system.
4498
60b0b668
MB
44992007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
4500
01c52d31
MB
4501 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4502 arg of pop-to-buffer for XEmacs.
4503 (gnus-article-read-summary-keys): Ditto; don't restore window
4504 configuration if summary command ends up with neither article buffer
4505 nor summary buffer; describe bindings if summary keys end with C-h.
4506
45072007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
4508
4509 * message.el (message-fix-before-sending): Skip raw message part to be
4510 forwarded while checking illegible text.
4511 (message-forward-make-body-mime, message-forward-make-body): Mark
4512 signed or encrypted raw message as having no illegible text.
4513
45142007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
4515
4516 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4517 (gnus-message-with-timestamp-1): New macro.
4518 (gnus-message-with-timestamp): New function.
4519 (gnus-message): Use them.
4520
4521 * nnheader.el (nnheader-message): Use them.
4522
45232007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
4524
4525 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4526 .newsrc.eld file.
60b0b668 4527
5cedca8d
MB
45282007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
4529
4530 * gnus-agent.el (gnus-agent-fetch-headers)
4531 (gnus-agent-retrieve-headers): Bind
4532 gnus-decode-encoded-address-function to identity.
4533
4534 * nntp.el (nntp-send-xover-command): Recognize an xover command is
4535 available also when the server returns simply a dot.
4536
4537 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
4538
524705ae
MB
45392007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
4540
01c52d31
MB
4541 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
4542
45432007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
4544
524705ae
MB
4545 * gnus-ems.el (gnus-x-splash): Make it work.
4546
4547 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
4548 from being used.
4549
01c52d31
MB
45502007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
4551
4552 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
4553 the front stickiness.
4554 (gnus-article-summary-command-nosave): Correct the order of the
4555 arguments passed to pop-to-buffer.
4556 (gnus-article-read-summary-keys): Ditto; make it work properly when the
4557 summary command ends up with the article buffer.
4558
4559 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
4560 the same faces.
524705ae 4561
770edeec
JB
45622007-06-07 Juanma Barranquero <lekktu@gmail.com>
4563
524705ae 4564 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
770edeec 4565
34c5dce5
JB
45662007-06-06 Juanma Barranquero <lekktu@gmail.com>
4567
3e3dc2c3
JB
4568 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
4569 * gnus-sum.el (gnus-summary-highlight):
524705ae 4570 * mail-source.el (mail-source-delete-old-incoming-confirm):
3e3dc2c3 4571 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
34c5dce5 4572
524705ae
MB
45732007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
4574
4575 * gnus-art.el (gnus-mime-view-part-externally)
4576 (gnus-mime-view-part-internally): Fix predicate function passed to
4577 completing-read.
4578
01c52d31
MB
4579 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
4580
4581 * gnus.el (gnus-update-message-archive-method): Add :version.
4582
45832007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
4584
4585 * gnus.el (gnus-update-message-archive-method): New variable.
4586
4587 * gnus-start.el (gnus-setup-news): Update saved "archive" method
4588 according to gnus-message-archive-method if
4589 gnus-update-message-archive-method is non-nil.
4590
45912007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
4592
4593 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
4594 by Loic Dachary <loic@dachary.org>.
4595 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
524705ae 4596
c14dcd06
CY
45972007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
4598
4599 * message.el (message-pop-to-buffer): Add switch-function argument.
4600 (message-mail): Pass switch-function argument to it.
524705ae 4601
01c52d31
MB
46022007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
4603
4604 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
4605 Improve doc string.
4606
46072007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
4608
4609 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
4610 (gnus-header-content)
4611 * gnus-cite.el (gnus-cite-10)
4612 * gnus-srvr.el (gnus-server-closed)
4613 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
4614 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
4615 (gnus-group-mail-3-empty, gnus-group-mail-low)
4616 (gnus-group-mail-low-empty, gnus-splash)
4617 * message.el (message-header-to, message-header-cc)
4618 (message-header-subject, message-header-other, message-header-name)
4619 (message-header-xheader, message-separator, message-cited-text)
4620 (message-mml): Lighten colors of faces used for dark background.
4621
46222007-05-24 Simon Josefsson <simon@josefsson.org>
4623
4624 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
4625 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
4626
524705ae
MB
46272007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4628
c9e31f32
SM
4629 * message.el (message-narrow-to-headers-or-head):
4630 Ignore mail-header-separator in the body.
524705ae 4631
01c52d31
MB
46322007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
4633
4634 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
4635 same as window size.
4636
46372007-05-22 Kevin Ryde <user42@zip.com.au>
4638
4639 * message.el (message-font-lock-keywords): Use message-header-xheader
4640 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
4641 ahead of the anything pattern, to get it recognised.
4642
880820fe 46432007-05-12 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
4644
4645 * gnus-sum.el (gnus-articles-to-read)
4646 (gnus-summary-insert-old-articles): Don't truncate group name for
4647 `read-string'.
4648
4649 * gnus-util.el (gnus-limit-string): Delete this function.
4650
4651 * gnus-sum.el (gnus-simplify-subject-fully): Use
4652 `truncate-string-to-width' instead.
4653
880820fe 46542007-05-11 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
4655
4656 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
4657 if, on summary exit, the next group has to be selected.
4658 (gnus-summary-exit): Use it.
4659
524705ae
MB
46602007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
4661
4662 * gnus-art.el (gnus-article-mode): Fix comment about displaying
4663 non-break space.
c14dcd06 4664
01c52d31
MB
46652007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4666
4667 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
4668 Check if group is not a directory.
4669 (nnfolder-request-expire-articles): Don't delete articles if the target
4670 group is not available.
4671
4672 * nnml.el (nnml-request-create-group): Properly check if group is not a
4673 file.
4674 (nnml-request-expire-articles): Don't delete articles if the target
4675 group is not available.
4676
4677 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4678 Don't quote characters that are within parentheses.
4679
46802007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
4681
4682 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
4683 (gnus-handle-ephemeral-exit): Select article according to it.
4684
46852007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
4686
4687 * message.el (message-insert-formated-citation-line): Remove newline.
4688 (message-citation-line-format): Add final \n here so that the user can
4689 avoid a blank line.
4690
46912007-05-03 Dan Christensen <jdc@uwo.ca>
4692
4693 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4694 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4695 Update lanl/arXiv support.
596e5f72 4696
01c52d31
MB
46972007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
4698
4699 * gnus.el: Bump version number.
4700
47012007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4702
4703 * gnus.el (gnus-version-number): Bump version.
4704
9b3ebcb6 47052007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
01c52d31
MB
4706
4707 * gnus.el: No Gnus v0.6 is released.
4708
47092007-04-27 Didier Verna <didier@xemacs.org>
4710
4711 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
4712 * gmm-utils.el (gmm-regexp-concat): here.
4713 * message.el: Don't require 'gnus-util.
4714 (message-dont-reply-to-names): Handle name change above.
4715 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
4716
47172007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
4718
4719 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
4720 since the initial value varies according to the system.
4721
47222007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
4723
4724 * mm-util.el (mm-charset-synonym-alist): Defcustom.
4725
47262007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
4727
4728 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
4729
47302007-04-24 Didier Verna <didier@xemacs.org>
4731
4732 Improve the type of gnus-ignored-from-addresses.
4733 * gnus-util.el (gnus-orify-regexp): New function.
4734 * message.el (gnus-util): Require it.
4735 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
4736 * gnus-sum.el (gnus-ignored-from-addresses): New function.
4737 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
4738
47392007-04-24 Didier Verna <didier@xemacs.org>
4740
4741 * gnus-sum.el:
4742 * gnus-utils.el: Fix some trailing whitespaces.
4743
47442007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
4745
4746 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
4747 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
4748 article's Message-ID; refer parent article in summary buffer.
4749
4750 * message.el (message-bounce): Call mime-to-mml.
4751
47522007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4753
4754 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
596e5f72 4755
6b554e88
MB
47562007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
4757
4758 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
4759 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
4760 displayed of multipart/alternative part if it is invoked from summary
4761 buffer.
6b554e88
MB
4762
4763 * mm-view.el (mm-inline-text-html-render-with-w3m)
4764 (mm-inline-text-html-render-with-w3m-standalone)
4765 (mm-inline-render-with-function): Use mail-parse-charset by default.
4766
01c52d31
MB
47672007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
4768
4769 * parse-time.el (parse-time-string-chars): Check if CHAR
4770 is less than the length of parse-time-syntax.
4771
47722007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
4773
4774 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
4775 from gnus-newsgroup-processable.
4776
47772007-04-16 Didier Verna <didier@xemacs.org>
4778
4779 * gnus-msg.el (gnus-configure-posting-styles): Handle
002876ab 4780 message-signature-directory properly with :file syntax. Reported by
01c52d31
MB
4781 "Leo".
4782
47832007-04-11 Didier Verna <didier@xemacs.org>
4784
4785 New user option: message-signature-directory.
4786 * gnus-msg.el (gnus-configure-posting-styles): Support it.
4787 * message.el (message-insert-signature): Ditto.
4788 * message.el (message-signature-file): Doc update.
4789 * message.el (message-signature-directory): New.
4790
c429815a
MB
47912007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
4792
4793 * gnus-msg.el (gnus-inews-yank-articles): Use
4794 message-exchange-point-and-mark instead of exchange-point-and-mark.
4795
47962007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
4797
4798 * message.el (message-yank-original): Make sure cited text ends with
4799 newline; don't exchange point and mark.
4800
48012007-04-07 Chong Yidong <cyd@stupidchicken.com>
4802
4803 * tls.el (open-tls-stream): Properly handle case where there
4804 is no associated buffer.
4805
c345112e
TTN
48062007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
4807
4808 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
4809 message-yank-original, make sure (< mark TEXT point).
4810
8aed9ac5
RS
48112007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
4812
01c52d31
MB
4813 * message.el (message-fill-column): New variable.
4814 (message-mode): Use it. Add comment on a possible new hook.
4815
8aed9ac5
RS
4816 * nnmail.el (nnmail-spool-file): Mark as obsolete.
4817 (nnmail-get-new-mail): Reformat.
4818
4819 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
4820
4821 * gmm-utils.el: Fix Commentary.
4822 (gmm-tool-bar-from-list): Fix typo in doc string.
4823
561fb491
TTN
48242007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
4825
01c52d31
MB
4826 * message.el (message-yank-original): Don't switch point and mark
4827 unnecessarily to put point and mark as documented.
4828
48292007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4830
4831 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
4832 from the message heads.
4833
48342007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
4835
4836 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
4837 article buffer does not have a window. This may not be the best
4838 solution but is certainly better than setting the start of the null,
4839 that is the current, window.
4840
48412007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
4842
4843 * gnus-draft.el (gnus-draft-setup-hook): New hook.
4844 (gnus-draft-setup): Run it.
4845
4846 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
4847 gnus-score-fast-scoring. Allow regexp.
4848 (gnus-score-headers): Use it.
4849
4850 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
4851 XEmacs.
4852
4853 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
4854 string.
4855 (gnus-button-alist): Also catch `<f1> k ...'.
4856 (gnus-treat-display-x-face): Fix doc string.
561fb491 4857
87ba2830
MB
48582007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4859
4860 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
4861 evaluation of gnus-extended-version to ensure correct generation of the
4862 User-Agent header when message-generate-headers-first is used.
4863
01c52d31 48642007-03-24 Simon Josefsson <simon@josefsson.org>
87ba2830 4865
01c52d31
MB
4866 * hashcash.el (hashcash-generate-payment-async): Don't crash if
4867 hashcash-path is nil. Don't call callback with incorrect number of
4868 parameters if val is 0.
87ba2830 4869
815b81c8
MB
48702007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4871
4872 * message.el (message-required-news-headers):
4873 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
4874
48752007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
4876
4877 * message.el (message-generate-new-buffers): Change the meaning of the
4878 nil value; add `standard' to the choices; treat t as `unique'; improve
4879 doc string.
4880 (gnus-select-frame-set-input-focus): Autoload.
4881 (message-buffer-name): Search for the existing message buffer if
4882 message-generate-new-buffers is nil or `standard'; treat the value t of
4883 message-generate-new-buffers as `unique'.
4884 (message-pop-to-buffer): Raise the frame already displaying the message
4885 buffer; clear the echo area after querying.
4886 (message-setup): Pass the `continue' argument to compose-mail.
4887 (message-mail): Prefer `switch-function' if it is given; search for the
4888 existing message buffer if the `continue' argument is non-nil; pass
4889 continue and switch-function arguments to compose-mail by way of
4890 message-setup.
4891 (message-mail-other-window): Adjust argument of message-setup.
4892 (message-mail-other-frame): Ditto.
4893
01c52d31
MB
48942007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
4895
4896 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
4897 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
4898 to turn font-lock on when turning gnus-message-citation-mode on.
4899
49002007-03-06 Daiki Ueno <ueno@unixuser.org>
4901
4902 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
4903 (mml-smime-function-alist): New variable; add epg as the backend.
4904 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
4905 mml-smime- functions instead.
4906 * mm-view.el: Require smime.
4907
49082007-03-05 Didier Verna <didier@xemacs.org>
4909
4910 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
4911 instead of just inheritance for posting styles.
4912 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
4913
49142007-02-24 John Paul Wallington <jpw@pobox.com>
4915
4916 * tls.el (tls-certtool-program): Fix custom type.
4917
49182007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
4919
4920 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
4921 and point-at-eol instead of line-(beginning|end)-position.
4922
4923 * assistant.el (assistant-parse-buffer): Ditto.
4924
49252007-02-28 Daiki Ueno <ueno@unixuser.org>
4926
4927 * mml2015.el (mml2015-epg-find-usable-key): New function.
4928 (mml2015-epg-sign): Use it.
4929 (mml2015-epg-encrypt): Use it.
4930
45cb30ee
MB
49312007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
4932
4933 * message.el (message-make-in-reply-to): Quote name containing
4934 non-ASCII characters. It will make the RFC2047 encoder cause an error
4935 if there are special characters. Reported by NAKAJI Hiroyuki
82bdbd4d 4936 <nakaji@jp.freebsd.org>.
45cb30ee 4937
01c52d31
MB
49382007-02-27 Didier Verna <didier@xemacs.org>
4939
4940 Include the group parameters as well as the topic ones in the
4941 inheritance filter process.
4942 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
4943 argument GROUP-PARAMS-LIST.
4944 * gnus-topic.el (gnus-group-topic-parameters): Use it.
4945
45cb30ee
MB
49462007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
4947
4948 * nntp.el (nntp-never-echoes-commands)
4949 (nntp-open-connection-functions-never-echo-commands): New variables.
4950 (nntp-send-command): Use them.
4951
01c52d31
MB
49522007-02-20 Daiki Ueno <ueno@unixuser.org>
4953
4954 * mml2015.el (mml2015-epg-verify): Simplified.
4955
49562007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
4957
4958 * mml.el (mml-content-disposition-alist): New user option.
4959 (mml-content-disposition): New function.
4960 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
4961 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
4962
49632007-02-19 Daiki Ueno <ueno@unixuser.org>
4964
4965 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
4966 verification.
4967
aa260d63
MB
49682007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4969
4970 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
4971 articles posted in the last 24 hours.
4972
c371062c
CY
49732007-02-14 Chong Yidong <cyd@stupidchicken.com>
4974
4975 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
4976
880820fe 49772007-02-14 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
4978
4979 * nntp.el (nntp-send-command): Don't wait for echoes when
4980 nntp-open-ssl-stream is used.
4981
49822007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
4983
4984 * gnus-cite.el (gnus-test-font-lock-add-keywords)
4985 (gnus-message-add-citation-keywords)
4986 (gnus-message-remove-citation-keywords): Remove.
4987 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
4988 directly, make the variables in font-lock-defaults buffer-local, add
4989 gnus-message-citation-keywords to them and then update the value of
4990 font-lock-keywords.
4991
49922007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
4993
4994 * message.el (message-cite-original-1): Don't call
4995 gnus-article-highlight-citation.
4996
4997 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
4998 citations; fix line count.
4999
50002007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5001
5002 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5003 (gnus-message-add-citation-keywords)
5004 (gnus-message-remove-citation-keywords): Use it; fix the emulating
5005 versions of font-lock-add-keywords and font-lock-remove-keywords to
5006 work with XEmacs correctly.
5007
50082007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
5009
5010 * gnus-cite.el (gnus-cite-face-list): Set the values of
5011 gnus-message-max-citation-depth and gnus-message-citation-keywords.
5012 (gnus-message-max-citation-depth): Use defvar rather than defconst.
5013 (gnus-message-cite-prefix-regexp): New variable.
5014 (gnus-message-search-citation-line): Use it; protect against long
5015 citation prefix; fill match data with nil rather than 0 for XEmacs; set
5016 the 0th match data for Emacs.
5017 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5018 (gnus-message-add-citation-keywords): Append keywords rather than
5019 prepending; emulate font-lock-add-keywords if it is not available.
5020 (gnus-message-remove-citation-keywords): Emulate
5021 font-lock-remove-keywords if it is not available.
5022
5023 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5024
5025 * message.el (message-cite-prefix-regexp): Set the value of
5026 gnus-message-cite-prefix-regexp.
5027
c91f4b83
MB
50282007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5029
5030 * nnweb.el (nnweb-google-parse-1): Update parser.
5031
8f77631e
JB
50322007-01-29 Juanma Barranquero <lekktu@gmail.com>
5033
5034 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5035
41e49ce6
MB
50362007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5037
5038 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5039 regexp.
5040
50412007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
5042
5043 * uudecode.el (uudecode-string-to-multibyte): New function emulating
5044 string-to-multibyte.
5045 (uudecode-decode-region-internal): Use it.
5046
b28080e3
MB
50472007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
5048
5049 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5050 custom choice.
5051
5052 * gnus-art.el (gnus-signature-limit): Fix custom choice.
5053
01c52d31
MB
50542007-01-22 Daiki Ueno <ueno@unixuser.org>
5055
5056 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5057
5058 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5059 `write-region' to respect `mm-inhibit-file-name-handlers'.
5060
b66f54c1
MB
50612007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
5062
5063 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5064 Use gnus-home-directory instead of "~/" or "$HOME".
5065
01c52d31
MB
50662007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
5067
5068 * encrypt.el (encrypt-insert-file-contents): Add better prompt
5069 to mention filename.
5070 Add comments at beginning regarding usage.
5071 (encrypt-write-file-contents): Change interactive so a string is
5072 acceptable. If the file has no associated model, show an error instead
5073 of a nonsense prompt.
5074
50752007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5076
5077 * spam.el (spam-bsfilter-ham-switch): Fix typo.
5078 Thanks to Yoshihiko Yamada for kind notification of this typo.
5079
0d7c8ac4
KH
50802007-01-12 Kenichi Handa <handa@m17n.org>
5081
5082 * uudecode.el (uudecode-decode-region-internal): Make it work in a
5083 multibyte buffer.
651408cb
MB
5084
50852007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
5086
01c52d31
MB
5087 * gnus-score.el (gnus-score-fast-scoring): New variable.
5088 (gnus-score-headers): Use it.
5089
651408cb 5090 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
0d7c8ac4 5091
01c52d31
MB
5092 * message.el (message-cite-original-1): Call
5093 gnus-article-highlight-citation if requested.
60ece9b0 5094 (message-make-from): Allow name and address as optional arguments.
40e902eb 5095
01c52d31 5096 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
40e902eb 5097
01c52d31
MB
5098 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5099 bugs to doc string.
5100 (gnus-button-alist): Add mid\\|message-id.
5101 (gnus-button-fetch-group): Extend for use in
5102 `browse-url-browser-function'.
5103 (gnus-button-url-regexp): Try to catch paired parentheses like in
5104 Wikipedia URLs.
d84c3737 5105
01c52d31
MB
5106 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5107 Suggested by Simon Krahnke <overlord@gmx.li>.
d84c3737 5108
01c52d31 51092007-01-13 Romain Francoise <romain@orebokech.com>
ba361211 5110
01c52d31
MB
5111 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5112 Update copyright.
ba361211 5113
01c52d31 51142007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
ba361211 5115
01c52d31 5116 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
ba361211 5117
01c52d31 51182007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
ba361211 5119
01c52d31
MB
5120 * gnus-registry.el (gnus-registry-unfollowed-groups)
5121 (gnus-registry-split-fancy-with-parent): Fix documentation.
5122
51232007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5124
5125 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5126 from nnweb groups.
5127
51282006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5129
5130 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5131 Xref urls. Erase buffer before requesting head.
5132
5133 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5134
51352007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
5136
5137 * gnus-soup.el (gnus-soup): New custom group. Make user variables
5138 customizable.
5139
51402007-01-05 Daiki Ueno <ueno@unixuser.org>
5141
5142 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5143 no signing key is found.
5144 (mml2015-epg-encrypt): Ask user whether to skip or abort if
5145 no encrypting and/or signing key is found.
5146
51472007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
5148
5149 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5150
51512007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5152
5153 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5154 headers read from disk with the ones newly found in the current search.
5155 This should no longer cause problems, because the article numbers in
5156 Gmane's `nov.php' output are ignored since the previous change.
ba361211
MB
5157
51582007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5159
5160 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5161
51622007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
5163
5164 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5165
01c52d31
MB
51662007-01-01 Romain Francoise <romain@orebokech.com>
5167
5168 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5169
51702006-12-31 Steve Youngs <steve@sxemacs.org>
5171
5172 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5173 `define-minor-mode' macro definition expanded properly.
5174 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5175 exclude it there.
5176
5177 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5178 of 2006-12-30. The default is nil on (S)XEmacs already because of the
5179 `fboundp' test.
5180 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5181 This is OK to autoload in (S)XEmacs now.
5182
51832006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5184
5185 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5186 keystroke.
5187 (gnus-summary-limit-to-singletons): Fix typo.
5188
5189 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5190 else fails.
5191
db629244
MB
51922006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5193
01c52d31
MB
5194 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5195 docstring.
5196
5197 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5198 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5199 (gnus-summary-insert-dormant-articles): Fix typo in message.
5200
52012006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
5202
5203 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5204 nil for XEmacs.
5205 (gnus-message-citation-mode): Don't autoload in XEmacs.
5206
5207 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
db629244 5208
880820fe 52092006-12-29 Jouni K. Seppänen <jks@iki.fi>
11e95b02
MB
5210
5211 * nnimap.el (nnimap-expunge-search-string): Mention
5212 nnimap-search-uids-not-since-is-evil in docstring.
5213
52142006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
5215
5216 * spam.el: Revert to make-obsolete-variable because
5217 define-obsolete-variable-alias is not supported in Emacs 21.
5218
01c52d31
MB
5219 * spam.el (spam-ifile-path, spam-ifile-database-path)
5220 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5221 make-obsolete-variable.
5222 (spam-bsfilter-path, spam-bsfilter-program)
5223 (spam-spamassassin-path, spam-spamassassin-program)
5224 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
5225 use "path" inappropriately.
5226 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5227 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5228 variable names.
5229
11e95b02
MB
52302006-12-28 Daiki Ueno <ueno@unixuser.org>
5231
5232 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5233 summary buffer.
5234
01c52d31
MB
5235 * password.el (password-cache-remove): Use clear-string to burn
5236 password, if available.
11e95b02 5237
01c52d31
MB
52382006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
5239
5240 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5241
5242 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5243
5244 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5245 (gnus-message-highlight-citation): Move defcustom here from
5246 gnus-cite.el.
5247 (gnus-message-citation-mode): Autoload.
5248
5249 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
5250 checks to make it compile with XEmacs.
5251 (gnus-message-citation-mode): New minor mode.
5252 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5253 (gnus-message-highlight-citation): New variables.
5254 (gnus-message-search-citation-line)
5255 (gnus-message-add-citation-keywords)
5256 (gnus-message-remove-citation-keywords)
5257 (turn-on-gnus-message-citation-mode)
5258 (turn-off-gnus-message-citation-mode): New functions.
5259
52602006-12-26 Oliver Scholz <epameinondas@gmx.de>
5261
5262 * gnus-cite.el: Enable highlighting of different citation levels in
5263 message-mode.
11e95b02
MB
5264
52652006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
5266
5267 * message.el (message-make-fqdn): Fix comment.
5268 (message-bogus-system-names): Add ".local".
5269
5270 * spam.el (spam-ifile-path, spam-ifile-program)
5271 (spam-ifile-database-path, spam-ifile-database)
5272 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5273 Don't use "path" inappropriately.
5274 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5275 strings.
5276 (spam-check-ifile, spam-ifile-register-with-ifile)
5277 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5278 new variable names.
5279
5280 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5281 (gnus-treat-display-smileys): Simplify using
5282 gnus-image-type-available-p.
5283
5284 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5285 available.
5286
52872006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
5288
5289 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5290 one after turning on the buffer's multibyteness instead of decoding
5291 them directly in the unibyte buffer that causes unexpected conversion
5292 in Emacs 23 (unicode).
5293
01c52d31
MB
52942006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5295
5296 * message.el (message-generate-hashcash): Fix custom type.
5297
52982006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
5299
5300 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5301
9b9e104e
MB
53022006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
5303
5304 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5305 disconnect icons. Add help text.
5306
01c52d31
MB
53072006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
5308
5309 * spam.el (spam-extra-header-to-number): CRM114 spam score is
5310 negated to be consistent with the others we handle.
5311
53122006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5313
5314 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5315 version of gnus-summary-buffer to something, so that we can use two
5316 article buffers at the same time.
5317
53182006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
5319
5320 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5321 trigger all the extra headers.
5322 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5323 sorting.
5324
53252006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5326
5327 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5328 solid groups.
5329
bcd3e063
MB
53302006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
5331
5332 * legacy-gnus-agent.el: Add Copyright notice.
5333
82e5f93f
CY
53342006-12-12 Chong Yidong <cyd@stupidchicken.com>
5335
5336 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5337
01c52d31
MB
53382006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5339
5340 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5341
5342 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5343 to make it work reliably in CVS Emacs.
5344 (gnus-summary-limit-strange-charsets-predicate)
5345 (gnus-summary-limit-to-predicate): New functions.
5346
f88e76a8
CY
53472006-12-08 Chong Yidong <cyd@stupidchicken.com>
5348
5349 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5350 specifying array size.
5351 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5352 array if it is too small.
5353 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5354 (gnus-sort-threads-loop): New function.
5355
e925d5ae 53562006-12-06 Chris Moore <dooglus@gmail.com>
04b61ae9
JB
5357
5358 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5359 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5360
880820fe 53612006-12-04 Jouni K. Seppänen <jks@iki.fi>
3aa84d30
MB
5362
5363 * mm-url.el (mm-url-predefined-programs): Call curl with correct
5364 options.
5365
01c52d31
MB
53662006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5367
5368 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5369 DOS-ing the recipient.
5370
5371 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5372 the headers when creating the mapping to avoid mismappings.
5373 (nnweb-gmane-create-mapping): Always nix out old mapping.
5374
53752006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
5376
5377 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5378 and mm-verify-option to never.
5379
5538c331
MB
53802006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
5381
01c52d31
MB
5382 * message.el (message-signed-or-encrypted-p): New function.
5383 (message-forward-make-body): Use it.
5384
5385 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5386 Replace encode-coding-string with mm-encode-coding-string.
5538c331
MB
5387
53882006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
5389
5390 * nneething.el (nneething-decode-file-name): Replace
5391 decode-coding-string with mm-decode-coding-string.
5392
01c52d31
MB
5393 * gnus-int.el (gnus-open-server): Say failed server's name.
5394
550831ed
JB
53952006-11-24 Juanma Barranquero <lekktu@gmail.com>
5396
5397 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5398 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5399
5400 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5401 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5402 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5403 (gnus-group-make-directory-group, gnus-group-transpose-groups):
5404 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5405 (gnus-subscribe-newsgroup, gnus-1):
5406 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5407 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5408 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5409 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5410
01c52d31
MB
54112006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5412
5413 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5414 keystroke.
5415 (gnus-summary-limit-to-bodies): Implement headersp.
5416
54172006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5418
5419 * dns.el (query-dns): Protect against "Process dns deleted" strings.
5420
e8f0f70d
MB
54212006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
5422
5423 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5424
01c52d31
MB
54252006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5426
5427 * message.el (message-generate-hashcash): Expand range of values to
5428 include `opportunistic'.
5429 (message-send-mail): Use it.
5430
b07e0143
MB
54312006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5432
5433 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5434 and comment it.
5435
5436 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5437
4573e0df
MB
54382006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
5439
5440 * gnus-util.el (gnus-extract-address-components): Improve comment.
5441
54422006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
5443
5444 * gnus-util.el (gnus-extract-address-components): Work with address in
5445 which the name portion contains @.
5446
54472006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
5448
5449 * gnus.el (gnus-start): Move custom group up.
5450 (gnus-select-method): Don't autoload, but make it available for
5451 `customize-variable'.
5452 (gnus-getenv-nntpserver): Don't autoload.
5453
01c52d31
MB
54542006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
5455
5456 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5457
54582006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
5459
5460 * message.el (message-sendmail-extra-arguments): New variable.
5461 (message-send-mail-with-sendmail): Use it.
5462
4573e0df
MB
54632006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
5464
5465 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5466 mm-with-unibyte-current-buffer to make string unibyte.
5467
5468 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5469 mm-string-as-multibyte.
5470
01c52d31
MB
54712006-11-14 Daiki Ueno <ueno@unixuser.org>
5472
5473 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5474 Reported by Werner Koch <wk@gnupg.org>.
5475
54762006-11-14 Daiki Ueno <ueno@p360>
5477
5478 * mml2015.el: Autoload epa-select-keys when compiling.
5479
54802006-11-13 Daiki Ueno <ueno@unixuser.org>
5481
5482 * mml2015.el (mml2015-epg-sign): Save the signing keys in
5483 message-options.
5484 (mml2015-epg-encrypt): Save the recipient keys in message-options.
5485
54862006-11-13 Daiki Ueno <ueno@unixuser.org>
5487
5488 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
5489 EasyPG (< 0.0.6).
5490 (mml2015-always-trust): New user option.
5491 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
5492 prompt.
5493
54942006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
5495
5496 * nntp.el (nntp-authinfo-force): New variable.
5497 (nntp-send-authinfo): Use it.
5498
4573e0df
MB
54992006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
5500
01c52d31
MB
5501 * message.el (message-strip-subject-encoded-words): Allow _not_ to
5502 decode encoded words. Improve prompt. Add comment about forwarding.
5503 (message-replacement-char): Move up.
4573e0df
MB
5504
55052006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5506
5507 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
5508 instead of gnus-intersection because arguments of gnus-sorted-nunion
5509 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
5510
01c52d31
MB
55112006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
5512
5513 * message.el (message-strip-subject-encoded-words): Reformat prompt.
5514 (message-simplify-subject-functions): Enable
5515 message-strip-subject-encoded-words by default.
5516
55172006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
5518
c4cc8b9a 5519 * message.el (message-strip-subject-encoded-words): New function.
01c52d31
MB
5520 (message-simplify-subject-functions): New variable.
5521 (message-simplify-subject): Use it. Fix typo in doc string.
5522 Support message-strip-subject-encoded-words.
5523
06856b12
JB
55242006-11-03 Juanma Barranquero <lekktu@gmail.com>
5525
5526 * gnus-diary.el (gnus-diary-delay-format-function):
5527 * nndiary.el (nndiary-reminders):
5528 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
5529
b193caa3
MB
55302006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
5531
5532 * gnus-art.el (article-hide-boring-headers): Fetch date from
5533 gnus-original-article-buffer to avoid problems with localized date
5534 strings.
5535
55362006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
5537
5538 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
5539
ab785936
MB
55402006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
5541
06856b12
JB
5542 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
5543 New variables.
ab785936
MB
5544 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5545 (mm-charset-synonym-alist): Move some entries to
5546 mm-codepage-iso-8859-list.
5547 (mm-charset-synonym-alist, mm-charset-override-alist): Add
5548 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5549
b90a6149
MB
55502006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
5551
5552 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
5553
55542006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5555
5556 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
5557 with Emacs 21 and XEmacs.
5558
01c52d31
MB
55592006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
5560
5561 * spam.el (spam-parse-address): New function for better parsing,
5562 catching errors, etc.
5563 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
5564
b90a6149
MB
55652006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
5566
5567 * mm-view.el: Add interactive arg to html2text autoload.
5568
55692006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
5570
5571 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
5572
01c52d31
MB
55732006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
5574
5575 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
5576 variables.
5577 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5578 (mm-charset-synonym-alist): Move some entries to
5579 mm-codepage-iso-8859-list.
5580
5581 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
5582
55832006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
5584
5585 * message.el (message-citation-line-format)
5586 (message-insert-formated-citation-line): Fix implementation of %E, %N
5587 and %n according to the doc string.
5588
55892006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
5590
5591 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5592 car-safe to avoid bad parses.
5593
c86d4601
MB
55942006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
5595
5596 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
5597 names.
5598
5599 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
5600
56012006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
5602
01c52d31
MB
5603 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
5604 header.
5605
5606 * message.el (message-draft-headers): Add Date.
5607 (message-headers-to-generate): Fix typo in docstring.
5608
5609 * nndraft.el (nndraft-required-headers): New variable.
5610 (nndraft-generate-headers): Use it.
5611
5612 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
5613
56142006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
5615
5616 * gnus-registry.el (gnus-registry-wash-for-keywords)
5617 (gnus-registry-find-keywords): New functions to allow easy searching of
5618 articles that are in the registry.
5619
56202006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
5621
5622 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5623 ietf-drums-parse-address instead of gnus-extract-address-components.
5624 Reported by Damien Elmes <damien@repose.cx>.
c86d4601
MB
5625
56262006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
5627
5628 * gnus.el (gnus-mime): Remove unused custom group.
5629
92edaeed
MB
56302006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5631
5632 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
5633 "blank line" when searching for end of armor headers.
5634
56352006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5636
5637 * gmm-utils.el (gmm-write-region): Fix variable name.
5638
56392006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
5640
5641 * gmm-utils.el (gmm-write-region): New function based on compatibility
5642 code from `mm-make-temp-file'.
5643
5644 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
5645
5646 * nnmaildir.el (nnmaildir--update-nov)
5647 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
5648 Use `gmm-write-region'.
5649
996aa8c1
MB
56502006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
5651
01c52d31
MB
5652 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
5653 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5654
5655 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
5656
5657 * message.el (message-replacement-char): New variable.
5658 (message-fix-before-sending): Use it.
5659 (message-simplify-subject): New function to remove duplicate code.
5660 (message-reply, message-followup): Use it.
5661
996aa8c1
MB
5662 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
5663 gnus-summary-limit-to-articles.
5664
01c52d31 56652006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
996aa8c1 5666
01c52d31 5667 * gnus-util.el (gnus-with-local-quit): New macro.
996aa8c1 5668
01c52d31 5669 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
996aa8c1 5670
01c52d31 56712006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 5672
01c52d31
MB
5673 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
5674 ignore non-string data.
996aa8c1 5675
01c52d31 56762006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 5677
01c52d31
MB
5678 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
5679 non-string data (needs to be done in the registry too).
996aa8c1 5680
01c52d31 56812006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 5682
01c52d31
MB
5683 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
5684 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
5685 (gnus-registry-split-fancy-with-parent)
5686 (gnus-registry-fetch-simplified-message-subject-fast)
5687 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
5688 Remove text properties on ingress into the registry and when it's saved.
5689 (gnus-registry-clean-empty-function): Fix bug with cleaning the
5690 registry from entries with no groups.
996aa8c1 5691
01c52d31 56922006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 5693
01c52d31
MB
5694 * gnus-util.el (gnus-string-remove-all-properties): Add utility
5695 function to remove string properties.
996aa8c1 5696
67099291
MB
56972006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
5698
5699 * gmm-utils.el (gmm): Adjust custom version.
5700
5701 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
5702 custom version.
5703
5704 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
5705
01c52d31
MB
57062006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
5707
5708 * gnus-art.el (gnus-insert-prev-page-button)
5709 (gnus-insert-next-page-button): Simplify. Reformat.
5710
57112006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
5712
5713 * gnus-art.el (gnus-insert-prev-page-button)
5714 (gnus-insert-next-page-button): Apply gnus-article-button-face.
5715
94019f61
CY
57162006-09-25 Chong Yidong <cyd@stupidchicken.com>
5717
5718 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
5719
01c52d31
MB
57202006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
5721
c4cc8b9a
JB
5722 * gnus-art.el (gnus-insert-mime-button)
5723 (gnus-insert-mime-security-button):
5724 Apply gnus-article-button-face to MIME and security buttons.
01c52d31
MB
5725
57262006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
5727
5728 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
5729 readable.
5730
57312006-09-20 Steve Youngs <steve@sxemacs.org>
5732
5733 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
5734 `browse-url-of-file' instead of `browse-url'.
5735
0327a464
MB
57362006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5737
5738 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5739 regexp. Articles containing quotation were cut prematurely.
5740
57412006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
5742
01c52d31
MB
5743 * message.el (message-cite-original-1): Use nobody by default for the
5744 value of From header.
0327a464
MB
5745 (message-reply): Ditto.
5746
01c52d31
MB
57472006-09-11 Daiki Ueno <ueno@unixuser.org>
5748
5749 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
5750 to the gnus-info. This fixes a bug of inline-PGP message verification.
5751 Reported by Michael Piotrowski <mxp@dynalabs.de>.
5752
b110774a
MB
57532006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
5754
5755 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
5756 mails in the doc string. Add some URLs in comment.
01c52d31 5757 (pop3-movemail): Warn about pop3-leave-mail-on-server.
b110774a
MB
5758
57592006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
5760
5761 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
5762 backslashes handling and the way to find boundaries of quoted strings.
5763
01c52d31
MB
57642006-09-07 Daiki Ueno <ueno@unixuser.org>
5765
5766 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
5767 mml1991-encrypt-to-self is set and mml1991-signers is not set.
5768 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
5769 mml2015-encrypt-to-self is set and mml2015-signers is not set.
5770
676c1893
RS
57712006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
5772
01c52d31
MB
5773 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
5774 doc string.
5775 (gnus-button-regexp, gnus-button-last): Remove unused variables.
5776
57772006-09-06 Simon Josefsson <jas@extundo.com>
5778
5779 * mml2015.el (mml2015-use): Doc fix, mention epg.
5780
57812006-09-06 Daiki Ueno <ueno@unixuser.org>
5782
5783 * mml2015.el (mml2015-use): Default to epg, if available.
5784
57852006-09-06 Daiki Ueno <ueno@unixuser.org>
5786
5787 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
5788 message-sender.
5789 (mml1991-epg-encrypt): Ditto.
5790 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
5791 message-sender.
5792 (mml2015-epg-encrypt): Ditto.
676c1893 5793
de4fbbe4
CY
57942006-09-04 Chong Yidong <cyd@stupidchicken.com>
5795
5796 * message.el (message-send-mail-with-sendmail): Look for sendmail in
5797 several common directories.
5798
01c52d31
MB
57992006-09-05 Daiki Ueno <ueno@unixuser.org>
5800
5801 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
5802 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
5803
d7093904
MB
58042006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
5805
8fbdffe5
MB
5806 * gnus-art.el (article-decode-encoded-words): Make it fast.
5807
58082006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
5809
5810 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
5811
d7093904
MB
5812 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
5813 in quoted string into `\'.
5814
343d6628
MB
58152006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
5816
5817 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5818 Use standard-syntax-table.
5819
58202006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
5821
5822 * gnus-art.el (gnus-decode-address-function): New variable.
5823 (article-decode-encoded-words): Use it to decode headers which are
5824 assumed to contain addresses.
5825 (gnus-mime-delete-part): Remove useless `or'.
5826
5827 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
5828 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
5829 (gnus-nov-parse-line): Use it to decode From header.
5830 (gnus-get-newsgroup-headers): Ditto.
5831 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
5832
5833 * mail-parse.el (mail-decode-encoded-address-region): New alias.
5834 (mail-decode-encoded-address-string): New alias.
5835
5836 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5837 New function.
5838 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
5839 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
5840 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
5841 (rfc2047-decode-string): Ditto.
5842 (rfc2047-decode-address-region): New function.
5843 (rfc2047-decode-address-string): New function.
5844
01c52d31
MB
58452006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
5846
5847 * message.el (message-caesar-buffer-body): Allow rotating headers.
5848
5849 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
5850
5851 * message.el (message-insert-formated-citation-line): Fix %f.
5852 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
5853
58542006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
5855
5856 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
5857 (gnus-bookmark-mouse-available-p): New macro.
5858 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
5859 (gnus-bookmark-bmenu-show-infos): Use it.
5860 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
5861 (gnus-bookmark-bmenu-hide-infos): Ditto.
5862 (gnus-bookmark-remove-properties): New function.
5863 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
5864 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
5865 (gnus-bookmark-write-file): Bind coding-system-for-write.
5866 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
5867 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
5868 group before selecting it.
5869 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
5870 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
5871 quit-window if it is not available; use gnus-mouse-2 and bind it to
5872 gnus-bookmark-bmenu-select-by-mouse.
5873 (gnus-bookmark-show-details): Remove unused variable `details-list'.
5874 (gnus-bookmark-bmenu-select-by-mouse): New function.
6c5d6b6c 5875
5dab7628
RF
58762006-08-13 Romain Francoise <romain@orebokech.com>
5877
5878 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
5879 space.
5880
5ebdc299
MB
58812006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
5882
5883 * compface.el (uncompface): Use binary rather than raw-text-unix.
5884
58852006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
5886
5887 * compface.el (uncompface): Make sure the eol conversion doesn't take
5888 place when communicating with the external programs. Reported by
5889 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5890
58912006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
5892
5893 * nnheader.el (nnheader-insert-head): Fix typo in comment.
5894
58952006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5896
5897 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5898 Make it more robust by parsing author and date independently.
5899
ebf693f3
MB
59002006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
5901
5902 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
5903
01c52d31
MB
59042006-07-28 Daiki Ueno <ueno@unixuser.org>
5905
5906 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
5907 first matching secret key.
5908 (mml2015-epg-encrypt): Ditto.
5909
5910 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
5911 first matching secret key.
5912 (mml1991-epg-encrypt): Ditto.
5913
5914 * mml2015.el (mml2015-encrypt-to-self): New user option.
5915 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
5916 mml2015-epg-encrypt-to-self is set.
5917
5918 * mml1991.el (mml1991-encrypt-to-self): New variable.
5919 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
5920 mml1991-epg-encrypt-to-self is set.
5921
5922 * mml2015.el (mml2015-signers): New user option.
5923 (mml2015-epg-sign): Reflect the value of mml2015-signers.
5924 (mml2015-epg-encrypt): Allow to select signing keys.
5925
5926 * mml1991.el (mml1991-signers): New variable.
5927 (mml1991-epg-sign): Reflect the value of mml1991-signers.
5928 (mml1991-epg-encrypt): Allow to select signing keys.
5929
ebf693f3
MB
59302006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
5931
5932 * nnheader.el (nnheader-insert-head): Make it work even if the file
5933 uses CRLF for the line-break code.
5934
01c52d31
MB
59352006-07-25 Daiki Ueno <ueno@unixuser.org>
5936
5937 * mml2015.el: Require mml-sec instead of password.
5938 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
5939 (mml2015-cache-passphrase): Inherit the default value from
5940 mml-secure-cache-passphrase.
5941 (mml2015-passphrase-cache-expiry): Inherit the default value from
5942 mml-secure-passphrase-cache-expiry.
5943
5944 * mml1991.el: Require mml-sec instead of password.
5945 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
5946 (mml1991-cache-passphrase): Inherit the default value from
5947 mml-secure-cache-passphrase.
5948 (mml1991-passphrase-cache-expiry): Inherit the default value from
5949 mml-secure-passphrase-cache-expiry.
5950
5951 * mml-sec.el: Require password.
5952 (mml-secure-verbose): New user option.
5953 (mml-secure-cache-passphrase): New user option.
5954 (mml-secure-passphrase-cache-expiry): New user option.
5955
59562006-07-24 Daiki Ueno <ueno@unixuser.org>
5957
5958 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
5959 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
880820fe 5960 andreas@altroot.de (Andreas Vögele).
01c52d31
MB
5961
5962 FIXME: Use `tiny change'?
5963
bd876f90
MB
59642006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5965
5966 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
5967 workaround for the url package included with Emacs.
5968
5969 * nnweb.el (nnweb-google-create-mapping): Update regexp.
5970
01c52d31
MB
59712006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
5972
5973 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
5974 correctly. This fixes a bug caused by the 2006-05-12 change.
5975
06dc8321
KF
59762006-07-18 Karl Fogel <kfogel@red-bean.com>
5977
5978 * nnmail.el (nnmail-article-group): If splitting raises an error, give
5979 some information about the error when saying that the `bogus' mail
5980 group will be used.
5981
7ce31649
MB
59822006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
5983
5984 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
5985 string.
5986
b44409c9
MB
59872006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
5988
5989 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
5990
763bb2d4
MB
59912006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5992
5993 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
5994
01c52d31
MB
59952006-07-10 Daiki Ueno <ueno@unixuser.org>
5996
5997 * mml1991.el (mml1991-function-alist): Add epg.
5998 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
5999 (mml1991-epg-encrypt): New functions.
6000
60012006-07-10 Daiki Ueno <ueno@unixuser.org>
6002
6003 * mml2015.el (mml2015-verbose): New variable.
6004 (mml2015-cache-passphrase): Ditto.
6005 (mml2015-passphrase-cache-expiry): Ditto.
6006 (mml2015-function-alist): Add epg.
6007 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6008 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6009 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6010 functions.
6011
60122006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6013
6014 * message.el (message-cite-original-1): Preserve region when removing
6015 quoted text due to X-No-Archive in order to avoid bogus attribution
6016 when citing multiple messages.
6017
60182006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6019
6020 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
6021 Kenneth Jacker <khj@be.cs.appstate.edu>.
6022
827dc73d
MB
60232006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
6024
6025 * gnus-diary.el (gnus-user-format-function-d)
6026 (gnus-user-format-function-D): Autoload.
6027
01c52d31 6028 * imap.el (Commentary): Fix typo.
827dc73d 6029
01c52d31
MB
6030 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6031 2006-04-22 contribution.
6032
60332006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6034
6035 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6036 It didn't really fix the bogosity I'm seeing with solid web groups.
6037
60382006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6039
6040 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6041 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6042 created using server names. If we use the feature without declaring
6043 it, Gnus does not properly manage server and group state.
6044
6045 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6046 bound.
6047
60482006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6049
6050 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6051 looking up the method using GROUP's prefix before inventing a new one.
6052 It is used on killed/unknown groups in various places where returning
6053 an all-new method isn't expected by the caller.
6054
6055 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6056 and match semantics of gnus-group-real-prefix.
6057
60582006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
6059
6060 * nnmail.el (nnmail-broken-references-mailers): New variable.
6061 (nnmail-ignore-broken-references): New function generalizing
6062 nnmail-fix-eudora-headers.
6063 (nnmail-fix-eudora-headers): Now obsolete.
6064
6065 * gnus-art.el (gnus-button-handle-custom): Support
6066 `customize-apropos*'.
6067
60682006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6069
6070 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6071
6072 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6073 articles.
6074
60752006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
6076
6077 * message.el (message-cite-reply-above): New variable.
6078 (message-yank-original): Use it.
827dc73d 6079
a367620f
MB
60802006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
6081
6082 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6083
01c52d31
MB
60842006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
6085
6086 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6087 as read.
6088
6089 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6090
60912006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
6092
6093 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6094 (gnus-bookmark-default-file): Use gnus-directory.
6095 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6096 Remove "*" in doc string.
6097 (gnus-bookmark-write-file): Simplify.
6098 (gnus-bookmark-maybe-sort-alist): Use `when'.
6099 (gnus-bookmark-get-bookmark): Fix typo in doc string.
6100 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6101 FIXME about Emacs 21 and XEmacs compatibility.
6102 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6103 compatibility.
6104 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6105 compatibility.
6106 (gnus-bookmark-menu-heading): Fix version.
6107
61082006-06-19 Bastien Guerry <bzg@altern.org>
6109
6110 * gnus-bookmark.el: New file.
6111
5cfd0f2e
MB
61122006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6113
6114 * message.el (message-syntax-checks): Doc fix.
6115
01c52d31
MB
61162006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6117
6118 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6119 unsubscribed groups as if they were killed ones. It causes duplicate
6120 entries in gnus-newsrc-alist.
6121
f362b760
MB
61222006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
6123
6124 * message.el (message-syntax-checks): Doc fix.
6125 (message-send-mail): Add check for continuation headers.
6126 (message-check-news-header-syntax): Fix regexp used to check for
6127 continuation headers.
6128
61292006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
6130
6131 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6132
01c52d31
MB
61332006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
6134
6135 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6136
61372006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
6138
6139 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6140 default-truncate-lines.
6141
26c9afc3
MB
61422006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
6143
6144 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6145 to fill the utf-8 entry.
6146
01c52d31 61472006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
26c9afc3 6148
01c52d31
MB
6149 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6150
61512006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
6152
6153 * gnus-agent.el (directory-files-and-attributes): Move all the way
6154 forward (the third and final move).
6155 (gnus-agent-read-agentview): Trap reconstruction errors due to
b643362c 6156 nonexistent directory. Handle by returning nil.
01c52d31
MB
6157
61582006-05-30 Didier Verna <didier@xemacs.org>
6159
6160 * message.el (message-dont-reply-to-names): Update the custom type.
6161 * message.el (message-dont-reply-to-names): New defsubst: potentially
6162 convert a list of regexps into a single one.
6163 * message.el (message-get-reply-headers): Use it.
6164 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6165
61662006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
6167
6168 * gnus-agent.el (directory-files-and-attributes): Move forward.
26c9afc3
MB
6169
61702006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
6171
6172 * gnus-ml.el (gnus-mailing-list-subscribe)
6173 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6174 (gnus-mailing-list-message): Fix doc strings.
6175
61762006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6177
6178 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6179 of doing it manually.
6180
01c52d31
MB
61812006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
6182
6183 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6184 comment.
6185
26c9afc3
MB
61862006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
6187
002876ab 6188 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
01c52d31 6189 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
c4cc8b9a 6190 (gnus-agent-read-local): All symbols allocated in my-obarray.
26c9afc3
MB
6191 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6192 (gnus-agent-regenerate-group): Check numeric names to see if they are
6193 messages or groups.
01c52d31
MB
6194 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6195 better way of do this...)
6196
6197 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6198 'dummy.group' (there should be a better way of do this...)
26c9afc3
MB
6199
62002006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
6201
6202 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6203 (gnus-saved-headers): Ditto.
01c52d31 6204 (gnus-default-article-saver): Mention functions may have properties.
26c9afc3
MB
6205 (gnus-article-save): Override gnus-save-all-headers and
6206 gnus-saved-headers by :headers property which saver function may have.
01c52d31
MB
6207 (gnus-summary-save-in-file): Add :headers property.
6208 (gnus-summary-write-to-file): Ditto.
6209
6210 * gnus-sum.el (gnus-summary-save-article): Bind
6211 gnus-prompt-before-saving to t when saving many articles in a file;
6212 always show all headers.
6213
62142006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
6215
6216 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6217 marks.
6218
6219 * message.el (message-indent-citation): Add optional arguments to allow
6220 using it outside of message buffers.
6221
6222 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6223 (gnus-article-treat-unfold-headers): Use it.
6224 (gnus-article-truncate-lines): New variable.
6225 (gnus-article-mode): Use it.
6226 (gnus-article-toggle-truncate-lines): New function.
6227
6228 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6229 gnus-article-toggle-truncate-lines.
6230
6231 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6232 coding system in XEmacs, use binary.
6233
62342006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
6235
6236 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6237 after-load-alist.
6238
6239 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6240 this function should save decoded articles.
6241 (gnus-summary-write-to-file): Use property to specify this function
6242 should save decoded articles and specify gnus-summary-save-in-file
6243 should be used to save articles other than the first one when saving
6244 many articles.
6245 (gnus-summary-save-body-in-file): Use property to specify this
6246 function should save decoded articles.
6247 (gnus-summary-write-body-to-file): Use property to specify this
6248 function should save decoded articles and specify
6249 gnus-summary-save-body-in-file should be used to save articles other
6250 than the first one when saving many articles.
6251
6252 * gnus-sum.el (gnus-summary-save-article): Simplify.
6253
62542006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
6255
6256 * gnus-art.el (gnus-default-article-saver): Add
6257 gnus-summary-write-body-to-file.
6258 (gnus-article-save-coding-system): Don't use coding system object
6259 in XEmacs.
26c9afc3
MB
6260 (gnus-read-save-file-name): Add optional `dir-var' argument which
6261 specifies directory in which files are saved; work even if optional
6262 `variable' argument is not specified.
01c52d31
MB
6263 (gnus-summary-write-to-file): Read file name.
6264 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6265 (gnus-summary-write-body-to-file): New function.
26c9afc3
MB
6266
6267 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6268 (gnus-summary-local-variables): Add it.
6269 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
01c52d31
MB
6270 (gnus-summary-save-article): Remove optional `decode' argument;
6271 determine whether to decode articles by the value of
6272 gnus-default-article-saver; when saving many files using
6273 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6274 it first and use gnus-summary-save-in-file or
6275 gnus-summary-save-body-in-file thereafter unless
6276 gnus-prompt-before-saving is always; move point to article which
6277 will be saved.
6278 (gnus-summary-save-article-file): Revert.
6279 (gnus-summary-write-article-file): Revert.
6280 (gnus-summary-save-article-body-file): Revert.
26c9afc3
MB
6281 (gnus-summary-write-article-body-file): New function.
6282
62832006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
6284
01c52d31 6285 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
26c9afc3 6286
01c52d31 62872006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
26c9afc3 6288
01c52d31
MB
6289 * gnus-art.el (gnus-default-article-saver): Doc fix.
6290 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6291 from gnus-summary-save-article-coding-system, and default to a
6292 certain coding system.
6293 (gnus-output-to-file): Add coding cookie and encode text according
6294 to gnus-article-save-coding-system; don't use mm-append-to-file.
26c9afc3 6295
01c52d31
MB
6296 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6297 gnus-art.el and rename to gnus-article-save-coding-system.
6298 (gnus-summary-save-article): Require gnus-art; don't show all
6299 headers if it decodes articles; don't add coding cookie here;
6300 don't bind mm-text-coding-system-for-write.
6301 (gnus-summary-save-article-file): Save decoded articles.
6302 (gnus-summary-write-article-file): When saving many files, use
6303 gnus-summary-write-to-file first and gnus-summary-save-in-file
6304 thereafter unless gnus-prompt-before-saving is always.
6305 (gnus-summary-save-article-body-file): Save decoded articles.
26c9afc3 6306
01c52d31 63072006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
26c9afc3 6308
01c52d31 6309 * nnrss.el (nnrss-check-group): Bind hash-index.
26c9afc3 6310
880820fe 63112006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
01c52d31
MB
6312
6313 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6314 its hash index. Store this hash in `nnrss-group-data'.
6315 (nnrss-read-group-data): Update accordingly.
6316
63172006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
6318
6319 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6320 entry.
6321
6322 * gnus-sum.el (gnus-summary-make-menu-bar): Add
6323 gnus-article-browse-html-article.
6324
63252006-05-23 Hynek Schlawack <hynek@ularx.de>
6326
6327 * gnus-sum.el (gnus-summary-mime-map): Add
6328 gnus-article-browse-html-article.
63292006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
6330
6331 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6332 suitable coding systems in customize.
6333
63342006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
6335
6336 * mail-source.el (mail-sources): Fix custom type.
26c9afc3 6337
d7ba2a01
RS
63382006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
6339
f18df03d
MB
6340 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6341 (gnus-summary-expire-articles-now): Shorten prompt.
6342
d7ba2a01
RS
6343 * gmm-utils.el (wid-edit): Require.
6344 (defun-gmm): Renamed from `gmm-defun-compat'.
6345 (gmm-image-search-load-path): Use it.
6346 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
6347
01c52d31
MB
63482006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
6349
6350 * gnus-sum.el (gnus-summary-save-article-coding-system): New
6351 variable.
6352 (gnus-summary-save-article): Add optional `decode' argument. If
6353 it is set and gnus-summary-save-article-coding-system is non-nil,
6354 save decoded article.
6355 (gnus-summary-write-article-file): Save decoded article if
6356 gnus-summary-save-article-coding-system is non-nil.
6357
6358 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6359 type.
6360
63612006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
6362
6363 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6364
63652006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6366
6367 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6368 first to test gnus-single-article-buffer which may be buffer-local.
6369
6370 * gnus-sum.el (gnus-summary-setup-buffer): Make
6371 gnus-single-article-buffer buffer-local and nil in ephemeral
6372 group; make gnus-article-buffer, gnus-article-current, and
6373 gnus-original-article-buffer always buffer-local.
6374 (gnus-summary-exit): Kill article buffer belonging to ephemeral
6375 group.
6376 (gnus-handle-ephemeral-exit): Don't move to next summary line.
6377
63782006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
6379
6380 * nnml.el (nnml-request-compact-group): Compressed files might not
6381 have .gz extension.
6382
54e573e6
MB
63832006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6384
6385 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6386 (mm-copy-to-buffer): Use with-current-buffer.
6387 (mm-display-part): Simplify.
6388 (mm-inlinable-p): Add optional arg `type'.
6389
01c52d31
MB
63902006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6391
49c7d1ac 6392 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
54e573e6
MB
6393 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6394 Try harder to show the attachment internally or externally using
6395 gnus-mime-view-part-as-type.
6396
01c52d31 63972006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
54e573e6 6398
01c52d31
MB
6399 * message.el (message-from-style, message-signature-separator)
6400 (message-user-organization-file, message-send-mail-function)
6401 (message-citation-line-function, message-yank-prefix)
6402 (message-indent-citation-function, message-signature)
6403 (message-signature-file, message-signature-insert-empty-line):
6404 Remove autoloads.
6405
6406 * gnus-art.el (gnus-buttonized-mime-types): Remove
6407 "multipart/signed". Revert 2006-04-26 change.
6408
64092006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6410
6411 * gnus.el (gnus-version-number): Bump version.
6412
64132006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
6414
6415 * gnus.el: No Gnus v0.5 is released.
6416
64172006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6418
6419 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6420 fetching articles by message-id.
6421
64222006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6423
6424 * message.el (hashcash): Require hashcash as normal.
6425
6426 * ecomplete.el (ecomplete-highlight-match-line): Use
6427 point-at-eol.
6428 (ecomplete-highlight-match-line): Use `highlight', because that
6429 face exists in both Emacs and XEmacs.
6430
6431 * message.el (message-display-abbrev): Use point-at-bol.
6432
6433 * mail-source.el: Don't require timer/timer-funcs.
6434
6435 * gnus-async.el: Ditto.
6436
6437 * password.el: Ditto.
6438
6439 * mm-url.el: Ditto.
6440
6441 * mm-util.el: Require timer/timer-funcs.
6442
64432006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6444
6445 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6446 Close.
54e573e6 6447
9606f1cb
MB
64482006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
6449
6450 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
6451 unibyte after clear-decrypt function runs.
6452
6453 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
6454 returns as a unibyte string.
6455
305452a5
MB
64562006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
6457
305452a5
MB
6458 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
6459 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
6460 (mml1991-pgg-encrypt): Ditto.
6461
0565caeb
MB
64622006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
6463
01c52d31
MB
6464 * message.el (message-user-organization-file): Check several
6465 locations of the organization file.
0565caeb 6466
01c52d31
MB
6467 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
6468 Add gnus-article-view-part-as-type.
0565caeb 6469
01c52d31 6470 * gnus-art.el (gnus-article-view-part-as-type): New function.
0565caeb
MB
6471
6472 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
6473 .mobi and .travel. Remove .nato, .bitnet and .uucp.
0565caeb 6474
01c52d31
MB
6475 * mml.el: Simplify autoload.
6476 (mml-mode): defvar dnd-protocol-alist instead of using
6477 symbol-value.
6478 (mml-default-directory): New variable.
6479 (mml-minibuffer-read-file): Use it.
6480 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
6481
6482 * message.el (message-citation-line-format): New variable.
6483 (message-insert-formated-citation-line): New function.
6484 (message-citation-line-function): Add
6485 `message-insert-formated-citation-line' to custom type.
6486
6487 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
6488 to doc string.
6489
6490 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
6491 depending on mm-verify-option.
0565caeb 6492
305452a5
MB
64932006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
6494
6495 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
6496 binding pgg-* variables; reimplement the section which prevents
6497 MIME header from being signed.
6498 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
6499 pgg-text-mode; remove a blank line at the top of body.
6500
6501 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
6502 lines at the top of body; use gnus-newsgroup-charset if there's no
6503 Charset header.
6504
0565caeb
MB
65052006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
6506
01c52d31
MB
6507 * message.el (message-self-insert-commands): Doc fix.
6508
0565caeb
MB
6509 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
6510 (mm-uu-pgp-encrypted-test): Ditto.
6511 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
6512 between header and body; return application/pgp-encrypted handle
6513 if decryption failed; decode decrypted body by charset.
6514
6515 * mm-decode.el (mm-automatic-display): Don't make application/pgp
6516 element match to application/pgp-*.
6517
01c52d31
MB
65182006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6519
6520 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
6521 HTML.
6522
65232006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6524
6525 * mail-source.el (mail-source-call-script): Message the error
6526 string.
6527
65282006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6529
6530 * gnus-util.el (gnus-byte-compile): Use it.
6531
002876ab 65322006-04-22 xyblor <fake@invalid.email> (tiny change)
01c52d31
MB
6533
6534 * gnus-util.el (kill-empty-logs): New function.
6535
65362006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6537
6538 * message.el (message-mail-alias-type): Doc fix.
6539 (message-mail-alias-type-p): New function.
6540 (message-send): Use it.
6541 (message-mode): Ditto.
6542 (message-strip-forbidden-properties): Ditto.
6543
6544 * ecomplete.el (ecomplete-database-file-coding-system): New
6545 variable.
6546 (ecomplete-save): Use it.
6547 (ecomplete-setup): Use it.
6548
65492006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
6550
6551 * message.el (message-self-insert-commands): New variable.
6552 (message-strip-forbidden-properties): Use it.
6553
65542006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6555
6556 * message.el (message-put-addresses-in-ecomplete): Use a regexp
6557 that doesn't make XEmacs choke.
6558
f67d6742
MB
65592006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
6560
49c7d1ac
SM
6561 * gnus-util.el (gnus-replace-in-string):
6562 Prefer replace-regexp-in-string over of replace-in-string.
f67d6742
MB
6563
65642006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
6565
49c7d1ac
SM
6566 * gnus-util.el (gnus-select-frame-set-input-focus):
6567 Use select-frame-set-input-focus if it is available in XEmacs; use
f67d6742
MB
6568 definition defined in Emacs 22 for old Emacsen.
6569
01c52d31 65702006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
18c06a99 6571
01c52d31 6572 * mm-view.el (mm-inline-text): Use equal instead of equalp.
bd29ba20 6573
01c52d31 65742006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bd29ba20 6575
01c52d31
MB
6576 * gnus-registry.el (gnus-registry-cache-save): Remove text
6577 properties when saving via the temp buffer.
bd29ba20 6578
01c52d31 65792006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
18c06a99 6580
01c52d31 6581 * message.el (message-generate-hashcash): Honor custom type.
18c06a99 6582
01c52d31 65832006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18c06a99 6584
01c52d31
MB
6585 * message.el (message-generate-hashcash): Default to non-nil when
6586 hashcash is found.
18c06a99 6587
01c52d31
MB
6588 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
6589 (gnus-refer-thread-limit): Increase default to 500.
e4a89ccf 6590
01c52d31 6591 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
e4a89ccf 6592
01c52d31 6593 * flow-fill.el (fill-flowed): Allow delete-space.
e4a89ccf 6594
01c52d31 65952006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
e4a89ccf 6596
01c52d31
MB
6597 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6598 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
6599 Remove autoloads.
163cb72d 6600
01c52d31 66012006-04-18 Simon Josefsson <jas@extundo.com>
163cb72d 6602
01c52d31 6603 * message.el (message-generate-hashcash): Default to.
163cb72d 6604
01c52d31 66052006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
163cb72d 6606
01c52d31
MB
6607 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6608 concatenating segments rather than before concatenating them.
163cb72d 6609
01c52d31 66102006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14e6dc54 6611
01c52d31 6612 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14e6dc54 6613
01c52d31
MB
6614 * imap.el (imap-quote-specials): New function.
6615 (imap-login-auth): Quote specials.
14e6dc54 6616
01c52d31 66172006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14e6dc54 6618
01c52d31 6619 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14e6dc54 6620
01c52d31
MB
6621 * message.el (message-forward-make-body-plain): Allow
6622 message-forward-ignored-headers to be a list.
6623 (message-remove-ignored-headers): Factor out into function.
6624 (message-forward-make-body-mml): Use it.
6625 * rfc2231.el (rfc2231-parse-string): Remove dead code.
6626 (rfc2231-parse-string): Allow concatanation of parameters that
6627 aren't contiguous. The test case is
6628 (mail-header-parse-content-type "message/external-body;
6629 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
6630 access-type=LOCAL-FILE;
6631 name*1*=plugh%2fhello-sailor%2fbing.pdf")
14e6dc54 6632
01c52d31 66332006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14e6dc54 6634
01c52d31
MB
6635 * nntp.el (nntp-accept-process-output): Return the value of
6636 `nnheader-accept-process-output'.
14e6dc54 6637
01c52d31 66382006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14e6dc54 6639
01c52d31
MB
6640 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
6641 (gnus-button-alist): Recognize more diff formats.
6642 (gnus-button-patch): Strip directory.
14e6dc54 6643
01c52d31 66442006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14e6dc54 6645
01c52d31
MB
6646 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
6647 Emacs 22 when setting focus.
1b155fbd 6648
01c52d31 66492006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1b155fbd 6650
01c52d31
MB
6651 * gnus-art.el (gnus-article-treat-types): Do treatment of
6652 text/x-verbatim parts.
6653 (gnus-button-patch): New command.
b6f2cf4b 6654
01c52d31
MB
6655 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
6656 addresses that contain invalid characters.
b6f2cf4b 6657
01c52d31 66582006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5af68e28 6659
01c52d31
MB
6660 * message.el (message-put-addresses-in-ecomplete): Use
6661 gnus-replace-in-string.
6662 (message-is-yours-p): Use the more correct
6663 mail-header-parse-address instead of
6664 mail-extract-address-components.
6665 (message-put-addresses-in-ecomplete): Fix typo.
5af68e28 6666
01c52d31
MB
6667 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
6668 keystroke.
77218834 6669
01c52d31
MB
6670 * gnus-art.el (gnus-treatment-function-alist): Change order of
6671 newsgroups/generic header folding to avoid double-folding.
77218834 6672
01c52d31 6673 * message.el (message-hidden-headers): Add X-Draft-From.
77218834 6674
01c52d31
MB
6675 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
6676 command.
6677 (gnus-summary-repeat-search-article-backward): New command.
d451514f 6678
01c52d31
MB
6679 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
6680 groups in the parent topic.
6681
880820fe 66822006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
01c52d31
MB
6683
6684 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
6685 (spam-extra-header-to-number): Return the CRM114 number as a
6686 number instead of a string.
6687
66882006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6689
6690 * gnus-art.el (gnus-face-properties-alist): Moved here from
6691 gnus-fun.
6692
6693 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
6694
66952006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6696
6697 * message.el (message-strip-forbidden-properties): Only display on
6698 self-insert-command.
6699
6700 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
6701 reindent.
6702 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
6703
67042006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
6705
6706 * smiley.el (smiley-style): Fix typo.
d451514f 6707
4f162824
KH
67082006-03-23 Kenichi Handa <handa@m17n.org>
6709
6710 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
6711 instead of set-buffer-multibyte.
6712
e9e33c19
KH
67132006-03-23 Kenichi Handa <handa@m17n.org>
6714
6715 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
6716 buffer and then decode the buffer text if necessary.
6717 (rfc2231-encode-string): Be sure to work on multibyte buffer at
6718 first, and after mm-encode-body, change the buffer to unibyte.
4f162824 6719
01c52d31 67202006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
f5e92214 6721
01c52d31
MB
6722 * hashcash.el (hashcash-insert-payment-async-2): Use
6723 message-goto-eoh instead of doing it manually.
6724 (mail-add-payment): Use message-narrow-to-header instead of trying
6725 to do the same itself.
f5e92214 6726
01c52d31 6727 * message.el (message-hidden-headers): Add Face.
f5e92214 6728
01c52d31
MB
6729 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
6730 reparenting code.
6731 (gnus-summary-reparent-children): Refactored out code.
6732 (gnus-summary-thread-map): New keystroke.
6733 (gnus-summary-reparent-children): Make into command.
f5e92214 6734
01c52d31
MB
6735 * smiley.el (smiley-style): Default to `medium' if using a large
6736 font.
f5e92214 6737
01c52d31
MB
6738 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
6739 does it itself.
f5e92214 6740
01c52d31 6741 * message.el (message-point-in-header-p): Simplify definition.
f5e92214 6742
01c52d31 67432006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
f5e92214 6744
01c52d31
MB
6745 * nnagent.el (nnagent-request-set-mark): Silence log file
6746 writing.
6747 (nnagent-request-set-mark): Use write-region instead of
6748 append-to-file.
f5e92214 6749
01c52d31
MB
6750 * gnus-sum.el (gnus-read-header): Fudge article number if using a
6751 strange select method.
f5e92214 6752
01c52d31
MB
6753 * ecomplete.el (ecomplete-display-matches): Get highlightling
6754 right.
6755 (ecomplete-display-matches): Use literals.
6756 (ecomplete-display-matches): Disable message logging.
f5e92214 6757
01c52d31 6758 * message.el (message-display-abbrev): Small optimization.
531bedc3 6759
01c52d31
MB
6760 * ecomplete.el (ecomplete-display-matches): Allow automatic
6761 display.
531bedc3 6762
01c52d31
MB
6763 * message.el (message-strip-forbidden-properties): Display
6764 abbrevs.
6765 (message-display-abbrev): Get automatic display right.
531bedc3 6766
01c52d31
MB
6767 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
6768 keystrokes.
531bedc3 6769
01c52d31 67702006-04-13 Romain Francoise <romain@orebokech.com>
531bedc3 6771
01c52d31 6772 TODO: Backport to v5-10!
531bedc3 6773
01c52d31
MB
6774 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
6775 Moved here (and renamed) from gnus-registry.el.
531bedc3 6776
01c52d31
MB
6777 * gnus-registry.el: Require gnus-util.
6778 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
531bedc3 6779
01c52d31 67802006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
531bedc3 6781
01c52d31
MB
6782 * gnus-group.el (gnus-group-catchup-current): Change
6783 if-then-else-if-then-else into cond.
6784 (gnus-group-catchup): Indent.
6785 (group-name-at-point): New function.
6786 (gnus-fetch-group): Provide default from thing at point.
531bedc3 6787
01c52d31 67882006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
531bedc3 6789
01c52d31 6790 * message.el (message-display-abbrev): Fix regexp.
531bedc3 6791
01c52d31
MB
6792 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
6793 choosing.
6794 (ecomplete-highlight-match-line): Fix up code rewrite, remove
6795 dead variables.
ea8ae765 6796
01c52d31
MB
6797 * message.el (message-newline-and-indent): Remove debugging.
6798 (message-display-abbrev): Use new implementation.
ea8ae765 6799
01c52d31 68002006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
ea8ae765 6801
01c52d31
MB
6802 * gnus-art.el (gnus-article-mode): Set
6803 cursor-in-non-selected-windows to nil.
ea8ae765 6804
01c52d31
MB
6805 * smiley.el: Revert previous change.
6806 (smiley-data-directory): defvar it before using it in the
6807 defcustom of `smiley-style'.
ea8ae765 6808
01c52d31 68092006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
ea8ae765 6810
01c52d31 6811 * message.el (message-newline-and-indent): New function.
ea8ae765 6812
01c52d31 6813 * ecomplete.el: Implement more bits.
85fd8002 6814
01c52d31
MB
6815 * message.el (message-put-addresses-in-ecomplete): Clean up the
6816 string.
85fd8002 6817
01c52d31 6818 * ecomplete.el (ecomplete-add-item): Chop off decimals.
85fd8002 6819
01c52d31
MB
6820 * gnus-sum.el (gnus-summary-save-parts): Bind
6821 gnus-summary-save-parts-counter and use it to make unique file
6822 names.
85fd8002 6823
01c52d31 6824 * gnus-art.el (gnus-ignored-headers): Add some more headers.
61e66a15 6825
01c52d31
MB
6826 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
6827 parameter to say whether to actually parse the individual
6828 addresses.
61e66a15 6829
01c52d31
MB
6830 * message.el (message-put-addresses-in-ecomplete): New function.
6831 (ecomplete): Require.
6832 (message-mail-alias-type): Add ecomplete as an option.
fe62aacc 6833
01c52d31 68342006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
fe62aacc 6835
01c52d31
MB
6836 * flow-fill.el (fill-flowed): Remove trailing space from blank
6837 quoted lines.
fe62aacc 6838
01c52d31 68392006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
fe62aacc 6840
01c52d31
MB
6841 * smiley.el (smiley-style): Move definition later to avoid a
6842 compilation warning.
fe62aacc 6843
01c52d31 68442006-04-12 Kenichi Handa <handa@m17n.org>
719120ef 6845
01c52d31
MB
6846 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
6847 buffer and then decode the buffer text if necessary.
6848 (rfc2231-encode-string): Be sure to work on multibyte buffer at
6849 first, and after mm-encode-body, change the buffer to unibyte.
6850 Use mm-disable-multibyte instead of set-buffer-multibyte.
719120ef 6851
01c52d31 68522006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
719120ef 6853
01c52d31
MB
6854 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
6855 Content-Type header instead of Content-Disposition header.
6856 (gnus-mime-inline-part): Ditto.
6857 (gnus-mime-view-part-as-charset): Ignore charset that the part
6858 specifies.
719120ef 6859
01c52d31
MB
6860 * mm-decode.el (mm-display-part): Work with external parts and
6861 usual parts similarly.
719120ef 6862
01c52d31
MB
6863 * mm-extern.el (mm-inline-external-body): Use mm-display-part
6864 instead of gnus-display-mime.
719120ef 6865
01c52d31
MB
6866 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
6867 instead of with-temp-buffer.
719120ef 6868
01c52d31
MB
6869 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
6870 tag to summarized topics part in order to encode non-ASCII text.
719120ef 6871
01c52d31 68722006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
719120ef 6873
01c52d31
MB
6874 * smiley.el (smiley-style): New variable.
6875 (smiley-directory): New function.
6876 (smiley-data-directory): Derive from `smiley-style' using
6877 `smiley-directory'.
6878 (smiley-regexp-alist): Add new entries.
719120ef 6879
01c52d31
MB
6880 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
6881 (gnus-article-browse-delete-temp): Add :version.
719120ef 6882
880820fe 68832006-04-11 Arne Jørgensen <arne@arnested.dk>
719120ef 6884
01c52d31
MB
6885 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
6886 the sieve region.
719120ef 6887
01c52d31 68882006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
719120ef 6889
01c52d31 6890 * gnus.el (gnus-version-number): Bump version.
719120ef 6891
01c52d31 68922006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
719120ef 6893
01c52d31 6894 * gnus.el: No Gnus v0.4 is released.
719120ef 6895
01c52d31 68962006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
719120ef 6897
01c52d31
MB
6898 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
6899 layout.
719120ef 6900
01c52d31
MB
6901 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
6902 unknown charset.
719120ef 6903
01c52d31
MB
6904 * message.el (message-header-synonyms): Add Original-To to the
6905 default.
ba0226dd 6906
01c52d31
MB
6907 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
6908 optional parameter.
ba0226dd 6909
01c52d31 69102006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
ba0226dd 6911
01c52d31 6912 * gnus-fun.el (gnus): Require it for gnus-directory.
ba0226dd 6913
01c52d31 69142006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5f4264e5 6915
01c52d31 6916 * gnus-fun.el (gnus-face-properties-alist): Add :version.
5f4264e5 6917
01c52d31 69182006-04-05 Daiki Ueno <ueno@unixuser.org>
5f4264e5 6919
01c52d31 6920 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5f4264e5 6921
01c52d31 69222006-04-05 Simon Josefsson <jas@extundo.com>
5f4264e5 6923
01c52d31 6924 * password.el (password-reset): New function.
5f4264e5 6925
01c52d31 69262006-04-05 Daiki Ueno <ueno@unixuser.org>
5f4264e5 6927
01c52d31
MB
6928 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
6929 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5f4264e5 6930
01c52d31 69312006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5f4264e5 6932
01c52d31
MB
6933 * nnweb.el (nnweb-google-create-mapping): Update regexp.
6934 Some whitespace was matched into the url, which broke browsing hits
6935 > 100 when mm-url-use-external was nil.
5f4264e5 6936
01c52d31 69372006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
5f4264e5 6938
01c52d31
MB
6939 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
6940 gnus-extra-headers for 'Newsgroups.
5f4264e5 6941
01c52d31
MB
6942 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
6943 bound.
e13be7a2 6944
01c52d31 69452006-04-04 Daiki Ueno <ueno@unixuser.org>
e13be7a2 6946
01c52d31
MB
6947 * pgg-gpg.el: Clean up process buffers every time gpg processes
6948 complete.
b5189759 6949
01c52d31 69502006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
b5189759 6951
01c52d31
MB
6952 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6953 doc string.
16f18d05 6954
01c52d31 69552006-04-03 Daiki Ueno <ueno@unixuser.org>
16f18d05 6956
01c52d31
MB
6957 * pgg-gpg.el (pgg-gpg-process-filter)
6958 (pgg-gpg-wait-for-completion): Check if buffer is alive.
d71c0855 6959
01c52d31
MB
6960 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
6961 lines, temporary fix.
d71c0855 6962
01c52d31 69632006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 6964
01c52d31 6965 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
cf5a5c38 6966
01c52d31 69672006-03-29 Daiki Ueno <ueno@unixuser.org>
cf5a5c38 6968
01c52d31
MB
6969 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
6970 default-enable-multibyte-characters. This reverts the change from
6971 revision 6.17 which is no longer necessary because the passphrase
6972 is sent separately now. GnuPG messages are unreadable under
6973 multibyte locales with default-enable-multibyte-characters set to
6974 nil.
cf5a5c38 6975
01c52d31 69762006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 6977
01c52d31 6978 * message.el (message-tool-bar-gnome): Move "spell".
cf5a5c38 6979
01c52d31 69802006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 6981
01c52d31
MB
6982 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
6983 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
6984 instead.
cf5a5c38 6985
01c52d31 69862006-03-27 Karl Kleinpaste <karl@charcoal.com>
cf5a5c38 6987
01c52d31
MB
6988 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
6989 newsgroups handling for NNTP overviews which don't include
6990 Newsgroups.
cf5a5c38 6991
01c52d31 69922006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9d64cd13 6993
01c52d31 6994 * message.el (message-resend): Bind message-generate-hashcash to nil.
9d64cd13 6995
01c52d31 69962006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
34128042 6997
01c52d31
MB
6998 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
6999 when searching for already-paid recipients.
34128042 7000
01c52d31 70012006-03-27 Daiki Ueno <ueno@unixuser.org>
34128042 7002
01c52d31
MB
7003 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7004 passphrases when it is not needed.
7005 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7006 passphrase stuff from gpg, should only be necessary when you use
7007 gpg with a smartcard.
34128042 7008
01c52d31 70092006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
34128042 7010
01c52d31
MB
7011 * mml.el (mml-insert-mime): Ignore cached contents of
7012 message/external-body part.
34128042 7013
01c52d31
MB
7014 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7015 (mm-insert-part): Ditto.
34128042 7016
01c52d31 70172006-03-23 Simon Josefsson <jas@extundo.com>
34128042 7018
01c52d31
MB
7019 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7020 Reiner.
7021 (pgg-gpg-use-agent-p): Use it again.
c96ec15a 7022
01c52d31 70232006-03-23 Simon Josefsson <jas@extundo.com>
c96ec15a 7024
01c52d31
MB
7025 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7026 older emacsen.
7027 (pgg-gpg-use-agent-p): Don't use it.
c96ec15a 7028
01c52d31 70292006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
c96ec15a 7030
01c52d31
MB
7031 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7032 if we can.
c96ec15a 7033
01c52d31 70342006-03-22 Sascha Wilde <wilde@sha-bang.de>
c96ec15a 7035
01c52d31
MB
7036 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7037 (pgg-gpg-update-agent): New function.
7038 (pgg-gpg-use-agent-p): New function.
7039 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7040 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7041 (pgg-gpg-sign-region): Use it.
c96ec15a 7042
01c52d31 70432006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
c96ec15a 7044
01c52d31
MB
7045 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7046 Reported by Ralf Wachinger <rwachinger@gmx.de>.
c96ec15a 7047
01c52d31 70482006-03-21 Simon Josefsson <jas@extundo.com>
c96ec15a 7049
01c52d31
MB
7050 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7051 <wilde@sha-bang.de>.
7052 (pgg-gpg-use-agent): New variable.
7053 (pgg-gpg-process-region): Use it.
7054 (pgg-gpg-encrypt-region): Likewise.
7055 (pgg-gpg-encrypt-symmetric-region): Likewise.
7056 (pgg-gpg-decrypt-region): Likewise.
7057 (pgg-gpg-sign-region): Likewise.
7058 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
c96ec15a 7059
01c52d31 70602006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
88e6695f 7061
01c52d31 7062 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
88e6695f 7063
01c52d31
MB
7064 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7065 Add comment on version.
6203370b 7066
01c52d31 70672006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6203370b 7068
01c52d31 7069 * smiley.el: Add missing test smiley.
6203370b 7070
01c52d31 70712006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
6203370b 7072
01c52d31
MB
7073 * mm-decode.el (mm-with-part): New macro.
7074 (mm-get-part): Use it; work with message/external-body as well.
7075 (mm-save-part): Treat name and filename equally.
6203370b 7076
01c52d31
MB
7077 * mm-extern.el (mm-extern-cache-contents): New function.
7078 (mm-inline-external-body): Use it; force the part to be displayed;
7079 move undisplayer added to the cached handle to the parent.
6203370b 7080
01c52d31
MB
7081 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7082 (gnus-mime-view-part-as-type): Work with message/external-body.
6203370b 7083
01c52d31 7084 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6203370b 7085
01c52d31 70862006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 7087
01c52d31
MB
7088 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7089 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
7090 Emacs.]
46e8fe3d 7091
01c52d31 70922006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 7093
01c52d31
MB
7094 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7095 path rather than symbol. Always return list of directories.
7096 Guarantee that image directory comes first. [Sync with image.el,
7097 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
46e8fe3d 7098
01c52d31
MB
7099 * message.el (message-make-tool-bar): Adjust to new API of
7100 `gmm-image-load-path-for-library'.
46e8fe3d 7101
01c52d31 7102 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
46e8fe3d 7103
01c52d31 7104 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
46e8fe3d 7105
01c52d31 71062006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
46e8fe3d 7107
01c52d31
MB
7108 * gnus-art.el (gnus-article-only-boring-p):
7109 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7110 intangible text.
7111 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
46e8fe3d 7112
01c52d31 71132006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 7114
01c52d31
MB
7115 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
7116 `defun' instead of `gmm-defun-compat'.
46e8fe3d 7117
01c52d31 71182006-03-14 Simon Josefsson <jas@extundo.com>
46e8fe3d 7119
01c52d31
MB
7120 * message.el (message-unique-id): Don't use message-number-base36
7121 if (user-uid) is a float.
7122 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
46e8fe3d 7123
01c52d31 71242006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
46e8fe3d 7125
01c52d31 7126 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7347faa8 7127
01c52d31
MB
7128 * gnus-art.el (gnus-mime-display-single): Make sure there is an
7129 empty line between a part and a message part.
7347faa8 7130
01c52d31 71312006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7347faa8 7132
01c52d31
MB
7133 * smiley.el: Add more test smileys.
7134 (smiley-data-directory, smiley-regexp-alist)
7135 (gnus-smiley-file-types): Fix doc strings.
7136 (smiley-update-cache): Clear smiley-cached-regexp-alist before
7137 adding new elements.
7138 (smiley-mouse-map): Unused code. Make it a comment.
7347faa8 7139
01c52d31 71402006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7347faa8 7141
01c52d31
MB
7142 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7143 scan latest NoCeM messages instead of old ones.
7144 (gnus-nocem-check-article): Fix regexps so as to match to PGP
7145 delimiters that are recently used.
7146 (gnus-nocem-load-cache): Add autoload cookie.
7347faa8 7147
01c52d31 7148 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7347faa8 7149
01c52d31
MB
7150 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7151 level which is larger than gnus-use-nocem is specified.
7347faa8 7152
01c52d31 7153 * gnus-group.el (gnus-group-get-new-news): Ditto.
7347faa8 7154
01c52d31 71552006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
7347faa8 7156
01c52d31 7157 * gnus-util.el (gnus-tool-bar-update): New function.
7347faa8 7158
01c52d31
MB
7159 * gnus-group.el (gnus-group-update-tool-bar): New variable.
7160 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7347faa8 7161
01c52d31 7162 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7347faa8 7163
01c52d31
MB
7164 * gnus-group.el (gnus-group-redraw-when-idle)
7165 (gnus-group-redraw-check): Remove.
7166 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
30c7240d 7167
01c52d31 71682006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
30c7240d 7169
01c52d31
MB
7170 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7171 if optional last element is specified in splits (FIELD VALUE...).
e499bc94 7172
01c52d31 71732006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
e499bc94 7174
01c52d31
MB
7175 * message.el (message-make-tool-bar): Rename gmm-image-load-path
7176 to gmm-image-load-path-for-library. Call with no-error argument.
7177 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
e499bc94 7178
01c52d31 7179 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
e499bc94 7180
01c52d31 7181 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
e499bc94 7182
01c52d31 7183 * gmm-utils.el (gmm-image-load-path): Remove alias.
e499bc94 7184
01c52d31 71852006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
c4288669 7186
01c52d31 7187 * gmm-utils.el (gmm-image-load-path): Add alias.
c4288669 7188
01c52d31
MB
7189 * nnml.el (nnml-generate-nov-databases-directory): Rename from
7190 nnml-generate-nov-databases-1.
7191 (nnml-generate-nov-databases): Use it.
7192 (nnml-generate-nov-databases-directory): Document no-active
7193 argument.
c4288669 7194
01c52d31
MB
7195 * gmm-utils.el (gmm-image-load-path-for-library): Return single
7196 directory if path is t. Add no-error.
c4288669 7197
01c52d31
MB
7198 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7199 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
c4288669 7200
01c52d31
MB
7201 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7202 resetting gnus-article-browse-html-temp-list.
c4288669 7203
01c52d31
MB
7204 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7205 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
7206 Add example to docstring. Rename local variables. Move error
7207 checks to default case in cond and simplify.
73043f7d 7208
01c52d31 72092006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
73043f7d 7210
01c52d31
MB
7211 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7212 handle is multipart when calling it recursively.
7213 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
73043f7d 7214
01c52d31 72152006-03-03 Daniel Pittman <daniel@rimspace.net>
73043f7d 7216
01c52d31
MB
7217 * nnimap.el (nnimap-request-update-info-internal): Optimize.
7218 Don't `gnus-uncompress-range' to avoid excessive memory usage.
73043f7d 7219
01c52d31 72202006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
73043f7d 7221
01c52d31
MB
7222 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7223 is loaded.
7dafe00b 7224
01c52d31
MB
7225 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7226 loaded.
7dafe00b 7227
01c52d31 72282006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 7229
01c52d31
MB
7230 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7231 to "Emacs 23 (unicode)" in doc string.
7dafe00b 7232
01c52d31
MB
7233 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7234 "Emacs 23 (unicode)" in comment.
7dafe00b 7235
01c52d31 72362006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
7dafe00b 7237
01c52d31 7238 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7dafe00b 7239
01c52d31
MB
7240 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7241 characters 160 through 255 in Emacs 23.
7dafe00b 7242
01c52d31 72432006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 7244
01c52d31
MB
7245 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7246 gnus-article-browse-html-temp.
7247 (gnus-article-browse-delete-temp): Make it customizable. Add
7248 `file'. Adjust doc string.
7249 (gnus-article-browse-delete-temp-files): Add argument. Allow
7250 query for each file. Adjust doc string.
7251 (gnus-article-browse-html-parts): Add
7252 `gnus-article-browse-delete-temp-files' to
7253 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7dafe00b 7254
01c52d31 72552006-03-02 Hynek Schlawack <hynek@ularx.de>
7dafe00b 7256
01c52d31
MB
7257 * gnus-art.el (gnus-article-browse-html-temp)
7258 (gnus-article-browse-delete-temp): New variables.
7259 (gnus-article-browse-delete-temp-files): New function.
7260 (gnus-article-browse-html-parts): Use it.
7dafe00b 7261
01c52d31 72622006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 7263
01c52d31 7264 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7dafe00b 7265
01c52d31
MB
7266 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7267 string.
7dafe00b 7268
01c52d31
MB
7269 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7270 gnus-summary-insert-new-articles when unplugged. Remove
7271 gnus-summary-search-article-forward.
7dafe00b 7272
01c52d31
MB
7273 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7274 display-visual-class instead of display-color-cells.
7dafe00b 7275
01c52d31 72762006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7dafe00b 7277
01c52d31
MB
7278 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7279 message/* containing non-ASCII text properly.
7dafe00b 7280
01c52d31 72812006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 7282
01c52d31
MB
7283 * message.el: Require gmm-utils, remove autoloads.
7284 (message-tool-bar): Set default based on
7285 gmm-tool-bar-style.
7286 (message-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 7287
01c52d31
MB
7288 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7289 gmm-tool-bar-style.
7290 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 7291
01c52d31
MB
7292 * gnus-group.el (gnus-group-tool-bar): Set default based on
7293 gmm-tool-bar-style.
7294 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 7295
01c52d31
MB
7296 * gmm-utils.el (gmm-image-directory): Rename variable from
7297 gmm-image-load-path.
7298 (gmm-image-load-path): Use gmm-image-directory.
7299 (gmm-customize-mode): New function.
7300 (gmm-tool-bar-style): New variable.
7dafe00b 7301
01c52d31
MB
7302 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7303 gnus-group-redraw-line-number.
7304 (gnus-group-redraw-check): Simplify.
7305 (gnus-group-tool-bar-update): Remove redraw check.
7306 (gnus-group-make-tool-bar): Add redraw check.
447505b5 7307
01c52d31 73082006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
447505b5 7309
01c52d31 7310 * gnus-art.el (gnus-button): Add missing parentheses.
3031d8b0 7311
01c52d31 73122006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3031d8b0 7313
01c52d31 7314 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3031d8b0 7315
01c52d31 73162006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 7317
01c52d31
MB
7318 * gnus-art.el (gnus-button): New face.
7319 (gnus-article-button-face): Use it.
3031d8b0 7320
01c52d31
MB
7321 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7322 gnus-summary-next-page. Re-order.
3031d8b0 7323
01c52d31
MB
7324 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7325 next-node are now included.
7326 (gnus-group-redraw-line-number): New internal variable.
7327 (gnus-group-redraw-check): Helper function for updating the tool
7328 bar.
7329 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3031d8b0 7330
01c52d31 7331 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3031d8b0 7332
01c52d31
MB
7333 * spam.el (spam-spamassassin-score-regexp): New internal variable.
7334 (spam-extra-header-to-number, spam-check-spamassassin-headers):
7335 Use it to match format of Spamassassin 3.0 and later. Reported by
7336 IRIE Tetsuya <irie@t.email.ne.jp>.
7337 (spam-check-bogofilter)
7338 (spam-bogofilter-register-with-bogofilter): Fix args of
7339 `gnus-error' calls.
3031d8b0 7340
01c52d31 73412006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 7342
01c52d31
MB
7343 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7344 unnecessary interaction when sending queued mails. Reported by
7345 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3031d8b0 7346
01c52d31 73472006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 7348
01c52d31
MB
7349 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7350 first or last are nil.
3031d8b0 7351
01c52d31 73522006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3031d8b0 7353
01c52d31 7354 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3031d8b0 7355
01c52d31 73562006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3031d8b0 7357
01c52d31 7358 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3031d8b0 7359
01c52d31 73602006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
eab52f48 7361
01c52d31 7362 * dns.el (query-dns): Protect more against buggy tcp output.
eab52f48 7363
01c52d31 73642006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 7365
01c52d31
MB
7366 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7367 nov.php.
58090a8d 7368
01c52d31 73692006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
58090a8d 7370
01c52d31
MB
7371 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7372 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7373 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
7374 output on the server side.
7375 (nnweb-google-create-mapping): Update regexps and add some
7376 progress indication.
58090a8d 7377
01c52d31 73782006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 7379
01c52d31
MB
7380 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7381 gnus-agent-toggle-plugged. Re-order icons.
7382 (gnus-group-tool-bar-gnome): Add
7383 gnus-group-{prev,next}-unread-group.
7384 (gnus-group-tool-bar-gnome): Re-order icons.
58090a8d 7385
01c52d31
MB
7386 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7387 gnus-summary-insert-new-articles.
58090a8d 7388
01c52d31
MB
7389 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7390 comments.
58090a8d 7391
01c52d31
MB
7392 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
7393 also available in Emacs 21.3.
58090a8d 7394
01c52d31
MB
7395 * message.el (message-fix-before-sending): Change "Emacs 22" to
7396 "Emacs 23 (unicode)" in comment.
58090a8d 7397
01c52d31
MB
7398 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7399 "Emacs 23 (unicode)" in comment.
58090a8d 7400
01c52d31
MB
7401 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7402 comment.
7403 (mm-coding-system-p): Add comment about no-MULE XEmacs.
58090a8d 7404
01c52d31 7405 * mm-view.el (mm-fill-flowed): Add :version.
58090a8d 7406
01c52d31 74072006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
58090a8d 7408
01c52d31
MB
7409 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7410 and load-path.
58090a8d 7411
01c52d31 74122006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 7413
01c52d31
MB
7414 * message.el: Autoload gmm-image-load-path.
7415 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7416 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
7417 consitency.
58090a8d 7418
01c52d31
MB
7419 * gmm-utils.el (gmm-image-load-path): Also search in
7420 "../etc/images". Don't set gmm-image-load-path if we don't find
7421 the image.
58090a8d 7422
01c52d31 74232006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
58090a8d 7424
01c52d31
MB
7425 * gmm-utils.el (gmm-image-load-path): Don't make
7426 `gmm-image-load-path' include subdirectories which the second arg
7427 `image' might specify.
58090a8d 7428
01c52d31
MB
7429 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
7430 subdirectory to icon file names.
58090a8d 7431
01c52d31 7432 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9872af18 7433
01c52d31 74342006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 7435
01c52d31
MB
7436 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
7437 gmm-image-load-path calls.
58090a8d 7438
01c52d31 7439 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
58090a8d 7440
01c52d31 7441 * message.el (message-make-tool-bar): Ditto.
58090a8d 7442
01c52d31 7443 * mml.el (mml-preview): Added comment concerning tool bar icons.
58090a8d 7444
01c52d31
MB
7445 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
7446 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
58090a8d 7447
01c52d31
MB
7448 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
7449 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9d64cd13 7450
01c52d31
MB
7451 * message.el (message-tool-bar-gnome): Use new icon names.
7452 (message-make-tool-bar): Use `gmm-image-load-path'.
9d64cd13 7453
01c52d31
MB
7454 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
7455 functions from MH-E.
7456 (gmm-image-load-path): New variable from MH-E.
7457 (gmm-image-load-path): New function from MH-E. Added arguments
7458 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
7459 *-image-load-path-called-flag.
4c2ad11d 7460
01c52d31 74612006-02-21 Milan Zamazal <pdm@brailcom.org>
4c2ad11d 7462
01c52d31 7463 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
f129a4df 7464
01c52d31 74652006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
f129a4df 7466
01c52d31
MB
7467 * nnimap.el (nnimap-request-move-article): Change folder back to
7468 source group before deleting.
6586e9c9 7469
01c52d31 74702006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
6586e9c9 7471
01c52d31 7472 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
e8beac8a 7473
01c52d31
MB
7474 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
7475 mm-url.
e8beac8a 7476
01c52d31 7477 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
e8beac8a 7478
01c52d31 74792006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
e8beac8a 7480
01c52d31
MB
7481 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
7482 coding system which mm-charset-to-coding-system returns for a
7483 given charset is valid.
e8beac8a 7484
01c52d31 74852006-02-16 Juanma Barranquero <lekktu@gmail.com>
e8beac8a 7486
01c52d31
MB
7487 * html2text.el (html2text-remove-tag-list):
7488 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
e8beac8a 7489
01c52d31 74902006-02-14 Chong Yidong <cyd@stupidchicken.com>
e8beac8a 7491
01c52d31 7492 * gnus-cus.el: Revert 2005-10-17 change.
e8beac8a 7493
01c52d31 74942006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
3b059693 7495
01c52d31
MB
7496 * gnus-art.el (article-strip-banner): Call
7497 article-really-strip-banner only when the regexp match is made.
3b059693 7498
01c52d31 74992006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
3b059693 7500
01c52d31
MB
7501 * gnus-art.el (article-strip-banner): Use
7502 gnus-extract-address-components instead of
7503 mail-header-parse-addresses to make it work with non-ASCII text;
7504 remove mail-encode-encoded-word-string.
3b059693 7505
01c52d31
MB
7506 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
7507 values which are surrounded with \"...\"; make it never cause a
7508 Lisp error; give up parsing of parameters if it failed in
7509 extracting type.
3b059693 7510
880820fe 75112006-02-14 Arne Jørgensen <arne@arnested.dk>
3b059693 7512
01c52d31
MB
7513 * smime.el (smime-cert-by-ldap-1): Fix bug where
7514 `smime-ldap-search' returns results without userCertificates.
ab513ed4 7515
01c52d31 75162006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
ab513ed4 7517
01c52d31 7518 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
28e48287 7519
01c52d31 75202006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
28e48287 7521
01c52d31
MB
7522 * spam.el (spam-check-spamassassin-headers): Adapt format for
7523 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
7524 <ari@mbf.ocn.ne.jp>.
7525 (spam-list-of-processors): Add spam-use-gmane.
2a0d53ac 7526
01c52d31 75272006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
2a0d53ac 7528
01c52d31
MB
7529 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
7530 make-temp-file; make it work with XEmacs as well.
9516b9f4 7531
01c52d31
MB
7532 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
7533 mm-make-temp-file.
9516b9f4 7534
01c52d31
MB
7535 * mm-decode.el (mm-display-external): Use the 3rd arg of
7536 mm-make-temp-file.
7537 (mm-create-image-xemacs): Ditto.
9516b9f4 7538
01c52d31 75392006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
9516b9f4 7540
01c52d31
MB
7541 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
7542 with message-narrow-to-headers.
7543 (gnus-draft-setup): Narrow to header to run message-fetch-field.
7544 (gnus-draft-check-draft-articles): New function.
7545 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9516b9f4 7546
01c52d31 75472006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
9516b9f4 7548
01c52d31
MB
7549 * gnus-art.el (gnus-article-browse-html-parts):
7550 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
7551 Don't use suffix argument for mm-make-temp-file for Emacs 21
7552 compatibility. Remove useless `format'.
292f71fe 7553
01c52d31 75542006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
292f71fe 7555
01c52d31
MB
7556 * nnweb.el (nnweb-google-wash-article): Update regexps.
7557 (nnweb-group-alist): Use defvoo instead of defvar.
292f71fe 7558
01c52d31 75592006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
292f71fe 7560
01c52d31
MB
7561 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
7562 re-loading nn* modules.
292f71fe 7563
01c52d31 75642006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
292f71fe 7565
01c52d31
MB
7566 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
7567 for `tool-bar-mode' and don't check it's default-value.
292f71fe 7568
01c52d31 7569 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
292f71fe 7570
01c52d31 7571 * message.el (message-make-tool-bar): Ditto.
292f71fe 7572
01c52d31
MB
7573 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
7574 `substring'. Shorten tmp-file name.
292f71fe 7575
01c52d31 7576 * gnus.el: Remove bogus comment.
292f71fe 7577
01c52d31 75782006-02-10 Hynek Schlawack <hynek@ularx.de>
bd2cef66 7579
01c52d31
MB
7580 * gnus-art.el (gnus-article-browse-html-parts): New function.
7581 (gnus-article-browse-html-article): New function for viewing html
7582 articles with a browser.
bd2cef66 7583
01c52d31 75842006-02-09 Daiki Ueno <ueno@unixuser.org>
ffda926c 7585
01c52d31
MB
7586 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
7587 (mml2015-pgg-encrypt): Ditto.
ffda926c 7588
01c52d31
MB
7589 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
7590 (mml1991-pgg-encrypt): Ditto.
f5fab556 7591
01c52d31 75922006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
f5fab556 7593
01c52d31
MB
7594 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
7595 message-make-date instead of current-time-string.
4b9f0de2 7596
01c52d31
MB
7597 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
7598 to gnus-decoded which mm-uu might set.
4b9f0de2 7599
01c52d31 76002006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
710f2e1b 7601
01c52d31
MB
7602 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
7603 don't decode quoted parameters; remove misimported Emacs code.
7604 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7605 (rfc2231-decode-encoded-string): Don't use split-string which
7606 behaves differently according to Emacs version; use
7607 mm-decode-coding-region to convert charset to coding-system.
7608 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7609 (rfc2231-encode-string): Remove misimported Emacs code.
710f2e1b 7610
01c52d31 76112006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
20051b27 7612
01c52d31
MB
7613 * gnus-art.el (article-decode-charset): Don't use ignore-errors
7614 when calling mail-header-parse-content-type.
7615 (article-de-quoted-unreadable): Ditto.
7616 (article-de-base64-unreadable): Ditto.
7617 (article-wash-html): Ditto.
20051b27 7618
01c52d31
MB
7619 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
7620 calling mail-header-parse-content-type and
7621 mail-header-parse-content-disposition.
7622 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
7623 mail-header-parse-content-type.
82259e50 7624
01c52d31
MB
7625 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
7626 insert charset and format parameters; encode description after
7627 inserting it to buffer.
7628 (mml-insert-parameter): Fold lines properly even if a parameter is
7629 segmented into two or more lines; change the max column to 76.
82259e50 7630
01c52d31
MB
7631 * rfc1843.el (rfc1843-decode-article-body): Don't use
7632 ignore-errors when calling mail-header-parse-content-type.
46f93472 7633
01c52d31
MB
7634 * rfc2231.el (rfc2231-parse-string): Return at least type if
7635 possible; don't cause an error even if it fails in parsing of
7636 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7637 (rfc2231-encode-string): Don't break lines at the beginning, leave
7638 it to mml-insert-parameter.
46f93472 7639
01c52d31
MB
7640 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
7641 calling mail-header-parse-content-type.
d3a597b7 7642
01c52d31 76432006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
d3a597b7 7644
01c52d31
MB
7645 * spam-report.el (spam-report-gmane-use-article-number):
7646 Improve doc string.
7647 (spam-report-gmane-internal): Check if a suitable header was found
7648 in the article.
8753ddee 7649
01c52d31 76502006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
8753ddee 7651
01c52d31
MB
7652 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
7653 (rfc2231-encode-string): Make param*=value always begin with LWSP.
8753ddee 7654
01c52d31 76552006-02-05 Romain Francoise <romain@orebokech.com>
8753ddee 7656
01c52d31 7657 Update copyright notices of all files in the gnus directory.
8753ddee 7658
01c52d31 76592006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
8753ddee 7660
01c52d31 7661 * nnweb.el (nnweb-request-group): Avoid growing overview files.
bbcb5072 7662
01c52d31 76632006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
bbcb5072 7664
01c52d31
MB
7665 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
7666 segmented lines of parameter value to cope with Thunderbird 1.5
7667 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
7668 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7669 (rfc2231-encode-string): Don't make lines exceeding 76 column.
c615a00c 7670
01c52d31 76712006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
c615a00c 7672
01c52d31
MB
7673 * mml.el (mml-generate-mime-1): Correct the order of inline signed
7674 parts.
a33704bb 7675
01c52d31 76762006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
a33704bb 7677
01c52d31
MB
7678 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
7679 there's only one active file for all servers.
7680 (nnweb-request-scan): Make sure nnweb-articles is initialized on
7681 solid groups. Gnus might have used a FAST request to select the group.
7682 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
7683 and nnweb-search redundantly in the active file.
7684 (nnweb-request-list): Don't list bogus groups. There can only be one.
7685 (nnweb-request-create-group): Don't use ARGS.
7686 (nnweb-possibly-change-server, nnweb-request-group): Remove some
7687 initialisations. Let nnoo do the work.
a33704bb 7688
01c52d31 76892006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
a33704bb 7690
01c52d31
MB
7691 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
7692 Say the part has been decoded.
a33704bb 7693
01c52d31 7694 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
a33704bb 7695
01c52d31 76962006-01-31 Kevin Ryde <user42@zip.com.au>
53cfefc8 7697
01c52d31
MB
7698 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
7699 mailcap-viewer-test-cache when there's no 'test clause, since that
7700 will invert the meaning of a "nil" test previously determined by
7701 mailcap-mailcap-entry-passes-test.
53cfefc8 7702
01c52d31 77032006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
53cfefc8 7704
01c52d31
MB
7705 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
7706 compiling.
53cfefc8 7707
01c52d31 7708 * gnus-sum.el: Ditto.
53cfefc8 7709
01c52d31 7710 * message.el: Don't bind tool-bar-map when compiling.
53cfefc8 7711
01c52d31 77122006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
53cfefc8 7713
01c52d31 7714 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
53cfefc8 7715
01c52d31 77162006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
53cfefc8 7717
01c52d31
MB
7718 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
7719 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
7720 current Google Groups.
53cfefc8 7721
01c52d31 77222006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
53cfefc8 7723
01c52d31
MB
7724 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
7725 and tool-bar-mode.
66841476 7726
01c52d31
MB
7727 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
7728 and tool-bar-mode.
66841476 7729
01c52d31
MB
7730 * message.el (message-tool-bar-update): Simplify.
7731 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
81df110a 7732
01c52d31
MB
7733 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
7734 gnus-summary-buffer.
7735 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
7736 gnus-summary-reply.
81df110a 7737
01c52d31 7738 * gmm-utils.el (gmm): Add :version.
5fae1cae 7739
01c52d31 77402006-01-26 Steve Youngs <steve@sxemacs.org>
5fae1cae 7741
01c52d31
MB
7742 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
7743 autoload.
5fae1cae 7744
01c52d31 77452006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5fae1cae 7746
01c52d31 7747 * gmm-utils.el (gmm-verbose): Add :group.
5fae1cae 7748
01c52d31 77492006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
c4fbd740 7750
01c52d31 7751 * message.el: Change some comments WRT tool-bars.
81df110a 7752
01c52d31
MB
7753 * gnus-sum.el (gnus-summary-tool-bar)
7754 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
7755 (gnus-summary-tool-bar-zap-list): New variables.
7756 (gnus-summary-make-tool-bar): Complete rewrite using
7757 `gmm-tool-bar-from-list'.
430d3ed7 7758
01c52d31
MB
7759 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
7760 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
7761 variables.
7762 (gnus-group-make-tool-bar): Complete rewrite using
7763 `gmm-tool-bar-from-list'.
7764 (gnus-group-tool-bar-update): New function.
430d3ed7 7765
01c52d31 7766 * message.el (message-mode-field-menu): Add "Show hidden Headers".
430d3ed7 7767
01c52d31 77682006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
430d3ed7 7769
01c52d31
MB
7770 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
7771 is dissected into a single part of which the type is the same as
7772 the given one; decode charset.
6ff5b064 7773
01c52d31 77742006-01-21 Kevin Ryde <user42@zip.com.au>
6ff5b064 7775
01c52d31
MB
7776 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
7777 into alists as symbol not string, since that's what
7778 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
7779 look for.
a8f6d239 7780
01c52d31 77812006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
a8f6d239 7782
01c52d31
MB
7783 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
7784 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
a8f6d239 7785
01c52d31 7786 * message.el (message-tool-bar-gnome): Use gmm-ignore.
a8f6d239 7787
01c52d31 77882006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
d752cf53 7789
01c52d31
MB
7790 * gnus-art.el (gnus-mime-security-button-commands): New variable.
7791 (gnus-mime-security-button-menu): New definition.
7792 (gnus-mime-security-button-map): Use them.
7793 (gnus-mime-security-button-menu): New function.
7794 (gnus-insert-mime-security-button): Addition to help echo.
7795 (gnus-mime-security-run-function, gnus-mime-security-save-part)
7796 (gnus-mime-security-pipe-part): New functions.
d752cf53 7797
01c52d31
MB
7798 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
7799 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
d752cf53 7800
01c52d31
MB
7801 * mm-decode.el (mm-handle-set-disposition): Remove.
7802 (mm-handle-set-description): Remove.
d752cf53 7803
01c52d31 78042006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
d752cf53 7805
01c52d31
MB
7806 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
7807 (mm-w3m-standalone-supports-m17n-p): New function.
7808 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
7809 w3m usage.
d752cf53 7810
01c52d31
MB
7811 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
7812 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
d752cf53 7813
01c52d31 78142006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
d752cf53 7815
01c52d31
MB
7816 * message.el (message-tool-bar-zap-list): Use
7817 gmm-tool-bar-zap-list as custom type.
7818 (message-tool-bar-update): New function.
7819 (message-tool-bar, message-tool-bar-gnome)
7820 (message-tool-bar-retro): Add message-tool-bar-update.
7821 (message-tool-bar-gnome): Add flyspell-buffer.
d752cf53 7822
01c52d31 7823 * gnus-util.el (gnus-error): Describe `args'.
4a2358e9 7824
01c52d31
MB
7825 * gmm-utils.el (gmm-error): Describe `args'.
7826 (gmm-tool-bar-zap-list): New widget.
7827 (gmm-tool-bar-from-list): Improve description of `zap-list'.
4a2358e9 7828
01c52d31 78292006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4a2358e9 7830
01c52d31
MB
7831 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
7832 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
7833 the number of recursive calls.
4a2358e9 7834
01c52d31
MB
7835 * mm-decode.el (mm-handle-set-disposition): New macro.
7836 (mm-handle-set-description): New macro.
4a2358e9 7837
01c52d31 78382006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4a2358e9 7839
01c52d31
MB
7840 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
7841 encoding.
4a2358e9 7842
01c52d31 78432006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
4a2358e9 7844
01c52d31
MB
7845 * message.el (message-tool-bar-zap-list, message-tool-bar)
7846 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
7847 (message-tool-bar-local-item-from-menu): Remove.
7848 (message-tool-bar-map): Replace by `message-make-tool-bar'.
7849 (message-make-tool-bar): New function.
7850 (message-mode): Use `message-make-tool-bar'.
4a2358e9 7851
01c52d31
MB
7852 * gmm-utils.el: New file.
7853 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
7854 (gmm-lazy): New widget copied from `nnmail.el'.
7855 (gmm-tool-bar-from-list): New function for creating customizable
7856 tool bars.
7857 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
7858 output.
7859 (gmm): Add :prefix to defgroup.
4a2358e9 7860
01c52d31 78612006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
4a2358e9 7862
01c52d31 7863 * gmm-utils.el (gmm-widget-p): New function.
4a2358e9 7864
01c52d31 78652006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
4a2358e9 7866
01c52d31
MB
7867 * mml.el (mml-attach-file): Describe `description' in doc string.
7868 (mml-menu): Add Emacs MIME manual and PGG manual.
4a2358e9 7869
01c52d31 78702006-01-20 Richard M. Stallman <rms@gnu.org>
4a2358e9 7871
01c52d31 7872 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
4a2358e9 7873
01c52d31 78742006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
4a2358e9 7875
01c52d31 7876 * nntp.el (nntp-end-of-line): Doc fix.
4a2358e9 7877
01c52d31 78782006-01-20 Chong Yidong <cyd@stupidchicken.com>
4a2358e9 7879
01c52d31
MB
7880 * imap.el (imap-open): Handle case where buffer is a buffer
7881 object.
41e11121 7882
01c52d31 78832005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
41e11121 7884
01c52d31
MB
7885 * gnus-delay.el (gnus-delay): Don't autoload.
7886 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7887 to be re-loaded when customizing the `gnus-delay' group.
f3f01d5d 7888
01c52d31 78892005-01-20 Chong Yidong <cyd@stupidchicken.com>
f3f01d5d 7890
01c52d31 7891 * message.el (message-insert-citation-line): Use newlines.
f3f01d5d 7892
01c52d31 78932006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
f3f01d5d 7894
01c52d31 7895 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
bcc7dd61 7896
01c52d31 7897 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
bcc7dd61 7898
01c52d31 78992006-01-19 Mark D. Baushke <mdb@gnu.org>
bcc7dd61 7900
01c52d31 7901 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
bcc7dd61 7902
01c52d31 79032006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
bcc7dd61 7904
01c52d31
MB
7905 * mm-decode.el (mm-inlined-types): Add application/pgp.
7906 (mm-automatic-display): Ditto.
11e22c4a 7907
01c52d31
MB
7908 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
7909 part as text.
11e22c4a 7910
01c52d31 79112006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11e22c4a 7912
01c52d31
MB
7913 * nnrss.el: Update copyright.
7914 (nnrss-opml-import): Query whether to subscribe to each entry.
97f78c9b 7915
01c52d31
MB
7916 * gnus-art.el:
7917 * gnus-sum.el:
7918 * mm-uu.el:
7919 * mm-view.el: Update copyright.
97f78c9b 7920
01c52d31 79212006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
97f78c9b 7922
01c52d31
MB
7923 * message.el (message-info): New function.
7924 (message-mode-menu): Add it.
7925 Update copyright.
97f78c9b 7926
01c52d31 7927 * ChangeLog: Fix and update copyright.
97f78c9b 7928
01c52d31 79292006-01-13 Romain Francoise <romain@orebokech.com>
afea040a 7930
01c52d31
MB
7931 * message.el (message-forward-subject-name-subject): Prefer the
7932 address to 'nowhere' if the sender has no name.
7933 Fix typo. Update copyright year.
97f78c9b 7934
01c52d31 79352006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
afea040a 7936
01c52d31
MB
7937 * gnus-art.el (article-wash-html): Use
7938 gnus-summary-show-article-charset-alist if a numeric arg is given.
7939 (gnus-article-wash-html-with-w3m-standalone): New function.
afea040a 7940
01c52d31
MB
7941 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
7942 mm-inline-text-html-render-with-w3m-standalone.
7943 (mm-text-html-washer-alist): Map w3m-standalone to
7944 gnus-article-wash-html-with-w3m-standalone.
7945 (mm-inline-text-html-render-with-w3m-standalone): New function.
afea040a 7946
01c52d31 79472006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
afea040a 7948
01c52d31
MB
7949 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
7950 Improve LaTeX.
4b91459a 7951
01c52d31 79522006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
4b91459a 7953
01c52d31
MB
7954 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
7955 (nnrss-request-article): Render text/plain parts as HTML.
4b91459a 7956
01c52d31
MB
7957 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
7958 the buffer.
4b91459a 7959
01c52d31 79602006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
4b91459a 7961
01c52d31
MB
7962 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
7963 custom definition of `gnus-posting-styles'.
d44e3b45 7964
01c52d31
MB
7965 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
7966 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
d44e3b45 7967
01c52d31 79682006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
4b91459a 7969
01c52d31
MB
7970 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
7971 Use nntp for bug archive.
4b91459a 7972
01c52d31 79732006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
c03ac728 7974
01c52d31
MB
7975 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
7976 parts.
7977 (nnrss-normalize-date): New function converts ISO 8601 date into
7978 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
7979 (nnrss-check-group): Use it.
c03ac728 7980
01c52d31 79812006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
d8a88581 7982
01c52d31 7983 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
d8a88581 7984
01c52d31
MB
7985 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
7986 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
7987 (nnrss-insert-w3): Ditto.
d8a88581 7988
01c52d31 79892005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
d8a88581 7990
01c52d31
MB
7991 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
7992 the articles to be forwarded including the case where neither a
7993 number of articles nor a region is specified.
d8a88581 7994
01c52d31 79952005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7573397b 7996
01c52d31
MB
7997 * nnrss.el (nnrss-request-article): Fix last change; fill
7998 text/plain parts.
7573397b 7999
01c52d31 80002005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
7573397b 8001
01c52d31
MB
8002 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8003 in text/plain part.
8004 (nnrss-check-group): Don't add excessive newline to dc:subject.
bcc7dd61 8005
01c52d31 80062005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
bcc7dd61 8007
01c52d31
MB
8008 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8009 article.
9ebc3953 8010
01c52d31 80112005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9ebc3953 8012
01c52d31
MB
8013 * nnml.el: Don't require gnus-bcklg. Autoload it.
8014 (nnml-use-compressed-files, nnml-save-mail): Support other
8015 comression programs such as bzip2.
7929f858 8016
01c52d31 80172005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7929f858 8018
01c52d31
MB
8019 * dns.el (query-dns): Make sure we check the buffer size before
8020 removing tcp headers.
7929f858 8021
01c52d31 80222005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
ead25b5c 8023
01c52d31
MB
8024 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8025 remove MIME buttons associated with multipart/alternative parts.
8026 (gnus-mime-display-alternative): Tag buttons using `article-type'
8027 text property.
ead25b5c 8028
01c52d31
MB
8029 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8030 associated with multipart/alternative parts.
ead25b5c 8031
01c52d31 8032 * gnus-art.el (gnus-signature-separator): Fix custom type.
8774406b 8033
01c52d31
MB
8034 * mm-decode.el (mm-inlined-types): Fix custom type.
8035 (mm-keep-viewer-alive-types): Ditto.
8036 (mm-automatic-display): Ditto.
8037 (mm-attachment-override-types): Ditto.
8038 (mm-inline-override-types): Ditto.
8039 (mm-automatic-external-display): Ditto.
8774406b 8040
01c52d31 80412005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
a0ec7a4a 8042
01c52d31
MB
8043 * spam-report.el (spam-report-user-mail-address)
8044 (spam-report-user-agent): New variables.
8045 (spam-report-url-ping-plain): Use spam-report-user-agent.
a0ec7a4a 8046
01c52d31 80472005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
59fda2fa 8048
01c52d31
MB
8049 * gnus-art.el (gnus-button-handle-custom): Do not just use
8050 `customize-apropos' for any "M-x customize-*" button but the
8051 function called for. Accept both the function name and its
8052 argument in order to achieve this.
8053 (gnus-button-alist): Remove support for "custom:" URL's. Pass
8054 function name to `gnus-button-handle-custom' in case of "M-x
8055 customize-*" buttons.
59fda2fa 8056
01c52d31 80572005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
59fda2fa 8058
01c52d31
MB
8059 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8060 multipart/alternative and add xref to mm-discouraged-alternatives
8061 in doc string.
7d0c69be 8062
01c52d31
MB
8063 * mm-decode.el (mm-discouraged-alternatives): Add xref to
8064 gnus-buttonized-mime-types in doc string.
7d0c69be 8065
01c52d31 80662005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
d6697c02 8067
01c52d31
MB
8068 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8069 Suggest image/.* in the doc string.
d6697c02 8070
01c52d31 80712005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
d6697c02 8072
01c52d31
MB
8073 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8074 message-marks (Debian bug #342521).
d6697c02 8075
01c52d31 80762005-12-12 Simon Josefsson <jas@extundo.com>
84861437 8077
01c52d31
MB
8078 * password.el (password-read-from-cache): Add.
8079 (password-read): Use it.
84861437 8080
01c52d31 80812005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
84861437 8082
01c52d31
MB
8083 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8084 us-ascii as a MIME charset.
3338c0ad 8085
01c52d31
MB
8086 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8087 against the case where the 2nd arg TYPE is nil.
3338c0ad 8088
01c52d31 80892005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
9180519b 8090
01c52d31 8091 * pop3.el (pop3-stream-type): Fix custom version.
9180519b 8092
01c52d31 8093 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9180519b 8094
01c52d31 80952005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
23873c96 8096
01c52d31 8097 * mm-decode.el (mm-display-external): Add missing cdr.
23873c96 8098
01c52d31 80992005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
b66c24b4 8100
01c52d31
MB
8101 * mm-decode.el (mm-display-external): Use nametemplate (defined in
8102 RFC1524) if it is in mailcap or add a suffix according to
8103 mailcap-mime-extensions when generating a temp filename; postpone
8104 deleting a temp file for 2 seconds for some wrappers, shell
8105 scripts, and so on, which might exit right after having started a
8106 viewer command as a background job.
8107
81082005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
8109
8110 * nntp.el (nntp-marks-directory): Fix custom group.
8111
8112 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8113 steps when < 10.
8114
8115 * gnus-start.el (gnus-no-server-1): Mention
8116 `gnus-level-default-subscribed' in doc string.
8117
81182005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8119
8120 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8121 parens.
8122
81232005-11-26 Dave Love <fx@gnu.org>
8124
8125 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8126 (tls-program, tls-success): Provide openssl alternative.
8127
8128 * starttls.el: Doc fixes.
8129 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8130 SERVICE to PORT.
8131
002876ab 8132 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
01c52d31
MB
8133 port null or service name.
8134 (starttls-negotiate): Autoload.
8135
81362005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8137
8138 * message.el (message-kill-to-signature): Fix interactive spec.
8139
81402005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
8141
8142 * pop3.el (pop3-open-server): Recognize a string as a service name.
8143
81442005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
8145
8146 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8147
81482005-11-23 Dave Love <fx@gnu.org>
8149
8150 Add pop3s, pop3/starttls.
8151
8152 * pop3.el (pop3-authentication-scheme): Clarify doc.
8153 (open-tls-stream, starttls-open-stream): Autoload.
8154 (pop3-stream-type): New.
8155 (pop3-open-server): Use it.
8156
8157 * mail-source.el (mail-sources): Fix some :types. Add stream type
8158 for POP.
8159 (mail-source-keyword-map): Add :stream for POP.
8160 (mail-source-fetch-pop): Use pop3-stream-type.
8161
81622005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
8163
8164 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8165 of current-time-string.
8166
81672005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
8168
8169 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8170 date header.
8171
81722005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
8173
8174 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8175 it can seriously impact performance as it bypasses the agent's
8176 local caches.
8177
81782005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
8179
8180 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8181 must be explicitly online rather than "not explicitly offline" for
8182 its flags to be synchronized.
8183
8184 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8185 that gnus-uu-unmark-thread will function correctly.
8186
8187 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8188 1024K is instead displayed as 1M.
8189
81902005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8191
8192 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8193
81942005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
8195
8196 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8197
81982005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
8199
8200 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8201 error message to display actual error condition.
8202 (gnus-agent-save-local): Avoid saving symbols that are bound to
8203 nil as they simply result in a warning message in
8204 gnus-agent-read-local.
8205
82062005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
8207
8208 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8209 rather than make-variable-buffer-local for file-precious-flag.
8210
82112005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
8212
8213 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8214 for duplicates which are removed. The invalid sort check then
8215 triggers a rescan after the sort as sorting may have moved
8216 duplicate entries such that they can be cheaply detected.
8217
82182005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
8219
8220 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8221
82222005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
8223
8224 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8225 internal variable to a custom variable. Changed default value
8226 from compressed(2) to uncompressed(1).
8227 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8228 support for uncompressed agentview files. Taken together, reading
8229 the agentview file should now be 6-7 times faster.
8230
82312005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
8232
8233 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8234 as a buffer-local variable. This avoids creating truncated
8235 dribble files as a result of a hang up, eg.
8236
82372005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
8238
8239 * gnus-start.el (gnus-start-draft-setup): Enforce
8240 `gnus-draft-mode' for nndraft:drafts at startup.
8241
8242 * gnus.el (gnus-splash): Change custom group.
8243 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8244 allow-list argument.
8245
8246 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8247 string.
8248
82492005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
8250
8251 * gnus-art.el (gnus-default-article-saver): Add user-defined
8252 `function' to custom type.
8253
82542005-10-30 Chong Yidong <cyd@stupidchicken.com>
8255
8256 * imap.el (imap-open): Handle case where buffer is a buffer
8257 object.
8258
82592005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8260
8261 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8262 long lines.
8263 (gnus-cache-delete-group): Wrap doc strings.
8264
8265 * gnus-agent.el (gnus-agent-rename-group)
8266 (gnus-agent-delete-group): Wrap doc strings.
8267
01c52d31
MB
82682005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8269
8270 * gnus-start.el (gnus-1): Add "native" to
8271 gnus-predefined-server-alist.
8272
8273 * gnus.el (gnus-method-to-server): Don't add "native" to the
8274 lists here, because that leads to problems when
8275 gnus-select-method is bound.
8276
82772005-11-09 Simon Josefsson <jas@extundo.com>
8278
8279 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8280 use (not sort-by-date) instead.
8281
82822005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8283
8284 * gnus-delay.el (gnus-delay-group): Don't autoload.
8285 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8286 to be re-loaded when customizing the `gnus-delay' group.
8287
82882005-11-19 Chong Yidong <cyd@stupidchicken.com>
8289
8290 * message.el: Revert last changes.
8291 (message-insert-citation-line): Use newlines.
8292
82932005-11-17 Chong Yidong <cyd@stupidchicken.com>
8294
8295 * message.el (message-courtesy-message)
8296 (message-mark-insert-begin, message-mark-insert-end)
8297 (message-elide-ellipsis, message-cancel-message)
8298 (message-add-header, message-change-subject)
8299 (message-cross-post-followup-to-header)
8300 (message-cross-post-insert-note, message-reduce-to-to-cc)
8301 (message-widen-reply, message-delete-not-region)
8302 (message-kill-to-signature, message-insert-signature)
8303 (message-insert-importance-high, message-insert-importance-low)
8304 (message-insert-or-toggle-importance)
8305 (message-insert-disposition-notification-to)
8306 (message-indent-citation, message-yank-original)
8307 (message-cite-original-without-signature, message-cite-original)
8308 (message-insert-citation-line, message-position-on-field)
8309 (message-fix-before-sending, message-send-mail-partially)
8310 (message-send-mail, message-send-mail-with-sendmail)
8311 (message-send-mail-with-qmail, message-send-news)
8312 (message-check-news-header-syntax, message-generate-headers)
8313 (message-insert-courtesy-copy, message-fill-address)
8314 (message-fill-header, message-shorten-references)
8315 (message-setup-1, message-cancel-news)
8316 (message-forward-make-body-plain, message-forward-make-body-mime)
8317 (message-forward-make-body-mml, message-encode-message-body)
8318 (message-forward-make-body-digest-plain)
8319 (message-forward-make-body-digest-mime)
8320 (message-use-alternative-email-as-from): Insert `hard-newline'
8321 instead of ordinary newlines.
8322
83232005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
8324
8325 * message.el (message-generate-headers): Downcase the argument
8326 given to message-check-element.
8327
83282005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
8329
8330 * nntp.el (nntp-authinfo-rejected): New error condition.
8331 (nntp-wait-for): Use new error condition to signal authentication
8332 error.
8333 (nntp-retrieve-data): Rethrow new error condition to break out of
8334 recursive call to nntp-send-authinfo.
8335
83362005-11-08 Romain Francoise <romain@orebokech.com>
8337
8338 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
8339 (gnus-summary-exit-map): Bind to `Z p'.
8340 (gnus-summary-make-menu-bar): Add menu item.
8341
83422005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
8343
8344 * gnus-art.el (gnus-article-treat-custom): Add `first'.
8345 (gnus-treat-*): Add `first' in all doc strings.
8346
8347 * gnus-group.el (gnus-group-compact-group): Fix typo.
8348
83492005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8350
8351 * gnus.el (gnus-parameters-case-fold-search): New variable.
8352 (gnus-parameters-get-parameter): Use it.
8353
8354 * gnus-score.el (gnus-home-score-file): Doc fix.
8355
83562005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
8357
8358 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
8359
83602005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
8361
8362 * mm-util.el (mm-special-display-p): New function.
8363
8364 * mml.el (mml-preview): Use it; doc fix.
8365
83662005-10-29 Romain Francoise <romain@orebokech.com>
8367
8368 * message.el (message-fix-before-sending): Fix comment.
8369
83702005-10-29 Jari Aalto <jari.aalto@cante.net>
8371
8372 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
8373
83742005-10-29 Jari Aalto <jari.aalto@cante.net>
8375
8376 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
8377 Used in gnus-score.el.
8378
83792005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8380
8381 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
8382
83832005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
8384
8385 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
8386 whitespace removed in revision 7.8. Use concatenated string to
8387 protect trailing whitespace.
8388
880820fe 83892005-10-27 Jouni K. Seppänen <jks@iki.fi>
01c52d31
MB
8390
8391 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
8392 (nnimap-request-expire-articles): Use it to avoid sending 'UID
8393 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
8394 Courier IMAP ("some version from 2004"). Mostly based on similar
8395 code in the same function.
8396
83972005-10-26 Didier Verna <didier@xemacs.org>
8398
002876ab 8399 * gnus-group.el (gnus-group-compact-group): Invalidate original
01c52d31 8400 article buffer.
002876ab 8401 * gnus-srvr.el (gnus-server-compact-server): Ditto.
c9e31f32 8402 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
01c52d31
MB
8403 NOV database and in article itself.
8404 Invalidate article backlog.
8405
84062005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
8407
8408 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
8409
84102005-10-26 Simon Josefsson <jas@extundo.com>
8411
8412 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
8413 part of 2004-07-25 change.
8414
84152005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
8416
8417 * message.el (message-display-completion-list): New function.
8418 (message-expand-group): Use it; make sure the Completions buffer
8419 is modifiable.
8420
84212005-10-30 Chong Yidong <cyd@stupidchicken.com>
8422
c9e31f32 8423 * imap.el (imap-open): Handle case where buffer is a buffer object.
01c52d31
MB
8424
84252005-10-24 Eli Zaretskii <eliz@gnu.org>
8426
8427 * pgg-def.el:
8428 * pgg-gpg.el:
8429 * pgg-parse.el:
8430 * pgg-pgp.el:
8431 * pgg-pgp5.el:
8432 * pgg.el: Move to the parent lisp directory.
8433
84342005-10-23 Chong Yidong <cyd@stupidchicken.com>
8435
8436 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
8437 user-mail-name is an empty string.
8438
84392005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
8440
8441 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
8442 depending on gnus-score-decay-constant.
8443
8444 * encrypt.el (encrypt-insert-file-contents)
8445 (encrypt-write-file-contents): Don't use `gnus-message'.
8446
8447 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
8448 arguments.
8449 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
8450 arguments to mm-uu-verbatim-marks-extract.
8451 (mm-uu-hide-markers): New variable.
8452 (mm-uu-extract): Use face similar to `gnus-cite-3'.
8453
8454 * gnus-fun.el (gnus-convert-image-to-x-face-command)
8455 (gnus-convert-image-to-face-command): Use "convert" by default to
8456 allow other input image formats.
8457 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
8458 accordingly.
8459
84602005-10-23 Simon Josefsson <jas@extundo.com>
8461
8462 * imap.el (imap-gssapi-program): Align command line parameters
8463 with latest GNU SASL.
8464 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
8465
84662005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8467
8468 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
8469 HTML.
8470 (nnslashdot-request-article): Ditto.
8471
84722005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
8473
8474 * mail-source.el (mail-source-fetch-pop): Require pop3.
8475 (mail-source-check-pop): Ditto.
8476
84772005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8478
8479 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
8480 errors.
8481
84822005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
8483
8484 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
8485 (gnus-treat-strip-leading-blank-lines): Improve doc string.
8486
8487 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
8488
8489 * mm-bodies.el (mm-decode-string): Call
8490 `mm-charset-to-coding-system' with allow-override argument.
8491
84922005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
8493
8494 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
8495 (rfc2047-charset-to-coding-system): New function.
8496 (rfc2047-decode-encoded-words): New function.
8497 (rfc2047-decode-region): Use them.
8498 (rfc2047-decode-cte): Remove.
8499 (rfc2047-parse-and-decode): Remove.
8500 (rfc2047-decode): Remove.
8501
85022005-10-15 Kenichi Handa <handa@m17n.org>
8503
8504 * rfc2047.el (rfc2047-decode-cte): New function.
8505 (rfc2047-decode-region): Change the way to decode successive
8506 encoded-words: decode B- or Q-encoding in each encoded-word,
8507 concatenate them, and decode it as charset.
8508
85092005-10-17 Chong Yidong <cyd@stupidchicken.com>
8510
8511 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
8512 widget-move-and-invoke.
8513 (gnus-custom-mode): Use gnus-custom-map.
8514
85152005-10-15 Bill Wohler <wohler@newt.com>
8516
8517 * message.el (message-tool-bar-map): Renamed image file from
8518 mail_send to mail/send.
8519
85202005-10-16 Masatake YAMATO <jet@gyve.org>
8521
8522 * message.el (message-expand-group): Pass the common
8523 prefix substring of completion to `display-completion-list'.
8524
85252005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
8526
8527 * mml-sec.el (mml-secure-method): New internal variable.
8528 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
8529 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
8530 functions using mml-secure-method.
8531
8532 * mml.el (mml-mode-map): Add key bindings for those functions.
8533 (mml-menu): Simplify security menu entries. Suggested by Jesper
8534 Harder <harder@myrealbox.com>.
8535 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
8536 end of message if point is the headers of the message.
8537
8538 * message.el (message-in-body-p): New function.
8539
8540 * assistant.el: Autoload gnus-util and netrc.
8541
8542 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
8543 Use `mm-charset-override-alist' only when decoding.
8544
8545 * mm-bodies.el (mm-decode-body): Call
8546 `mm-charset-to-coding-system' with allow-override argument.
8547
8548 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
8549 `filename' from Content-Disposition if Content-Type doesn't
8550 provide `name'.
8551 (gnus-mime-view-part-as-type): Set default instead of
8552 initial-input.
8553
85542005-10-09 Daniel Brockman <daniel@brockman.se>
8555
8556 * format-spec.el (format-spec): Propagate text properties of % spec.
8557
85582005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8559
8560 * gnus-art.el (gnus-treat-predicate): Add `first'.
8561
85622005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
8563
8564 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
8565 (mm-charset-override-alist): New variable.
8566 (mm-charset-to-coding-system): Use it.
8567 (mm-codepage-setup): New helper function.
8568 (mm-charset-eval-alist): New variable.
8569 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
8570 about unknown charsets.
8571
85722005-10-04 David Hansen <david.hansen@gmx.net>
8573
8574 * nnrss.el (nnrss-request-article): Add support for the comments tag.
8575 (nnrss-check-group): Ditto.
8576
85772005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
8578
8579 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
8580 Rename x-gnus-verbatim to x-verbatim.
8581 (mm-uu-type-alist): Fix regexp for verbatim-marks.
8582
8583 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
8584 x-verbatim.
8585
8586 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
8587
8588 * gnus-util.el (gnus-remove-duplicates): Remove.
8589
8590 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
8591 instead of gnus-remove-duplicates.
8592
8593 * message.el (message-remove-duplicates): Remove.
8594 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
8595 message-remove-duplicates.
8596
8597 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
8598 available, else use implementation from `delete-dups'.
8599
8600 * message.el (message-insert-expires): New function.
8601 (message-mode-map): Add key binding.
8602 (message-mode-field-menu): Add menu entry.
8603 (message-mode): Document it.
8604 (message-make-expires-date): Use `message-make-date'.
8605
86062005-10-04 Josh Huber <huber@alum.wpi.edu>
8607
8608 * message.el (message-make-expires-date): New function.
8609
01c52d31
MB
86102005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
8611
8612 * time-date.el: Autoload parse-time-string, XEmacs needs it.
8613
86142005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
8615
8616 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
8617 function rather than the diff-mode.el package.
8618 (mm-display-external): Use with-current-buffer.
8619 (mm-viewer-completion-map, mm-viewer-completion-map):
8620 Move initialization inside declaration.
8621
86222005-09-29 Simon Josefsson <jas@extundo.com>
8623
8624 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
8625 autoload mail-check-payment.
8626 (spam-check-hashcash): Define unconditionally, since hashcash.el
8627 is part of Gnus now. Ignore errors from payment checking.
8628
86292005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
8630
8631 * message.el (message-bold-region, message-unbold-region): Rename
8632 from `bold-region' and `unbold-region'.
8633
8634 * message.el: Remove useless autoloads.
8635
86362005-09-28 Simon Josefsson <jas@extundo.com>
8637
8638 * message.el (message-use-idna): Default to t.
8639 (message-use-idna): Test whether encoding works too. Doc fix.
8640
86412005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
8642
8643 * nntp.el (nntp-warn-about-losing-connection): Remove.
8644
86452005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
8646
8647 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
8648 customizable. Change default value.
8649 (mm-uu-diff-groups-regexp): Change default value.
8650 (mm-uu-type-alist): Add doc string.
8651 (mm-uu-configure): Add doc string. Make it interactive.
8652 (mm-uu-tex-groups-regexp): New variable.
8653 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
8654 (mm-uu-type-alist): Add LaTeX documents.
8655 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
8656 of "text/verbatim".
8657 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
8658
8659 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
8660 instead of "text/verbatim".
8661
8662 * message.el (message-mark-inserted-region)
8663 (message-mark-insert-file): Use slrn style marks when called with
8664 prefix argument.
8665
86662005-09-27 Simon Josefsson <jas@extundo.com>
8667
8668 * message.el (message-idna-to-ascii-rhs-1): Reformat.
8669
880820fe 86702005-09-27 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
8671
8672 * message.el (message-remove-duplicates): New function.
8673 Implementation borrowed from `gnus-remove-duplicates'.
8674 (message-idna-to-ascii-rhs): Also encode idna addresses in
8675 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8676 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
8677 only ask about the same idna domain once per header and also tell
8678 in what header to replace the idna domain.
8679
8680 * gnus-art.el (article-decode-idna-rhs): Also decode idna
8681 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8682 (article-decode-idna-rhs): Fix regexp so that all idna-address in
8683 a header is decoded and not just the last one.
8684
86852005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
8686
8687 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
8688 has been decoded.
8689
8690 * mm-decode.el (mm-automatic-display): Add text/verbatim.
8691 (mm-insert-part): Don't modify text if it has been decoded.
8692
8693 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
8694 decoded.
8695
8696 * mm-view.el (mm-inline-text): Don't strip text props unless
8697 decoding enriched or richtext parts.
8698
86992005-09-25 Romain Francoise <romain@orebokech.com>
8700
8701 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
8702 * gnus-start.el (gnus-subscribe-interactively):
8703 * gnus-uu.el (gnus-uu-grab-articles):
8704 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
8705 space.
8706
87072005-09-24 Emilio C. Lopes <eclig@gmx.net>
8708
8709 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8710 * mm-view.el (mm-view-pkcs7-decrypt):
8711 * gnus-sum.el (gnus-summary-limit-to-extra)
8712 (gnus-summary-respool-article, gnus-read-move-group-name):
8713 * gnus-score.el (gnus-summary-increase-score):
8714 * gnus-util.el (gnus-completing-read-with-default):
8715 * gnus-art.el (gnus-read-save-file-name)
8716 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
8717 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
8718 * message.el (message-check-news-header-syntax):
8719 Follow convention for reading with the minibuffer.
8720
87212005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
8722
8723 * spam-report.el (spam-report-url-ping-plain):
8724 Use gnus-extended-version as User-Agent.
8725
8726 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
8727 default value is nil.
8728
8729 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
8730 (mm-uu-verbatim-marks-extract): New function.
8731 (mm-uu-extract): New face.
8732 (mm-uu-copy-to-buffer): Use it.
8733
8734 * spam-report.el (spam-report-gmane-ham): Renamed from
8735 `spam-report-gmane-unspam'.
8736 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
8737 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
8738
8739 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
8740 Autoload.
8741 (spam-report-gmane-unregister-routine): Renamed
8742 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
8743
87442005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
8745
8746 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
8747 (spam-report-gmane-unregister-routine): Add support for gmane
8748 unregistration.
8749
8750 * spam-report.el (spam-report-gmane-unspam)
8751 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
8752 (spam-report-gmane): Change to take a single article and do unspam
8753 registration.
8754
87552005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
8756
8757 * mm-url.el (mm-url-decode-entities): Fix regexp.
8758
87592005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8760
8761 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
8762 default to nil, to be able to use Gnus at all. If the default
8763 switches to something else, then the function should be fixed not
8764 be exceedingly slow.
8765
87662005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
8767
8768 * gnus-start.el (gnus-activate-group): If the server is nil, don't
8769 fail hard.
8770
8771 * spam-report.el: Add better Keywords line.
8772
8773 * spam.el: Add Maintainer and better Keywords line.
8774
87752005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
8776
8777 * gnus-art.el (gnus-article-replace-part)
8778 (gnus-mime-replace-part): New functions.
8779 (gnus-mime-action-alist, gnus-mime-button-commands)
8780 (gnus-mime-save-part-and-strip): Added file argument.
8781 (gnus-article-part-wrapper): Added interactive argument.
8782
8783 * gnus-sum.el (gnus-summary-mime-map): Add
8784 `gnus-article-replace-part'.
8785
87862005-09-19 Didier Verna <didier@xemacs.org>
8787
8788 The nnml compaction feature:
8789 * nnml.el (nnml-request-compact-group): New function.
8790 * nnml.el (nnml-request-compact): New function.
8791 * gnus-int.el (gnus-request-compact-group): New function.
8792 * gnus-int.el (gnus-request-compact): New function.
8793 * gnus-group.el (gnus-group-compact-group): New function.
8794 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
8795 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
8796 * gnus-srvr.el (gnus-server-compact-server): New function.
8797 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
8798 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
8799
88002005-09-18 Deepak Goel <deego@gnufans.org>
8801
8802 * sieve.el (sieve-help): Fix `message' call: first arg should be a
8803 format spec.
8804
88052005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
8806
8807 * gnus.el (gnus-group-startup-message): Bind image-load-path.
8808
88092005-09-15 Romain Francoise <romain@orebokech.com>
8810
8811 * message.el (message-fill-paragraph): Clarify docstring.
8812
88132005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
8814
8815 * gnus-art.el (gnus-mime-display-part): Protect against broken
8816 MIME messages.
8817
88182005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
8819
8820 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
8821 before parsing header.
8822
88232005-09-11 Jari Aalto <jari.aalto@cante.net>
8824
002876ab 8825 * html2text.el (html2text-replace-list): Add new entities.
01c52d31
MB
8826
88272005-09-11 Romain Francoise <romain@orebokech.com>
8828
8829 * message.el (message-alternative-emails): Improve docstring.
8830 (message-setup-1): Call `message-use-alternative-email-as-from'
8831 after `message-setup-hook' to give it precedence over posting
8832 styles, etc.
8833 (message-use-alternative-email-as-from): Add docstring. Remove
8834 the original From header if present.
8835
8836 * nnml.el (nnml-compressed-files-size-threshold): New variable.
8837 (nnml-save-mail): Use it.
8838
8839 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
8840 articles. Add new argument `silent'.
8841 (gnus-uu-mark-all): Report the total number of marked articles.
8842
88432005-09-10 Romain Francoise <romain@orebokech.com>
8844
8845 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
8846 (gnus-uu-mark-series): Likewise.
8847
88482005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
8849
8850 * spam-report.el (spam-report-gmane): Fix generation of spam
8851 report URL.
8852
88532005-09-10 Simon Josefsson <jas@extundo.com>
8854
8855 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
8856 t, based on discussion on the ding list with Robert Epprecht
8857 <epprecht@solnet.ch>.
8858
88592005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
8860
8861 * spam-report.el (spam-report-gmane): Make it work without
8862 X-Report-Spam header. Gmane now only provides Archived-At.
8863 This is only used if `spam-report-gmane-use-article-number' is nil.
8864 (spam-report-gmane-spam-header): Remove. Not used anymore.
8865
8866 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
8867 make `gnus-summary-sort-by-recipient' work with threading.
8868
8869 * nnweb.el (nnweb-google-wash-article): Print a message if article
8870 is not available.
8871
88722005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8873
8874 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
8875 change. Decode text/* parts content before displaying.
8876
88772005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
8878
8879 * mml-smime.el: Remove defvar of gnus-extract-address-components.
8880
88812005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
8882
8883 * mm-view.el (mm-display-inline-fontify): Disable support modes.
8884
88852005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
8886
c9e31f32 8887 * message.el (message-tab-body-function): Fix mismatched custom type.
01c52d31
MB
8888
8889 * gnus.el (gnus-group-change-level-function): Ditto.
8890
8891 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
8892
8893 * gnus-art.el (gnus-signature-limit)
8894 (gnus-article-mime-part-function): Ditto.
8895
88962005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
8897
8898 * mml.el (mml-mode): Silence the byte compiler.
8899
8900 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
8901 using `(sit-for 0)' before moving the point to the specified part;
8902 skip unbuttonized parts.
8903 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
8904 return to the summary window if gnus-auto-select-part is non-nil.
8905
89062005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
8907
8908 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
8909 variables.
8910 (mml-dnd-attach-file, mml-mode): Use them.
8911
8912 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
8913 Make fetching article by MID work again for Google Groups. Added
8914 FIXME concerning gnus-group-make-web-group.
8915
8916 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
8917 Don't depend on Gnus by using mail-extract-address-components if
8918 gnus-extract-address-components is not bound.
8919
89202005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8921
8922 * gnus-art.el (gnus-mime-display-security): Don't display the
8923 signature, but only the signed part.
8924
89252005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
8926
8927 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
8928
8929 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
8930 list, not listp.
8931
89322005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
8933
8934 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
8935 when encoding.
8936
8937 * mm-bodies.el (mm-decode-content-transfer-encoding):
8938 De-canonicalize CRLF for all text content types, not just
8939 text/plain.
8940
89412005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
8942
8943 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
8944 valid article; point arrow and cursor at the MIME button.
8945
89462005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
8947
8948 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
8949 Suggested by Dan Christensen <jdc@uwo.ca>.
8950
8951 * mm-decode.el (mm-save-part): Enable change of prompt.
8952
89532005-08-29 Jari Aalto <jari.aalto@cante.net>
8954
8955 * gnus-msg.el (gnus-inews-add-send-actions): Made
8956 `message-post-method' lambda parameter ARG `&optional'.
8957
89582005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
8959
8960 * gnus-sum.el (gnus-summary-mime-map): Added
8961 gnus-article-save-part-and-strip, gnus-article-delete-part and
8962 gnus-article-jump-to-part.
8963
8964 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
8965 (gnus-article-edit-part): Use it.
8966 (gnus-article-part-wrapper): Added no-handle argument.
8967 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
8968 functions.
8969
89702005-08-29 Romain Francoise <romain@orebokech.com>
8971
8972 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8973 docstring.
8974 (gnus-face-from-file): Likewise.
8975
89762005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
8977
8978 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
8979 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
8980 non-nil.
8981 (gnus-auto-select-part): New variable.
8982 (gnus-article-jump-to-part): New function.
8983 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
8984 (gnus-mime-delete-part): Allow selecting specified part after
8985 deleting or stripping parts.
8986 (gnus-article-jump-to-part): Don't use `read-number'. Use last
8987 part if argument is bogus.
8988
89892005-08-31 Juanma Barranquero <lekktu@gmail.com>
8990
8991 * gnus-art.el (w3m-minor-mode-map):
8992 * gnus-spec.el (gnus-newsrc-file-version):
8993 * gnus-util.el (nnmail-active-file-coding-system)
8994 (gnus-original-article-buffer, gnus-user-agent):
8995 * gnus.el (gnus-ham-process-destinations)
8996 (gnus-parameter-ham-marks-alist)
8997 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
8998 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
8999 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9000 * mm-decode.el (gnus-current-window-configuration):
9001 * mm-extern.el (gnus-article-mime-handles):
9002 * mm-url.el (url-current-object, url-package-name)
9003 (url-package-version):
9004 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9005 (smime-keys, w3m-cid-retrieve-function-alist)
9006 (w3m-current-buffer, w3m-display-inline-images)
9007 (w3m-minor-mode-map):
9008 * mml-smime.el (gnus-extract-address-components):
9009 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9010 (gnus-newsrc-hashtb, message-default-charset)
9011 (message-deletable-headers, message-options)
9012 (message-posting-charset, message-required-mail-headers)
9013 (message-required-news-headers):
9014 * mml1991.el (mc-pgp-always-sign):
9015 * mml2015.el (mc-pgp-always-sign):
9016 * nnheader.el (nnmail-extra-headers):
9017 * rfc1843.el (gnus-decode-encoded-word-function)
9018 (gnus-decode-header-function, gnus-newsgroup-name):
9019 * spam-stat.el (gnus-original-article-buffer): Add defvars.
9020
90212005-08-22 Karl Chen <quarl@cs.berkeley.edu>
9022
9023 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9024 the end of the date treatments.
9025
90262005-08-15 Simon Josefsson <jas@extundo.com>
9027
9028 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9029 it in url-handlers.el and XEmacs in url.el. Reported by Luca
9030 Capello and Romain Francoise.
9031 (pgg-fetch-key-function): Removed, not used?
9032 (pgg-insert-url-with-w3): Require url, to get
9033 url-insert-file-contents regardless of where it is defined.
9034
90352005-08-13 Romain Francoise <romain@orebokech.com>
9036
9037 * message.el (message-cite-original-1): New function.
9038 (message-cite-original): Use it.
9039 (message-cite-original-without-signature): Ditto.
9040
90412005-08-08 Romain Francoise <romain@orebokech.com>
9042
9043 * message.el (message-yank-empty-prefix): New variable.
9044 (message-indent-citation): Use it.
9045 (message-cite-original-without-signature): Respect X-No-Archive.
9046
90472005-08-08 Simon Josefsson <jas@extundo.com>
9048
9049 * pgg.el: Autoload url-insert-file-contents instead of loading
9050 w3/url.
9051 (pgg-insert-url-with-w3): Don't load url here.
9052
90532005-08-07 Jesper Harder <harder@phys.au.dk>
9054
9055 * message.el (message-kill-to-signature): Don't insert newline at
9056 bol.
9057 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9058
90592005-08-06 Romain Francoise <romain@orebokech.com>
9060
9061 * message.el (message-user-fqdn): Fix typo in docstring.
9062
90632005-08-05 Daiki Ueno <ueno@unixuser.org>
9064
9065 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9066
9067 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9068
90692005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
9070
9071 * mm-bodies.el (mm-encode-body): Use coding system rather than
9072 charset to encode text.
9073
9074 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9075 number of charsets if utf-8 is available (XEmacs).
9076
90772005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
9078
9079 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9080 taken from `gnus-button-mid-or-mail-regexp'.
9081 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9082 (gnus-button-alist): Improve regexp for domain part of the MIDs
9083 for news:localpart@domain buttons.
9084 (gnus-button-ctan-directory-regexp): Update.
9085
90862005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
9087
9088 * sieve-manage.el (sieve-manage-interactive-login): Use
9089 make-local-variable rather than make-variable-buffer-local.
9090 (sieve-manage-open): Ditto.
9091 (sieve-manage-authenticate): Ditto.
9092
9093 * mml.el (mml-generate-mime-1): Make the content type default to
9094 text/plain if the filename is not specified.
9095
90962005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
9097
9098 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9099 instead of insert-buffer.
9100
9101 * message.el (message-yank-original): Ditto; set the mark at the
9102 end of the yanked message.
9103
91042005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
9105
9106 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9107 lines to scroll rather than to stop it.
9108
9109 * mml.el (mml-generate-default-type): Add doc string.
9110 (mml-generate-mime-1): Use mm-default-file-encoding or make it
9111 default to application/octet-stream when determining the content
9112 type if it is not specified for the part or the mml contents; add
9113 a comment about mml-generate-default-type.
9114
91152005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
9116
9117 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9118 make it default to application/octet-stream when determining the
9119 content type if it is not specified for the external contents.
9120
91212005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
9122
9123 * rfc2231.el (rfc2231-parse-string): Take care that not only a
9124 segmented parameter but also other parameters might be there.
9125
91262005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
9127
9128 * mm-decode.el (mm-display-external): Delete temp file, directory
9129 and buffer immediately if the external process is exited.
9130
91312005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
9132
9133 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9134 fewer lines than that of scroll-margin.
9135 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9136
91372005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
9138
9139 * gnus-art.el (gnus-article-next-page): Revert.
9140 (gnus-article-beginning-of-window): New macro.
9141 (gnus-article-next-page-1): Use it.
9142 (gnus-article-prev-page): Ditto.
9143 (gnus-article-edit-part): Use insert-buffer-substring instead of
9144 insert-buffer.
9145 (gnus-article-edit-exit): Ditto.
9146
9147 * gnus-util.el (gnus-beginning-of-window): Remove.
9148 (gnus-end-of-window): Remove.
9149
91502005-07-25 Simon Josefsson <jas@extundo.com>
9151
9152 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9153 to have the url package without w3. Reported by Daiki Ueno
9154 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9155
91562005-07-20 Didier Verna <didier@xemacs.org>
9157
9158 * gnus-diary.el: Remove the description comment (nndiary is now
9159 properly documented in the Gnus manual).
9160 Fix the spelling of "Back End".
9161 * nndiary.el: Ditto.
9162 Fix the copyright notice.
9163
91642005-07-18 Romain Francoise <romain@orebokech.com>
9165
149cd465
JB
9166 * gnus-sum.el (gnus-summary-to-prefix)
9167 (gnus-summary-newsgroup-prefix): New variables.
01c52d31
MB
9168 (gnus-summary-from-or-to-or-newsgroups): Use them.
9169
91702005-07-17 Romain Francoise <romain@orebokech.com>
9171
9172 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9173 space as it's generally not especially interesting to the user.
9174
91752005-07-16 Romain Francoise <romain@orebokech.com>
9176
9177 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9178 nil to avoid prompting and file modification if one of the
9179 messages at the top of the nnfolder file contains a copyright
9180 notice.
9181 Update copyright notice.
9182
9183 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9184 instead of `current-time-string' as the latter creates a time
9185 string that is not RFC 2822 compliant (it lacks the zone).
9186 Update copyright notice.
9187
91882005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
9189
9190 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9191 for text/rtf. Display default in prompt. Pass default for M-n.
9192
9193 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9194
91952005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9196
9197 * gnus-msg.el (gnus-button-mailto): Remove
9198 save-selected-window-window hackery because it relies on
9199 save-selected-window internals.
9200
92012005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
9202
9203 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9204 (gnus-article-next-page-1): Use gnus-beginning-of-window.
9205 (gnus-article-prev-page): Ditto.
9206
9207 * gnus-util.el (gnus-beginning-of-window): New function.
9208 (gnus-end-of-window): New function.
9209
92102005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
9211
9212 * gnus-score.el (gnus-score-edit-all-score): Set
9213 gnus-score-edit-exit-function to gnus-score-edit-done and call
9214 gnus-message.
9215
92162005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9217
9218 * gnus-msg.el (gnus-button-mailto): Remove
9219 save-selected-window-window hackery because it relies on
9220 save-selected-window internals.
9221
92222005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
9223
9224 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9225 add-minor-mode.
9226 (gnus-binary-mode): Ditto.
9227
9228 * gnus-topic.el (gnus-topic-mode): Ditto.
9229
92302005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
9231
9232 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9233 (gnus-article-prev-page): Take scroll-margin into consideration.
9234
92352005-07-04 Lute Kamstra <lute@gnu.org>
9236
9237 Update FSF's address in GPL notices.
9238
92392005-07-04 Juanma Barranquero <lekktu@gmail.com>
9240
9241 * gnus.el (gnus-exit):
9242 * gnus-group.el (gnus-group-icons):
9243 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9244
9245 * gnus-nocem.el (gnus-nocem):
9246 * message.el (message-various, message-buffers, message-sending)
9247 (message-interface, message-forwarding, message-insertion)
9248 (message-headers, message-news, message-mail):
9249 * pgg-gpg.el (pgg-gpg):
9250 * pgg-parse.el (pgg-parse):
9251 * pgg-pgp.el (pgg-pgp):
9252 * pgg-pgp5.el (pgg-pgp5):
9253 * pop3.el (pop3): Finish `defgroup' description with period.
9254
92552005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
9256
9257 * gnus-art.el (article-display-face): Improve the efficiency.
9258 (article-display-x-face): Ditto; remove grey x-face stuff.
9259
92602005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
9261
9262 * gnus-art.el (article-display-face): Correct the position in
9263 which Faces are inserted.
9264
92652005-06-29 Didier Verna <didier@xemacs.org>
9266
9267 * gnus-art.el (article-display-face): Display faces in correct
9268 order.
9269
92702005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
9271
9272 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
9273 (gnus-fill-real-hashtb): Use hash table instead of obarray.
9274 (gnus-nocem-check-article): Fetch the Type header.
9275 (gnus-nocem-message-wanted-p): Fix the way to examine types.
9276 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
9277 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
9278 make sure gnus-nocem-hashtb is initialized.
9279 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
9280 (gnus-nocem-unwanted-article-p): Ditto.
9281
9282 * pgg.el (pgg-verify): Return the verification result.
9283
92842005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9285
9286 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
9287 is ascii.
9288
92892005-06-24 Juanma Barranquero <lekktu@gmail.com>
9290
9291 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
9292 `show-nonbreak-escape'.
9293
92942005-06-23 Lute Kamstra <lute@gnu.org>
9295
9296 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
9297
9298 * dig.el (dig-mode):
9299 * smime.el (smime-mode): Use gnus-run-mode-hooks.
9300
93012005-06-21 Juanma Barranquero <lekktu@gmail.com>
9302
9303 * nnimap.el (nnimap-split-download-body): Fix spellings.
9304
93052005-06-16 Juanma Barranquero <lekktu@gmail.com>
9306
9307 * gnus-art.el (gnus-article-encrypt-body):
9308 * gnus-cus.el (gnus-score-customize):
cc398b83
JB
9309 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
9310 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
b66c24b4 9311
880820fe 93122005-06-16 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
9313
9314 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
9315 header by looking for magic "MII" at the beginnig.
9316
93172005-06-16 Miles Bader <miles@gnu.org>
9318
9319 * assistant.el (assistant-field): Remove "-face" suffix from face name.
9320 (assistant-field-face): New backward-compatibility alias for renamed
9321 face.
9322 (assistant-render-text): Use renamed assistant-field face.
9323
9324 * spam.el (spam): Remove "-face" suffix from face name.
9325 (spam-face): New backward-compatibility alias for renamed face.
9326 (spam-face, spam-initialize): Use renamed spam face.
9327
9328 * message.el (message-header-to, message-header-cc)
9329 (message-header-subject, message-header-newsgroups)
9330 (message-header-other, message-header-name)
9331 (message-header-xheader, message-separator, message-cited-text)
9332 (message-mml): Remove "-face" suffix from face names.
9333 (message-header-to-face, message-header-cc-face)
9334 (message-header-subject-face, message-header-newsgroups-face)
9335 (message-header-other-face, message-header-name-face)
9336 (message-header-xheader-face, message-separator-face)
9337 (message-cited-text-face, message-mml-face):
9338 New backward-compatibility aliases for renamed faces.
9339 (message-font-lock-keywords): Use renamed message faces.
9340
9341 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
9342 (sieve-test-commands, sieve-tagged-arguments):
9343 Remove "-face" suffix from face names.
9344 (sieve-control-commands-face, sieve-action-commands-face)
9345 (sieve-test-commands-face, sieve-tagged-arguments-face):
9346 New backward-compatibility aliases for renamed faces.
9347 (sieve-control-commands-face, sieve-action-commands-face)
9348 (sieve-test-commands-face, sieve-tagged-arguments-face):
9349 Use renamed sieve faces.
9350
9351 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
9352 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
9353 (gnus-group-news-3-empty, gnus-group-news-4)
9354 (gnus-group-news-4-empty, gnus-group-news-5)
9355 (gnus-group-news-5-empty, gnus-group-news-6)
9356 (gnus-group-news-6-empty, gnus-group-news-low)
9357 (gnus-group-news-low-empty, gnus-group-mail-1)
9358 (gnus-group-mail-1-empty, gnus-group-mail-2)
9359 (gnus-group-mail-2-empty, gnus-group-mail-3)
9360 (gnus-group-mail-3-empty, gnus-group-mail-low)
9361 (gnus-group-mail-low-empty, gnus-summary-selected)
9362 (gnus-summary-cancelled, gnus-summary-high-ticked)
9363 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
9364 (gnus-summary-high-ancient, gnus-summary-low-ancient)
9365 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
9366 (gnus-summary-low-undownloaded)
9367 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
9368 (gnus-summary-low-unread, gnus-summary-normal-unread)
9369 (gnus-summary-high-read, gnus-summary-low-read)
9370 (gnus-summary-normal-read, gnus-splash):
9371 Remove "-face" suffix from face names.
9372 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9373 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9374 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9375 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9376 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9377 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9378 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9379 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9380 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9381 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9382 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9383 (gnus-summary-selected-face, gnus-summary-cancelled-face)
9384 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9385 (gnus-summary-normal-ticked-face)
9386 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
9387 (gnus-summary-normal-ancient-face)
9388 (gnus-summary-high-undownloaded-face)
9389 (gnus-summary-low-undownloaded-face)
9390 (gnus-summary-normal-undownloaded-face)
9391 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9392 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9393 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9394 (gnus-splash-face):
9395 New backward-compatibility aliases for renamed faces.
9396 (gnus-group-startup-message): Use renamed gnus faces.
9397
9398 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
9399 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
9400 (gnus-server-agent): Remove "-face" suffix from face names.
9401 (gnus-server-agent-face, gnus-server-opened-face)
9402 (gnus-server-closed-face, gnus-server-denied-face)
9403 (gnus-server-offline-face):
9404 New backward-compatibility aliases for renamed faces.
9405 (gnus-server-agent-face, gnus-server-opened-face)
9406 (gnus-server-closed-face, gnus-server-denied-face)
9407 (gnus-server-offline-face): Use renamed gnus faces.
9408
9409 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
9410 Remove "-face" suffix from face names.
9411 (gnus-picon-xbm-face, gnus-picon-face):
9412 New backward-compatibility aliases for renamed faces.
9413
9414 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
9415 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
9416 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
9417 (gnus-cite-11): Remove "-face" suffix from face names.
9418 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
9419 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
9420 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
9421 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
9422 New backward-compatibility aliases for renamed faces.
9423 (gnus-cite-attribution-face, gnus-cite-face-list)
9424 (gnus-article-boring-faces): Use renamed gnus faces.
9425
9426 * gnus-art.el (gnus-signature, gnus-header-from)
9427 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
9428 (gnus-header-content): Remove "-face" suffix from face names.
9429 (gnus-signature-face, gnus-header-from-face)
9430 (gnus-header-subject-face, gnus-header-newsgroups-face)
9431 (gnus-header-name-face, gnus-header-content-face):
9432 New backward-compatibility aliases for renamed faces.
9433 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
9434
9435 * gnus-sum.el (gnus-summary-selected-face)
9436 (gnus-summary-highlight): Use renamed gnus faces.
9437 * gnus-group.el (gnus-group-highlight): Likewise.
9438
94392005-06-14 Juanma Barranquero <lekktu@gmail.com>
9440
9441 * gnus-sieve.el (gnus-sieve-article-add-rule):
9442 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
9443 * spam-stat.el (spam-stat-buffer-change-to-spam)
9444 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
9445
9446 * message.el (message-is-yours-p):
9447 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
9448
94492005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
9450
9451 * mm-view.el (mm-inline-text): Withdraw the last change.
9452
94532005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
9454
9455 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
9456 executing enriched-decode.
9457
94582005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
9459
9460 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
9461 charset of tar files.
9462
94632005-06-04 Luc Teirlinck <teirllm@auburn.edu>
9464
9465 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
9466
94672005-06-04 Lute Kamstra <lute@gnu.org>
9468
9469 * nnfolder.el (nnfolder-read-folder): Make sure that undo
9470 information is never recorded.
9471
94722005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9473
9474 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
9475
94762005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
9477
9478 * pop3.el (pop3-apop): Run md5 in the binary mode.
9479
9480 * starttls.el (starttls-set-process-query-on-exit-flag):
9481 Use eval-and-compile.
9482
94832005-05-31 Simon Josefsson <jas@extundo.com>
9484
9485 * smime.el (smime-replace-in-string): Define.
9486 (smime-cert-by-ldap-1): Use it.
9487
94882005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
9489
9490 * gnus-art.el (article-display-x-face): Replace
9491 process-kill-without-query by gnus-set-process-query-on-exit-flag.
9492
9493 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
9494 set-process-query-on-exit-flag or process-kill-without-query.
9495
9496 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
9497 loop instead of replace-regexp.
9498
9499 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
9500 instead of process-kill-without-query if it is available.
9501
9502 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
9503 instead of find-file-hooks if it is available.
9504
9505 * mml1991.el: Bind pgg-default-user-id when compiling.
9506
9507 * mml2015.el: Bind pgg-default-user-id when compiling.
9508
9509 * nndraft.el (nndraft-request-associate-buffer):
9510 Use write-contents-functions instead of write-contents-hooks if it is
9511 available.
9512
9513 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
9514 instead of find-file-hooks if it is available.
9515
9516 * nntp.el (nntp-open-connection): Replace
9517 process-kill-without-query by gnus-set-process-query-on-exit-flag.
9518 (nntp-open-ssl-stream): Ditto.
9519 (nntp-open-tls-stream): Ditto.
9520
9521 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
9522 set-process-query-on-exit-flag or process-kill-without-query.
9523 (starttls-open-stream-gnutls): Use it instead of
9524 process-kill-without-query.
9525 (starttls-open-stream): Ditto.
9526
95272005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
9528
9529 * smime.el (smime-cert-by-ldap-1): Don't use
9530 replace-regexp-in-string.
9531
880820fe 95322005-05-31 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
9533
9534 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
9535
9536 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
002876ab 9537 in PEM format. Adjust to the XEmacs compability.
01c52d31
MB
9538
95392005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
9540
9541 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
9542 by `string-to-number'.
9543 * gnus-agent.el (gnus-agent-regenerate-group)
9544 (gnus-agent-fetch-articles): Ditto.
9545 * gnus-art.el (gnus-button-fetch-group): Ditto.
9546 * gnus-cache.el (gnus-cache-generate-active)
9547 (gnus-cache-articles-in-group): Ditto.
9548 * gnus-group.el (gnus-group-set-current-level)
9549 (gnus-group-insert-group-line): Ditto.
9550 * gnus-score.el (gnus-score-set-expunge-below)
9551 (gnus-score-set-mark-below, gnus-summary-score-effect)
9552 (gnus-summary-score-entry): Ditto.
9553 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
9554 (gnus-soup-pack): Ditto.
9555 * gnus-spec.el (gnus-xmas-format): Ditto.
9556 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
9557 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
9558 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
9559 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
9560 * nndb.el (nndb-get-remote-expire-response): Ditto.
9561 * nndiary.el (nndiary-parse-schedule-value)
9562 (nndiary-string-to-number, nndiary-request-replace-article)
9563 (nndiary-request-article): Ditto.
9564 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
9565 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
9566 * nneething.el (nneething-make-head): Ditto.
9567 * nnfolder.el (nnfolder-request-article)
9568 (nnfolder-retrieve-headers): Ditto.
9569 * nnheader.el (nnheader-file-to-number): Ditto.
9570 * nnkiboze.el (nnkiboze-request-article): Ditto.
9571 * nnmail.el (nnmail-process-unix-mail-format)
9572 (nnmail-process-babyl-mail-format): Ditto.
9573 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
9574 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
9575 (nnmh-request-create-group, nnmh-request-list-1)
9576 (nnmh-request-group, nnmh-request-article): Ditto.
9577 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
9578 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
9579 * nnsoup.el (nnsoup-make-active): Ditto.
9580 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
9581 * nntp.el (nntp-find-group-and-number)
9582 (nntp-retrieve-headers-with-xover): Ditto.
9583 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
9584 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
9585 (pgg-format-key-identifier): Ditto.
9586 * pop3.el (pop3-last, pop3-stat): Ditto.
9587 * qp.el (quoted-printable-decode-region): Ditto.
9588
9589 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
9590 of concat.
9591
95922005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
9593
9594 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
9595
9596 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
9597
9598 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
9599
9600 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
9601
9602 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
9603
9604 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
9605
9606 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
9607 (gnus-carpal-mode): Ditto.
9608
9609 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
9610 (gnus-browse-mode): Ditto.
9611
9612 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
9613
9614 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
9615
96162005-05-29 Richard M. Stallman <rms@gnu.org>
9617
9618 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
9619
96202005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
9621
9622 * gnus-util.el (gnus-run-mode-hooks): New function.
9623
9624 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
9625
96262005-05-26 Luc Teirlinck <teirllm@auburn.edu>
9627
9628 * gnus-agent.el (gnus-agent-make-mode-line-string):
9629 Use mode-line-highlight as mouse-face.
9630
96312005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
9632
9633 * canlock.el (canlock): Change the parent group to news.
9634
9635 * deuglify.el (gnus-outlook-deuglify): Add :group.
9636
9637 * dig.el (dig): Add :group.
9638
9639 * dns-mode.el (dns-mode): Add :group.
9640
9641 * encrypt.el (encrypt): Add :group.
9642
9643 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
9644 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
9645 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
9646 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
9647 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
9648
9649 * gnus-diary.el (gnus-diary): Add :group.
9650
9651 * gnus.el (gnus-group-news-1-face): Add :group.
9652 (gnus-group-news-1-empty-face): Ditto.
9653 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
9654 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
9655 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
9656 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
9657 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
9658 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
9659 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
9660 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
9661 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
9662 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
9663 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
9664 (gnus-summary-high-ticked-face): Ditto.
9665 (gnus-summary-low-ticked-face): Ditto.
9666 (gnus-summary-normal-ticked-face): Ditto.
9667 (gnus-summary-high-ancient-face): Ditto.
9668 (gnus-summary-low-ancient-face): Ditto.
9669 (gnus-summary-normal-ancient-face): Ditto.
9670 (gnus-summary-high-undownloaded-face): Ditto.
9671 (gnus-summary-low-undownloaded-face): Ditto.
9672 (gnus-summary-normal-undownloaded-face): Ditto.
9673 (gnus-summary-high-unread-face): Ditto.
9674 (gnus-summary-low-unread-face): Ditto.
9675 (gnus-summary-normal-unread-face): Ditto.
9676 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
9677 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
9678
9679 * hashcash.el (hashcash): New custom group.
9680 (hashcash-default-payment): Add :group.
9681 (hashcash-payment-alist): Ditto.
9682 (hashcash-default-accept-payment): Ditto.
9683 (hashcash-accept-resources): Ditto.
9684 (hashcash-path): Ditto.
9685 (hashcash-extra-generate-parameters): Ditto.
9686 (hashcash-double-spend-database): Ditto.
9687 (hashcash-in-news): Ditto.
9688
9689 * message.el (message-minibuffer-local-map): Add :group.
9690
9691 * netrc.el (netrc): Add :group.
9692
9693 * sieve-manage.el (sieve-manage-log): Add :group.
9694 (sieve-manage-default-user): Diito.
9695 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
9696 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
9697 (sieve-manage-authenticators): Ditto.
9698 (sieve-manage-authenticator-alist): Ditto.
9699 (sieve-manage-default-port): Ditto.
9700
9701 * sieve-mode.el (sieve-control-commands-face): Add :group.
9702 (sieve-action-commands-face): Ditto.
9703 (sieve-test-commands-face): Ditto.
9704 (sieve-tagged-arguments-face): Ditto.
9705
9706 * smime.el (smime): Add :group.
9707
9708 * spam-report.el (spam-report): Add :group.
9709
9710 * spam.el (spam, spam-face): Add :group.
9711
97122005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9713
9714 * nntp.el (nntp-next-result-arrived-p): Some news servers may
9715 return \n.\n.\n at the end of articles. Protect against that.
9716 (nntp-with-open-group): Allow debugging.
9717
9718 * nnheader.el (mail-header-set-extra): Make into a function
9719 because I just could't understand how to quote the list properly.
9720
9721 * dns.el (query-dns-cached): New function.
9722
97232005-05-26 Lute Kamstra <lute@gnu.org>
9724
9725 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
9726
97272005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
9728
9729 * gnus-art.el: Don't autoload mail-extract-address-components.
9730
9731 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
9732 eval-and-compile to evaluate it.
9733
9734 * hashcash.el: Don't autoload executable-find.
9735
9736 * nndb.el: Don't declare the nndb back end two or more times; don't
9737 autoload news-reply-mode, news-setup, cancel-timer and telnet.
9738
9739 * nntp.el: Autoload format-spec instead of format; use
9740 eval-and-compile to evaluate autoload forms.
9741
97422005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
9743
9744 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
9745
97462005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9747
9748 * gnus.el (gnus-version-number): Bump version.
9749
97502005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
9751
9752 * gnus.el: No Gnus v0.3 is released.
9753
97542005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
9755
9756 * gnus-art.el (gnus-article-edit-part): Disable undo.
9757
97582005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
9759
9760 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
9761 gnus-article-date-lapsed-new-header is t if date timer is active;
9762 skip headers in which the original date value is empty.
9763 (gnus-article-save-original-date): Redefine it as a macro.
9764 (gnus-display-mime): Use it.
9765
97662005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
9767
9768 * gnus-art.el (article-date-ut): Support converting date in
9769 forwarded parts as well.
9770 (gnus-article-save-original-date): New function.
9771 (gnus-display-mime): Use it.
9772
97732005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
9774
9775 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
9776 enclosure element of <item>.
9777
97782005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
9779
9780 * message.el (message-kill-buffer-query): Renamed from
9781 `message-kill-buffer-query-if-modified'. Added :version.
9782
97832005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
9784
9785 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
9786 window layout.
9787
97882005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
9789
9790 * mml.el: Autoload dnd when compiling.
9791
97922005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
9793
9794 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
9795 x-dnd-*.
9796
97972005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
9798
9799 * qp.el (quoted-printable-encode-region): Save excursion.
9800
98012005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
9802
9803 * message.el (message-kill-buffer-query-if-modified): Add new variable
9804 so the user can kill a modified message buffer quickly.
9805 (message-kill-buffer): Use it.
9806
98072005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
9808
9809 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
9810 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
9811
98122005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
9813
9814 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
9815 contained in text because xml.el decodes entities) with LFs.
9816
98172005-04-11 Lute Kamstra <lute@gnu.org>
9818
9819 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
9820 differently.
9821
98222005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9823
9824 * mm-util.el (mm-detect-coding-region): Typo.
9825
98262005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
9827
9828 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
9829
f0131492 98302005-04-06 Deepak Goel <deego@gnufans.org>
01c52d31
MB
9831
9832 * spam-stat.el (spam-stat-score-buffer): Add a call to a
9833 user-function allow user modifications of the scores.
9834 (spam-stat-score-buffer-user): New function, to allow
9835 user-computed modifications to the score.
002876ab
JB
9836 (spam-stat-score-buffer-user-functions): List of additional
9837 scoring functions.
9838 (spam-stat-error-holder): Global temporary error holder.
9839 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
9840 variable.
01c52d31
MB
9841
98422005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
9843
9844 * gnus-registry.el (gnus-registry-clean-empty-function)
9845 (gnus-registry-trim, gnus-registry-fetch-groups)
9846 (gnus-registry-delete-group): Groups that match
9847 `gnus-registry-ignored-groups' are removed from the registry
9848 entries, not just ignored for splitting. This helps clean up the
9849 registry. Also, `gnus-registry-fetch-groups' is a convenient way
9850 to get all the groups a message ID is in.
9851
9852 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
c4cc8b9a 9853 (spam-stat-split-fancy): Change "threshhold" to "threshold".
01c52d31
MB
9854 (spam-stat-score-buffer-user-functions): Add :number custom type.
9855
98562005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9857
9858 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
9859 argument in XEmacs.
9860
9861 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
9862 (nnrss-request-group): Decode group name first.
9863 (nnrss-request-article): Make a text/plain article if mml-to-mime
9864 failed.
9865 (nnrss-get-encoding): Return a compatible encoding according to
9866 nnrss-compatible-encoding-alist.
9867 (nnrss-find-el): Use consp instead of listp.
9868 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
9869
98702005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9871
9872 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
9873 which Emacs 20 doesn't support.
9874 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
9875
98762005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
9877
9878 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
002876ab 9879 silence the byte compiler inside the defun.
01c52d31
MB
9880
9881 * gnus-demon.el (parse-time-string): Add autoload.
9882
9883 * gnus-delay.el (parse-time-string): Add autoload.
9884
9885 * gnus-art.el (parse-time-string): Add autoload.
9886
9887 * nnultimate.el (parse-time): Require for `parse-time-string'.
9888
98892005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
9890
9891 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
9892
9893 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
9894
9895 * smime.el (smime-ldap-host-list): Add :version.
9896
98972005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
9898
9899 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
9900 pass it to `gnus-browse-read-group'.
9901 (gnus-browse-read-group): Add NUMBER argument and pass it to
9902 `gnus-group-read-ephemeral-group'.
9903
9904 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
9905 argument and pass it to `gnus-group-read-group'.
9906
99072005-03-19 Aidan Kehoe <kehoea@parhasard.net>
9908
9909 * mm-util.el (mm-xemacs-find-mime-charset): Only call
9910 mm-xemacs-find-mime-charset-1 if we have the mule feature
9911 available at runtime.
9912
99132005-03-25 Werner Lemberg <wl@gnu.org>
9914
9915 * nnmaildir.el: Replace `illegal' with `invalid'.
9916
99172005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
9918
9919 * gnus-start.el (gnus-display-time-event-handler):
9920 Check display-time-timer at runtime rather than only at load time
9921 in case display-time-mode is turned off in the mean time.
9922
99232005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
9924
9925 * nnimap.el (nnimap-open-connection): Print which authinfo file is
9926 used.
9927
9928 * nneething.el (nneething-map-file-directory): Derive from
9929 `gnus-directory'.
9930
9931 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
9932 the To/Cc button.
9933
99342005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
9935
9936 * nnmaildir.el (nnmaildir-request-accept-article):
9937 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
9938
99392005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
9940
9941 * gnus-async.el: Require timer-funcs at compile time when in
9942 XEmacs for `run-with-idle-timer'.
9943
99442005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
9945
9946 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
9947 autoloaded function.
9948
99492005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
9950
9951 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
9952
880820fe 99532005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
01c52d31
MB
9954
9955 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
9956
99572005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9958
9959 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
9960 gnus-expert-user to default.
9961
99622005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
9963
9964 * nnimap.el (nnimap-open-server): Ditto.
9965
9966 * imap.el (imap-authenticate): Fix typo.
9967
99682005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
9969
9970 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
9971 buffer (since IMAP server might return FETCH response out of
9972 order, and the nntp buffer must be sorted).
9973
99742005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
9975
9976 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
9977 comparison on string.
9978
149cd465
JB
9979 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
9980 (gnus-agent-score): Renamed category keywords to match gnus-cus.
01c52d31
MB
9981 (gnus-agent-summary-fetch-series): Modified to protect against
9982 gnus-agent-summary-fetch-group clearing processable flags.
9983 (gnus-agent-synchronize-group-flags): Update live group buffer as
9984 synchronization may occur due to the user toggle the plugged
9985 status.
9986 (gnus-agent-fetch-group-1): Clear downloadable flag when article
9987 successfully downloaded.
9988 (gnus-agent-expire-group-1): Avoid using markers when the overview
9989 is in ascending order; greatly improves performance.
9990 (gnus-agent-regenerate-group): Use
9991 gnus-agent-synchronize-group-flags to reset read status in both
9992 gnus and server.
9993 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
9994
99952005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
9996
9997 * message.el: Don't autoload former message-utils variables.
9998 (message-strip-subject-trailing-was): Change doc string.
9999
10000 * nnweb.el: Fixes for `gnus-group-make-web-group'.
10001 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
10002 (nnweb-google-search): Add "hl=en" here.
10003 (nnweb-google-parse-1, nnweb-google-create-mapping):
10004 Don't hardcode URL.
10005
100062005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
10007
10008 * message.el (message-get-reply-headers, message-followup):
10009 Mention related variables `message-use-followup-to' and
10010 `message-use-mail-followup-to', in the information buffer.
10011
10012 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10013 of broken groups(-beta).google.com.
10014
100152005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
10016
10017 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10018 parameter to invoked gnus-request-move-article; remove the
10019 redundant gnus-sum-hint-move-is-internal variable; apply the marks
10020 all at once instead of once per article.
10021 (gnus-summary-remove-process-mark): Accept a list of articles as
10022 well as a single article for processing.
10023
10024 * gnus-int.el (gnus-request-move-article): Add move-is-internal
10025 parameter.
10026
10027 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10028
10029 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10030
10031 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10032 parameter.
10033
10034 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10035 parameter.
10036
10037 * nnimap.el (nnimap-request-move-article): Add move-is-internal
10038 parameter and remove the gnus-sum-hint-move-is-internal variable.
10039
10040 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10041 parameter.
10042
10043 * nndraft.el (nndraft-request-move-article): Add move-is-internal
10044 parameter.
10045
10046 * nndiary.el (nndiary-request-move-article): Add move-is-internal
10047 parameter.
10048
10049 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10050
10051 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10052 parameter.
10053
10054 * nnagent.el (nnagent-request-move-article): Add move-is-internal
10055 parameter.
10056
100572005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
10058
10059 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10060 a more conservative way.
10061
100622005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
10063
10064 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10065 buffer, so it moves the window's cursor.
10066
880820fe 100672005-02-26 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
10068
10069 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10070 `mm-dissect-multipart' and receive the from field as an (optional)
10071 argument from `mm-dissect-multipart'.
10072 (mm-dissect-multipart): Receive the from field as an argument and
10073 pass it on when we call `mm-dissect-buffer' on MIME parts.
10074 Fixes verification/decryption of signed/encrypted MIME parts.
10075
100762005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
10077
10078 * gnus-sum.el (gnus-summary-move-article): Set
10079 gnus-sum-hint-move-is-internal for gnus-request-move-article and
10080 whatever it calls (right now, only nnimap-request-move article
10081 respects it).
10082
10083 * nnimap.el (nnimap-request-move-article): When
10084 gnus-sum-hint-move-is-internal is set, don't do the extra
10085 nnimap-request-article.
10086
100872005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
10088
10089 * nnheader.el (nnheader-find-file-noselect): Add doc string.
10090
10091 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10092 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10093
10094 * gnus-sum.el (gnus-summary-caesar-message):
10095 Apply `gnus-treat-article' after rotation.
10096
10097 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10098 doc string.
10099
101002005-02-22 Simon Josefsson <jas@extundo.com>
10101
10102 * encrypt.el (encrypt-password-cache-expiry): Remove (use
880820fe 10103 `password-cache-expiry' instead). Reported by Arne Jørgensen
01c52d31
MB
10104 <arne@arnested.dk>.
10105 (encrypt): Add password-cache and password-cache-expiry as group
10106 members.
10107
880820fe 101082005-02-22 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
10109
10110 * smime.el (smime-ldap-host-list): Doc fix.
10111 (smime-ask-passphrase): Use `password-read-and-add' to read (and
10112 cache) password.
10113 (smime-sign-region): Use it.
10114 (smime-decrypt-region): Use it.
10115 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10116 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10117 fails.
10118 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10119 certificate from DER to PEM format rather than calling openssl.
10120
10121 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10122
10123 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10124 for signing/encryption.
10125
10126 * mml.el (mml-parse-1): Use them.
10127
880820fe 101282005-02-21 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
10129
10130 * nnrss.el (nnrss-verbose): Removed.
10131 (nnrss-request-group): Use `nnheader-message' instead.
10132
101332005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
10134
10135 * nnrss.el (nnrss-verbose): New variable.
10136 (nnrss-request-group): Make it say nnrss is requesting a group.
10137
101382005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
10139
10140 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10141 Handle news URL with given port correctly.
10142
101432005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
10144
10145 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10146 containing special characters.
10147
10148 * gnus-sum.el (gnus-summary-edit-article): Ditto.
10149
10150 * mml.el (mime-to-mml): Ditto.
10151
10152 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10153 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10154 (rfc2047-decode-region): Quote decoded words containing special
10155 characters when rfc2047-quote-decoded-words-containing-tspecials
10156 is non-nil.
10157
101582005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
10159
10160 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10161
10162 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10163
101642005-02-15 Simon Josefsson <jas@extundo.com>
10165
10166 * nnimap.el (nnimap-debug): Doc fix.
10167
10168 * imap.el (imap-debug): Doc fix.
10169
101702005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
10171
10172 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10173
101742005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
10175
10176 * gnus.el (spam-contents): Improve docs for spam-contents
10177 parameter in its variable incarnation.
10178
101792005-02-14 Simon Josefsson <jas@extundo.com>
10180
10181 * smime-ldap.el: Use require instead of load-library for ldap.
10182 (smime-ldap-search): Indent.
10183 (smime-ldap-search-internal): Shorten line.
10184
10185 * smime.el (smime-cert-by-dns): Add doc-string.
10186 (smime-cert-by-ldap-1): Indent.
10187
10188 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10189 mml-smime-get-dns-ldap.
10190 (mml-smime-encrypt-query): Use new function. Default to ldap.
10191
880820fe 101922005-02-14 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
10193
10194 * smime.el: Require smime-ldap.
10195 (smime-ldap-host-list): New variable.
10196 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10197
10198 * mml-smime.el (mml-smime-encrypt-query): New function.
10199 (mml-smime-encrypt-query): Use it.
10200
10201 * smime-ldap.el: New file.
10202
102032005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
10204
10205 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10206
102072005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
10208
10209 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10210 argument in doc string. Make query for type more clear.
10211
102122005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
10213
10214 * gnus.el (gnus-group-startup-message): Search for gnus images in
10215 etc/images/gnus.
10216 * mm-util.el (mm-image-load-path): Likewise.
10217 * smiley.el (smiley-data-directory): Search for smilies in
10218 etc/images/smilies.
10219
102202005-02-09 Kim F. Storm <storm@cua.dk>
10221
10222 Change Emacs release version from 21.4 to 22.1 throughout.
10223 Change Emacs development version from 21.3.50 to 22.0.50.
10224
102252005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
10226
10227 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10228
10229 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10230 non-Mule XEmacs as well.
10231 (mm-decompress-buffer): Signal an error intentionally if it does
10232 not decompress compressed data because auto-compression-mode is
10233 disabled.
10234
102352005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
10236
10237 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
10238 an ID in the registry even if it has no groups.
10239
102402005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
10241
10242 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
10243 merge it into mm-decompress-buffer.
10244 (gnus-mime-copy-part): Use the MIME part charset, the value which
10245 a user specified or gnus-newsgroup-charset for decoding, like
10246 gnus-mime-inline-part does; set buffer-file-coding-system to tell
10247 save-buffer what was used. Suggested by Kevin Ryde
10248 <user42@zip.com.au>.
10249 (gnus-mime-inline-part): Allow the name parameter as well as the
10250 filename parameter; force decompressing of compressed data; always
10251 display contents being not decoded as unibyte.
10252
10253 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
10254 as well as the filename parameter.
10255
10256 * mm-util.el (mm-decompress-buffer): Merge
10257 gnus-mime-jka-compr-maybe-uncompress.
10258 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
10259 of compressed data.
10260
102612005-02-08 Simon Josefsson <jas@extundo.com>
10262
10263 * imap.el (imap-log): Doc fix.
10264
102652005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
10266
10267 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
10268 the coding cookies; decompress compressed parts.
10269
10d1d0af 10270 * mml.el (mml-generate-mime-1): Add the charset parameter according
01c52d31
MB
10271 to the value which a user specified manually or the coding cookie.
10272
10273 * mm-util.el (mm-string-to-multibyte): New function.
10274 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
10275 (mm-coding-system-to-mime-charset): New function.
10276 (mm-decompress-buffer): New function.
10277 (mm-find-buffer-file-coding-system): New function.
10278
10279 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
10280 (mm-display-inline-fontify): Rewrite for decoding and decompressing
10281 parts.
10282
102832005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10284
10285 * mm-view.el (mm-display-inline-fontify): Decode a part according
10286 to the charset parameter.
10287
102882005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
10289
10290 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
10291 prefix arg is neither nil nor a number, as info specifies.
10292
102932005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
10294
10295 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
10296 timestamps.
10297
102982005-02-02 Jari Aalto <jari.aalto@cante.net>
10299
10300 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
10301 groups error checking and notify user.
10302
103032005-02-02 Jari Aalto <jari.aalto@poboxes.com>
10304
10305 * message.el (message-send-mail-function): Check existence of
10306 sendmail-program first before using default value
10307 `message-send-mail-with-sendmail'. Otherwise use more generic
10308 `smtpmail-send-it'.
10309
103102005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
10311
10312 * nntp.el (nntp-request-update-info): Always return nil.
10313
103142005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
10315
10316 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
10317
103182005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
10319
10320 * message.el (message-beginning-of-line): Change the behavior when
10321 invoked between BOL and : so that it first moves backward.
10322
103232005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
10324
10325 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
10326 article buffer when editing of the article is discarded.
10327 (gnus-article-prepare): Revert.
10328
103292005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
10330
10331 * gnus-art.el (gnus-article-prepare):
10332 Remove message-strip-forbidden-properties from the local hook.
10333
103342005-01-27 Simon Josefsson <jas@extundo.com>
10335
10336 * password.el (password-cache-add): Only start one timer per key.
10337 Reported by Derek Atkins <warlord@MIT.EDU>.
10338
103392005-01-26 Steve Youngs <steve@sxemacs.org>
10340
10341 * run-at-time.el: Removed. It is no longer needed as
10342 timer-funcs.el in the xemacs-base package has a working version of
10343 `run-at-time'.
10344
10345 * password.el: Require timer-funcs instead of run-at-time in
10346 XEmacs.
10347 Remove `password-run-at-time' macro.
10348 (password-cache-add): Use `run-at-time' instead of
10349 `password-run-at-time'.
10350
10351 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
10352 for `run-with-idle-timer'.
10353
10354 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
10355 for `run-at-time'.
10356
10357 * mm-url.el: Require timer-funcs at compile time when in XEmacs
10358 for `with-timeout'.
10359
103602005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
10361
10362 * mml.el (mml-generate-mime-1): Convert string into unibyte when
10363 inserting " *mml*" buffer's contents into a unibyte temp buffer.
10364
103652005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
10366
10367 * mail-source.el (mail-source-fetch-imap): Search for ^From case
10368 sensitively.
10369
103702005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
10371
10372 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
10373
103742005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
10375
10376 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
10377 which will be inserted according to the multibyteness of a buffer
10378 rather than the type of contents. Suggested by ARISAWA Akihiro
10379 <ari@mbf.ocn.ne.jp>.
10380
10381 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
10382 of string which old xml.el may return rather than a string.
10383
103842005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
10385
10386 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
10387
103882005-01-16 Simon Josefsson <jas@extundo.com>
10389
10390 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
10391 idn/idna.el isn't available.
10392 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
10393 <michael@waxrat.com>.
10394
10395 * hashcash.el: Remove non-FSF copyright header.
10396
10397 * hashcash.el (hashcash-extra-generate-parameters): New variable.
10398 (hashcash-generate-payment): Use it.
10399 (hashcash-generate-payment-async): Use it.
10400
104012005-01-15 Simon Josefsson <jas@extundo.com>
10402
10403 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
10404 Suggested by Raymond Scholz <ray-2005@zonix.de>.
10405
10406 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
10407 gnus-summary-idna-message.
10408 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
10409 (gnus-summary-idna-message): New function.
10410
104112005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
10412
10413 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
10414 gnus-novice-user.
10415
104162005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
10417
10418 * nnrss.el (nnrss-request-delete-group): Delete entries in
10419 nnrss-group-alist as well.
10420 (nnrss-save-server-data): Insert newline.
10421
104222005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
10423
10424 * gnus.el (gnus-user-agent): Use list of symbols instead of
10425 symbols. Display full version number for (S)XEmacs. Optionally
10426 display (S)XEmacs codename.
10427
10428 * gnus-util.el (gnus-emacs-version): Update for new
10429 `gnus-user-agent'.
10430
10431 * gnus-msg.el (gnus-extended-version): Make it possible to omit
10432 Gnus version.
10433
104342005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
10435
10436 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
10437 which is unreadable in some setups.
10438
104392005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10440
10441 * gnus-spec.el (gnus-update-format-specifications): Flush the
10442 group format spec cache if it doesn't support decoded group names.
10443
104442005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
10445
c9e31f32
SM
10446 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
10447 Allow to apply decay on score files matching a regexp.
01c52d31
MB
10448
104492004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
10450
10451 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
10452 compatibility in %g and %c.
10453
104542004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
10455
10456 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
10457 name for only %g and %c.
10458 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
10459 of gnus-tmp-group to decoded group name.
10460 (gnus-group-make-rss-group): Exclude `/'s from group names.
10461
104622004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
10463
10464 * nnrss.el (nnrss-get-encoding): Fix regexp.
10465
104662004-12-27 Simon Josefsson <jas@extundo.com>
10467
10468 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
10469 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
10470 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
10471
104722004-12-17 Kim F. Storm <storm@cua.dk>
10473
10474 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
10475
10476 * gnus-sum.el (gnus-summary-mode-map): Likewise.
10477
104782004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
10479
10480 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
10481
104822004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
10483
10484 * nnrss.el: Require rfc2047 and mml.
10485 (nnrss-file-coding-system): New variable.
10486 (nnrss-format-string): Redefine it as an inline function.
10487 (nnrss-decode-group-name): New function.
10488 (nnrss-string-as-multibyte): Remove.
10489 (nnrss-retrieve-headers): Decode group name; don't use
10490 nnrss-format-string.
10491 (nnrss-request-group): Decode group name.
10492 (nnrss-request-article): Decode group name; allow a Message-ID as
10493 well as an article number; don't use nnrss-format-string; encode a
10494 Message-ID string which may contain non-ASCII characters; use
10495 mml-to-mime to compose a MIME article.
10496 (nnrss-request-expire-articles): Decode group name.
10497 (nnrss-request-delete-group): Decode group name.
10498 (nnrss-fetch): Clarify error message.
10499 (nnrss-read-server-data): Use insert-file-contents instead of load;
10500 bind file-name-coding-system; use multibyte buffer.
10501 (nnrss-save-server-data): Bind coding-system-for-write to the
10502 value of nnrss-file-coding-system; bind file-name-coding-system;
10503 add coding cookie.
10504 (nnrss-read-group-data): Use insert-file-contents instead of load;
10505 bind file-name-coding-system; use multibyte buffer.
10506 (nnrss-save-group-data): Bind coding-system-for-write to the
10507 value of nnrss-file-coding-system; bind file-name-coding-system.
10508 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
10509 make it work with non-ASCII text.
10510 (nnrss-find-el): Make it work with old xml.el as well.
10511
105122004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
10513
10514 * nnrss.el (nnrss-get-encoding): New function.
10515 (nnrss-fetch): Use unibyte buffer initially; bind
10516 coding-system-for-read while performing mm-url-insert; remove ^Ms;
10517 decode contents according to the encoding attribute.
10518 (nnrss-save-group-data): Add coding cookie.
10519 (nnrss-mime-encode-string): New function.
10520 (nnrss-check-group): Use it to encode subject and author.
10521
105222004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
10523
10524 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
10525 imaginary variable.
10526
105272004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
10528
10529 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
10530 correctly even if there are wide characters.
10531
105322004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
10533
10534 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
10535 downcased symbol names; make a new cache instead of reusing
10536 bbdb-hashtable.
10537
105382004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
10539
10540 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10541 concatenating segments rather than before concatenating them.
10542 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10543
10544 * message.el (message-get-reply-headers): Bind `extra'.
10545
105462004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10547
10548 * message.el (message-extra-wide-headers): New variable.
10549 (message-get-reply-headers): Use it.
10550
105512004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
10552
10553 * gnus-agent.el (gnus-agent-group-path): Decode group name.
10554 (gnus-agent-group-pathname): Ditto.
10555
10556 * gnus-cache.el (gnus-cache-file-name): Decode group name.
10557
10558 * gnus-group.el (gnus-group-make-group): Decode group name.
10559 (gnus-group-make-rss-group): Register the group data after opening
10560 the nnrss group.
10561
105622004-12-17 Paul Jarc <prj@po.cwru.edu>
10563
10564 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
10565 by expiry now get marked as read.
10566
105672004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
10568
10569 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
10570
105712004-12-17 Aidan Kehoe <kehoea@parhasard.net>
10572
10573 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
10574 unify Latin characters in XEmacs.
10575 (mm-find-mime-charset-region): Use it.
10576
105772004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
10578
10579 * gnus-util.el (gnus-delete-directory): New function.
10580
10581 * gnus-agent.el (gnus-agent-delete-group): Use it.
10582
10583 * gnus-cache.el (gnus-cache-delete-group): Use it.
10584
105852004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
10586
10587 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
10588 names.
10589
105902004-12-16 Simon Josefsson <jas@extundo.com>
10591
10592 * hashcash.el (hashcash-payment-alist): Fix custom :type.
10593
105942004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
10595
10596 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
10597
10598 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
10599 (gnus-group-set-current-level): Decode group name.
10600
106012004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
10602
10603 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
10604 failed.
10605
106062004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
10607
10608 * gnus-group.el (gnus-group-delete-group): Decode group name.
10609 (gnus-group-make-rss-group): Encode group name.
10610 (gnus-group-catchup-current): Decode group name.
10611 (gnus-group-kill-group): Decode group name.
10612
106132004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
10614
10615 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
10616
106172004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
10618
10619 * gnus-group.el (gnus-group-make-rss-group):
10620 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
10621
10622 * gnus-start.el (gnus-setup-news): Honor user's setting to
10623 gnus-message-archive-method. Suggested by Lute Kamstra
10624 <lute@gnu.org>.
10625
106262004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
10627
10628 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
10629 global counterparts of the buffer-local variables.
10630
106312004-11-16 Romain Francoise <romain@orebokech.com>
10632
10633 * gnus-sum.el (gnus-summary-exit): Don't clear the global
10634 counterparts of the buffer-local variables.
10635
106362004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
10637
10638 * message.el (message-forbidden-properties): Fixed typo in doc
10639 string.
10640
106412004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
10642
10643 * gnus-util.el (gnus-replace-in-string): Added doc string.
10644
10645 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
10646 to avoid problems when splitting mails with many recipients.
10647
106482004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10649
10650 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
10651 pop-to-buffer, covered by the subsequent gnus-configure-windows.
10652
106532004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
10654
10655 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
10656 if there is no hashtable in memory or file modification time is
10657 newer than cached timestamp.
10658
106592004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
10660
10661 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
10662 not-matching option.
10663
106642004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
10665
10666 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
10667 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
10668 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10669 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
10670 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
10671 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
10672
106732004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
10674
10675 * message.el (message-forward-make-body-mml): Remove headers
10676 according to message-forward-ignored-headers if a message is decoded.
10677
106782004-12-02 Romain Francoise <romain@orebokech.com>
10679
10680 * message.el (message-forward-make-body-plain): Always remove
10681 headers according to message-forward-ignored-headers.
10682
106832004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
10684
10685 * spam.el (spam-summary-prepare-exit): Remove the
10686 gnus-summary-limit pop for now, it has problems with ham marks for
10687 me.
10688
106892004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
10690
10691 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
10692 correctly.
10693
106942004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
10695
10696 * format-spec.el (format-spec): Message the char.
10697
106982004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
10699
10700 * gnus-art.el (gnus-split-methods): Reformat comments.
10701
10702 * spam.el (spam-summary-prepare-exit): Remove article limits
10703 before exiting the summary buffer.
10704
107052004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
10706
10707 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
10708 order to silence the byte compiler.
10709
10710 * spam.el: Fix the way to silence the byte compiler, which
10711 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
10712 bbdb-search-simple, spam-BBDB-register-routine,
10713 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
10714 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
10715 spam-stat-buffer-is-spam, spam-stat-load,
10716 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
10717 spam-stat-save and spam-stat-split-fancy.
10718
107192004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
10720
10721 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
10722 which may confuse users.
10723 (canlock-password-for-verify): Ditto.
10724
10725 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
10726
10727 * gnus-art.el (gnus-emphasis-alist): Ditto.
10728
10729 * gnus-registry.el (gnus-registry-max-entries): Ditto.
10730
10731 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
10732
10733 * gnus-start.el (gnus-save-killed-list): Ditto.
10734
10735 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
10736 (gnus-sum-thread-tree-root): Ditto.
10737 (gnus-sum-thread-tree-false-root): Ditto.
10738 (gnus-sum-thread-tree-single-indent): Ditto.
10739
10740 * message.el (message-courtesy-message): Ditto.
10741 (message-archive-note): Ditto.
10742 (message-subscribed-address-file): Ditto.
10743 (message-user-fqdn): Ditto.
10744
10745 * spam-report.el (spam-report-gmane-regex): Ditto.
10746
10747 * spam.el (spam-blackhole-good-server-regex): Ditto.
10748
107492004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
10750
10751 * mml.el (mml-preview): Widen the message buffer before copying
10752 the contents to the preview buffer; sort headers before previewing.
10753
10754 * message.el (message-hidden-headers): Fix the way to avoid a bug
10755 in the `repeat' widget in Emacs 21.3 or earlier.
10756
107572004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
10758
10759 * message.el (message-hidden-headers): Default to "^References:".
10760 Improve customization type. Suggested by Reiner Steib
10761 <Reiner.Steib@gmx.de>.
10762
107632004-11-25 Romain Francoise <romain@orebokech.com>
10764
10765 * message.el (message-strip-forbidden-properties): Remove check for
10766 obsolete `message-hidden' text property, hidden headers are not
10767 accessible in the buffer anymore.
10768
107692004-11-22 Romain Francoise <romain@orebokech.com>
10770
10771 * message.el (message-header-format-alist): Add `From' in list
10772 so that it can be sorted.
10773 (message-fix-before-sending): Widen and sort headers before
10774 sending.
10775 (message-hide-headers): Use narrowing to hide headers by moving
10776 them to the top of the buffer and narrowing to the region
10777 underneath.
10778
107792004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10780
10781 * message.el (message-strip-forbidden-properties): Bind
10782 buffer-read-only (etc) to nil.
10783
107842004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
10785
10786 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
10787 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10788
107892004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
10790
10791 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
10792
107932004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10794
10795 * dns.el (query-dns): Use sit-for to time instead of
10796 accept-process-output, since that doesn't seem to work on udp
10797 sockets.
10798
107992004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
10800
10801 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
10802
108032004-11-15 Jesper Harder <harder@ifa.au.dk>
10804
10805 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
10806 doc string. Improve doc string.
10807
108082004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
10809
10810 * nntp.el (nntp-request-update-info): Return nil if
10811 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
10812 may not call gnus-activate-group which uselessly issues the GROUP
10813 commands for all nntp groups and wastes time. Reported by Romain
10814 Francoise <romain@orebokech.com>.
10815
10816 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
10817
108182004-11-15 Simon Josefsson <jas@extundo.com>
10819
10820 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
10821 headers separately.
880820fe 10822 (gnus-button-openpgp): New function, inspired by Jochen Küpper
01c52d31
MB
10823 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
10824
108252004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
10826
10827 * gnus-start.el (gnus-convert-old-newsrc):
10828 Assign legacy-gnus-agent to 5.10.7.
10829
108302004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10831
10832 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
10833 start of the lines.
10834
108352004-11-14 Magnus Henoch <mange@freemail.hu>
10836
c4cc8b9a
JB
10837 * hashcash.el (hashcash-default-payment): Change default to 20.
10838 (hashcash-default-accept-payment): Change default to 20.
10839 (hashcash-process-alist): New variable.
10840 (hashcash-generate-payment-async): Add.
10841 (hashcash-already-paid-p): Add.
10842 (hashcash-insert-payment): Don't generate payments twice.
10843 (hashcash-insert-payment-async): Add.
10844 (hashcash-insert-payment-async-2): Add.
10845 (hashcash-cancel-async): Add.
10846 (hashcash-wait-async): Add.
10847 (hashcash-processes-running-p): Add.
10848 (hashcash-wait-or-cancel): Add.
01c52d31
MB
10849 (mail-add-payment): New optional argument. Conditionally start
10850 asynchronous calculation.
c4cc8b9a 10851 (mail-add-payment-async): Add.
01c52d31
MB
10852
10853 * message.el (message-send-mail): Wait for asynchronous hashcash
10854 results. Don't clobber existing X-Hashcash headers.
10855 (message-setup-1): Call mail-add-payment-async when
10856 message-generate-hashcash is non-nil.
10857
108582004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10859
10860 * message.el (message-use-alternative-email-as-from): Examine the
10861 From header as well; use message-make-from in order to include a
10862 user's full name.
10863
108642004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
10865
10866 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
10867 default; improve customization type.
10868 (gnus-emphasis-custom-with-format): New macro.
10869 (gnus-emphasis-custom-value-to-external): New function.
10870 (gnus-emphasis-custom-value-to-internal): New function.
10871
108722004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
10873
10874 * dns.el (query-dns): Resolve reverse addresses.
10875
108762004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10877
10878 * gnus-group.el (gnus-group-get-new-news): Use it.
10879
10880 * gnus-start.el (gnus-check-reasonable-setup): New function.
10881
108822004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
10883
10884 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
10885 "Args out of range" error. Reported by Arnaud Giersch
10886 <arnaud.giersch@free.fr>.
10887
108882004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
10889
10890 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
10891
108922004-11-04 Richard M. Stallman <rms@gnu.org>
10893
10894 * spam.el (spam group): Add :version.
10895
10896 * pgg-def.el (pgg group): Add :version.
10897
108982004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
10899
10900 * gnus-art.el (gnus-article-edit-article): Don't associate the
10901 article buffer with a draft file. This is a temporary measure
10902 against the 2004-08-22 change to gnus-article-edit-mode.
10903
109042004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
10905
10906 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
10907 (html2text-format-tags): Remove unused variable `attr'.
10908
109092004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
10910
10911 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
10912
10913 * spam-stat.el (spam-stat): Add :version.
10914
10915 * sieve.el (sieve): Add :version.
10916
10917 * sha1.el (sha1): Add :version.
10918 (sha1-use-external): Remove redundant version.
10919
10920 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
10921 (nnmail-cache-ignore-groups, nnmail-spool-hook)
10922 (nnmail-split-fancy-match-partial-words)
10923 (nnmail-split-lowercase-expanded): Add :version.
10924
10925 * nndiary.el (nndiary): Add :version.
10926
10927 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
10928
10929 * mml-sec.el (mml-default-sign-method)
10930 (mml-default-encrypt-method, mml-signencrypt-style-alist):
10931 Add :version.
10932
10933 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
10934
10935 * mm-url.el (mm-url-use-external, mm-url-program)
10936 (mm-url-arguments): Add :version.
10937
10938 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
10939 (mm-attachment-file-modes, mm-decrypt-option)
10940 (mm-w3m-safe-url-regexp): Add :version.
10941
10942 * message.el (message-cite-prefix-regexp)
10943 (message-sendmail-envelope-from, message-minibuffer-local-map)
10944 (message-user-fqdn, message-completion-alist): Add :version.
10945
10946 * gnus-win.el (gnus-configure-windows-hook)
10947 (gnus-use-frames-on-any-display): Add :version.
10948
10949 * gnus-art.el (gnus-article-address-banner-alist)
10950 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
10951 (gnus-treat-from-picon, gnus-treat-mail-picon)
10952 (gnus-treat-x-pgp-sig): Add :version.
10953
10954 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
10955 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
10956 (gnus-summary-article-delete-hook)
10957 (gnus-summary-display-while-building): Add :version.
10958
10959 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
079a5e72 10960 (gnus-get-top-new-news-hook): Add :version.
01c52d31
MB
10961
10962 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10963 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
10964
10965 * gnus-registry.el (gnus-registry): Add :version.
10966
10967 * gnus-spec.el (gnus-use-correct-string-widths)
10968 (gnus-make-format-preserve-properties): Add :version.
10969
10970 * gnus.el (gnus-group-charter-alist)
10971 (gnus-group-fetch-control-use-browse-url)
10972 (gnus-install-group-spam-parameters): Add :version.
10973
10974 * gnus-diary.el (gnus-diary): Add :version.
10975
10976 * gnus-delay.el (gnus-delay): Add :version.
10977
10978 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
10979 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
10980 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
10981 Add :version.
10982
10983 * gnus-agent.el (gnus-agent-max-fetch-size)
10984 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
10985 (gnus-agent-prompt-send-queue): Add :version.
10986
10987 * deuglify.el (gnus-outlook-deuglify): Add :version.
10988
10989 * html2text.el: Beautify code. Improve doc strings. Some
10990 checkdoc cleanup.
10991 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
10992
109932004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
10994
10995 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
10996
109972004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
10998
10999 * gnus-registry.el (gnus-registry-hashtb): Create the registry
11000 when package is loaded.
11001
11002 * spam.el (spam-summary-score-preferred-header): Add global preference
11003 for people who want to override the default SpamAssassin over
11004 Bogofilter preference (when both are set).
11005 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11006 (spam-user-format-function-S): Check
11007 spam-summary-score-preferred-header.
11008 (spam-extra-header-to-number): Add X-Bogosity header parsing.
11009 (spam-user-format-function-S): Format the score correctly.
11010
110112004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
11012
11013 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11014 signature file. Suggested by Manoj Srivastava
11015 <srivasta@golden-gryphon.com>.
11016
11017 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11018 iso-2022-jp even in the Japanese language environment.
11019 Suggested by Jason Rumney <jasonr@gnu.org>.
11020
110212004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
11022
11023 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11024 use the same characters as the dummy marks; make it free from
11025 getting affected by the language environment.
11026 (gnus-summary-read-group-1): Update mark positions only when the
11027 format spec is updated.
11028
11029 * gnus-spec.el (gnus-update-format-specifications): Return a list
11030 of updated types.
11031
110322004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
11033
11034 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11035 of boundp to check if display-warning is available.
11036
110372004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
11038
11039 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11040
110412004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
11042
11043 * nnspool.el (nnspool-spool-directory): Use news-path if the
11044 news-directory variable is not bound.
11045
11046 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11047 function instead of display-warning if it is not available.
11048
110492004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
11050
11051 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11052 v5-10: Use `point-at-bol'.
11053
110542004-10-26 Simon Josefsson <jas@extundo.com>
11055
11056 * hashcash.el: Fix URL in comment, reported by Cheng Gao
11057 <chenggao@gmail.com>.
11058
110592004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
11060
11061 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
11062 instead.
11063
110642004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
11065
11066 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11067 to remove a server from the nnimap-server-buffer-alist.
11068 (nnimap-open-connection, nnimap-close-server): Use it.
11069
11070 * gnus-encrypt.el: Remove file in favor of encrypt.el.
11071
110722004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
11073
11074 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11075 running the major-mode function.
11076
110772004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11078
11079 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11080 dummy marks in the right way.
11081
110822004-10-18 David Edmondson <dme@dme.org>
11083
11084 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11085 excessively.
11086
110872004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
11088
11089 * gnus-util.el (gnus-split-references): Accept a nil references
11090 string and go on blissfully.
11091
11092 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11093 cases where the references string is non-nil but has no references.
11094
11095 * encrypt.el: Add autoload tags.
11096
11097 * spam.el (spam-resolve-registrations-routine): Remove article
11098 from unregistration list too. Reported by David Hanak
11099 <dhanak@isis.vanderbilt.edu>
11100
111012004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
11102
11103 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11104 nil. Changed custom type.
11105
111062004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
11107
11108 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11109
11110 * gnus-sum.el (gnus-summary-move-article): Use it.
11111
111122004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
11113
11114 * encrypt.el: Add autoload cookies.
11115
11116 * spam.el (spam-backend-article-list-property)
11117 (spam-backend-get-article-todo-list)
b97439ce 11118 (spam-backend-put-article-todo-list)
01c52d31
MB
11119 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11120 Resolve registrations separately.
11121 (spam-register-routine): Format comments.
11122 (spam-unregister-routine, spam-register-routine): Always call with
11123 specific-articles, no default list.
11124 (spam-summary-prepare-exit): Use the spam-classifications function.
11125
11126 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11127 gnus-encrypt.el.
11128
002876ab 11129 * encrypt.el: Copied from gnus-encrypt.el.
01c52d31 11130
002876ab 11131 * gnus-encrypt.el: Commented that it's obsolete.
01c52d31
MB
11132
111332004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
11134
11135 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11136 (gnus-score-save): Use it.
11137
11138 * message.el (message-bury): Use `window-dedicated-p'.
11139
111402004-10-15 Simon Josefsson <jas@extundo.com>
11141
11142 * pop3.el (top-level): Don't require nnheader.
11143 (pop3-read-timeout): Add.
11144 (pop3-accept-process-output): Add.
11145 (pop3-read-response, pop3-retr): Use it.
11146
111472004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
11148
11149 * spam.el (spam-register-routine): Move comment.
11150 (spam-verify-bogofilter): Use 'unknown for the initial
11151 spam-bogofilter-valid state, not 'never.
11152
11153 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11154 for netrc-machine.
11155
11156 * nnimap.el (nnimap-open-connection): Use
11157 netrc-machine-user-or-password.
11158
111592004-10-17 Richard M. Stallman <rms@gnu.org>
11160
11161 * gnus-registry.el (gnus-registry-unload-hook):
11162 Set as a variable with add-hook.
11163
11164 * nnspool.el (nnspool-spool-directory): Use news-directory instead
11165 of news-path.
11166
11167 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11168
11169 * spam.el: Delete duplicate `provide'.
11170 (spam-unload-hook): Set as a variable with add-hook.
11171
111722004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
11173
11174 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11175 in the doc string.
11176
11177 * message.el (message-ignored-news-headers)
11178 (message-ignored-supersedes-headers)
11179 (message-ignored-resent-headers)
11180 (message-forward-ignored-headers): Improve custom type.
11181
111822004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
11183
11184 * message.el (message-tokenize-header): Fix 2004-09-06 change
11185 which used point-min in the wrong place.
11186
111872004-10-12 Simon Josefsson <jas@extundo.com>
11188
11189 * tls.el (tls-certtool-program): New variable.
11190 (tls-certificate-information): New function, based on
11191 ssl-certificate-information.
11192
111932004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
11194
11195 * compface.el: Move the version of ELisp-based uncompface program
11196 to the contrib directory because of the copyright problem.
11197
111982004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
11199
11200 * message.el (message-kill-buffer): Raise the current frame.
11201
112022004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
11203
11204 * gnus-sum.el: Mention that multibyte characters don't work as marks.
11205
11206 * gnus.el (message-y-or-n-p): Autoload.
11207
11208 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11209 (pop3-password-required, pop3-authentication-scheme)
11210 (pop3-leave-mail-on-server): Made customizable.
11211 (pop3): New custom group.
11212 (pop3-retr): Remove `sleep-for' statements.
11213 Suggested by Dave Love <fx@gnu.org>.
11214
11215 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
11216 Windows/DOS.
11217
11218 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11219 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
11220 Dave Love <fx@gnu.org>.
11221
11222 * mml.el (mml-minibuffer-read-disposition): Require match.
11223 Suggested by Dave Love <fx@gnu.org>.
11224
112252004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
11226
11227 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
11228 doc string.
11229
112302004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
11231
11232 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
11233
112342004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11235
11236 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
11237 instead of calling `mm-insert-inline', to decode text/* parts
11238 before displaying them.
11239
112402004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
11241
11242 * mm-uu.el (mm-uu-text-plain-type): New variable.
11243 (mm-uu-pgp-signed-extract-1): Use it.
11244 (mm-uu-pgp-encrypted-extract-1): Use it.
11245 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
11246 bind mm-uu-text-plain-type with that value.
11247 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
11248 mm-uu-dissect.
11249
112502004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
11251
11252 * gnus-group.el (gnus-update-group-mark-positions):
11253 * gnus-sum.el (gnus-update-summary-mark-positions):
11254 * message.el (message-check-news-body-syntax):
11255 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
11256 of string-as-multibyte.
11257
112582004-10-05 Juri Linkov <juri@jurta.org>
11259
11260 * gnus-group.el (gnus-update-group-mark-positions):
11261 * gnus-sum.el (gnus-update-summary-mark-positions):
11262 * message.el (message-check-news-body-syntax):
11263 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
11264 8-bit unibyte values to a multibyte string for search functions.
11265
112662004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
11267
11268 * mm-uu.el (mm-uu-dissect): Allow optional arg.
11269 (mm-uu-dissect-text-parts): New function.
11270
11271 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
11272 dissect text parts.
11273
11274 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
11275 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
11276
11277 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
11278
11279 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
11280 gnus-current-topics instead of gnus-current-topic.
11281
112822004-10-06 Jesper Harder <harder@ifa.au.dk>
11283
11284 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
11285
112862004-10-05 Jesper Harder <harder@ifa.au.dk>
11287
11288 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
11289 where approriate.
11290
11291 * nnml.el (nnml-generate-active-info): do.
11292
11293 * nndiary.el (nndiary-generate-active-info): do.
11294
11295 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
11296 (gnus-topic-move): do.
11297
11298 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
11299 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
11300
11301 * gnus-srvr.el (gnus-server-prepare)
11302 (gnus-server-open-all-servers): do.
11303
11304 * gnus-msg.el (gnus-summary-cancel-article)
11305 (gnus-summary-resend-message)
11306 (gnus-summary-mail-crosspost-complaint): do.
11307
11308 * gnus-move.el (gnus-change-server): do.
11309
11310 * gnus-group.el (gnus-group-unmark-all-groups)
11311 (gnus-group-set-current-level): do.
11312
113132004-10-04 Simon Josefsson <jas@extundo.com>
11314
11315 * message.el (message-generate-hashcash): Doc fix.
11316
113172004-10-02 Kevin Greiner <kgreiner@compsol.cc>
11318
11319 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
11320 avoid infinite recursion via gnus-get-function.
11321
113222004-10-02 Jesper Harder <harder@ifa.au.dk>
11323
11324 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
11325
11326 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
11327
11328 * nnmail.el (nnmail-split-history): do.
11329
11330 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
11331 (nnml-request-delete-group): do.
11332
11333 * nnslashdot.el (nnslashdot-read-groups): do.
11334
11335 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
11336 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
11337
11338 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
c4cc8b9a 11339 (nnspool-sift-nov-with-sed): Use last.
01c52d31
MB
11340 (nnspool-retrieve-headers-with-nov): Use mapc.
11341 (nnspool-request-newgroups): Use dolist.
11342 (nnspool-request-group): Use last.
11343
11344 * nntp.el (nntp-read-server-type): Use dolist.
11345
11346 * nnvirtual.el (nnvirtual-create-mapping)
11347 (nnvirtual-update-read-and-marked): Use dolist.
11348 (nnvirtual-convert-headers): Simplify.
11349
113502004-10-01 Kevin Greiner <kgreiner@compsol.cc>
11351
11352 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
11353 support for sync'ing tick marks.
11354
113552004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
11356
11357 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
11358 there's no visible header.
11359
113602004-10-01 Kevin Greiner <kgreiner@compsol.cc>
11361
11362 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
11363 necessary, pass full group name to gnus-request-set-marks.
11364
113652004-10-01 Simon Josefsson <jas@extundo.com>
11366
11367 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
11368 acroread.
11369
113702004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11371
11372 * spam-report.el (spam-report-gmane): Fix interactive.
11373
11374 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
11375
11376 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
11377 when writing file.
11378 (gnus-agent-synchronize-flags): Don't default to being
11379 interactive.
11380
113812004-09-30 Simon Josefsson <jas@extundo.com>
11382
11383 * message.el (message-generate-hashcash): Add.
11384 (message-send-mail): Use it, call mail-add-payment.
11385
113862004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
11387
11388 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
11389
113902004-09-28 Kevin Greiner <kgreiner@compsol.cc>
11391
11392 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
11393 gnus-requst-update-info with explicit code to sync the in-memory
11394 info read flags with the marks being sync'd to the backend.
11395
11396 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
11397
113982004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11399
11400 * spam.el (spam-verify-bogofilter): Add new function.
11401 (spam-check-bogofilter)
11402 (spam-bogofilter-register-with-bogofilter): Use it.
11403 (spam-verify-bogofilter): Add small fixes.
11404
114052004-09-28 Simon Josefsson <jas@extundo.com>
11406
11407 * hashcash.el (hashcash-generate-payment): Revert.
11408
114092004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11410
11411 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
11412 gnus-extract-references instead of gnus-split-references.
11413
11414 * gnus-util.el (gnus-extract-references): Add new function, analogous
11415 to gnus-split-references but extracts only the message-ID without
11416 anything extra.
11417
11418 * hashcash.el (hashcash-generate-payment)
11419 (hashcash-check-payment): Do the right thing if hashcash-path is
11420 nil (because the hashcash program could not be found).
11421
11422 * spam.el (spam-use-hashcash): Remove comment.
11423
114242004-09-27 Jesper Harder <harder@ifa.au.dk>
11425
11426 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
11427 (gnus-cache-enter-article, gnus-cache-remove-article)
11428 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
11429
11430 * gnus-async.el (gnus-async-prefetch-remove-group): do.
11431
11432 * gnus-art.el (article-hide-boring-headers)
11433 (article-translate-strings, article-display-face)
11434 (gnus-article-mime-match-handle-first)
11435 (gnus-article-highlight-headers)
11436 (gnus-article-add-buttons-to-head): do.
11437
114382004-09-27 Simon Josefsson <jas@extundo.com>
11439
11440 * hashcash.el: New version, from
11441 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
11442 ../contrib/.
11443
114442004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
11445
11446 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
11447
114482004-09-26 Jesper Harder <harder@ifa.au.dk>
11449
11450 * gnus-dup.el (gnus-dup-open): Use mapc.
11451 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
11452
11453 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
11454 Reported by Stefan Wiens <s.wi@gmx.net>.
11455
11456 * gnus.el (gnus-shutdown): Use dolist.
11457
11458 * gnus-undo.el (gnus-undo): Use mapc.
11459
11460 * nnrss.el (nnrss-generate-active): do.
11461
11462 * message.el (message-cite-original-without-signature)
11463 (message-cite-original): Use mapc.
11464 (message-do-actions, message-make-forward-subject): Use dolist.
11465
114662004-09-25 Kevin Greiner <kgreiner@compsol.cc>
11467
11468 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
11469 deletion to remove entire duplicate line. Fixes merged article
11470 number bug.
11471
114722004-09-25 Kevin Greiner <kgreiner@compsol.cc>
11473
11474 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
11475 servers that are offline. Avoids having gnus-agent-toggle-plugged
11476 first ask if you want to open a server and then, even when you
11477 responded with no, asking if you want to synchronize the server's
11478 flags.
11479 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
11480 multi-line expressions.
11481 (gnus-agent-synchronize-group-flags): New internal function.
11482 Updates marks in memory (in the info structure) AND in the
11483 backend.
11484
11485 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
11486
11487 * nnagent.el (nnagent-request-set-mark): Use
11488 gnus-agent-synchronize-group-flags, not backend's request-set-mark
11489 method, to ensure that synchronization updates marks in the
11490 backend and in the info (in memory) structure.
11491
114922004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
11493
11494 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
11495 convention fully; don't miss the root article of a thread; make
11496 the X-Draft-From header with correct article numbers.
11497
114982004-09-23 Kevin Greiner <kgreiner@compsol.cc>
11499
11500 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
11501 unless plugged. Disable the agent so that an open failure causes
11502 an error.
11503
11504 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
11505 Reverted 2004-09-21 change. The backend must be opened while
11506 synchronizing flags even when the backend stores the flags
11507 locally.
11508
115092004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
11510
11511 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
11512 in `header' match. Reported by Svend Tollak Munkejord.
11513
11514 * message.el (message-cite-original): Fix use of
11515 `message-cite-articles-with-x-no-archive'.
11516
115172004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
11518
11519 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
11520 (gnus-window-to-buffer): Ditto.
11521
11522 * mml.el (mml-preview-buffer): New variable.
11523 (mml-preview): Manage window layout with gnus-buffer-configuration.
11524
11525 * gnus-msg.el (gnus-setup-message): Put article numbers into the
11526 X-Draft-From header even if those articles aren't quoted.
11527
115282004-09-21 Kevin Greiner <kgreiner@compsol.cc>
11529
11530 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
11531 (gnus-request-set-mark, gnus-request-update-mark): Use new
11532 g-s-t-u-l-m to decide to use backend even when unplugged.
11533
115342004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
11535
11536 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
11537 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
11538
115392004-09-20 Simon Josefsson <jas@extundo.com>
11540
11541 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
11542 "utf-16-le".
11543
115442004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
11545
11546 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
11547
115482004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
11549
11550 * uudecode.el (uudecode-use-external): Add :version.
11551
11552 * smime.el (smime-CA-file, smime-encrypt-cipher)
11553 (smime-dns-server): Add :version.
11554
11555 * smiley.el (gnus-smiley-file-types): Add :version.
11556
11557 * sha1.el (sha1-use-external): Add :version.
11558
11559 * pgg-def.el (pgg-query-keyserver): Add :version.
11560
11561 * nnmail.el (nnmail-fancy-expiry-targets)
11562 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
11563 Add :version.
11564
11565 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
11566 (nnimap-retrieve-groups-asynchronous): Add :version.
11567 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
11568
11569 * mml.el (mml-content-disposition-parameters)
11570 (mml-insert-mime-headers-always): Add :version.
11571
11572 * mm-util.el (mm-coding-system-priorities): Add :version.
11573
11574 * mm-decode.el (mm-inline-text-html-with-images)
11575 (mm-keep-viewer-alive-types, mm-external-terminal-program)
11576 (mm-verify-option): Add :version.
11577 (mm-text-html-renderer): Change :version.
11578
11579 * message.el (message-fcc-externalize-attachments)
11580 (message-required-headers, message-draft-headers)
11581 (message-subject-trailing-was-query)
11582 (message-subject-trailing-was-ask-regexp)
11583 (message-subject-trailing-was-regexp, message-mark-insert-begin)
11584 (message-mark-insert-end, message-archive-header)
11585 (message-archive-note, message-cross-post-default)
11586 (message-cross-post-note, message-followup-to-note)
11587 (message-cross-post-note-function, message-use-mail-followup-to)
11588 (message-subscribed-address-functions)
11589 (message-subscribed-address-file, message-subscribed-addresses)
11590 (message-subscribed-regexps, message-allow-no-recipients)
11591 (message-yank-cited-prefix, message-signature-insert-empty-line)
11592 (message-hidden-headers, message-hierarchical-addresses)
11593 (message-mail-user-agent, message-use-idna)
11594 (message-valid-fqdn-regexp)
11595 (message-strip-special-text-properties, message-header-synonyms)
11596 (message-beginning-of-line, message-tab-body-function): Add :version.
11597 (message-insert-canlock, message-wide-reply-confirm-recipients):
11598 Change :version.
11599
11600 * mail-source.el (mail-source-ignore-errors): Add :group, :type
11601 and :version.
11602 (mail-source-delete-old-incoming-confirm)
11603 (mail-source-movemail-program): Add :version.
11604
11605 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
11606 (gnus-agent-cache, gnus-agent): Change :version.
11607
11608 * gnus-util.el (gnus-use-byte-compile): Change :version.
11609
11610 * gnus-sum.el (gnus-summary-make-false-root-always)
11611 (gnus-summary-default-high-score)
11612 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
11613 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
11614 (gnus-read-all-available-headers, gnus-article-emulate-mime)
11615 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
11616 (gnus-sum-thread-tree-single-indent)
11617 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
11618 (gnus-sum-thread-tree-leaf-with-other)
11619 (gnus-sum-thread-tree-single-leaf): Add :version.
11620 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
11621 (gnus-article-loose-mime): Change :version.
11622
11623 * gnus-start.el (gnus-backup-startup-file)
11624 (gnus-save-startup-file-via-temp-buffer): Add :version.
11625
11626 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
11627 (gnus-server-offline-face): Add :version.
11628
11629 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
11630
11631 * gnus-msg.el (gnus-gcc-externalize-attachments)
11632 (gnus-debug-files, gnus-debug-exclude-variables)
11633 (gnus-discouraged-post-methods): Change :version.
11634 (gnus-confirm-mail-reply-to-news)
11635 (gnus-confirm-treat-mail-like-news): Add :version.
11636
11637 * gnus-int.el (gnus-server-unopen-status): Add :version.
11638
11639 * gnus-group.el (gnus-group-jump-to-group-prompt)
11640 (gnus-large-ephemeral-newsgroup)
11641 (gnus-fetch-old-ephemeral-headers): Add :version.
11642
11643 * gnus-fun.el (gnus-x-face-directory)
11644 (gnus-convert-pbm-to-x-face-command)
11645 (gnus-convert-image-to-x-face-command)
11646 (gnus-convert-image-to-face-command): Add :version.
11647
11648 * gnus-delay.el (gnus-delay-default-hour): Add :version.
11649
11650 * gnus-cite.el (gnus-cite-blank-line-after-header)
11651 (gnus-article-boring-faces): Add :version.
11652
11653 * gnus-art.el (gnus-buttonized-mime-types)
11654 (gnus-inhibit-mime-unbuttonizing)
11655 (gnus-treat-display-face)
11656 (gnus-treat-body-boundary): Change :version.
11657 (gnus-body-boundary-delimiter, gnus-picon-databases)
11658 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
11659 (gnus-treat-date-english, gnus-treat-fold-headers)
11660 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
11661 (gnus-treat-mail-picon, gnus-treat-wash-html)
11662 (gnus-article-encrypt-protocol)
11663 (gnus-use-idna, gnus-article-over-scroll)
11664 (gnus-mime-display-multipart-alternative-as-mixed)
11665 (gnus-mime-display-multipart-related-as-mixed)
11666 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
11667 (gnus-ctan-url, gnus-button-ctan-handler)
11668 (gnus-button-handle-ctan-bogus-regexp)
11669 (gnus-button-ctan-directory-regexp)
11670 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
11671 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
11672 (gnus-button-man-level, gnus-button-emacs-level)
11673 (gnus-button-message-level, gnus-button-browse-level): Add :version.
11674
11675 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
11676 (gnus-agent-go-online): Change :version.
11677 (gnus-agent-expire-unagentized-dirs)
11678 (gnus-agent-auto-agentize-methods): Add :version.
11679
11680 * flow-fill.el (fill-flowed-display-column)
11681 (fill-flowed-encode-column): Add :version.
11682
11683 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11684 (gnus-outlook-deuglify-unwrap-max)
11685 (gnus-outlook-deuglify-cite-marks)
11686 (gnus-outlook-deuglify-unwrap-stop-chars)
11687 (gnus-outlook-deuglify-no-wrap-chars)
11688 (gnus-outlook-deuglify-attrib-cut-regexp)
11689 (gnus-outlook-deuglify-attrib-verb-regexp)
11690 (gnus-outlook-deuglify-attrib-end-regexp)
11691 (gnus-outlook-display-hook): Add :version.
11692
11693 * binhex.el (binhex-use-external): Add :version.
11694
116952004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
11696
11697 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
11698 and `invisible'.
11699
117002004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
11701
11702 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
11703 in gnus-registry-trim.
11704
117052004-09-13 Simon Josefsson <jas@extundo.com>
11706
11707 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
11708
11709 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
11710
11711 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
11712 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11713 <yamaoka@jpl.org>.
11714 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
11715 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11716 <yamaoka@jpl.org>.
11717
11718 * sieve.el (sieve-manage-mode): Ditto.
11719
117202004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
11721
11722 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
11723
117242004-09-11 Simon Josefsson <jas@extundo.com>
11725
11726 * dns-mode.el: Add.
11727
11728 * mm-view.el (mm-display-dns-inline): Add.
11729
11730 * mm-decode.el (mm-inline-media-tests): Add text/dns.
11731 (mm-automatic-display): Ditto.
11732
11733 * mailcap.el (mailcap-mime-data): Add text/dns.
11734 (mailcap-mime-extensions): Map .soa to text/dns.
11735
117362004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
11737
11738 * gnus-art.el (article-decode-mime-words, article-babel)
11739 (gnus-article-highlight-signature, gnus-article-add-buttons)
11740 (gnus-signature-toggle): Remove unnecessary bindings of
11741 `inhibit-read-only' inherited from v5.10 merge.
11742
117432004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11744
11745 * nntp.el (nntp): New customization group.
11746 (nntp-authinfo-file): Add customization group.
11747
11748 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
11749
11750 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
11751
11752 * gnus.el (to-address, to-list, subscribed)
11753 (large-newsgroup-initial): Ditto.
11754
11755 * flow-fill.el (fill-flowed-display-column)
11756 (fill-flowed-encode-column): Ditto.
11757
ce058493 117582004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
01c52d31
MB
11759
11760 * message.el (message-tokenize-header, message-send-mail-with-qmail):
11761 Use point-min rather than 1.
11762 (message-send-mail): Use buffer-size rather than point-max.
11763
11764 * gnus-sum.el (gnus-summary-search-article-forward):
11765 Signal a specific `search-failed' rather than a generic `error'.
11766
11767 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
11768 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
11769 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
11770
117712004-09-10 Simon Josefsson <jas@extundo.com>
11772
11773 * nndb.el (require): Remove tcp and duplicate cl.
11774
117752004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
11776
11777 * gnus-agent.el (directory-files-and-attributes): Move forward.
11778
117792004-09-09 Kevin Greiner <kgreiner@compsol.cc>
11780
11781 * gnus-agent.el (directory-files-and-attributes): Optionally
11782 defined to support XEmacs.
11783
117842004-09-09 Kevin Greiner <kgreiner@compsol.cc>
11785
002876ab 11786 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
01c52d31
MB
11787 to avoid run-time CL dependencies.
11788 (gnus-agent-unfetch-articles): New function.
11789 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
11790 article numbers even when local .overview file is missing.
002876ab 11791 (gnus-agent-read-article-number): New function. Only accepts
01c52d31
MB
11792 27-bit article numbers.
11793 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
11794 gnus-agent-read-article-number.
11795 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
11796 from backend while recognizing that article numbers in .overview
11797 must be valid.
11798 (gnus-agent-update-files-total-fetched-for): Use
11799 directory-files-and-attributes to improve performance.
11800 * gnus-int.el (gnus-request-move-article): Use
11801 gnus-agent-unfetch-articles in place of gnus-agent-expire to
11802 improve performance.
11803
11804 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
11805 some users confused by references to .newsrc when they only have a
11806 .newsrc.eld file.
149cd465
JB
11807 (gnus-convert-mark-converter-prompt)
11808 (gnus-convert-converter-needs-prompt): Fixed use of property list.
01c52d31 11809 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
002876ab 11810 New function. Used internally to only display 'gnus converting
01c52d31
MB
11811 files' message when actually necessary.
11812
11813 * gnus-sum.el (): Removed (require 'gnus-agent) as required
11814 methods now autoloaded.
11815
118162004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
11817
11818 * gnus-sum.el (gnus-summary-insert-subject): Remove list
11819 identifiers.
11820
118212004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
11822
11823 * gnus-picon.el: Fix indentation and closing parenthesis.
11824
118252004-09-01 Simon Josefsson <jas@extundo.com>
11826
11827 * message.el (message-canlock-generate): Require sha1, not
56fd9faa 11828 sha1-el. (Can we get rid of this require altogether? It is ugly
01c52d31
MB
11829 to require within a function. Sadly, if sha1.el isn't loaded, the
11830 let binding in m-c-g will hide the defcustom definition, which is
11831 bad.)
11832
11833 * canlock.el: Require sha1, not sha1-el.
11834
11835 * message.el: Don't autoload sha1 (there is a autoload cookie in
11836 sha1.el).
11837
11838 * sha1-el.el: Renamed to sha1.el.
11839
118402004-08-30 Juanma Barranquero <lektu@terra.es>
11841
11842 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
11843
118442004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
11845
11846 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
11847
118482004-08-30 Kim F. Storm <storm@cua.dk>
11849
11850 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
11851
11852 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
11853 Add :group 'nnimap.
11854
118552004-08-30 Andreas Schwab <schwab@suse.de>
11856
11857 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
11858 ?* and ?\;.
11859
11860 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
11861 and ?\' to symbol instead of whitespace.
11862
118632004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
11864
11865 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
11866
11867 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
11868 instead of re-search-forward.
11869
11870 * gnus-uu.el (gnus-uu-save-article): Ditto.
11871 (gnus-uu-post-encode-uuencode): Ditto.
11872
11873 * html2text.el (html2text-clean-list-items): Ditto.
11874 (html2text-clean-dtdd): Ditto.
11875 (html2text-format-tags): Ditto.
11876
11877 * message.el (message-send-mail-with-sendmail): Fix regexp.
11878 (message-fill-field-general): Use search-forward instead of
11879 re-search-forward.
11880 (unbold-region): Ditto.
11881
11882 * nnrss.el (nnrss-request-article): Ditto.
11883
11884 * nnslashdot.el (nnslashdot-request-article): Ditto.
11885
11886 * nnweb.el (nnweb-gmane-wash-article): Ditto.
11887
11888 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
11889 "Unrecognized menu descriptor" error in XEmacs.
11890
118912004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
11892
11893 * gnus-sum.el (gnus-read-header): Don't remove a header for the
11894 parent article of a sparse article in the thread hashtb.
11895
118962004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
11897
11898 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
11899 (nnmail-expand-newtext): Lowercase expanded entries if
11900 nnmail-split-lowercase-expanded is non-nil.
11901
119022004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
11903
c9e31f32 11904 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
01c52d31
MB
11905
11906 * gnus-group.el (gnus-group-line-format-alist): Convert the value
11907 of gnus-tmp-news-method into string under XEmacs. It will be
11908 passed to gnus-correct-length which takes only a string argument.
11909
119102004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
11911
11912 * gnus-util.el (gnus-bind-print-variables): New macro.
11913 (gnus-prin1): Use it.
11914 (gnus-prin1-to-string): Use it.
11915 (gnus-pp): New function.
11916 (gnus-pp-to-string): New function.
11917
c9e31f32
SM
11918 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
11919 Replace pp-to-string with gnus-pp-to-string.
01c52d31
MB
11920 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
11921 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
11922 * gnus-msg.el (gnus-debug): Ditto.
11923 * gnus-score.el (gnus-score-save): Ditto.
11924 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
11925 gnus-pp-to-string.
11926 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
11927 with gnus-pp.
11928 * score-mode.el (gnus-score-pretty-print): Ditto.
11929 * webmail.el (webmail-debug): Ditto.
11930
119312004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
11932
c9e31f32
SM
11933 * gnus-art.el (article-display-face, article-display-x-face):
11934 Use buffer-read-only.
01c52d31
MB
11935
119362004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
11937
c9e31f32
SM
11938 * gnus-art.el (article-hide-list-identifiers):
11939 Bind inhibit-read-only as t.
01c52d31
MB
11940
119412004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
11942
11943 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
11944
119452004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
11946
11947 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
11948 (gnus-narrow-to-page): Don't assume point-min == 1.
11949 (gnus-article-edit-mode): Derive from message-mode.
11950
11951 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
11952 point-min == 1.
11953
11954 * imap.el (imap-parse-address-list, imap-parse-body-ext):
11955 Disable incorrect use of `assert'.
11956
11957 * message.el (message-mode): Set comment-start-skip.
11958
01c52d31
MB
119592004-08-22 Sam Steingold <sds@gnu.org>
11960
11961 * pop3.el (pop3-leave-mail-on-server): New user variable.
11962 (pop3-movemail): Delete mail only when it is nil.
11963
119642004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
11965
11966 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
11967
11968 * mml.el (mml-preview): Use `pop-to-buffer'.
11969
11970 * message.el (message-goto-mail-followup-to): Insert after "To".
11971 (message-carefully-insert-headers): Add comment.
11972
11973 * gnus.el: Remove unused variable `gnus-article-check-size'.
11974
11975 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
11976
11977 * gnus-art.el (gnus-button-alist): Improve
11978 `gnus-button-handle-library' entry.
11979
119802004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
11981
11982 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
11983 downcase, since XEmacs capitalizes error messages differently.
11984
119852004-08-18 Jesper Harder <harder@ifa.au.dk>
11986
11987 * nntp.el: Add (require 'gnus) due to reference to
11988 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
11989
119902004-08-18 Florian Weimer <fw@deneb.enyo.de>
11991
11992 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
11993 `mm-fill-flowed'.
11994
11995 * mm-decode.el (mm-dissect-singlepart): Check it.
11996
119972004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
11998
11999 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12000 'imap' for netrc parsing.
12001
120022004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
12003
12004 * mailcap.el (mailcap-mime-data): Mark as risky.
12005
120062004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
12007
12008 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12009 may be included in the encoded word.
12010 (rfc2047-encode): Don't append a space if the encoded word
12011 includes close parenthesis.
12012
120132004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
12014
12015 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12016 of text within parentheses.
12017
120182004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
12019
12020 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12021 (gnus-encrypt-write-file-contents): Make the password key the file
12022 name PLUS the cipher, not just the cipher. Also remove failed
12023 passwords from the cache.
12024
120252004-08-06 Simon Josefsson <jas@extundo.com>
12026
12027 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
12028 fix.
12029
120302004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
12031
12032 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12033 LWSP.
12034
120352004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
12036
12037 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12038 to append in-reply-to: data to the references: header.
12039
c4cc8b9a 12040 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
01c52d31
MB
12041 (netrc-parse): Use gnus-encrypt.el functions.
12042
12043 * gnus-encrypt.el: Add new file for encryption support; currently
12044 does only a few GPG ciphers and an internal XOR cipher.
12045
12046 * password.el: Add comments on using password-read-and-add.
12047 (password-read-and-add): Add function to read and add the
12048 password to the cache at once.
12049
120502004-07-28 Simon Josefsson <jas@extundo.com>
12051
12052 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12053 parameter (but don't use it, for now).
12054
12055 * imap.el (imap-ssl-open): Use imap-process-connection-type,
12056 instead of hard coding to nil.
12057
120582004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
12059
12060 * mm-view.el (mm-inline-image-emacs): Open lines under an image
12061 as mm-inline-image-xemacs does.
12062
120632004-07-26 Simon Josefsson <jas@extundo.com>
12064
12065 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12066 Revert part of 2004-07-17 change below.
12067
120682004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
12069
12070 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
12071 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12072
120732004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12074
12075 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12076 quotes that actually start with ">" at the beginning of the
12077 lines.
12078
120792004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
12080
12081 * rfc2047.el (rfc2047-encode-region): Fix last change.
12082 (rfc2047-encode-parameter): Remove useless concat.
12083
120842004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
12085
12086 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12087 encode special characters; fix some kind of misconfigured headers;
12088 signal a real error if debug-on-quit or debug-on-error is non-nil.
12089 (rfc2047-encode-max-chars): New variable.
12090 (rfc2047-encode-1): Use it.
12091 (rfc2047-encode-parameter): New function.
12092
12093 * mml.el (mml-insert-parameter): Remove an excessive space.
12094
120952004-07-17 Simon Josefsson <jas@extundo.com>
12096
12097 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12098 Kai Grossjohann <kai@emptydomain.de>.
12099 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12100 (gnus-group-make-menu-bar): Ditto.
12101
12102 * gnus-util.el (gnus-group-server): Add.
12103
121042004-07-16 Jesper Harder <harder@ifa.au.dk>
12105
12106 * message.el (message-clone-locals): Clone sendmail and smtp
12107 variables.
12108
121092004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
12110
12111 * rfc2047.el (rfc2047-encode-region): Fix last change.
12112
121132004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
12114
12115 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12116 characters as non-special.
12117
121182004-07-09 Simon Josefsson <jas@extundo.com>
12119
12120 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12121 Users will lose all flag changes made while unplugged with
12122 e.g. nntp unless flag synchronization happens, thus `nil' is not a
12123 good default. See numerous reports on ding mailing list.
12124
121252004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
12126
12127 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12128 add generate-head-function and generate-article-function to the
12129 rfc822-forward entry.
12130 (nndoc-rfc822-forward-generate-article): New function.
12131 (nndoc-rfc822-forward-generate-head): New function.
12132
12133 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12134
121352004-07-06 Dan Christensen <jdc@uwo.ca>
12136
12137 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12138 respect display group parameter and gnus-summary-expunge-below.
12139 (gnus-articles-to-read): Remove unused reference to display group
12140 parameter.
12141
121422004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12143
12144 * nnheader.el (nnheader-uniquify-message-id): New experimental
12145 variable.
12146 (nnheader-nov-read-message-id): Use it.
12147
12148 * spam-report.el (spam-report-gmane): Add interactive.
12149
121502004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
12151
12152 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12153 qp-or-base64 for the application/* types.
12154
121552004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
12156
12157 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12158
121592004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
12160
12161 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12162 trim value.
12163
121642004-01-25 Paul Jarc <prj@po.cwru.edu>
12165
12166 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12167 New macro and function.
12168 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12169
121702004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
12171
12172 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12173 after-load-alist.
12174
121752004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
12176
12177 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12178 update info that isn't there.
12179
121802004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
12181
12182 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12183 entry.
12184
121852004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
12186
12187 * mm-view.el (mm-inline-render-with-function): Use multibyte
12188 buffer; decode html source by charset.
12189
12190 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12191
12192 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12193 Mule-UCS is loaded under XEmacs.
12194 (mm-mime-mule-charset-alist): Avoid duplicated entries.
12195
121962004-06-28 Jesper Harder <harder@ifa.au.dk>
12197
12198 * nnheader.el (nnheader-max-head-length): Increase to 8192.
12199
122002004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
12201
12202 * mm-util.el (mm-coding-system-p): Return a coding-system.
12203 (mm-mime-mule-charset-alist): Use shift_jis instead of
12204 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12205 entries for the mime charsets iso-2022-jp-3 and shift_jis.
12206 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12207 instead of japanese-shift-jis and iso-latin-1 respectively in
12208 order to share the default value with both Emacs and XEmacs-mule.
12209 (mm-mule-charset-to-mime-charset): Make
12210 mm-coding-system-priorities effective.
12211 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
12212 while predicating of candidates upon the priorities.
12213
122142004-06-27 Jesper Harder <harder@ifa.au.dk>
12215
12216 * gnus-sum.el (gnus-summary-make-menu-bar): Add
12217 gnus-uu-invert-processable.
12218
12219 * gnus.el: Autoload gnus-uu-invert-processable.
12220
122212004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
12222
12223 * mm-util.el (mm-with-multibyte-buffer): New macro.
12224
12225 * rfc2047.el (rfc2047-encode-string): Use it.
12226 (rfc2047-encode-region): Move point to the end of the region after
12227 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
12228
122292004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
12230
12231 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
12232 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
12233
122342004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
12235
12236 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
12237 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
12238 Karl Chen <quarl@nospam.quarl.org>.
12239
122402004-06-23 Jesper Harder <harder@ifa.au.dk>
12241
12242 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
12243 invalid addresses.
12244
122452004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
12246
12247 * spam.el: Change section markers, revise TODO list.
12248 (spam-backends): Make new master list of all installed backends.
12249 (spam-summary-exit-behavior): Add new variable to determine how
12250 messages moves are done at summary exit.
12251 (spam-move-spam-nonspam-groups-only)
12252 (spam-process-ham-in-nonham-groups)
12253 (spam-process-ham-in-spam-groups): Remove variables, the
12254 spam-summary-exit-behavior variable should be used to manage this
12255 behavior.
12256 (spam-old-ham-articles, spam-old-spam-articles): Remove.
12257 (spam-old-articles): Add variable, replacing spam-old-ham-articles
12258 and spam-old-spam-articles.
12259 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
12260 Add empty variables, placeholders for the backends they represent.
12261 (spam-set-difference): Move, unchanged.
12262 (spam-list-of-processors): Declare OBSOLETE, not used anymore
12263 unless the user has a processor variable.
12264 (spam-classifications, spam-classification-valid-p)
12265 (spam-backend-properties, spam-backend-property-valid-p)
12266 (spam-backend-function-type-valid-p)
12267 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
12268 (spam-report-articles-gmane, spam-report-articles-resend):
12269 Remove functions, they are not needed.
12270 (spam-install-backend-super, spam-backend-list)
12271 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
12272 (spam-backend-function, spam-backend-ham-registration-function)
12273 (spam-backend-spam-registration-function)
12274 (spam-backend-ham-unregistration-function)
12275 (spam-backend-spam-unregistration-function)
12276 (spam-backend-statistical-p, spam-backend-mover-p)
12277 (spam-install-backend-alias, spam-install-checkonly-backend)
12278 (spam-install-mover-backend, spam-install-nocheck-backend)
12279 (spam-install-backend, spam-install-statistical-backend)
12280 (spam-install-statistical-checkonly-backend): Add backend installation
12281 support.
12282 (spam-summary-prepare-exit): Rewrite to use the new backend code.
12283 (spam-group-processor-p): Use the new backend code and respect the
12284 summary exit behavior.
12285 (spam-mark-spam-as-expired-and-move-routine): Remove.
12286 (spam-summary-prepare): Change to use the new spam-old-articles
12287 variable.
12288 (spam-copy-or-move-routine, spam-copy-spam-routine)
12289 (spam-move-spam-routine, spam-copy-ham-routine)
12290 (spam-move-ham-routine): Add code to copy/move ham or spam.
12291 (spam-fetch-field-fast): Improve doc and code, plus allow the
12292 'number request.
12293 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
12294 variables.
12295 (spam-split, spam-find-spam): Use the new backend code.
12296 (spam-registration-functions): Remove variable.
12297 (spam-unregister-routine): Add convenience wrapper.
12298 (spam-log-undo-registration, spam-register-routine)
12299 (spam-log-processing-to-registry)
12300 (spam-log-unregistration-needed-p): Rename "check" to "backend"
12301 where possible.
12302 (spam-check-gmane-xref, spam-check-regex-headers)
12303 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
12304 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
12305 (spam-check-bogofilter-headers, spam-check-spamoracle)
12306 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
12307 (spam-check-crm114-headers): Use the spam-split-group that
12308 spam-split prepares, no need to determine it every time.
12309
12310 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
12311 to the nnheader-parse-naked-head call.
12312
12313 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
12314
12315 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
12316 the nnheader-nov-read-message-id call.
12317
123182004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
12319
12320 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
12321 gnus-activate-group twice. Suggested by Markus Peter
12322 <warp@spin.de>.
12323
123242004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
12325
12326 * gnus-art.el (gnus-article-time-format): Exchange the order of
12327 day and month in the default value; fix customization type.
12328 (article-date-ut): Use add-text-properties.
12329 (article-make-date-line): Use message-make-date instead of
12330 current-time-string.
12331
12332 * message.el (message-fetch-field): Don't use set-text-properties.
12333 (message-make-date): Simplify.
0f49874b 12334
01c52d31 123352004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 12336
01c52d31
MB
12337 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
12338 (rfc2047-encode-region): Treat text within parentheses as special;
12339 show the original text when error has occurred.
0f49874b 12340
01c52d31
MB
12341 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
12342 already-computed method to gnus-activate-group.
0f49874b 12343
01c52d31
MB
12344 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
12345 same select-methods identical Lisp objects.
0f49874b 12346
01c52d31
MB
12347 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
12348 object when modifying the info.
0f49874b 12349
01c52d31 123502004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 12351
01c52d31
MB
12352 * gnus-srvr.el (gnus-server-set-info): Remove the server from
12353 gnus-opened-servers since it has never been opened with the new
12354 configuration yet.
0f49874b 12355
01c52d31 123562004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 12357
01c52d31
MB
12358 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
12359 arg to nnheader-generate-fake-message-id.
0f49874b 12360
01c52d31 123612004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
ca0a6900 12362
01c52d31
MB
12363 * nnheader.el (nnheader-generate-fake-message-id): Accept a
12364 number and build a fake message ID localized to a group and
12365 article number (so it's repeatable from that point on).
cc4a96c6 12366 (nnheader-fake-message-id-p): Change regex to accommodate new fake
01c52d31 12367 ID format.
ca0a6900 12368
01c52d31
MB
12369 * gnus-sum.el (gnus-get-newsgroup-headers): Call
12370 nnheader-generate-fake-message-id with the article number.
ca0a6900 12371
01c52d31 123722004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
a21fb88e 12373
01c52d31
MB
12374 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
12375 end-of-buffer.
a21fb88e 12376
01c52d31 123772004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
a21fb88e 12378
01c52d31 12379 * message.el (message-ignored-supersedes-headers): Add Approved.
a21fb88e 12380
01c52d31 123812004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
bfe5418b 12382
01c52d31
MB
12383 * rfc2047.el (rfc2047-encode-message-header): Remove useless
12384 goto-char.
12385 (rfc2047-encode): Fold the line before encoding.
bfe5418b 12386
01c52d31 123872004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
d4755e04 12388
01c52d31
MB
12389 * rfc2047.el (rfc2047-encode-message-header): Disabled header
12390 folding -- not all headers can be folded, and this should be done
12391 by the message composition mode. Probably. I think.
d4755e04 12392
01c52d31 123932004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
95f75c75 12394
01c52d31
MB
12395 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
12396 fast.
95f75c75 12397
01c52d31
MB
12398 * gnus-ems.el (gnus-remove-image): Don't use
12399 message-text-with-property; remove only the image found first.
4a43ee9b 12400
01c52d31 124012004-06-09 Jesper Harder <harder@ifa.au.dk>
4a43ee9b 12402
01c52d31 12403 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
4a43ee9b 12404
01c52d31 124052004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
4a43ee9b 12406
01c52d31
MB
12407 * message.el (message-text-with-property): Make it fast and accept
12408 optional arguments.
12409 (message-strip-forbidden-properties): Use it.
12410 (message-fix-before-sending): Follow the m-t-w-p change.
4a43ee9b 12411
01c52d31 12412 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
4a43ee9b 12413
01c52d31 124142004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
4a43ee9b 12415
01c52d31
MB
12416 * gnus-art.el (article-hide-headers): Don't change the buffer
12417 mistakenly when performing mml-preview even if
12418 gnus-single-article-buffer is nil.
4a43ee9b 12419
01c52d31 124202004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
4a43ee9b 12421
01c52d31
MB
12422 * message.el (message-expand-name-databases): New user option.
12423 (message-expand-name): Use it.
4a43ee9b 12424
01c52d31 124252004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
4a43ee9b 12426
01c52d31
MB
12427 * spam.el (spam-report-articles-resend)
12428 (spam-report-resend-register-routine): Allow ham reporting.
12429 (spam-report-resend-register-ham-routine): Add wrapper.
12430 (spam-registration-functions): Add ham resending functions.
12431 (spam-list-of-processors): Add ham resend processor.
4a43ee9b 12432
01c52d31
MB
12433 * gnus.el (ham-resend-to): Add new group parameter.
12434 (spam-process): Add ham resend option.
4a43ee9b 12435
01c52d31
MB
12436 * spam-report.el (spam-report-resend): Allow reporting ham.
12437 (spam-report-resend-ham): Add wrapper.
4a43ee9b 12438
01c52d31 124392004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4a43ee9b 12440
01c52d31
MB
12441 * message.el (message-cite-articles-with-x-no-archive): New
12442 variable.
12443 (message-cite-original): Use it.
4a43ee9b 12444
01c52d31 124452004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
e9bd5782 12446
01c52d31 12447 * message.el (message-cite-original): Respect X-No-Archive.
e9bd5782 12448
01c52d31 124492004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
e9bd5782 12450
01c52d31
MB
12451 * gnus-art.el (article-hide-headers): Refer to the values for
12452 gnus-ignored-headers and gnus-visible-headers in the summary
12453 buffer since a user may have set them as group parameters.
cfcd5c91 12454
01c52d31 124552004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
cfcd5c91 12456
01c52d31
MB
12457 * assistant.el (assistant-node-name): Add convenience function.
12458 (assistant-render-text, assistant-render-node): Add error handling,
12459 plus handle multiple next nodes.
12460 (assistant-find-next-node): Comment out for now.
12461 (assistant-find-next-nodes): Add function, returns list of next
12462 nodes.
12463
124642004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
12465
12466 * mail-source.el (mail-source-directory): Fix doc-string.
12467
124682004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
12469
12470 * assistant.el (assistant-render-text, assistant-eval): Add :set
12471 widget type, which is different because it takes and returns a
12472 list. Much hilarity ensues.
12473
124742004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
12475
12476 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
12477
12478 * gnus-group.el (gnus-group-get-new-news-this-group): Added
12479 doc-string.
12480
12481 * gnus-start.el (gnus-activate-group): Added doc-string.
12482
124832004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
12484
12485 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
12486
124872004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
12488
12489 * assistant.el (assistant-render-text): Try to add a :set
12490 widget, more to come.
12491
12492 * spam.el (spam-group-spam-contents-p): Handle empty groupname
12493 strings.
12494 (spam-report-articles-resend)
12495 (spam-register-routine): Do registration iff any articles warrant
12496 it.
12497 (spam-summary-prepare-exit): Change log message for nil group
12498 destinations.
12499
125002004-05-27 Daniel Pittman <daniel@rimspace.net>
12501
12502 * spam.el (spam-report-resend-register-routine): Allow
12503 spam-report-resend-to to be a group parameter or a global value.
12504
125052004-05-26 Simon Josefsson <jas@extundo.com>
12506
12507 * starttls.el: Merge with my GNUTLS based starttls.el.
12508 (starttls-gnutls-program, starttls-use-gnutls)
12509 (starttls-extra-arguments, starttls-process-connection-type)
12510 (starttls-connect, starttls-failure, starttls-success): New
12511 variables.
12512 (starttls-program, starttls-extra-args): Doc fix.
12513 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
12514 functions.
12515 (starttls-negotiate, starttls-open-stream): Check
12516 `starttls-use-gnutls' and pass on to corresponding *-gnutls
12517 function if it is set.
12518
125192004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
12520
12521 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
12522 structured fields.
12523
125242004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
12525
12526 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
12527
125282004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
12529
12530 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
12531 variable.
12532 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
12533 assigning the spam-mark to new messages.
12534
880820fe 125352004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
01c52d31 12536
c4cc8b9a 12537 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
01c52d31
MB
12538
125392004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
12540
12541 * rfc2047.el (rfc2047-encodable-p): Don't move point.
12542 (rfc2047-decode): Treat the ascii coding-system as raw-text by
12543 default.
12544
125452004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
12546
002876ab 12547 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
01c52d31
MB
12548 correct data.
12549
125502004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
12551
12552 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
12553 (spam-group-processor-p): Fix function.
12554 (spam-group-processor-multiple-p)
12555 (spam-group-spam-processor-report-gmane-p)
12556 (spam-group-spam-processor-report-resend-p)
12557 (spam-group-spam-processor-bogofilter-p)
12558 (spam-group-spam-processor-blacklist-p)
12559 (spam-group-spam-processor-ifile-p)
12560 (spam-group-ham-processor-ifile-p)
12561 (spam-group-spam-processor-spamoracle-p)
12562 (spam-group-spam-processor-crm114-p)
12563 (spam-group-ham-processor-bogofilter-p)
12564 (spam-group-spam-processor-stat-p)
12565 (spam-group-ham-processor-stat-p)
12566 (spam-group-ham-processor-whitelist-p)
12567 (spam-group-ham-processor-BBDB-p)
12568 (spam-group-ham-processor-spamoracle-p)
12569 (spam-group-ham-processor-copy-p): Remove functions with some
12570 prejudice against unneeded code.
12571 (spam-report-articles-resend)
12572 (spam-report-resend-register-routine): Allow the group/topic
12573 spam-resend-to value to override spam-report-resend-to.
12574 (spam-summary-prepare-exit): Invoke spam-group-processor-p
12575 properly now.
12576
12577 * gnus.el (spam-resend-to): Add group/topic parameter.
12578 (spam-process): Move the OBSOLETE processors to the end of the
12579 choices.
12580
125812004-05-24 Daniel Pittman <daniel@rimspace.net>
12582
12583 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
12584 with resend-to set to nil, and then ask the user if necessary.
12585 (spam-report-resend): spam-report-resend takes a list of articles, not
12586 separate article numbers.
12587
125882004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
12589
12590 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
12591 addition to emacs-w3m.
12592
125932004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12594
12595 * assistant.el (assistant-authinfo-data): New function.
12596 (assistant-eval): Eval for entire assistant.
12597
12598 * netrc.el (netrc-services-file): New variable.
12599 (netrc-parse-services): New function.
12600 (netrc-find-service-name): New function.
12601 (netrc-find-service-number): New function.
12602 (netrc-port-equal): New function.
12603 (netrc-machine): Use it.
12604
12605 * nnimap.el (nnimap-open-connection): Use netrc.
12606
12607 * gnus-util.el (gnus-netrc-get): Remove aliases.
12608
12609 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
12610
12611 * assistant.el (wid-edit): Fix compilation.
12612
12613 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
12614
126152004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
12616
12617 * gnus-util.el (gnus-set-file-modes): New function. (small
12618 patch).
12619
126202004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
cfcd5c91 12621
01c52d31 12622 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
cfcd5c91 12623
01c52d31
MB
12624 * assistant.el (assistant-render-node): Fix up rendering and
12625 read-only text.
12626 (assistant-render-node): Reset.
12627 (assistant-make-read-only): Not sticky.
cfcd5c91 12628
01c52d31 126292004-05-20 Danny Siu <dsiu@adobe.com>
cfcd5c91 12630
01c52d31
MB
12631 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
12632 centered even when gnus-auto-center-summary is t
cfcd5c91 12633
01c52d31 126342004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
cfcd5c91 12635
01c52d31
MB
12636 * dns.el (dns-get-txt-answer): New function.
12637 (dns-read-txt): Ditto.
12638 (query-dns): Use it.
cfcd5c91 12639
01c52d31 126402004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
cfcd5c91 12641
01c52d31
MB
12642 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
12643 active for foreign groups even if the group level is higher than
12644 the specified value.
cfcd5c91 12645
01c52d31 126462004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9ad41fb7 12647
01c52d31
MB
12648 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
12649 non-active groups.
9ad41fb7 12650
01c52d31 12651 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
b4e8a25b 12652
01c52d31 126532004-05-20 Magnus Henoch <mange@freemail.hu>
b4e8a25b 12654
01c52d31 12655 * dns.el (dns-read-type): Add support for SVR. (small patch)
b4e8a25b 12656
01c52d31 126572004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
ddfbe5db 12658
01c52d31
MB
12659 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
12660 (spam-crm114-header, spam-crm114-spam-switch)
12661 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
12662 (spam-crm114-positive-spam-header)
12663 (spam-crm114-database-directory, spam-list-of-processors)
12664 (spam-group-spam-processor-crm114-p)
12665 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
12666 (spam-generic-score, spam-list-of-checks)
12667 (spam-list-of-statistical-checks, spam-registration-functions)
12668 (spam-check-crm114-headers, spam-crm114-score)
12669 (spam-check-crm114, spam-crm114-register-with-crm114)
12670 (spam-crm114-register-spam-routine)
12671 (spam-crm114-unregister-spam-routine)
12672 (spam-crm114-register-ham-routine)
12673 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
880820fe 12674 asjo@koldfront.dk (Adam Sjøgren).
ddfbe5db 12675
01c52d31 12676 * gnus.el: Add spam-use-crm114.
d0859c9a 12677
01c52d31
MB
12678 * spam.el (spam-list-of-processors, spam-registration-functions):
12679 Add spam-use-resend.
12680 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
12681 (spam-report-articles-gmane): Add doc fix.
149cd465
JB
12682 (spam-report-articles-resend, spam-report-resend-register-routine):
12683 Add wrappers around spam-report-resend-to.
d0859c9a 12684
01c52d31
MB
12685 * spam-report.el (spam-report-resend-to, spam-report-resend):
12686 Add support for resending spam.
12687 (spam-report-gmane): Fix line length >80.
d0859c9a 12688
01c52d31 12689 * gnus.el (spam-process): Add spam-use-resend.
d0859c9a 12690
01c52d31 126912004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
d0859c9a 12692
01c52d31
MB
12693 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
12694 number of processed spam messages.
12695 (spam-ham-copy-or-move-routine): Return the number of processed
12696 ham messages.
12697 (spam-summary-prepare-exit): Use the above values to decide
12698 whether status messages shouled be displayed.
d0859c9a 12699
01c52d31 127002004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
d0859c9a 12701
01c52d31
MB
12702 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
12703 `rfc2047-encoding-function-alist' in order to avoid conflicting
12704 with the old version.
12705 (rfc2047-encode-region): Concatenate words containing non-ASCII
12706 characters in structured fields; don't encode space-delimited
12707 ASCII words even in unstructured fields; don't break words at
12708 char-category boundaries.
12709 (rfc2047-encode-1): New function.
12710 (rfc2047-encode): Use it; encode text so that it occupies the
12711 maximum width within 76-column; work correctly on Q encoding for
12712 iso-2022-* charsets.
12713 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
12714 sure not to break a line just after the header name.
12715 (rfc2047-b-encode-region): Removed.
12716 (rfc2047-b-encode-string): New function.
12717 (rfc2047-q-encode-region): Removed.
12718 (rfc2047-q-encode-string): New function.
d0859c9a 12719
01c52d31 12720 * mm-util.el (mm-replace-in-string): New function.
d0859c9a 12721
01c52d31 127222004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
d0859c9a 12723
01c52d31
MB
12724 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
12725 get it right.
12726 (gnus-inews-make-draft): Really.
d0859c9a 12727
01c52d31 127282004-05-19 Ben Menasha <bmenasha@benmenasha.net>
d0859c9a 12729
01c52d31
MB
12730 * nnmh.el (nnmh-request-list-1): Don't check the link count
12731 before descending. (small patch)
d0859c9a 12732
01c52d31 127332004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
d0859c9a 12734
01c52d31
MB
12735 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
12736 stuff.
6441d280 12737
01c52d31
MB
12738 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
12739 on real group name.
6441d280 12740
01c52d31 12741 * gnus-art.el (gnus-signature-limit): Doc fix.
8654e13a 12742
01c52d31 12743 * gnus-msg.el (gnus-inews-make-draft): Quote list.
8654e13a 12744
01c52d31 127452004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8654e13a 12746
01c52d31
MB
12747 * gnus-draft.el (gnus-draft-send): Bind
12748 rfc2047-encode-encoded-words.
8654e13a 12749
01c52d31
MB
12750 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
12751 (rfc2047-encodable-p): Say that =? needs encoding.
12752 (rfc2047-encode-encoded-words): New variable.
8654e13a 12753
01c52d31 12754 * gnus-group.el (gnus-group-select-group): Doc fix.
8654e13a 12755
01c52d31 12756 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
31640842 12757
01c52d31
MB
12758 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
12759 to nil.
31640842 12760
01c52d31 12761 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
31640842 12762
01c52d31 12763 * nnheader.el (nnheader-get-lines-and-char): New function.
31640842 12764
01c52d31 127652004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
61b397cd 12766
01c52d31
MB
12767 * gnus-msg.el (gnus-summary-followup-with-original): Document
12768 yanking of region when active.
61b397cd 12769
01c52d31 127702004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
61b397cd 12771
01c52d31
MB
12772 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
12773 groups if the group level is higher than the specified value.
31640842 12774
01c52d31 127752004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
cd01ded9 12776
01c52d31
MB
12777 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
12778 (gnus-group-jump-to-group): Added prefix argument using
12779 `gnus-group-jump-to-group-prompt'. Query before jumping to
12780 non-active group.
cd01ded9 12781
01c52d31
MB
12782 * compface.el (uncompface): Be verbose when changing
12783 `uncompface-use-external'.
850c333d 12784
01c52d31
MB
12785 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
12786 handle manual section.
850c333d 12787
01c52d31 127882004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
ff5e68bf 12789
01c52d31 12790 * gnus-art.el (gnus-button-alist): Revert previous change.
ff5e68bf 12791
01c52d31 127922004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
ff5e68bf 12793
01c52d31 12794 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
ff5e68bf 12795
01c52d31 127962004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6a748eda 12797
01c52d31
MB
12798 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
12799 whether backend can accept message.
6a748eda 12800
01c52d31 12801 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9d9b0de9 12802
01c52d31 128032004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
9d9b0de9 12804
01c52d31
MB
12805 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
12806 Avoid creating directory when nntp-marks-is-evil is true.
12807 Reported by Reiner Steib.
9a89f5b0 12808
01c52d31 128092004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
9a89f5b0 12810
01c52d31
MB
12811 * gnus-picon.el (gnus-picon-style): New variable.
12812 (gnus-picon-insert-glyph): Added optional `nostring' argument.
12813 (gnus-picon-transform-address): Support `gnus-picon-style'. From
12814 Jesper Harder <harder@ifa.au.dk>.
91472578 12815
01c52d31 128162004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 12817
01c52d31
MB
12818 * message.el (message-fill-field): Return point.
12819 (message-generate-headers): Go to end of field.
91472578 12820
01c52d31
MB
12821 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
12822 stuff for non-living groups.
91472578 12823
01c52d31 128242004-05-18 Jesper Harder <harder@ifa.au.dk>
91472578 12825
01c52d31
MB
12826 * gnus-art.el (gnus-article-followup-with-original)
12827 (gnus-article-reply-with-original): gnus-mark-active-p ->
12828 gnus-region-active-p.
91472578 12829
01c52d31 128302004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
91472578 12831
01c52d31
MB
12832 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
12833 only when there is spam or ham to be processed.
91472578 12834
01c52d31 128352004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 12836
01c52d31
MB
12837 * mail-source.el (mail-source-delete-crash-box): Refactor.
12838 (mail-source-fetch): Use it.
12839 (mail-source-fetch-file): Ditto.
12840 (mail-source-fetch-directory): Run postscript in loop.
12841 (mail-source-fetch-pop): Delete.
12842 (mail-source-fetch-maildir): Ditto.
12843 (mail-source-fetch-imap): Ditto.
91472578 12844
01c52d31 12845 * imap.el (imap-authenticators): Comment out sasl.
91472578 12846
01c52d31
MB
12847 * message.el (message-skip-to-next-address): New function.
12848 (message-fill-header-address): Refactor.
12849 (message-fill-address): Use it.
12850 (message-delete-address): Use it.
12851 (message-fill-header-general): Refactor.
12852 (message-fill-field-address): Rename.
12853 (message-narrow-to-field): Find the start of the header.
12854 (message-header-format-alist): Don't pre-fill.
12855 (message-fill-header): Removed.
12856 (message-insert-header): New function.
12857 (message-shorten-references): Use it.
91472578 12858
01c52d31 12859 * rfc2047.el (rfc2047-field-value): Strip props.
91472578 12860
01c52d31 12861 * mail-parse.el (mail-header-make-address): New alias.
91472578 12862
01c52d31 12863 * ietf-drums.el (ietf-drums-make-address): New function.
91472578 12864
01c52d31 12865 * imap.el: Add compiler directives.
91472578 12866
01c52d31 12867 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
91472578 12868
01c52d31
MB
12869 * gnus-art.el (article-decode-idna-rhs): Don't use
12870 message-idna-inside-rhs-p.
91472578 12871
01c52d31 128722004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 12873
01c52d31
MB
12874 * message.el (message-idna-inside-rhs-p): Removed.
12875 (message-idna-to-ascii-rhs-1): Use proper address parsing.
1b155fbd 12876
01c52d31
MB
12877 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
12878 false positives.
1b155fbd 12879
ce058493 128802004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
91472578 12881
01c52d31 12882 * imap.el (imap-sasl-make-mechanisms): Use sasl.
91472578 12883
01c52d31 128842004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 12885
ce058493 12886 * nneething.el (nneething-file-name): Don't create spurious
01c52d31 12887 files.
91472578 12888
01c52d31
MB
12889 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
12890 (gnus-inews-do-gcc): Remove sleep.
498063ec 12891
01c52d31
MB
12892 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
12893 part under point.
498063ec 12894
01c52d31
MB
12895 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
12896 (gnus-agent-regenerate-group): Using nil messages aren't valid.
498063ec 12897
01c52d31 128982004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
498063ec 12899
01c52d31 12900 * spam.el (spam-summary-prepare-exit): Fixed (length).
498063ec 12901
01c52d31 129022004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
498063ec 12903
01c52d31
MB
12904 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
12905 as expired without moving it" message when there are spam
12906 messages left.
498063ec 12907
01c52d31 129082004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
707f2b38 12909
002876ab 12910 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
01c52d31 12911 header is not nil.
707f2b38 12912
01c52d31 129132004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
10ace8ea 12914
01c52d31
MB
12915 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
12916 nntp-possibly-create-directory, not nntp-possibly-change-group.
12917 (nntp-marks-changed-p): New arg SERVER.
12918 (nntp-request-update-info): Adjust caller.
10ace8ea 12919
01c52d31 129202004-05-14 Kai Grossjohann <kai@emptydomain.de>
10ace8ea 12921
01c52d31 12922 * nntp.el (nntp-save-marks): Pass missing arg.
10ace8ea 12923
01c52d31 129242004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
10ace8ea 12925
01c52d31
MB
12926 * nntp.el: Support marks.
12927 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
12928 (nntp-marks-modtime, nntp-marks-directory): New variables.
12929 (nntp-request-set-mark, nntp-request-update-info)
12930 (nntp-possibly-create-directory, nntp-marks-changed-p)
12931 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
12932 functions.
10ace8ea 12933
01c52d31 129342004-05-12 Jesper Harder <harder@ifa.au.dk>
10ace8ea 12935
01c52d31
MB
12936 * gnus-score.el (gnus-score-insert-help): Use
12937 gnus-select-lowest-window.
10ace8ea 12938
01c52d31
MB
12939 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
12940 appt-select-lowest-window and rename to gnus-select-lowest-window.
10ace8ea 12941
01c52d31 12942 * gnus.el: do.
10ace8ea 12943
01c52d31 129442004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10ace8ea 12945
01c52d31
MB
12946 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
12947 encodings of MIME-encoded words, in order to improve
12948 interoperability with several broken MUAs.
10ace8ea 12949
01c52d31 129502004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
f3f7f80c 12951
01c52d31
MB
12952 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
12953 tags, only when charsets are not specified in headers.
12954 (mm-inline-text-html-render-with-w3m): Ditto.
f3f7f80c 12955
01c52d31 129562004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
0302b80e 12957
01c52d31
MB
12958 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
12959 instead of MIME-decoded from fields when checking
12960 `gnus-article-address-banner-alist'.
0302b80e 12961
01c52d31 129622004-05-03 Jesper Harder <harder@ifa.au.dk>
fa9a04e1 12963
01c52d31
MB
12964 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
12965 description rather than subject.
fa9a04e1 12966
01c52d31 129672004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
fa9a04e1 12968
01c52d31 12969 * gnus.el (gnus-version-number): Bump.
fa9a04e1 12970
01c52d31 129712004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
fa9a04e1 12972
01c52d31 12973 * gnus.el: No Gnus v0.2 is released.
fa9a04e1 12974
01c52d31 129752004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
fa9a04e1 12976
01c52d31
MB
12977 * gnus-agent.el (gnus-agent-read-agentview): Inline
12978 gnus-uncompress-range.
fa9a04e1 12979
01c52d31 129802004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
fa9a04e1 12981
01c52d31
MB
12982 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
12983 `exec-installed-p'.
fa9a04e1 12984
01c52d31 129852004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
fa9a04e1 12986
01c52d31
MB
12987 * gnus.el (spam-process, spam-autodetect-methods): Add
12988 bsfilter and bsfilter-headers.
fa9a04e1 12989
01c52d31
MB
12990 * spam.el (spam-bsfilter): New customize group.
12991 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
12992 (spam-bsfilter-header, spam-bsfilter-probability-header)
12993 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
12994 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
12995 (spam-bsfilter-database-directory): New options.
12996 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
12997 (spam-list-of-statistical-checks, spam-registration-functions):
12998 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
12999 (spam-bsfilter-score): New command.
13000 (spam-check-bsfilter-headers, spam-check-bsfilter)
13001 (spam-bsfilter-register-with-bsfilter)
13002 (spam-bsfilter-register-spam-routine)
13003 (spam-bsfilter-unregister-spam-routine)
13004 (spam-bsfilter-register-ham-routine)
13005 (spam-bsfilter-unregister-ham-routine): New functions.
13006 (spam-generic-score): Support bsfilter; Accept an optional argument
13007 to recalcurate spam score even if scoring header has already been
13008 added.
13009 (spam-bogofilter-score, spam-spamassassin-score): Accept an
13010 optional argument to recalcurate spam score even if scoring header
13011 has already been added.
bf68d4e6 13012
01c52d31 130132004-04-29 Jesper Harder <harder@ifa.au.dk>
bf68d4e6 13014
01c52d31
MB
13015 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13016 strings! Reported by David D. Smith <davidsmith@acm.org>.
13017 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13018 link is missing.
f66ce3b9 13019
01c52d31 130202004-04-28 Jesper Harder <harder@ifa.au.dk>
f66ce3b9 13021
01c52d31
MB
13022 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13023 (html2text-get-attr): Rewrite.
14f56b66 13024
01c52d31
MB
13025 * message.el (message-setup-1): Remove redundant put-text-property
13026 on mail-header-separator.
14f56b66 13027
01c52d31 130282004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
ec3c4a4c 13029
01c52d31
MB
13030 * gnus-registry.el (gnus-registry-cache-whitespace)
13031 (gnus-registry-action, gnus-registry-spool-action)
13032 (gnus-registry-split-fancy-with-parent): Change message levels
13033 from 5 to 3 or 7, as needed.
ec3c4a4c 13034
01c52d31
MB
13035 * spam.el (spam-summary-prepare-exit)
13036 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13037 (spam-split, spam-find-spam, spam-log-undo-registration)
13038 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13039 level from 5 to 6.
5f5475ac 13040
01c52d31 130412004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
5f5475ac 13042
01c52d31
MB
13043 * gnus-ems.el: Autoload appt-select-lowest-window (revert
13044 2004-03-04 change).
5f5475ac 13045
01c52d31 130462004-04-25 Jesper Harder <harder@ifa.au.dk>
2fd561a9 13047
c9e31f32
SM
13048 * sieve-manage.el (sieve-manage-open):
13049 * nnweb.el (nnweb-insert-html):
01c52d31 13050 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
c9e31f32
SM
13051 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13052 * nnspool.el (nnspool-request-group):
01c52d31 13053 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
c9e31f32 13054 * nnml.el (nnml-request-update-info):
01c52d31 13055 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
c9e31f32 13056 (nnmh-request-create-group, nnmh-update-gnus-unreads):
01c52d31 13057 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
c9e31f32
SM
13058 (nnimap-request-set-mark):
13059 * nnfolder.el (nnfolder-request-update-info):
01c52d31 13060 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
c9e31f32
SM
13061 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13062 * gnus-uu.el (gnus-uu-find-articles-matching):
01c52d31 13063 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
01c52d31 13064 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
c9e31f32
SM
13065 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13066 * gnus-nocem.el (gnus-nocem-scan-groups):
13067 * gnus-int.el (gnus-start-news-server):
01c52d31 13068 * gnus-group.el (gnus-group-make-kiboze-group)
c9e31f32
SM
13069 (gnus-group-browse-foreign-server):
13070 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13071 Use mapc when appropriate.
270a576a 13072
01c52d31 130732004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 13074
01c52d31 13075 FIXME: Make separate entries for each person.
270a576a 13076
01c52d31 13077 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
880820fe 13078 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
01c52d31 13079 <shields@msrl.com>:
270a576a 13080
01c52d31
MB
13081 * spam.el (spam-necessary-extra-headers): Get the extra headers we
13082 may need for spam sorting and scoring.
13083 (spam-user-format-function-S): Add user format function suitable for
13084 general use.
13085 (spam-article-sort-by-spam-status): Add sorting function for summary
13086 sorting.
13087 (spam-extra-header-to-number): Add function to get a score from a
13088 header.
13089 (spam-summary-score): Add function to get a numeric score from the
13090 headers.
c9e31f32 13091 (spam-generic-score): Fix function doc, was in wrong place.
01c52d31
MB
13092 (spam-initialize): Take symbols when it's run, and install the
13093 extra headers that spam-necessary-extra-headers thinks we need.
270a576a 13094
01c52d31 130952004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 13096
01c52d31 13097 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
880820fe 13098 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
270a576a 13099
01c52d31 131002004-04-17 Jesper Harder <harder@ifa.au.dk>
270a576a 13101
01c52d31
MB
13102 * gnus-sum.el (gnus-set-global-variables)
13103 (gnus-build-all-threads, gnus-get-newsgroup-headers)
13104 (gnus-article-get-xrefs, gnus-summary-best-group)
13105 (gnus-summary-next-article, gnus-summary-enter-digest-group)
13106 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
c9e31f32
SM
13107 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13108 Use with-current-buffer.
270a576a 13109
01c52d31 131102004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 13111
01c52d31
MB
13112 * spam.el (spam-summary-prepare-exit): Simplify logic.
13113 (spam-fetch-article-header): Read the article header if it's not
13114 available.
13115 (spam-list-articles): Simplify logic.
13116 (spam-filelist-register-routine): Fix bug with unregister-list.
270a576a 13117
01c52d31 13118 * gnus-registry.el: Fix comments at beginning.
270a576a 13119
01c52d31 131202004-04-16 Jesper Harder <harder@ifa.au.dk>
d31fa104 13121
01c52d31
MB
13122 * message.el (message-cater-to-broken-inn): Remove.
13123 (message-shorten-references): Make sure the total folded length of
13124 References is shorter than 998 characters to cater to a bug in INN
13125 2.3. Also, don't pretend that references aren't folded -- this
13126 hasn't worked for a while.
d31fa104 13127
01c52d31 131282004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
9b981cb6 13129
01c52d31
MB
13130 * gnus-agent.el (gnus-agentize):
13131 gnus-agent-send-mail-real-function no longer set to current value
13132 of message-send-mail-function but rather a lambda that calls
13133 message-send-mail-function. The change makes the agent real-time
13134 responsive to user changes to message-send-mail-function.
9b981cb6 13135
01c52d31 131362004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
9b981cb6 13137
01c52d31
MB
13138 * legacy-gnus-agent.el
13139 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13140 help from Florian Weimer <fw@deneb.enyo.de>
9b981cb6 13141
01c52d31 131422004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
56c30d72 13143
01c52d31 13144 * nnmail.el (nnmail-cache-insert): Revert last change.
56c30d72 13145
01c52d31 131462004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
f429956a 13147
01c52d31
MB
13148 * nnmail.el (nnmail-cache-insert): Always check whether
13149 nnmail-cache-ignore-groups matches a group name.
f429956a 13150
01c52d31 131512004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
5c243ee4 13152
01c52d31
MB
13153 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13154 (spam-find-spam, spam-log-processing-to-registry)
13155 (spam-log-registered-p, spam-log-unregistration-needed-p)
13156 (spam-log-undo-registration): Use gnus-message instead of
13157 gnus-error, none of these errors are fatal.
5c243ee4 13158
01c52d31
MB
13159 * gnus-registry.el (gnus-registry-clean-empty-function)
13160 (gnus-registry-clean-empty): Remove only empty entries without
13161 extra data.
aba1948a 13162
01c52d31 131632004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
aba1948a 13164
01c52d31
MB
13165 * spam-stat.el (spam-stat-buffer-change-to-spam)
13166 (spam-stat-buffer-change-to-non-spam): Change (error) to
13167 (gnus-message 8) invocation.
aba1948a 13168
01c52d31 131692004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
aba1948a 13170
01c52d31
MB
13171 * nntp.el (nntp-via-netcat-command): New variable.
13172 (nntp-via-netcat-switches): New variable.
13173 (nntp-open-via-rlogin-and-netcat): New function.
13174 (nntp-open-connection-function): Doc fix.
13175 (nntp-telnet-command): Doc fix.
13176 (nntp-end-of-line): Doc fix.
13177 (nntp-via-rlogin-command): Doc fix.
13178 (nntp-via-user-name): Doc fix.
13179 (nntp-via-address): Doc fix.
aba1948a 13180
01c52d31 131812004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
aba1948a 13182
01c52d31
MB
13183 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13184 error in Emacs 21.1.
ddff82cf 13185
01c52d31 131862004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
ddff82cf 13187
01c52d31 13188 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
112d84ef 13189
01c52d31 131902004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
540992fa 13191
01c52d31
MB
13192 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
13193 (gnus-agent-with-refreshed-group): New macro.
13194 (gnus-agent-rename-group): New function.
13195 (gnus-agent-delete-group): New function.
13196 (gnus-agent-save-group-info): Use gnus-command-method when
13197 `method' parameter is nil. Don't write nil entries into the
13198 active file.
13199 (gnus-agent-get-group-info): New function.
13200 (gnus-agent-fetch-articles): Use
13201 gnus-agent-update-files-total-fetched-for to increment disk space
13202 used.
13203 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
13204 gnus-agent-update-view-total-fetched-for to increment disk space
13205 used.
13206 (gnus-agent-get-local): Added optional parameters to avoid calling
13207 gnus-group-real-name and gnus-find-method-for-group.
13208 (gnus-agent-set-local): Delete stored entry if either min, or max,
13209 are nil.
13210 (gnus-agent-fetch-session): Reworded error/quit messages. On
b643362c 13211 quit, use gnus-agent-regenerate-group to record existence of any
01c52d31
MB
13212 articles fetched to disk before the quit occurred.
13213 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
13214 gnus-agent-update-view-total-fetched-for, and
13215 gnus-agent-update-files-total-fetched-for to decrement disk space
13216 used.
13217 (gnus-agent-retrieve-headers): Use
13218 gnus-agent-update-view-total-fetched-for to increment disk space
13219 used.
13220 (gnus-agent-regenerate-group): Replace gnus-group-update-group
13221 with gnus-agent-update-files-total-fetched-for to decrement disk
13222 space and fresh group buffer.
13223 (gnus-agent-inhibit-update-total-fetched-for): New variable.
13224 (gnus-agent-need-update-total-fetched-for): New variable.
13225 (gnus-agent-update-files-total-fetched-for): New function.
13226 (gnus-agent-update-view-total-fetched-for): New function.
13227 (gnus-agent-total-fetched-for): New function.
13228
13229 * gnus-cache.el (gnus-cache-save-buffers): Use
13230 gnus-cache-update-overview-total-fetched-for to change disk space
13231 used by this group.
13232 (gnus-cache-possibly-enter-article): Use
13233 gnus-cache-update-file-total-fetched-for to increment disk space
13234 used by this group.
13235 (gnus-cache-possibly-remove-article): Use
13236 gnus-cache-update-file-total-fetched-for to decrement disk space
13237 used by this group.
13238 (gnus-cache-generate-nov-databases): Purge total fetched cache.
13239 (gnus-cache-rename-group): New function.
13240 (gnus-cache-delete-group): New function.
13241 (gnus-cache-inhibit-update-total-fetched-for): New variable.
13242 (gnus-cache-need-update-total-fetched-for): New variable.
13243 (gnus-cache-with-refreshed-group): New macro.
13244 (gnus-cache-update-file-total-fetched-for): New function.
13245 (gnus-cache-update-overview-total-fetched-for): New function.
13246 (gnus-cache-rename-group-total-fetched-for): New function.
13247 (gnus-cache-delete-group-total-fetched-for): New function.
13248 (gnus-cache-total-fetched-for): New function.
112d84ef 13249
01c52d31
MB
13250 * gnus-group.el: Require gnus-sum and autoload functions to
13251 resolve warnings when gnus-group.el compiled alone.
c4cc8b9a 13252 (gnus-group-line-format): Documented new %F.
01c52d31
MB
13253 (size of Fetched data) group line format; identifies disk space
13254 used by agent and cache.
13255 (gnus-group-line-format-alist): Defined new F format.
13256 (gnus-total-fetched-for): New function.
13257 (gnus-group-delete-group): No longer update
13258 gnus-cache-active-altered as gnus-request-delete-group now keeps
13259 the cache in sync.
13260 (gnus-group-list-active): Let the agent store a server's active
13261 list if currently plugged.
2f7717f6 13262
c9e31f32
SM
13263 * gnus-int.el (gnus-request-delete-group):
13264 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
01c52d31 13265 local disk in sync with the server.
c9e31f32
SM
13266 (gnus-request-rename-group):
13267 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
01c52d31 13268 local disk in sync with the server.
2f7717f6 13269
c9e31f32
SM
13270 * gnus-start.el (gnus-get-unread-articles):
13271 Cosmetic simplification to logic.
c44edf72 13272
01c52d31 13273 * gnus-util.el (gnus-rename-file): New function.
c44edf72 13274
01c52d31 132752004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
c44edf72 13276
01c52d31 13277 * mm-util.el (mm-image-load-path): Handle nil in load-path.
aa0a8561 13278
01c52d31 132792004-04-07 Jesper Harder <harder@ifa.au.dk>
aa0a8561 13280
01c52d31
MB
13281 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
13282 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
aa0a8561 13283
01c52d31 132842004-04-06 Jesper Harder <harder@ifa.au.dk>
aa0a8561 13285
01c52d31
MB
13286 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
13287 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
aa0a8561 13288
01c52d31 132892004-04-03 Jesper Harder <harder@ifa.au.dk>
aa0a8561 13290
01c52d31 13291 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
aa0a8561 13292
01c52d31 132932004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
aa0a8561 13294
01c52d31
MB
13295 * spam.el (spam-set-difference): Add function to replace
13296 gnus-set-difference in spam.el.
13297 (spam-summary-prepare-exit): Use spam-set-difference.
aa0a8561 13298
01c52d31 132992004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
aa0a8561 13300
01c52d31
MB
13301 * gnus-registry.el (gnus-registry-cache-file): Update to use
13302 gnus-dribble-directory OR gnus-home-directory OR ~.
13303 (gnus-registry-split-fancy-with-parent): Fix doc.
aa0a8561 13304
01c52d31 133052004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
aa0a8561 13306
01c52d31
MB
13307 * message.el (message-exchange-point-and-mark): Use
13308 message-mark-active-p. Suggested by Jesper Harder
13309 <harder@ifa.au.dk>.
45893b95 13310
01c52d31 133112004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
45893b95 13312
01c52d31
MB
13313 * message.el (message-exchange-point-and-mark): Don't activate
13314 region if it was inactive. Suggested by Hiroshi Fujishima
13315 <pooh@nature.tsukuba.ac.jp>.
734c5765 13316
01c52d31 133172004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
734c5765 13318
01c52d31
MB
13319 * gnus-art.el (article-display-face): Display Faces in the same
13320 order as X-Faces.
734c5765 13321
01c52d31 133222004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 13323
01c52d31 13324 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
ad136a7c 13325
01c52d31 133262004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 13327
01c52d31
MB
13328 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
13329 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
13330 (gnus-article-mime-hierarchy): Remove.
13331 (gnus-article-mime-hierarchy-next): Remove.
13332 (gnus-article-mode): Revert 2004-03-19 change.
13333 (gnus-article-setup-buffer): Revert 2004-03-19 change.
13334 (gnus-insert-mime-button): Revert 2004-03-19 change.
13335 (gnus-mime-accumulate-hierarchy): Remove.
13336 (gnus-mime-enter-multipart): Remove.
149cd465 13337 (gnus-mime-leave-multipart): Remove.
01c52d31
MB
13338 (gnus-mime-display-part): Revert 2004-03-19 change.
13339 (gnus-mime-display-alternative): Revert 2004-03-19 change.
ad136a7c 13340
01c52d31 13341 * mml.el (mml-preview): Revert 2004-03-19 change.
ad136a7c 13342
01c52d31 133432004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
ad136a7c 13344
01c52d31 13345 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
ad136a7c 13346
01c52d31 133472004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 13348
01c52d31
MB
13349 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
13350 t while entering a file name using the mm-with-multibyte macro.
13351 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
ad136a7c 13352
01c52d31 13353 * mm-util.el (mm-with-multibyte): New macro.
ad136a7c 13354
01c52d31 133552004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 13356
01c52d31
MB
13357 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
13358 user option.
13359 (gnus-mime-multipart-functions): Doc and customization fix.
13360 (gnus-article-mime-hierarchy): New variable.
13361 (gnus-article-mime-hierarchy-next): New variable.
13362 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
13363 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
13364 gnus-article-mime-hierarchy-next to nil.
13365 (gnus-insert-mime-button): Show hierarchy numbers.
13366 (gnus-mime-accumulate-hierarchy): New function.
13367 (gnus-mime-enter-multipart): New function.
13368 (gnus-mime-leave-multipart): New function.
13369 (gnus-mime-display-part): Recompute hierarchical MIME structure.
13370 (gnus-mime-display-alternative): Show hierarchy numbers.
ad136a7c 13371
01c52d31
MB
13372 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
13373 gnus-article-mime-hierarchy-next to nil.
ad136a7c 13374
01c52d31 133752004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
ad136a7c 13376
01c52d31 13377 * dns.el: Don't require gnus-xmas.
ad136a7c 13378
01c52d31 133792004-03-17 Jesper Harder <harder@ifa.au.dk>
ad136a7c 13380
01c52d31
MB
13381 * mml.el (mml-generate-mime-1): Don't use format=flowed with
13382 inline PGP.
13383 (mml-menu): Disable mml-quote-region if mark is inactive.
ad136a7c 13384
01c52d31 133852004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 13386
01c52d31
MB
13387 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
13388 when the group's active is not available.
ad136a7c 13389
01c52d31 133902004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 13391
01c52d31
MB
13392 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
13393 error.
ad136a7c 13394
01c52d31 133952004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
ad136a7c 13396
01c52d31
MB
13397 * imap.el (imap-store-password): New variable.
13398 (imap-interactive-login): Use it.
13399 Suggested by Mark Plaksin <happy@mcplaksin.org>.
ad136a7c 13400
01c52d31 134012004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 13402
01c52d31
MB
13403 * gnus-art.el (gnus-article-read-summary-keys): Restore new
13404 window-start and hscroll to summary window.
ad136a7c 13405
01c52d31 134062004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
ad136a7c 13407
01c52d31
MB
13408 * gnus-start.el (gnus-convert-old-newsrc): Only write the
13409 conversion message to newsrc-dribble when an actual conversion is
13410 performed.
ad136a7c 13411
01c52d31 134122004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
ad136a7c 13413
01c52d31 13414 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
ad136a7c 13415
01c52d31 134162004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 13417
01c52d31
MB
13418 * mm-decode.el (mm-complicated-handles): New function reviving
13419 former definition of mm-multiple-handles.
49561cf6 13420
01c52d31
MB
13421 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13422 (gnus-mime-delete-part): Use it.
49561cf6 13423
01c52d31 134242004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
87589a70 13425
01c52d31
MB
13426 * gnus-agent.el (gnus-agent-read-local): Bind
13427 nnheader-file-coding-system to gnus-agent-file-coding-system to
13428 avoid the implicit assumption that they will always be equal.
13429 (gnus-agent-save-local): Bind buffer-file-coding-system, not
13430 coding-system-for-write, as the with-temp-file macro first prints
13431 to a buffer then saves the buffer.
87589a70 13432
01c52d31 134332004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
c825ac9d 13434
01c52d31
MB
13435 * gnus-art.el (gnus-article-edit-part): New function.
13436 (gnus-mime-save-part-and-strip): Use it; do query instead of
13437 signaling an error; don't use mm-multiple-handles.
13438 (gnus-mime-delete-part): Ditto.
c825ac9d 13439
01c52d31 134402004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
ae465fa7 13441
01c52d31
MB
13442 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
13443 old file versions.
13444 (gnus-group-prepare-hook): Removed function that converted list
13445 form of gnus-agent-expire-days to group properties.
ae465fa7 13446
01c52d31
MB
13447 * gnus-int.el: Autoload gnus-agent-regenerate-group.
13448 (gnus-request-accept-article): Re-indented.
5f49be3f 13449
01c52d31
MB
13450 * gnus-start.el (gnus-convert-old-newsrc): Registered new
13451 converters to handle old agent file formats. Added logic for a
13452 "backup before upgrading warning".
13453 (gnus-convert-mark-converter-prompt): Developers can mark
13454 functions as needing (default), or not needing,
13455 gnus-convert-old-newsrc's "backup before upgrading warning".
13456 (gnus-convert-converter-needs-prompt): Tests whether the user
13457 should be protected from potentially irreversable changes by the
13458 function.
5f49be3f 13459
002876ab 13460 * legacy-gnus-agent.el: New. Provides converters that are only
01c52d31 13461 loaded when gnus-convert-old-newsrc needs to call them.
fb54e72e 13462
01c52d31 134632004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
fb54e72e 13464
01c52d31 13465 * mail-source.el (mail-source-touch-pop): Doc fix.
fb54e72e 13466
01c52d31 13467 * message.el (message-smtpmail-send-it): Doc fix.
0683d241 13468
01c52d31 134692004-03-05 Jesper Harder <harder@ifa.au.dk>
0683d241 13470
01c52d31 13471 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
1b155fbd 13472
01c52d31 13473 * nnmail.el (nnmail-split-fancy): do.
1b155fbd 13474
01c52d31 13475 * gnus-kill.el (gnus-kill, gnus-execute): do.
0683d241 13476
01c52d31 134772004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
0683d241 13478
01c52d31
MB
13479 * gnus-sum.el (gnus-widget-reversible-match)
13480 (gnus-widget-reversible-to-internal)
13481 (gnus-widget-reversible-to-external): New functions.
13482 (gnus-widget-reversible): New widget.
13483 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
0683d241 13484
01c52d31 134852004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
0683d241 13486
01c52d31
MB
13487 * gnus-sum.el (gnus-thread-sort-functions)
13488 (gnus-article-sort-functions): Document `(not F)' items.
0683d241 13489
01c52d31 134902004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
e2642250 13491
01c52d31
MB
13492 * spam.el (spam-use-gmane-xref): Add new backend.
13493 (spam-gmane-xref-spam-group): Add variable to control the name of the
13494 Gmane spam group.
13495 (spam-blackhole-servers, spam-blackhole-good-server-regex)
13496 (spam-regex-headers-spam, spam-regex-headers-ham)
13497 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
13498 (spam-list-of-checks): Add spam-use-gmane-xref to list of
13499 backends and checks.
13500 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
e2642250 13501
01c52d31
MB
13502 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
13503 an autodetect method.
e2642250 13504
01c52d31 135052004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
e2642250 13506
01c52d31
MB
13507 * gnus-int.el (gnus-request-accept-article): Inform the agent that
13508 articles are being added to a group.
13509 (gnus-request-replace-article): Inform the agent that articles
13510 need to be uncached as the cached contents are no longer valid.
e2642250 13511
01c52d31 135122004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
e2642250 13513
01c52d31 13514 * binhex.el: Don't autoload executable-find.
e2642250 13515
01c52d31 13516 * canlock.el: Don't autoload mail-fetch-field.
e2642250 13517
01c52d31 13518 * gnus-ems.el: Don't autoload appt-select-lowest-window.
e2642250 13519
01c52d31
MB
13520 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
13521 rmail-dont-reply-to and rmail-output.
e2642250 13522
01c52d31 13523 * gnus-score.el: Don't autoload ffap-string-at-point.
e2642250 13524
01c52d31 13525 * gnus-setup.el: Don't autoload sc-cite-original.
e2642250 13526
01c52d31
MB
13527 * imap.el: Don't autoload base64-decode-string,
13528 base64-encode-string and md5.
e2642250 13529
01c52d31
MB
13530 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
13531 and rmail-msg-restore-non-pruned-header.
e2642250 13532
01c52d31 13533 * mm-decode.el: Don't autoload executable-find.
e2642250 13534
01c52d31 13535 * mm-url.el: Don't autoload executable-find.
e2642250 13536
01c52d31 13537 * mm-view.el: Don't autoload diff-mode.
e2642250 13538
01c52d31
MB
13539 * nndb.el: Don't autoload news-reply-mode, news-setup,
13540 cancel-timer and telnet.
e2642250 13541
01c52d31 13542 * password.el: Don't autoload run-at-time for Emacs.
e2642250 13543
01c52d31 13544 * sha1-el.el: Don't autoload executable-find.
e2642250 13545
01c52d31 13546 * sieve-mode.el: Don't autoload c-mode.
e2642250 13547
01c52d31 13548 * uudecode.el: Don't autoload executable-find.
e2642250 13549
01c52d31 135502004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
e2642250 13551
01c52d31
MB
13552 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
13553 (gnus-agent-possibly-alter-active): Avoid null in numeric
13554 comparison.
13555 (gnus-agent-set-local): Refuse to save null in local object table.
13556 (gnus-agent-regenerate-group): The REREAD parameter can now be a
13557 list of articles that will be marked as unread.
e2642250 13558
01c52d31 135592004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
e2642250 13560
01c52d31 13561 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
e2642250 13562
01c52d31 135632004-03-04 Jesper Harder <harder@ifa.au.dk>
ba0226dd 13564
01c52d31
MB
13565 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
13566 language tags.
ba0226dd 13567
01c52d31 135682004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
e2642250 13569
01c52d31
MB
13570 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
13571 Don't bind "obarray".
5153a47a 13572
01c52d31
MB
13573 * gnus-sum.el (gnus-thread-sort-functions): Added
13574 `gnus-thread-sort-by-most-recent-number' and
13575 `gnus-thread-sort-by-most-recent-date'.
13576 Reported by Kai Grossjohann <kai@emptydomain.de>.
2a95505b 13577
01c52d31 135782004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5153a47a 13579
01c52d31 13580 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
5153a47a 13581
01c52d31 135822004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
5153a47a 13583
01c52d31
MB
13584 * gnus-cus.el (gnus-agent-customize-category): Removed
13585 ignore-errors macro reference that required cl to be loaded at
13586 run-time.
5153a47a 13587
01c52d31
MB
13588 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
13589 single-interval range of the form (min . max). Previously the
13590 range had to look like ((min . max)). Likewise, return
13591 (min . max) rather than ((min . max)).
13592 (gnus-range-map): Use gnus-range-normalize to accept
13593 single-interval range.
5153a47a 13594
01c52d31
MB
13595 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
13596 the cache, but not the agent, now appear with their usual face.
5153a47a 13597
01c52d31 135982004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
5153a47a 13599
01c52d31
MB
13600 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
13601 w3m-safe-url-regexp variable buffer-local.
86713405 13602
01c52d31 13603 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
86713405 13604
01c52d31 136052004-02-27 Simon Josefsson <jas@extundo.com>
86713405 13606
01c52d31
MB
13607 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
13608 gnus-group-real-prefix.
13609 (gnus-summary-move-article): Use it, instead of
13610 gnus-group-real-prefix.
86713405 13611
01c52d31 136122004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
d5ddd795 13613
01c52d31
MB
13614 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
13615 w3m-safe-url-regexp variable buffer-local and set it as the value
13616 of mm-w3m-safe-url-regexp.
d5ddd795 13617
01c52d31 13618 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
d5ddd795 13619
01c52d31
MB
13620 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
13621 parsing gnus-posting-styles when the message is not for replying.
d5ddd795 13622
01c52d31
MB
13623 * nnrss.el (nnrss-opml-export): Use
13624 mm-set-buffer-file-coding-system instead of
13625 set-buffer-file-coding-system.
54506618 13626
01c52d31 136272004-02-27 Jesper Harder <harder@ifa.au.dk>
54506618 13628
01c52d31
MB
13629 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
13630 of checkdoc.el).
13631 * nnrss.el: do.
13632 * gnus-mlspl.el: do.
13633 * gnus-ml.el: do.
13634 * gnus-srvr.el: do.
54506618 13635
01c52d31 13636 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
54506618 13637
01c52d31 136382004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
54506618 13639
01c52d31
MB
13640 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
13641 Corrections to custom-manual links.
54506618 13642
01c52d31 13643 * gnus-art.el (gnus-article): Ditto.
54506618 13644
01c52d31 13645 * mm-decode.el (mime-display, mime-security): Ditto.
54506618 13646
01c52d31 136472004-02-26 Jesper Harder <harder@ifa.au.dk>
54506618 13648
01c52d31 13649 * flow-fill.el: Typo.
54506618 13650
01c52d31 136512004-02-26 Andrew Cohen <cohen@andy.bu.edu>
49561cf6 13652
01c52d31 13653 * spam-wash.el: New file.
54506618 13654
01c52d31 136552004-02-26 Mark A. Hershberger <mah@everybody.org>
54506618 13656
01c52d31 13657 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
54506618 13658
01c52d31 136592004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
49561cf6 13660
01c52d31
MB
13661 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
13662 to be run with new-articles as LIST1, not LIST2.
13663 (spam-registration-functions): Add spam-use-ham-copy as a nil
13664 registration backend.
54506618 13665
01c52d31 136662004-02-26 Jesper Harder <harder@ifa.au.dk>
54506618 13667
01c52d31
MB
13668 * spam-stat.el (spam-stat-washing-hook): New option.
13669 (spam-stat-buffer-words): Use it.
13670 (spam-stat-process-directory, spam-stat-test-directory): Use
13671 insert-file-contents-literally.
13672 (spam-stat-coding-system): New variable.
13673 (spam-stat-load, spam-stat-save): Use it.
54506618 13674
01c52d31 136752004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 13676
01c52d31
MB
13677 * spam-report.el (spam-report-plug-agent): Quote
13678 spam-report-url-to-file and spam-report-url-ping-plain.
54506618 13679
01c52d31 136802004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
54506618 13681
01c52d31
MB
13682 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
13683 / in mailto URLs.
54506618 13684
01c52d31 136852004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
54506618 13686
01c52d31
MB
13687 * spam-report.el (spam-report-process-queue): Fix interactive use.
13688 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
13689 (spam-report-unplug-agent): Doc fixes.
13690 (spam-report-url-ping-mm-url, spam-report-url-to-file)
13691 (spam-report-agentize, spam-report-deagentize): Autoload
54506618 13692
01c52d31 136932004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 13694
01c52d31
MB
13695 * message.el (message-setup-fill-variables): Add mml tags to
13696 paragraph-start and paragraph-separate. Suggested by Andrew Korty
13697 <ajk@iu.edu>.
13698 (message-mode): Don't modify paragraph-separate there.
54506618 13699
01c52d31 137002004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 13701
01c52d31
MB
13702 * compface.el (uncompface-use-external): Default to undecided.
13703 (uncompface-use-external-threshold): New variable.
13704 (uncompface-float-time): New macro.
13705 (uncompface): Determine whether to use the external decoder if
13706 uncompface-use-external is undecided.
54506618 13707
01c52d31 137082004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
54506618 13709
01c52d31
MB
13710 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
13711 after images.
54506618 13712
01c52d31 13713 * gnus-art.el (gnus-mime-display-single): Remove dead code.
54506618 13714
01c52d31 137152004-02-14 Jesper Harder <harder@ifa.au.dk>
49561cf6 13716
01c52d31 13717 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
54506618 13718
002876ab 13719 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
54506618 13720
01c52d31
MB
13721 * gnus-sum.el (gnus-summary-limit-to-age)
13722 (gnus-summary-limit-children): do.
54506618 13723
01c52d31 13724 * gnus-int.el (gnus-request-scan): do.
54506618 13725
01c52d31 13726 * gnus-group.el (gnus-group-suspend): do.
54506618 13727
01c52d31 13728 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
54506618 13729
01c52d31 13730 * gnus-cite.el (gnus-cite-parse-attributions): do.
54506618 13731
01c52d31
MB
13732 * gnus-agent.el (gnus-summary-set-agent-mark)
13733 (gnus-agent-regenerate-group): do.
54506618 13734
01c52d31 13735 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
54506618 13736
01c52d31 13737 * binhex.el (binhex-decode-region-internal): do.
54506618 13738
01c52d31 137392004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 13740
01c52d31
MB
13741 * gnus-fun.el (gnus-face-properties-alist): New user option.
13742 (gnus-display-x-face-in-from): Use it.
54506618 13743
01c52d31 13744 * gnus-art.el (article-display-face): Ditto.
54506618 13745
01c52d31 13746 * compface.el (uncompface-use-external): Default to nil.
54506618 13747
01c52d31 137482004-02-12 Jesper Harder <harder@ifa.au.dk>
54506618 13749
01c52d31
MB
13750 * nntp.el (nntp-erase-buffer): New function.
13751 (nntp-retrieve-data, nntp-send-command)
13752 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
13753 (nntp-possibly-change-group): Use it.
54506618 13754
01c52d31
MB
13755 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
13756 with-current-buffer.
54506618 13757
01c52d31 137582004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
54506618 13759
01c52d31
MB
13760 * compface.el: Merge the ELisp-based uncompface program.
13761 (compface): New customization group.
13762 (uncompface-use-external): New user option.
13763 (uncompface): Call uncompface-internal if uncompface-use-external
13764 is nil.
13765 (uncompface-internal): New function. Note that there are also
13766 some other functions and variables added for this function.
54506618 13767
01c52d31 137682004-02-10 Jesper Harder <harder@ifa.au.dk>
54506618 13769
01c52d31
MB
13770 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
13771 if necessary.
54506618 13772
01c52d31 137732004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
54506618 13774
01c52d31
MB
13775 * spam-report.el (spam-report-unplug-agent)
13776 (spam-report-plug-agent, spam-report-deagentize)
13777 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
13778 Add support for the Agent in spam-report: when unplugged, report to a
13779 file; when plugged, submit all the requests.
54506618 13780
01c52d31
MB
13781 * spam.el (spam-register-routine): Fix message about
13782 registration.
54506618 13783
01c52d31 137842004-02-09 Jesper Harder <harder@ifa.au.dk>
49561cf6 13785
01c52d31
MB
13786 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
13787 dependencies.
13788 (rfc2047-encode): Use it.
54506618 13789
01c52d31
MB
13790 * gnus-art.el (gnus-button-marker-list): Move before first
13791 reference.
54506618 13792
01c52d31
MB
13793 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13794 (imap-parse-body): Fix format string mismatch.
54506618 13795
01c52d31 13796 * gnus-score.el (gnus-summary-increase-score): do.
54506618 13797
01c52d31 13798 * nnrss.el (nnrss-close): New function.
54506618 13799
01c52d31 138002004-02-08 Jesper Harder <harder@ifa.au.dk>
54506618 13801
01c52d31
MB
13802 * nnrss.el (nnrss-make-filename): New function.
13803 (nnrss-request-delete-group, nnrss-read-server-data)
13804 (nnrss-save-server-data, nnrss-read-group-data)
13805 (nnrss-save-group-data): Use it.
13806 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
13807 (nnrss-read-server-data, nnrss-read-group-data): Use load.
13808 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
54506618 13809
01c52d31 138102004-02-07 Jesper Harder <harder@ifa.au.dk>
54506618 13811
01c52d31 13812 * mml.el (mml-compute-boundary-1): Don't uncompress files.
54506618 13813
01c52d31 138142004-02-06 Jesper Harder <harder@ifa.au.dk>
54506618 13815
01c52d31
MB
13816 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
13817 files.
54506618 13818
01c52d31
MB
13819 * message.el (message-generate-headers-first): Don't quote nil
13820 and t in docstrings.
54506618 13821
01c52d31 13822 * imap.el (imap-id): do.
54506618 13823
01c52d31
MB
13824 * gnus-agent.el (gnus-agent-consider-all-articles)
13825 (gnus-agent-queue-mail): do.
54506618 13826
01c52d31 138272004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
54506618 13828
01c52d31
MB
13829 * spam-report.el (spam-report-process-queue): New function.
13830 Process requests from `spam-report-requests-file'.
13831 (spam-report-process-queue): Doc fix.
54506618 13832
01c52d31 138332004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
531e5812 13834
01c52d31
MB
13835 * spam.el (spam-register-routine)
13836 (spam-log-processing-to-registry, spam-log-registered-p)
13837 (spam-log-unregistration-needed-p, spam-log-undo-registration):
13838 Change "check" to "spam-check" for semi-clarity.
531e5812 13839
01c52d31 138402004-02-05 Jesper Harder <harder@ifa.au.dk>
531e5812 13841
01c52d31 13842 * pop3.el: Require nnheader.
531e5812 13843
01c52d31 13844 * mml-smime.el: Require cl. Autoload message-fetch-field.
531e5812 13845
01c52d31 13846 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
531e5812 13847
01c52d31 13848 * gnus-picon.el: Require cl.
531e5812 13849
01c52d31 13850 * gnus-fun.el: Require gnus-ems and gnus-util.
531e5812 13851
01c52d31 13852 * gnus.el (gnus-method-to-server): Move defsubst before first use.
531e5812 13853
01c52d31 13854 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
531e5812 13855
01c52d31
MB
13856 * gnus-art.el (gnus-article-edit-mode): Define before first
13857 reference.
531e5812 13858
01c52d31 138592004-02-04 Jesper Harder <harder@ifa.au.dk>
531e5812 13860
01c52d31
MB
13861 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
13862 (gnus-uu-post-encoded): Use point-at-bol.
531e5812 13863
01c52d31 13864 * gnus-topic.el (gnus-group-active-topic-p): do.
69075cdd 13865
01c52d31 13866 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
69075cdd 13867
01c52d31 13868 * gnus-group.el (gnus-group-kill-region): do.
69075cdd 13869
01c52d31 13870 * gnus-art.el (article-date-ut): do.
69075cdd 13871
01c52d31
MB
13872 * message.el (message-fetch-field): Remove redundant
13873 case-fold-search binding.
13874 (message-narrow-to-field): Simplify.
69075cdd 13875
01c52d31 138762004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
8903a9c8 13877
01c52d31 13878 * spam.el (spam-directory): Derive from `gnus-directory'.
8903a9c8 13879
01c52d31
MB
13880 * spam-report.el (spam-report-url-to-file)
13881 (spam-report-requests-file): New function and variable for offline
13882 reporting.
13883 (spam-report-url-ping-function): Add `spam-report-url-to-file'
13884 and user defined function.
13885 (spam-report-url-ping-mm-url): Remove doubled slash.
8903a9c8 13886
01c52d31 138872004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
8903a9c8 13888
01c52d31 13889 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
8903a9c8 13890
01c52d31 138912004-02-03 Jesper Harder <harder@ifa.au.dk>
ebbeed62 13892
01c52d31
MB
13893 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
13894 format string mismatch.
ebbeed62 13895
01c52d31 13896 * sieve.el (sieve-deactivate-all): do.
8903a9c8 13897
01c52d31 13898 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
8903a9c8 13899
01c52d31 13900 * nnlistserv.el (nnlistserv-kk-wash-article): do.
e62e7654 13901
01c52d31 13902 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
e62e7654 13903
01c52d31 13904 * mm-bodies.el (mm-7bit-chars): Don't include \r.
e62e7654 13905
01c52d31 139062004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
e62e7654 13907
01c52d31
MB
13908 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
13909 the list of checks.
e62e7654 13910
01c52d31 139112004-01-31 Jesper Harder <harder@ifa.au.dk>
e62e7654 13912
01c52d31
MB
13913 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
13914 padding.
e62e7654 13915
01c52d31 139162004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
c3bc41c2 13917
01c52d31
MB
13918 * mm-view.el (mm-fill-flowed): New variable.
13919 (mm-inline-text): Use it.
eb6a2b61 13920
01c52d31 139212004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
c3bc41c2 13922
01c52d31
MB
13923 * spam.el (spam-spamassassin-register-ham-routine)
13924 (spam-spamassassin-register-spam-routine): Fix function names.
7c3bb5a5 13925
01c52d31 139262004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
7c3bb5a5 13927
01c52d31
MB
13928 * gnus.el (gnus-tmp-grouplens): Remove.
13929 (gnus-summary-line-format): Remove grouplens.
f0096211 13930
01c52d31 13931 * gnus-group.el (gnus-group-line-format): Ditto.
f0096211 13932
01c52d31
MB
13933 * gnus-spec.el (gnus-format-specs): Ditto.
13934 (gnus-update-format-specifications): Flush the group format spec
13935 cache if there's the grouplens stuff.
13936 (gnus-parse-simple-format): Replace %l with the empty string.
f0096211 13937
01c52d31 139382004-01-27 Jerry James <james@xemacs.org> (tiny change)
f0096211 13939
01c52d31
MB
13940 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
13941 omission.
14e20e13 13942
01c52d31 139432004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
14e20e13 13944
01c52d31
MB
13945 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
13946 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
c1d7d285 13947
01c52d31 139482004-01-25 Paul Jarc <prj@po.cwru.edu>
c1d7d285 13949
149cd465
JB
13950 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
13951 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
01c52d31
MB
13952 New macros and functions.
13953 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
13954 Handle > NLINK_MAX messages.
13955 * nnmaildir.el (nnmaildir-request-set-mark): Use
13956 nnmaildir--emlink-p and nnmaildir--eexist-p.
c1d7d285 13957
01c52d31 139582004-01-25 Alex Schroeder <alex@gnu.org>
c1d7d285 13959
01c52d31
MB
13960 * spam-stat.el (spam-stat-process-directory-age): New option.
13961 (spam-stat-process-directory): Use it.
c1d7d285 13962
01c52d31 139632004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
c1d7d285 13964
01c52d31
MB
13965 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
13966 (spam-stat-save): Accept prefix argument.
c1d7d285 13967
01c52d31 139682004-01-23 Paul Jarc <prj@po.cwru.edu>
c1d7d285 13969
01c52d31
MB
13970 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
13971 links" error.
c1d7d285 13972
01c52d31 139732004-01-23 Jesper Harder <harder@ifa.au.dk>
10b43d7c 13974
01c52d31
MB
13975 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
13976 compatibility with old .newsrc.eld files.
10b43d7c 13977
01c52d31 13978 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
f4dd4ae8 13979
01c52d31 13980 * gnus-start.el (gnus-1): do.
f4dd4ae8 13981
01c52d31 13982 * gnus-group.el (gnus-group-line-format-alist): do.
1b155fbd 13983
01c52d31 13984 * gnus.el (gnus-use-grouplens, gnus-visual): do.
1b155fbd 13985
01c52d31 13986 * gnus-gl.el: Remove.
f4dd4ae8 13987
01c52d31 139882004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
f4dd4ae8 13989
01c52d31
MB
13990 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
13991 marks consisting of a single range {for example, (3 . 5)} rather
13992 than a list of a single range { ((3 . 5)) }.
49561cf6 13993
01c52d31 139942004-01-23 Jesper Harder <harder@ifa.au.dk>
f4dd4ae8 13995
01c52d31
MB
13996 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
13997 with-current-buffer.
13998 (spam-stat-store-current-buffer): Use insert-buffer-substring to
13999 avoid consing a string.
f4dd4ae8 14000
01c52d31
MB
14001 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14002 Remove obsolete entries for big5 and gb2312.
f4dd4ae8 14003
01c52d31 140042004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
49561cf6 14005
01c52d31
MB
14006 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14007 uncompressed list.
f4dd4ae8 14008
01c52d31 140092004-01-22 Jesper Harder <harder@ifa.au.dk>
f4dd4ae8 14010
01c52d31
MB
14011 * spam-stat.el (spam-stat-strip-xref): New function.
14012 (spam-stat-process-directory): Use it.
f4dd4ae8 14013
01c52d31
MB
14014 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14015 here -- it's done in message-fetch-field.
f4dd4ae8 14016
01c52d31 140172004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
f4dd4ae8 14018
149cd465
JB
14019 * gnus-agent.el (gnus-agent-queue-mail)
14020 (gnus-agent-prompt-send-queue): New variables.
01c52d31
MB
14021 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14022 * gnus-draft.el (gnus-group-send-queue): Pass the group name
14023 "nndraft:queue" along to gnus-draft-send. Use
14024 gnus-agent-prompt-send-queue.
14025 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14026 is "nndraft:queue". Suggested by Gaute Strokkenes
14027 <gs234@srcf.ucam.org>
f4dd4ae8 14028
c4cc8b9a
JB
14029 * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
14030 (agent-enable-undownloaded-faces): Added.
01c52d31
MB
14031 (gnus-agent-cat-groups): Use eval-and-compile, not
14032 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14033 method of gnus-agent-cat-groups even when the buffer has been
14034 evaled.
3042deef 14035 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
01c52d31 14036 delete gnus-agent-save-active-1.
002876ab 14037 (gnus-agent-save-groups): Deleted. Identical to
01c52d31
MB
14038 gnus-agent-save-active.
14039 (gnus-agent-write-active): No longer adjust agent's copy of active
14040 file as agent's adjustments are now stored in their own
002876ab 14041 file. Removed optional parameter.
01c52d31
MB
14042 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14043 servers. Add use of min/max range limits from server's local
14044 file.
14045 (gnus-agent-save-alist): Removed unused optional argument.
149cd465
JB
14046 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14047 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
01c52d31 14048 (gnus-agent-set-local): A per-server file that keeps min/max range
ec5741dc 14049 limits for articles known to the agent. Provides a fast mechanism
01c52d31 14050 for altering many active ranges.
3042deef 14051 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
01c52d31
MB
14052 active file (local makes it unnecessary).
14053 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14054
c4cc8b9a
JB
14055 * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
14056 (agent-enable-undownloaded-faces): Added.
01c52d31
MB
14057
14058 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14059 disable it when sending to "nndraft:queue".
14060 (gnus-group-send-queue): Add safety check to avoid sending queue
14061 when unplugged.
f4dd4ae8 14062
01c52d31
MB
14063 * gnus-group.el (gnus-group-catchup): Use new
14064 gnus-sequence-of-unread-articles, not
14065 gnus-list-of-unread-articles, to avoid exhausting memory with huge
14066 numbers of articles. Use gnus-range-map to avoid having to
14067 uncompress the unread list.
149cd465
JB
14068 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14069 Fixed invalid ange-ftp reference.
9b5773bc 14070
01c52d31
MB
14071 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14072 (gnus-sorted-range-intersection): Intersection of two ranges
14073 without requiring that they first be uncompressed.
9b5773bc 14074
01c52d31
MB
14075 * gnus-start.el (gnus-activate-group): Unless blocked by the
14076 caller, possibly expand the active range to include both cached
14077 and agentized articles.
14078 (gnus-convert-old-newsrc): Rewrote in anticipation of having
14079 multiple version-dependent converters.
14080 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14081 gnus-agent-save-active.
14082 (gnus-save-newsrc-file): Save dirty agent range limits.
46cdaf24 14083
01c52d31
MB
14084 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14085 gnus-agent-possibly-alter-active.
14086 (gnus-adjust-marked-articles): Faster handling of simple lists
14087
140882004-01-21 Jesper Harder <harder@ifa.au.dk>
14089
14090 * spam-stat.el (spam-stat-test-directory): New optional argument
14091 displays a list of files detected. Suggested by Andrew Cohen
14092 <cohen@andy.bu.edu>.
14093 (spam-stat-buffer-words-with-scores): Don't narrow and change
14094 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
14095
296fa7b4 140962004-01-20 Hubert Chan <hubert@uhoreg.ca>
01c52d31
MB
14097
14098 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14099 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14100 (spam-spamassassin-arguments)
14101 (spam-spamassassin-spam-flag-header)
14102 (spam-spamassassin-positive-spam-flag-header)
14103 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14104 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14105 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14106 (spam-list-of-processors, spam-list-of-checks)
14107 (spam-list-of-statistical-checks, spam-registration-functions)
14108 (spam-check-spamassassin-headers, spam-check-spamassassin)
14109 (spam-spamassassin-score)
14110 (spam-spamassassin-register-with-sa-learn)
14111 (spam-spamassassin-register-spam-routine)
14112 (spam-spamassassin-register-ham-routine)
14113 (spam-assassin-register-spam-routine)
002876ab
JB
14114 (spam-assassin-register-ham-routine): Add SpamAssassin support.
14115 (spam-bogofilter-score): Fix to show article before scoring.
01c52d31
MB
14116
141172004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
14118
14119 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14120 default scoring function.
14121 (spam-generic-score): Call spam-spamassassin-score if
14122 spam-use-spamassassin or spam-use-spamassassin-headers is on;
14123 spam-bogofilter-score otherwise.
14124
14125 * gnus.el (spam-process, spam-autodetect-methods): Add
14126 spamassassin and spamassassin-headers.
14127
141282004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
14129
14130 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14131 Suppress unnecessary messages.
14132
141332004-01-20 Jesper Harder <harder@ifa.au.dk>
14134
14135 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14136 make-hash-table.
46cdaf24 14137
01c52d31 141382004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 14139
01c52d31 14140 * canlock.el (base64-encode-string): Don't autoload it.
a08b59c9 14141
01c52d31 141422004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 14143
01c52d31
MB
14144 * run-at-time.el: Remove useless (require 'itimer),
14145 eval-and-compile and (featurep 'xemacs).
a08b59c9 14146
01c52d31 141472004-01-16 Jesper Harder <harder@ifa.au.dk>
a08b59c9 14148
01c52d31
MB
14149 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14150 GROUP is a virtual group.
a08b59c9 14151
01c52d31 141522004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
a08b59c9 14153
01c52d31 14154 * gnus.el: Autoload `message-y-or-n-p'.
a08b59c9 14155
01c52d31 141562004-01-15 Jesper Harder <harder@ifa.au.dk>
a08b59c9 14157
01c52d31 14158 * pgg-parse.el: Remove unnecessary (require 'custom).
a08b59c9 14159
01c52d31 14160 * pgg-def.el: do.
a08b59c9 14161
01c52d31 14162 * nnmail.el: do.
a08b59c9 14163
01c52d31 14164 * gnus-undo.el: do.
a08b59c9 14165
01c52d31 14166 * gnus-picon.el: do.
a08b59c9 14167
01c52d31 14168 * gnus-util.el: do.
a08b59c9 14169
01c52d31 141702004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
a08b59c9 14171
01c52d31 14172 * gnus-sum.el (gnus-pick-line-number): Add autoload.
a08b59c9 14173
01c52d31 141742004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 14175
01c52d31
MB
14176 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
14177 handle, as well as a list.
a08b59c9 14178
01c52d31
MB
14179 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
14180 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
14181 (mm-w3m-cid-retrieve): Simplify.
a08b59c9 14182
01c52d31 141832004-01-14 Vasily Korytov <deskpot@myrealbox.com>
a08b59c9 14184
01c52d31
MB
14185 * message.el (message-kill-to-signature): Allow prefix arg to
14186 specify number of lines to keep before signature.
a08b59c9 14187
01c52d31
MB
141882004-01-14 Kai Grossjohann <kai@emptydomain.de>
14189
c4cc8b9a 14190 * message.el (message-kill-to-signature): Change docstring.
a08b59c9 14191
01c52d31 141922004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 14193
01c52d31
MB
14194 * canlock.el: Always require sha1-el.
14195 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
a08b59c9 14196
01c52d31 14197 * message.el: Autoload sha1 only when compiling.
a08b59c9 14198
01c52d31 141992004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 14200
01c52d31 14201 * message.el (message-canlock-generate): Require sha1-el.
a08b59c9 14202
01c52d31 142032004-01-13 Jesper Harder <harder@ifa.au.dk>
a08b59c9 14204
01c52d31 14205 * message.el (message-expand-name): Silence the byte compiler.
a08b59c9 14206
01c52d31 142072004-01-13 Simon Josefsson <jas@extundo.com>
1232b9cb 14208
01c52d31
MB
14209 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
14210 Invoke gnus-score-mode. Reported by
880820fe 14211 bojohan+news@dd.chalmers.se (Johan Bockgård).
1232b9cb 14212
01c52d31
MB
14213 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
14214 Jim Blandy <jimb@redhat.com> (tiny change).
1232b9cb 14215
01c52d31 142162004-01-12 Jesper Harder <harder@ifa.au.dk>
1232b9cb 14217
01c52d31 14218 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
ef3b7aae 14219
01c52d31 142202004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
ef3b7aae 14221
01c52d31
MB
14222 * spam.el (spam-get-article-as-string): Update to use
14223 gnus-request-article-this-buffer, much simpler.
14224 (spam-get-article-as-buffer): Remove.
6e7fb80c 14225
01c52d31 142262004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
6e7fb80c 14227
296fa7b4 14228 * message.el (message-expand-name): Use EUDC if the user uses that.
7cb0aa56 14229
01c52d31 142302004-01-12 Jesper Harder <harder@ifa.au.dk>
7cb0aa56 14231
01c52d31
MB
14232 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
14233 character for the encoding to avoid consing a string.
7cb0aa56 14234
01c52d31
MB
14235 * rfc2047.el (rfc2047-decode-string): Don't cons a string
14236 unnecessarily.
7cb0aa56 14237
01c52d31 14238 * mm-util.el (mm-replace-chars-in-string): Remove.
7cb0aa56 14239
01c52d31
MB
14240 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
14241 of mm-replace-chars-in-string.
e79f14a4 14242
01c52d31 142432004-01-11 Jesper Harder <harder@ifa.au.dk>
e79f14a4 14244
c9e31f32 14245 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
e79f14a4 14246
01c52d31 14247 * mm-util.el (mm-subst-char-in-string): Support inplace.
e79f14a4 14248
01c52d31
MB
14249 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
14250 a new string in every iteration. Use shy groups.
e79f14a4 14251
01c52d31 142522004-01-10 Jesper Harder <harder@ifa.au.dk>
e79f14a4 14253
c9e31f32
SM
14254 * gnus-srvr.el (gnus-browse-unsubscribe-group):
14255 * gnus-soup.el (gnus-soup-group-brew):
14256 * gnus-msg.el (gnus-put-message):
14257 * gnus-move.el (gnus-group-move-group-to-server):
14258 * gnus-kill.el (gnus-batch-score):
01c52d31
MB
14259 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
14260 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
14261 (gnus-group-update-group, gnus-group-read-group)
14262 (gnus-group-make-group, gnus-group-make-help-group)
14263 (gnus-group-make-archive-group, gnus-group-make-directory-group)
14264 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
14265 (gnus-group-sort-by-unread, gnus-group-catchup)
14266 (gnus-group-unsubscribe-group, gnus-group-kill-group)
14267 (gnus-group-yank-group, gnus-group-set-info)
c9e31f32
SM
14268 (gnus-group-list-groups):
14269 * gnus.el (gnus-generate-new-group-name):
14270 * gnus-delay.el (gnus-delay-send-queue):
14271 * nnvirtual.el (nnvirtual-catchup-group):
01c52d31 14272 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
01c52d31 14273 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
c9e31f32 14274 (gnus-group-prepare-topics, gnus-topic-check-topology):
01c52d31
MB
14275 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
14276 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
14277 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
c9e31f32
SM
14278 (gnus-group-make-articles-read):
14279 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
14280 (gnus-group-change-level, gnus-kill-newsgroup)
14281 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
14282 (gnus-get-unread-articles, gnus-make-articles-unread)
14283 (gnus-make-ascending-articles-unread): Use accessor
14284 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
14285 to get group information for improved readability.
14286
01c52d31 142872004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 14288
01c52d31
MB
14289 * gnus-art.el (article-decode-mime-words, article-babel)
14290 (gnus-article-highlight-signature, gnus-article-add-buttons)
14291 (gnus-signature-toggle): Use gnus-with-article-buffer.
1270d7ca 14292
01c52d31
MB
14293 * gnus-art.el (gnus-article-highlight-headers)
14294 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
1270d7ca 14295
01c52d31
MB
14296 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
14297 (gnus-article-set-globals, gnus-request-article-this-buffer)
14298 (gnus-button-message-id, gnus-article-maybe-hide-headers)
14299 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
14300 (gnus-mime-display-alternative): Use with-current-buffer.
1270d7ca 14301
01c52d31 143022004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 14303
01c52d31
MB
14304 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
14305 also under 80 char limit, and call gnus-error if needed.
14306 (spam-fetch-article-header): Fix - it was a
14307 buffer-local variable (gnus-newsgroup-data).
14308 (spam-find-spam): Use spam-generate-fake-headers, forget about
14309 spam-insert-fake-headers.
14310 (spam-insert-fake-headers): Remove.
1270d7ca 14311
01c52d31 143122004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 14313
01c52d31
MB
14314 * deuglify.el (gnus-article-outlook-unwrap-lines)
14315 (gnus-outlook-rearrange-article)
14316 (gnus-outlook-repair-attribution-outlook)
14317 (gnus-outlook-repair-attribution-block)
14318 (gnus-outlook-repair-attribution-other): Remove redundant
14319 save-excursion.
1270d7ca 14320
01c52d31 143212004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 14322
01c52d31
MB
14323 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
14324 (spam-fetch-field-subject-fast)
14325 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
14326 (spam-fetch-article-header): Add functions to deal with Gnus
14327 internals for fast retrieval of article header data.
14328 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
1270d7ca 14329
01c52d31 143302004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 14331
01c52d31
MB
14332 * pop3.el (pop3-md5): Remove.
14333 (pop3-apop): Replace pop3-md5 with md5.
1270d7ca 14334
01c52d31 14335 * mm-bodies.el: base64 is always built-in.
1270d7ca 14336
01c52d31
MB
14337 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
14338 with-current-buffer.
1270d7ca 14339
23f87bed 143402004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 14341
23f87bed
MB
14342 * canlock.el (canlock-insert-header): Remove excessive grouping in
14343 regexp.
1270d7ca 14344
01c52d31
MB
14345 * gnus-sum.el (gnus-summary-read-document): Ditto.
14346
14347 * gnus-uu.el (gnus-uu-part-number): Ditto.
14348
14349 * html2text.el (html2text-remove-tags): Ditto.
14350 (html2text-format-tags): Ditto.
14351 (html2text-format-single-elements): Ditto.
14352
14353 * mml.el (mml-parse-1): Ditto.
14354
143552004-01-08 Jesper Harder <harder@ifa.au.dk>
14356
14357 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
14358
14359 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
14360
14361 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
14362
14363 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
14364
143652003-11-15 Simon Josefsson <jas@extundo.com>
14366
14367 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
14368 (pgg-gpg-lookup-key): Use regexp match instead of
14369 split-string (split-string is different between emacs 21.2 and
14370 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
14371
143722004-01-08 Jesper Harder <harder@ifa.au.dk>
14373
14374 * gnus-art.el (gnus-mime-view-all-parts)
14375 (gnus-article-part-wrapper, gnus-article-view-part): Use
14376 with-current-buffer.
14377
143782004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
14379
14380 * spam.el (spam-disable-spam-split-during-ham-respool)
14381 (spam-spamoracle-database, spam-cache-lookups)
14382 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
14383 (spam-group-ham-mark-p, spam-group-spam-mark-p)
14384 (spam-group-ham-marks, spam-group-spam-marks)
14385 (spam-group-spam-contents-p, spam-group-ham-contents-p)
14386 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
14387 also add spam-use-blackholes to the statistical checks.
14388 (spam-fetch-field-fast): Add interface to fetching fields, may
14389 become a macro.
14390 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
14391 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
14392 (spam-insert-fake-headers): Fake an article when needed.
14393 (spam-find-spam): Fake article when possible.
14394 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
14395 (spam-check-bogofilter-headers): Use message-fetch-field instead
14396 of nnmail-fetch-field.
14397
143982004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
14399
14400 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
14401
144022004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
14403
14404 * spam.el (spam-split): Do not require spam-use-CHECK to be
14405 enabled if that check is passed to spam-split explicitly; also
14406 fix so 'spam doesn't get converted to spam-split-group when
14407 spam-split-symbolic-return is t.
14408 (spam-find-spam): Find registrations of the article and use those
14409 instead of re-running spam-split to find the spam/ham
14410 classification of the article.
14411 (spam-log-processing-to-registry, spam-log-registered-p)
14412 (spam-log-unregistration-needed-p, spam-log-undo-registration):
14413 Use gnus-error instead of gnus-message.
14414 (spam-log-registration-type): Add function to determine the
14415 classification of a message based on registry entries; will
14416 return nil if both 'spam and 'ham are found.
14417 (spam-check-BBDB): Expand all the BBDB macros here so we can have
14418 a reasonably fast local cache without the loading errors.
14419 (spam-cache-lookups): Set to t by default.
14420 (spam-find-spam): Don't try to guess spam-cache-lookups.
14421 (spam-enter-whitelist, spam-enter-blacklist): Clear the
14422 spam-caches entry.
14423 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
14424 caching of whitelist/blacklist entries.
14425 (spam-check-whitelist, spam-check-blacklist): Invoke
14426 spam-from-listed-p with a type, not a cache variable.
14427 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
14428
144292004-01-07 Jesper Harder <harder@ifa.au.dk>
14430
14431 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
14432
14433 * nnmail.el (nnmail-split-fancy): do.
14434
14435 * mml.el (mml-parse): do.
14436
14437 * gnus-score.el (gnus-enter-score-words-into-hashtb)
14438 (gnus-score-adaptive): do.
14439
23f87bed 144402004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 14441
01c52d31
MB
14442 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
14443 (gnus-mime-button-map): Don't set keymap parent.
14444 (gnus-button-ctan-directory-regexp): Use shy grouping.
14445 (gnus-prev-page-map): Don't set keymap parent.
14446 (gnus-prev-page-map): Remove duplicated one.
14447 (gnus-next-page-map): Don't set keymap parent.
14448 (gnus-mime-security-button-map): Ditto.
14449
14450 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
14451 version number.
14452
23f87bed 14453 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
1270d7ca 14454
23f87bed 144552004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 14456
23f87bed
MB
14457 * canlock.el (canlock-sha1-function): Remove.
14458 (canlock-sha1-function-for-verify): Remove.
14459 (canlock-openssl-program): Remove.
14460 (canlock-openssl-args): Remove.
14461 (canlock-ignore-errors): Remove.
14462 (canlock-sha1-with-openssl): Remove.
14463 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
14464 (canlock-verify): Don't use canlock-ignore-errors.
1270d7ca 14465
23f87bed
MB
14466 * sha1-el.el (sha1-string-external): Make it can return a string
14467 in binary form.
14468 (sha1-region-external): Ditto.
14469 (sha1-string-internal): Ditto.
14470 (sha1-region-internal): Ditto.
14471 (sha1-region): Ditto.
14472 (sha1-string): Ditto.
14473 (sha1): Ditto.
1270d7ca 14474
01c52d31 144752004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 14476
01c52d31 14477 * spam.el (spam-report-articles-gmane): New command.
1270d7ca 14478
01c52d31 144792004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 14480
01c52d31 14481 * gnus.el: Don't make unnecessary *Group* buffer when loading.
1270d7ca 14482
01c52d31
MB
14483 * run-at-time.el (run-at-time-saved): Remove.
14484 (run-at-time): Doc fix.
1270d7ca 14485
01c52d31 144862004-01-07 Jesper Harder <harder@ifa.au.dk>
1270d7ca 14487
01c52d31
MB
14488 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
14489 (gnus-summary-limit-map): Add it.
14490 (gnus-summary-make-menu-bar): do.
1270d7ca 14491
01c52d31 144922004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 14493
01c52d31
MB
14494 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
14495 Make attempt at some caching support (done for BBDB only now).
14496 (spam-find-spam): Set spam-cache-lookups if there are more than 2
14497 addresses to be checked.
14498 (spam-clear-cache-BBDB): Add function, to be invoked by
14499 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
14500 (spam-check-BBDB): Check and use the caches, if
14501 spam-cache-lookups is on, remove superfluous (provide).
1270d7ca 14502
01c52d31 145032004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1270d7ca 14504
01c52d31 14505 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
1270d7ca 14506
01c52d31 145072004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
1270d7ca 14508
01c52d31
MB
14509 * run-at-time.el (run-at-time-saved): Move to after the definition
14510 of `run-at-time'.
1270d7ca 14511
01c52d31 145122004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 14513
01c52d31
MB
14514 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
14515 mm-w3m-local-map-property.
1270d7ca 14516
01c52d31
MB
14517 * mm-view.el (mm-w3m-mode-map): Remove.
14518 (mm-w3m-local-map-property): Remove.
14519 (mm-inline-text-html-render-with-w3m): Don't use
14520 mm-w3m-local-map-property.
1270d7ca 14521
01c52d31 145222004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 14523
01c52d31 14524 * run-at-time.el: New file.
1270d7ca 14525
01c52d31
MB
14526 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
14527 of gnus-set-text-properties.
1270d7ca 14528
01c52d31 14529 * gnus-uu.el (gnus-uu-save-article): Ditto.
1270d7ca 14530
01c52d31 14531 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
1270d7ca 14532
01c52d31 14533 * gnus-cite.el (gnus-cite-parse): Ditto.
1b155fbd 14534
01c52d31
MB
14535 * gnus-art.el (gnus-button-push): Use set-text-properties instead
14536 of gnus-.
1b155fbd 14537
01c52d31
MB
14538 * gnus.el: Changed calls to nnheader-run-at-time and
14539 password-run-at-time throughout to use run-at-time directly.
1b155fbd 14540
01c52d31 14541 * password.el: Removed definition of run-at-time.
1b155fbd 14542
880820fe 145432004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
1b155fbd 14544
01c52d31
MB
14545 * mml.el (mml-minibuffer-read-disposition): Show attachment type
14546 in prompt.
1b155fbd 14547
01c52d31 145482004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
1b155fbd 14549
01c52d31
MB
14550 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
14551 XEmacs version.
1270d7ca 14552
01c52d31
MB
14553 * dns.el (dns-make-network-process): Use `open-network-stream'
14554 instead of `gnus-xmas-open-network-stream'.
1270d7ca 14555
01c52d31 14556 * .cvsignore: Add auto-autoloads.el, custom-load.el.
1270d7ca 14557
01c52d31 145582004-01-06 Jesper Harder <harder@ifa.au.dk>
1270d7ca 14559
01c52d31
MB
14560 * gnus-art.el (gnus-mime-display-alternative)
14561 (gnus-insert-mime-button, gnus-insert-mime-security-button)
14562 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
14563 Don't use gnus-local-map-property.
1270d7ca 14564
01c52d31 14565 * gnus-util.el (gnus-local-map-property): Remove.
1270d7ca 14566
01c52d31
MB
14567 * mm-view.el (mm-view-pkcs7-decrypt): Replace
14568 gnus-completing-read-maybe-default with completing-read.
1270d7ca 14569
01c52d31
MB
14570 * gnus-util.el (gnus-completing-read): do.
14571 (gnus-completing-read-maybe-default): Remove.
1270d7ca 14572
01c52d31 145732004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
1270d7ca 14574
01c52d31
MB
14575 * password.el: Only autoload `run-at-time' if not XEmacs.
14576 Only autoload the itimer functions if XEmacs.
1270d7ca 14577
01c52d31 145782004-01-06 Jesper Harder <harder@ifa.au.dk>
1270d7ca 14579
01c52d31
MB
14580 * gnus-art.el (gnus-read-string): Remove.
14581 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
14582 read-string.
1270d7ca 14583
01c52d31 145842004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 14585
01c52d31
MB
14586 * netrc.el: Autoload password-read.
14587 (netrc): Add configuration group.
14588 (netrc-encoding-method, netrc-openssl-path): Add
14589 variables for encoding and decoding of files with symmetric
14590 ciphers.
14591 (netrc-encode): Add assistant function to encode a file with
14592 netrc-encoding-method.
14593 (netrc-parse): Add interactive parameter, added optional
14594 decoding if netrc-encoding-method is non-nil but otherwise
14595 behavior is standard.
14596 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
14597 Do s/encode/encrypt/ everywhere.
1270d7ca 14598
01c52d31 14599 * spam.el: Remove executable-find autoload.
1270d7ca 14600
01c52d31 146012004-01-05 Jesper Harder <harder@ifa.au.dk>
1270d7ca 14602
01c52d31 14603 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
1270d7ca 14604
01c52d31 14605 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
1270d7ca 14606
01c52d31 146072004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
c113de23 14608
c4cc8b9a 14609 * gnus-art.el (gnus-treat-ansi-sequences)
149cd465 14610 (article-treat-ansi-sequences): New variable and function.
01c52d31 14611 Suggested by Dan Jacobson <jidanni@jidanni.org>.
1270d7ca 14612
01c52d31
MB
14613 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14614 Use it.
1270d7ca 14615
01c52d31 146162004-01-05 Jesper Harder <harder@ifa.au.dk>
1270d7ca 14617
01c52d31 14618 * mm-util.el (mm-quote-arg): Remove.
23f87bed 14619
01c52d31
MB
14620 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
14621 shell-quote-argument.
1270d7ca 14622
01c52d31 14623 * gnus-uu.el (gnus-uu-command): do.
1270d7ca 14624
01c52d31 14625 * gnus-sum.el (gnus-summary-insert-pseudos): do.
1270d7ca 14626
01c52d31
MB
14627 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
14628 with make-char.
1270d7ca 14629
01c52d31 14630 * mm-util.el (mm-make-char): Remove.
1270d7ca 14631
01c52d31
MB
14632 * mml.el (mml-mode): Replace gnus-add-minor-mode with
14633 add-minor-mode.
1270d7ca 14634
01c52d31 14635 * gnus-undo.el (gnus-undo-mode): do.
1270d7ca 14636
01c52d31 14637 * gnus-topic.el (gnus-topic-mode): do.
1270d7ca 14638
01c52d31 14639 * gnus-sum.el (gnus-dead-summary-mode): do.
1270d7ca 14640
01c52d31 14641 * gnus-start.el (gnus-slave-mode): do.
1270d7ca 14642
01c52d31 14643 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
1270d7ca 14644
01c52d31 14645 * gnus-ml.el (gnus-mailing-list-mode): do.
1270d7ca 14646
01c52d31 14647 * gnus-gl.el (gnus-grouplens-mode): do.
1270d7ca 14648
01c52d31 14649 * gnus-draft.el (gnus-draft-mode): do.
1270d7ca 14650
01c52d31 14651 * gnus-dired.el (gnus-dired-mode): do.
1270d7ca 14652
01c52d31 14653 * gnus-ems.el (gnus-add-minor-mode): Remove.
1270d7ca 14654
01c52d31
MB
14655 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14656 Replace gnus-char-width with char-width.
1270d7ca 14657
01c52d31 14658 * gnus-ems.el (gnus-char-width): Remove.
1270d7ca 14659
01c52d31
MB
14660 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14661 Replace gnus-char-width with char-width.
1270d7ca 14662
01c52d31 14663 * gnus-ems.el (gnus-char-width): Remove.
1270d7ca 14664
01c52d31
MB
14665 * spam-stat.el (with-syntax-table): Remove with-syntax-table
14666 definition.
14667 Remove Emacs 20 hash table compatibility code.
1270d7ca 14668
01c52d31
MB
14669 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
14670 20 compatibility code.
1270d7ca 14671
01c52d31 14672 * spam.el (spam-point-at-eol): Replace with point-at-eol.
1270d7ca 14673
01c52d31 14674 * smime.el (smime-point-at-eol): Replace with point-at-eol.
1270d7ca 14675
01c52d31
MB
14676 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
14677 with point-at-{eol,bol}.
1270d7ca 14678
01c52d31 14679 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
1270d7ca 14680
01c52d31 14681 * imap.el (imap-point-at-eol): Replace with point-at-eol.
1270d7ca 14682
149cd465
JB
14683 * flow-fill.el (fill-flowed-point-at-bol)
14684 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
1270d7ca 14685
01c52d31
MB
14686 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
14687 Replace with point-at-{eol,bol} throughout all files.
1270d7ca 14688
01c52d31 146892004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 14690
01c52d31
MB
14691 * ntlm.el (ntlm-string-as-unibyte): New macro.
14692 (ntlm-build-auth-response): Use it.
1270d7ca 14693
01c52d31
MB
14694 Remove Emacs 20 stuff:
14695 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
14696 of delq and copy-sequence.
14697 * gnus-art.el (popup-menu): Remove the compiler macro.
14698 * nnmail.el (nnmail-split-fancy): Don't support customizing with
14699 Emacs 20.
1270d7ca 14700
01c52d31 147012004-01-05 Simon Josefsson <jas@extundo.com>
1270d7ca 14702
01c52d31
MB
14703 * ntlm.el: Fix namespace. Change smb-passwd-hash into
14704 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
14705 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
14706 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
14707 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
14708 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
14709 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
14710 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
14711 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
14712 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
14713 ntlm-string-permute, string-lshift into ntlm-string-lshift,
14714 string-xor into ntlm-string-xor. Suggested by
14715 Jesper Harder <harder@myrealbox.com>.
1270d7ca 14716
01c52d31 14717 * ntlm.el: Don't include poem.
1270d7ca 14718
01c52d31
MB
14719 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
14720 Jesper Harder <harder@myrealbox.com>.
1270d7ca 14721
01c52d31 14722 * sasl-ntlm.el, ntlm.el, md4.el: New files.
1270d7ca 14723
01c52d31
MB
14724 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
14725 probably breaks emacs with DL patch, but do we care? Is anyone
14726 still using the DL stuff?)
1270d7ca 14727
01c52d31
MB
14728 * sieve-manage.el: Use the password package.
14729 (sieve-manage-read-passwd): Remove.
14730 (sieve-manage-interactive-login): Use password. Re-add
14731 condition-case around loop.
14732
14733 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
14734 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
14735 the password package.
14736
147372003-02-19 Simon Josefsson <jas@extundo.com>
14738
14739 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
14740 token.
14741
147422002-08-07 Simon Josefsson <jas@extundo.com>
14743
14744 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
14745 (sieve-manage-authenticators):
14746 (sieve-manage-authenticator-alist): Add some SASL mechs.
14747 (sieve-sasl-auth): New function.
14748 (sieve-manage-cram-md5-auth):
14749 (sieve-manage-plain-auth): Rewrite using SASL library.
14750 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
14751 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
14752 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
14753 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
14754
147552004-01-05 Simon Josefsson <jas@extundo.com>
14756
14757 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
14758 New files.
14759
147602004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14761
14762 * gnus-group.el (gnus-no-groups-message): Update.
14763
14764 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
14765
147662003-11-09 Simon Josefsson <jas@extundo.com>
14767
14768 * imap.el: Support for ID IMAP extension (RFC 2971).
14769 (imap-local-variables): Add imap-id.
14770 (imap-id): New variable.
14771 (imap-id): New function.
14772 (imap-parse-response): Parse untagged ID response.
14773 * nnimap.el (nnimap-id): New variable.
14774 (nnimap-open-connection): Use it.
14775
147762003-12-28 Simon Josefsson <jas@extundo.com>
14777
14778 * gnus-score.el (gnus-score-edit-all-score): New.
14779 * gnus-group.el (gnus-group-score-map): Bind it to W e.
14780
147812004-01-04 Simon Josefsson <jas@extundo.com>
14782
14783 * password.el: Add.
14784
147852004-01-04 Mario Lang <lang@zid.tugraz.at>
14786
e3e955fe 14787 * dns.el (dns-query-types): Fix typo.
c4cc8b9a 14788 (dns-query-types): New function.
e3e955fe
MB
14789 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
14790 PTR and SOA replies, see RFC 1035.
01c52d31
MB
14791
147922004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14793
14794 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
14795
14796 * Moved to Changelog.2.
14797
147982004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14799
14800 * gnus.el (gnus-version-number): Bump version.
14801
148022004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
14803
14804 * gnus.el: No Gnus v0.1 is released.
1270d7ca 14805
01c52d31 148062004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1270d7ca 14807
01c52d31 14808 * gnus.el: No Gnus v0.0 is released.
1270d7ca 14809
01c52d31 148102004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 14811
01c52d31
MB
14812 * gnus.el (gnus-version-number): Bump.
14813 (gnus-version): No.
1270d7ca 14814
ef3b7aae 14815See ChangeLog.2 for earlier changes.
2a34a036 14816
7b47345b 14817 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
5b87ad55
GM
14818
14819 This file is part of GNU Emacs.
14820
5e809f55 14821 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 14822 it under the terms of the GNU General Public License as published by
5e809f55
GM
14823 the Free Software Foundation, either version 3 of the License, or
14824 (at your option) any later version.
5b87ad55
GM
14825
14826 GNU Emacs is distributed in the hope that it will be useful,
14827 but WITHOUT ANY WARRANTY; without even the implied warranty of
14828 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14829 GNU General Public License for more details.
14830
14831 You should have received a copy of the GNU General Public License
5e809f55 14832 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9 14833
ef3b7aae 14834;; Local Variables:
880820fe 14835;; coding: utf-8
d7ba2a01 14836;; fill-column: 79
33462dfa 14837;; add-log-time-zone-rule: t
ef3b7aae 14838;; End: