Merge changes made in Gnus trunk.
[bpt/emacs.git] / lisp / gnus / ChangeLog
CommitLineData
99e65b2d
G
12010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
4 control the background color.
5 (shr-tag-img): Ignore very small web bug type images.
6 (shr-put-image): Add help-echo alt texts to the images.
7 (shr-tag-video): Show the video poster image.
8
92010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10
11 * shr.el (shr-table-depth): New variable.
12 (shr-tag-table-1): Only insert the images after the top-level table.
13
14 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
15
16 * gnus-util.el (gnus-list-memq-of-list): New function.
17
18 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
19 selected.
20 (nnimap-unsplittable-articles): New slot.
21 (nnimap-new-articles): Use it.
22
232010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
24
25 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
26 move to the previous line on `M-g'.
27
282010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
29
30 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
31 *-request-group, which seems unnecessary.
32
33 * nnimap.el (nnimap-quote-specials): Function copied over from
34 imap.el.
35 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
36 they support that. Suggested by Tom Regner.
37
86741733
JD
382010-10-29 Julien Danjou <julien@danjou.info>
39
99e65b2d
G
40 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
41 defalias.
42 (gnus-summary-delete-marked-with): Remove obsolete defalias.
43
44 * gnus.el: Remove `gnus-nntp-service' variable.
45 (gnus-secondary-servers): Make obsolete.
46 (gnus-nntp-server): Make obsolete.
47
2ec4c966
JD
48 * gnus-start.el (gnus-1): Remove x-splash calls.
49
50 * gnus-ems.el (gnus-x-splash): Remove.
51
52 * gnus.el (gnus-group-startup-message): Simplify/update code.
53
86741733
JD
54 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
55 capability before doing anything.
56 (gnus-group-insert-group-line): Remove useless
57 gnus-group-remove-excess-properties.
58
9efcd224
KY
592010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
60
61 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
62
eb9df2c9
LMI
632010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
64
65 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
66 config after reselecting.
67
cfe94935
JD
682010-10-28 Julien Danjou <julien@danjou.info>
69
4abff904
JD
70 * shr.el (shr-put-image): Use point even if only inserting text.
71 (shr-put-image): Save excursion when inserting alt text on non-graphic
72 display, so the behaviour is the same when we are on a graphic display.
73
cfe94935
JD
74 * nnir.el (nnir-run-swish-e): Remove hyrex support.
75
a87ee50b
KY
762010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
77
78 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
79 (gnus-mime-copy-part): Check coding system, not charset.
80 (gnus-mime-view-part-externally): Never remove part.
81 (gnus-mime-view-part-internally): Don't remove part here.
82 (gnus-article-part-wrapper): Make sure MIME tag is visible.
83 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
84 multipart/alternative.
85
86 * mm-decode.el (mm-display-part): Take optional arg `force'.
87
11a5db4a
JD
882010-10-26 Julien Danjou <julien@danjou.info>
89
90 * gnus-group.el (gnus-group-default-list-level): Add this function to
91 compute the default list level.
92 (gnus-group-default-list-level): Add possibility to use a function.
93
e617ab06
KY
942010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
95
3444dc61
KY
96 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
97
e617ab06
KY
98 * gnus-group.el (gnus-group-completing-read)
99 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
100 gnus-replace-in-string.
101
036d93bc
KY
1022010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
103
104 * shr.el (shr-tag-div): Added.
105
84acb2f6
JD
1062010-10-25 Julien Danjou <julien@danjou.info>
107
108 * gnus-util.el: Remove `gnus-with-local-quit'.
109
110 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
111
28090d40
LMI
1122010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
113
114 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
115 the original article buffer.
116
b5c575e6
G
1172010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
118
119 * nnimap.el (nnimap-request-head): New function.
120 (nnimap-request-move-article): Try to be slighly faster by not
121 requesting the entire message when moving.
122 (nnimap-transform-headers): Don't bug out on bodiless articles.
123 (nnimap-send-command): Have no outstanding messages if the IMAP server
124 doesn't support streaming.
125 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
126
1272010-10-24 Julien Danjou <julien@danjou.info>
128
129 * message.el (message-default-headers): Fix type.
130
de635afe
G
1312010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
132
133 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
134 prefetching images.
135
136 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
137 backend for unknown groups. This is mainly useful for nnimap groups.
138
139 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
140 group isn't covered by the agent.
141
1422010-10-22 Andrew Cohen <cohen@andy.bu.edu>
143
144 * nnir.el (nnir-method-default-engines): new variable.
145 (nnir-run-query): use it.
146 (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
147 (gnus-summary-nnir-goto-thread): change group if needed.
148
149 * gnus-group.el (gnus-group-group-map): add key binding for
150 gnus-group-make-nnir-group.
151
1522010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
153
154 * shr.el (shr-tag-object): Added.
155
156 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
157 original article buffer live.
158 (gnus-summary-select-article-buffer): Mention
159 gnus-widen-article-buffer.
160
530f7b67
LMI
1612010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
162
163 * shr.el (shr-tag-strong): Added.
164
280f417b
G
1652010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
166
530f7b67
LMI
167 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
168 group names. They mess up the group buffer badly.
169
280f417b
G
170 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
171
172 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
173 instead of the summary one.
174
e0da801a
G
1752010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
176
f9bbc77a
KY
177 * mml.el (mml-preview): Work properly when editing article.
178
e0da801a
G
179 * gnus-start.el (gnus-read-active-file-1): Don't add method to
180 gnus-have-read-active-file if it's already been in.
181
1822010-10-22 Tom Tromey <tromey@redhat.com>
183
184 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
185 gnus-group-completing-read.
186
d806c872
G
1872010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
188
189 * message.el (message-mode-map): Don't bind M-; to comment region, to
190 allow the global comment-dwim to work.
191
1922010-10-21 Julien Danjou <julien@danjou.info>
193
194 * message.el (message-setup-1): Allow message-default-headers to be a
195 function.
196
3c066373
KY
1972010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
198
199 * shr.el (shr-tag-table): Simplify.
200
d815edf0 2012010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1171414d 202
d815edf0
LMI
203 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
204 to avoid trying to snarf invalid stuff.
1171414d 205
d815edf0 206 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
728fd3b9 207
d99bf2d8
LMI
208 * gnus.el (gnus-message-archive-group): Quote value.
209 (gnus-message-archive-group): Mark as changed.
210
6c85a14f
LMI
211 * shr.el (shr-add-font): Don't put the font properties on the newline
212 or the indentation.
213
214 * message.el (message-fix-before-sending): Change options when sending
215 non-printable characters.
216
d99bf2d8 217 * gnus.el (gnus-message-archive-method): Change the default to
514d9128
LMI
218 monthly outgoing groups.
219
728fd3b9
LMI
220 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
221 that have gotten new numbers.
222
223 * nnimap.el (nnimap-request-replace-article): New function.
224
ab388ec4
KY
2252010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
226
227 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
228 (nnrss-request-article): Don't use special html washing code.
229
2526f423
G
2302010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
231
232 * shr.el (shr-tag-table): Remove useless nconc.
233
2342010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
235
236 * gnus-art.el (article-wash-html): Simplify and remove the charset
237 stuff. Use the normal html rendering code instead of the special html
238 washing code.
239
240 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
241 `gnus-w3m' symbols.
242 (mm-text-html-washer-alist): Removed.
243
244 * mm-decode.el (mm-inline-text-html-renderer): Removed.
245 (mm-inline-media-tests): Removed use.
246 (mm-text-html-renderer): Change default to the `shr' symbol.
247
248 * mm-view.el (mm-inline-text-html): Removed use.
249
250 * gnus-art.el (gnus-blocked-images): New function. Allow the
251 `gnus-blocked-images' to be a function.
252 (gnus-article-wash-function): Removed.
253
9d1bf25d
JD
2542010-10-20 Julien Danjou <julien@danjou.info>
255
2526f423
G
256 * spam.el (spam-list-of-processors): Mark as obsolete.
257
9d1bf25d 258 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2526f423 259 (nnimap-insert-partial-structure): Fix boundary detection.
9d1bf25d 260
ba91f05d
G
2612010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
262
263 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
264 run file-truename on remote files. This can be expensive and even
265 prevent one from editing drafts if some unrelated buffer has a stale
266 connection.
267
9f47ba2d
KY
2682010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
269
270 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
271 kinsoku-eol regardless of shr-kinsoku-shorten.
6c769311
KY
272 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
273 (shr-tag-table): Support caption, thead, and tfoot.
9f47ba2d 274
2e76c12c
LMI
2752010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
276
b643306f
LMI
277 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
278 lines.
cdf1fca4 279 (shr-save-contents): New command and keystroke.
b643306f 280
2e76c12c
LMI
281 * nndoc.el (nndoc-type-alist): Add git support.
282 (nndoc-git-type-p): New function.
283 (nndoc-transform-git-article): Ditto.
284 (nndoc-transform-git-headers): Ditto.
c872595d 285 (nndoc-transform-git-headers): Generate Subject headers.
2e76c12c
LMI
286
287 * shr.el (shr-parse-style): New function.
288 (shr-tag-span): Ditto.
289
290 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
291 to `G G' to avoid collisions.
292
83ffd571
KY
2932010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
294
2fe10446 295 * shr.el: Load kinsoku if necessary.
83ffd571
KY
296 (shr-kinsoku-shorten): New internal variable.
297 (shr-find-fill-point): Make kinsoku shorten text line if
298 shr-kinsoku-shorten is bound to non-nil.
299 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
300 shr-indentation too when testing if table is wider than frame width.
301 (shr-insert-table): Use `string-width' instead of `length' to measure
302 text width.
303 (shr-insert-table-ruler): Make sure indentation is done at bol.
304
a04f9e26
SM
3052010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
306
307 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
308 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
309 undecoded network data.
310
7cad71ad
G
3112010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
312
2755ee78
LMI
313 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
314 name in the mode line spec so that the mode line menu works
315 (bug #2431).
316
317 * message.el (message-get-reply-headers): If we're fed `to-address',
318 then always use that.
319
7cad71ad
G
320 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
321 aren't so wide as to need to switch off the edit menu.
322
323 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
324 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
325
326 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
327 `M-g'.
328 (nnimap-update-info): Update flags/read marks even if \* isn't part of
329 the permanent marks.
330
3312010-10-18 Andrew Cohen <cohen@andy.bu.edu>
332
a04f9e26
SM
333 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
334 Splitting according to references/in-reply-to obeys the ignore-groups
335 variable, while splitting by sender and subject do not.
7cad71ad
G
336
3372010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
338
339 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
340 alist, so that we can look for non-Unicode chars.
341 (article-translate-strings): Allow both character and string maps.
342
73db8b08
KY
3432010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
344
345 * shr.el (shr-insert): Don't insert space behind a wide character
346 categorized as kinsoku-bol, or between characters both categorized as
347 nospace.
348
b57a665d
G
3492010-10-16 Andrew Cohen <cohen@andy.bu.edu>
350
351 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
352 headers to gnus-newsgroup-headers.
353
3542010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
355
356 * shr.el (shr-tag-img): Don't align images -- since we're not
357 rescaling, this often leads to ugly displays.
358
283f7b93
G
3592010-10-15 Andrew Cohen <cohen@andy.bu.edu>
360
a04f9e26 361 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
283f7b93
G
362 duplicates.
363
3642010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
365
366 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
367 call.
368
68f6bd17
KY
3692010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
370
283f7b93
G
371 * gnus.el: Autoload gnus-html-show-images.
372
373 * nnimap.el: Use nnheader-message throughout.
374
68f6bd17
KY
375 * shr.el (shr-tag-img): Ignore images with no data.
376
283f7b93
G
3772010-10-15 Julien Danjou <julien@danjou.info>
378
ba91f05d
G
379 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
380 a possibility to disable format=flow encoding when using hard newlines.
283f7b93 381
20438017
KY
3822010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
383
283f7b93
G
384 * shr.el (shr-insert): Remove space inserted before or after a
385 breakable character or at the beginning or the end of a line.
20438017
KY
386 (shr-find-fill-point): Do kinsoku; find the second best point or give
387 it up if there's no breakable point.
388
030158f3
G
3892010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
390
391 * nnimap.el (nnimap-open-connection): Message when opening connection
392 for debugging purposes.
393
394 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
395 on every setup buffer call to allow this to change from article to
396 article.
397
398 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
399 buffers where we have a wide table.
400
4012010-10-14 Andrew Cohen <cohen@andy.bu.edu>
402
403 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
404 uses *-request-thread.
405
4062010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
407
408 * nnimap.el (nnimap-open-connection): Remove %s from openssl
409 incantation, which is no longer valid.
410
4112010-10-14 Julien Danjou <julien@danjou.info>
412
413 * shr.el: Fix defcustom type (char -> character).
414
0d2d1bdc
G
4152010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
416
417 * nnimap.el (nnimap-open-connection): tls-program should be a list of
418 programs.
419
4202010-10-14 Julien Danjou <julien@danjou.info>
421
31e96eec
JD
422 * shr.el (shr-tag-a): Use url-link as widget type.
423
0d2d1bdc
G
424 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
425 `gnus-group-get-icon'.
426
a1d16a7b
G
4272010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
428
d1090fe8
LMI
429 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
430 This should make server editing work better.
431
a1d16a7b
G
432 * shr.el (shr-find-fill-point): Don't inloop on indented text.
433
434 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
435 (nnimap-parse-flags): Fix regexp.
436
437 * shr.el (shr-find-fill-point): Use a filling algorithm that should
438 probably work for CJVK text, too.
439
440 * nnimap.el (nnimap-extend-tls-programs): Removed.
441 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
442
4432010-10-13 Julien Danjou <julien@danjou.info>
444
445 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
446 responses.
447
4482010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
449
450 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
451
452 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
453 anything in Emacs.
454
455 * shr.el (shr-current-column): Remove buggy and unnecessary function.
456
d0e0de31
JD
4572010-10-13 Julien Danjou <julien@danjou.info>
458
459 * shr.el (shr-width): Make shr-width a defcustom with default to
460 fill-column.
461 (shr-tag-img): Use shr-width rather than fill-column.
462
7417851c
KY
4632010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
464
68d9bf4b
KY
465 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
466
7417851c
KY
467 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
468 position when (X-)Faces exist.
469 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
470 avatars when called interactively.
471
ab67634f
G
4722010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
473
474 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
475 gnus-article-x-face-too-ugly is bound.
476
6ffab592
LMI
4772010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
478
ab67634f
G
479 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
480
481 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
482 mailbox that doesn't exist.
483
4842010-10-12 Julien Danjou <julien@danjou.info>
485
486 * shr.el (shr-tag-img): Encode URL properly when retrieving.
487 (shr-get-image-data): Encode URL properly when fetching from cache.
488 (shr-tag-img): Use aligned-to spaces to align correctly images.
489
490 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
491 before inserting the Gravatar.
492
493 * shr.el (shr-tag-img): Add align attribute support for <img>.
494
4952010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
496
497 * gnus-gravatar.el (gnus-art): Required.
498
6ffab592
LMI
499 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
500 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
501 Remove long obsoleted functions.
502
f0b7f5a8
KY
5032010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
504
f0b7f5a8
KY
505 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
506
507 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
508 gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
509 mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el,
510 mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el,
511 nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el,
512 rfc1843.el, sieve-manage.el, smime.el, spam.el:
513 Fix comment for declare-function.
514
6b7df8d3
G
5152010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
516
517 * nnimap.el (nnimap-request-rename-group): Select group read-only
518 before renaming it.
519
520 * shr.el (shr-insert): Fix up the white space only regexp.
521
522 * nnimap.el (nnimap-transform-split-mail): Not all articles have
523 bodies. Protect against this. Reported by Michael Welsh Duggan.
524
525 * shr.el (shr-current-column): New function.
526 (shr-find-fill-point): New function.
527
5282010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
529
530 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
531 numbers.
532
5332010-10-11 Julien Danjou <julien@danjou.info>
534
535 * shr.el (shr-hr-line): Add.
536 (shr-tag-hr): Use shr-hr-line to specify which character to use to
537 display hr lines.
538 (shr-max-columns): Do not change state to nil if we just inserting
539 spaces.
540
6ec07c5a
LMI
5412010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
542
543 * gnus-topic.el (gnus-topic-read-group): If after the last group,
544 select the last group.
545
0be56f17
TZ
5462010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
547
548 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
549
dab0271f
G
5502010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
551
552 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
553 for Gnus.
554 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
555 (nnimap-update-qresync-info): Mark \Seen articles as read.
556
557 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
558 non-variable, too.
559
560 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
561 available.
562 (nnimap-update-info): Rely more on the current active than the param
563 active to avoid marking articles as read too much.
564
565 * auth-source.el (auth-source-create): Use (user-login-name) for the
566 user name default.
567
568 * nnimap.el (nnimap-update-info): If the server doesn't return any
569 useful info, just use the previous info.
570 (nnimap-update-info): Prefer old info over start-article.
571 (nnimap-update-qresync-info): Finish implementing QRESYNC.
572
5732010-10-10 Andrew Cohen <cohen@andy.bu.edu>
574
575 * nnir.el (autoload): Clean up autoloads.
576 (nnir-imap-default-search-key): Renamed from
577 nnir-imap-search-field. Use key rather than value.
578 (nnir-imap-search-other): New variable.
579 (nnir-read-parm): Use it.
580 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
581 (gnus-summary-nnir-goto-thread): Modify to work with imap.
582
5832010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
584
585 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
586 the process, too.
587
f7aa248a
G
5882010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
589
590 * spam.el (gnus-summary-mode-map): Bind to "$". Suggested by Russ
591 Allbery.
592
593 * shr.el: Rework the way things are indented by <li> slightly.
594
595 * gnus.el (gnus-group-set-parameter): Fix typo.
596
597 * nnimap.el: Start implementing QRESYNC support.
598
5992010-10-09 Julien Danjou <julien@danjou.info>
600
601 * nnir.el (nnir-engines): Fix too many arguments.
602
6032010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
604
605 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
606 group is the "last", so that the backends like nnfolder actually save
607 their folders.
608
609 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
610 try to use that for the tls stream.
611 (nnimap-retrieve-group-data-early): Rework the marks code to heed
612 UIDVALIDITY and find out which groups are read-only and not.
613 (nnimap-get-flags): Use the same marks parsing code as the rest of
614 nnimap.
615
afba0c4b
JD
6162010-10-09 Julien Danjou <julien@danjou.info>
617
1736ad36
JD
618 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
619
afba0c4b
JD
620 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
621 retrieving gravatars.
622
623 * shr.el (shr-table-corner): Add.
624 (shr-table-line): Add.
625 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
626
36d3245f
G
6272010-10-08 Julien Danjou <julien@danjou.info>
628
629 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
630
6312010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
632
633 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
634
635 * gnus-sum.el (gnus-mark-article-as-unread)
636 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
637 (gnus-summary-set-bookmark): Use it.
638
639 * gnus-msg.el (gnus-setup-message): Use it.
640
641 * gnus-demon.el (gnus-demon-remove-handler): Use it.
642
643 * gnus.el (gnus-group-remove-parameter): Use it.
644
645 * gnus-group.el (gnus-group-make-web-group): Use it.
646
647 * gnus-demon.el (gnus-demon-remove-handler): Use it.
648
649 * nnregistry.el: Update docs to mention manual.
650
651 * gnus-registry.el: Update docs to mention nnregistry.el.
652 (gnus-registry-initialize): Don't install nnregistry refer method
653 automatically.
654 (gnus-registry-install-nnregistry): Remove it.
655
6562010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
657
658 * shr.el (shr-insert): Don't insert double spaces.
659
863b61d6
KY
6602010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
661
090f6ea1
KY
662 * gnus-gravatar.el (gnus-treat-from-gravatar)
663 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
664 called interactively.
665
f7aa0b8f
KY
666 * gnus-art.el (gnus-mime-view-part-externally)
667 (gnus-mime-view-part-internally): Make predicate function passed to
668 gnus-mime-view-part-as-type assume argument is a mime type, not a list
669 of a mime type.
670
863b61d6
KY
671 * shr.el (shr-table-widths): Don't use cl function `reduce'.
672
3d319c8f
LMI
6732010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
674
675 * shr.el (require): Require cl when compiling.
676 (shr-tag-hr): New function.
677
678 * nnimap.el (nnimap-update-info): Remove double setting of high.
679 (nnimap-update-info): Don't ignore groups that have no UIDNEXT. This
680 makes nnimap work properly on Courier again.
681
682 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
683 the variable for backwards compatability.
684
685 * mm-decode.el (mm-save-part): If given a non-directory result, expand
686 the file name before using to avoid setting mm-default-directory to
687 nil.
688
689 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
690 bidning gnus-agent variables.
691
692 * shr.el (shr-render-td): Use a cache for the table rendering function
693 to avoid getting an exponential rendering behaviour in nested tables.
694 (shr-insert): Rework the line-breaking algorithm.
695 (shr-insert): Don't leave trailing spaces.
696 (shr-insert-table): Also insert empty TDs.
697 (shr-tag-blockquote): Ensure paragraphs after </ul>.
698
3a3cbf0a
SM
6992010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
700
701 * gnus-sum.el (gnus-number): Rename from `number'.
702 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
703 (gnus-summary-limit-children): Update uses correspondingly.
704
fcf2d385
KY
7052010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
706
707 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
708 (gnus-gravatar-transform-address): Don't show avatars of people of
709 which mail addresses match gnus-gravatar-too-ugly.
710
a7dcc87b
G
7112010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
712
713 * shr.el (shr-table-widths): Expand TD elements to fill available
714 space.
715
7162010-10-07 Julien Danjou <julien@danjou.info>
717
718 * nnimap.el (nnimap-request-rename-group): Add this method.
719
814cc274
KY
7202010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
721
722 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
723 name from XEmacs' function-arglist.
724
725 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
726 gravatar under XEmacs.
727
cbabe91f
TZ
7282010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
729
730 * auth-source.el: Update docs with TODO items.
731
732 * gnus-sync.el: Update docs to explain state and plans.
733
734 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
735 Hooks for mark updates.
736 (gnus-request-set-mark, gnus-request-update-mark): Use them.
737
738 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
739 hooks with arguments, which is needed for mark update hooks.
740
fd9ba500
JD
7412010-10-06 Julien Danjou <julien@danjou.info>
742
d2abc29a
JD
743 * gnus.el (gnus-expand-group-parameter): Only return and act on what
744 was matched.
745
fd9ba500
JD
746 * sieve-manage.el: Update example in `Commentary'.
747
748 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
749
750 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
751 not 2000.
752 (sieve-manage-authenticate): Re-add function.
753
66627fa9
G
7542010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
755
756 * shr.el (shr-insert): Get 'space transition right.
35624242 757 (shr-render-td): Only delete space at the end of the TD.
66627fa9
G
758
759 * nnimap.el (nnimap-open-connection): Prepare to support
760 open-gnutls-stream.
761
762 * shr.el: Rearrange function order to be more logical.
763
7642010-10-06 Julien Danjou <julien@danjou.info>
765
766 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
767 (nnrss-discover-feed): Remove 404 URL in docstring.
768
769 * nnir.el: Fix Swish-E URL.
770 Fix Namazu URL.
771
772 * message.el (message-change-subject): Remove 404 URL in a comment.
773
61c47336
KY
7742010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
775
568f71a8
KY
776 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
777 called interactively.
778
61c47336
KY
779 * gnus-util.el (gnus-remove-if): Allow hash table.
780 (gnus-remove-if-not): New function.
781
782 * gnus-art.el (gnus-mime-view-part-as-type)
783 * gnus-score.el (gnus-summary-score-effect)
784 * gnus-sum.el (gnus-read-move-group-name):
785 Replace remove-if-not with gnus-remove-if-not.
786
787 * gnus-group.el (gnus-group-completing-read):
788 Regard collection as a hash table if it is not a list.
789
130e977f
LMI
7902010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
791
a0ec382a
LMI
792 * shr.el (shr-render-td): Allow blank/missing <TD>s.
793
794 * shr.el: Document the table-rendering algorithm.
795
130e977f
LMI
796 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
797 invalid URLs.
798
799 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
800 line-broken.
801 (shr-tag-img): Ignore image fetching errors.
802 (shr-overlays-in-region): Compute overlay positions correctly.
803
804 * mm-decode.el (mm-shr): Require shr.
805
806 * gnus-art.el (gnus-blocked-images): Move variable here.
807
808 * shr.el (shr-insert-table): Bind free variable.
809
810 * mm-decode.el (mm-shr): Bind shr-content-function.
811
812 * shr.el (shr-content-function): New variable.
813
814 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
815 added for symmetry.
816
817 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
818
819 * gnus-group.el (gnus-group-make-group): Doc fix.
820
821 * nnimap.el (nnimap-request-newgroups): Return success.
822
823 * shr.el (shr-find-elements): New function.
824 (shr-tag-table): Put all the images after the table.
825 (shr-tag-table): Really inhibit images inside the table.
826 (shr-collect-overlays): Copy over overlays from the TD elements to the
827 main document.
828
829 * mm-decode.el (mm-shr): Bind shr-blocked-images to
830 gnus-blocked-images.
831
6f7e2ffd
JD
8322010-10-05 Julien Danjou <julien@danjou.info>
833
1d8e1f78
JD
834 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
835
6f7e2ffd
JD
836 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
837 (gnus-html-maximum-image-size): Add this function.
838 (gnus-html-put-image): Use gnus-html-maximum-image-size.
839
840 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
841 server-value of the capability is nil.
842
562f5ce5
G
8432010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
844
845 * shr.el (shr-tag-em): Add <EM> tag.
846
8472010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
848
849 * sieve-manage.el (sieve-manage-default-stream): Make default stream
850 customizable.
851
852 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
853 handing broken links to browse-url.
854
50cb700c
JD
8552010-10-05 Julien Danjou <julien@danjou.info>
856
857 * gnus-util.el (gnus-emacs-completing-read)
858 (gnus-iswitchb-completing-read): Use autoload rather than require.
859
cfadea45
KY
8602010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
861
1225bc49
KY
862 * gnus-util.el (gnus-completing-read-function): Exclude
863 gnus-icompleting-read and gnus-ido-completing-read from candidates for
864 XEmacs since iswitchb.el is very old and ido.el is unavailable in
865 XEmacs.
866
867 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
868 not to use `delete-dups' that is unavailable in XEmacs 21.4.
869
9c619400
KY
870 * gnus-html.el: Don't require help-fns under XEmacs.
871 (gnus-html-schedule-image-fetching): Work for XEmacs.
872
cfadea45
KY
873 * mm-decode.el (mm-shr): Decode contents by charset.
874
5d2ef6db
G
8752010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
876
130e977f
LMI
877 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
878 unknown.
879
71e691a5
G
880 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
881 (shr-get-image-data): Ensure against the cache file missing.
882
883 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
884 for data.
885
886 * spam-report.el (spam-report-url-ping-plain): Don't query about
887 killing the process.
888
889 * shr.el (shr-render-td): Protect against too-wide text.
890
8912010-10-04 Julien Danjou <julien@danjou.info>
892
893 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
894 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
895
896 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
897 retrieved.
898
8992010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
900
901 * shr.el (browse-url): Required.
902 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
903 lines.
904 (shr-show-alt-text, shr-browse-image): New commands.
905 (shr-browse-url, shr-copy-url): New commands.
906
907 * gnus-sum.el (gnus-widen-article-window): New variable.
908 (gnus-summary-select-article-buffer): Use it.
909
910 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
911 without @ signs.
912
9132010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
914
915 * nnir.el (nnir-run-imap): Remove spurious space in search string.
916
9172010-10-04 Julien Danjou <julien@danjou.info>
918
919 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
920 for XEmacs.
921
9222010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
923
924 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
925
926 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
927 (nnimap-close-server): Implement.
928
5d2ef6db 929 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1e463294
LMI
930 (shr-insert): Tweak line breaking.
931 (shr-insert): Handle <pre> better.
8028ed5c
LMI
932 (shr-tag-li): Get <li> indentation right.
933 (shr-tag-li): Get <li> indentation even righter.
934 (shr-tag-blockquote): Ensure paragraph start.
71e691a5
G
935 (shr-make-table): Tweak table generation.
936 (shr-make-table): Fix typo.
937
938 * shr.el: Implement table rendering.
5d2ef6db
G
939
9402010-10-04 Julien Danjou <julien@danjou.info>
941
942 * gnus-html.el (gnus-html-put-image): Fix resize image code.
943
23179cb9
LMI
9442010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
945
946 * shr.el (shr-insert): Use string anchors instead of line anchors.
947
a41c2e6d
G
9482010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
949
950 * shr.el: Add headings.
951 (shr-ensure-paragraph): Actually work.
952 (shr-tag-li): Make <ul> prettier.
953 (shr-insert): Get white space at the beginning/end of elements right.
954 (shr-tag-p): Collapse subsequent <p>s.
955 (shr-ensure-paragraph): Don't insert double line feeds after blank
956 lines.
957 (shr-insert): \t is also space.
958 (shr-tag-s): Fix "s" tag name function.
959 (shr-tag-s): Fix face prop name.
960
9612010-10-03 Julien Danjou <julien@danjou.info>
962
963 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
964
965 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
966 gnus-window-inside-pixel-edges.
967
968 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
969 gnus-ems.
970
971 * mm-view.el (mm-inline-image-emacs): Support image resizing.
972
973 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
974 function.
975
976 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
977 resize choice.
978
9792010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
980
981 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
982 beginning of the buffer.
983
984 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
985 article buffer again.
986
987 * shr.el (shr-tag-p): Don't insert newlines at the start of the
988 buffer.
989
990 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
991 when it's at the start of the buffer.
992
993 * shr.el (shr-tag-blockquote): Convert name.
994 (shr-rescale-image): Use the right image-size variant.
995
996 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
997 buffer isn't shown, then select the current article first instead of
998 bugging out.
999 (gnus-summary-select-article-buffer): Show both the article and summary
1000 buffers again.
1001
1002 * shr.el (shr-fontize-cont): Protect against regions with no text.
1003 Rename tag functions to shr-tag-* for enhanced security.
1004 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1005
d99a4591
CY
10062010-10-03 Chong Yidong <cyd@stupidchicken.com>
1007
1008 * shr.el (shr-insert):
1009 * pop3.el (pop3-movemail):
1010 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1011 loaded.
1012
922ad43e
GM
10132010-10-03 Glenn Morris <rgm@gnu.org>
1014
0f810fbf
GM
1015 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1016
3615c80c
GM
1017 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1018
7530a81b
GM
1019 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1020
4ec3f7cf
GM
1021 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1022
922ad43e
GM
1023 * gnus-util.el (gnus-make-local-hook): Simplify.
1024
870409d4
G
10252010-10-02 Julien Danjou <julien@danjou.info>
1026
1027 * gnus-util.el (gnus-iswitchb-completing-read): New function.
1028 (gnus-ido-completing-read): New function.
1029 (gnus-emacs-completing-read): New function.
1030 (gnus-completing-read): Use gnus-completing-read-function.
1031 Add gnus-completing-read-function.
1032
10332010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1034
1035 * shr.el (shr-insert-document): Autoload.
1036 (shr-img): Be silent.
1037 (shr-insert): Add a newline after every picture before text.
1038 (shr-add-font): Use overlays for combining faces.
1039 (shr-insert): Pass upwards the text start point.
1040
1041 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1042 possible.
1043 (mm-shr): New function.
1044
10452010-10-02 Julien Danjou <julien@danjou.info>
1046
1047 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1048 should go backward.
1049
f3fd95db
JB
10502010-10-02 Juanma Barranquero <lekktu@gmail.com>
1051
1052 * shr.el (shr): Fix typo in provide call.
1053
367f7f81
LMI
10542010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1055
1056 * shr.el: New file.
1057
1058 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1059
1060 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1061 completing read.
1062
a3f57c41
G
10632010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1064
1065 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1066 we're being queried about. Suggested by Dan Jacobson.
1067
1068 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts. Suggested
1069 by Jason Eisner.
1070
1071 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1072 table, too. Suggested by Stefan Wiens.
1073 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1074 the table unnecessary. Suggested by Stefan Wiens.
1075
1076 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1077 longer needed, and probably doesn't work either, as pointed out by
1078 Stefan Wiens.
1079 (gnus-summary-exit): Remove call to the clearing function.
1080 (gnus-summary-exit-no-update): Ditto.
1081
1082 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1083 instead of gnus-eval-in-buffer-window to avoid popping up frames.
1084 Reported by Stefan Monnier.
1085 (gnus-summary-save-in-rmail): Ditto.
1086
1087 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1088 article buffer, instead of both the article buffer and the summary
1089 buffer. Sort of suggested by Dan Jacobson.
1090
1091 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1092
1093 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1094 Suggested by Dan Jacobson.
1095
1096 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1097 documentation clearer.
1098
1099 * message.el (message-shorten-references): Comment on the number "21".
1100 Suggested by Stefan Monnier.
1101
1102 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1103 Suggested by Dan Jacobson.
1104
1105 * gnus.el (gnus-large-newsgroup): Mention
1106 gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
1107
1108 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1109 externalize attachments. Bug reported by Steve Wen.
1110
1111 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1112 really message anything to the user.
1113
1114 * nnmail.el (nnmail-article-group): Allow using the fancy split method
1115 directly.
1116
1117 * nnimap.el (nnimap-request-group): Low higher than high to signal no
1118 messages in empty groups.
1119
11202010-10-01 Ted Zlatanov <tzz@lifelogs.com>
1121
1122 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1123 non-UIDNEXT group.
1124
11252010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1126
1127 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1128 not the value from the collection.
1129
1130 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1131 values. This sometimes happens on some groups that have no info.
1132 (nnimap-request-newgroups): New function.
1133
11342010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
1135
1136 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1137 check into `gnus-registry-initialize'.
1138 (gnus-registry-initialize): Ditto.
1139 Fix and extend header docs.
1140
aecb42aa
LMI
11412010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1142
0a887f39
LMI
1143 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1144 regexp backtrace overflows.
1145
aecb42aa
LMI
1146 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1147 for starttls that tls.el implements; i.e. openssl.
1148
4b36c6d4
KY
11492010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
1150
1151 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1152 (gravatar-create-image): New function that's an alias to
1153 gnus-xmas-create-image, gnus-create-image, or create-image.
1154 (gravatar-data->image): Use it.
1155
6b958814
G
11562010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
1157
1158 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1159 install the nnregistry refer method.
1160 (gnus-registry-install-hooks): Use it.
1161 (gnus-registry-unfollowed-groups): Add nnmairix to the default
1162 unfollowed groups.
1163
11642010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
1165
1166 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1167 expanding threads.
1168
11692010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1170
1171 * nnir.el: Use the server names without suffixes (bug #7009).
1172
1173 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1174 unencrypted to STARTTLS, if possible.
1175
11762010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
1177
1178 * message.el (message-ignored-supersedes-headers): Strip Injection-*
1179 headers before superseding.
1180
11812010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1182
1183 * nnrss.el (nnrss-use-local): Add documentation.
1184
1185 * nnimap.el (nnimap-extend-tls-programs): New function.
1186 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1187 (nnimap-wait-for-connection): Accept the greeting from the stupid
1188 output from openssl s_client -starttls, too.
1189
1190 * nnimap.el (nnimap-find-article-by-message-id): Really return the
1191 article number.
1192 (nnimap-split-fancy): New variable.
1193 (nnimap-split-incoming-mail): Use it.
1194
1195 * nntp.el (nntp-server-list-active-group): Document.
1196
1197 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1198 SELECT to get the message-id.
1199
1200 * mail-source.el (mail-sources): Removed webmail support.
1201 (defvar): Ditto.
1202 (mail-source-fetcher-alist): Ditto.
1203 (mail-source-fetch-webmail): Removed.
1204
1205 * webmail.el: Removed -- doesn't seem relevant any more.
1206
1207 * gnus.el: Fix up make-obsolete-variable declarations throughout.
1208
1209 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1210 the \r.
1211
743595bc
JD
12122010-09-30 Julien Danjou <julien@danjou.info>
1213
1214 * gnus-agent.el (gnus-agent-add-group): Fix call to
1215 gnus-completing-read.
1216
12172010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1218
1219 * nndoc.el (nndoc-retrieve-groups): New function.
1220
1221 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1222 `default', use nnmail-split-methods.
1223 (nnimap-request-article): Downcase the NILs so that they are nil.
1224
1225 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1226 symbol.
1227
1228 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1229 code, since if the user has requested network, that's what they ought
1230 to get.
1231 (nnimap-request-set-mark): Erase the buffer before issuing commands.
1232 (nnimap-split-rule): Mark as obsolete.
1233
1234 * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1235 variable.
1236
1237 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1238 correct slot, too.
1239
12402010-09-29 Julien Danjou <julien@danjou.info>
1241
1242 * gnus.el (gnus-local-domain): Declare variable obsolete.
1243
1244 * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1245 computing.
1246 (gnus-ido-completing-read): Require ido.
1247
12482010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1249
1250 * gnus-registry.el: Don't prompt on load, which makes it impossible to
1251 build Gnus.
1252
1253 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1254 when interpreting the structures.
1255 (nnimap-request-accept-article): Add \r\n to the lines to make this
1256 work with Cyrus.
1257
743595bc
JD
1258 * nndraft.el (nndraft-request-expire-articles): Use the group name
1259 instead if "nndraft". Fix found by Nils Ackermann.
1260
6b958814
G
12612010-09-29 Ludovic Courtes <ludo@gnu.org>
1262
1263 * nnregistry.el: Added.
1264
01270787
SM
12652010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
1266
1267 * nnmail.el (group, group-art-list, group-art):
1268 Remove unneeded directives.
1269
0c43b6f8
KY
12702010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
1271
1272 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1273 (mm-mime-charset)
1274 * rfc2047.el (rfc2047-syntax-table)
1275 * utf7.el (utf7-utf-16-coding-system): Comment fix.
1276
1277 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1278 rather than `insert-file-contents' and `eval-region'.
1279
743595bc
JD
12802010-09-29 Julien Danjou <julien@danjou.info>
1281
1282 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1283 replacement of `gnus-gravatar-relief' to mimic
1284 `gnus-faces-properties-alist'.
1285 Add :version property.
1286
5b5dafd2
KY
12872010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
1288
1289 * mail-source.el (mail-source-report-new-mail)
1290 * message.el (message-default-mail-headers)
1291 * mm-decode.el (mm-valid-image-format-p): Comment fix.
1292
1293 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1294
b6fda8fc
JD
12952010-09-28 Julien Danjou <julien@danjou.info>
1296
1297 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1298 mail-address contains the same string as real-name.
1299
1300 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1301 non-blank in header, otherwise it'll get stripped.
1302
1303 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1304 real-name, and then for mail address rather than doing : or , search.
1305
743595bc
JD
13062010-09-27 Julien Danjou <julien@danjou.info>
1307
1308 * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1309 (gnus-server-goto-server): Use gnus-completing-read.
1310
1311 * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1312
1313 * mm-util.el (defalias): Use gnus-completing-read.
1314 (mm-codepage-setup): Use gnus-completing-read.
1315
1316 * smime.el (smime-sign-buffer): Use gnus-completing-read.
1317 (smime-decrypt-buffer): Use gnus-completing-read.
1318
1319 * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1320
1321 * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1322 (mml-minibuffer-read-disposition): Use gnus-completing-read.
1323 (mml-insert-multipart): Use gnus-completing-read.
1324
1325 * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1326
1327 * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1328
1329 * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1330
1331 * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1332
1333 * gnus.el (gnus-read-method): Use gnus-completing-read.
1334
1335 * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1336
1337 * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1338 (gnus-mime-action-on-part): Use gnus-completing-read.
1339 (gnus-article-encrypt-body): Use gnus-completing-read.
1340
1341 * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1342 (gnus-topic-move-matching): Use gnus-completing-read.
1343 (gnus-topic-copy-matching): Use gnus-completing-read.
1344 (gnus-topic-sort-topics): Use gnus-completing-read.
1345 (gnus-topic-move): Use gnus-completing-read.
1346
1347 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1348 (gnus-agent-add-group): Use gnus-completing-read.
1349
1350 * nnmairix.el (nnmairix-create-server-and-default-group): Use
1351 gnus-completing-read.
1352 (nnmairix-update-groups): Use gnus-completing-read.
1353 (nnmairix-get-server): Use gnus-completing-read.
1354 (nnmairix-backend-to-server): Use gnus-completing-read.
1355 (nnmairix-goto-original-article): Use gnus-completing-read.
1356 (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1357
1358 * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1359
1360 * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1361 (gnus-group-make-useful-group): Use gnus-completing-read.
1362 (gnus-group-make-web-group): Use gnus-completing-read.
1363 (gnus-group-add-to-virtual): Use gnus-completing-read.
1364 (gnus-group-browse-foreign-server): Use gnus-completing-read.
1365
1366 * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1367 (gnus-summary-limit-to-extra): Use gnus-completing-read.
1368 (gnus-summary-execute-command): Use gnus-completing-read.
1369 (gnus-summary-respool-article): Use gnus-completing-read.
1370 (gnus-read-move-group-name): Use gnus-completing-read.
1371
1372 * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1373 (gnus-summary-score-effect): Use gnus-completing-read.
1374
1375 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1376
1377 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1378 right completing-read function.
1379 (gnus-use-ido): New variable
1380 (gnus-completing-read-with-default): Remove.
1381
e0a185ae
KY
13822010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
1383
635be05a
KY
1384 * nnimap.el (auth-source-forget-user-or-password)
1385 (auth-source-user-or-password): Autoload.
1386
e0a185ae
KY
1387 * message.el (message-from-style, message-interactive)
1388 (message-signature): Remove comment.
1389 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
1390 always.
1391 (message-sendmail-envelope-from): Comment fix.
1392 (message-yank-prefix): Default to mail-yank-prefix always.
1393 (message-indentation-spaces): Default to mail-indentation-spaces always.
1394 (message-signature-file): Default to mail-signature-file always.
1395
9f2d52e7
G
13962010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1397
1398 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1399 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1400 new articles.
1401
1402 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1403 parts.
1404 (nnimap-request-article): Work with the t setting, too.
1405
1406 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1407 that you don't get flashes of other buffers.
1408 (gnus-summary-show-complete-article): Intern before setting.
1409
14102010-09-27 David Engster <dengste@eml.cc>
1411
1412 * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1413 well as HEADERS.
1414 (nnmairix-retrieve-headers): Provide new argument for the above.
1415
14162010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1417
1418 * gnus-sum.el (gnus-summary-move-article): Don't alter
1419 gnus-newsgroup-active. This makes `/ N' work after copying to the same
1420 group.
1421
1422 * nnimap.el (nnimap-update-info): Don't destructively alter active.
1423
1424 * message.el (message-cite-prefix-regexp): Revert my last edit.
1425
1426 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1427 variable instead of the Gnus variable.
1428
1429 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1430
1431 * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1432 again.
1433
1434 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1435 since some servers don't like it.
1436 (nnimap-open-connection): Forget credentials if the server says the
1437 password was wrong.
1438 (nnimap-parse-line): Protect against invalid data.
1439
1440 * gnus-sum.el (gnus-summary-move-article): Add comment.
1441 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1442 nothing alters it while scanning for new messages.
1443
1444 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1445 which may or may not help.
1446 (nnimap-open-connection): If we're doing a stream connection, and then
1447 discover we're on a STARTTLS-capable server, then open a STARTTLS
1448 connection instead.
1449
14db1c41
LMI
14502010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1451
1452 * nnimap.el (utf7): Required.
1453
1454 * message.el (message-cite-prefix-regexp): Remove "}" from citation
1455 prefix.
1456
1d77b63e
JB
14572010-09-27 Juanma Barranquero <lekktu@gmail.com>
1458
1459 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1460
062eae99
G
14612010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1462
1463 * nnimap.el (nnimap-request-accept-article): Message the error on
1464 error.
1465
e5fa3899
KY
14662010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
1467
1468 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1469
1821a7b4
LMI
14702010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1471
82bccbfa
KY
1472 * nndoc.el (nndoc-request-list): Return success always.
1473
1474 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1475 `fetch-old' -- we only want to fetch the articles we've requested. The
1476 rest are in the agent, probably.
1477 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1478 disappeared server" to something low. It's not important.
1479
1480 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1481 arrived before the FETCH data.
1482
1483 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1484 target here, because we don't know the Gnus name of the group.
1485
1486 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1487 for the correct group.
1488
1489 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1490
1491 * gnus.el (gnus): Give a final warning after startup.
1492
1493 * gnus-util.el (gnus-action-message-log): New variable.
1494 (gnus-message): Use it.
1495 (gnus-final-warning): New function.
1496
1497 * nnimap.el (nnimap-open-connection): Record the greeting.
1498 (nnimap): Add greeting.
1499
15002010-09-26 Julien Danjou <julien@danjou.info>
1501
1502 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1503 arguments.
1504 (gnus-html-wash-images): Fix spec computing to include start/end.
1505
1506 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1507
15082010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1509
1510 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1511 deletion.
1512 (nnimap-retrieve-headers): Don't select the group, because that's
1513 already done by nnimap-possibly-change-group.
1514
1515 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1516 (gnus-picon-transform-address): Use it.
1517
2696d88f
G
1518 * mail-source.el (mail-source-value): Revert previous patch.
1519
1520 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1521 on failure.
1522 (nnimap-open-connection): Look up both virtual and physical server name
1523 credentials.
1524
1525 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1526
15272009-02-08 Dave Love <fx@gnu.org>
1528
1529 * gnus-win.el (gnus-window-to-buffer-helper,
1530 gnus-all-windows-visible-p): Function needn't be a symbol.
1531
1532 * mail-source.el (mail-source-value): Function needn't be a symbol.
1533
15342010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1535
1536 * message.el (message-cite-prefix-regexp): Remove } from the cite
1537 prefix.
1538
1539 * gnus-art.el (gnus-treatment-function-alist): Do picons before
1540 highlight again, so that the highlight is correct.
1541
1542 * gnus-picon.el (gnus-picon): Remove again.
1543 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1544
1821a7b4
LMI
1545 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1546 doing the header highlightling, so that the background colour of the
1547 picon is correct.
1548
1549 * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1550 (gnus-picon): Ditto.
1551 (gnus-picon): Reinstate. The background colour for picons is white.
1552 (gnus-picon-insert-glyph): Make the background white.
1553
1554 * nnml.el (nnml-open-nov): Don't return dead buffers.
1555
1556 * auth-source.el (auth-source-create): Query the user for whether to
1557 store the credentials.
1558
1559 * auth-source.el (auth-source-user-or-password): Use the existing auth
1560 sources, if any, for creation.
1561
1562 * gnus.el (gnus-group-fast-parameter): Return the last matching
1563 parameter instead of the first matching parameter.
1564
15652010-09-26 Julien Danjou <julien@danjou.info>
1566
1567 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1568
15692010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1570
1571 * mml2015.el (mml2015-use): Remove gpg support.
1572
1573 * mml1991.el (mml1991-function-alist): Remove gpg function.
1574 (mml1991-gpg-sign): Removed.
1575
15762010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
1577
1578 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1579 (gnus-browse-unsubscribe-current-group): Document it.
1580 (gnus-browse-unsubscribe-group): Use it.
1581
15822010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1583
1584 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1585 address to the To list for easier response.
1586
1587 * gnus.el (gnus-play-startup-jingle): Removed.
1588 (gnus-splash): Don't play jingle.
1589 (gnus): Silence gnus-load message.
1590
1591 * gnus-art.el (gnus-treat-play-sounds): Removed.
1592
1593 * gnus.el (gnus-play-jingle): Remove audio support.
1594
1595 * gnus-cus.el (gnus-score-customize): Remove audio reference.
1596
1597 * earcon.el: Removed -- no users.
1598
1599 * gnus-audio.el: Removed -- no users of this package.
1600
1601 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1602
1603 * gnus-start.el (gnus-setup-news): Remove nocem support.
1604
1605 * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1606
1607 * gnus.el (gnus-use-nocem): Removed.
1608
1609 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1610 Removed.
1611
1612 * gnus-nocem.el (gnus-nocem-issuers): Removed file. Apparently nobody
1613 uses NoCeM any more.
1614
1615 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1616 (gnus-button-ctan-handler): Ditto.
1617 (gnus-button-handle-ctan-bogus-regexp): Ditto.
1618 (gnus-button-ctan-directory-regexp): Ditto.
1619 (gnus-button-handle-ctan): Ditto.
1620 (gnus-button-tex-level): Ditto.
1621 (gnus-button-alist): Removed CTAN stuff.
1622
16232010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1624
1625 * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1626 nnimap-streaming test.
1627
1628 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1629 servers twice.
1630
1631 * nnimap.el (nnimap-open-connection): Add more error reporting when
1632 nnimap fails early.
1633
1634 * nnheader.el (nnheader-get-report-string): New function.
1635 (nnheader-get-report): Use it.
1636
1637 * gnus-int.el (gnus-check-server): Say what the error was when opening
1638 failed.
1639
1640 * nnimap.el (nnimap-wait-for-response): Search further when we're not
1641 using streaming.
1642
16432010-09-25 Julien Danjou <julien@danjou.info>
1644
1645 * gnus-html.el (gnus-html-rescale-image): Use our defalias
1646 gnus-window-inside-pixel-edges.
1647
758845a0
LMI
16482010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1649
1821a7b4
LMI
1650 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1651
1652 * mm-decode.el (mm-save-part): Allow saving to other directories the
1653 normal Emacs way.
1654
1655 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox. Suggested
1656 by Jay Berkenbilt.
1657
1658 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1659 there isn't a single byte.
1660
1661 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1662 just do it. It doesn't really seem to matter what the user responds
1663 here, I think, so it's just a confusing question.
1664
1665 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1666 non-streaming case.
1667
1668 * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1669 (gnus-article-encrypt-body): Use it.
1670
1671 * gnus-sum.el (gnus-summary-show-complete-article): New command and
1672 keystroke.
1673
1674 * nnimap.el (nnimap-find-wanted-parts-1): Use
1675 gnus-fetch-partial-articles.
1676
1677 * gnus-art.el (gnus-fetch-partial-articles): New variable.
1678
1679 * nnimap.el (nnimap-insert-partial-structure): New function.
1680 (nnimap-get-partial-article): New function.
1681 (nnimap-request-article): Use it.
1682 (nnimap-wait-for-response): Return whether the wait was successful.
1683 (nnimap-finish-retrieve-group-infos): Don't do anything if the
1684 retrieval wasn't successful.
1685 (nnimap-retrieve-group-data-early): Allow throttling servers.
1686 (nnimap-streaming): New variable.
1687 (nnimap-fetch-partial-articles): Removed.
1688
1689 * mm-decode.el (mm-with-part): Protect against killed buffers.
1690
758845a0
LMI
1691 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1692 for prettier summary display.
1693
cd178df2
AC
16942010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
1695
1696 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1697 directly.
1698
56d95d02
LMI
16992010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1700
6f33b4d7
LMI
1701 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1702 apparently third-party libraries depend on it.
1703
1704 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1705 before starting negotiation.
1706
6688abe0
LMI
1707 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1708 privacy reasons.
1709 (gnus-treat-mail-gravatar): Ditto.
1710
56d95d02
LMI
1711 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1712 buffer when inserting images. Inserting text into the headers, for
1713 instance, can make them invalid.
1714
e70153eb
JD
17152010-09-25 Julien Danjou <julien@danjou.info>
1716
a41db107
JD
1717 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1718 variables.
1719
1720 * nnheader.el: Remove useless variables news-reply-yank-from and
1721 news-reply-yank-message-id.
1722
1723 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1724 variables.
1725
1726 * mml1991.el: Remove useless mml1991-verbose.
1727
1728 * gnus.el: Remove useless variable gnus-use-generic-from.
1729 Remove obsolete variable gnus-topic-indentation.
1730
1731 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1732
1733 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1734
1735 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1736
1737 * gnus-group.el: Remove useless gnus-group-icon-cache.
1738 Remove useless gnus-ephemeral-group-server.
1739
1740 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1741
e70153eb
JD
1742 * mml2015.el: Remove useless mml2015-verbose.
1743
1744 * mml-smime.el: Remove useless mml-smime-verbose.
1745
1746 * gnus.el: Remove useless gnus-local-domain.
1747
1748 * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1749 gnus-gravatar-size.
1750
1751 * gnus-art.el: Remove useless gnus-treat-translate.
1752
61b1af82
G
17532010-09-24 Julien Danjou <julien@danjou.info>
1754
1755 * gnus-sum.el: Add support for Gravatars.
1756
1757 * gnus-art.el: Add support for Gravatars.
1758
1759 * gnus-gravatar.el: Add this file.
1760
1761 * gravatar.el: Add this file.
1762
17632010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1764
1765 * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1766
1767 * gnus-group.el (gnus-group-fetch-faq): Removed.
1768
1769 * gnus.el (gnus-group-faq-directory): Removed.
1770
1771 * gnus-group.el (gnus-group-fetch-charter): Removed.
1772
1773 * gnus.el (gnus-group-charter-alist): Removed.
1774
1775 * gnus-group.el (gnus-group-archive-directory): Removed.
1776 (gnus-group-recent-archive-directory): Ditto.
1777 (gnus-group-make-archive-group): Removed.
1778
1779 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1780
1781 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1782 use the same article number for all the cached articles.
1783
1784 * nnimap.el (nnimap-command): Register the last command time so
1785 that we can use it for idling NOOPs.
1786 (nnimap-open-connection): Start the keeplive timer.
1787 (nnimap-make-process-buffer): Store all the process buffers.
1788 (nnimap-keepalive): New function.
1789
1790 * starttls.el: (starttls-open-stream): Add autoload cookie.
1791
17922010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
1793
1794 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1795 handling.
1796
17972010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1798
1799 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1800 its data structures.
1801
1802 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1803 instead of the cl.el copy-list.
1804 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1805 equalp.
1806
5843126b
KY
18072010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
1808
1809 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1810 and tool-bar-local-item-from-menu.
1811
1812 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1813 mode-line-highlight face for Emacs.
1814
1815 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1816 loading gnus-sum.elc; fix comment for canlock-verify.
1817 (gnus-article-jump-to-part): Use read-number.
1818 (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1819 Emacs pre-21 compatible code for help-echo.
1820 (gnus-article-next-page-1): No need to adjust the number of lines.
1821 (gnus-article-describe-bindings): Always use help-buffer.
1822
1823 * gnus-audio.el (gnus-audio-inline-sound)
1824 * gnus-cus.el (gnus-custom-mode)
1825 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1826
1827 * gnus-sum.el (gnus-remove-overlays): Doc fix.
1828
1829 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1830 compatible code.
1831
0a9f9d06 18322010-09-24 Glenn Morris <rgm@gnu.org>
872b1b16
GM
1833
1834 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1835 visiting the fcc file in rmail-mode.
1836
d3361e62
KY
18372010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
1838
1839 * nnir.el: Silence the byte compiler.
1840
1841 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1842 alias to browse-url-url-encode-chars if any.
1843 (gnus-html-encode-url): Use it.
1844
b1ae92ba
G
18452010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1846
1847 * gnus-start.el (gnus-use-backend-marks): New variable.
1848 (gnus-get-unread-articles-in-group): Use it.
1849
1850 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1851 makeover.
1852
18532010-09-23 Andrew Cohen <cohen@andy.bu.edu>
1854
1855 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1856
18572010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1858
1859 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1860 Removed.
1861 (gnus-setup-news-hook): Removed
1862 gnus-fixup-nnimap-unread-after-getting-new-news.
1863
1864 * gnus-int.el (gnus-request-update-info): Protect against backends not
1865 having the function.
1866
1867 * nnimap.el (nnimap-stream): Mention starttls.
1868 (nnimap-open-connection): Add starttls support.
1869
18702010-09-23 Andrew Cohen <cohen@andy.bu.edu>
1871
1872 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1873
18742010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1875
1876 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1877 BODYSTRUCTUREs.
1878 (nnimap-transform-headers): Unfold quoted {42} headers.
1879
1880 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1881 the info.
1882 (gnus-get-unread-articles): Only call updatep on backends that support
1883 it.
1884
1885 * nnweb.el (nnweb-request-update-info): NOOP.
1886
1887 * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1888
1889 * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1890 since it only deals with marks.
1891
1892 * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1893 gnus-request-marks, and make a new gnus-request-update-info.
1894
1895 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1896 the active instead of the high number, which is usually too low.
1897
18982010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
1899
b1ae92ba
G
1900 * encrypt.el: Removed.
1901
239952b0
LMI
19022010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1903
d8ec441e
LMI
1904 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1905 server in symbolic form.
1906
239952b0
LMI
1907 * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1908 0.9.
1909
b069e5a6
G
19102010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1911
1912 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1913 (nnimap-update-info): Fix up code slightly.
1914
1915 * gnus-int.el (gnus-open-server): Add tracing for performance
1916 debugging.
1917
1918 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1919 (gnus-group-insert-group-line): Pass the real group name so that it
1920 gets the right data.
1921
1922 * gnus-start.el (gnus-get-unread-articles): Don't have
1923 `gnus-get-unread-articles-in-group' update info, since that can be
1924 really slow and doesn't seem to be needed?
1925
b069e5a6
G
19262010-09-22 Julien Danjou <julien@danjou.info>
1927
1928 * gnus-group.el (gnus-group-insert-group-line): Call
1929 gnus-group-highlight-line.
1930 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1931 default hook list.
1932 (gnus-group-update-eval-form): Add new function.
1933 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1934 (gnus-group-get-icon): Use gnus-group-update-eval-form.
1935
19362010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1937
1938 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1939 immediate, then expire all articles.
1940 (nnimap-update-info): Fix off-by-one errors.
1941 (nnimap-flags-to-marks): Would return no marks lists for group with no
1942 flags. Instead return the other data.
1943
19442010-09-22 Julien Danjou <julien@danjou.info>
1945
1946 * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1947 Only return an icon.
1948 (gnus-group-insert-group-line): Compute icon to return.
1949
1950 * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1951 variable.
1952 (gnus-html-image-fetched): Only cache if
1953 gnus-html-image-automatic-caching is set.
1954 (gnus-html-image-fetched): Check for errors.
1955
19562010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1957
1958 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1959 once per method on `g'. This ensures that backends like nnfolder don't
1960 open all their folders.
1961
1962 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1963 (nnimap-request-list): Nix out group in the correct buffer.
1964 (nnimap-parse-flags): Implement by using `read' instead of
1965 hand-parsing.
1966 (nnimap-flags-to-marks): Pass on permanent-flags.
1967 (nnimap-make-process-buffer): Record the server name.
1968 (nnimap-parse-flags): Fix typo.
1969 (nnimap-request-scan): Run split on the server in general, not just a
1970 single group.
1971
1972 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1973 parameter, and propagate this downwards.
1974
1975 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1976 since EXAMINE changes it on the server.
1977
1978 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1979 this command might take a while.
1980
19812010-09-22 Julien Danjou <julien@danjou.info>
1982
b1ae92ba
G
1983 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1984 harmful if you have 2 images side-by-side, they can't be properly
1985 update on text deletion. Using text-property is safer here.
b069e5a6
G
1986 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1987 data.
1988
19892010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1990
1991 * nnimap.el (nnimap-expunge-inbox): Removed.
1992 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1993 (nnimap-expunge): Flip default to t.
1994
1995 * gnus.el (gnus-method-to-server): Don't push things to the cache
1996 unless it's unique.
1997 (gnus-server-to-method): Ditto.
1998
7390c1cd
TZ
19992010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
2000
2001 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2002
b4e64499
JD
20032010-09-22 Julien Danjou <julien@danjou.info>
2004
b069e5a6
G
2005 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2006 get the start of data.
2007 (gnus-html-encode-url): Add this function to encode special chars in
2008 URL.
2009 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2010 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2011
c7e2ef4e
JD
2012 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2013 default.
2014 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2015
b4e64499
JD
2016 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2017 images alt-text.
2018 (gnus-html-put-image): Put alt-text as help-echo.
2019
4def29e7
KY
20202010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
2021
2022 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2023 * mm-util.el (mm-decompress-buffer)
2024 * nnir.el (nnir-run-find-grep)
2025 * pop3.el (pop3-list): Use 3rd arg of split-string.
2026
b069e5a6
G
20272010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2028
2029 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2030 outside the active range. Suggested by Dan Christensen.
2031
2032 * gnus-start.el (gnus-get-unread-articles): Get the extended method
2033 slightly later to avoid double-getting it.
2034
2035 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2036 previous patch.
2037
2038 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2039
0617bb00
LMI
20402010-09-21 Adam Sjøgren <asjo@koldfront.dk>
2041
2042 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2043
20442010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2045
2046 * gnus-int.el (gnus-open-server): Give a better error message in the
2047 "go offline" case.
2048
2049 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2050 marks for nnimap, which is seldom the right thing to do.
2051
2052 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2053 (gnus-same-method-different-name): New function.
2054
2055 * nnimap.el (parse-time): Require.
2056
2057 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2058 method in the presence of many similar methods.
2059
2060 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2061
2062 * nnimap.el (nnimap-find-expired-articles): Don't refer to
2063 nnml-inhibit-expiry.
2064
2065 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2066 find out whether methods are equal.
2067
2068 * nnimap.el (nnimap-find-expired-articles): New function.
2069 (nnimap-process-expiry-targets): New function.
2070 (nnimap-request-move-article): Request the article before looking at
2071 what the Message-ID is. Fix found by Andrew Cohen.
2072 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2073
2074 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2075 for oldness in addition to being a predicate.
2076
2077 * nnimap.el (nnimap-request-group): When we have zero articles, return
2078 the right data to Gnus.
2079 (nnimap-request-expire-articles): Only delete articles immediately if
2080 the target is 'delete.
2081
2082 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2083 method, this would bug out.
2084
2085 * gnus-group.el (gnus-group-expunge-group): Renamed from
2086 gnus-group-nnimap-expunge, and implemented as a normal interface
2087 function.
2088
2089 * gnus-int.el (gnus-request-expunge-group): New function.
2090
2091 * nnimap.el (nnimap-request-create-group): Implement.
2092 (nnimap-request-expunge-group): New function.
2093
2c8b2fc8
JD
20942010-09-21 Julien Danjou <julien@danjou.info>
2095
2096 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2097 (gnus-html-cache-expired): Add new function.
2098 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2099 wethever we should display image for fetch it.
2100 Compute alt-text earlier to pass it to the fetching function too.
2101 (gnus-html-schedule-image-fetching): Change function argument to only
2102 get one image at a time, not a list.
2103 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2104 cache.
2105 (gnus-html-get-image-data): New function to retrieve image data from
2106 cache.
2107 (gnus-html-put-image): Change buffer argument to use image data rather
2108 than file, and place image above region rather than inserting a new
2109 one. Do not take alt-text as argument, since it's useless now: we place
2110 the image above alt-text.
2111 (gnus-html-prune-cache): Remove.
2112 (gnus-html-show-images): Start to fetch image when we find one, do not
2113 push into a temporary list.
2114 (gnus-html-prefetch-images): Only fetch image if they have expired.
2115 (gnus-html-browse-image): Fix, use 'gnus-image-url.
2116 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2117
e4e22d29
KY
21182010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2119
2120 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2121
a46359d4
LMI
21222010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2123
b069e5a6
G
2124 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2125 spec inser "*" if the group isn't active instead of 0.
2126
a46359d4
LMI
2127 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2128 opening the server.
2129 (nnimap-request-delete-group): Implement group deletion.
2130 (nnimap-transform-headers): Return the size of the entire message in
2131 the Bytes header, not just the size of the first part.
2132 (nnimap-request-move-article): When moving an article from nnimap,
2133 request the article first so the accepting form has an article to
2134 accept. Reported by Dan Christensen.
2135 (nnimap-command): Make sure that the error message doesn't error out.
2136
21372010-09-20 David Edmondson <dme@dme.org> (tiny change)
2138
2139 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2140 we haven't requested anything.
2141
21422010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2143
2144 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2145 "". Fix found by Andrew Cohen.
2146
2147 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2148 instead of -encode-string.
2149
321fce93
KY
21502010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2151
2152 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2153
2154 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2155 by mm-subst-char-in-string.
2156
e8861cd2
LMI
21572010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2158
bdaa75c7
LMI
2159 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2160 waiting for the connection string.
2161
2162 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2163 arriving.
2164
2165 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2166 bogus characters. This allows selecting certain Gmail groups.
2167
2168 * nnimap.el (nnimap-find-wanted-parts-1): New function.
2169 (nnimap-fetch-partial-articles): New variable.
2170 (nnimap-open-connection): When looking for credentials, also use the
2171 nnimap-server-port.
2172 (nnimap-request-article): Return the group/article number, so that Gnus
2173 `^' works as expected.
2174 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2175 them.
2176
2177 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2178 comments.
2179 (gnus-methods-sloppily-equal): New function.
2180 (gnus): When using the development version of Gnus, load the gnus-load
2181 file.
2182
2183 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2184 `gnus-open-server' on each method before trying to scan them etc. This
2185 ensures that all the backend parameters are set correctly.
2186
2187 * nnimap.el (nnimap-authenticator): New variable.
2188 (nnimap-open-connection): Allow anonymous login.
2189 (nnimap-transform-headers): The chars header is called Chars not
2190 Bytes.
2191 (nnimap-wait-for-response): Don't infloop if the IMAP connection
2192 drops.
2193
2194 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2195 patch, found by Knut Anders Hatlen.
2196
21972010-09-19 Andreas Schwab <schwab@linux-m68k.org>
2198
2199 * gnus-agent.el (gnus-agent-batch-confirmation)
2200 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2201 to gnus-message.
2202 * gnus-art.el (gnus-article-describe-briefly): Likewise.
2203 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2204 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2205 * gnus-int.el (gnus-open-server): Likewise.
2206 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2207 (gnus-score-check-syntax): Likewise.
2208 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2209 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2210 Likewise.
2211 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2212
22132010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2214
2215 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2216 calling conventions so that prefetch doesn't bug out.
2217
22182010-09-19 Julien Danjou <julien@danjou.info>
2219
2220 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2221 rather than `subst-char-in-region' in order to be able to replace ASCII
2222 char by UTF-8 ones.
2223
2224 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2225 than curl.
2226 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2227 the right URL and ALT text on images.
2228 (gnus-html-wash-tags): Fix tag case.
93acd23d 2229 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
bdaa75c7
LMI
2230 (gnus-article-html): Add -o display_ins_del=2 option.
2231 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2232
22332010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2234
2235 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2236 the extra mail headers, which sometimes seem to happen for unknown
2237 reasons.
2238
2239 * mail-parse.el (mail-header-encode-parameter): Define as
2240 rfc2045-encode-string instead of as rfc2231-encode-string, since some
2241 (or most, perhaps?) mail readers don't understand the latter, but do
2242 understand the former.
2243
e8861cd2
LMI
2244 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2245 to nil, so that no methods are automatically agentized. I think this
2246 is probably what most users want.
2247
2248 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2249 from url-retrieve, for instance about invalid URLs.
2250
2251 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2252 groups that have no articles.
2253 (nnimap-request-article): Check that we really got an article when we
2254 requested one.
2255
2256 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2257 doesn't exist.
2258
2259 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2260 nntp buffer so the agent can save it.
2261 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2262 that CRLF doesn't get translated to \n.
2263 (nnimap-open-connection): Don't make 'shell commands only send \n.
2264
149caf54
SM
22652010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2266
2267 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2268 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2269 Update var name.
2270 (nnml-generate-nov-file): Use dolist.
2271 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2272 Use with-current-buffer.
2273
286c4fc2
LMI
22742010-09-18 Julien Danjou <julien@danjou.info>
2275
2276 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2277 parallel.
2278
88ed5ce8
KY
22792010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2280
286c4fc2
LMI
2281 * nnimap.el (nnimap-update-info): When doing partial marks update, get
2282 the range update right.
2283 (nnimap-request-group): Don't make `M-g' bug out on group with no
2284 marks.
bdaa75c7 2285 (nnoo): Required, so that other packages can require nnimap.
286c4fc2
LMI
2286 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2287 command we're looking for. This helps when the server sends more
2288 responses after we've gotten everything we expected.
2289 (nnimap): Add a `newlinep' field to keep track of end-of-line
2290 conventions.
2291 Don't send CRLF to things that don't want it.
2292 (nnimap-request-accept-article): Ditto.
2293
22942010-09-18 Julien Danjou <julien@danjou.info>
2295
2296 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2297 than curl to retrieve images.
2298
22992010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2300
2301 * nnimap.el (nnimap-update-info): Extend the info so that we can set
2302 the marks.
2303 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2304 (nnimap-wait-for-connection): New function.
2305 (nnimap-open-connection): If we have PREAUTH, don't query for login
2306 credentials.
2307 (nnimap-update-info): Fix off-by-one error when concatenating ranges
2308 when doing a partial update.
2309
23102010-09-18 Julien Danjou <julien@danjou.info>
2311
2312 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2313 tags.
2314
23152010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2316
2317 * nnimap.el (nnimap-credentials): New function.
2318 (nnimap-open-connection): Use the new function to look for credentials
2319 also on the numeric equivalents of "imap" and "imaps".
2320
2321 * gnus-start.el (gnus-activate-group): Send the info to
2322 gnus-request-group.
2323
2324 * nnimap.el (nnimap-request-group): Have the "check" version of the
2325 function parse flags and update the info, so that a `M-g' get a total
2326 resync of all flags from the group.
2327
2328 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2329 to allow backends to alter the info on group selection. Also alter all
2330 the backend -request-group functions to take the parameter.
2331
2332 * nnimap.el (nnimap-store-info): New function.
2333 (nnimap-update-info): Store the info for later usage.
2334 (nnimap-request-group): Use the stored info for the dont-check case, so
2335 that we don't retrieve all marks when we enter a group.
2336
2337 * nnimap.el: Use deffoo instead of defun for interface functions.
f58208b1 2338
bf5ba10b
LMI
2339 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2340 update the group info. This makes the nndraft groups, for instance, go
2341 back to their old behaviour.
2342
88ed5ce8
KY
2343 * gnus-sum.el (gnus-select-newsgroup): Indent.
2344
2345 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2346 in.
2347 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2348 nothing.
2349
2350 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2351 from methods that are denied.
2352
2353 * gnus-int.el (gnus-method-denied-p): New function.
2354
2355 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2356 store the password instead of netrc.
2357 (nnimap-open-connection): Don't error out when we can't make a
2358 connections.
2359
2360 * auth-source.el (auth-source-create): In the password prompt, say what
2361 we're querying for. Also prompt for user name if that hasn't been
2362 given.
2363
2364 * nnimap.el (nnimap-with-process-buffer): Removed.
2365
23662010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2367
2368 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2369 method when we're reading from the agent.
2370
2371 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2372
2373 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2374 that's probably most useful for users.
2375
2376 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2377 "failed" all the time.
2378
2379 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2380 ...)) with (with-current-buffer ... ).
2381
2382 * nntp.el (nntp-open-server): Return whether the open was successful or
2383 not.
2384
2385 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2386 select an unread unseen article first.
2387
2388 * nnimap.el (nnimap-open-connection): If the user doesn't have a
2389 /etc/services, supply some sensible port defaults.
2390
b069e5a6 23912010-09-17 Julien Danjou <julien@danjou.info>
88ed5ce8
KY
2392
2393 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2394
23952010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
2396
2397 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2398 doesn't have any parameters.
2399
24002010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2401
2402 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2403 only upcased checks.
2404
2405 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2406
2407 * nnimap.el (nnimap-open-shell-stream): New function.
2408 (nnimap-open-connection): Use it.
2409 (nnimap-transform-headers): Get the number of lines in each message.
2410 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2411 number of lines.
2412 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
2413 problem.
2414
2415 * utf7.el (utf7-encode): Autoload.
2416
2417 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2418 to allow the mail splitting to not return a default group. This is
2419 useful for nnimap, which will leave unmatched mail in the inbox.
2420
2421 * nnimap.el: Rewritten.
2422
2423 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2424 nnimap usage.
2425
2426 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2427 if the move is internal, so that nnimap can do fast internal moves.
2428
2429 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2430 data.
2431 (gnus-read-active-for-groups): Support finishing the early retrieval of
2432 data.
2433
2434 * gnus-range.el (gnus-range-nconcat): New function.
2435
2436 * gnus-int.el (gnus-finish-retrieve-group-infos)
2437 (gnus-retrieve-group-data-early): New functions.
2438
63556fc6
SM
24392010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2440
2441 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2442 (nnrss-retrieve-groups):
2443 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2444 (pop3-quit): Use with-current-buffer.
2445
f4530299
KY
24462010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
2447
0eb04273
KY
2448 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2449 instead of nnheader-accept-process-output.
2450
f4530299
KY
2451 * gnus-html.el (gnus-html-schedule-image-fetching)
2452 (gnus-html-prefetch-images): Replace process-kill-without-query by
2453 gnus-set-process-query-on-exit-flag.
2454
eca7d7bf
RF
24552010-09-16 Romain Francoise <romain@orebokech.com>
2456
2457 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2458
01e80360
LMI
24592010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2460
b069e5a6
G
2461 * gnus-registry.el (gnus-registry-install-shortcuts): The second
2462 parameter to unintern is mandatory-ish in Emacs 24.
2463
01e80360
LMI
2464 * gnus-html.el (gnus-html-schedule-image-fetching)
2465 (gnus-html-prefetch-images): Check for curl before using it.
2466
2467 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2468 depend on curl, which isn't essential.
2469
2470 * imap.el: Revert back to version
2471 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2472 seem problematic.
2473
5e2a84e3
JB
24742010-09-14 Juanma Barranquero <lekktu@gmail.com>
2475
2476 * gnus-registry.el (gnus-registry-install-shortcuts):
2477 Explicitly pass `obarray' to `unintern' to avoid a warning.
2478
74769e8b
LMI
24792010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2480
2481 * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2482 change.
2483
2484 * nnrss.el (nnrss-request-list): Removed this function and related
2485 functions, including the moreover stuff.
2486
24872010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2488
2489 * nnrss.el (nnrss-retrieve-groups): New function.
2490
32405341
JB
24912010-09-14 Juanma Barranquero <lekktu@gmail.com>
2492
2493 * .dir-locals.el: Add no-byte-compile cookie.
2494
dff99050
KY
24952010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
2496
2497 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2498 for back end that doesn't support request-scan.
2499
a9ec34f4
LMI
25002010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2501
2502 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2503 then do request scans from the backends.
2504
2505 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2506 avoid running a hook per line, since this takes a lot of time,
2507 profiling shows.
2508 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2509 directly if gnus-visual-p is true.
2510
39486331
KY
25112010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
2512
2513 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2514 groups; replace mapcar with dolist which is a bit faster; pass groups
2515 info to gnus-read-active-file-1.
2516 (gnus-read-active-file-1): Scan only specified groups if the new
2517 optional arg `infos' is given.
2518
698ecd82
LMI
25192010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2520
e574f629
LMI
2521 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2522
2523 * pop3.el (pop3-movemail): Removed.
2524 (pop3-streaming-movemail): Renamed to pop3-movemail.
2525
698ecd82
LMI
2526 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2527 don't restrict end-tag searches to the end of the line.
2528
55c9cbb0
KY
25292010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
2530
2531 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2532 articles of every unchecked group to t, which means unknown since the
2533 server has never been opened.
2534
724d30be
KY
25352010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2536
99fcd180
LMI
2537 * gnus-html.el (gnus-html-show-alt-text): New command.
2538 (gnus-html-browse-image): Ditto.
2539 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2540 to browse the image directly.
9778a07a
LMI
2541 (gnus-html-wash-tags): Search for images first, so that <a><img> works
2542 better.
99fcd180 2543
724d30be
KY
2544 * gnus-async.el (gnus-async-article-callback): Call
2545 `gnus-html-prefetch-images' unconditionally.
2546
2547 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2548 before feeding URLs to curl.
2549
16ec6ca4
KY
25502010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
2551
ecc74b38
KY
2552 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2553 internal images as deletable by `W D D'.
2554
16ec6ca4
KY
2555 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2556 (gnus-async-article-callback): Fix typo.
2557
5edc8186
LMI
25582010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2559
f9e50677
LMI
2560 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2561 current line to work around bugs in the output from w3m.
2562
8d408585
LMI
2563 * gnus-async.el (gnus-async-article-callback): Always prefetch images
2564 for groups that want that.
2565
d832b437
LMI
2566 * nntp.el (nntp-wait-for-string): Supply a timeout for
2567 accept-process-output to ensure progress.
2568
cdad7ab2
LMI
2569 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2570 level to get unread articles from, then use that for foreign groups,
2571 too.
2572
f39ccb2e
LMI
2573 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2574 confuses the rest of the function.
2575
26f96aa0
LMI
2576 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2577 for the methods that support -retrieve-groups, too.
2578
5edc8186
LMI
2579 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2580
ed96ace9
KY
25812010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2582
2583 * pop3.el: Require cl when compiling.
2584 (pop3-number-of-responses): Search for "+OK", not "+OK ".
2585
d65835d9
LMI
25862010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2587
a83e5f19
LMI
2588 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2589 that aren't going to be activated.
f87f756b 2590 (gnus-get-unread-articles): Fix up the last commit.
a83e5f19 2591
29cd986b
LMI
2592 * gnus-html.el (gnus-article-html): Allow calling without specifying
2593 the handle. In that case, dissect the buffer first.
2594
29d31b55
LMI
2595 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2596
d32fac69
LMI
2597 * nnimap.el (nnimap-open-connection): Revert the change that would look
2598 into authinfo for imaps instead of imap.
2599
c15c8017
LMI
2600 * gnus-start.el (gnus-activate-group): Take an optional parameter to
2601 say that you don't want to call gnus-request-group with don-check, but
2602 do check the reponse. This is for virtual groups only.
cc4244d3
LMI
2603 (gnus-get-unread-articles): Count the archive groups as secondary, so
2604 that they're activated the same way as before.
c15c8017 2605
3733ba53
LMI
2606 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2607 case-insensitively.
f292afe5 2608 (nnimap-debug): Removed.
3733ba53 2609
8695c9a7
LMI
2610 * mail-source.el (mail-source-fetch): Don't message if we're fetching
2611 mail from a file, and the file doesn't exist.
2612
3ff31c90
LMI
2613 * pop3.el (pop3-streaming-movemail): Return t for success.
2614
b1a069e6
LMI
2615 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2616 .authinfo if we're using ssl connection.
2617
0c6dfaf8
LMI
2618 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2619 already have if we're in a main Gnus `g' run.
2620
d65835d9
LMI
2621 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2622
c6faacb4
KY
26232010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
2624
3cf628e8
KY
2625 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2626
8737ef69
KY
2627 * nnmh.el (nnmh-request-list-1): Bind `file'.
2628
c6faacb4
KY
2629 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2630 alias to set-process-query-on-exit-flag or process-kill-without-query.
2631 (pop3-open-server): Use it.
2632
eecdcaf5
LMI
26332010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2634
85816ac1
LMI
2635 * mail-source.el (mail-source-delete-crash-box): Always move the crash
2636 box to the Incoming file. Fixes mistake in previous checkin.
2637
2638 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2639 request loop (for debugging purposes) removed.
2640
530b8957
LMI
2641 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2642 culprit is more visible.
85816ac1
LMI
2643 (nnml-save-incremental-nov, nnml-open-incremental-nov)
2644 (nnml-add-incremental-nov): New functions to do "incremental" nov
2645 updates, where we just append to the end of the existing nov files
2646 without reading/writing them in full.
530b8957
LMI
2647
2648 * mail-source.el (mail-source-delete-crash-box): Really only check the
2649 incoming files once in a while.
2650
ff3eb82e
LMI
2651 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2652
a2bb410e
LMI
2653 * mail-source.el (mail-source-delete-crash-box): Only check the
2654 incoming files for deletion once per day to save a lot of file
2655 accesses.
2656
2657 * pop3.el (pop3-logon): Fix up unbound variable typo.
2658
2659 * mail-source.el (pop3-streaming-movemail): Autoload.
2660
2661 * pop3.el (pop3-streaming-movemail): Respect
2662 pop3-leave-mail-on-server.
2663
2664 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2665 retrieval.
2666
2667 * pop3.el (pop3-process-filter): Removed unused function.
2668 (pop3-streaming-movemail, pop3-send-streaming-command)
2669 (pop3-wait-for-messages, pop3-write-to-file)
2670 (pop3-number-of-responses): New functions for streaming pop3
2671 retrieval.
2672
ef45ee6f
LMI
2673 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2674 come from no known methods.
fb994703
LMI
2675 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2676 list.
ef45ee6f 2677
34e03853
LMI
2678 * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2679 message sizes.
ef45ee6f
LMI
2680 (pop3-movemail): Use erase-buffer instead of looping and deleting
2681 regions, which seems rather odd.
34e03853 2682
4469385c
LMI
2683 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2684 file once per `g' run.
2685
2c8bcd54
LMI
2686 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2687 directories. This makes the draft queue directory work.
2688
8c3e17f8
LMI
2689 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2690 data from the backends, so that we only request the list of groups from
2691 each method once. This should speed things up considerably.
2692
2693 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2694 detect that it's not implemented.
2695
2696 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2697 we actually do recurse down into the tree, but don't stat all leaf
2698 nodes.
2699
f790bb74
LMI
2700 * gnus-html.el (gnus-html-show-images): If there are no images to show,
2701 then say so instead of bugging out.
2702
c25d60ab
LMI
2703 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2704 files exist before trying to read them.
2705
2706 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2707 around <pre_int>.
2708
2709 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2710
eecdcaf5
LMI
2711 * nnmh.el (nnmh-request-list-1): Optimize for speed.
2712
7426b4f7
LMI
27132010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2714
eecdcaf5
LMI
2715 * mm-util.el (mm-image-load-path): Just return the image directories,
2716 not all directories in the path in addition to the image directories.
2717 (mm-image-load-path): Maintain a cache of the image directories so that
2718 the `g' command in Gnus doesn't have to stat dozens of directories each
2719 time.
2720
10e91ca9
LMI
2721 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2722 (gnus-html-wash-tags): Add a new `i' command to insert images.
2723 (gnus-html-insert-image): New command and keystroke.
25f28806
LMI
2724 (gnus-html-redisplay-with-images): New command and keystroke.
2725 (gnus-html-show-images): Renamed command.
8fab3e39
LMI
2726 (gnus-html-wash-tags): Remove more white space before <pre_int> image
2727 spacers.
2728 (gnus-html-wash-tags): Decode entities at the end, so that entities
2729 inside the tags don't mess up the rest of the "parsing".
10e91ca9
LMI
2730
2731 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2732 so that nnimap methods aren't agentized by default. There's apparently
2733 many problems related to agent/imap behaviour.
2734
7426b4f7
LMI
2735 * gnus-art.el (gnus-article-copy-string): New command and key binding.
2736
2737 * gnus-html.el: Doc fix.
2738
3fb8f8a1
KY
27392010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
2740
73137971
KY
2741 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2742 glyph-width and glyph-height instead of display-graphic-p and
59f65f5c 2743 image-size; make avoidance of displaying small images work for XEmacs.
73137971
KY
2744
2745 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2746 for XEmacs.
2747
3fb8f8a1
KY
2748 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2749 of symbol that holds plist data.
2750 (gnus-process-plist): Remove plist of process after getting it.
2751
2e23878e
LMI
27522010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2753
5d97d032
LMI
2754 * message.el (message-generate-hashcash): Change default to
2755 'opportunistic if hashcash is installed.
2756
2e23878e 2757 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5d97d032
LMI
2758 (gnus-html-put-image): Only call image-size once, since it's somewhat
2759 time-consuming on remote X servers.
2e23878e 2760
60893e6f
KY
27612010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
2762
2763 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2764 decoded contents.
f68a93a9 2765 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
60893e6f 2766
1d297c49
LMI
27672010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2768
e5500d2a
LMI
2769 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2770 group line format, since it isn't very interesting.
2771
954c8060
LMI
2772 * gnus-agent.el (gnus-agent-short-article),
2773 (gnus-agent-long-article): Increase values for these two variables,
2774 since most people are likely to have more network connection and
2775 storage than before.
2776
a1347097
LMI
2777 * gnus.el (gnus-refer-article-method): Change default to 'current.
2778 When referring an article, the common behaviour is to refer it from the
2779 current select method, not the native select method. The chances of
2780 the native select method having the message in question is rather slim
2781 these days.
2782
2783 * gnus-sum.el (gnus-auto-select-subject): Change default to
2784 `unseen-or-unread'. I think it's likely that most people want to
2785 select an unseen article over a previously seen, but unread one.
2786
2787 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
2788 means that in the article buffer none of the minor mode elements will
2789 be shown, usually, and this is not desirable in most cases.
2790
1d297c49
LMI
2791 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2792 that commands like `d' (and the like) go to the next line in the
2793 buffer, instead of the next unread article. I think this is the
2794 behaviour that is most natural for most users.
2795 (gnus-single-article-buffer): Change default to nil, so that people can
2796 have as many article buffers open as they have summary buffer. I think
2797 this is the most natural way for the groups to behave.
2798
2799 * message.el (message-generate-new-buffers): Change default to
2800 `unsent', so that all new message buffers start their names with the
2801 string "*unsent", and it's easier to find the buffers if you move from
2802 them.
2803
a93b858c
LMI
28042010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2805
2806 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
93acd23d 2807 small. They're probably tracking images.
36a806f3 2808 (gnus-html-wash-tags): Remove all <pre_int> place holders.
ae682ff5
LMI
2809 (gnus-html-rescale-image): Yet another try at getting the image sizing
2810 right.
a93b858c
LMI
2811
2812 * nntp.el (nntp-request-set-mark): Refuse to do marks if
2813 nntp-marks-file-name is nil.
2814
2aafbe5a
TZ
28152010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
2816
2817 * gnus-html.el (gnus-html-wash-tags)
2818 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2819 Better logging.
2820
9a4b54db
LMI
28212010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2822
846daf20
LMI
2823 * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2824
9a4b54db
LMI
2825 * gnus-html.el (gnus-html-wash-tags): Check the value of
2826 gnus-blocked-images in the summary buffer.
2827
9a047bac
TZ
28282010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
2829
2830 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2831
261ff377
LMI
28322010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2833
c6c81576
LMI
2834 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2835 like "a", it seems like.
2836 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2837 since it needs to be picked from the correct buffer.
2838
261ff377
LMI
2839 * nnwfm.el: Removed.
2840
2841 * nnlistserv.el: Removed.
2842
d743e0d1
TZ
28432010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
2844
2845 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2846 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2847
075843d3
LMI
28482010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2849
f7362445
LMI
2850 * nnkiboze.el: Removed.
2851
2852 * nndb.el: Removed.
2853
075843d3
LMI
2854 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2855 alt text.
1ee093a3
LMI
2856 (gnus-html-rescale-image): Try to get the rescaling logic right for
2857 images that are just wide and not tall.
075843d3
LMI
2858
2859 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2860 overshadow variable bindings.
2861
6ca07e49
TZ
28622010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
2863
2864 * gnus-html.el (gnus-html-wash-tags)
2865 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2866 extra logging.
2867
fe01e1a3
LMI
28682010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2869
2870 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7d7520b9
LMI
2871 (gnus-max-image-proportion): New variable.
2872 (gnus-html-rescale-image): New function.
2873 (gnus-html-put-image): Rescale images.
fe01e1a3 2874
765abcce
SM
28752010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2876
2877 Fix up some byte-compiler warnings.
2878 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2879 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2880 (gnus-article-fill-cited-article, gnus-article-hide-citation)
2881 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2882 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2883 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2884 (gnus-group-update-group): Use save-excursion and with-current-buffer.
2885
da43765d
KY
28862010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
2887
2888 * gnus-html.el (gnus-article-html): Decode contents by charset.
2889
a14b3417
KY
28902010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
2891
b0e30310
KY
2892 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2893 (gnus-html-frame-width, gnus-blocked-images)
2894 * message.el (message-prune-recipient-rules): Add custom version.
2895 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2896
a14b3417
KY
2897 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2898 functions.
2899
cd110b2b
KY
2900 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2901 gnus-process-get.
2902
8f563146
KY
29032010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
2904
2905 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2906 instead of lsub directly.
2907
2cdd366f
KY
29082010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2909
3c08d668
KY
2910 * nnwarchive.el: Removed.
2911
c4d82de8
KY
2912 * gnus-soup.el: Removed.
2913
2914 * nnsoup.el: Removed.
2915
2916 * nnultimate.el: Removed.
2917
51dee5ef
KY
2918 * gnus-html.el (gnus-blocked-images): New variable.
2919
2cdd366f
KY
2920 * message.el (message-prune-recipients): New function.
2921 (message-prune-recipient-rules): New variable.
2922
2923 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2924 guess whether a long line is natural text or not.
2925
2926 * gnus-html.el (gnus-html-schedule-image-fetching): Use
2927 gnus-process-plist and friends for compatibility.
2928
2d217ead
SM
29292010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2930
2931 * gnus-html.el: Require packages that define macros used in this file.
2932 (gnus-article-mouse-face): Declare to silence byte-compiler.
2933 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2934 process-get.
2935 (gnus-html-put-image): Use plist-get to avoid getf.
2936 (gnus-html-prefetch-images): Use with-current-buffer.
2937
1a10d421
KY
29382010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
2939
2cdd366f
KY
2940 * gnus-ems.el: Provide compatibility functions for
2941 gnus-set-process-plist.
2942
1a10d421
KY
2943 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2944 * gnus.el (gnus-valid-select-methods)
2945 * message.el (message-send-mail-partially-limit)
2946 * mm-decode.el (mm-text-html-renderer)
2947 * mml.el (mml-insert-mime-headers-always)
2948 * smiley.el (smiley-regexp-alist): Bump custom version.
2949
29502010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2951
2952 * gnus-html.el: require mm-url.
ad142133
KY
2953 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2954 with the url to `url'.
2955 (gnus-html-wash-tags): Support cid: URLs/images.
1a10d421 2956
f5ec697d
KY
29572010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2958
c2861968
KY
2959 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2960 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
93acd23d 2961 bindings, as they aren't useful at all. `w' is moved to `W w'.
c2861968 2962
390dd504
KY
2963 * gnus-move.el: Removed file, since it doesn't really work.
2964
379dde03 2965 * gnus-html.el (gnus-article-html): Tell w3m that the input is
93acd23d 2966 UTF-8. This seems to fix problems with some German web feeds.
379dde03 2967
5a2756c8
KY
2968 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2969 at the top so that the proper colours are applied.
2970
47fe149b
KY
2971 * gnus-art.el (gnus-article-view-part): Doc fix.
2972
fb16bb46
KY
2973 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2974 XEmacs-compatible.
2975 (gnus-html-put-image): Don't do images on non-graphic displays.
2976
77ae8989
KY
2977 * nnslashdot.el: Removed this unused backend.
2978
75856ec0
KY
2979 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2980 actions.
77ae8989 2981 (gnus-undo-register-1): Revert last change.
75856ec0 2982
0be02d8a
KY
2983 * gnus-group.el (gnus-group-completing-read): Protect against not
2984 having completion-styles bound.
2985
2986 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2987 make broken recipients happier.
2988
929989ff
KY
2989 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2990
2991 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2992 point parameter.
2993
f5ec697d
KY
2994 * gnus-group.el (gnus-group-completing-read): Add 'substring to
2995 completion-styles for group selection.
2996
5ec44091
KY
29972009-02-04 Andreas Schwab <schwab@suse.de>
2998
2999 * gnus-score.el (gnus-score-string): Fix regex for matching extra
3000 headers and regexp-quote the match if necessary.
3001
07466c8e
KY
30022009-03-24 Miles Bader <miles@gnu.org>
3003
3004 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3005 the blinking smiley.
3006
30072009-03-24 Simon Josefsson <simon@josefsson.org>
3008
3009 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3010 blink smiley.
3011
8bff7c00
KY
30122010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3013
3014 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3015 where the dribbel file lives exists.
3016
3017 * message.el (message-send-mail-partially-limit): Change the default to
3018 nil, since most people don't want this.
3019
3020 * mm-url.el (mm-url-decode-entities): Also decode entities like
3021 &#x3212.
3022
0b10e437
KY
30232009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
3024
3025 * gnus-sum.el (gnus-summary-idna-message):
3026 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3027 Hyperlink urls in docstrings with URL `...'.
3028
b1992461
KY
30292010-08-29 Adam Sjøgren <asjo@koldfront.dk>
3030
3031 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3032 functions.
3033
655efd71
KY
30342010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3035
b1992461
KY
3036 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3037 say what the mouseover text should be.
3038
3039 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3040 version of the mm-w3m-safe-url-regexp variable to only download images
3041 in the groups where we want that to happen.
3042
3043 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3044
3045 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3046 easier debugging.
3047 (gnus-article-beginning-of-window): Add kludge to allow spacing past
3048 big pictures in the article buffer.
3049
3050 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3051 gnus-article-html.
3052 (mm-text-html-renderer): gnus-article-html needs curl in addition to
3053 w3m.
3054
655efd71
KY
3055 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3056
6b8382e4
KY
30572010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3058
3059 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3060 which doesn't exist.
3061
3062 * message.el (message-inhibit-ecomplete): New variable to allow some
3063 function to inhibit ecomplete address storage.
3064 (message-resend): Disable ecomplete message storage when resending
3065 messages.
3066
3067 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3068
dc6de553
KY
30692010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
3070
3071 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3072 Save excursion while copying, moving, and deleting articles in order to
3073 prevent the cursor from jumping to unforeseen place.
3074
8e7d4ca1
GM
30752010-08-17 Glenn Morris <rgm@gnu.org>
3076
10506f64
GM
3077 * gnus-sync.el: Require gnus components whose functions are used.
3078
8e7d4ca1
GM
3079 * gnus-art.el (bookmark-make-record-function):
3080 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3081 Declare for compiler.
3082
3083 * mm-url.el (mml-compute-boundary): Autoload.
3084
4e815860
KY
30852010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
3086
3087 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3088
ab731e1c
KY
30892010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
3090
3091 Typo fix "hoo4a" -> "hook".
3092
3093 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3094
810717b6
GM
30952010-08-14 Glenn Morris <rgm@gnu.org>
3096
3097 * gnus-sync.el (gnus-sync): Fix defgroup version.
3098
8c330707
KY
30992010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
3100
f5a62bb4 3101 Doc fixes and keep unknown groups (ammended for nunion bug fix).
8c330707
KY
3102
3103 * gnus-sync.el: Fix docs.
3104 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3105 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3106
186a9cbb
KY
31072010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
3108
3109 Optimizations for gnus-sync.el.
3110
3111 * gnus-sync.el: Add docs about gnus-sync-backend
3112 possibilities.
3113 (gnus-sync-save): Remove unnecessary message.
3114 (gnus-sync-read): Optimize and show what groups were skipped.
3115
bbe276f2
KY
31162010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
3117
3118 Minor bug fixes for gnus-sync.el.
3119
79993b19
KY
3120 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3121 read the sync on get-new-news.
3122
bbe276f2
KY
3123 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3124 quiet.
3125
3126 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3127
62a83cc8
KY
31282010-07-30 Lawrence Mitchell <wence@gmx.li>
3129
3130 Make saving and restoring of hidden threads work with overlays.
3131 Patch applied by Ted Zlatanov.
3132
3133 * gnus-sum.el (gnus-hidden-threads-configuration)
3134 (gnus-restore-hidden-threads-configuration): Update to deal with text
3135 properties, rather than searching for a magic character.
3136
c4b1c354
KY
31372010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
3138
62a83cc8
KY
3139 New gnus-sync.el library for synchronization of marks.
3140
77154961
KY
3141 * gnus-sync.el: New library for synchronization of marks.
3142
3143 * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3144 renamed from `gnus-registry-grep-in-list'.
3145
3146 * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3147
c4b1c354
KY
3148 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3149
cbfb9427
KY
31502010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
3151
3152 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3153 determining charset of text fails.
3154
e9d1aaff
KY
31552010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
3156
3157 * nnmail.el (nnmail-get-new-mail-1): Revert.
3158
3159 * nnml.el (nnml-active-number): Make sure names of newly created groups
3160 in nnml-group-alist are encoded.
3161
6f1c4158
KY
31622010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
3163
3164 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3165 containing non-ASCII characters in active file for nnml back end.
3166
86fb1061
KY
31672010-07-24 David Engster <dengste@eml.cc>
3168
3169 * mml-smime.el (mml-smime-epg-verify): Also accept the older
3170 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3171
a0abd4d6
DU
31722010-07-21 Daiki Ueno <ueno@unixuser.org>
3173
3174 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3175 tag (Bug#6654).
3176
72897ff9
KY
31772010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
3178
3179 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3180 the article buffer, not the summary buffer.
3181
e859bbda
KY
31822010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
3183
3184 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3185 Emacs 23 as well.
3186
31872010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
3188
3189 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3190 Patch applied by Karl Fogel.
3191
3192 * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3193 `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3194
33b48483
KF
31952010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3196
3197 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3198 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
3199 C-w still not working correctly from Article buffers; Thierry's
3200 patch to fix that will be applied after this.
3201
3202 * gnus-art.el (bookmark-make-record-function): New local variable.
3203
e859bbda
KY
3204 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3205 article buffer.
33b48483
KF
3206 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3207
e44fa724
KF
32082010-07-13 Karl Fogel <kfogel@red-bean.com>
3209
e859bbda
KY
3210 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3211 on changes in bookmark.el.
e44fa724 3212
04c23739
MH
32132010-06-22 Mark A. Hershberger <mah@everybody.org>
3214
3215 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3216 the *other* type of HTML form submission.
3217
85350e06
MA
32182010-06-15 Michael Albinus <michael.albinus@gmx.de>
3219
3220 * auth-source.el (auth-source-pick): If choice does not contain a
3221 questioned keyword, set the check to t.
3222
89a13959
RF
32232010-06-12 Romain Francoise <romain@orebokech.com>
3224
3225 * gnus-util.el (gnus-date-get-time): Move up before first use.
3226
3e3ab3ab
KY
32272010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
3228
3229 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3230 (gnus-article-edit-part): Bind it to make last part that is substituted
3231 or deleted visible.
3232 (gnus-mime-display-single): Buttonize part of which id equals to
3233 gnus-mime-buttonized-part-id.
3234
3d6e7a43
KY
32352010-06-10 Dan Christensen <jdc@uwo.ca>
3236
3237 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3238 (gnus-dd-mmm): Use gnus-date-get-time.
3239 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3240 simplify logic.
3241 (gnus-summary-limit-to-age): Use gnus-date-get-time.
3242 (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3243
0e4966fb
MA
32442010-06-08 Michael Albinus <michael.albinus@gmx.de>
3245
3246 * auth-source.el (top): Autoload `secrets-list-collections',
3247 `secrets-create-item', `secrets-delete-item'.
3248 (auth-sources): Fix tag string.
3249 (auth-get-source, auth-source-retrieve, auth-source-create)
3250 (auth-source-delete): New defuns.
3251 (auth-source-pick): Rewrite in order to avoid 2 passes.
3252 (auth-source-forget-user-or-password): New parameter USERNAME.
3253 (auth-source-user-or-password): New parameters CREATE-MISSING and
3254 DELETE-EXISTING. Retrieve password interactively, if needed.
3255
5e7d4a75
KY
32562010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
3257
3258 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3259 deleting unused directories when gnus-expert-user is t.
3260
3aeb9402
KY
32612010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
3262
3263 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3264 for each temp file when gnus-article-browse-delete-temp is ask.
3265
e1b9db1a
KR
32662010-05-20 Kevin Ryde <user42@zip.com.au>
3267
3268 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
3269
d567e92f
KY
32702010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
3271
3272 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3273 article unless decoding article to be saved.
3274
7cab80f9
KY
32752010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
3276
3277 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3278 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3279 generated within the mm-with-unibyte-current-buffer macro.
3280
32812010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
3282
3283 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3284 to nil when we're in a mml-preview buffer and no group is selected.
3285
4c9d39ab
KY
32862010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
3287
3288 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
a628ad9d 3289 when catching the `C-g'. Reported by "Leo".
4c9d39ab 3290
706deb23
KY
32912010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
3292
3293 * message.el (message-forward-make-body-plain)
3294 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3295 multibyte-string-p.
3296
8b320e66
KY
32972010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
3298
3299 * message.el (message-forward-make-body-mml): Assume original message
3300 is multibyte string; error on unibyte.
3301 (message-forward-make-body-plain): Ditto; don't add excessive newline
3302 in body end.
3303
4767419a
KY
33042010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
3305
3306 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3307 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
3308
3d73e841
KY
33092010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
3310
3311 * mm-extern.el (mm-extern-url): Don't use
3312 mm-with-unibyte-current-buffer.
3313 (mm-extern-cache-contents): Use with-current-buffer instead of
3314 save-excursion + set-buffer.
3315
1fdf5102
KY
33162010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
3317
3318 * mm-util.el (mm-emacs-mule): Remove.
3319
33202010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
3321
3322 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3323 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3324 change.
3325
72e841ce
KY
33262010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
3327
3328 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3329 bind the default value of enable-multibyte-characters to nil.
3330
d8a7b272
KY
33312010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
3332
3333 * message.el (message-forward-make-body-plain)
3334 (message-forward-make-body-mml):
3335 Don't use mm-with-unibyte-current-buffer.
3336
33372010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c
DU
3338
3339 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3340 (Bug#5592).
3341
9581ba4d
KY
33422010-05-07 Julien Danjou <julien@danjou.info>
3343
3344 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3345 it to mm-pipe-part.
3346
3347 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3348 it is given.
3349
765d4319
KY
33502010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
3351
3352 * nnweb.el (nnweb-gmane-search)
3353 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3354 XEmacs.
3355
3356 * gnus-art.el (gnus-article-browse-html-parts)
3357 * gnus-group.el (gnus-read-ephemeral-gmane-group)
3358 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3359 make-temp-file.
3360
3361 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3362 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3363 compiling.
3364
3365 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3366 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3367 XEmacs when compiling.
3368
3369 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3370 gnus-pick-mode-off-hook for XEmacs when compiling.
3371 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3372 gnus-binary-mode-off-hook for XEmacs when compiling.
3373
3374 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3375 nil if char-charset is not available.
3376
86d21cc0 3377 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
765d4319
KY
3378 macro.
3379
3380 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3381 instead of encode-coding-string.
3382
3383 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3384 'xemacs) instead of mm-emacs-mule to switch function definitions.
3385 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3386
16b90cfe
KY
33872010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
3388
3389 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3390
72528372
KY
33912010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
3392
3393 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3394 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3395
61a9da25
JB
33962010-05-03 Juanma Barranquero <lekktu@gmail.com>
3397
3398 * mm-util.el (mm-decompress-buffer): Use `delete-file';
3399 alias `jka-compr-delete-temp-file' no longer exists.
3400
bbf52f1e
SM
34012010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3402
3403 Use define-minor-mode in Gnus where applicable.
3404 * mml.el (mml-mode): Use define-minor-mode.
3405 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3406 (gnus-undo-mode): Use define-minor-mode.
3407 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3408 (gnus-dead-summary-mode): Use define-minor-mode.
3409 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3410 Initialize in declaration.
3411 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3412 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3413 (gnus-mailing-list-mode): Use define-minor-mode.
3414 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3415 (gnus-draft-mode): Use define-minor-mode.
3416 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3417 (gnus-dired-mode): Use define-minor-mode.
3418
ee309757
KY
34192010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
3420
3421 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3422 handles on recursive mml-to-mime translation and check them for
a628ad9d 3423 boundary delimiter collisions. Reported by Greg Troxel.
ee309757 3424
62fe59e7
KY
34252010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
3426
3427 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3428
bd486b03
SM
34292010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3430
3431 * mm-util.el (mm-find-buffer-file-coding-system):
3432 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3433
731533fd
KY
34342010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
3435
3436 * message.el (message-generate-headers): Record insertion of optional
3437 headers as well. Otherwise the check to prevent repeated insertion of
3438 optional headers is a no-op.
3439
bff3818b
KY
34402010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
3441
3442 * smime.el: Don't mention CVS.
3443
3444 * nnrss.el (nnrss-fetch): Don't mention CVS.
3445
3446 * nnir.el: Don't mention CVS.
3447
ebb9641f
SM
34482010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3449
6e104790
SM
3450 * gnus-sum.el (gnus-summary-bookmark-make-record):
3451 Add `location' field.
ebb9641f 3452
398a825b
SM
34532010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3454
3455 * gnus-sum.el: Add bookmark declarations to silence the compiler.
3456 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3457 Use with-current-buffer to silence the byte-compiler.
3458 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3459 bother to require `gnus'.
3460 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
3461
45be326a
TV
34622010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3463
3464 * gnus-sum.el (gnus-summary-bookmark-make-record)
3465 (gnus-summary-bookmark-jump): New functions.
3466 (gnus-summary-mode): Setup bookmark support.
3467
d7b48791
AS
34682010-04-01 Andreas Schwab <schwab@linux-m68k.org>
3469
3470 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3471 if set.
3472
d35ad51f
KY
34732010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3474
3475 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3476 gnus-article-browse-html-save-cid-image; make it work recursively for
3477 forwarded messages as well.
3478 (gnus-article-browse-html-parts): Work when prefix arg is given.
3479 (gnus-article-browse-html-article): Doc fix.
3480
85738751
SM
34812010-03-30 Chong Yidong <cyd@stupidchicken.com>
3482
3483 * message.el (message-default-mail-headers):
3484 (message-default-headers): Carry the value mail-default-headers over
3485 into message-default-mail-headers, rather than message-default-headers.
3486
82fc7980
KY
34872010-03-30 Martin Stjernholm <mast@lysator.liu.se>
3488
85738751 3489 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
82fc7980
KY
3490 charset.
3491
3492 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3493 charset into the <meta> tag when the article is encoded to utf-8.
3494
20c0b2ce
KY
34952010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
3496
85738751
SM
3497 * gnus-art.el (gnus-article-browse-delete-temp-files):
3498 Delete directories as well.
20c0b2ce
KY
3499 (gnus-article-browse-html-parts): Work for images that do not specify
3500 file names; delete temp directory when quitting; insert header at the
3501 right place; use file: scheme for image files.
3502
35032010-03-30 Eric Schulte <schulte.eric@gmail.com>
3504
3505 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3506 (gnus-article-browse-html-parts): Use it to make temporary cid image
3507 files in addition to html file so that browser may display them.
3508
9d9ef8e8
KY
35092010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
3510
3511 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3512
afae6cd4
KY
35132010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
3514
3515 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3516
fb178e4c
KY
35172010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3518
85738751
SM
3519 * auth-source.el (auth-sources): Change default to be simpler.
3520 Explain about Secret Service API sources. Improve Customize options.
fb178e4c
KY
3521 (auth-source-pick): Change to accept any number of search parameters.
3522 Implement fallbacks iteratively, not recursively. Add scoring on the
3523 second pass and sort by score. Call Secret Service API when needed.
3524 (auth-source-user-or-password): Use it. Call Secret Service API
3525 directly when needed to get the user name and the password.
3526
e867cb5d 35272010-03-24 Juanma Barranquero <lekktu@gmail.com>
2b8f62e9
JB
3528
3529 * message.el (message-interactive): Doc fix.
3530 (message-qmail-inject-args): Reflow.
3531 (message-kill-to-signature): Fix typo in docstring.
3532
3533 * smiley.el (smiley-buffer): Fix typo in docstring.
3534
16d8cf52
GM
35352010-03-24 Glenn Morris <rgm@gnu.org>
3536
3537 * mail-source.el (gnus-message): Declare.
3538 (mail-source-delete-old-incoming): Require gnus-util.
3539
ec7995fa
KY
35402010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
3541
3542 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3543
3544 * message.el (ecomplete-setup): Autoload it for Emacs <23.
3545
3546 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3547 password-cache's default if it is not bound.
3548 (mml-secure-passphrase-cache-expiry): Default to 16 that is
3549 password-cache-expiry's default if it is not bound.
3550
3551 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3552 available in Emacs 21.
3553
35542010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
3555
3556 * auth-source.el (auth-sources): Fix up definition so extra parameters
3557 are always inline.
3558
35592010-03-22 Martin Stjernholm <mast@lysator.liu.se>
3560
3561 * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3562 wasn't updated after mismatch. Clear cached mailbox info correctly
3563 when uidvalidity changes.
3564 (nnimap-group-prefixed-name): New function to avoid some code
3565 duplication.
3566 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3567 (nnimap-request-group): Use it.
3568 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3569 (nnimap-update-unseen): Significantly improved speed of Gnus startup
3570 with many imap folders. This is done by caching the group status from
a628ad9d 3571 the imap server persistently in a group parameter `imap-status'. (This
ec7995fa
KY
3572 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3573 but not persistently, so every Gnus startup was still very slow.)
3574
35752010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
3576
3577 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
3578 secrets.el dependency.
3579 (auth-sources): Add optional user name. Add secrets.el configuration
3580 choice (unused right now).
3581
35822010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
3583
3584 * gnus-sum.el (gnus-summary-make-menu-bar): Let
3585 `gnus-registry-install-shortcuts' fill in the functions.
3586
3587 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3588 warnings.
3589 (gnus-registry-misc-menus): Variable to hold registry mark menus.
3590 (gnus-registry-install-shortcuts): Populate and use it in a
3591 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3592
35932010-03-20 Martin Stjernholm <mast@lysator.liu.se>
3594
3595 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3596 In-place substitutions for the group name encoding/decoding.
3597 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3598 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3599 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3600 (nnimap-update-unseen, nnimap-request-list)
3601 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3602 (nnimap-request-set-mark, nnimap-split-to-groups)
3603 (nnimap-split-articles, nnimap-request-newgroups)
3604 (nnimap-request-create-group, nnimap-request-accept-article)
3605 (nnimap-request-delete-group, nnimap-request-rename-group)
3606 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
3607 `encoded-mbx' for consistency.
3608 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3609 variable `imap-current-mailbox'.
3610
3611 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3612 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3613
36142010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
3615
3616 * pop3.el (pop3-display-message-size-flag): Display message size byte
3617 counts during POP3 download.
3618 (pop3-movemail): Use it.
3619 (pop3-list): Implement listing of available messages.
3620
36212010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
3622
3623 * nnir.el (nnir-get-article-nov-override-function): New function to
3624 override the normal NOV retrieval.
3625 (nnir-retrieve-headers): Use it.
3626
7d1a9163
MA
36272010-03-19 Michael Albinus <michael.albinus@gmx.de>
3628
3629 * auth-source.el (netrc-machine-user-or-password): Autoload.
3630
aa8f8277
GM
36312010-03-19 Glenn Morris <rgm@gnu.org>
3632
3633 Stop message.el from loading about 40 libraries it doesn't always need.
3634 The general approach is to autoload rather than require, and to
3635 require in the specific functions rather than the file. (Bug#5642)
3636
3637 * gmm-utils.el: Don't require wid-edit.
3638 (widget-create-child-value, widget-convert, widget-default-get):
3639 Autoload.
3640
3641 * gnus-util.el: Don't require time-date, netrc.
3642 (message-fetch-field, gnus-group-name-decode): Declare rather than
3643 autoloading.
3644 (gnus-fetch-field): Require message.
3645 (gnus-decode-newsgroups): Require gnus-group.
3646
3647 * ietf-drums.el: Don't require time-date.
3648
3649 * message.el: Don't require hashcash, canlock, ecomplete.
3650 Do require mail-utils. Require nnheader only when compiling.
3651 (smtpmail-default-smtp-server): Remove declaration.
3652 (message-send-mail-function): Check smtpmail-default-smtp-server
3653 is bound rather than requiring smtpmail.
3654 (message-auto-save-directory, message-insert-signature): Use
3655 expand-file-name rather than nnheader-concat.
3656 (nnheader-insert-file-contents): Autoload.
3657 (hashcash-wait-async): Declare.
3658 (message-send-mail): Only call gnus-setup-posting-charset if
3659 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
3660 (message-send-mail-with-sendmail): Require sendmail.
3661 (canlock-password, canlock-password-for-verify): Declare.
3662 (message-canlock-password): Require canlock.
3663 (nnheader-get-report): Autoload.
3664 (gnus-setup-posting-charset): Declare.
3665 (message-send-news): Require gnus-msg.
3666 (message-make-references, message-make-in-reply-to): Use mail-header-id
3667 rather than the alias mail-header-message-id.
3668 (ecomplete-add-item, ecomplete-save): Declare.
3669 (message-put-addresses-in-ecomplete): Require ecomplete.
3670 (ecomplete-display-matches): Autoload.
3671
3672 * mm-decode.el: Don't require mailcap, gnus-util.
3673 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3674 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3675 Autoload.
3676 (mailcap-mime-extensions): Declare.
3677
3678 * mm-encode.el: Don't require mailcap.
3679 (mailcap-extension-to-mime): Autoload.
3680
3681 * mml-sec.el: Don't require password-cache.
3682
3683 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3684 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3685 (mml-minibuffer-read-type): Require mailcap.
3686 (mml-preview): Require gnus-msg.
3687
3688 * mml1991.el: Require password-cache.
3689 (password-cache-expiry): Remove declaration.
3690
3691 * mml2015.el: Require password-cache.
3692 (password-cache-expiry): Remove declaration.
3693
3694 * nneething.el (mailcap): Require mailcap.
3695
a628ad9d 3696 * nnheader.el (declare-function): Add compatibility stub.
aa8f8277
GM
3697 (message-remove-header): Declare rather than autoload.
3698 (nnheader-replace-header): Require message.
3699
3700 * nnimap.el (declare-function): Add compatibility stub.
3701 (netrc-parse, netrc-machine-user-or-password): Declare.
3702 (nnimap-open-connection): Require netrc.
3703
3704 * nntp.el (declare-function): Add compatibility stub.
3705 (netrc-parse, netrc-machine, netrc-get): Declare.
3706 (nntp-send-authinfo): Require netrc.
3707
3708 * rfc2047.el: Don't require qp.
3709 (quoted-printable-encode-region, quoted-printable-decode-string):
3710 Autoload.
3711
3712 * sieve-mode.el: Don't require easymenu.
3713 (easy-menu-add-item): Autoload it.
3714
3715 * spam-stat.el (time-to-number-of-days): Autoload it.
3716
4a44ff5f
KY
37172010-03-17 Kevin Ryde <user42@zip.com.au>
3718
3719 * mml.el (mml-read-tag): Unquote values with `read' to reverse
3720 prin1 in mml-insert-tag (just stripping the quotes gave wrong
3721 value if any backslash escapes).
3722
ddf5d974
KY
37232010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
3724
3725 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3726 if it is available. (bug#5647)
3727
ac1af635
GM
37282010-02-26 Glenn Morris <rgm@gnu.org>
3729
3730 * message.el (message-send-mail-function): Change the default, so that
3731 it inherits from a customized send-mail-function. (Bug#5643)
3732
86f5c034
SM
37332010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
3734
3735 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3736 shell-command-to-string signals an error (bug#5299).
3737
daf4b83b
GM
37382010-02-24 Glenn Morris <rgm@gnu.org>
3739
3740 * message.el (message-smtpmail-send-it)
3741 (message-send-mail-with-mailclient): Doc fixes.
3742
dc4d6273
GM
37432010-02-16 Glenn Morris <rgm@gnu.org>
3744
3745 * message.el (message-default-mail-headers): Change the default value
3746 to ease the transition from mail-mode to message-mode. (Bug#5555)
3747
b1ea3797
CY
37482010-01-17 Chong Yidong <cyd@stupidchicken.com>
3749
3750 * message.el (message-mail): Just pass yank-action on to message-setup.
3751 (message-setup): Handle (FUN . ARGS) form of yank-action.
3752 (message-with-reply-buffer, message-widen-reply)
3753 (message-yank-original): Handle non-buffer values of
3754 message-reply-buffer (Bug#4080).
f53a6590 3755 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
b1ea3797 3756
4963739e
JB
37572010-01-17 Juanma Barranquero <lekktu@gmail.com>
3758
3759 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3760 Fix typo in docstring.
3761
889e4d55
JR
37622010-01-08 Jason Rumney <jasonr@gnu.org>
3763
3764 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3765 response.
3766
8a908224
KY
37672010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
3768
3769 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3770
3771 * message.el (message-check-news-header-syntax): Protect against a
3772 string that `rfc822-addresses' returns when parsing fails.
3773
770d9a1f
KY
37742010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
3775
3776 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3777 (gnus-previous-char-property-change): New functions.
3778
3779 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3780
7b47345b
AS
37812010-01-05 Andreas Schwab <schwab@linux-m68k.org>
3782
3783 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3784 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
3785
61f49e0b
CY
37862010-01-02 Chong Yidong <cyd@stupidchicken.com>
3787
3788 * message.el (message-exchange-point-and-mark): Rework last change to
3789 avoid using optional arg of exchange-point-and-mark, for backward
3790 compatibility.
3791
bd0948ca
CY
37922010-01-01 Chong Yidong <cyd@stupidchicken.com>
3793
3794 * message.el (message-exchange-point-and-mark): Call
3795 exchange-point-and-mark with an argument rather than setting
3796 mark-active by hand (Bug#5175).
3797
49b196a5
KY
37982009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3799
78dc2a38
KY
3800 * nntp.el (nntp-service-to-port): Work for service expressed with
3801 numeric string; replace [:digit:] with [0-9] for XEmacs.
49b196a5 3802
a0db2cdd
GM
38032009-12-17 Glenn Morris <rgm@gnu.org>
3804
3805 * gnus-group.el (gnus-bug-group-download-format-alist):
3806 Change emacs entry to debbugs.gnu.org. Bump :version.
3807
029dda9c
RS
38082009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
3809
3810 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3811
4a9b5bf5
RS
38122009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
3813
3814 * message.el (message-info): Explain why we use `Info-goto-node'.
3815
96bdcdc4
SM
38162009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3817
3818 * message.el (message-completion-in-region): New compatibility function.
3819 (message-expand-group): Use it.
3820
7fa123c8
KY
38212009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
3822
3823 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3824 with no unread article should be listed if the 2nd arg `predicate' is
3825 given.
3826
5aa75bd8
JL
38272009-11-29 Juri Linkov <juri@jurta.org>
3828
3829 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3830 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
5ce6e4f4 3831 on `gnus-recenter'. (Bug#4698, Bug#4981)
5aa75bd8 3832
937e60c8
KY
38332009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
3834
3835 * message.el (message-from-style, message-interactive)
3836 (message-signature): Always set default values from the corresponding
3837 mail-* variables.
3838 (message-cite-prefix-regexp, message-sendmail-envelope-from)
3839 (message-yank-prefix, message-indentation-spaces)
3840 (message-signature-file, message-default-headers): Use boundp rather
3841 than (featurep 'xemacs) to check if the corresponding mail-* variables
3842 exist.
3843
b4d472c9
CY
38442009-11-20 Chong Yidong <cyd@stupidchicken.com>
3845
3846 * message.el (message-send-mail-with-sendmail): Revert last change.
3847
4332f3ec
CY
38482009-11-19 Chong Yidong <cyd@stupidchicken.com>
3849
3850 * message.el (message-from-style, message-interactive)
3851 (message-cite-prefix-regexp, message-sendmail-envelope-from)
3852 (message-yank-prefix, message-indentation-spaces, message-signature)
3853 (message-signature-file, message-default-headers): For GNU Emacs, set
3854 default values from the corresponding mail-* variables.
3855 (message-send-mail-with-sendmail): Use envelope-from only if
3856 mail-specify-envelope-from is non-nil.
3857
30123838
KY
38582009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
3859
3860 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3861 containing tspecial characters if they have been already quoted.
3862
12ea3d65
GM
38632009-10-24 Glenn Morris <rgm@gnu.org>
3864
3865 * gnus-art.el (help-xref-stack-item): Define for compiler.
3866
6131a096
KY
38672009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3868
3869 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3870
9bfd9a76
KY
38712009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3872
3873 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3874 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3875
38762009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
3877
3878 * gnus.el (gnus-overlay-get): New alias to overlay-get.
3879 (gnus-overlays-in): New alias to overlays-in.
3880
3881 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3882 gnus-overlay-get, and gnus-delete-overlay.
3883 (gnus-summary-show-thread): Make it work as well for systems in which
3884 next-single-char-property-change is not available.
3885 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3886
38872009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
3888
3889 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3890
38912009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
3892
3893 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3894 and XEmacs that don't have `remove-overlays'.
3895
38962009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3897
3898 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3899 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3900 selective display. Use overlays instead.
3901
84b5fcf6
JB
39022009-10-04 Juanma Barranquero <lekktu@gmail.com>
3903
3904 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3905
0577a430
JB
39062009-09-29 Juanma Barranquero <lekktu@gmail.com>
3907
3908 * spam-stat.el (spam-stat-load): Fix typo in message.
3909
d93ec753
JB
39102009-09-23 Juanma Barranquero <lekktu@gmail.com>
3911
3912 * gnus-art.el (gnus-article-encrypt-body):
3913 * message.el (message-check-recipients):
3914 * mm-util.el (mm-codepage-setup):
3915 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3916 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3917
54c72c31
KY
39182009-09-22 Daiki Ueno <ueno@unixuser.org>
3919
3920 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3921 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3922 keys from the menu if mm-{sign,encrypt}-option is 'guided.
3923 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3924 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3925
63348d24
GM
39262009-09-18 Glenn Morris <rgm@gnu.org>
3927
3928 * gnus-diary.el (gnus-diary-check-message):
3929 * message.el (message-insert-formatted-citation-line):
3930 * nnbabyl.el (top-level):
3931 * nndiary.el (nndiary-schedule):
3932 Fix typos in condition-case handlers.
3933
54c72c31
KY
39342009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
3935
3936 * gnus-art.el (gnus-article-edit-part): Work for the buffer
3937 configuration that provides the sole article window in a frame;
3938 position point correctly after deleting a part.
3939
39402009-09-14 Adam Sjøgren <asjo@koldfront.dk>
3941
3942 * spam.el (spam-unregister-on-reregister): Add boolean variable.
3943 (spam-resolve-registrations-routine): Use it to unregister articles
3944 that change status.
3945
83ccc32c
KY
39462009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
3947
3948 * nnrss.el (nnrss-request-article): Remove binding of
3949 default-enable-multibyte-characters that has gotten needless by
3950 the 2007-07-13 change in rfc2047-encode-message-header.
3951
3952 * mml.el (mml-insert-multipart): Error on the message header.
3953 (mml-insert-part): Error on the message header; position point at
3954 the end of a MIME tag.
3955
de0bdfe7
KY
39562009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
3957
5cc79e5a
KY
3958 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3959 (gnus-float-time): Alias to float-time if it exists.
de0bdfe7
KY
3960
3961 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3962 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3963 float-time is available; suppress compile warning for time-to-seconds.
3964
39652009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
3966
3967 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3968 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3969 Add the optional argument `encoding' that overrides the default.
3970
3971 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3972 mm-encode-buffer.
3973
63220e37
GM
39742009-09-04 Glenn Morris <rgm@gnu.org>
3975
3976 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3977 mm-disable-multibyte, rather than default-enable-multibyte-characters.
3978 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3979 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3980 * mm-util.el (mm-with-unibyte-current-buffer)
3981 (mm-find-buffer-file-coding-system):
3982 * yenc.el (yenc-decode-region): Use default-value rather than
3983 default-enable-multibyte-characters.
3984
2e62b574
GM
39852009-09-03 Glenn Morris <rgm@gnu.org>
3986
3987 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3988 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3989 than default-enable-multibyte-characters.
3990
de0bdfe7
KY
39912009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
3992
3993 * gnus-art.el (gnus-article-read-summary-keys):
3994 Fix gnus-buffer-configuration's value temporarily used.
3995
3d493bef
GM
39962009-09-02 Glenn Morris <rgm@gnu.org>
3997
9693d3c4
GM
3998 * gnus-util.el (gnus-float-time): New function.
3999 * gnus-delay.el (gnus-delay-article):
4000 * gnus-sum.el (gnus-thread-latest-date):
4001 * gnus-util.el (gnus-user-date): Use gnus-float-time.
4002 * nnspool.el (nnspool-request-newgroups):
4003 Use gnus-float-time rather than time-to-seconds.
4004 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4005
3d493bef
GM
4006 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4007 (gnus-header-subject-face, gnus-header-newsgroups-face)
4008 (gnus-header-name-face, gnus-header-content-face):
4009 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4010 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4011 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4012 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4013 (gnus-cite-face-11):
4014 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4015 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4016 (gnus-server-closed-face, gnus-server-denied-face)
4017 (gnus-server-offline-face):
4018 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4019 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4020 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4021 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4022 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4023 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4024 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4025 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4026 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4027 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4028 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4029 (gnus-summary-selected-face, gnus-summary-cancelled-face)
4030 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4031 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4032 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4033 (gnus-summary-high-undownloaded-face)
4034 (gnus-summary-low-undownloaded-face)
4035 (gnus-summary-normal-undownloaded-face)
4036 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4037 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4038 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4039 (gnus-splash-face):
4040 * message.el (message-header-to-face, message-header-cc-face)
4041 (message-header-subject-face, message-header-newsgroups-face)
4042 (message-header-other-face, message-header-name-face)
4043 (message-header-xheader-face, message-separator-face)
4044 (message-cited-text-face, message-mml-face):
4045 * sieve-mode.el (sieve-control-commands-face)
4046 (sieve-action-commands-face, sieve-test-commands-face)
4047 (sieve-tagged-arguments-face):
4048 * spam.el (spam-face):
4049 Mark face aliases with "-face" in the name as obsolete.
4050
7a4abdd6
GM
40512009-09-01 Glenn Morris <rgm@gnu.org>
4052
4053 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4054 than goto-line.
4055
29b647c5
MB
40562009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
4057
4058 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4059 Don't move point if the command is invoked inside the message header.
4060
265ac10b
SM
40612009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4062
4063 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4064 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4065 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4066 * nnir.el (nnir-swish-e-index-file):
4067 * gnus-sum.el (gnus-summary-delete-marked-as-read)
4068 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4069 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4070 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4071 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4072 (gnus-treat-display-xface): Add Emacs version of obsolescence.
4073
b0b63450
MB
40742009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
4075
4076 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4077 Don't save excursion.
4078
14acf2f5
SM
40792009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4080
4081 * nnheader.el (nnheader-find-file-noselect):
4082 * mm-util.el (mm-insert-file-contents):
4083 Use (default-value 'major-mode) instead of default-major-mode.
4084
d3192c8f
SM
40852009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
4086
4087 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4088
ec179403
GM
40892009-08-25 Glenn Morris <rgm@gnu.org>
4090
4091 * nnir.el (top-level): Don't require cl at run-time.
4092 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4093 Replace cl-function substitute with gnus-replace-in-string.
4094 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4095 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4096 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4097 simplified expansions.
4098
5dcc825f
GM
40992009-08-22 Glenn Morris <rgm@gnu.org>
4100
4101 * gnus-art.el (gnus-button-patch): Use forward-line rather than
4102 goto-line.
4103
b0b63450
MB
41042009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
4105
4106 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4107
4108 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4109 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4110 (gnus-mm-display-part, gnus-mime-display-single)
4111 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4112 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4113
4114 * gnus-sum.el
4115 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4116 (gnus-summary-move-article): Add expirable mark to articles copied or
4117 moved to group that has auto-expire turned on if the option is non-nil.
4118
1d2faf98
GM
41192009-07-24 Glenn Morris <rgm@gnu.org>
4120
4121 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4122 Fix typo. (Bug#3903)
4123
6ab2c7a8
MB
41242009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
4125
4126 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4127 gnus-article-read-summary-keys rather than gnus-summary-edit-article
4128 that should not be used for draft articles.
4129 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4130 that has no concern in minor mode keys.
4131 (gnus-article-summary-command, gnus-article-summary-command-nosave):
4132 Abolish.
4133
554a69b8
KY
41342009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
4135
4136 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4137 article without making inquiry to a user for unknown encoding.
4138
4139 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4140 (nnmaildir--scan): Assume i-node and device number that file-attributes
4141 returns might be cons-cell.
4142
41432009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
4144
4145 * auth-source.el: Remove docs now in auth.texi. Don't use
4146 `gnus-message' for logging. Add new variables `auth-source-debug' and
4147 `auth-source-hide-passwords' and use them.
4148
0985c8f6
GM
41492009-07-15 Glenn Morris <rgm@gnu.org>
4150
4151 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4152
ee5a613e
KY
41532009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
4154
4155 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4156 excessive whitespace from the default values of title and description.
4157
aa227ba5
KY
41582009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
4159
4160 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4161 mail-fetch-field to fetch Content-Description header in order to
4162 exclude newlines.
4163
0cf681b6
KY
41642009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
4165
4166 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4167 to deleted part.
4168
41692009-05-30 David Engster <dengste@eml.cc>
4170
4171 * nnmairix.el: Remove old documentation in the commentary block.
4172 (nnmairix-request-group): Do not update active file for nnml back ends.
4173 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4174 end so that overview files are ignored.
4175 (nnmairix-update-groups): Make updating the groups more robust by using
4176 marks.
4177 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4178 with dollar characters in message-id.
4179
9cc20f6c
RS
41802009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
4181
4182 * spam.el: Use dns-query instead of query-dns. Was renamed on
4183 2008-12-25 in dns.el.
4184
1dbc941a
SM
41852009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4186
4187 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4188 could happen if the text is only composed of spaces and/or tabs.
4189
2235f4ac
MB
41902009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
4191
4192 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4193 when sending a queued message to avoid extra mml tags.
4194
9cdff613
MB
41952009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
4196
4197 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4198
87202be1
KY
41992009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
4200
4201 * gnus-dired.el: Remove autoload for gnus-setup-message.
4202 (gnus-dired-attach): Fake this-command value to prevent Gnus from
4203 displaying Gnus logo; always use compose-mail.
4204
920b3f72
KY
42052009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4206
1e6b95a6 4207 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
920b3f72 4208
0038d478
MB
42092009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
4210
4211 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4212 (gnus-nocem-issuers): List currently active issuers; fix custom type.
4213 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4214 available.
4215 (gnus-nocem-epg-verify): New function.
4216
9eb59592
MB
42172009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
4218
4219 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4220
e38658c4
GM
42212009-02-15 Glenn Morris <rgm@gnu.org>
4222
4223 * gnus-util.el (rmail-insert-rmail-file-header)
4224 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4225 autoloads.
4226 (rmail-default-rmail-file): Remove unnecessary declaration.
4227 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4228
1faded47
GM
42292009-02-14 Glenn Morris <rgm@gnu.org>
4230
4231 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4232 variable (only used in gnus-util, which declares it anyway).
fef8d38e
GM
4233 (rmail-output-to-rmail-file): Remove autoload of deleted function,
4234 which was only needed by gnus-art (changed to not use it any more).
1faded47
GM
4235 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4236 only used in gnus-util, which autoloads it itself.
4237 (rmail-update-summary): Fix autoload.
4238
fef8d38e
GM
4239 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4240 rather than rmail-output-to-rmail-file.
1faded47 4241
c07dfdd9
GM
42422009-02-07 Glenn Morris <rgm@gnu.org>
4243
4244 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4245 autoload of function that no longer exists.
4246 (rmail-toggle-header): Declare.
4247 (message-forward-rmail-make-body): Handle mbox Rmail.
4248
49e787c9
GM
42492009-01-31 Glenn Morris <rgm@gnu.org>
4250
4251 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4252 2009-01-09 change.
4253
3b36c17e
MB
42542009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
4255
4256 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4257 (auth-source-forget-all-cached): New convenience function.
4258 (auth-source-user-or-password): Accept list of modes or a single mode.
4259
4260 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4261 auth-source modes.
4262
4263 * nnimap.el (nnimap-open-connection): Use list of
4264 auth-source modes.
4265
4266 * nntp.el (nntp-send-authinfo): Use list of
4267 auth-source modes.
4268
26b9f88d
MB
42692009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
4270
4271 * auth-source.el: Update docs to reflect epa-file-enable is to be used
4272 now.
4273
42742009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
4275
4276 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4277 coding system in XEmacs; add a workaround for XEmacs.
4278
548f737d
MB
42792009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
4280
4281 * mm-util.el (mm-coding-system-priorities): Protect against nil value
4282 of current-language-environment.
4283
42842009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
4285
4286 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4287 available at runtime.
4288
42892009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
4290
4291 * gnus-art.el (article-date-ut): Fix end point of narrowing.
4292
42932009-01-11 Aidan Kehoe <kehoea@parhasard.net>
4294
4295 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4296 the greatest positive fixnum value doesn't work under an XEmacs with
4297 bignum support; use the most-positive-fixnum constant instead,
4298 available since Emacs 21.1 with cl and XEmacs 21.1.
4299
63d12d38
KY
43002009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
4301
4302 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4303 XEmacs gets not to work.
4304
548f737d
MB
43052009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4306
4307 * mm-util.el (mm-coding-system-priorities): Allow the value like
4308 "Japanese (UTF-8)" of current-language-environment.
4309
ed77e66c
GM
43102009-01-09 Glenn Morris <rgm@gnu.org>
4311
4312 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4313 with last-command-event.
4314
e3e955fe
MB
43152009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
4316
4317 * message.el (message-fix-before-sending): Amend comment.
4318
43192009-01-07 David Engster <dengste@eml.cc>
4320
4321 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4322 simplified server definitions by converting it via
4323 gnus-server-to-method.
4324
43252009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
4326
4327 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4328 parameter's operands.
4329
43302009-01-06 David Engster <dengste@eml.cc>
4331
4332 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4333 primary select method (for gnus-group-mark-article-as-read).
4334
41ec3f54
TH
43352009-01-06 Tassilo Horn <tassilo@member.fsf.org>
4336
4337 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4338 `(gnus)Face', not `(gnus)X-Face'.
4339
e3e955fe
MB
43402009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
4341
4342 * mm-util.el (mm-ucs-to-char): New function.
4343
4344 * mm-url.el (mm-url-decode-entities): Use it.
4345
43462009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
4347
4348 * message.el (message-fix-before-sending): Add `eight-bit' to
4349 illegible-text check.
4350
35203a24
MO
43512009-01-03 Michael Olson <mwolson@gnu.org>
4352
4353 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4354 `headers' is nil. This can occur if the IMAP server does not have
4355 permissions to read messages from a folder, but can write new messages
4356 to the folder.
4357 (nnimap-request-article-part): Do not insert `data' if it is nil.
4358
e3e955fe
MB
43592009-01-01 Dave Love <fx@gnu.org>
4360
4361 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4362
4363 * nnimap.el: Fix author email.
4364 (nnimap-split-rule): Add FIXME comment.
4365 (nnimap-debug): Fix doc string.
4366
43672008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
4368
4369 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4370 overlay-arrow-position and overlay-arrow-string buffer-local; no need
4371 to check if those variables exist (first appeared in Emacs 18.50).
4372
43732008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
4374
4375 * mm-util.el (mm-line-number-at-pos): New function.
4376
4377 * spam-report.el (spam-report-process-queue): Use it.
4378
43792008-12-24 David Engster <dengste@eml.cc>
4380
4381 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4382 parameters that haven't existed as variables as buffer-local variables.
4383
43842008-12-23 Dave Love <fx@gnu.org>
4385
4386 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4387 cadar.
4388
4389 * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4390 imap-starttls-p.
4391 (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4392
43932008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
4394
4395 * spam-report.el (spam-report-gmane-max-requests): New constant.
4396 (spam-report-gmane-wait): New variable.
4397 (spam-report-gmane-ham, spam-report-gmane-spam)
4398 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4399 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4400 the server.
4401
4402 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4403 Add explanations.
4404
4405 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4406 nnheader-accept-process-output and nnheader-read-timeout if available.
4407 (pop3-movemail): Use it.
4408
4409 * message.el (message-check-news-body-syntax): Fix signature check if
4410 there's an attachment.
4411
44122008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
4413
4414 * mm-util.el: Add comments to the mm- emulating functions.
4415
44162008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
4417
4418 * gnus-start.el (gnus-before-startup-hook): Fix doc string. Reported
4419 by Stephen Berman <stephen.berman@gmx.net>.
4420
c7948b5f
MB
44212008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
4422
4423 * mm-util.el (mm-substring-no-properties): New function.
4424 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4425 (mm-special-display-p): Enable those lambda forms to be byte compiled.
4426 (mm-string-to-multibyte): Doc fix.
4427
4428 * mml.el (mml-attach-file): Use mm-substring-no-properties.
4429
44302008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
4431
4432 * mml.el (mml-attach-file): Strip text properties from file name.
e3e955fe
MB
4433 (Bug#1574)
4434
44352008-12-16 Glenn Morris <rgm@gnu.org>
4436
4437 * mm-util.el (mm-charset-override-alist): Declare for compiler.
c7948b5f 4438
bf46b4d4
MB
44392008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
4440
4441 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4442 knows since the charset specified might be a bogus alias that
4443 mm-charset-synonym-alist provides.
4444
44452008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
4446
4447 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4448 "ISO_8859-1".
4449
4450 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4451
96a22201
KY
44522008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
4453
4454 * mm-util.el (mm-charset-eval-alist):
4455 Define it before mm-charset-to-coding-system.
4456 (mm-charset-to-coding-system): Add optional argument `silent';
4457 define it before mm-charset-override-alist.
4458 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4459 default value if it can be used in Emacs currently running;
4460 silence mm-charset-to-coding-system.
4461
b6b8f5fd
KY
44622008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
4463
4464 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4465 `allow-override' which says whether to use `mm-charset-override-alist'.
4466 (rfc2047-decode-encoded-words): Use it.
4467
4468 * mm-util.el (mm-charset-override-alist): Fix custom type;
4469 add `(gb2312 . gbk)' to choices.
4470
1250af7b
KY
44712008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
4472
4473 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4474 fast.
4475
4476 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4477
886367d8
KY
44782008-12-04 Naohiro Aota <nao.aota@gmail.com>
4479
4480 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4481 on links.
4482
4483 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4484
f66de92f
KY
44852008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
4486
e01bbc12
KY
4487 * message.el (message-idna-to-ascii-rhs-1): Protect against local
4488 users' addresses that don't have domain parts.
4489 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4490 rather than message-narrow-to-head since there will be the message
4491 header separator.
f66de92f 4492
06c68f84
SM
44932008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4494
4495 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4496 since the result is inserted in a unibyte buffer anyway.
4497 (nnimap-demule-use-string-to-multibyte): Remove.
4498 (nnimap-demule): Alias it to mm-string-to-multibyte.
4499
9255ec86
RS
45002008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
4501
4502 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4503 variable for debugging bug#464 and bug#1174.
4504 (nnimap-demule): Use it.
4505
030cca00
MB
45062008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
4507
4508 * gnus-score.el (gnus-score-find-trace): Handle default score in total
4509 score calculation correctly.
4510
8a986865
SM
45112008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4512
4513 * message.el (message-send-mail): Just set the buffer to unibyte
4514 rather than use mm-with-unibyte-current-buffer which does a lot more.
4515 (message-send-mail-partially): Don't bother with
4516 mm-with-unibyte-current-buffer since it's already been made unibyte by
4517 message-send-mail.
4518
5b51650c
MB
45192008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
4520
4521 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4522
45232008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
4524
4525 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4526
ed778fad
MB
45272008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
4528
4529 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4530 require itself and to remove `with-no-warnings'.
4531
45322008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
4533
4534 * starttls.el (starttls-any-program-available): Get the name of the
4535 available TLS layer program.
4536 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4537 well as the host name in the "opening" message.
4538
4539 * auth-source.el (auth-source-cache, auth-source-do-cache)
4540 (auth-source-user-or-password): Cache passwords and logins by default,
4541 allow override with `auth-source-do-cache'.
4542 (auth-source-forget-user-or-password): Allow users to remove cache
4543 entries if needed.
4544
8e38a1a9
MB
45452008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
4546
4547 * ietf-drums.el (ietf-drums-remove-comments): Localize second
4548 condition-case to only the forward-sexp call.
4549
45502008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
4551
4552 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4553 quotes contained. Make it more robust regardless by an extra
4554 condition-case wrapper.
4555
9091f2d3
MB
45562008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
4557
4558 * nnml.el (nnml-request-expire-articles): Check if the function set to
4559 `nnmail-expiry-target' returns the symbol `delete'.
4560
4561 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4562
4563 * nnmail.el (nnmail-expiry-target): Fix custom type.
4564
06b2d4c6
GM
45652008-10-02 Glenn Morris <rgm@gnu.org>
4566
4567 * mm-util.el (mm-codepage-setup): Tweak codepage error.
4568 Silence compiler warning.
4569
059b98fa
CY
45702008-09-30 Chong Yidong <cyd@stupidchicken.com>
4571
4572 * mml.el (mml-menu): Don't assume mml2015 is bound.
4573
4520e527
MB
45742008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
4575
4576 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4577 exists.
4578
09aece0b
GM
45792008-09-27 Glenn Morris <rgm@gnu.org>
4580
4581 * gnus-util.el (mail-header-remove-comments): Autoload it.
4582
521c4a23
AS
45832008-09-27 Andreas Schwab <schwab@suse.de>
4584
4585 * gnus-util.el (gnus-split-references): Strip comments.
4586 (gnus-parent-id): Likewise.
4587
4520e527
MB
45882008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
4589
4590 * message.el (message-confirm-send): Fix version.
4591
45922008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
4593
4594 * message.el (message-idna-to-ascii-rhs-1): Use
4595 mail-extract-address-components rather than mail-header-parse-addresses
4596 that is an alias by default to ietf-drums-parse-addresses that does not
4597 support non-ASCII names in headers' contents.
4598
eef5ade7
MB
45992008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4600
4601 * message.el (message-confirm-send): Fixed variable documentation to
4602 avoid the "y/n" wording.
4603
4520e527 46042008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
eef5ade7
MB
4605
4606 * message.el (message-set-auto-save-file-name): Save to a different
4607 filename so multiple messages (especially drafts) can be recovered.
4608
e52cac88
MB
46092008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
4610
4611 * message.el (message-confirm-send): Add appropriate version.
4612
46132008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
4614
4615 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4616 defvar.
4617
46182008-09-22 Daiki Ueno <ueno@unixuser.org>
4619
4620 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4621 (mm-pkcs7-enveloped-magic): Ditto.
4622
64763fe3
MB
46232008-09-17 Simon Josefsson <simon@josefsson.org>
4624
4625 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4626 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4627
46282008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
4629
4630 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4631 default, it's better.
4632
46332008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
4634
4635 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4636 summary line gnus-number property and ignore them (with a warning
4637 message).
4638
1ae03cd5
KY
46392008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
4640
4641 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4642 macro caddr in the interactive form since it won't be expanded.
4643
c0ccb0d6
KY
46442008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4645
4646 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4647 `charset'; fix name of function called recursively.
4648 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4649
14ce5fc2
KY
46502008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4651
4652 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4653 (gnus-mime-set-charset-parameters): New function.
4654 (gnus-mime-view-part-as-charset): Use it to correctly display part
4655 specifying wrong charset.
4656
9e601b8d
MB
46572008-09-08 David Engster <dengste@eml.cc>
4658
4659 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4660 in completing-read for back end server.
4661
16dd13df
MB
46622008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
4663
4664 * message.el (message-confirm-send): New variable to confirm sending a
4665 message.
4666 (message-send): Use it.
4667
b86402ab
MB
46682008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
4669
4670 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4671
46722008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
4673
4674 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4675
46762008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
4677
4678 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4679 prevent tracking too many groups.
4680 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4681 Use it.
4682
9153f10d
MB
46832008-08-11 Ralf Angeli <angeli@caeruleus.net>
4684
4685 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4686 moving point to the bottom of the window in order to avoid recentering.
4687
46882008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
4689
4690 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4691 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4692 (gnus-article-beginning-of-window): Fix calculation.
4693
46942008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
4695
4696 * gnus-msg.el (gnus-summary-supersede-article)
4697 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4698 value of gnus-newsgroup-charset to decode non-MIME encoded text in
4699 message header.
4700
82cc1916
DN
47012008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4702
4703 * message.el:
4704 * gnus-start.el:
4705 * gnus-registry.el: Remove VMS support.
4706
6ecfe5c2
MB
47072008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
4708
4709 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4710 macro.
4711 (rfc2104-hash): Use it.
4712
47132008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
4714
4715 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4716 (gnus-summary-sort-by-most-recent-date): New commands.
4717 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4718 and menu entries.
4719
47202008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
4721
4722 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4723 don't redisplay article for raw contents; remove plural articles stuff.
4724
4725 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4726 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4727 on gnus-summary-save-article; display results properly.
4728
d62672f3
MB
47292008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4730
4731 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4732
47332008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
4734
4735 * gnus-art.el (gnus-summary-save-in-pipe): Consider
4736 gnus-save-all-headers.
4737
d221466a
DN
47382008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
4739
4740 * gnus-util.el (ns-focus-frame): Remove declaration.
4741 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
4742 like x.
4743
b737c3d9
TTN
47442008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
4745
4746 * rfc2104.el (rfc2104-zero): Delete defconst.
4747 (rfc2104-hex-alist): Likewise.
4748 (rfc2104-hex-to-int): Delete func.
4749 (rfc2104-hexstring-to-bitstring): Likewise.
4750 (rfc2104-nybbles): New defconst.
4751 (rfc2104-hash): Rewrite for speed.
4752
3c823a0c
GM
47532008-07-16 Glenn Morris <rgm@gnu.org>
4754
4755 * gnus-util.el (ns-focus-frame): Declare for compiler.
4756
16c85f26
MB
47572008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
4758
4759 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4760 set as a group parameter.
4761 (gnus-summary-save-in-pipe): Work when it is called independently.
4762 (gnus-summary-pipe-to-muttprint): Don't modify
4763 gnus-summary-pipe-output-default-command.
4764
ad546360
SM
47652008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
4766
4767 * message.el (message-send-mail-with-sendmail):
4768 Display the error message.
4769
89167438
MB
47702008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4771
ad546360
SM
4772 * gnus-art.el (gnus-default-article-saver):
4773 Add gnus-summary-save-in-pipe to choices.
89167438
MB
4774 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4775 gnus-summary-pipe-output-default-command as the default command.
4776 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4777 instead of gnus-last-shell-command.
4778
ba60bd44
JB
4779 * gnus-sum.el (gnus-summary-pipe-output-default-command):
4780 New user option.
89167438
MB
4781 (gnus-summary-muttprint-program): Mention the value will be changed.
4782 (gnus-summary-save-article): Force showing of all headers.
4783 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4784
47852008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
4786
4787 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4788
56fd9faa
JB
47892008-07-02 Juanma Barranquero <lekktu@gmail.com>
4790
4791 * nnimap.el (nnimap-id):
4792 * sieve-manage.el (sieve-manage-open): Doc fixes.
4793
68548459
JB
47942008-07-02 Francesc Rocher <rocher@member.fsf.org>
4795
4796 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4797 if available.
4798
32bed934
SM
47992008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4800
eafee8f2
SM
4801 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4802
4803 * nnkiboze.el (nnkiboze-generate-group):
4804 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4805
32bed934
SM
4806 * nnmairix.el: Require CL.
4807
2b968687
MB
48082008-06-15 David Engster <dengste@eml.cc>
4809
4810 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4811
48122008-06-14 Aidan Kehoe <kehoea@parhasard.net>
4813
32bed934
SM
4814 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4815 New macros that expand to an `aset'/`aref' call under Emacs, and to a
2b968687
MB
4816 runtime choice under XEmacs.
4817
32bed934
SM
4818 * gnus-sum.el (gnus-summary-set-display-table):
4819 Use `gnus-put-display-table', `gnus-get-display-table',
2b968687
MB
4820 `gnus-set-display-table' for the display table, instead of `aset'.
4821
2b968687
MB
48222008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4823
4824 * nnmairix.el: Add autoloads.
4825
48262008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4827
4828 * nnmairix.el (nnmairix-delete-recreate-group)
4829 (nnmairix-update-and-clear-marks): Fix error messages.
4830
48312008-06-14 David Engster <dengste@eml.cc>
4832
4833 * nnmairix.el: Upgrade to version 0.6.
4834 (nnmairix-group-toggle-propmarks-this-group)
4835 (nnmairix-group-toggle-readmarks-this-group)
4836 (nnmairix-group-delete-recreate-this-group)
4837 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4838 (nnmairix-remove-tick-mark-original-article): New commands.
4839 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4840 (nnmairix-propagate-marks-to-nnmairix-groups)
4841 (nnmairix-only-use-registry, nnmairix-allowfast-default)
4842 (nnmairix-marks-cache, nnmairix-version-output): New variables.
4843 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4844 functions needed for marks propagation and manipulation of read marks.
4845 (nnmairix-update-groups): New function.
4846 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4847 (nnmairix-determine-original-group-from-registry)
4848 (nnmairix-determine-original-group-from-path)
4849 (nnmairix-get-group-from-file-path, nnmairix-map-range)
ba60bd44
JB
4850 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4851 New helper functions.
4852 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2b968687
MB
4853 keystrokes for new commands.
4854 (nnmairix-delete-and-create-on-change): Doc string cleanup.
4855 (nnmairix-request-group): Check allow-fast group parameter.
4856 (nnmairix-request-create-group): Set allow-fast group parameter if
4857 nnmairix-allowfast-default is set.
4858 (nnmairix-close-group): Propagate marks upon closing if needed.
4859 (nnmairix-group-toggle-threads-this-group): Use new.
4860 nnmairix-group-toggle-parameter helper function.
4861 (nnmairix-search): Better check for empty search result.
4862 (nnmairix-goto-original-article): Use new helper functions for
4863 determining original article.
4864 (nnmairix-show-original-article): Make sure message-id is in brackets.
4865 (nnmairix-call-mairix-binary): Change variable name.
4866 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4867 helper function.
4868 (nnmairix-widget-toggle-activate): Fix doc string.
4869
a19a8f1b
MB
48702008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
4871
4872 * nnir.el: Require edmacro when compiling with XEmacs.
4873 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4874 available in Emacs 21.
4875
8abf1b22
GM
48762008-06-11 Glenn Morris <rgm@gnu.org>
4877
4878 * gnus-util.el (x-focus-frame):
4879 * gnus.el (image-size):
4880 * mm-decode.el (image-size): Declare.
4881
4882 * gnus-picon.el (declare-function): Add compat definition.
4883 (image-size): Declare.
4884
4885 * gnus-group.el (tool-bar-map):
4886 * gnus-sum.el (tool-bar-map): Define for compiler.
4887
4888 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4889
4890 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4891
4892 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4893 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4894 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4895 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4896 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4897 * sieve-manage.el, spam-report.el, spam.el:
4898 Remove unnecessary eval-and-compile of autoloads.
4899
43d28dcd
MA
49002008-06-08 Michael Albinus <michael.albinus@gmx.de>
4901
4902 * auth-source.el: Precise Tramp doc.
4903
966bd7bd
GM
49042008-06-07 Glenn Morris <rgm@gnu.org>
4905
4906 * nnmairix.el: Remove unnecessary eval-when-compile.
4907
49082008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
e6d2d263
MB
4909
4910 * nnir.el: New file.
4911
d346bf7e
SM
49122008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4913
4914 * gnus-util.el (gnus-read-shell-command): New function.
4915 * mm-decode.el (mm-pipe-part):
4916 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4917
b1d6cda3
MB
49182008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
4919
4920 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4921
6459e35e
GM
49222008-06-03 Glenn Morris <rgm@gnu.org>
4923
4924 * pop3.el (nnheader-accept-process-output): Autoload it.
4925
656b4fa1
MB
49262008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
4927
4928 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4929 are not 2-digit hexadecimal characters that follow `%'s.
4930
49312008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4932
4933 * message.el (message-bogus-recipient-p): Fix type in doc string.
4934 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4935 (message-bogus-addresses): Rename from message-bogus-address-regexp.
4936 Improve custom options.
4937 (message-bogus-recipient-p): Adjust accordingly.
4938
49392008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
4940
4941 * nnmairix.el: Require edmacro when compiling with XEmacs.
4942
f394fa25
MB
49432008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4944
4945 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4946 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4947
a368801c
MB
49482008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
4949
4950 * auth-source.el: Add more docs.
4951
49522008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4953
4954 * nnheader.el (nnheader-read-timeout): Change the default timeout from
4955 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
4956 retrieval faster in some cases, but might make CPU usage larger. If
4957 this has any bad side effects, we might revert this change.
4958
4959 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4960 seems to make mail retrieval much, much faster.
4961 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
cc4a96c6 4962 unconditionally.
a368801c
MB
4963
4964 * gnus-draft.el (gnus-group-send-queue): Bind
4965 message-send-mail-partially-limit to nil to avoid being prompted.
4966
03c673c9
MB
49672008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
4968
4969 * mml.el (mml-attach-buffer): Prompt for `disposition'.
4970
4971 * message.el (message-bogus-address-regexp): Fix and improve custom
4972 type.
4973 (message-setup-hook): Add message-check-recipients as custom option.
4974
58333467
MB
49752008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4976
4977 * message.el (message-cite-function): Remove bogus autoload which crept
4978 in during merge from v5-10.
4979
4079589f
MB
49802008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
4981
4982 * nnimap.el (nnimap-open-connection): Fix login/password bug.
4983
4984 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4985
4986 * auth-source.el: Preliminary Tramp docs.
4987 (auth-sources): Change the default auth-sources to use
4988 EPA .gpg files.
4989
e952b711
MB
49902008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
4991
4992 * nntp.el: Autoload `auth-source-user-or-password'.
4993 (nntp-send-authinfo): Use it.
4994
4995 * nnimap.el: Autoload `auth-source-user-or-password'.
4996 (nnimap-open-connection): Use it.
4997
4998 * auth-source.el: Added docs on using with url-auth. Import gnus-util
4999 for the gnus-message function.
5000 (auth-source-user-or-password): Use it.
5001
4fedcc00
SM
50022008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5003
5004 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5005 rfc2104-hexstring-to-byte-list. Return a unibyte string.
5006 (rfc2104-hash): Use it.
5007
149cd465
JB
50082008-05-08 Juanma Barranquero <lekktu@gmail.com>
5009
5010 * gnus-art.el (gnus-article-toggle-truncate-lines):
5011 Don't use `iff' in docstring.
5012
0ab5c2be
MB
50132008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
5014
5015 * gnus-registry.el: Adjusted copyright dates and added a keyword.
5016
5017 * gnus-util.el (gnus-extract-address-component-name)
5018 (gnus-extract-address-component-email): Convenience functions around
5019 `gnus-extract-address-components'.
5020
4fedcc00
SM
5021 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5022 Use `gnus-extract-address-component-email' to fix bug of comparing full
0ab5c2be
MB
5023 sender name to `user-mail-address'.
5024
50252008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
5026
5027 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5028 catch/throw to optimize.
5029 (gnus-registry-find-keywords): Just use member to find a keyword.
5030
42a83f4b
SM
50312008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5032
5033 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5034 is current before calling gnus-server-prepare.
5035 (gnus-server-setup-buffer, gnus-server-update-server)
5036 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5037
d844ef2f
JL
50382008-05-04 Juri Linkov <juri@jurta.org>
5039
5040 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5041 (mailcap-file-default-commands): Use mailcap-replace-in-string
5042 instead of replace-regexp-in-string, and mailcap-delete-duplicates
5043 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
5044
f8a29505
MB
50452008-05-03 Reiner Steib <reiner.steib@gmx.de>
5046
5047 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5048
3a23a519
MB
50492008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5050
5051 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5052 hooks.
5053 (gnus-update-read-articles): Speed up non-marks-using users.
5054 (gnus-use-marks): Define gnus-use-marks.
5055 (gnus-propagate-marks): Rename variable to something more sensible.
5056
38ac8b91
JB
50572008-05-02 Juanma Barranquero <lekktu@gmail.com>
5058
5059 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5060 (gmm-image-load-path-for-library): Fix typos in docstrings.
5061 (gmm-message): Reflow docstring.
5062
8336c962
MB
50632008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
5064
42a83f4b
SM
5065 * mail-source.el (mail-source-set-1, mail-source-bind):
5066 Move auth-source code out of the macro to clean it up and fix bugs.
8336c962
MB
5067
50682008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
5069
5070 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5071 by sender if it's equal to user-mail-address, it's likely to be
5072 useless.
5073
5074 * mail-source.el (mail-source-bind): Don't use user or password if they
5075 are not bound. Unintern them if they are nil. Don't use server unless
5076 it's bound, and default it to empty string otherwise.
5077
58a67d68
MB
50782008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
5079
5080 * mail-source.el: Load auth-source.el.
5081 (mail-source-bind): Add comments. Call auth-source-user-or-password to
5082 get user name or password, if auth-sources is set up.
5083
5084 * gnus-registry.el (gnus-registry-split-strategy): New variable for
5085 strategy of splitting with parent.
5086 (gnus-registry-split-fancy-with-parent)
5087 (gnus-registry-post-process-groups): Use it and fix prior
5088 bug (returning a list as the split result).
5089
5090 * auth-source.el (auth-sources): Remove server parameter.
5091 (auth-source-pick, auth-source-user-or-password)
5092 (auth-source-user-or-password-imap)
5093 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5094 (auth-source-user-or-password-sftp)
5095 (auth-source-user-or-password-smtp): Remove server parameter.
5096
296fa7b4
JB
50972008-04-25 Juanma Barranquero <lekktu@gmail.com>
5098
5099 * smime.el (smime-sign-region, smime-encrypt-region)
5100 (smime-decrypt-region):
5101 Remove redundant calls to `generate-new-buffer-name'.
5102
58a67d68
MB
51032008-04-24 Luca Capello <luca@pca.it> (tiny change)
5104
5105 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5106 Don't use QP for message/rfc822.
5107 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5108
2136a8a7
SM
51092008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
5110
5111 * sieve-manage.el (sieve-string-bytes): Remove.
5112 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5113 correct byte-length only if the process's coding-system is the same as
5114 the one used internally by Emacs to represent strings.
5115
a837fe74
JL
51162008-04-22 Juri Linkov <juri@jurta.org>
5117
5118 * mailcap.el (mailcap-file-default-commands): New function.
5119
d55fe5bb
MB
51202008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
5121
5122 * message.el (message-signature-separator, message-cite-function):
5123 Change custom version.
5124
51252008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
5126
5127 * mm-decode.el (mm-display-external): Make temp file read-only.
5128
51292008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
5130
5131 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5132 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
5133 `C-c C-f d'.
5134
51352008-04-12 Adrian Aichner <adrian@xemacs.org>
5136
5137 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5138
51392008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
5140
5141 * auth-source.el: Added docs.
2136a8a7 5142 (auth-sources): Modify format to support server.
d55fe5bb
MB
5143 (auth-source-pick, auth-source-user-or-password)
5144 (auth-source-user-or-password-imap)
5145 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5146 (auth-source-user-or-password-sftp)
5147 (auth-source-user-or-password-smtp): Add server parameter.
5148
51492008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
5150
5151 * gnus-registry.el: Initialize the registry when gnus-registry-install
5152 is t.
5153
73f2395e
KY
51542008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
5155
5156 * compface.el (uncompface): Make buffer unibyte.
5157
e66d8771
SM
51582008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
5159
5160 * mail-source.el (mail-source-value):
5161 Prefer fboundp to functionp so it works with macros as well.
5162
407da272
GM
51632008-04-05 Glenn Morris <rgm@gnu.org>
5164
5165 * gnus-ems.el (mm-disable-multibyte): Autoload it.
5166
3b728e95
SM
51672008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
5168
d37ded9e
SM
5169 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
5170 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5171
407da272
GM
5172 * nnheader.el (nnheader-init-server-buffer): Change buffer's
5173 multibyteness after rather than before erasing it.
33e2f72c 5174
75eda25b
SM
5175 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5176 mm-with-multibyte.
407da272
GM
5177 (gnus-request-article-this-buffer): Make sure the proper decoding is
5178 used if gnus-original-article-buffer happens to be unibyte.
75eda25b 5179
2b57967e
SM
5180 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5181 default-enable-multibyte-characters.
5182
d7eb3b36
SM
5183 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5184 default-enable-multibyte-characters.
5185
7ab0253d
SM
5186 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5187
3b728e95
SM
5188 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5189
5faa2ec0
SM
51902008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5191
5192 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5193 Fix last change in case the element is not even a symbol.
5194
59429511
MB
51952008-04-02 Simon Josefsson <simon@josefsson.org>
5196
5197 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5198 imap-enable-exchange-bug-workaround.
5199 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5200
52012008-04-01 Simon Josefsson <simon@josefsson.org>
5202
5203 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5204 a 100 byte status-checks into a 2-3MB transfer for each group.
5205 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5206 to enable bug workaround or not.
5207 (nnimap-find-minmax-uid): Only enable workaround conditionally.
5208
a0e08467
GM
52092008-03-31 Glenn Morris <rgm@gnu.org>
5210
5211 * message.el (mml2015-use): Declare for compiler.
5212 (message-info): Require mml2015 when appropriate.
5213
990e2c2f
SM
52142008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
5215
5216 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5217 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5218 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5219 (nntp-service-to-port): New function.
5220 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5221 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5222 (nntp-open-netcat-stream): New function.
5223 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5224
59429511
MB
52252008-03-29 Sven Joachim <svenjoac@gmx.de>
5226
5227 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5228
fa98585c
SM
52292008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5230
5231 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5232
9b3ebcb6
MB
52332008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
5234
5235 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5236
52372008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
5238
fa98585c
SM
5239 * message.el (message-signature-separator): Change default.
5240 Improve custom type.
9b3ebcb6
MB
5241 (message-cite-function): Change default to
5242 message-cite-original-without-signature.
5243
5244 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5245 toggle.
5246
5247 * message.el (message-check-news-body-syntax): Fix signature check.
5248 (message-setup-1): Mark buffer as unmodified _after_ running
5249 message-setup-hook and handling message-alternative-emails.
5250 (message-shorten-references): Be more strict when building list of
5251 valid references to comply with GNKSA.
5252
fa98585c
SM
5253 * gnus-group.el (gnus-read-ephemeral-bug-group)
5254 (gnus-read-ephemeral-debian-bug-group)
5255 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9b3ebcb6
MB
5256
5257 * message.el (message-info): Don't use booleanp which isn't supported
5258 in Emacs 21 and XEmacs.
5259
52602008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
5261
5262 * gnus-group.el (gnus-gmane-group-download-format): Rename from
5263 gnus-group-gmane-group-download-format.
5264 (gnus-group-read-ephemeral-gmane-group): Rename from
5265 gnus-group-read-ephemeral-gmane-group.
5266 (gnus-read-ephemeral-gmane-group-url): Rename from
5267 gnus-group-read-ephemeral-gmane-group-url.
b97439ce 5268 (gnus-bug-group-download-format-alist): New variable.
9b3ebcb6
MB
5269 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5270 (gnus-read-ephemeral-emacs-bug-group): New commands.
5271
52722008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5273
5274 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5275 (gnus-visible-headers): Improve custom type.
5276
52772008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
5278
5279 * mml.el (mml-menu): Add workarounds for XEmacs.
5280
5281 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5282 X-Boundary header.
5283
5284 * message.el (message-simplify-recipients): Fix previous commit.
5285
b813166a
SM
52862008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5287
df06dd59 5288 * mm-util.el (mm-set-buffer-multibyte): New function.
61dc89b0 5289 * mm-decode.el (mm-copy-to-buffer): Use it.
df06dd59 5290
b813166a
SM
5291 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5292 Prefer fboundp to functionp so it works with macros as well.
5293
9b3ebcb6
MB
52942008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
5295
5faa2ec0
SM
5296 * message.el (message-alter-recipients-discard-bogus-full-name):
5297 New function.
9b3ebcb6
MB
5298 (message-alter-recipients-function): New variable.
5299 (message-get-reply-headers): Use it.
5300 (message-replace-header): New helper function.
5301 (message-recipients-without-full-name): New variable.
5302 (message-simplify-recipients): New command.
5303
5304 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5305
5306 * message.el (message-info): Handle EasyPG manual.
5307
5308 * mml.el (mml-menu): Add entry for EasyPG.
5309
53102008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
5311
5312 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5313 parameter.
5314
5315 * message.el (message-disassociate-draft): Specify drafts group name
5316 fully.
5317
53182008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
5319
5320 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5321 unnecessary duplicates from the match list.
5322
53232008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
5324
5325 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5326 args of `how-many' of which the XEmacs version doesn't take; declare
5327 Info-index-next as function.
5328
53292008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5330
5331 * gnus-score.el (gnus-score-headers): Fix handling of
5332 gnus-inhibit-slow-scoring.
5333
5334 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5335 string.
5336 (gnus-button-url-regexp): Improve handling of parenthesis.
5337 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5338 (gnus-button-handle-info-keystrokes): Handle index entries.
5339
53402008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
5341
5342 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5343 Incoming* files.
5344
53452008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
5346
5347 * auth-source.el (auth-sources): Renamed from auth-source-choices.
5348 (auth-source-pick): Use it.
5349
53502008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
5351
5352 * auth-source.el (auth-source-protocols)
5353 (auth-source-protocols-customize, auth-source-choices): Added and
5354 modified variable customizations and defaults.
5355 (auth-source-pick, auth-source-user-or-password)
5356 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5357 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5358 (auth-source-user-or-password-sftp)
5359 (auth-source-user-or-password-smtp): Use new variables and provide an
5360 interface to netrc.el.
5361
53622008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
5363
5364 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5365 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5366 Make sure the nntp port to specify is a string.
5367
dd58a686
SM
53682008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5369
ed075cb4
SM
5370 * nntp.el: Use with-current-buffer.
5371 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5372 dubious mm-with-unibyte-current-buffer.
5373 (nntp-with-open-group-function): New function extracted from
5374 nntp-with-open-group macro.
5375 (nntp-with-open-group): Use the function, so it's easier to debug.
5376 Add indentation and debugging info.
9b3ebcb6
MB
5377 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5378 the use of the netcat alternatives.
ed075cb4 5379
f15a9fec
SM
5380 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5381 Avoid mm-string-as-multibyte as well.
5382
944c87e0
SM
5383 * nnweb.el (nnweb-insert-html):
5384 Remove use of nnheader-string-as-multibyte.
5385
2ec9cf15
SM
5386 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5387 (nnheader-string-as-multibyte): Remove.
5388
3d2440b4
SM
5389 * mm-view.el: Use inhibit-read-only.
5390 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5391 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5392 or unibyte-string.
5393
456cace2
SM
5394 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5395 (mm-uu-yenc-extract): Use with-current-buffer.
5396
f5fcf556
SM
5397 * gnus-soup.el (gnus-soup-send-packet): Don't use
5398 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5399
c9de7755
SM
5400 * nnmh.el: Use with-current-buffer.
5401 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5402 mm-string-as-multibyte on the output of mm-encode-coding-string.
5403
3d2440b4 5404 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9c5fe825
SM
5405 (nnimap-request-move-article): Use with-current-buffer.
5406
3d2440b4
SM
5407 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5408 inserting the handle-buffer's text, so the implicit multibyte->unibyte
5409 conversion uses string-make-unibyte rather than string-as-unibyte.
d4eb2b7e 5410
228b6ecd
SM
5411 * gnus-msg.el: Use with-current-buffer.
5412
dd58a686
SM
5413 * message.el (message-ignored-resent-headers): Add "Delivered-To".
5414
9b3ebcb6
MB
54152008-03-10 Daiki Ueno <ueno@unixuser.org>
5416
5417 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5418 string for caching if it is 'PIN.
5419
37a68866
MB
54202008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
5421
dd58a686
SM
5422 * mail-source.el (mail-source-delete-old-incoming-confirm):
5423 Change default to nil.
37a68866
MB
5424 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5425
8f7abae3
MB
54262008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
5427
5428 * gnus-art.el (gnus-narrow-to-page): Position point properly.
5429 (gnus-article-goto-prev-page): Work for articles having ^L's.
5430
5431 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5432
5433 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5434
e0385bf4
KF
54352008-03-07 Karl Fogel <kfogel@red-bean.com>
5436
56388398 5437 * gnus-bookmark.el: Adjust for renames in bookmark.el.
e0385bf4
KF
5438 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5439 (gnus-bookmark-jump): Adjust some variable names.
5440
8f7abae3 54412008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
a7b50e1c 5442
8f7abae3
MB
5443 * auth-source.el: New package.
5444 (auth-source-choices): Add customization entry point variable.
5445
5446 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5447 bug.
5448
54492008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
5450
5451 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5452 (gnus-registry-initialize, gnus-registry-install-p): Use it.
dd58a686 5453 (gnus-registry-install-shortcuts): Rename from
8f7abae3
MB
5454 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
5455 the `gnus-registry-mark-map' keymap dynamically from
5456 `gnus-registry-marks'. The generated functions update the summary line
5457 when a registry mark is added or deleted, and will call
5458 `gnus-registry-install-p' (see the comments in the code).
5459 (gnus-registry-user-format-function-M): Use concat intelligently.
5460
5461 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5462 the registry mark functions.
a7b50e1c 5463
c1717fbd
GM
54642008-03-05 Glenn Morris <rgm@gnu.org>
5465
5466 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5467 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5468 gnus-art.
5469 (top-level): No need to load own source when compiling.
5470
8f7abae3
MB
54712008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
5472
5473 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5474 Suggested by <chris.anderton@zetnet.co.uk>.
5475
1fc34624
GM
54762008-03-04 Glenn Morris <rgm@gnu.org>
5477
5478 * gnus-sum.el (top-level): No need to require gnus when compiling,
5479 since unconditionally required near start of file.
5480 (gnus-summary-display-while-building): Move definition before use.
5481
8f7abae3
MB
54822008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
5483
5484 * gnus-registry.el (gnus-registry-user-format-function-M): Add
5485 formatting function.
5486
54872008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
5488
5489 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5490 with plists.
5491 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5492 Use new format.
5493
54942008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5495
5496 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5497 `where-is-internal' that returns a range of key sequences.
5498
dacb905a
SM
54992008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5500
a88fd51a
SM
5501 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5502
c7a91ce1 5503 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1fc34624
GM
5504 (gnus-summary-jump-to-group): Consider windows on other displayed
5505 frames as well. Similar changes might be needed elsewhere, but that's
5506 the one I've bumped into during my use.
c7a91ce1 5507
62dc3ac3 5508 * nndoc.el (nndoc-oe-dbx-type-p):
ef1b088a 5509 * gnus-msg.el (gnus-debug):
dacb905a
SM
5510 * gnus-group.el (gnus-update-group-mark-positions):
5511 Use mm-string-to-multibyte.
5512
8f7abae3
MB
55132008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5514
5515 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5516 doesn't handle NotDashEscaped.
5517
5518 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
5519 (mml-dnd-attach-options): Fix typo in custom choice.
5520
5521 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5522 nndoc-article-type to mbox.
5523 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5524
5525 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
5526 to nil, instead of html2text.
5527
5528 * imap.el (imap-debug): Add `imap-ping-server'.
5529
5530 * gnus-bookmark.el: Add FIXMEs.
5531
5532 * message.el (message-form-letter-separator)
5533 (message-send-form-letter-delay): New variables.
5534 (message-send-form-letter): Use them. New command to send form
5535 letters. Requested by Uwe Siart.
5536 (message-send-mail-function): Doc fix. Add "Other" custom option.
5537
14e8de0c
MB
55382008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
5539
5540 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5541 empty author.
5542
55432008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
5544
5545 * gnus-registry.el (gnus-registry-marks): Add variable for
5546 customization of marks and their appearance.
5547 (gnus-registry-read-mark): Use it.
5548 (gnus-registry-do-marks): Add utility function to loop through
5549 `gnus-registry-marks'.
5550 (gnus-registry-install-shortcuts-and-menus): Add function to install
5551 shortcuts and menus.
5552 (gnus-registry-initialize): Use it.
5553 (gnus-registry-default-mark): Clarify documentation.
5554
ab74c815
GM
55552008-02-29 Glenn Morris <rgm@gnu.org>
5556
5557 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5558 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5559 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5560 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5561 Change defcustom :version from 23.0 to 23.1.
5562
14e8de0c
MB
55632008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
5564
5565 * gnus-registry.el (gnus-registry-follow-group-p)
5566 (gnus-registry-post-process-groups): Add functions to aid registry
5567 splitting and improve logging. Clarify behavior in function
5568 documentation.
5569 (gnus-registry-split-fancy-with-parent): Use them.
5570
80de1778
SM
55712008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5572
5573 * gnus-art.el: Use with-current-buffer.
5574
14e8de0c
MB
55752008-02-27 David Engster <dengste@eml.cc>
5576
5577 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5578 Express real group name in the response.
5579
55802008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
5581
5582 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5583 (nnmairix-last-server, nnmairix-current-server): Defvar them.
5584 (nnmairix-goto-original-article): Defvar gnus-registry-install and
5585 autoload gnus-registry-fetch-group when compiling.
149cd465 5586 (nnmairix-request-group-with-article-number-correction): Remove
14e8de0c
MB
5587 unreferenced argument passed to nnmairix-call-backend.
5588
55892008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5590
5591 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5592 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
5593 Wilde.
5594
da13b6cc
GM
55952008-02-27 Glenn Morris <rgm@gnu.org>
5596
5597 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
be021c01
GM
5598 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5599 variables to defconsts. Convert comments to doc-strings.
5600 (nnmairix-last-server, nnmairix-current-server): Convert from free
5601 variables to defvars. Convert comments to doc-strings.
5602 (gnus-registry-fetch-group): Autoload.
5603 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5604 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14e8de0c
MB
5605 (nnmairix-widget-build-editable-fields): Use car cddr rather than
5606 caddr.
be021c01
GM
5607 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5608 nnmairix-request-group-with-article-number-correction call.
5609 (nnmairix-fast, nnmairix-group): New, less general names, for free
5610 variables passed from nnmairix-request-group to
5611 nnmairix-request-group-with-article-number-correction. Declare.
5612 (nnmairix-request-group-with-article-number-correction):
5613 Use nnmairix-fast, nnmairix-group rather than fast, group.
da13b6cc 5614
3d0f8a67
MB
56152008-02-26 David Engster <dengste@eml.cc>
5616
5617 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
5618 version 0.5.
5619
56202008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
5621
5622 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5623 instead of making an extra function call. Don't add the current group
5624 to articles only when they have the group. Use
5625 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5626 Reported by David <de_bb@arcor.de>.
5627
f5490ddc
MB
56282008-02-24 Miles Bader <miles@gnu.org>
5629
5630 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
5631 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
5632 (mm-find-mime-charset-region):
5633 * mm-bodies.el (mm-encode-body):
5634 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
5635
52bec650
MB
56362008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
5637
5638 * mail-source.el (mail-source-delete-incoming): Change default.
5639 Supplement doc string.
5640
5641 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5642
56432008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
5644
5645 * nnmail.el (nnmail-message-id-cache-file): Derive from
5646 `gnus-home-directory'.
5647
56482008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
5649
5650 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5e25c514 5651 Document negative prefix.
52bec650 5652
5e25c514 5653 * gnus-group.el (gnus-group-read-group): Document negative prefix.
52bec650
MB
5654
56552008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5656
5657 * message.el (message-unsent-separator): Add the Exim bounce
5658 separator.
5659
56602008-02-10 Daiki Ueno <ueno@unixuser.org>
5661
5662 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5663 list.
5664 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5665 recipient/signer list.
5666
0b9c5ab7
RS
56672008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
5668
5669 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5670 fbound (Emacs 23 unicode), signal an error.
5671
1888e568
GM
56722008-02-08 Glenn Morris <rgm@gnu.org>
5673
5674 * gnus-art.el (pgg-display-output-buffer): Declare as function.
5675
52bec650
MB
56762008-02-07 Tassilo Horn <tassilo@member.fsf.org>
5677
5678 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5679 ports to the calls to `netrc-machine-user-or-password' in addition to
5680 "imap" and "imaps".
5681
e9198520
MB
56822008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
5683
5684 * gnus.el (gnus-group-startup-message): Add `find-image' call before
5685 image-load-path is let-bound. Reported by Harald Hanche-Olsen
5686 <hanche@math.ntnu.no>.
5687
56882008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
5689
5690 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5691
9303f985 56922008-02-01 Zhang Wei <id.brep@gmail.com>
aca7a3d2
MB
5693
5694 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5695
5696 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5697
9303f985 56982008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
5699
5700 * mml.el (mml-parse-1): Remove apparently vestigial use of
5701 `mm-hack-charsets'.
5702 * mm-bodies.el (mm-encode-body): Likewise.
5703
9303f985 57042008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5705
4fedcc00 5706 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
aca7a3d2
MB
5707 rfc2104-hexstring-to-bitstring and changed to return a byte list.
5708 (rfc2104-hash): Convert the result of concat to unibyte string.
5709
9303f985 57102008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 5711
aca7a3d2
MB
5712 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5713 coding-system-for-read.
5714 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5715
8385d659 5716 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
4fedcc00 5717 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
8385d659 5718 (mm-find-mime-charset-region): Remove hack-charsets stuff.
aca7a3d2 5719
10ef2ef7 57202008-01-24 Michael Sperber <sperber@deinprogramm.de>
a1da1e37
MB
5721
5722 * mail-source.el (mail-sources): Add `group' choice.
5723
5724 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5725 parameter `in-group' to control into which group the articles go.
5726 Add treatment of `group' mail-source.
5727
a445370f
DN
57282008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5729
5730 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5731 * message.el (message-beginning-of-line): Use featurep instead of bound
5732 tests in order to resolve conditionals at compile time.
5733
4599d0ec
MB
57342008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
5735
5736 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5737
5738 * mm-decode.el (mm-dissect-buffer): Decode description.
5739
5740 * mml.el (mml-to-mime): Encode message header first.
5741
0b6799c3
MB
57422008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5743
5744 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5745 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5746
57472008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
5748
5749 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5750
57512008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
5752
5753 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5754 prefix keys.
5755 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5756 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5757 gnus-xmas.el.
5758
57592008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
5760
5761 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5762 Add new variables for article mark management.
5763 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5764 list of extra data entries which, when present, will indicate that the
5765 article ID should not be trimmed from the registry.
5766 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5767 functions.
5768 (gnus-registry-read-mark): New function to read a mark name from the
5769 user.
5770 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5771 (gnus-registry-set-article-mark-internal): New functions to add and
5772 remove marks.
5773 (gnus-registry-get-article-marks): New function to show the marks for
5774 an article, or retrieve them for further use.
5775
57762008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
5777
5778 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5779 keys when no argument is given.
5780
57812008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
5782
5783 * gnus-sum.el (gnus-article-sort-by-random)
5784 (gnus-thread-sort-by-random): Fix doc strings. Reported by
5785 jidanni@jidanni.org.
5786
57872008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
5788
5789 * gnus-art.el (gnus-article-describe-bindings): New function.
5790 (gnus-article-read-summary-keys): Use it.
5791 (gnus-article-mode-map): Bind `C-h b' to it.
5792
95838435
MB
57932008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
5794
5795 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5796 XEmacs.
5797 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5798 against non-character events.
5799
95838435
MB
58002008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
5801
5802 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5803 command.
5804 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5805 instead of END. Change name of the temp file.
5806 (gnus-group-gmane-group-download-format): Add doc string. Make it
5807 customizable.
5808
58092008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5810
5811 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5812 bind `S W' to gnus-article-wide-reply-with-original; set default
5813 binding to gnus-article-read-summary-send-keys.
5814 (gnus-article-read-summary-keys): Fix the order of keys; display
5815 continuation keys correctly in the echo area; describe bindings
5816 correctly when keys end with `C-h'.
5817 (gnus-article-read-summary-send-keys): New function.
5818 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5819 for gnus-article-read-summary-send-keys; display continuation keys
5820 correctly in the echo area.
5821 (gnus-article-reply-with-original): Ignore prefix argument.
5822 (gnus-article-wide-reply-with-original): New function.
5823
d82cf70b
MB
58242008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
5825
5826 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5827 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5828
58292008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
5830
5831 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5832 (gnus-group-read-ephemeral-gmane-group): New command.
5833
f3041af1
DN
58342008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5835
5836 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5837
87035689
MB
58382007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
5839
5840 * message.el (message-send-mail-function): Increase custom version.
5841
5842 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5843 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
5844
87035689
MB
58452007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
5846
5847 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5848 html parts correctly; support forwarded messages.
5849 (gnus-article-browse-html-article): Remove work buffers.
5850
5851 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5852 compiling.
5853 (netrc-bound-and-true-p): New macro.
5854 (netrc-parse): Use it instead of bound-and-true-p that is not available
5855 in XEmacs 21.4.
5856
58572007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
5858
5859 * gnus-registry.el (gnus-registry-mark-article)
5860 (gnus-registry-article-marks): Add functionality to mark articles
5861 through the Gnus registry.
5862
5863 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5864 (netrc-parse): Use encrypt-file-alist to determine if
5865 encrypt-find-model or encrypt-insert-file-contents should be used.
5866
541cbf8b
GM
58672007-12-19 Glenn Morris <rgm@gnu.org>
5868
5869 * mml.el (message-options-set, message-narrow-to-head)
5870 (message-in-body-p, message-mail-p, message-encode-message-body):
5871 Autoload.
5872 (message-remove-header, message-narrow-to-headers-or-head)
5873 (message-subscribed-p, message-make-mail-followup-to)
5874 (message-position-on-field, message-news-p)
5875 (message-options-set-recipient, message-generate-headers)
5876 (message-sort-headers): Declare as functions.
5877
87035689
MB
58782007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
5879
5880 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5881 convention in doc string.
5882
58832007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
5884
5885 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5886 title to html parts.
5887 (gnus-article-browse-html-article): Pass message header to it.
5888
5889 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5890
58912007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
5892
5893 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5894 or password compatible with XEmacs.
5895
bbbe940b
MB
58962007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
5897
5898 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5899 format document.
5900 (gnus-mime-delete-part): Don't write description line if empty.
5901 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5902
880820fe 59032007-12-14 Johan Bockgård <bojohan@gnu.org>
bbbe940b
MB
5904
5905 * gnus-sum.el (gnus-summary-mark-unread-as-read)
5906 (gnus-summary-mark-read-and-unread-as-read)
5907 (gnus-summary-mark-current-read-and-unread-as-read)
5908 (gnus-summary-mark-unread-as-ticked): Doc fix.
5909 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5910
59112007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
5912
5913 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
5914 Christoph Conrad <christoph.conrad@gmx.de>.
5915
59162007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
5917
5918 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5919 yes-or-no-p.
5920
59212007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
5922
5923 * mm-decode.el (mm-add-meta-html-tag): New function.
002876ab 5924 (mm-save-part-to-file, mm-pipe-part): Use it.
bbbe940b
MB
5925
5926 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5927 gnus-y-or-n-p instead of y-or-n-p.
5928 (gnus-article-browse-html-parts): Work with message/external-body; use
5929 mm-add-meta-html-tag.
5930
cef98b13
GM
59312007-12-11 Glenn Morris <rgm@gnu.org>
5932
5933 * gnus-cache.el: Require gnus-sum not just when compiling.
5934
5935 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5936
5937 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5938 definitions before use.
5939
5940 * mm-decode.el: Require gnus-util.
5941 (mm-remove-part): Only call delete-annotation on XEmacs.
5942
5943 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5944
5945 * nnmail.el: Require gnus-int.
5946
5947 * spam.el: Move `require's before `eval-when-compile's.
5948
5949 * gnus-ems.el (gnus-alive-p):
5950 * gnus-fun.el (message-goto-eoh):
5ec7fe1b 5951 * gnus-util.el (gnus-group-name-decode):
cef98b13
GM
5952 * mail-source.el (gnus-compress-sequence):
5953 * message.el (Info-goto-node, format-spec):
5954 * mm-bodies.el (message-options-get):
5955 * mm-decode.el (mm-view-pkcs7):
5956 * mm-util.el (gmm-write-region):
5957 * mml-smime.el (mml-compute-boundary)
5958 (gnus-completing-read-with-default):
5959 * mml.el (widget-button-press, gnus-make-hashtable):
5960 * mml1991.el (mm-decode-content-transfer-encoding)
5961 (mm-encode-content-transfer-encoding)
5962 (message-options-get, message-options-set):
5963 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5964 * nnfolder.el (gnus-request-group):
5965 * nnheader.el (ietf-drums-unfold-fws):
5966 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5967 * smime.el (gnus-run-mode-hooks):
5968 * spam-stat.el (gnus-message): Autoload.
5969
5970 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5971 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5972 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5973 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5974 Add declare-function compatibility definition.
5975
5976 * gnus-cache.el (nnvirtual-find-group-art):
5977 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5978 (gnus-add-image, gnus-add-wash-type):
5979 * gnus-group.el (nnkiboze-score-file):
5980 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5981 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5ec7fe1b
GM
5982 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5983 (message-tokenize-header, gnus-get-buffer-create)
5984 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5985 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
cef98b13
GM
5986 * gnus.el (gnus-group-decoded-name):
5987 * mail-source.el (imap-capability):
5988 * mm-bodies.el (message-options-set):
5989 * mm-decode.el (gnus-configure-windows):
5990 * mm-extern.el (message-goto-body):
5991 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5992 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5993 (epg-sub-key-validity, message-options-set):
5994 * mml.el (widget-event-point, gnus-configure-windows):
5995 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5996 * mml2015.el (epg-check-configuration, epg-configuration)
5997 (message-options-set):
5998 * nndb.el (nndb-request-article):
5999 * nnfolder.el (gnus-request-create-group):
6000 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6001 * nnmaildir.el (gnus-group-mark-article-read):
6002 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6003 * rfc1843.el (message-fetch-field):
6004 * spam.el (gnus-extract-address-components):
6005 Declare as functions.
6006
bbbe940b
MB
60072007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
6008
6009 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6010
a5ded4c9
GM
60112007-12-09 Glenn Morris <rgm@gnu.org>
6012
6013 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6014
6015 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
030cca00 6016 * message.el, mm-view.el, sieve-manage.el, smime.el:
1d1df709 6017 Add declare-function compatibility definition.
a5ded4c9
GM
6018
6019 * gnus-art.el (w3-region, w3m-region, Info-menu):
6020 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6021 * gnus-sum.el (gnus-get-predicate):
6022 * gnus-util.el (mm-append-to-file, w32-focus-frame):
6023 * message.el (mail-abbrev-in-expansion-header-p):
6024 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8d0f97a4 6025 (w3m-detect-meta-charset, w3m-region):
1d1df709
GM
6026 * sieve-manage.el (password-read, password-cache-add)
6027 (password-cache-remove):
8d0f97a4 6028 * smime.el (password-read-and-add): Declare as functions.
a5ded4c9 6029
274f1353
DK
60302007-12-08 David Kastrup <dak@gnu.org>
6031
6032 * gnus-sum.el (gnus-summary-simplify-subject-query):
6033 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6034 `message'.
6035
a601fb74 60362007-12-07 Glenn Morris <rgm@gnu.org>
80d06753 6037
a601fb74 6038 * gnus-art.el (article-make-date-line): Revert previous change.
80d06753 6039
af5370ad
RS
60402007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6041
6042 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6043
21ee0911
MB
60442007-12-06 Christian Plate <cplate@web.de> (tiny change)
6045
6046 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6047 Call gnus-add-to-range ranges only once with a prepared article-list.
6048
60492007-12-06 Paul Jarc <prj@po.cwru.edu>
6050
149cd465
JB
6051 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6052 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
21ee0911
MB
6053 group names with backslashes. Reported by Tassilo Horn
6054 <tassilo@member.fsf.org>.
6055
f0131492 60562007-12-06 Deepak Goel <deego3@gmail.com>
fd0c71e8 6057
a601fb74
GM
6058 * gnus-art.el (article-make-date-line):
6059 * gnus-start.el (gnus-load):
6060 * pop3.el (pop3-read-response): Fix buggy call to `error'.
fd0c71e8 6061
415a09fb
MB
60622007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6063
6064 * gnus-art.el (gnus-use-idna)
6065 * gnus-start.el (gnus-site-init-file)
6066 * message.el (message-use-idna)
6067 * mm-uu.el (mm-uu-hide-markers)
6068 * smiley.el (smiley-style): Revert changes that suppress warnings.
6069
60702007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6071
6072 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6073 specify charset to html source. Reported by Christoph Conrad
6074 <christoph.conrad@gmx.de>.
6075
60762007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6077
6078 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6079 idna-program in order to suppress byte compile warning issued by XEmacs
6080 that came to byte compile the default value section of defcustom forms
6081 recently.
6082
6083 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6084 value of installation-directory.
6085
6086 * message.el (message-use-idna): Don't directly refer to the value of
6087 idna-program.
6088
6089 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6090
6091 * smiley.el (smiley-style): Don't directly call face-attribute.
6092
b890d447
MB
60932007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
6094
6095 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6096
6097 * gnus-dired.el: Reduce Gnus dependencies.
6098 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6099 require. Use autoloads instead.
6100 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6101 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6102 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6103 (gnus-dired-mode): Adjust doc string.
6104 (gnus-dired-mail-mode): New variable.
6105 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6106 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6107 (gnus-dired-mail-buffers): New function. Return mail or message
6108 composition buffers.
6109 (gnus-dired-attach): Use it.
6110 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6111 NO-DECODE.
6112 (gnus-dired-print): Use `gnus-print-buffer' depending on
6113 `gnus-dired-mail-mode'.
6114
61152007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
6116
6117 * rfc2047.el (rfc2047-encoded-word-regexp)
6118 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6119 explaining what regexp patterns are for.
6120
13b0ef01
GM
61212007-12-04 Glenn Morris <rgm@gnu.org>
6122
6123 * password.el: Move to ../password-cache.el.
6124
6125 * mml1991.el (password-read, password-cache-add, password-cache-remove):
6126 * mml2015.el (password-read, password-cache-add, password-cache-remove):
6127 * mml-smime.el (password-read, password-cache-add)
6128 (password-cache-remove):
6129 No need to autoload, since mml-sec requires password.
6130
6131 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6132 * message.el (gnus-extract-address-components):
6133 * mml-smime.el (gnus-extract-address-components): Define for compiler.
6134
6135 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6136 password.
6137
b890d447
MB
61382007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
6139
6140 * mailcap.el: Reduce dependencies.
6141 (mail-header-parse-content-type): Autoload.
6142 (mailcap-delete-duplicates): New alias.
6143 (mailcap-mime-info): Add optional argument NO-DECODE.
6144 (mailcap-mime-types): Use mailcap-delete-duplicates.
6145
6146 * message.el (message-ignored-supersedes-headers): Add "X-ID".
6147
61482007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6149
6150 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6151 function.
6152
6153 * gnus-uu.el (gnus-uu-decode-yenc): New command.
6154 (gnus-uu-yenc-article): New function.
6155
6156 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6157
6158 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6159 buffer.
6160
21662dc7
GM
61612007-12-02 Glenn Morris <rgm@gnu.org>
6162
323fc9ec
GM
6163 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
6164 Move to ../net.
6165
21662dc7
GM
6166 * binhex.el, uudecode.el: Move to ../mail.
6167
ceabaeb3
GM
6168 * encrypt.el: Remove file.
6169
b890d447
MB
61702007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
6171
6172 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6173 matches on patches.
6174
6175 * gnus-art.el (gnus-article-browse-html-article): Mention
6176 `mm-text-html-renderer' in the doc string.
6177
6178 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6179 string. Add comments.
6180
6181 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6182 if rhs is ASCII.
6183
08545d0a
GM
61842007-12-01 Glenn Morris <rgm@gnu.org>
6185
fb18c032 6186 * dig.el, dns.el: Move to ../net.
c3335b6a 6187 * format-spec.el, hex-util.el, sha1.el: Move to ../.
4c1d5922 6188
08545d0a
GM
6189 * mail-source.el (top-level): Require format-spec before
6190 eval-when-compile.
6191
257a0a0d
GM
61922007-11-30 Glenn Morris <rgm@gnu.org>
6193
6194 * encrypt.el: Require password, rather than autoloading password-read.
6195
b890d447
MB
61962007-11-28 Elias Oltmanns <eo@nebensachen.de>
6197
6198 * gnus.el (gnus-method-to-server): Add an optional parameter so the
6199 caller can indicate whether the cache should be disregarded for this
6200 call. This way the result of the call is reproducible at all times and
6201 can be considered a canonical server name for the supplied method.
6202 (gnus-agent-method-p): Canonicalize server names by pushing their
6203 method through `gnus-method-to-server' using the no-cache argument.
6204
6205 * gnus-srvr.el (gnus-server-insert-server-line): Call
6206 `gnus-method-to-server' with `no-cache' argument.
6207
6208 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6209 gnus-agent-possibly-synchronize-flags as this should be called when the
6210 server is actually being opened.
6211 (gnus-agent-possibly-synchronize-flags)
6212 (gnus-agent-possibly-synchronize-flags-server): Move check for the
6213 flags file of an agentized server to the latter function.
6214
6215 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6216 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6217 after a connection has been established successfully.
6218
62192007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
6220
6221 * gnus-art.el (article-display-face): Force to display face if called
6222 interactively; check if gnus-article-x-face-too-ugly matches author.
6223 (article-display-x-face): Display face even if From header is missing
6224 as article-display-face does.
6225
d50fd8e2
GM
62262007-11-28 Richard Stallman <rms@gnu.org>
6227
6228 * md4.el: Move to ../.
6229 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
6230
b890d447
MB
62312007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
6232
6233 * mail-source.el (mail-sources): Default to fetch from file for
6234 compatibility with default of nnmail-spool-file.
6235
62362007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
6237
6238 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6239 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6240 to look for encoded word that should be encoded again.
6241 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6242 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6243 encoding pattern.
6244 (rfc2047-decode-region): Switch strict regexp and loose one according
6245 to rfc2047-allow-irregular-q-encoded-words.
6246
a06e7b5d
SJ
62472007-11-26 Simon Josefsson <simon@josefsson.org>
6248
6249 * imap.el: Move to ../net directory.
6250
b890d447
MB
62512007-11-25 Romain Francoise <romain@orebokech.com>
6252
6253 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6254
62552007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
6256
6257 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6258 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6259
6260 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6261 `nnmail-spool-file'.
6262
6263 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6264 `nnmail-spool-file'.
6265
6266 * gnus-move.el (gnus-change-server): Ditto.
6267
6268 * gnus-kill.el (gnus-batch-score): Ditto.
6269
6270 * gnus-cache.el (gnus-jog-cache): Ditto.
6271
c9e31f32
SM
6272 * gnus-msg.el (gnus-summary-reply):
6273 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
b890d447
MB
6274
62752007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
6276
c9e31f32
SM
6277 * gnus-cache.el (gnus-cache-generate-nov-databases):
6278 Use nnml-generate-nov-databases-directory instead of
b890d447
MB
6279 nnml-generate-nov-databases-1.
6280
e3b0153a
GM
62812007-11-24 Glenn Morris <rgm@gnu.org>
6282
6283 * message.el (message-tool-bar-retro): Update for rename
6284 mail_send.xpm->mail-send.xpm.
6285
b890d447
MB
62862007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
6287
6288 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6289 `smime-ldap-search' for Emacs 22 and up.
6290
145cc6b9
RS
62912007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
6292
63ff8478
RS
6293 * hashcash.el: Move to ../mail directory.
6294
8746c8b8
RS
6295 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
6296
145cc6b9
RS
6297 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6298 `smime-ldap-search' for Emacs 22 and up.
6299
82816ba1
SM
63002007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6301
b7b80032
SM
6302 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6303
82816ba1
SM
6304 * message.el (message-send-mail-function): Fix error convention.
6305 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6306 (message-widen-reply, message-send-mail, message-talkative-question)
6307 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6308 (message-clone-locals, message-send-news): Use with-current-buffer.
6309 (message-insert-or-toggle-importance): Remove unused var `valid'.
6310 (message-make-references): Remove unused var `new-references'.
6311 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6312
3042deef
JB
63132007-11-22 Juanma Barranquero <lekktu@gmail.com>
6314
6315 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6316 (spam-split-symbolic-return-positive): Reflow docstring.
6317 (spam-backends, spam-summary-exit-behavior)
6318 (spam-mark-ham-unread-before-move-from-spam-group)
6319 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6320 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6321 (spam-clear-cache, spam-backend-check, spam-install-backend)
6322 (spam-install-statistical-backend, spam-list-of-processors)
6323 (spam-group-processor-p, spam-split, spam-bogofilter-score)
6324 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6325 (spam-check-crm114, spam-initialize, spam-unload-hook):
6326 Fix typos in docstrings.
6327
b890d447
MB
63282007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
6329
6330 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6331 been checked if they have never been read and those group levels are
6332 higher than the one that a user specified.
6333
63342007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
6335
6336 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6337 foreign groups unless a group level is specified by a user.
6338 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6339
b62a39c4
RS
63402007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
6341
6342 * message.el (message-send-mail-function): Require sendmail.
6343
2ea6167b
RS
63442007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
6345
9e0a8576
RS
6346 * message.el (message-send-mail-function): Check for smtpmail too.
6347
f21470ef
RS
6348 * utf7.el (utf7-encode, utf7-decode): Use coding system
6349 `utf-7'/`utf-7-imap' from utf-7.el' if available.
6350
2ea6167b
RS
6351 * message.el (message-send-mail-function): New function.
6352 (message-send-mail-function): Set default using
6353 message-send-mail-function. Adjust doc string.
6354 (message-send-mail-with-mailclient): New function.
6355
127a6f0e
GM
63562007-11-17 Richard Stallman <rms@gnu.org>
6357
6358 * assistant.el: Remove file.
6359
9efa445f
DN
63602007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
6361
6362 * smime.el (from):
6363 * rfc2047.el (message-posting-charset):
6364 * qp.el (mm-use-ultra-safe-encoding):
6365 * pop3.el (parse-time-months):
6366 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6367 * nnml.el (files):
6368 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6369 (jka-compr-compression-info-list, ange-ftp-path-format)
6370 (efs-path-regexp):
6371 * nndiary.el (files):
6372 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6373 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6374 (epg-digest-algorithm-alist, inhibit-redisplay)
6375 (password-cache-expiry):
6376 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6377 (pgg-output-buffer, password-cache-expiry):
6378 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6379 (efs-path-regexp):
6380 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6381 (inhibit-redisplay):
6382 * mm-uu.el (file-name, start-point, end-point, entry)
6383 (gnus-newsgroup-name, gnus-newsgroup-charset):
6384 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6385 (latin-unity-ucs-list):
6386 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6387 (mm-uu-binhex-decode-function):
b97439ce 6388 * message.el (gnus-message-group-art, gnus-list-identifiers)
9efa445f
DN
6389 (rmail-enable-mime-composing, gnus-local-organization)
6390 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6391 (gnus-read-active-file, facemenu-add-face-function)
6392 (facemenu-remove-face-function, gnus-article-decoded-p)
6393 (tool-bar-mode):
6394 * mail-source.el (display-time-mail-function):
6395 * gnus-util.el (nnmail-pathname-coding-system)
6396 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6397 (gnus-original-article-buffer, gnus-user-agent)
6398 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6399 (xemacs-codename, sxemacs-codename, emacs-program-version):
6400 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6401 * gnus-start.el (gnus-agent-covered-methods)
6402 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6403 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6404 (gnus-newsgroup-headers, gnus-group-list-mode)
6405 (gnus-group-mark-positions, gnus-newsgroup-data)
6406 (gnus-newsgroup-unreads, nnoo-state-alist)
6407 (gnus-current-select-method, mail-sources)
6408 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6409 (nnmail-spool-file, gnus-cache-active-hashtb):
6410 * gnus-mh.el (mh-lib-progs):
6411 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6412 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6413 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6414 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6415 (gnus-group-buffer):
6416 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6417 (font-lock-set-defaults):
6418 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6419 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6420 (gnus-summary-post-menu, total-parts, type, condition, length):
6421 * gnus-agent.el (gnus-agent-read-agentview):
6422 * flow-fill.el (show-trailing-whitespace):
6423 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6424 eval-and-compile wrappers for byte compiler pacifiers.
6425
6426 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6427 (mm-display-inline-fontify): Check for featurep 'xemacs not
6428 extent-list.
6429
6430 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6431 itimer-list.
6432 (mm-create-image-xemacs): Only do something for XEmacs.
6433 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6434
6435 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6436
6437 * gnus-registry.el (gnus-adaptive-word-syntax-table):
6438 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6439
e9346447
JB
64402007-11-15 Juanma Barranquero <lekktu@gmail.com>
6441
ec5741dc 6442 * nnimap.el (nnimap-split-download-body):
e9346447 6443 * gnus-demon.el (gnus-demon):
ec5741dc 6444 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
e9346447 6445
1428d46b
MB
64462007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
6447
6448 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6449 macros.
6450 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6451 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6452 copy data from unibyte buffer to multibyte current buffer.
93acd23d 6453 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
1428d46b
MB
6454 to copy data from unibyte current buffer to multibyte buffer.
6455 (nntp-make-process-buffer): Make process buffer unibyte.
6456
6457 * pop3.el (pop3-open-server): Fix typo in Lisp code.
6458
64592007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
6460
6461 * pop3.el (pop3-open-server): Accept and process data more robustly at
6462 connexion start to avoid spurious "POP SSL connexion failed" errors.
6463
64642007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
6465
6466 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6467 read group names.
6468
64692007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
6470
6471 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6472
64732007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
6474
6475 * nnmail.el (nnmail-parse-active): Make group names unibyte.
6476 (nnmail-save-active): Use a unibyte buffer when saving active file,
6477 which may contain non-ASCII group names.
6478
6479 * nnml.el (nnml-request-group): Decode group names in messages.
6480
4d8a28ec
MB
64812007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
6482
6483 * message.el (message-citation-line-function)
6484 (message-insert-formatted-citation-line): Fix spelling of
6485 `message-insert-formated-citation-line'.
6486
c12ecb0a
MB
64872007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
6488
6489 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6490
4d8a28ec
MB
64912007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
6492
6493 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6494 nnmail-pathname-coding-system.
6495
6496 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6497 that a user enters; decode group names in messages.
6498
6499 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6500
60ece9b0
MB
65012007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
6502
6503 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6504
6505 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6506
6507 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6508 risky local variable.
6509
6510 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6511
65122007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
6513
6514 * encrypt.el: Improve documentation to fix function name typo.
6515 Reported by Daiki Ueno <ueno@unixuser.org>.
6516
65172007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6518
6519 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6520 even if the point is not in the last page of an article.
6521 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6522 back to the previous page.
6523
c590ed3a
MB
65242007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
6525
6526 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6527
60ece9b0
MB
65282007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
6529
6530 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6531
c70dbcd5
SM
65322007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6533
60ece9b0
MB
6534 * message.el (message-check-news-body-syntax): Avoid
6535 mm-string-as-multibyte.
c70dbcd5
SM
6536 (message-hide-headers): Don't assume (point-min)==1.
6537
437ce4be
MB
65382007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6539
6540 * message.el (message-remove-blank-cited-lines): Fix if remove is
6541 given.
6542 (message-bogus-address-regexp): New variable.
6543 (message-bogus-recipient-p): New function.
6544 (message-check-recipients): New command.
6545 (message-syntax-checks): Add `bogus-recipient'.
6546 (message-fix-before-sending): Add `bogus-recipient'.
6547
6548 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
d55fe5bb
MB
6549 (gnus-treat-body-boundary): Don't test window-system.
6550
296fa7b4 65512007-10-28 Leo <sdl.web@gmail.com> (tiny change)
d55fe5bb
MB
6552
6553 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
437ce4be 6554
c7ff939a
RS
65552007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6556
6557 * gnus.el: Bump version to Gnus v5.13.
6558
01c52d31
MB
65592007-10-28 Miles Bader <miles@gnu.org>
6560
6561 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6562 at compile-time too.
6563
437ce4be
MB
65642007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6565
6566 * gnus-msg.el (gnus-message-setup-hook): Add
6567 `message-remove-blank-cited-lines' to options.
6568
01c52d31
MB
65692007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
6570
6571 * message.el (message-remove-blank-cited-lines): New function.
880820fe 6572 Suggested by Karl Plästerer.
01c52d31
MB
6573
65742007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
6575
6576 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6577 mapc.
6578
6579 * imap.el (imap-open): Replace mapcar called for effect with mapc.
6580 (top-level): Use mapc to set functions to be traced for debugging.
6581
6582 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6583 called for effect with while loop.
6584
6585 * message.el (message-talkative-question): Replace mapcar called for
6586 effect with mapc.
6587
6588 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6589 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6590 called for effect with dolist.
6591
6592 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6593
6594 * nndiary.el: Use dolist instead of mapcar to add diary headers to
6595 gnus-extra-headers and nnmail-extra-headers.
6596
6597 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6598 called for effect with dolist.
6599 (top-level): Use mapc to set functions to be traced for debugging.
6600
6601 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6602 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6603 dolist.
6604
6605 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6606 Replace mapcar called for effect with mapc.
6607 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6608 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6609 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6610 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6611
6612 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6613 remove-if that's a cl function.
6614
6615 * webmail.el (webmail-debug): Replace mapcar called for effect with
6616 dolist.
6617
01c52d31
MB
66182007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
6619
6620 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6621 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6622 with while loop.
6623
6624 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6625 functions from article-* functions.
6626 (gnus-multi-decode-header): Replace mapcar called for effect with
6627 dolist.
6628
6629 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6630 (gnus-bookmark-show-details): Replace mapcar called for effect with
6631 while loop.
6632
6633 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6634 called for effect with while loop.
6635
6636 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6637 with dolist.
6638
6639 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6640 mapcar called for effect with dolist.
6641
6642 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6643
6644 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6645 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6646 Replace mapcar called for effect with dolist.
6647 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6648 mapc.
6649
6650 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6651 Replace mapcar called for effect with dolist.
6652 (gnus-topic-list): Replace mapcar called for effect with mapc.
6653
6654 * gnus.el: Use mapc instead of mapcar to add autoloads.
6655
4b576f7d
RS
66562007-10-23 Richard Stallman <rms@gnu.org>
6657
6658 * gnus-group.el (gnus-group-highlight): Mark as risky.
6659
fdc90613
MB
66602007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
6661
6662 * gnus.el (gnus-server-to-method): Return method found first in
6663 gnus-newsrc-alist.
6664
01c52d31
MB
6665 * gnus-art.el (gnus-article-highlight-signature)
6666 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6667 button overlay without the front stickiness.
6668
66692007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
6670
6671 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6672 overview buffer needed a catch to receive its throw.
6673 (gnus-agent-flush-cache): Declared as interactive to make this function
6674 easier to use.
6675
fdc90613
MB
66762007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
6677
6678 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6679 `next-line'.
6680
5255e3ff
MB
66812007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
6682
6683 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6684 exclude address matching message-dont-reply-to-names.
6685
b4fde39f
MB
66862007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
6687
6688 * gnus-util.el (gnus-string<): New function.
6689
6690 * gnus-sum.el (gnus-article-sort-by-author)
01c52d31 6691 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
b4fde39f
MB
6692
66932007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
6694
6695 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6696 the frame-focus tag is set in gnus-buffer-configuration.
6697
01c52d31
MB
66982007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
6699
6700 * gnus-art.el (gnus-article-add-button): Make a button overlay without
6701 the front stickiness.
6702
67032007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
6704
6705 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6706 url pattern; remove duplicate one.
6707 (gnus-article-extend-url-button): New function.
6708 (gnus-article-add-buttons): Use it.
6709 (gnus-button-push): Use concatenated url that it makes.
6710
6ab3804a
JB
67112007-10-04 Juanma Barranquero <lekktu@gmail.com>
6712
6713 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6714 (sieve-manage-open): Use `mapc' instead of `mapcar'.
6715
2f19ece7
SM
67162007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6717
6718 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6719 Don't hardcode point-min==1.
6720
1d0df8af
DK
67212007-09-30 David Kastrup <dak@gnu.org>
6722
6723 * gnus-art.el (gnus-article-reply-with-original)
6724 (gnus-article-followup-with-original): When `transient-mark-mode' is
6725 off, refrain from active-region behavior for followups.
6726
4b70e299
MB
67272007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
6728
6729 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
01c52d31
MB
6730 Fix comment about "iso8859-1".
6731
d4835507 67322007-10-08 Daiki Ueno <ueno@unixuser.org>
01c52d31
MB
6733
6734 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6735 ones returned from the verify-function.
6736
6737 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6738 mml2015-extract-cleartext-signature if extraction failed.
6739
67402007-10-07 Daiki Ueno <ueno@unixuser.org>
6741
6742 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6743 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6744 failed.
4b70e299
MB
6745
67462007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
6747
e9346447 6748 * Relicense "GPLv2 or later" files to "GPLv3 or later".
4b70e299 6749
01c52d31
MB
67502007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6751
6752 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6753 to mark a thread as expirable. Add variable `hide' to handle hiding of
6754 thread for both the null and zero (kill/expire thread) universal prefix
6755 cases.
6756 (gnus-summary-expire-thread): Add new function to expire a thread,
6757 using gnus-summary-kill-thread.
6758 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6759 shortcuts for gnus-summary-expire-thread.
6760 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6761 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
6762
67632007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6764
6765 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6766 extras value, so an extras entry can be deleted.
6767 (gnus-registry-delete-extra-entry): Use it.
6768 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6769 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6770 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
e46889e0
JB
6771 storage through the gnus-registry, and provide an appropriate API for
6772 it.
01c52d31 6773
4b70e299
MB
67742007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
6775
6776 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6777 Suggested by Leo <sdl.web@gmail.com>.
6778
6779 * gnus.el: Do.
6780
67812007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
6782
6783 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6784 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
6785
6786 * gnus-agent.el (gnus-agent-fetch-headers): Do.
6787
6788 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6789 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6790
67912007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
6792
6793 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6794 newline.
6795 (nnmbox-request-accept-article): Don't change article in source buffer;
6796 narrow to header to use message-fetch-field rather than
6797 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6798 (nnmbox-request-replace-article): Quote lines that'll be misidentified
6799 as delimiters; make sure article ends with newline.
6800 (nnmbox-delete-mail): Correct last position of article to be deleted;
6801 ignore X-Gnus-Newsgroup header in article body.
6802 (nnmbox-save-mail): Quote lines looking like delimiters at the right
6803 positions; make sure article ends with newline.
6804
01c52d31
MB
6805 * message.el (message-display-abbrev): Don't infloop when a user
6806 inserts SPC in the beginning of header.
6807
68082007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
6809
6810 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6811 list of groups not followed by default. Fix type to be regexp.
6812 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6813
68142007-09-06 Tassilo Horn <tassilo@member.fsf.org>
6815
6816 * hmac-def.el (define-hmac-function): Switch from old-style to
6817 new-style backquotes.
6818
002876ab 6819 * md4.el (md4-make-step): Likewise.
01c52d31
MB
6820
68212007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
6822
6823 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6824 raw-text coding system when saving .newsrc file, which may contain
6825 non-ASCII group names.
6826
4b70e299
MB
68272007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
6828
6829 * gnus-cus.el (gnus-score-extra): New widget.
6830 (gnus-score-extra-convert): New function.
6831 (gnus-score-customize): Use it for Extra.
6832
01c52d31
MB
68332007-08-31 Daiki Ueno <ueno@unixuser.org>
6834
6835 * mml2015.el (mml2015-extract-cleartext-signature): New function.
6836 (mml2015-mailcrypt-clear-verify): Use it.
6837 (mml2015-gpg-clear-verify): Use it.
6838 (mml2015-pgg-clear-verify): Use it.
6839 (mml2015-epg-clear-verify): Replace the current part with the output
6840 from GnuPG; don't extract the plaintext by itself.
6841
6842 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6843 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6844 mml2015-clear-verify-function; don't touch the armor headers or
6845 dash-escaped text here.
6846
68472007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
6848
6849 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6850 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6851 parts, or application/octet-stream as a last resort.
6852 (gnus-mime-view-part-as-type): Don't toggle display.
6853 (gnus-mime-view-part-as-charset): Don't turn off display before
6854 querying charset.
6855
6856 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6857 stuff to undisplayer function in Emacs.
6858 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6859
6860 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6861 text/calendar parts.
6862
7f22a765
MB
68632007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
6864
01c52d31
MB
6865 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6866 decoding text/calendar parts.
6867
6868 * message.el (message-forward-make-body-mime): Always mark body as
6869 having no illegible text; remove signed-or-encrypted argument.
6870 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6871
7f22a765
MB
6872 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6873 (mml-generate-mime-1): Don't encode body if it is specified to be in
6874 raw form; don't make buffer be unibyte when inserting multibyte string.
6875
67d0660b
SM
68762007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6877
6878 * sha1.el: Fix up comment style.
6879 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6880 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6881
6882 * hex-util.el: Fix up comment style.
6883 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6884
6885 * gnus-salt.el: Use with-current-buffer.
6886 (gnus-pick-setup-message): Fix long-standing typo.
6887
bdaf8a62
MB
68882007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
6889
01c52d31
MB
6890 * imap.el (imap-logout-timeout): New variable.
6891 (imap-logout, imap-logout-wait): New functions.
6892 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6893
6894 * nnimap.el (nnimap-logout-timeout): New server variable.
6895 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6896 nnimap-logout-timeout.
6897
bdaf8a62
MB
6898 * gnus-art.el (gnus-article-summary-command-nosave)
6899 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6900
69012007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
6902
6903 * gnus.el (gnus-maximum-newsgroup): New variable.
6904
6905 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6906 according to gnus-maximum-newsgroup.
6907
6908 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
67d0660b
SM
6909 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6910 Limit the range of articles according to gnus-maximum-newsgroup.
bdaf8a62 6911
01c52d31
MB
69122007-08-14 Tassilo Horn <tassilo@member.fsf.org>
6913
6914 * gnus-art.el (gnus-sticky-article): Fixed problems described in
6915 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
6916 Don't perform gnus-configure-windows here; reuse existing sticky
6917 article buffer.
6918
6919 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6920 it doesn't exist in gnus-article-mode.
6921
69222007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
6923
6924 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6925 (gnus-agent-decoded-group-name): New function.
6926 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6927 (gnus-agent-expire-group-1): Use it; decode group name in messages.
6928
69292007-08-12 Tassilo Horn <tassilo@member.fsf.org>
6930
6931 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6932 Add binding for gnus-sticky-article.
6933 (gnus-summary-exit): Don't kill sticky article buffers.
6934
6935 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6936 article buffer.
6937 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6938 (gnus-kill-sticky-article-buffers): New commands.
6939
37cc095b
MB
69402007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
6941
6942 * nntp.el (nntp-xref-number-is-evil): New server variable.
6943 (nntp-find-group-and-number): If it is non-nil, don't trust article
6944 numbers in the Xref header.
6945
01c52d31
MB
69462007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
6947
6948 * gnus-agent.el (gnus-agent-read-group): New function.
6949 (gnus-agent-flush-group, gnus-agent-expire-group)
6950 (gnus-agent-regenerate-group): Use it.
6951 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6952 nnmail-pathname-coding-system.
6953
37cc095b
MB
69542007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
6955
6956 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6957
01c52d31
MB
6958 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6959 that are unread as unread, and also as selected so that information of
6960 marks having been changed by a user may be updated when exiting group.
6961
37cc095b
MB
69622007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
6963
6964 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
6965
01c52d31
MB
69662007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
6967
6968 * gnus-art.el (gnus-mime-display-single): Pass part number that is
6969 calculated ignoring signature parts to gnus-treat-article.
6970
69712007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
6972
6973 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6974 a point here in order to keep the window start.
6975 (gnus-insert-mime-security-button): Make a button overlay without the
6976 front stickiness.
6977 (gnus-mime-display-security): Goto the end of a button.
6978
6979 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6980
69812007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
6982
6983 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6984 group-name-at-point.
6985 (gnus-group-completing-read): New function that offers decoded
6986 non-ASCII group names for completion.
6987 (gnus-fetch-group, gnus-group-read-ephemeral-group)
6988 (gnus-group-jump-to-group, gnus-group-make-group-simple)
6989 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6990 (gnus-group-fetch-control): Use it.
6991 (gnus-fetch-group): Use group-name-at-point for the initial value
6992 rather than the default value; use gnus-alive-p.
6993
6994 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6995 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6996 (gnus-summary-post-news): Use gnus-group-completing-read.
6997
6998 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6999 (gnus-read-move-group-name): Decode group name for completion.
7000
f0131492 70012007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31
MB
7002
7003 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7004 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7005 Yamaoka slightly modified the code).
7006
70072007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
7008
7009 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7010 (nnmail-split-incoming): Bind it.
7011
7012 * nnml.el (nnml-group-name-charset): New function.
7013 (nnml-decoded-group-name): Use it; don't decode group name if
7014 nnmail-group-names-not-encoded-p is non-nil.
7015 (nnml-encoded-group-name): New function.
7016 (nnml-group-pathname): Inline nnml-decoded-group-name.
7017 (nnml-request-expire-articles): Decode group name in message.
7018 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7019 nnmail-pathname-coding-system.
7020 (nnml-save-mail, nnml-active-number): Work with decoded group names and
7021 not decoded ones according to nnmail-group-names-not-encoded-p.
7022 (nnml-generate-active-info): Use nnml-encoded-group-name.
7023
3ecd3a56
GM
70242007-08-08 Glenn Morris <rgm@gnu.org>
7025
7026 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7027 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7028 doc-strings and comments.
7029
cacc7b51
GM
70302007-07-25 Glenn Morris <rgm@gnu.org>
7031
7032 * Relicense all FSF files to GPLv3 or later.
7033
01c52d31 70342007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2f62a044 7035
01c52d31
MB
7036 * gnus-sum.el (gnus-summary-move-article): Make
7037 gnus-summary-respool-article work.
2f62a044 7038
f931ce84
MB
70392007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
7040
7041 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7042 string.
7043
880820fe 70442007-07-20 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
7045
7046 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
7047 that should be ignored when comparing distant RSS articles with local
7048 ones.
7049 (nnrss-make-hash-index): New function. Create a hash index according
7050 to the ignored fields.
7051 (nnrss-check-group): Use it.
7052
70532007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
7054
7055 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7056
7057 * gnus-art.el (article-decode-group-name): Decode Xref header too.
7058
7059 * gnus-group.el (gnus-group-make-group): Encode group name here unless
7060 the new optional argument ENCODED is non-nil.
7061 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7062 coding system for encoding group name.
7063 (gnus-group-make-rss-group): Pass un-encoded group name to
7064 gnus-group-make-group.
7065 (gnus-group-set-info): Tell gnus-group-make-group that group name is
7066 encoded.
7067
7068 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7069 Encode group name to which articles are moved or copied.
7070 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7071 coding system for encoding Newsgroup, Followup-To and Xref headers.
7072
7073 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7074 marks; use nnheader-file-coding-system to write a file.
7075 (nnagent-retrieve-headers): Bind file-name-coding-system to
7076 nnmail-pathname-coding-system.
7077
7078 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7079
7080 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7081 (nnml-request-article, nnml-request-create-group)
7082 (nnml-request-rename-group, nnml-find-id)
7083 (nnml-possibly-change-directory, nnml-possibly-create-directory)
7084 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7085 (nnml-save-marks): Use nnml-group-pathname instead of
7086 nnmail-group-pathname.
7087
7088 (nnml-request-create-group, nnml-request-expire-articles)
7089 (nnml-request-move-article, nnml-request-delete-group)
7090 (nnml-deletable-article-p, nnml-possibly-create-directory)
7091 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7092 (nnml-open-marks): Bind file-name-coding-system to
7093 nnmail-pathname-coding-system.
7094
7095 (nnml-request-article): Pass server argument to nnml-find-group-number.
7096 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7097 server argument to nnml-possibly-create-directory.
7098 (nnml-request-accept-article): Pass server argument to
7099 nnml-active-number and nnml-save-mail.
7100 (nnml-find-group-number): Pass server argument to nnml-find-id.
7101 (nnml-request-update-info): Pass server argument to
7102 nnml-marks-changed-p.
7103
7104 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7105 (nnml-save-mail, nnml-active-number): Add server argument.
7106
7107 (nnml-request-delete-group): Warn if group is missing.
7108 (nnml-get-nov-buffer): Decode group name.
7109 (nnml-generate-active-info): Encode group name.
7110 (nnml-open-marks): Decode group name in messages.
7111
71122007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
7113
7114 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7115 if it is not specified.
7116 (gnus-article-pipe-part, gnus-article-save-part)
7117 (gnus-article-interactively-view-part, gnus-article-copy-part)
7118 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7119 (gnus-article-inline-part, gnus-article-save-part-and-strip)
7120 (gnus-article-replace-part, gnus-article-delete-part)
7121 (gnus-article-view-part-as-type): Pass raw prefix argument to
7122 gnus-article-part-wrapper.
7123
71242007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
7125
7126 * gnus-agent.el (gnus-agent-save-active): Bind
7127 nnheader-file-coding-system to gnus-agent-file-coding-system.
7128
7129 * gnus-cache.el (gnus-cache-save-buffers)
7130 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7131 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7132 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7133 (gnus-cache-braid-nov, gnus-cache-braid-heads)
7134 (gnus-cache-generate-active, gnus-cache-rename-group)
7135 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7136 (gnus-cache-update-overview-total-fetched-for): Bind
7137 file-name-coding-system to nnmail-pathname-coding-system.
7138 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7139 variables.
7140 (gnus-cache-decoded-group-name): New function.
7141 (gnus-cache-file-name): Use it.
7142 (gnus-cache-generate-active): Use non-decoded group name for active.
7143
7144 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7145 right place.
7146 (gnus-write-active-file): Don't break non-ASCII group names.
7147
7148 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7149 nnmail-pathname-coding-system.
7150
7151 * gnus-uu.el (gnus-uu-decode-save): Typo.
7152
f931ce84
MB
71532007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
7154
7155 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7156
2f62a044
MB
71572007-07-14 David Kastrup <dak@gnu.org>
7158
7159 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
7160 finishing actions if we did not edit the article.
7161
01c52d31
MB
71622007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7163
7164 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7165 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7166 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7167 (gnus-agent-flush-group, gnus-agent-flush-cache)
7168 (gnus-agent-fetch-headers, gnus-agent-load-alist)
7169 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7170 (gnus-agent-retrieve-headers, gnus-agent-request-article)
7171 (gnus-agent-regenerate-group)
7172 (gnus-agent-update-files-total-fetched-for)
7173 (gnus-agent-update-view-total-fetched-for): Bind
7174 file-name-coding-system to nnmail-pathname-coding-system.
7175 (gnus-agent-group-pathname): Don't encode file names by
7176 nnmail-pathname-coding-system.
7177 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7178 coding-system-for-write instead of buffer-file-coding-system to
7179 gnus-agent-file-coding-system.
7180
7181 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7182 Decode group name.
7183
7184 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7185
7186 * gnus-start.el (gnus-update-active-hashtb-from-killed)
7187 (gnus-read-newsrc-el-file): Make group names unibyte.
7188
7189 * nnmail.el (nnmail-group-pathname): Don't encode file names by
7190 nnmail-pathname-coding-system.
7191
7192 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7193 (nnrss-request-delete-group): Bind file-name-coding-system to
7194 nnmail-pathname-coding-system.
7195 (nnrss-read-server-data, nnrss-read-group-data): Bind
7196 file-name-coding-system correctly.
7197 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7198
7199 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7200 (nntp-server-to-method-cache): New variable.
7201 (nntp-group-pathname): New function that decodes non-ASCII group names.
7202 (nntp-possibly-create-directory, nntp-marks-changed-p)
7203 (nntp-save-marks, nntp-open-marks): Use it.
7204 (nntp-possibly-create-directory, nntp-open-marks):
7205 Bind file-name-coding-system to nnmail-pathname-coding-system.
7206 (nntp-open-marks): Decode group names when bootstrapping marks.
7207
7208 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7209 Newsgroups and Folowup-To headers.
7210
82fe1aed
MB
72112007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7212
7213 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7214 (gnus-server-closed-face, gnus-server-denied-face)
7215 (gnus-server-offline-face): Remove variable.
7216 (gnus-server-font-lock-keywords): Use faces that are not aliases.
7217
01c52d31
MB
7218 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7219 of modifying message-stack directly for XEmacs.
7220
82fe1aed
MB
7221 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7222 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7223 if the coding-system argument is nil for XEmacs.
7224
7225 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7226 mm-charset-override-alist.
7227
7228 * rfc2047.el: Don't require base64; require rfc2045 for the function
7229 rfc2045-encode-string.
7230 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7231 to quote the parameter value.
7232
01c52d31
MB
72332007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
7234
7235 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7236 form in gnus-group-name-charset-method-alist.
7237
7238 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7239 overrides the default layout edit-form.
7240
7241 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7242
7243 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7244
60b0b668
MB
72452007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
7246
7247 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7248 as unfetched articles.
7249
72502007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
7251
7252 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7253
01c52d31
MB
72542007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
7255
7256 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7257 original back end that keeps marks in the local system.
7258
60b0b668
MB
72592007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
7260
01c52d31
MB
7261 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7262 arg of pop-to-buffer for XEmacs.
7263 (gnus-article-read-summary-keys): Ditto; don't restore window
7264 configuration if summary command ends up with neither article buffer
7265 nor summary buffer; describe bindings if summary keys end with C-h.
7266
72672007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
7268
7269 * message.el (message-fix-before-sending): Skip raw message part to be
7270 forwarded while checking illegible text.
7271 (message-forward-make-body-mime, message-forward-make-body): Mark
7272 signed or encrypted raw message as having no illegible text.
7273
72742007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
7275
7276 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7277 (gnus-message-with-timestamp-1): New macro.
7278 (gnus-message-with-timestamp): New function.
7279 (gnus-message): Use them.
7280
7281 * nnheader.el (nnheader-message): Use them.
7282
72832007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
7284
7285 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7286 .newsrc.eld file.
60b0b668 7287
5cedca8d
MB
72882007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
7289
7290 * gnus-agent.el (gnus-agent-fetch-headers)
7291 (gnus-agent-retrieve-headers): Bind
7292 gnus-decode-encoded-address-function to identity.
7293
7294 * nntp.el (nntp-send-xover-command): Recognize an xover command is
7295 available also when the server returns simply a dot.
7296
7297 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7298
524705ae
MB
72992007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
7300
01c52d31
MB
7301 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7302
73032007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
7304
524705ae
MB
7305 * gnus-ems.el (gnus-x-splash): Make it work.
7306
7307 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7308 from being used.
7309
01c52d31
MB
73102007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
7311
7312 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7313 the front stickiness.
7314 (gnus-article-summary-command-nosave): Correct the order of the
7315 arguments passed to pop-to-buffer.
7316 (gnus-article-read-summary-keys): Ditto; make it work properly when the
7317 summary command ends up with the article buffer.
7318
7319 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7320 the same faces.
524705ae 7321
770edeec
JB
73222007-06-07 Juanma Barranquero <lekktu@gmail.com>
7323
524705ae 7324 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
770edeec 7325
34c5dce5
JB
73262007-06-06 Juanma Barranquero <lekktu@gmail.com>
7327
3e3dc2c3
JB
7328 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7329 * gnus-sum.el (gnus-summary-highlight):
524705ae 7330 * mail-source.el (mail-source-delete-old-incoming-confirm):
3e3dc2c3 7331 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
34c5dce5 7332
524705ae
MB
73332007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
7334
7335 * gnus-art.el (gnus-mime-view-part-externally)
7336 (gnus-mime-view-part-internally): Fix predicate function passed to
7337 completing-read.
7338
01c52d31
MB
7339 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7340
7341 * gnus.el (gnus-update-message-archive-method): Add :version.
7342
73432007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
7344
7345 * gnus.el (gnus-update-message-archive-method): New variable.
7346
7347 * gnus-start.el (gnus-setup-news): Update saved "archive" method
7348 according to gnus-message-archive-method if
7349 gnus-update-message-archive-method is non-nil.
7350
73512007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
7352
7353 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
7354 by Loic Dachary <loic@dachary.org>.
7355 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
524705ae 7356
c14dcd06
CY
73572007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
7358
7359 * message.el (message-pop-to-buffer): Add switch-function argument.
7360 (message-mail): Pass switch-function argument to it.
524705ae 7361
01c52d31
MB
73622007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
7363
7364 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7365 Improve doc string.
7366
73672007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
7368
7369 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7370 (gnus-header-content)
7371 * gnus-cite.el (gnus-cite-10)
7372 * gnus-srvr.el (gnus-server-closed)
7373 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7374 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7375 (gnus-group-mail-3-empty, gnus-group-mail-low)
7376 (gnus-group-mail-low-empty, gnus-splash)
7377 * message.el (message-header-to, message-header-cc)
7378 (message-header-subject, message-header-other, message-header-name)
7379 (message-header-xheader, message-separator, message-cited-text)
7380 (message-mml): Lighten colors of faces used for dark background.
7381
73822007-05-24 Simon Josefsson <simon@josefsson.org>
7383
7384 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7385 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
7386
524705ae
MB
73872007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
7388
c9e31f32
SM
7389 * message.el (message-narrow-to-headers-or-head):
7390 Ignore mail-header-separator in the body.
524705ae 7391
01c52d31
MB
73922007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
7393
7394 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7395 same as window size.
7396
73972007-05-22 Kevin Ryde <user42@zip.com.au>
7398
7399 * message.el (message-font-lock-keywords): Use message-header-xheader
7400 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
7401 ahead of the anything pattern, to get it recognised.
7402
880820fe 74032007-05-12 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
7404
7405 * gnus-sum.el (gnus-articles-to-read)
7406 (gnus-summary-insert-old-articles): Don't truncate group name for
7407 `read-string'.
7408
7409 * gnus-util.el (gnus-limit-string): Delete this function.
7410
7411 * gnus-sum.el (gnus-simplify-subject-fully): Use
7412 `truncate-string-to-width' instead.
7413
880820fe 74142007-05-11 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
7415
7416 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
7417 if, on summary exit, the next group has to be selected.
7418 (gnus-summary-exit): Use it.
7419
524705ae
MB
74202007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
7421
7422 * gnus-art.el (gnus-article-mode): Fix comment about displaying
7423 non-break space.
c14dcd06 7424
01c52d31
MB
74252007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
7426
7427 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7428 Check if group is not a directory.
7429 (nnfolder-request-expire-articles): Don't delete articles if the target
7430 group is not available.
7431
7432 * nnml.el (nnml-request-create-group): Properly check if group is not a
7433 file.
7434 (nnml-request-expire-articles): Don't delete articles if the target
7435 group is not available.
7436
7437 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7438 Don't quote characters that are within parentheses.
7439
74402007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
7441
7442 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7443 (gnus-handle-ephemeral-exit): Select article according to it.
7444
74452007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
7446
7447 * message.el (message-insert-formated-citation-line): Remove newline.
7448 (message-citation-line-format): Add final \n here so that the user can
7449 avoid a blank line.
7450
74512007-05-03 Dan Christensen <jdc@uwo.ca>
7452
7453 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7454 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7455 Update lanl/arXiv support.
596e5f72 7456
01c52d31
MB
74572007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
7458
7459 * gnus.el: Bump version number.
7460
74612007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7462
7463 * gnus.el (gnus-version-number): Bump version.
7464
9b3ebcb6 74652007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
01c52d31
MB
7466
7467 * gnus.el: No Gnus v0.6 is released.
7468
74692007-04-27 Didier Verna <didier@xemacs.org>
7470
7471 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7472 * gmm-utils.el (gmm-regexp-concat): here.
7473 * message.el: Don't require 'gnus-util.
7474 (message-dont-reply-to-names): Handle name change above.
7475 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7476
74772007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
7478
7479 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7480 since the initial value varies according to the system.
7481
74822007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
7483
7484 * mm-util.el (mm-charset-synonym-alist): Defcustom.
7485
74862007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
7487
7488 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7489
74902007-04-24 Didier Verna <didier@xemacs.org>
7491
7492 Improve the type of gnus-ignored-from-addresses.
7493 * gnus-util.el (gnus-orify-regexp): New function.
7494 * message.el (gnus-util): Require it.
7495 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7496 * gnus-sum.el (gnus-ignored-from-addresses): New function.
7497 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7498
74992007-04-24 Didier Verna <didier@xemacs.org>
7500
7501 * gnus-sum.el:
7502 * gnus-utils.el: Fix some trailing whitespaces.
7503
75042007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
7505
7506 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7507 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7508 article's Message-ID; refer parent article in summary buffer.
7509
7510 * message.el (message-bounce): Call mime-to-mml.
7511
75122007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
7513
7514 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
596e5f72 7515
6b554e88
MB
75162007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
7517
7518 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7519 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7520 displayed of multipart/alternative part if it is invoked from summary
7521 buffer.
6b554e88
MB
7522
7523 * mm-view.el (mm-inline-text-html-render-with-w3m)
7524 (mm-inline-text-html-render-with-w3m-standalone)
7525 (mm-inline-render-with-function): Use mail-parse-charset by default.
7526
01c52d31
MB
75272007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
7528
7529 * parse-time.el (parse-time-string-chars): Check if CHAR
7530 is less than the length of parse-time-syntax.
7531
75322007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
7533
7534 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7535 from gnus-newsgroup-processable.
7536
75372007-04-16 Didier Verna <didier@xemacs.org>
7538
7539 * gnus-msg.el (gnus-configure-posting-styles): Handle
002876ab 7540 message-signature-directory properly with :file syntax. Reported by
01c52d31
MB
7541 "Leo".
7542
75432007-04-11 Didier Verna <didier@xemacs.org>
7544
7545 New user option: message-signature-directory.
7546 * gnus-msg.el (gnus-configure-posting-styles): Support it.
7547 * message.el (message-insert-signature): Ditto.
7548 * message.el (message-signature-file): Doc update.
7549 * message.el (message-signature-directory): New.
7550
c429815a
MB
75512007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
7552
7553 * gnus-msg.el (gnus-inews-yank-articles): Use
7554 message-exchange-point-and-mark instead of exchange-point-and-mark.
7555
75562007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
7557
7558 * message.el (message-yank-original): Make sure cited text ends with
7559 newline; don't exchange point and mark.
7560
75612007-04-07 Chong Yidong <cyd@stupidchicken.com>
7562
7563 * tls.el (open-tls-stream): Properly handle case where there
7564 is no associated buffer.
7565
c345112e
TTN
75662007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
7567
7568 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7569 message-yank-original, make sure (< mark TEXT point).
7570
8aed9ac5
RS
75712007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7572
01c52d31
MB
7573 * message.el (message-fill-column): New variable.
7574 (message-mode): Use it. Add comment on a possible new hook.
7575
8aed9ac5
RS
7576 * nnmail.el (nnmail-spool-file): Mark as obsolete.
7577 (nnmail-get-new-mail): Reformat.
7578
7579 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7580
7581 * gmm-utils.el: Fix Commentary.
7582 (gmm-tool-bar-from-list): Fix typo in doc string.
7583
561fb491
TTN
75842007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
7585
01c52d31
MB
7586 * message.el (message-yank-original): Don't switch point and mark
7587 unnecessarily to put point and mark as documented.
7588
75892007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7590
7591 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7592 from the message heads.
7593
75942007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
7595
7596 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7597 article buffer does not have a window. This may not be the best
7598 solution but is certainly better than setting the start of the null,
7599 that is the current, window.
7600
76012007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
7602
7603 * gnus-draft.el (gnus-draft-setup-hook): New hook.
7604 (gnus-draft-setup): Run it.
7605
7606 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7607 gnus-score-fast-scoring. Allow regexp.
7608 (gnus-score-headers): Use it.
7609
7610 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7611 XEmacs.
7612
7613 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7614 string.
7615 (gnus-button-alist): Also catch `<f1> k ...'.
7616 (gnus-treat-display-x-face): Fix doc string.
561fb491 7617
87ba2830
MB
76182007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7619
7620 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7621 evaluation of gnus-extended-version to ensure correct generation of the
7622 User-Agent header when message-generate-headers-first is used.
7623
01c52d31 76242007-03-24 Simon Josefsson <simon@josefsson.org>
87ba2830 7625
01c52d31
MB
7626 * hashcash.el (hashcash-generate-payment-async): Don't crash if
7627 hashcash-path is nil. Don't call callback with incorrect number of
7628 parameters if val is 0.
87ba2830 7629
815b81c8
MB
76302007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7631
7632 * message.el (message-required-news-headers):
7633 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7634
76352007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
7636
7637 * message.el (message-generate-new-buffers): Change the meaning of the
7638 nil value; add `standard' to the choices; treat t as `unique'; improve
7639 doc string.
7640 (gnus-select-frame-set-input-focus): Autoload.
7641 (message-buffer-name): Search for the existing message buffer if
7642 message-generate-new-buffers is nil or `standard'; treat the value t of
7643 message-generate-new-buffers as `unique'.
7644 (message-pop-to-buffer): Raise the frame already displaying the message
7645 buffer; clear the echo area after querying.
7646 (message-setup): Pass the `continue' argument to compose-mail.
7647 (message-mail): Prefer `switch-function' if it is given; search for the
7648 existing message buffer if the `continue' argument is non-nil; pass
7649 continue and switch-function arguments to compose-mail by way of
7650 message-setup.
7651 (message-mail-other-window): Adjust argument of message-setup.
7652 (message-mail-other-frame): Ditto.
7653
01c52d31
MB
76542007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
7655
7656 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7657 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7658 to turn font-lock on when turning gnus-message-citation-mode on.
7659
76602007-03-06 Daiki Ueno <ueno@unixuser.org>
7661
7662 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7663 (mml-smime-function-alist): New variable; add epg as the backend.
7664 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7665 mml-smime- functions instead.
7666 * mm-view.el: Require smime.
7667
76682007-03-05 Didier Verna <didier@xemacs.org>
7669
7670 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7671 instead of just inheritance for posting styles.
7672 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7673
76742007-02-24 John Paul Wallington <jpw@pobox.com>
7675
7676 * tls.el (tls-certtool-program): Fix custom type.
7677
76782007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
7679
7680 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7681 and point-at-eol instead of line-(beginning|end)-position.
7682
7683 * assistant.el (assistant-parse-buffer): Ditto.
7684
76852007-02-28 Daiki Ueno <ueno@unixuser.org>
7686
7687 * mml2015.el (mml2015-epg-find-usable-key): New function.
7688 (mml2015-epg-sign): Use it.
7689 (mml2015-epg-encrypt): Use it.
7690
45cb30ee
MB
76912007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
7692
7693 * message.el (message-make-in-reply-to): Quote name containing
7694 non-ASCII characters. It will make the RFC2047 encoder cause an error
7695 if there are special characters. Reported by NAKAJI Hiroyuki
82bdbd4d 7696 <nakaji@jp.freebsd.org>.
45cb30ee 7697
01c52d31
MB
76982007-02-27 Didier Verna <didier@xemacs.org>
7699
7700 Include the group parameters as well as the topic ones in the
7701 inheritance filter process.
7702 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7703 argument GROUP-PARAMS-LIST.
7704 * gnus-topic.el (gnus-group-topic-parameters): Use it.
7705
45cb30ee
MB
77062007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
7707
7708 * nntp.el (nntp-never-echoes-commands)
7709 (nntp-open-connection-functions-never-echo-commands): New variables.
7710 (nntp-send-command): Use them.
7711
01c52d31
MB
77122007-02-20 Daiki Ueno <ueno@unixuser.org>
7713
7714 * mml2015.el (mml2015-epg-verify): Simplified.
7715
77162007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
7717
7718 * mml.el (mml-content-disposition-alist): New user option.
7719 (mml-content-disposition): New function.
7720 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7721 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7722
77232007-02-19 Daiki Ueno <ueno@unixuser.org>
7724
7725 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7726 verification.
7727
aa260d63
MB
77282007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7729
7730 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7731 articles posted in the last 24 hours.
7732
c371062c
CY
77332007-02-14 Chong Yidong <cyd@stupidchicken.com>
7734
7735 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7736
880820fe 77372007-02-14 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
7738
7739 * nntp.el (nntp-send-command): Don't wait for echoes when
7740 nntp-open-ssl-stream is used.
7741
77422007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
7743
7744 * gnus-cite.el (gnus-test-font-lock-add-keywords)
7745 (gnus-message-add-citation-keywords)
7746 (gnus-message-remove-citation-keywords): Remove.
7747 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7748 directly, make the variables in font-lock-defaults buffer-local, add
7749 gnus-message-citation-keywords to them and then update the value of
7750 font-lock-keywords.
7751
77522007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
7753
7754 * message.el (message-cite-original-1): Don't call
7755 gnus-article-highlight-citation.
7756
7757 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7758 citations; fix line count.
7759
77602007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
7761
7762 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7763 (gnus-message-add-citation-keywords)
7764 (gnus-message-remove-citation-keywords): Use it; fix the emulating
7765 versions of font-lock-add-keywords and font-lock-remove-keywords to
7766 work with XEmacs correctly.
7767
77682007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
7769
7770 * gnus-cite.el (gnus-cite-face-list): Set the values of
7771 gnus-message-max-citation-depth and gnus-message-citation-keywords.
7772 (gnus-message-max-citation-depth): Use defvar rather than defconst.
7773 (gnus-message-cite-prefix-regexp): New variable.
7774 (gnus-message-search-citation-line): Use it; protect against long
7775 citation prefix; fill match data with nil rather than 0 for XEmacs; set
7776 the 0th match data for Emacs.
7777 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7778 (gnus-message-add-citation-keywords): Append keywords rather than
7779 prepending; emulate font-lock-add-keywords if it is not available.
7780 (gnus-message-remove-citation-keywords): Emulate
7781 font-lock-remove-keywords if it is not available.
7782
7783 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7784
7785 * message.el (message-cite-prefix-regexp): Set the value of
7786 gnus-message-cite-prefix-regexp.
7787
c91f4b83
MB
77882007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7789
7790 * nnweb.el (nnweb-google-parse-1): Update parser.
7791
8f77631e
JB
77922007-01-29 Juanma Barranquero <lekktu@gmail.com>
7793
7794 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7795
41e49ce6
MB
77962007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7797
7798 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7799 regexp.
7800
78012007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
7802
7803 * uudecode.el (uudecode-string-to-multibyte): New function emulating
7804 string-to-multibyte.
7805 (uudecode-decode-region-internal): Use it.
7806
b28080e3
MB
78072007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
7808
7809 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7810 custom choice.
7811
7812 * gnus-art.el (gnus-signature-limit): Fix custom choice.
7813
01c52d31
MB
78142007-01-22 Daiki Ueno <ueno@unixuser.org>
7815
7816 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7817
7818 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7819 `write-region' to respect `mm-inhibit-file-name-handlers'.
7820
b66f54c1
MB
78212007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
7822
7823 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7824 Use gnus-home-directory instead of "~/" or "$HOME".
7825
01c52d31
MB
78262007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
7827
7828 * encrypt.el (encrypt-insert-file-contents): Add better prompt
7829 to mention filename.
7830 Add comments at beginning regarding usage.
7831 (encrypt-write-file-contents): Change interactive so a string is
7832 acceptable. If the file has no associated model, show an error instead
7833 of a nonsense prompt.
7834
78352007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7836
7837 * spam.el (spam-bsfilter-ham-switch): Fix typo.
7838 Thanks to Yoshihiko Yamada for kind notification of this typo.
7839
0d7c8ac4
KH
78402007-01-12 Kenichi Handa <handa@m17n.org>
7841
7842 * uudecode.el (uudecode-decode-region-internal): Make it work in a
7843 multibyte buffer.
651408cb
MB
7844
78452007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
7846
01c52d31
MB
7847 * gnus-score.el (gnus-score-fast-scoring): New variable.
7848 (gnus-score-headers): Use it.
7849
651408cb 7850 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
0d7c8ac4 7851
01c52d31
MB
7852 * message.el (message-cite-original-1): Call
7853 gnus-article-highlight-citation if requested.
60ece9b0 7854 (message-make-from): Allow name and address as optional arguments.
40e902eb 7855
01c52d31 7856 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
40e902eb 7857
01c52d31
MB
7858 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7859 bugs to doc string.
7860 (gnus-button-alist): Add mid\\|message-id.
7861 (gnus-button-fetch-group): Extend for use in
7862 `browse-url-browser-function'.
7863 (gnus-button-url-regexp): Try to catch paired parentheses like in
7864 Wikipedia URLs.
d84c3737 7865
01c52d31
MB
7866 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7867 Suggested by Simon Krahnke <overlord@gmx.li>.
d84c3737 7868
01c52d31 78692007-01-13 Romain Francoise <romain@orebokech.com>
ba361211 7870
01c52d31
MB
7871 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7872 Update copyright.
ba361211 7873
01c52d31 78742007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
ba361211 7875
01c52d31 7876 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
ba361211 7877
01c52d31 78782007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
ba361211 7879
01c52d31
MB
7880 * gnus-registry.el (gnus-registry-unfollowed-groups)
7881 (gnus-registry-split-fancy-with-parent): Fix documentation.
7882
78832007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7884
7885 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7886 from nnweb groups.
7887
78882006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7889
7890 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7891 Xref urls. Erase buffer before requesting head.
7892
7893 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7894
78952007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
7896
7897 * gnus-soup.el (gnus-soup): New custom group. Make user variables
7898 customizable.
7899
79002007-01-05 Daiki Ueno <ueno@unixuser.org>
7901
7902 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7903 no signing key is found.
7904 (mml2015-epg-encrypt): Ask user whether to skip or abort if
7905 no encrypting and/or signing key is found.
7906
79072007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
7908
7909 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7910
79112007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7912
7913 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7914 headers read from disk with the ones newly found in the current search.
7915 This should no longer cause problems, because the article numbers in
7916 Gmane's `nov.php' output are ignored since the previous change.
ba361211
MB
7917
79182007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7919
7920 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7921
79222007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
7923
7924 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7925
01c52d31
MB
79262007-01-01 Romain Francoise <romain@orebokech.com>
7927
7928 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7929
79302006-12-31 Steve Youngs <steve@sxemacs.org>
7931
7932 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7933 `define-minor-mode' macro definition expanded properly.
7934 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7935 exclude it there.
7936
7937 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7938 of 2006-12-30. The default is nil on (S)XEmacs already because of the
7939 `fboundp' test.
7940 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7941 This is OK to autoload in (S)XEmacs now.
7942
79432006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7944
7945 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7946 keystroke.
7947 (gnus-summary-limit-to-singletons): Fix typo.
7948
7949 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7950 else fails.
7951
db629244
MB
79522006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7953
01c52d31
MB
7954 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7955 docstring.
7956
7957 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7958 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7959 (gnus-summary-insert-dormant-articles): Fix typo in message.
7960
79612006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
7962
7963 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7964 nil for XEmacs.
7965 (gnus-message-citation-mode): Don't autoload in XEmacs.
7966
7967 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
db629244 7968
880820fe 79692006-12-29 Jouni K. Seppänen <jks@iki.fi>
11e95b02
MB
7970
7971 * nnimap.el (nnimap-expunge-search-string): Mention
7972 nnimap-search-uids-not-since-is-evil in docstring.
7973
79742006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
7975
7976 * spam.el: Revert to make-obsolete-variable because
7977 define-obsolete-variable-alias is not supported in Emacs 21.
7978
01c52d31
MB
7979 * spam.el (spam-ifile-path, spam-ifile-database-path)
7980 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7981 make-obsolete-variable.
7982 (spam-bsfilter-path, spam-bsfilter-program)
7983 (spam-spamassassin-path, spam-spamassassin-program)
7984 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
7985 use "path" inappropriately.
7986 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7987 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7988 variable names.
7989
11e95b02
MB
79902006-12-28 Daiki Ueno <ueno@unixuser.org>
7991
7992 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7993 summary buffer.
7994
01c52d31
MB
7995 * password.el (password-cache-remove): Use clear-string to burn
7996 password, if available.
11e95b02 7997
01c52d31
MB
79982006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
7999
8000 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8001
8002 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8003
8004 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8005 (gnus-message-highlight-citation): Move defcustom here from
8006 gnus-cite.el.
8007 (gnus-message-citation-mode): Autoload.
8008
8009 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
8010 checks to make it compile with XEmacs.
8011 (gnus-message-citation-mode): New minor mode.
8012 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8013 (gnus-message-highlight-citation): New variables.
8014 (gnus-message-search-citation-line)
8015 (gnus-message-add-citation-keywords)
8016 (gnus-message-remove-citation-keywords)
8017 (turn-on-gnus-message-citation-mode)
8018 (turn-off-gnus-message-citation-mode): New functions.
8019
80202006-12-26 Oliver Scholz <epameinondas@gmx.de>
8021
8022 * gnus-cite.el: Enable highlighting of different citation levels in
8023 message-mode.
11e95b02
MB
8024
80252006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
8026
8027 * message.el (message-make-fqdn): Fix comment.
8028 (message-bogus-system-names): Add ".local".
8029
8030 * spam.el (spam-ifile-path, spam-ifile-program)
8031 (spam-ifile-database-path, spam-ifile-database)
8032 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8033 Don't use "path" inappropriately.
8034 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8035 strings.
8036 (spam-check-ifile, spam-ifile-register-with-ifile)
8037 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8038 new variable names.
8039
8040 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8041 (gnus-treat-display-smileys): Simplify using
8042 gnus-image-type-available-p.
8043
8044 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8045 available.
8046
80472006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8048
8049 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8050 one after turning on the buffer's multibyteness instead of decoding
8051 them directly in the unibyte buffer that causes unexpected conversion
8052 in Emacs 23 (unicode).
8053
01c52d31
MB
80542006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8055
8056 * message.el (message-generate-hashcash): Fix custom type.
8057
80582006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
8059
8060 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8061
9b9e104e
MB
80622006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
8063
8064 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8065 disconnect icons. Add help text.
8066
01c52d31
MB
80672006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
8068
8069 * spam.el (spam-extra-header-to-number): CRM114 spam score is
8070 negated to be consistent with the others we handle.
8071
80722006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8073
8074 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8075 version of gnus-summary-buffer to something, so that we can use two
8076 article buffers at the same time.
8077
80782006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
8079
8080 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8081 trigger all the extra headers.
8082 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8083 sorting.
8084
80852006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8086
8087 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8088 solid groups.
8089
bcd3e063
MB
80902006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
8091
8092 * legacy-gnus-agent.el: Add Copyright notice.
8093
82e5f93f
CY
80942006-12-12 Chong Yidong <cyd@stupidchicken.com>
8095
8096 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8097
01c52d31
MB
80982006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8099
8100 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8101
8102 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8103 to make it work reliably in CVS Emacs.
8104 (gnus-summary-limit-strange-charsets-predicate)
8105 (gnus-summary-limit-to-predicate): New functions.
8106
f88e76a8
CY
81072006-12-08 Chong Yidong <cyd@stupidchicken.com>
8108
8109 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8110 specifying array size.
8111 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8112 array if it is too small.
8113 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8114 (gnus-sort-threads-loop): New function.
8115
e925d5ae 81162006-12-06 Chris Moore <dooglus@gmail.com>
04b61ae9
JB
8117
8118 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8119 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8120
880820fe 81212006-12-04 Jouni K. Seppänen <jks@iki.fi>
3aa84d30
MB
8122
8123 * mm-url.el (mm-url-predefined-programs): Call curl with correct
8124 options.
8125
01c52d31
MB
81262006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8127
8128 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8129 DOS-ing the recipient.
8130
8131 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8132 the headers when creating the mapping to avoid mismappings.
8133 (nnweb-gmane-create-mapping): Always nix out old mapping.
8134
81352006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
8136
8137 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8138 and mm-verify-option to never.
8139
5538c331
MB
81402006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
8141
01c52d31
MB
8142 * message.el (message-signed-or-encrypted-p): New function.
8143 (message-forward-make-body): Use it.
8144
8145 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8146 Replace encode-coding-string with mm-encode-coding-string.
5538c331
MB
8147
81482006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
8149
8150 * nneething.el (nneething-decode-file-name): Replace
8151 decode-coding-string with mm-decode-coding-string.
8152
01c52d31
MB
8153 * gnus-int.el (gnus-open-server): Say failed server's name.
8154
550831ed
JB
81552006-11-24 Juanma Barranquero <lekktu@gmail.com>
8156
8157 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8158 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8159
8160 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8161 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8162 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8163 (gnus-group-make-directory-group, gnus-group-transpose-groups):
8164 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8165 (gnus-subscribe-newsgroup, gnus-1):
8166 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8167 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8168 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8169 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8170
01c52d31
MB
81712006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8172
8173 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8174 keystroke.
8175 (gnus-summary-limit-to-bodies): Implement headersp.
8176
81772006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8178
8179 * dns.el (query-dns): Protect against "Process dns deleted" strings.
8180
e8f0f70d
MB
81812006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
8182
8183 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8184
01c52d31
MB
81852006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8186
8187 * message.el (message-generate-hashcash): Expand range of values to
8188 include `opportunistic'.
8189 (message-send-mail): Use it.
8190
b07e0143
MB
81912006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8192
8193 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8194 and comment it.
8195
8196 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8197
4573e0df
MB
81982006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
8199
8200 * gnus-util.el (gnus-extract-address-components): Improve comment.
8201
82022006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8203
8204 * gnus-util.el (gnus-extract-address-components): Work with address in
8205 which the name portion contains @.
8206
82072006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
8208
8209 * gnus.el (gnus-start): Move custom group up.
8210 (gnus-select-method): Don't autoload, but make it available for
8211 `customize-variable'.
8212 (gnus-getenv-nntpserver): Don't autoload.
8213
01c52d31
MB
82142006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
8215
8216 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8217
82182006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
8219
8220 * message.el (message-sendmail-extra-arguments): New variable.
8221 (message-send-mail-with-sendmail): Use it.
8222
4573e0df
MB
82232006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8224
8225 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8226 mm-with-unibyte-current-buffer to make string unibyte.
8227
8228 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8229 mm-string-as-multibyte.
8230
01c52d31
MB
82312006-11-14 Daiki Ueno <ueno@unixuser.org>
8232
8233 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8234 Reported by Werner Koch <wk@gnupg.org>.
8235
82362006-11-14 Daiki Ueno <ueno@p360>
8237
8238 * mml2015.el: Autoload epa-select-keys when compiling.
8239
82402006-11-13 Daiki Ueno <ueno@unixuser.org>
8241
8242 * mml2015.el (mml2015-epg-sign): Save the signing keys in
8243 message-options.
8244 (mml2015-epg-encrypt): Save the recipient keys in message-options.
8245
82462006-11-13 Daiki Ueno <ueno@unixuser.org>
8247
8248 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8249 EasyPG (< 0.0.6).
8250 (mml2015-always-trust): New user option.
8251 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8252 prompt.
8253
82542006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8255
8256 * nntp.el (nntp-authinfo-force): New variable.
8257 (nntp-send-authinfo): Use it.
8258
4573e0df
MB
82592006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
8260
01c52d31
MB
8261 * message.el (message-strip-subject-encoded-words): Allow _not_ to
8262 decode encoded words. Improve prompt. Add comment about forwarding.
8263 (message-replacement-char): Move up.
4573e0df
MB
8264
82652006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8266
8267 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8268 instead of gnus-intersection because arguments of gnus-sorted-nunion
8269 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
8270
01c52d31
MB
82712006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
8272
8273 * message.el (message-strip-subject-encoded-words): Reformat prompt.
8274 (message-simplify-subject-functions): Enable
8275 message-strip-subject-encoded-words by default.
8276
82772006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
8278
c4cc8b9a 8279 * message.el (message-strip-subject-encoded-words): New function.
01c52d31
MB
8280 (message-simplify-subject-functions): New variable.
8281 (message-simplify-subject): Use it. Fix typo in doc string.
8282 Support message-strip-subject-encoded-words.
8283
06856b12
JB
82842006-11-03 Juanma Barranquero <lekktu@gmail.com>
8285
8286 * gnus-diary.el (gnus-diary-delay-format-function):
8287 * nndiary.el (nndiary-reminders):
8288 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8289
b193caa3
MB
82902006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
8291
8292 * gnus-art.el (article-hide-boring-headers): Fetch date from
8293 gnus-original-article-buffer to avoid problems with localized date
8294 strings.
8295
82962006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
8297
8298 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8299
ab785936
MB
83002006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
8301
06856b12
JB
8302 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8303 New variables.
ab785936
MB
8304 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8305 (mm-charset-synonym-alist): Move some entries to
8306 mm-codepage-iso-8859-list.
8307 (mm-charset-synonym-alist, mm-charset-override-alist): Add
8308 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8309
b90a6149
MB
83102006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
8311
8312 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8313
83142006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8315
8316 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8317 with Emacs 21 and XEmacs.
8318
01c52d31
MB
83192006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
8320
8321 * spam.el (spam-parse-address): New function for better parsing,
8322 catching errors, etc.
8323 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8324
b90a6149
MB
83252006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
8326
8327 * mm-view.el: Add interactive arg to html2text autoload.
8328
83292006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
8330
8331 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8332
01c52d31
MB
83332006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
8334
8335 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8336 variables.
8337 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8338 (mm-charset-synonym-alist): Move some entries to
8339 mm-codepage-iso-8859-list.
8340
8341 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8342
83432006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
8344
8345 * message.el (message-citation-line-format)
8346 (message-insert-formated-citation-line): Fix implementation of %E, %N
8347 and %n according to the doc string.
8348
83492006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
8350
8351 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8352 car-safe to avoid bad parses.
8353
c86d4601
MB
83542006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8355
8356 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8357 names.
8358
8359 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8360
83612006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
8362
01c52d31
MB
8363 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8364 header.
8365
8366 * message.el (message-draft-headers): Add Date.
8367 (message-headers-to-generate): Fix typo in docstring.
8368
8369 * nndraft.el (nndraft-required-headers): New variable.
8370 (nndraft-generate-headers): Use it.
8371
8372 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8373
83742006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
8375
8376 * gnus-registry.el (gnus-registry-wash-for-keywords)
8377 (gnus-registry-find-keywords): New functions to allow easy searching of
8378 articles that are in the registry.
8379
83802006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
8381
8382 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8383 ietf-drums-parse-address instead of gnus-extract-address-components.
8384 Reported by Damien Elmes <damien@repose.cx>.
c86d4601
MB
8385
83862006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
8387
8388 * gnus.el (gnus-mime): Remove unused custom group.
8389
92edaeed
MB
83902006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8391
8392 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8393 "blank line" when searching for end of armor headers.
8394
83952006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8396
8397 * gmm-utils.el (gmm-write-region): Fix variable name.
8398
83992006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
8400
8401 * gmm-utils.el (gmm-write-region): New function based on compatibility
8402 code from `mm-make-temp-file'.
8403
8404 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8405
8406 * nnmaildir.el (nnmaildir--update-nov)
8407 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8408 Use `gmm-write-region'.
8409
996aa8c1
MB
84102006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
8411
01c52d31
MB
8412 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8413 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8414
8415 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8416
8417 * message.el (message-replacement-char): New variable.
8418 (message-fix-before-sending): Use it.
8419 (message-simplify-subject): New function to remove duplicate code.
8420 (message-reply, message-followup): Use it.
8421
996aa8c1
MB
8422 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8423 gnus-summary-limit-to-articles.
8424
01c52d31 84252006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
996aa8c1 8426
01c52d31 8427 * gnus-util.el (gnus-with-local-quit): New macro.
996aa8c1 8428
01c52d31 8429 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
996aa8c1 8430
01c52d31 84312006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 8432
01c52d31
MB
8433 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8434 ignore non-string data.
996aa8c1 8435
01c52d31 84362006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 8437
01c52d31
MB
8438 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8439 non-string data (needs to be done in the registry too).
996aa8c1 8440
01c52d31 84412006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 8442
01c52d31
MB
8443 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8444 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8445 (gnus-registry-split-fancy-with-parent)
8446 (gnus-registry-fetch-simplified-message-subject-fast)
8447 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8448 Remove text properties on ingress into the registry and when it's saved.
8449 (gnus-registry-clean-empty-function): Fix bug with cleaning the
8450 registry from entries with no groups.
996aa8c1 8451
01c52d31 84522006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 8453
01c52d31
MB
8454 * gnus-util.el (gnus-string-remove-all-properties): Add utility
8455 function to remove string properties.
996aa8c1 8456
67099291
MB
84572006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
8458
8459 * gmm-utils.el (gmm): Adjust custom version.
8460
8461 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8462 custom version.
8463
8464 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8465
01c52d31
MB
84662006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
8467
8468 * gnus-art.el (gnus-insert-prev-page-button)
8469 (gnus-insert-next-page-button): Simplify. Reformat.
8470
84712006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
8472
8473 * gnus-art.el (gnus-insert-prev-page-button)
8474 (gnus-insert-next-page-button): Apply gnus-article-button-face.
8475
94019f61
CY
84762006-09-25 Chong Yidong <cyd@stupidchicken.com>
8477
8478 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8479
01c52d31
MB
84802006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
8481
c4cc8b9a
JB
8482 * gnus-art.el (gnus-insert-mime-button)
8483 (gnus-insert-mime-security-button):
8484 Apply gnus-article-button-face to MIME and security buttons.
01c52d31
MB
8485
84862006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
8487
8488 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8489 readable.
8490
84912006-09-20 Steve Youngs <steve@sxemacs.org>
8492
8493 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8494 `browse-url-of-file' instead of `browse-url'.
8495
0327a464
MB
84962006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8497
8498 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8499 regexp. Articles containing quotation were cut prematurely.
8500
85012006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
8502
01c52d31
MB
8503 * message.el (message-cite-original-1): Use nobody by default for the
8504 value of From header.
0327a464
MB
8505 (message-reply): Ditto.
8506
01c52d31
MB
85072006-09-11 Daiki Ueno <ueno@unixuser.org>
8508
8509 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8510 to the gnus-info. This fixes a bug of inline-PGP message verification.
8511 Reported by Michael Piotrowski <mxp@dynalabs.de>.
8512
b110774a
MB
85132006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8514
8515 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8516 mails in the doc string. Add some URLs in comment.
01c52d31 8517 (pop3-movemail): Warn about pop3-leave-mail-on-server.
b110774a
MB
8518
85192006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
8520
8521 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8522 backslashes handling and the way to find boundaries of quoted strings.
8523
01c52d31
MB
85242006-09-07 Daiki Ueno <ueno@unixuser.org>
8525
8526 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8527 mml1991-encrypt-to-self is set and mml1991-signers is not set.
8528 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8529 mml2015-encrypt-to-self is set and mml2015-signers is not set.
8530
676c1893
RS
85312006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
8532
01c52d31
MB
8533 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
8534 doc string.
8535 (gnus-button-regexp, gnus-button-last): Remove unused variables.
8536
85372006-09-06 Simon Josefsson <jas@extundo.com>
8538
8539 * mml2015.el (mml2015-use): Doc fix, mention epg.
8540
85412006-09-06 Daiki Ueno <ueno@unixuser.org>
8542
8543 * mml2015.el (mml2015-use): Default to epg, if available.
8544
85452006-09-06 Daiki Ueno <ueno@unixuser.org>
8546
8547 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8548 message-sender.
8549 (mml1991-epg-encrypt): Ditto.
8550 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8551 message-sender.
8552 (mml2015-epg-encrypt): Ditto.
676c1893 8553
de4fbbe4
CY
85542006-09-04 Chong Yidong <cyd@stupidchicken.com>
8555
8556 * message.el (message-send-mail-with-sendmail): Look for sendmail in
8557 several common directories.
8558
01c52d31
MB
85592006-09-05 Daiki Ueno <ueno@unixuser.org>
8560
8561 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8562 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8563
d7093904
MB
85642006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
8565
8fbdffe5
MB
8566 * gnus-art.el (article-decode-encoded-words): Make it fast.
8567
85682006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
8569
8570 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8571
d7093904
MB
8572 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8573 in quoted string into `\'.
8574
343d6628
MB
85752006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
8576
8577 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8578 Use standard-syntax-table.
8579
85802006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
8581
8582 * gnus-art.el (gnus-decode-address-function): New variable.
8583 (article-decode-encoded-words): Use it to decode headers which are
8584 assumed to contain addresses.
8585 (gnus-mime-delete-part): Remove useless `or'.
8586
8587 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8588 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8589 (gnus-nov-parse-line): Use it to decode From header.
8590 (gnus-get-newsgroup-headers): Ditto.
8591 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8592
8593 * mail-parse.el (mail-decode-encoded-address-region): New alias.
8594 (mail-decode-encoded-address-string): New alias.
8595
8596 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8597 New function.
8598 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8599 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8600 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8601 (rfc2047-decode-string): Ditto.
8602 (rfc2047-decode-address-region): New function.
8603 (rfc2047-decode-address-string): New function.
8604
01c52d31
MB
86052006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
8606
8607 * message.el (message-caesar-buffer-body): Allow rotating headers.
8608
8609 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8610
8611 * message.el (message-insert-formated-citation-line): Fix %f.
8612 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8613
86142006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8615
8616 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8617 (gnus-bookmark-mouse-available-p): New macro.
8618 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8619 (gnus-bookmark-bmenu-show-infos): Use it.
8620 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8621 (gnus-bookmark-bmenu-hide-infos): Ditto.
8622 (gnus-bookmark-remove-properties): New function.
8623 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8624 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8625 (gnus-bookmark-write-file): Bind coding-system-for-write.
8626 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8627 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8628 group before selecting it.
8629 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8630 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8631 quit-window if it is not available; use gnus-mouse-2 and bind it to
8632 gnus-bookmark-bmenu-select-by-mouse.
8633 (gnus-bookmark-show-details): Remove unused variable `details-list'.
8634 (gnus-bookmark-bmenu-select-by-mouse): New function.
6c5d6b6c 8635
5dab7628
RF
86362006-08-13 Romain Francoise <romain@orebokech.com>
8637
8638 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8639 space.
8640
5ebdc299
MB
86412006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
8642
8643 * compface.el (uncompface): Use binary rather than raw-text-unix.
8644
86452006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
8646
8647 * compface.el (uncompface): Make sure the eol conversion doesn't take
8648 place when communicating with the external programs. Reported by
8649 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8650
86512006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
8652
8653 * nnheader.el (nnheader-insert-head): Fix typo in comment.
8654
86552006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8656
8657 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8658 Make it more robust by parsing author and date independently.
8659
ebf693f3
MB
86602006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
8661
8662 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8663
01c52d31
MB
86642006-07-28 Daiki Ueno <ueno@unixuser.org>
8665
8666 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8667 first matching secret key.
8668 (mml2015-epg-encrypt): Ditto.
8669
8670 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8671 first matching secret key.
8672 (mml1991-epg-encrypt): Ditto.
8673
8674 * mml2015.el (mml2015-encrypt-to-self): New user option.
8675 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8676 mml2015-epg-encrypt-to-self is set.
8677
8678 * mml1991.el (mml1991-encrypt-to-self): New variable.
8679 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8680 mml1991-epg-encrypt-to-self is set.
8681
8682 * mml2015.el (mml2015-signers): New user option.
8683 (mml2015-epg-sign): Reflect the value of mml2015-signers.
8684 (mml2015-epg-encrypt): Allow to select signing keys.
8685
8686 * mml1991.el (mml1991-signers): New variable.
8687 (mml1991-epg-sign): Reflect the value of mml1991-signers.
8688 (mml1991-epg-encrypt): Allow to select signing keys.
8689
ebf693f3
MB
86902006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
8691
8692 * nnheader.el (nnheader-insert-head): Make it work even if the file
8693 uses CRLF for the line-break code.
8694
01c52d31
MB
86952006-07-25 Daiki Ueno <ueno@unixuser.org>
8696
8697 * mml2015.el: Require mml-sec instead of password.
8698 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8699 (mml2015-cache-passphrase): Inherit the default value from
8700 mml-secure-cache-passphrase.
8701 (mml2015-passphrase-cache-expiry): Inherit the default value from
8702 mml-secure-passphrase-cache-expiry.
8703
8704 * mml1991.el: Require mml-sec instead of password.
8705 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8706 (mml1991-cache-passphrase): Inherit the default value from
8707 mml-secure-cache-passphrase.
8708 (mml1991-passphrase-cache-expiry): Inherit the default value from
8709 mml-secure-passphrase-cache-expiry.
8710
8711 * mml-sec.el: Require password.
8712 (mml-secure-verbose): New user option.
8713 (mml-secure-cache-passphrase): New user option.
8714 (mml-secure-passphrase-cache-expiry): New user option.
8715
87162006-07-24 Daiki Ueno <ueno@unixuser.org>
8717
8718 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8719 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
880820fe 8720 andreas@altroot.de (Andreas Vögele).
01c52d31
MB
8721
8722 FIXME: Use `tiny change'?
8723
bd876f90
MB
87242006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8725
8726 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8727 workaround for the url package included with Emacs.
8728
8729 * nnweb.el (nnweb-google-create-mapping): Update regexp.
8730
01c52d31
MB
87312006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
8732
8733 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8734 correctly. This fixes a bug caused by the 2006-05-12 change.
8735
06dc8321
KF
87362006-07-18 Karl Fogel <kfogel@red-bean.com>
8737
8738 * nnmail.el (nnmail-article-group): If splitting raises an error, give
8739 some information about the error when saying that the `bogus' mail
8740 group will be used.
8741
7ce31649
MB
87422006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
8743
8744 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8745 string.
8746
b44409c9
MB
87472006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
8748
8749 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8750
763bb2d4
MB
87512006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8752
8753 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8754
01c52d31
MB
87552006-07-10 Daiki Ueno <ueno@unixuser.org>
8756
8757 * mml1991.el (mml1991-function-alist): Add epg.
8758 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8759 (mml1991-epg-encrypt): New functions.
8760
87612006-07-10 Daiki Ueno <ueno@unixuser.org>
8762
8763 * mml2015.el (mml2015-verbose): New variable.
8764 (mml2015-cache-passphrase): Ditto.
8765 (mml2015-passphrase-cache-expiry): Ditto.
8766 (mml2015-function-alist): Add epg.
8767 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8768 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8769 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8770 functions.
8771
87722006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8773
8774 * message.el (message-cite-original-1): Preserve region when removing
8775 quoted text due to X-No-Archive in order to avoid bogus attribution
8776 when citing multiple messages.
8777
87782006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8779
8780 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
8781 Kenneth Jacker <khj@be.cs.appstate.edu>.
8782
827dc73d
MB
87832006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
8784
8785 * gnus-diary.el (gnus-user-format-function-d)
8786 (gnus-user-format-function-D): Autoload.
8787
01c52d31 8788 * imap.el (Commentary): Fix typo.
827dc73d 8789
01c52d31
MB
8790 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8791 2006-04-22 contribution.
8792
87932006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8794
8795 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8796 It didn't really fix the bogosity I'm seeing with solid web groups.
8797
87982006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8799
8800 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8801 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8802 created using server names. If we use the feature without declaring
8803 it, Gnus does not properly manage server and group state.
8804
8805 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8806 bound.
8807
88082006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8809
8810 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8811 looking up the method using GROUP's prefix before inventing a new one.
8812 It is used on killed/unknown groups in various places where returning
8813 an all-new method isn't expected by the caller.
8814
8815 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8816 and match semantics of gnus-group-real-prefix.
8817
88182006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
8819
8820 * nnmail.el (nnmail-broken-references-mailers): New variable.
8821 (nnmail-ignore-broken-references): New function generalizing
8822 nnmail-fix-eudora-headers.
8823 (nnmail-fix-eudora-headers): Now obsolete.
8824
8825 * gnus-art.el (gnus-button-handle-custom): Support
8826 `customize-apropos*'.
8827
88282006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8829
8830 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8831
8832 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8833 articles.
8834
88352006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
8836
8837 * message.el (message-cite-reply-above): New variable.
8838 (message-yank-original): Use it.
827dc73d 8839
a367620f
MB
88402006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
8841
8842 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8843
01c52d31
MB
88442006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
8845
8846 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8847 as read.
8848
8849 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8850
88512006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
8852
8853 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8854 (gnus-bookmark-default-file): Use gnus-directory.
8855 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8856 Remove "*" in doc string.
8857 (gnus-bookmark-write-file): Simplify.
8858 (gnus-bookmark-maybe-sort-alist): Use `when'.
8859 (gnus-bookmark-get-bookmark): Fix typo in doc string.
8860 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8861 FIXME about Emacs 21 and XEmacs compatibility.
8862 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8863 compatibility.
8864 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8865 compatibility.
8866 (gnus-bookmark-menu-heading): Fix version.
8867
88682006-06-19 Bastien Guerry <bzg@altern.org>
8869
8870 * gnus-bookmark.el: New file.
8871
5cfd0f2e
MB
88722006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
8873
8874 * message.el (message-syntax-checks): Doc fix.
8875
01c52d31
MB
88762006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8877
8878 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8879 unsubscribed groups as if they were killed ones. It causes duplicate
8880 entries in gnus-newsrc-alist.
8881
f362b760
MB
88822006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
8883
8884 * message.el (message-syntax-checks): Doc fix.
8885 (message-send-mail): Add check for continuation headers.
8886 (message-check-news-header-syntax): Fix regexp used to check for
8887 continuation headers.
8888
88892006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
8890
8891 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8892
01c52d31
MB
88932006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
8894
8895 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8896
88972006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
8898
8899 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8900 default-truncate-lines.
8901
26c9afc3
MB
89022006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
8903
8904 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8905 to fill the utf-8 entry.
8906
01c52d31 89072006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
26c9afc3 8908
01c52d31
MB
8909 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8910
89112006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
8912
8913 * gnus-agent.el (directory-files-and-attributes): Move all the way
8914 forward (the third and final move).
8915 (gnus-agent-read-agentview): Trap reconstruction errors due to
b643362c 8916 nonexistent directory. Handle by returning nil.
01c52d31
MB
8917
89182006-05-30 Didier Verna <didier@xemacs.org>
8919
8920 * message.el (message-dont-reply-to-names): Update the custom type.
8921 * message.el (message-dont-reply-to-names): New defsubst: potentially
8922 convert a list of regexps into a single one.
8923 * message.el (message-get-reply-headers): Use it.
8924 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8925
89262006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
8927
8928 * gnus-agent.el (directory-files-and-attributes): Move forward.
26c9afc3
MB
8929
89302006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
8931
8932 * gnus-ml.el (gnus-mailing-list-subscribe)
8933 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8934 (gnus-mailing-list-message): Fix doc strings.
8935
89362006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8937
8938 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8939 of doing it manually.
8940
01c52d31
MB
89412006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
8942
8943 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8944 comment.
8945
26c9afc3
MB
89462006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
8947
002876ab 8948 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
01c52d31 8949 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
c4cc8b9a 8950 (gnus-agent-read-local): All symbols allocated in my-obarray.
26c9afc3
MB
8951 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8952 (gnus-agent-regenerate-group): Check numeric names to see if they are
8953 messages or groups.
01c52d31
MB
8954 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8955 better way of do this...)
8956
8957 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8958 'dummy.group' (there should be a better way of do this...)
26c9afc3
MB
8959
89602006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
8961
8962 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8963 (gnus-saved-headers): Ditto.
01c52d31 8964 (gnus-default-article-saver): Mention functions may have properties.
26c9afc3
MB
8965 (gnus-article-save): Override gnus-save-all-headers and
8966 gnus-saved-headers by :headers property which saver function may have.
01c52d31
MB
8967 (gnus-summary-save-in-file): Add :headers property.
8968 (gnus-summary-write-to-file): Ditto.
8969
8970 * gnus-sum.el (gnus-summary-save-article): Bind
8971 gnus-prompt-before-saving to t when saving many articles in a file;
8972 always show all headers.
8973
89742006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
8975
8976 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8977 marks.
8978
8979 * message.el (message-indent-citation): Add optional arguments to allow
8980 using it outside of message buffers.
8981
8982 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8983 (gnus-article-treat-unfold-headers): Use it.
8984 (gnus-article-truncate-lines): New variable.
8985 (gnus-article-mode): Use it.
8986 (gnus-article-toggle-truncate-lines): New function.
8987
8988 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8989 gnus-article-toggle-truncate-lines.
8990
8991 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8992 coding system in XEmacs, use binary.
8993
89942006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
8995
8996 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8997 after-load-alist.
8998
8999 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9000 this function should save decoded articles.
9001 (gnus-summary-write-to-file): Use property to specify this function
9002 should save decoded articles and specify gnus-summary-save-in-file
9003 should be used to save articles other than the first one when saving
9004 many articles.
9005 (gnus-summary-save-body-in-file): Use property to specify this
9006 function should save decoded articles.
9007 (gnus-summary-write-body-to-file): Use property to specify this
9008 function should save decoded articles and specify
9009 gnus-summary-save-body-in-file should be used to save articles other
9010 than the first one when saving many articles.
9011
9012 * gnus-sum.el (gnus-summary-save-article): Simplify.
9013
90142006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
9015
9016 * gnus-art.el (gnus-default-article-saver): Add
9017 gnus-summary-write-body-to-file.
9018 (gnus-article-save-coding-system): Don't use coding system object
9019 in XEmacs.
26c9afc3
MB
9020 (gnus-read-save-file-name): Add optional `dir-var' argument which
9021 specifies directory in which files are saved; work even if optional
9022 `variable' argument is not specified.
01c52d31
MB
9023 (gnus-summary-write-to-file): Read file name.
9024 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9025 (gnus-summary-write-body-to-file): New function.
26c9afc3
MB
9026
9027 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9028 (gnus-summary-local-variables): Add it.
9029 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
01c52d31
MB
9030 (gnus-summary-save-article): Remove optional `decode' argument;
9031 determine whether to decode articles by the value of
9032 gnus-default-article-saver; when saving many files using
9033 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9034 it first and use gnus-summary-save-in-file or
9035 gnus-summary-save-body-in-file thereafter unless
9036 gnus-prompt-before-saving is always; move point to article which
9037 will be saved.
9038 (gnus-summary-save-article-file): Revert.
9039 (gnus-summary-write-article-file): Revert.
9040 (gnus-summary-save-article-body-file): Revert.
26c9afc3
MB
9041 (gnus-summary-write-article-body-file): New function.
9042
90432006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9044
01c52d31 9045 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
26c9afc3 9046
01c52d31 90472006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
26c9afc3 9048
01c52d31
MB
9049 * gnus-art.el (gnus-default-article-saver): Doc fix.
9050 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9051 from gnus-summary-save-article-coding-system, and default to a
9052 certain coding system.
9053 (gnus-output-to-file): Add coding cookie and encode text according
9054 to gnus-article-save-coding-system; don't use mm-append-to-file.
26c9afc3 9055
01c52d31
MB
9056 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9057 gnus-art.el and rename to gnus-article-save-coding-system.
9058 (gnus-summary-save-article): Require gnus-art; don't show all
9059 headers if it decodes articles; don't add coding cookie here;
9060 don't bind mm-text-coding-system-for-write.
9061 (gnus-summary-save-article-file): Save decoded articles.
9062 (gnus-summary-write-article-file): When saving many files, use
9063 gnus-summary-write-to-file first and gnus-summary-save-in-file
9064 thereafter unless gnus-prompt-before-saving is always.
9065 (gnus-summary-save-article-body-file): Save decoded articles.
26c9afc3 9066
01c52d31 90672006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
26c9afc3 9068
01c52d31 9069 * nnrss.el (nnrss-check-group): Bind hash-index.
26c9afc3 9070
880820fe 90712006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
01c52d31
MB
9072
9073 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9074 its hash index. Store this hash in `nnrss-group-data'.
9075 (nnrss-read-group-data): Update accordingly.
9076
90772006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
9078
9079 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9080 entry.
9081
9082 * gnus-sum.el (gnus-summary-make-menu-bar): Add
9083 gnus-article-browse-html-article.
9084
90852006-05-23 Hynek Schlawack <hynek@ularx.de>
9086
9087 * gnus-sum.el (gnus-summary-mime-map): Add
9088 gnus-article-browse-html-article.
90892006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
9090
9091 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9092 suitable coding systems in customize.
9093
90942006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
9095
9096 * mail-source.el (mail-sources): Fix custom type.
26c9afc3 9097
d7ba2a01
RS
90982006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
9099
f18df03d
MB
9100 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9101 (gnus-summary-expire-articles-now): Shorten prompt.
9102
d7ba2a01
RS
9103 * gmm-utils.el (wid-edit): Require.
9104 (defun-gmm): Renamed from `gmm-defun-compat'.
9105 (gmm-image-search-load-path): Use it.
9106 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
9107
01c52d31
MB
91082006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
9109
9110 * gnus-sum.el (gnus-summary-save-article-coding-system): New
9111 variable.
9112 (gnus-summary-save-article): Add optional `decode' argument. If
9113 it is set and gnus-summary-save-article-coding-system is non-nil,
9114 save decoded article.
9115 (gnus-summary-write-article-file): Save decoded article if
9116 gnus-summary-save-article-coding-system is non-nil.
9117
9118 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9119 type.
9120
91212006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
9122
9123 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9124
91252006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
9126
9127 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9128 first to test gnus-single-article-buffer which may be buffer-local.
9129
9130 * gnus-sum.el (gnus-summary-setup-buffer): Make
9131 gnus-single-article-buffer buffer-local and nil in ephemeral
9132 group; make gnus-article-buffer, gnus-article-current, and
9133 gnus-original-article-buffer always buffer-local.
9134 (gnus-summary-exit): Kill article buffer belonging to ephemeral
9135 group.
9136 (gnus-handle-ephemeral-exit): Don't move to next summary line.
9137
91382006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
9139
9140 * nnml.el (nnml-request-compact-group): Compressed files might not
9141 have .gz extension.
9142
54e573e6
MB
91432006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9144
9145 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9146 (mm-copy-to-buffer): Use with-current-buffer.
9147 (mm-display-part): Simplify.
9148 (mm-inlinable-p): Add optional arg `type'.
9149
01c52d31
MB
91502006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9151
49c7d1ac 9152 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
54e573e6
MB
9153 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9154 Try harder to show the attachment internally or externally using
9155 gnus-mime-view-part-as-type.
9156
01c52d31 91572006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
54e573e6 9158
01c52d31
MB
9159 * message.el (message-from-style, message-signature-separator)
9160 (message-user-organization-file, message-send-mail-function)
9161 (message-citation-line-function, message-yank-prefix)
9162 (message-indent-citation-function, message-signature)
9163 (message-signature-file, message-signature-insert-empty-line):
9164 Remove autoloads.
9165
9166 * gnus-art.el (gnus-buttonized-mime-types): Remove
9167 "multipart/signed". Revert 2006-04-26 change.
9168
91692006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9170
9171 * gnus.el (gnus-version-number): Bump version.
9172
91732006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
9174
9175 * gnus.el: No Gnus v0.5 is released.
9176
91772006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9178
9179 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9180 fetching articles by message-id.
9181
91822006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9183
9184 * message.el (hashcash): Require hashcash as normal.
9185
9186 * ecomplete.el (ecomplete-highlight-match-line): Use
9187 point-at-eol.
9188 (ecomplete-highlight-match-line): Use `highlight', because that
9189 face exists in both Emacs and XEmacs.
9190
9191 * message.el (message-display-abbrev): Use point-at-bol.
9192
9193 * mail-source.el: Don't require timer/timer-funcs.
9194
9195 * gnus-async.el: Ditto.
9196
9197 * password.el: Ditto.
9198
9199 * mm-url.el: Ditto.
9200
9201 * mm-util.el: Require timer/timer-funcs.
9202
92032006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9204
9205 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9206 Close.
54e573e6 9207
9606f1cb
MB
92082006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
9209
9210 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9211 unibyte after clear-decrypt function runs.
9212
9213 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9214 returns as a unibyte string.
9215
305452a5
MB
92162006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
9217
305452a5
MB
9218 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9219 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9220 (mml1991-pgg-encrypt): Ditto.
9221
0565caeb
MB
92222006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
9223
01c52d31
MB
9224 * message.el (message-user-organization-file): Check several
9225 locations of the organization file.
0565caeb 9226
01c52d31
MB
9227 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9228 Add gnus-article-view-part-as-type.
0565caeb 9229
01c52d31 9230 * gnus-art.el (gnus-article-view-part-as-type): New function.
0565caeb
MB
9231
9232 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9233 .mobi and .travel. Remove .nato, .bitnet and .uucp.
0565caeb 9234
01c52d31
MB
9235 * mml.el: Simplify autoload.
9236 (mml-mode): defvar dnd-protocol-alist instead of using
9237 symbol-value.
9238 (mml-default-directory): New variable.
9239 (mml-minibuffer-read-file): Use it.
9240 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9241
9242 * message.el (message-citation-line-format): New variable.
9243 (message-insert-formated-citation-line): New function.
9244 (message-citation-line-function): Add
9245 `message-insert-formated-citation-line' to custom type.
9246
9247 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9248 to doc string.
9249
9250 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9251 depending on mm-verify-option.
0565caeb 9252
305452a5
MB
92532006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
9254
9255 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9256 binding pgg-* variables; reimplement the section which prevents
9257 MIME header from being signed.
9258 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9259 pgg-text-mode; remove a blank line at the top of body.
9260
9261 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9262 lines at the top of body; use gnus-newsgroup-charset if there's no
9263 Charset header.
9264
0565caeb
MB
92652006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
9266
01c52d31
MB
9267 * message.el (message-self-insert-commands): Doc fix.
9268
0565caeb
MB
9269 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9270 (mm-uu-pgp-encrypted-test): Ditto.
9271 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9272 between header and body; return application/pgp-encrypted handle
9273 if decryption failed; decode decrypted body by charset.
9274
9275 * mm-decode.el (mm-automatic-display): Don't make application/pgp
9276 element match to application/pgp-*.
9277
01c52d31
MB
92782006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9279
9280 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9281 HTML.
9282
92832006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9284
9285 * mail-source.el (mail-source-call-script): Message the error
9286 string.
9287
92882006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9289
9290 * gnus-util.el (gnus-byte-compile): Use it.
9291
002876ab 92922006-04-22 xyblor <fake@invalid.email> (tiny change)
01c52d31
MB
9293
9294 * gnus-util.el (kill-empty-logs): New function.
9295
92962006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9297
9298 * message.el (message-mail-alias-type): Doc fix.
9299 (message-mail-alias-type-p): New function.
9300 (message-send): Use it.
9301 (message-mode): Ditto.
9302 (message-strip-forbidden-properties): Ditto.
9303
9304 * ecomplete.el (ecomplete-database-file-coding-system): New
9305 variable.
9306 (ecomplete-save): Use it.
9307 (ecomplete-setup): Use it.
9308
93092006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
9310
9311 * message.el (message-self-insert-commands): New variable.
9312 (message-strip-forbidden-properties): Use it.
9313
93142006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9315
9316 * message.el (message-put-addresses-in-ecomplete): Use a regexp
9317 that doesn't make XEmacs choke.
9318
f67d6742
MB
93192006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
9320
49c7d1ac
SM
9321 * gnus-util.el (gnus-replace-in-string):
9322 Prefer replace-regexp-in-string over of replace-in-string.
f67d6742
MB
9323
93242006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
9325
49c7d1ac
SM
9326 * gnus-util.el (gnus-select-frame-set-input-focus):
9327 Use select-frame-set-input-focus if it is available in XEmacs; use
f67d6742
MB
9328 definition defined in Emacs 22 for old Emacsen.
9329
01c52d31 93302006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
18c06a99 9331
01c52d31 9332 * mm-view.el (mm-inline-text): Use equal instead of equalp.
bd29ba20 9333
01c52d31 93342006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bd29ba20 9335
01c52d31
MB
9336 * gnus-registry.el (gnus-registry-cache-save): Remove text
9337 properties when saving via the temp buffer.
bd29ba20 9338
01c52d31 93392006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
18c06a99 9340
01c52d31 9341 * message.el (message-generate-hashcash): Honor custom type.
18c06a99 9342
01c52d31 93432006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18c06a99 9344
01c52d31
MB
9345 * message.el (message-generate-hashcash): Default to non-nil when
9346 hashcash is found.
18c06a99 9347
01c52d31
MB
9348 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9349 (gnus-refer-thread-limit): Increase default to 500.
e4a89ccf 9350
01c52d31 9351 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
e4a89ccf 9352
01c52d31 9353 * flow-fill.el (fill-flowed): Allow delete-space.
e4a89ccf 9354
01c52d31 93552006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
e4a89ccf 9356
01c52d31
MB
9357 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9358 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9359 Remove autoloads.
163cb72d 9360
01c52d31 93612006-04-18 Simon Josefsson <jas@extundo.com>
163cb72d 9362
01c52d31 9363 * message.el (message-generate-hashcash): Default to.
163cb72d 9364
01c52d31 93652006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
163cb72d 9366
01c52d31
MB
9367 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9368 concatenating segments rather than before concatenating them.
163cb72d 9369
01c52d31 93702006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14e6dc54 9371
01c52d31 9372 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14e6dc54 9373
01c52d31
MB
9374 * imap.el (imap-quote-specials): New function.
9375 (imap-login-auth): Quote specials.
14e6dc54 9376
01c52d31 93772006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14e6dc54 9378
01c52d31 9379 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14e6dc54 9380
01c52d31
MB
9381 * message.el (message-forward-make-body-plain): Allow
9382 message-forward-ignored-headers to be a list.
9383 (message-remove-ignored-headers): Factor out into function.
9384 (message-forward-make-body-mml): Use it.
9385 * rfc2231.el (rfc2231-parse-string): Remove dead code.
9386 (rfc2231-parse-string): Allow concatanation of parameters that
9387 aren't contiguous. The test case is
9388 (mail-header-parse-content-type "message/external-body;
9389 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9390 access-type=LOCAL-FILE;
9391 name*1*=plugh%2fhello-sailor%2fbing.pdf")
14e6dc54 9392
01c52d31 93932006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14e6dc54 9394
01c52d31
MB
9395 * nntp.el (nntp-accept-process-output): Return the value of
9396 `nnheader-accept-process-output'.
14e6dc54 9397
01c52d31 93982006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14e6dc54 9399
01c52d31
MB
9400 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9401 (gnus-button-alist): Recognize more diff formats.
9402 (gnus-button-patch): Strip directory.
14e6dc54 9403
01c52d31 94042006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14e6dc54 9405
01c52d31
MB
9406 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9407 Emacs 22 when setting focus.
1b155fbd 9408
01c52d31 94092006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1b155fbd 9410
01c52d31
MB
9411 * gnus-art.el (gnus-article-treat-types): Do treatment of
9412 text/x-verbatim parts.
9413 (gnus-button-patch): New command.
b6f2cf4b 9414
01c52d31
MB
9415 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9416 addresses that contain invalid characters.
b6f2cf4b 9417
01c52d31 94182006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5af68e28 9419
01c52d31
MB
9420 * message.el (message-put-addresses-in-ecomplete): Use
9421 gnus-replace-in-string.
9422 (message-is-yours-p): Use the more correct
9423 mail-header-parse-address instead of
9424 mail-extract-address-components.
9425 (message-put-addresses-in-ecomplete): Fix typo.
5af68e28 9426
01c52d31
MB
9427 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9428 keystroke.
77218834 9429
01c52d31
MB
9430 * gnus-art.el (gnus-treatment-function-alist): Change order of
9431 newsgroups/generic header folding to avoid double-folding.
77218834 9432
01c52d31 9433 * message.el (message-hidden-headers): Add X-Draft-From.
77218834 9434
01c52d31
MB
9435 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9436 command.
9437 (gnus-summary-repeat-search-article-backward): New command.
d451514f 9438
01c52d31
MB
9439 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9440 groups in the parent topic.
9441
880820fe 94422006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
01c52d31
MB
9443
9444 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9445 (spam-extra-header-to-number): Return the CRM114 number as a
9446 number instead of a string.
9447
94482006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9449
9450 * gnus-art.el (gnus-face-properties-alist): Moved here from
9451 gnus-fun.
9452
9453 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9454
94552006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9456
9457 * message.el (message-strip-forbidden-properties): Only display on
9458 self-insert-command.
9459
9460 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9461 reindent.
9462 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9463
94642006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
9465
9466 * smiley.el (smiley-style): Fix typo.
d451514f 9467
4f162824
KH
94682006-03-23 Kenichi Handa <handa@m17n.org>
9469
9470 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
9471 instead of set-buffer-multibyte.
9472
e9e33c19
KH
94732006-03-23 Kenichi Handa <handa@m17n.org>
9474
9475 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9476 buffer and then decode the buffer text if necessary.
9477 (rfc2231-encode-string): Be sure to work on multibyte buffer at
9478 first, and after mm-encode-body, change the buffer to unibyte.
4f162824 9479
01c52d31 94802006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
f5e92214 9481
01c52d31
MB
9482 * hashcash.el (hashcash-insert-payment-async-2): Use
9483 message-goto-eoh instead of doing it manually.
9484 (mail-add-payment): Use message-narrow-to-header instead of trying
9485 to do the same itself.
f5e92214 9486
01c52d31 9487 * message.el (message-hidden-headers): Add Face.
f5e92214 9488
01c52d31
MB
9489 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9490 reparenting code.
9491 (gnus-summary-reparent-children): Refactored out code.
9492 (gnus-summary-thread-map): New keystroke.
9493 (gnus-summary-reparent-children): Make into command.
f5e92214 9494
01c52d31
MB
9495 * smiley.el (smiley-style): Default to `medium' if using a large
9496 font.
f5e92214 9497
01c52d31
MB
9498 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9499 does it itself.
f5e92214 9500
01c52d31 9501 * message.el (message-point-in-header-p): Simplify definition.
f5e92214 9502
01c52d31 95032006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
f5e92214 9504
01c52d31
MB
9505 * nnagent.el (nnagent-request-set-mark): Silence log file
9506 writing.
9507 (nnagent-request-set-mark): Use write-region instead of
9508 append-to-file.
f5e92214 9509
01c52d31
MB
9510 * gnus-sum.el (gnus-read-header): Fudge article number if using a
9511 strange select method.
f5e92214 9512
01c52d31
MB
9513 * ecomplete.el (ecomplete-display-matches): Get highlightling
9514 right.
9515 (ecomplete-display-matches): Use literals.
9516 (ecomplete-display-matches): Disable message logging.
f5e92214 9517
01c52d31 9518 * message.el (message-display-abbrev): Small optimization.
531bedc3 9519
01c52d31
MB
9520 * ecomplete.el (ecomplete-display-matches): Allow automatic
9521 display.
531bedc3 9522
01c52d31
MB
9523 * message.el (message-strip-forbidden-properties): Display
9524 abbrevs.
9525 (message-display-abbrev): Get automatic display right.
531bedc3 9526
01c52d31
MB
9527 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9528 keystrokes.
531bedc3 9529
01c52d31 95302006-04-13 Romain Francoise <romain@orebokech.com>
531bedc3 9531
01c52d31 9532 TODO: Backport to v5-10!
531bedc3 9533
01c52d31
MB
9534 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9535 Moved here (and renamed) from gnus-registry.el.
531bedc3 9536
01c52d31
MB
9537 * gnus-registry.el: Require gnus-util.
9538 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
531bedc3 9539
01c52d31 95402006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
531bedc3 9541
01c52d31
MB
9542 * gnus-group.el (gnus-group-catchup-current): Change
9543 if-then-else-if-then-else into cond.
9544 (gnus-group-catchup): Indent.
9545 (group-name-at-point): New function.
9546 (gnus-fetch-group): Provide default from thing at point.
531bedc3 9547
01c52d31 95482006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
531bedc3 9549
01c52d31 9550 * message.el (message-display-abbrev): Fix regexp.
531bedc3 9551
01c52d31
MB
9552 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9553 choosing.
9554 (ecomplete-highlight-match-line): Fix up code rewrite, remove
9555 dead variables.
ea8ae765 9556
01c52d31
MB
9557 * message.el (message-newline-and-indent): Remove debugging.
9558 (message-display-abbrev): Use new implementation.
ea8ae765 9559
01c52d31 95602006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
ea8ae765 9561
01c52d31
MB
9562 * gnus-art.el (gnus-article-mode): Set
9563 cursor-in-non-selected-windows to nil.
ea8ae765 9564
01c52d31
MB
9565 * smiley.el: Revert previous change.
9566 (smiley-data-directory): defvar it before using it in the
9567 defcustom of `smiley-style'.
ea8ae765 9568
01c52d31 95692006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
ea8ae765 9570
01c52d31 9571 * message.el (message-newline-and-indent): New function.
ea8ae765 9572
01c52d31 9573 * ecomplete.el: Implement more bits.
85fd8002 9574
01c52d31
MB
9575 * message.el (message-put-addresses-in-ecomplete): Clean up the
9576 string.
85fd8002 9577
01c52d31 9578 * ecomplete.el (ecomplete-add-item): Chop off decimals.
85fd8002 9579
01c52d31
MB
9580 * gnus-sum.el (gnus-summary-save-parts): Bind
9581 gnus-summary-save-parts-counter and use it to make unique file
9582 names.
85fd8002 9583
01c52d31 9584 * gnus-art.el (gnus-ignored-headers): Add some more headers.
61e66a15 9585
01c52d31
MB
9586 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9587 parameter to say whether to actually parse the individual
9588 addresses.
61e66a15 9589
01c52d31
MB
9590 * message.el (message-put-addresses-in-ecomplete): New function.
9591 (ecomplete): Require.
9592 (message-mail-alias-type): Add ecomplete as an option.
fe62aacc 9593
01c52d31 95942006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
fe62aacc 9595
01c52d31
MB
9596 * flow-fill.el (fill-flowed): Remove trailing space from blank
9597 quoted lines.
fe62aacc 9598
01c52d31 95992006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
fe62aacc 9600
01c52d31
MB
9601 * smiley.el (smiley-style): Move definition later to avoid a
9602 compilation warning.
fe62aacc 9603
01c52d31 96042006-04-12 Kenichi Handa <handa@m17n.org>
719120ef 9605
01c52d31
MB
9606 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9607 buffer and then decode the buffer text if necessary.
9608 (rfc2231-encode-string): Be sure to work on multibyte buffer at
9609 first, and after mm-encode-body, change the buffer to unibyte.
9610 Use mm-disable-multibyte instead of set-buffer-multibyte.
719120ef 9611
01c52d31 96122006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
719120ef 9613
01c52d31
MB
9614 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9615 Content-Type header instead of Content-Disposition header.
9616 (gnus-mime-inline-part): Ditto.
9617 (gnus-mime-view-part-as-charset): Ignore charset that the part
9618 specifies.
719120ef 9619
01c52d31
MB
9620 * mm-decode.el (mm-display-part): Work with external parts and
9621 usual parts similarly.
719120ef 9622
01c52d31
MB
9623 * mm-extern.el (mm-inline-external-body): Use mm-display-part
9624 instead of gnus-display-mime.
719120ef 9625
01c52d31
MB
9626 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9627 instead of with-temp-buffer.
719120ef 9628
01c52d31
MB
9629 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9630 tag to summarized topics part in order to encode non-ASCII text.
719120ef 9631
01c52d31 96322006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
719120ef 9633
01c52d31
MB
9634 * smiley.el (smiley-style): New variable.
9635 (smiley-directory): New function.
9636 (smiley-data-directory): Derive from `smiley-style' using
9637 `smiley-directory'.
9638 (smiley-regexp-alist): Add new entries.
719120ef 9639
01c52d31
MB
9640 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9641 (gnus-article-browse-delete-temp): Add :version.
719120ef 9642
880820fe 96432006-04-11 Arne Jørgensen <arne@arnested.dk>
719120ef 9644
01c52d31
MB
9645 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9646 the sieve region.
719120ef 9647
01c52d31 96482006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
719120ef 9649
01c52d31 9650 * gnus.el (gnus-version-number): Bump version.
719120ef 9651
01c52d31 96522006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
719120ef 9653
01c52d31 9654 * gnus.el: No Gnus v0.4 is released.
719120ef 9655
01c52d31 96562006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
719120ef 9657
01c52d31
MB
9658 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9659 layout.
719120ef 9660
01c52d31
MB
9661 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9662 unknown charset.
719120ef 9663
01c52d31
MB
9664 * message.el (message-header-synonyms): Add Original-To to the
9665 default.
ba0226dd 9666
01c52d31
MB
9667 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9668 optional parameter.
ba0226dd 9669
01c52d31 96702006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
ba0226dd 9671
01c52d31 9672 * gnus-fun.el (gnus): Require it for gnus-directory.
ba0226dd 9673
01c52d31 96742006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5f4264e5 9675
01c52d31 9676 * gnus-fun.el (gnus-face-properties-alist): Add :version.
5f4264e5 9677
01c52d31 96782006-04-05 Daiki Ueno <ueno@unixuser.org>
5f4264e5 9679
01c52d31 9680 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5f4264e5 9681
01c52d31 96822006-04-05 Simon Josefsson <jas@extundo.com>
5f4264e5 9683
01c52d31 9684 * password.el (password-reset): New function.
5f4264e5 9685
01c52d31 96862006-04-05 Daiki Ueno <ueno@unixuser.org>
5f4264e5 9687
01c52d31
MB
9688 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9689 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5f4264e5 9690
01c52d31 96912006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5f4264e5 9692
01c52d31
MB
9693 * nnweb.el (nnweb-google-create-mapping): Update regexp.
9694 Some whitespace was matched into the url, which broke browsing hits
9695 > 100 when mm-url-use-external was nil.
5f4264e5 9696
01c52d31 96972006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
5f4264e5 9698
01c52d31
MB
9699 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9700 gnus-extra-headers for 'Newsgroups.
5f4264e5 9701
01c52d31
MB
9702 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9703 bound.
e13be7a2 9704
01c52d31 97052006-04-04 Daiki Ueno <ueno@unixuser.org>
e13be7a2 9706
01c52d31
MB
9707 * pgg-gpg.el: Clean up process buffers every time gpg processes
9708 complete.
b5189759 9709
01c52d31 97102006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
b5189759 9711
01c52d31
MB
9712 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9713 doc string.
16f18d05 9714
01c52d31 97152006-04-03 Daiki Ueno <ueno@unixuser.org>
16f18d05 9716
01c52d31
MB
9717 * pgg-gpg.el (pgg-gpg-process-filter)
9718 (pgg-gpg-wait-for-completion): Check if buffer is alive.
d71c0855 9719
01c52d31
MB
9720 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9721 lines, temporary fix.
d71c0855 9722
01c52d31 97232006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 9724
01c52d31 9725 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
cf5a5c38 9726
01c52d31 97272006-03-29 Daiki Ueno <ueno@unixuser.org>
cf5a5c38 9728
01c52d31
MB
9729 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9730 default-enable-multibyte-characters. This reverts the change from
9731 revision 6.17 which is no longer necessary because the passphrase
9732 is sent separately now. GnuPG messages are unreadable under
9733 multibyte locales with default-enable-multibyte-characters set to
9734 nil.
cf5a5c38 9735
01c52d31 97362006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 9737
01c52d31 9738 * message.el (message-tool-bar-gnome): Move "spell".
cf5a5c38 9739
01c52d31 97402006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 9741
01c52d31
MB
9742 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9743 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
9744 instead.
cf5a5c38 9745
01c52d31 97462006-03-27 Karl Kleinpaste <karl@charcoal.com>
cf5a5c38 9747
01c52d31
MB
9748 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9749 newsgroups handling for NNTP overviews which don't include
9750 Newsgroups.
cf5a5c38 9751
01c52d31 97522006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9d64cd13 9753
01c52d31 9754 * message.el (message-resend): Bind message-generate-hashcash to nil.
9d64cd13 9755
01c52d31 97562006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
34128042 9757
01c52d31
MB
9758 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9759 when searching for already-paid recipients.
34128042 9760
01c52d31 97612006-03-27 Daiki Ueno <ueno@unixuser.org>
34128042 9762
01c52d31
MB
9763 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9764 passphrases when it is not needed.
9765 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9766 passphrase stuff from gpg, should only be necessary when you use
9767 gpg with a smartcard.
34128042 9768
01c52d31 97692006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
34128042 9770
01c52d31
MB
9771 * mml.el (mml-insert-mime): Ignore cached contents of
9772 message/external-body part.
34128042 9773
01c52d31
MB
9774 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9775 (mm-insert-part): Ditto.
34128042 9776
01c52d31 97772006-03-23 Simon Josefsson <jas@extundo.com>
34128042 9778
01c52d31
MB
9779 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9780 Reiner.
9781 (pgg-gpg-use-agent-p): Use it again.
c96ec15a 9782
01c52d31 97832006-03-23 Simon Josefsson <jas@extundo.com>
c96ec15a 9784
01c52d31
MB
9785 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9786 older emacsen.
9787 (pgg-gpg-use-agent-p): Don't use it.
c96ec15a 9788
01c52d31 97892006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
c96ec15a 9790
01c52d31
MB
9791 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9792 if we can.
c96ec15a 9793
01c52d31 97942006-03-22 Sascha Wilde <wilde@sha-bang.de>
c96ec15a 9795
01c52d31
MB
9796 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9797 (pgg-gpg-update-agent): New function.
9798 (pgg-gpg-use-agent-p): New function.
9799 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9800 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9801 (pgg-gpg-sign-region): Use it.
c96ec15a 9802
01c52d31 98032006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
c96ec15a 9804
01c52d31
MB
9805 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9806 Reported by Ralf Wachinger <rwachinger@gmx.de>.
c96ec15a 9807
01c52d31 98082006-03-21 Simon Josefsson <jas@extundo.com>
c96ec15a 9809
01c52d31
MB
9810 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9811 <wilde@sha-bang.de>.
9812 (pgg-gpg-use-agent): New variable.
9813 (pgg-gpg-process-region): Use it.
9814 (pgg-gpg-encrypt-region): Likewise.
9815 (pgg-gpg-encrypt-symmetric-region): Likewise.
9816 (pgg-gpg-decrypt-region): Likewise.
9817 (pgg-gpg-sign-region): Likewise.
9818 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
c96ec15a 9819
01c52d31 98202006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
88e6695f 9821
01c52d31 9822 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
88e6695f 9823
01c52d31
MB
9824 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9825 Add comment on version.
6203370b 9826
01c52d31 98272006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6203370b 9828
01c52d31 9829 * smiley.el: Add missing test smiley.
6203370b 9830
01c52d31 98312006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
6203370b 9832
01c52d31
MB
9833 * mm-decode.el (mm-with-part): New macro.
9834 (mm-get-part): Use it; work with message/external-body as well.
9835 (mm-save-part): Treat name and filename equally.
6203370b 9836
01c52d31
MB
9837 * mm-extern.el (mm-extern-cache-contents): New function.
9838 (mm-inline-external-body): Use it; force the part to be displayed;
9839 move undisplayer added to the cached handle to the parent.
6203370b 9840
01c52d31
MB
9841 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9842 (gnus-mime-view-part-as-type): Work with message/external-body.
6203370b 9843
01c52d31 9844 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6203370b 9845
01c52d31 98462006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 9847
01c52d31
MB
9848 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9849 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
9850 Emacs.]
46e8fe3d 9851
01c52d31 98522006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 9853
01c52d31
MB
9854 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9855 path rather than symbol. Always return list of directories.
9856 Guarantee that image directory comes first. [Sync with image.el,
9857 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
46e8fe3d 9858
01c52d31
MB
9859 * message.el (message-make-tool-bar): Adjust to new API of
9860 `gmm-image-load-path-for-library'.
46e8fe3d 9861
01c52d31 9862 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
46e8fe3d 9863
01c52d31 9864 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
46e8fe3d 9865
01c52d31 98662006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
46e8fe3d 9867
01c52d31
MB
9868 * gnus-art.el (gnus-article-only-boring-p):
9869 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9870 intangible text.
9871 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
46e8fe3d 9872
01c52d31 98732006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 9874
01c52d31
MB
9875 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
9876 `defun' instead of `gmm-defun-compat'.
46e8fe3d 9877
01c52d31 98782006-03-14 Simon Josefsson <jas@extundo.com>
46e8fe3d 9879
01c52d31
MB
9880 * message.el (message-unique-id): Don't use message-number-base36
9881 if (user-uid) is a float.
9882 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
46e8fe3d 9883
01c52d31 98842006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
46e8fe3d 9885
01c52d31 9886 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7347faa8 9887
01c52d31
MB
9888 * gnus-art.el (gnus-mime-display-single): Make sure there is an
9889 empty line between a part and a message part.
7347faa8 9890
01c52d31 98912006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7347faa8 9892
01c52d31
MB
9893 * smiley.el: Add more test smileys.
9894 (smiley-data-directory, smiley-regexp-alist)
9895 (gnus-smiley-file-types): Fix doc strings.
9896 (smiley-update-cache): Clear smiley-cached-regexp-alist before
9897 adding new elements.
9898 (smiley-mouse-map): Unused code. Make it a comment.
7347faa8 9899
01c52d31 99002006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7347faa8 9901
01c52d31
MB
9902 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9903 scan latest NoCeM messages instead of old ones.
9904 (gnus-nocem-check-article): Fix regexps so as to match to PGP
9905 delimiters that are recently used.
9906 (gnus-nocem-load-cache): Add autoload cookie.
7347faa8 9907
01c52d31 9908 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7347faa8 9909
01c52d31
MB
9910 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9911 level which is larger than gnus-use-nocem is specified.
7347faa8 9912
01c52d31 9913 * gnus-group.el (gnus-group-get-new-news): Ditto.
7347faa8 9914
01c52d31 99152006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
7347faa8 9916
01c52d31 9917 * gnus-util.el (gnus-tool-bar-update): New function.
7347faa8 9918
01c52d31
MB
9919 * gnus-group.el (gnus-group-update-tool-bar): New variable.
9920 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7347faa8 9921
01c52d31 9922 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7347faa8 9923
01c52d31
MB
9924 * gnus-group.el (gnus-group-redraw-when-idle)
9925 (gnus-group-redraw-check): Remove.
9926 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
30c7240d 9927
01c52d31 99282006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
30c7240d 9929
01c52d31
MB
9930 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9931 if optional last element is specified in splits (FIELD VALUE...).
e499bc94 9932
01c52d31 99332006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
e499bc94 9934
01c52d31
MB
9935 * message.el (message-make-tool-bar): Rename gmm-image-load-path
9936 to gmm-image-load-path-for-library. Call with no-error argument.
9937 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
e499bc94 9938
01c52d31 9939 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
e499bc94 9940
01c52d31 9941 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
e499bc94 9942
01c52d31 9943 * gmm-utils.el (gmm-image-load-path): Remove alias.
e499bc94 9944
01c52d31 99452006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
c4288669 9946
01c52d31 9947 * gmm-utils.el (gmm-image-load-path): Add alias.
c4288669 9948
01c52d31
MB
9949 * nnml.el (nnml-generate-nov-databases-directory): Rename from
9950 nnml-generate-nov-databases-1.
9951 (nnml-generate-nov-databases): Use it.
9952 (nnml-generate-nov-databases-directory): Document no-active
9953 argument.
c4288669 9954
01c52d31
MB
9955 * gmm-utils.el (gmm-image-load-path-for-library): Return single
9956 directory if path is t. Add no-error.
c4288669 9957
01c52d31
MB
9958 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9959 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
c4288669 9960
01c52d31
MB
9961 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9962 resetting gnus-article-browse-html-temp-list.
c4288669 9963
01c52d31
MB
9964 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9965 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
9966 Add example to docstring. Rename local variables. Move error
9967 checks to default case in cond and simplify.
73043f7d 9968
01c52d31 99692006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
73043f7d 9970
01c52d31
MB
9971 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9972 handle is multipart when calling it recursively.
9973 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
73043f7d 9974
01c52d31 99752006-03-03 Daniel Pittman <daniel@rimspace.net>
73043f7d 9976
01c52d31
MB
9977 * nnimap.el (nnimap-request-update-info-internal): Optimize.
9978 Don't `gnus-uncompress-range' to avoid excessive memory usage.
73043f7d 9979
01c52d31 99802006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
73043f7d 9981
01c52d31
MB
9982 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9983 is loaded.
7dafe00b 9984
01c52d31
MB
9985 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9986 loaded.
7dafe00b 9987
01c52d31 99882006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 9989
01c52d31
MB
9990 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9991 to "Emacs 23 (unicode)" in doc string.
7dafe00b 9992
01c52d31
MB
9993 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9994 "Emacs 23 (unicode)" in comment.
7dafe00b 9995
01c52d31 99962006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
7dafe00b 9997
01c52d31 9998 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7dafe00b 9999
01c52d31
MB
10000 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10001 characters 160 through 255 in Emacs 23.
7dafe00b 10002
01c52d31 100032006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 10004
01c52d31
MB
10005 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10006 gnus-article-browse-html-temp.
10007 (gnus-article-browse-delete-temp): Make it customizable. Add
10008 `file'. Adjust doc string.
10009 (gnus-article-browse-delete-temp-files): Add argument. Allow
10010 query for each file. Adjust doc string.
10011 (gnus-article-browse-html-parts): Add
10012 `gnus-article-browse-delete-temp-files' to
10013 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7dafe00b 10014
01c52d31 100152006-03-02 Hynek Schlawack <hynek@ularx.de>
7dafe00b 10016
01c52d31
MB
10017 * gnus-art.el (gnus-article-browse-html-temp)
10018 (gnus-article-browse-delete-temp): New variables.
10019 (gnus-article-browse-delete-temp-files): New function.
10020 (gnus-article-browse-html-parts): Use it.
7dafe00b 10021
01c52d31 100222006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 10023
01c52d31 10024 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7dafe00b 10025
01c52d31
MB
10026 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10027 string.
7dafe00b 10028
01c52d31
MB
10029 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10030 gnus-summary-insert-new-articles when unplugged. Remove
10031 gnus-summary-search-article-forward.
7dafe00b 10032
01c52d31
MB
10033 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10034 display-visual-class instead of display-color-cells.
7dafe00b 10035
01c52d31 100362006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7dafe00b 10037
01c52d31
MB
10038 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10039 message/* containing non-ASCII text properly.
7dafe00b 10040
01c52d31 100412006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 10042
01c52d31
MB
10043 * message.el: Require gmm-utils, remove autoloads.
10044 (message-tool-bar): Set default based on
10045 gmm-tool-bar-style.
10046 (message-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 10047
01c52d31
MB
10048 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10049 gmm-tool-bar-style.
10050 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 10051
01c52d31
MB
10052 * gnus-group.el (gnus-group-tool-bar): Set default based on
10053 gmm-tool-bar-style.
10054 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 10055
01c52d31
MB
10056 * gmm-utils.el (gmm-image-directory): Rename variable from
10057 gmm-image-load-path.
10058 (gmm-image-load-path): Use gmm-image-directory.
10059 (gmm-customize-mode): New function.
10060 (gmm-tool-bar-style): New variable.
7dafe00b 10061
01c52d31
MB
10062 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10063 gnus-group-redraw-line-number.
10064 (gnus-group-redraw-check): Simplify.
10065 (gnus-group-tool-bar-update): Remove redraw check.
10066 (gnus-group-make-tool-bar): Add redraw check.
447505b5 10067
01c52d31 100682006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
447505b5 10069
01c52d31 10070 * gnus-art.el (gnus-button): Add missing parentheses.
3031d8b0 10071
01c52d31 100722006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3031d8b0 10073
01c52d31 10074 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3031d8b0 10075
01c52d31 100762006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 10077
01c52d31
MB
10078 * gnus-art.el (gnus-button): New face.
10079 (gnus-article-button-face): Use it.
3031d8b0 10080
01c52d31
MB
10081 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10082 gnus-summary-next-page. Re-order.
3031d8b0 10083
01c52d31
MB
10084 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10085 next-node are now included.
10086 (gnus-group-redraw-line-number): New internal variable.
10087 (gnus-group-redraw-check): Helper function for updating the tool
10088 bar.
10089 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3031d8b0 10090
01c52d31 10091 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3031d8b0 10092
01c52d31
MB
10093 * spam.el (spam-spamassassin-score-regexp): New internal variable.
10094 (spam-extra-header-to-number, spam-check-spamassassin-headers):
10095 Use it to match format of Spamassassin 3.0 and later. Reported by
10096 IRIE Tetsuya <irie@t.email.ne.jp>.
10097 (spam-check-bogofilter)
10098 (spam-bogofilter-register-with-bogofilter): Fix args of
10099 `gnus-error' calls.
3031d8b0 10100
01c52d31 101012006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 10102
01c52d31
MB
10103 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10104 unnecessary interaction when sending queued mails. Reported by
10105 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3031d8b0 10106
01c52d31 101072006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 10108
01c52d31
MB
10109 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10110 first or last are nil.
3031d8b0 10111
01c52d31 101122006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3031d8b0 10113
01c52d31 10114 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3031d8b0 10115
01c52d31 101162006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3031d8b0 10117
01c52d31 10118 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3031d8b0 10119
01c52d31 101202006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
eab52f48 10121
01c52d31 10122 * dns.el (query-dns): Protect more against buggy tcp output.
eab52f48 10123
01c52d31 101242006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 10125
01c52d31
MB
10126 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10127 nov.php.
58090a8d 10128
01c52d31 101292006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
58090a8d 10130
01c52d31
MB
10131 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10132 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10133 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
10134 output on the server side.
10135 (nnweb-google-create-mapping): Update regexps and add some
10136 progress indication.
58090a8d 10137
01c52d31 101382006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 10139
01c52d31
MB
10140 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10141 gnus-agent-toggle-plugged. Re-order icons.
10142 (gnus-group-tool-bar-gnome): Add
10143 gnus-group-{prev,next}-unread-group.
10144 (gnus-group-tool-bar-gnome): Re-order icons.
58090a8d 10145
01c52d31
MB
10146 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10147 gnus-summary-insert-new-articles.
58090a8d 10148
01c52d31
MB
10149 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10150 comments.
58090a8d 10151
01c52d31
MB
10152 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
10153 also available in Emacs 21.3.
58090a8d 10154
01c52d31
MB
10155 * message.el (message-fix-before-sending): Change "Emacs 22" to
10156 "Emacs 23 (unicode)" in comment.
58090a8d 10157
01c52d31
MB
10158 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10159 "Emacs 23 (unicode)" in comment.
58090a8d 10160
01c52d31
MB
10161 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10162 comment.
10163 (mm-coding-system-p): Add comment about no-MULE XEmacs.
58090a8d 10164
01c52d31 10165 * mm-view.el (mm-fill-flowed): Add :version.
58090a8d 10166
01c52d31 101672006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
58090a8d 10168
01c52d31
MB
10169 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10170 and load-path.
58090a8d 10171
01c52d31 101722006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 10173
01c52d31
MB
10174 * message.el: Autoload gmm-image-load-path.
10175 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10176 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
10177 consitency.
58090a8d 10178
01c52d31
MB
10179 * gmm-utils.el (gmm-image-load-path): Also search in
10180 "../etc/images". Don't set gmm-image-load-path if we don't find
10181 the image.
58090a8d 10182
01c52d31 101832006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
58090a8d 10184
01c52d31
MB
10185 * gmm-utils.el (gmm-image-load-path): Don't make
10186 `gmm-image-load-path' include subdirectories which the second arg
10187 `image' might specify.
58090a8d 10188
01c52d31
MB
10189 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10190 subdirectory to icon file names.
58090a8d 10191
01c52d31 10192 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9872af18 10193
01c52d31 101942006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 10195
01c52d31
MB
10196 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10197 gmm-image-load-path calls.
58090a8d 10198
01c52d31 10199 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
58090a8d 10200
01c52d31 10201 * message.el (message-make-tool-bar): Ditto.
58090a8d 10202
01c52d31 10203 * mml.el (mml-preview): Added comment concerning tool bar icons.
58090a8d 10204
01c52d31
MB
10205 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10206 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
58090a8d 10207
01c52d31
MB
10208 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10209 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9d64cd13 10210
01c52d31
MB
10211 * message.el (message-tool-bar-gnome): Use new icon names.
10212 (message-make-tool-bar): Use `gmm-image-load-path'.
9d64cd13 10213
01c52d31
MB
10214 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10215 functions from MH-E.
10216 (gmm-image-load-path): New variable from MH-E.
10217 (gmm-image-load-path): New function from MH-E. Added arguments
10218 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
10219 *-image-load-path-called-flag.
4c2ad11d 10220
01c52d31 102212006-02-21 Milan Zamazal <pdm@brailcom.org>
4c2ad11d 10222
01c52d31 10223 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
f129a4df 10224
01c52d31 102252006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
f129a4df 10226
01c52d31
MB
10227 * nnimap.el (nnimap-request-move-article): Change folder back to
10228 source group before deleting.
6586e9c9 10229
01c52d31 102302006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
6586e9c9 10231
01c52d31 10232 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
e8beac8a 10233
01c52d31
MB
10234 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10235 mm-url.
e8beac8a 10236
01c52d31 10237 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
e8beac8a 10238
01c52d31 102392006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
e8beac8a 10240
01c52d31
MB
10241 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10242 coding system which mm-charset-to-coding-system returns for a
10243 given charset is valid.
e8beac8a 10244
01c52d31 102452006-02-16 Juanma Barranquero <lekktu@gmail.com>
e8beac8a 10246
01c52d31
MB
10247 * html2text.el (html2text-remove-tag-list):
10248 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
e8beac8a 10249
01c52d31 102502006-02-14 Chong Yidong <cyd@stupidchicken.com>
e8beac8a 10251
01c52d31 10252 * gnus-cus.el: Revert 2005-10-17 change.
e8beac8a 10253
01c52d31 102542006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
3b059693 10255
01c52d31
MB
10256 * gnus-art.el (article-strip-banner): Call
10257 article-really-strip-banner only when the regexp match is made.
3b059693 10258
01c52d31 102592006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
3b059693 10260
01c52d31
MB
10261 * gnus-art.el (article-strip-banner): Use
10262 gnus-extract-address-components instead of
10263 mail-header-parse-addresses to make it work with non-ASCII text;
10264 remove mail-encode-encoded-word-string.
3b059693 10265
01c52d31
MB
10266 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10267 values which are surrounded with \"...\"; make it never cause a
10268 Lisp error; give up parsing of parameters if it failed in
10269 extracting type.
3b059693 10270
880820fe 102712006-02-14 Arne Jørgensen <arne@arnested.dk>
3b059693 10272
01c52d31
MB
10273 * smime.el (smime-cert-by-ldap-1): Fix bug where
10274 `smime-ldap-search' returns results without userCertificates.
ab513ed4 10275
01c52d31 102762006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
ab513ed4 10277
01c52d31 10278 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
28e48287 10279
01c52d31 102802006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
28e48287 10281
01c52d31
MB
10282 * spam.el (spam-check-spamassassin-headers): Adapt format for
10283 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
10284 <ari@mbf.ocn.ne.jp>.
10285 (spam-list-of-processors): Add spam-use-gmane.
2a0d53ac 10286
01c52d31 102872006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
2a0d53ac 10288
01c52d31
MB
10289 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10290 make-temp-file; make it work with XEmacs as well.
9516b9f4 10291
01c52d31
MB
10292 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10293 mm-make-temp-file.
9516b9f4 10294
01c52d31
MB
10295 * mm-decode.el (mm-display-external): Use the 3rd arg of
10296 mm-make-temp-file.
10297 (mm-create-image-xemacs): Ditto.
9516b9f4 10298
01c52d31 102992006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
9516b9f4 10300
01c52d31
MB
10301 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10302 with message-narrow-to-headers.
10303 (gnus-draft-setup): Narrow to header to run message-fetch-field.
10304 (gnus-draft-check-draft-articles): New function.
10305 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9516b9f4 10306
01c52d31 103072006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
9516b9f4 10308
01c52d31
MB
10309 * gnus-art.el (gnus-article-browse-html-parts):
10310 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10311 Don't use suffix argument for mm-make-temp-file for Emacs 21
10312 compatibility. Remove useless `format'.
292f71fe 10313
01c52d31 103142006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
292f71fe 10315
01c52d31
MB
10316 * nnweb.el (nnweb-google-wash-article): Update regexps.
10317 (nnweb-group-alist): Use defvoo instead of defvar.
292f71fe 10318
01c52d31 103192006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
292f71fe 10320
01c52d31
MB
10321 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10322 re-loading nn* modules.
292f71fe 10323
01c52d31 103242006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
292f71fe 10325
01c52d31
MB
10326 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10327 for `tool-bar-mode' and don't check it's default-value.
292f71fe 10328
01c52d31 10329 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
292f71fe 10330
01c52d31 10331 * message.el (message-make-tool-bar): Ditto.
292f71fe 10332
01c52d31
MB
10333 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10334 `substring'. Shorten tmp-file name.
292f71fe 10335
01c52d31 10336 * gnus.el: Remove bogus comment.
292f71fe 10337
01c52d31 103382006-02-10 Hynek Schlawack <hynek@ularx.de>
bd2cef66 10339
01c52d31
MB
10340 * gnus-art.el (gnus-article-browse-html-parts): New function.
10341 (gnus-article-browse-html-article): New function for viewing html
10342 articles with a browser.
bd2cef66 10343
01c52d31 103442006-02-09 Daiki Ueno <ueno@unixuser.org>
ffda926c 10345
01c52d31
MB
10346 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10347 (mml2015-pgg-encrypt): Ditto.
ffda926c 10348
01c52d31
MB
10349 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10350 (mml1991-pgg-encrypt): Ditto.
f5fab556 10351
01c52d31 103522006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
f5fab556 10353
01c52d31
MB
10354 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10355 message-make-date instead of current-time-string.
4b9f0de2 10356
01c52d31
MB
10357 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10358 to gnus-decoded which mm-uu might set.
4b9f0de2 10359
01c52d31 103602006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
710f2e1b 10361
01c52d31
MB
10362 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10363 don't decode quoted parameters; remove misimported Emacs code.
10364 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10365 (rfc2231-decode-encoded-string): Don't use split-string which
10366 behaves differently according to Emacs version; use
10367 mm-decode-coding-region to convert charset to coding-system.
10368 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10369 (rfc2231-encode-string): Remove misimported Emacs code.
710f2e1b 10370
01c52d31 103712006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
20051b27 10372
01c52d31
MB
10373 * gnus-art.el (article-decode-charset): Don't use ignore-errors
10374 when calling mail-header-parse-content-type.
10375 (article-de-quoted-unreadable): Ditto.
10376 (article-de-base64-unreadable): Ditto.
10377 (article-wash-html): Ditto.
20051b27 10378
01c52d31
MB
10379 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10380 calling mail-header-parse-content-type and
10381 mail-header-parse-content-disposition.
10382 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10383 mail-header-parse-content-type.
82259e50 10384
01c52d31
MB
10385 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10386 insert charset and format parameters; encode description after
10387 inserting it to buffer.
10388 (mml-insert-parameter): Fold lines properly even if a parameter is
10389 segmented into two or more lines; change the max column to 76.
82259e50 10390
01c52d31
MB
10391 * rfc1843.el (rfc1843-decode-article-body): Don't use
10392 ignore-errors when calling mail-header-parse-content-type.
46f93472 10393
01c52d31
MB
10394 * rfc2231.el (rfc2231-parse-string): Return at least type if
10395 possible; don't cause an error even if it fails in parsing of
10396 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10397 (rfc2231-encode-string): Don't break lines at the beginning, leave
10398 it to mml-insert-parameter.
46f93472 10399
01c52d31
MB
10400 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10401 calling mail-header-parse-content-type.
d3a597b7 10402
01c52d31 104032006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
d3a597b7 10404
01c52d31
MB
10405 * spam-report.el (spam-report-gmane-use-article-number):
10406 Improve doc string.
10407 (spam-report-gmane-internal): Check if a suitable header was found
10408 in the article.
8753ddee 10409
01c52d31 104102006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
8753ddee 10411
01c52d31
MB
10412 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10413 (rfc2231-encode-string): Make param*=value always begin with LWSP.
8753ddee 10414
01c52d31 104152006-02-05 Romain Francoise <romain@orebokech.com>
8753ddee 10416
01c52d31 10417 Update copyright notices of all files in the gnus directory.
8753ddee 10418
01c52d31 104192006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
8753ddee 10420
01c52d31 10421 * nnweb.el (nnweb-request-group): Avoid growing overview files.
bbcb5072 10422
01c52d31 104232006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
bbcb5072 10424
01c52d31
MB
10425 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10426 segmented lines of parameter value to cope with Thunderbird 1.5
10427 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10428 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10429 (rfc2231-encode-string): Don't make lines exceeding 76 column.
c615a00c 10430
01c52d31 104312006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
c615a00c 10432
01c52d31
MB
10433 * mml.el (mml-generate-mime-1): Correct the order of inline signed
10434 parts.
a33704bb 10435
01c52d31 104362006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
a33704bb 10437
01c52d31
MB
10438 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10439 there's only one active file for all servers.
10440 (nnweb-request-scan): Make sure nnweb-articles is initialized on
10441 solid groups. Gnus might have used a FAST request to select the group.
10442 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10443 and nnweb-search redundantly in the active file.
10444 (nnweb-request-list): Don't list bogus groups. There can only be one.
10445 (nnweb-request-create-group): Don't use ARGS.
10446 (nnweb-possibly-change-server, nnweb-request-group): Remove some
10447 initialisations. Let nnoo do the work.
a33704bb 10448
01c52d31 104492006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
a33704bb 10450
01c52d31
MB
10451 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10452 Say the part has been decoded.
a33704bb 10453
01c52d31 10454 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
a33704bb 10455
01c52d31 104562006-01-31 Kevin Ryde <user42@zip.com.au>
53cfefc8 10457
01c52d31
MB
10458 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10459 mailcap-viewer-test-cache when there's no 'test clause, since that
10460 will invert the meaning of a "nil" test previously determined by
10461 mailcap-mailcap-entry-passes-test.
53cfefc8 10462
01c52d31 104632006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
53cfefc8 10464
01c52d31
MB
10465 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10466 compiling.
53cfefc8 10467
01c52d31 10468 * gnus-sum.el: Ditto.
53cfefc8 10469
01c52d31 10470 * message.el: Don't bind tool-bar-map when compiling.
53cfefc8 10471
01c52d31 104722006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
53cfefc8 10473
01c52d31 10474 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
53cfefc8 10475
01c52d31 104762006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
53cfefc8 10477
01c52d31
MB
10478 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10479 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10480 current Google Groups.
53cfefc8 10481
01c52d31 104822006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
53cfefc8 10483
01c52d31
MB
10484 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10485 and tool-bar-mode.
66841476 10486
01c52d31
MB
10487 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10488 and tool-bar-mode.
66841476 10489
01c52d31
MB
10490 * message.el (message-tool-bar-update): Simplify.
10491 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
81df110a 10492
01c52d31
MB
10493 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10494 gnus-summary-buffer.
10495 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10496 gnus-summary-reply.
81df110a 10497
01c52d31 10498 * gmm-utils.el (gmm): Add :version.
5fae1cae 10499
01c52d31 105002006-01-26 Steve Youngs <steve@sxemacs.org>
5fae1cae 10501
01c52d31
MB
10502 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10503 autoload.
5fae1cae 10504
01c52d31 105052006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5fae1cae 10506
01c52d31 10507 * gmm-utils.el (gmm-verbose): Add :group.
5fae1cae 10508
01c52d31 105092006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
c4fbd740 10510
01c52d31 10511 * message.el: Change some comments WRT tool-bars.
81df110a 10512
01c52d31
MB
10513 * gnus-sum.el (gnus-summary-tool-bar)
10514 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10515 (gnus-summary-tool-bar-zap-list): New variables.
10516 (gnus-summary-make-tool-bar): Complete rewrite using
10517 `gmm-tool-bar-from-list'.
430d3ed7 10518
01c52d31
MB
10519 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10520 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10521 variables.
10522 (gnus-group-make-tool-bar): Complete rewrite using
10523 `gmm-tool-bar-from-list'.
10524 (gnus-group-tool-bar-update): New function.
430d3ed7 10525
01c52d31 10526 * message.el (message-mode-field-menu): Add "Show hidden Headers".
430d3ed7 10527
01c52d31 105282006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
430d3ed7 10529
01c52d31
MB
10530 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10531 is dissected into a single part of which the type is the same as
10532 the given one; decode charset.
6ff5b064 10533
01c52d31 105342006-01-21 Kevin Ryde <user42@zip.com.au>
6ff5b064 10535
01c52d31
MB
10536 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10537 into alists as symbol not string, since that's what
10538 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10539 look for.
a8f6d239 10540
01c52d31 105412006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
a8f6d239 10542
01c52d31
MB
10543 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10544 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
a8f6d239 10545
01c52d31 10546 * message.el (message-tool-bar-gnome): Use gmm-ignore.
a8f6d239 10547
01c52d31 105482006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
d752cf53 10549
01c52d31
MB
10550 * gnus-art.el (gnus-mime-security-button-commands): New variable.
10551 (gnus-mime-security-button-menu): New definition.
10552 (gnus-mime-security-button-map): Use them.
10553 (gnus-mime-security-button-menu): New function.
10554 (gnus-insert-mime-security-button): Addition to help echo.
10555 (gnus-mime-security-run-function, gnus-mime-security-save-part)
10556 (gnus-mime-security-pipe-part): New functions.
d752cf53 10557
01c52d31
MB
10558 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10559 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
d752cf53 10560
01c52d31
MB
10561 * mm-decode.el (mm-handle-set-disposition): Remove.
10562 (mm-handle-set-description): Remove.
d752cf53 10563
01c52d31 105642006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
d752cf53 10565
01c52d31
MB
10566 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10567 (mm-w3m-standalone-supports-m17n-p): New function.
10568 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10569 w3m usage.
d752cf53 10570
01c52d31
MB
10571 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10572 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
d752cf53 10573
01c52d31 105742006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
d752cf53 10575
01c52d31
MB
10576 * message.el (message-tool-bar-zap-list): Use
10577 gmm-tool-bar-zap-list as custom type.
10578 (message-tool-bar-update): New function.
10579 (message-tool-bar, message-tool-bar-gnome)
10580 (message-tool-bar-retro): Add message-tool-bar-update.
10581 (message-tool-bar-gnome): Add flyspell-buffer.
d752cf53 10582
01c52d31 10583 * gnus-util.el (gnus-error): Describe `args'.
4a2358e9 10584
01c52d31
MB
10585 * gmm-utils.el (gmm-error): Describe `args'.
10586 (gmm-tool-bar-zap-list): New widget.
10587 (gmm-tool-bar-from-list): Improve description of `zap-list'.
4a2358e9 10588
01c52d31 105892006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4a2358e9 10590
01c52d31
MB
10591 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10592 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10593 the number of recursive calls.
4a2358e9 10594
01c52d31
MB
10595 * mm-decode.el (mm-handle-set-disposition): New macro.
10596 (mm-handle-set-description): New macro.
4a2358e9 10597
01c52d31 105982006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4a2358e9 10599
01c52d31
MB
10600 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10601 encoding.
4a2358e9 10602
01c52d31 106032006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
4a2358e9 10604
01c52d31
MB
10605 * message.el (message-tool-bar-zap-list, message-tool-bar)
10606 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10607 (message-tool-bar-local-item-from-menu): Remove.
10608 (message-tool-bar-map): Replace by `message-make-tool-bar'.
10609 (message-make-tool-bar): New function.
10610 (message-mode): Use `message-make-tool-bar'.
4a2358e9 10611
01c52d31
MB
10612 * gmm-utils.el: New file.
10613 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10614 (gmm-lazy): New widget copied from `nnmail.el'.
10615 (gmm-tool-bar-from-list): New function for creating customizable
10616 tool bars.
10617 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
10618 output.
10619 (gmm): Add :prefix to defgroup.
4a2358e9 10620
01c52d31 106212006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
4a2358e9 10622
01c52d31 10623 * gmm-utils.el (gmm-widget-p): New function.
4a2358e9 10624
01c52d31 106252006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
4a2358e9 10626
01c52d31
MB
10627 * mml.el (mml-attach-file): Describe `description' in doc string.
10628 (mml-menu): Add Emacs MIME manual and PGG manual.
4a2358e9 10629
01c52d31 106302006-01-20 Richard M. Stallman <rms@gnu.org>
4a2358e9 10631
01c52d31 10632 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
4a2358e9 10633
01c52d31 106342006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
4a2358e9 10635
01c52d31 10636 * nntp.el (nntp-end-of-line): Doc fix.
4a2358e9 10637
01c52d31 106382006-01-20 Chong Yidong <cyd@stupidchicken.com>
4a2358e9 10639
01c52d31
MB
10640 * imap.el (imap-open): Handle case where buffer is a buffer
10641 object.
41e11121 10642
01c52d31 106432005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
41e11121 10644
01c52d31
MB
10645 * gnus-delay.el (gnus-delay): Don't autoload.
10646 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10647 to be re-loaded when customizing the `gnus-delay' group.
f3f01d5d 10648
01c52d31 106492005-01-20 Chong Yidong <cyd@stupidchicken.com>
f3f01d5d 10650
01c52d31 10651 * message.el (message-insert-citation-line): Use newlines.
f3f01d5d 10652
01c52d31 106532006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
f3f01d5d 10654
01c52d31 10655 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
bcc7dd61 10656
01c52d31 10657 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
bcc7dd61 10658
01c52d31 106592006-01-19 Mark D. Baushke <mdb@gnu.org>
bcc7dd61 10660
01c52d31 10661 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
bcc7dd61 10662
01c52d31 106632006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
bcc7dd61 10664
01c52d31
MB
10665 * mm-decode.el (mm-inlined-types): Add application/pgp.
10666 (mm-automatic-display): Ditto.
11e22c4a 10667
01c52d31
MB
10668 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10669 part as text.
11e22c4a 10670
01c52d31 106712006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11e22c4a 10672
01c52d31
MB
10673 * nnrss.el: Update copyright.
10674 (nnrss-opml-import): Query whether to subscribe to each entry.
97f78c9b 10675
01c52d31
MB
10676 * gnus-art.el:
10677 * gnus-sum.el:
10678 * mm-uu.el:
10679 * mm-view.el: Update copyright.
97f78c9b 10680
01c52d31 106812006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
97f78c9b 10682
01c52d31
MB
10683 * message.el (message-info): New function.
10684 (message-mode-menu): Add it.
10685 Update copyright.
97f78c9b 10686
01c52d31 10687 * ChangeLog: Fix and update copyright.
97f78c9b 10688
01c52d31 106892006-01-13 Romain Francoise <romain@orebokech.com>
afea040a 10690
01c52d31
MB
10691 * message.el (message-forward-subject-name-subject): Prefer the
10692 address to 'nowhere' if the sender has no name.
10693 Fix typo. Update copyright year.
97f78c9b 10694
01c52d31 106952006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
afea040a 10696
01c52d31
MB
10697 * gnus-art.el (article-wash-html): Use
10698 gnus-summary-show-article-charset-alist if a numeric arg is given.
10699 (gnus-article-wash-html-with-w3m-standalone): New function.
afea040a 10700
01c52d31
MB
10701 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10702 mm-inline-text-html-render-with-w3m-standalone.
10703 (mm-text-html-washer-alist): Map w3m-standalone to
10704 gnus-article-wash-html-with-w3m-standalone.
10705 (mm-inline-text-html-render-with-w3m-standalone): New function.
afea040a 10706
01c52d31 107072006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
afea040a 10708
01c52d31
MB
10709 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10710 Improve LaTeX.
4b91459a 10711
01c52d31 107122006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
4b91459a 10713
01c52d31
MB
10714 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10715 (nnrss-request-article): Render text/plain parts as HTML.
4b91459a 10716
01c52d31
MB
10717 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10718 the buffer.
4b91459a 10719
01c52d31 107202006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
4b91459a 10721
01c52d31
MB
10722 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10723 custom definition of `gnus-posting-styles'.
d44e3b45 10724
01c52d31
MB
10725 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10726 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
d44e3b45 10727
01c52d31 107282006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
4b91459a 10729
01c52d31
MB
10730 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10731 Use nntp for bug archive.
4b91459a 10732
01c52d31 107332006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
c03ac728 10734
01c52d31
MB
10735 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10736 parts.
10737 (nnrss-normalize-date): New function converts ISO 8601 date into
10738 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
10739 (nnrss-check-group): Use it.
c03ac728 10740
01c52d31 107412006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
d8a88581 10742
01c52d31 10743 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
d8a88581 10744
01c52d31
MB
10745 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10746 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
10747 (nnrss-insert-w3): Ditto.
d8a88581 10748
01c52d31 107492005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
d8a88581 10750
01c52d31
MB
10751 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10752 the articles to be forwarded including the case where neither a
10753 number of articles nor a region is specified.
d8a88581 10754
01c52d31 107552005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7573397b 10756
01c52d31
MB
10757 * nnrss.el (nnrss-request-article): Fix last change; fill
10758 text/plain parts.
7573397b 10759
01c52d31 107602005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
7573397b 10761
01c52d31
MB
10762 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10763 in text/plain part.
10764 (nnrss-check-group): Don't add excessive newline to dc:subject.
bcc7dd61 10765
01c52d31 107662005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
bcc7dd61 10767
01c52d31
MB
10768 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10769 article.
9ebc3953 10770
01c52d31 107712005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9ebc3953 10772
01c52d31
MB
10773 * nnml.el: Don't require gnus-bcklg. Autoload it.
10774 (nnml-use-compressed-files, nnml-save-mail): Support other
10775 comression programs such as bzip2.
7929f858 10776
01c52d31 107772005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7929f858 10778
01c52d31
MB
10779 * dns.el (query-dns): Make sure we check the buffer size before
10780 removing tcp headers.
7929f858 10781
01c52d31 107822005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
ead25b5c 10783
01c52d31
MB
10784 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10785 remove MIME buttons associated with multipart/alternative parts.
10786 (gnus-mime-display-alternative): Tag buttons using `article-type'
10787 text property.
ead25b5c 10788
01c52d31
MB
10789 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10790 associated with multipart/alternative parts.
ead25b5c 10791
01c52d31 10792 * gnus-art.el (gnus-signature-separator): Fix custom type.
8774406b 10793
01c52d31
MB
10794 * mm-decode.el (mm-inlined-types): Fix custom type.
10795 (mm-keep-viewer-alive-types): Ditto.
10796 (mm-automatic-display): Ditto.
10797 (mm-attachment-override-types): Ditto.
10798 (mm-inline-override-types): Ditto.
10799 (mm-automatic-external-display): Ditto.
8774406b 10800
01c52d31 108012005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
a0ec7a4a 10802
01c52d31
MB
10803 * spam-report.el (spam-report-user-mail-address)
10804 (spam-report-user-agent): New variables.
10805 (spam-report-url-ping-plain): Use spam-report-user-agent.
a0ec7a4a 10806
01c52d31 108072005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
59fda2fa 10808
01c52d31
MB
10809 * gnus-art.el (gnus-button-handle-custom): Do not just use
10810 `customize-apropos' for any "M-x customize-*" button but the
10811 function called for. Accept both the function name and its
10812 argument in order to achieve this.
10813 (gnus-button-alist): Remove support for "custom:" URL's. Pass
10814 function name to `gnus-button-handle-custom' in case of "M-x
10815 customize-*" buttons.
59fda2fa 10816
01c52d31 108172005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
59fda2fa 10818
01c52d31
MB
10819 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10820 multipart/alternative and add xref to mm-discouraged-alternatives
10821 in doc string.
7d0c69be 10822
01c52d31
MB
10823 * mm-decode.el (mm-discouraged-alternatives): Add xref to
10824 gnus-buttonized-mime-types in doc string.
7d0c69be 10825
01c52d31 108262005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
d6697c02 10827
01c52d31
MB
10828 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10829 Suggest image/.* in the doc string.
d6697c02 10830
01c52d31 108312005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
d6697c02 10832
01c52d31
MB
10833 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10834 message-marks (Debian bug #342521).
d6697c02 10835
01c52d31 108362005-12-12 Simon Josefsson <jas@extundo.com>
84861437 10837
01c52d31
MB
10838 * password.el (password-read-from-cache): Add.
10839 (password-read): Use it.
84861437 10840
01c52d31 108412005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
84861437 10842
01c52d31
MB
10843 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10844 us-ascii as a MIME charset.
3338c0ad 10845
01c52d31
MB
10846 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10847 against the case where the 2nd arg TYPE is nil.
3338c0ad 10848
01c52d31 108492005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
9180519b 10850
01c52d31 10851 * pop3.el (pop3-stream-type): Fix custom version.
9180519b 10852
01c52d31 10853 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9180519b 10854
01c52d31 108552005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
23873c96 10856
01c52d31 10857 * mm-decode.el (mm-display-external): Add missing cdr.
23873c96 10858
01c52d31 108592005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
b66c24b4 10860
01c52d31
MB
10861 * mm-decode.el (mm-display-external): Use nametemplate (defined in
10862 RFC1524) if it is in mailcap or add a suffix according to
10863 mailcap-mime-extensions when generating a temp filename; postpone
10864 deleting a temp file for 2 seconds for some wrappers, shell
10865 scripts, and so on, which might exit right after having started a
10866 viewer command as a background job.
10867
108682005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
10869
10870 * nntp.el (nntp-marks-directory): Fix custom group.
10871
10872 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10873 steps when < 10.
10874
10875 * gnus-start.el (gnus-no-server-1): Mention
10876 `gnus-level-default-subscribed' in doc string.
10877
108782005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10879
10880 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10881 parens.
10882
108832005-11-26 Dave Love <fx@gnu.org>
10884
10885 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10886 (tls-program, tls-success): Provide openssl alternative.
10887
10888 * starttls.el: Doc fixes.
10889 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10890 SERVICE to PORT.
10891
002876ab 10892 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
01c52d31
MB
10893 port null or service name.
10894 (starttls-negotiate): Autoload.
10895
108962005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
10897
10898 * message.el (message-kill-to-signature): Fix interactive spec.
10899
109002005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
10901
10902 * pop3.el (pop3-open-server): Recognize a string as a service name.
10903
109042005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
10905
10906 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10907
109082005-11-23 Dave Love <fx@gnu.org>
10909
10910 Add pop3s, pop3/starttls.
10911
10912 * pop3.el (pop3-authentication-scheme): Clarify doc.
10913 (open-tls-stream, starttls-open-stream): Autoload.
10914 (pop3-stream-type): New.
10915 (pop3-open-server): Use it.
10916
10917 * mail-source.el (mail-sources): Fix some :types. Add stream type
10918 for POP.
10919 (mail-source-keyword-map): Add :stream for POP.
10920 (mail-source-fetch-pop): Use pop3-stream-type.
10921
109222005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
10923
10924 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10925 of current-time-string.
10926
109272005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
10928
10929 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10930 date header.
10931
109322005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
10933
10934 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10935 it can seriously impact performance as it bypasses the agent's
10936 local caches.
10937
109382005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
10939
10940 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10941 must be explicitly online rather than "not explicitly offline" for
10942 its flags to be synchronized.
10943
10944 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10945 that gnus-uu-unmark-thread will function correctly.
10946
10947 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10948 1024K is instead displayed as 1M.
10949
109502005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10951
10952 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10953
109542005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
10955
10956 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10957
109582005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
10959
10960 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10961 error message to display actual error condition.
10962 (gnus-agent-save-local): Avoid saving symbols that are bound to
10963 nil as they simply result in a warning message in
10964 gnus-agent-read-local.
10965
109662005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
10967
10968 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10969 rather than make-variable-buffer-local for file-precious-flag.
10970
109712005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
10972
10973 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10974 for duplicates which are removed. The invalid sort check then
10975 triggers a rescan after the sort as sorting may have moved
10976 duplicate entries such that they can be cheaply detected.
10977
109782005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
10979
10980 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10981
109822005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
10983
10984 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10985 internal variable to a custom variable. Changed default value
10986 from compressed(2) to uncompressed(1).
10987 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10988 support for uncompressed agentview files. Taken together, reading
10989 the agentview file should now be 6-7 times faster.
10990
109912005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
10992
10993 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10994 as a buffer-local variable. This avoids creating truncated
10995 dribble files as a result of a hang up, eg.
10996
109972005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
10998
10999 * gnus-start.el (gnus-start-draft-setup): Enforce
11000 `gnus-draft-mode' for nndraft:drafts at startup.
11001
11002 * gnus.el (gnus-splash): Change custom group.
11003 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11004 allow-list argument.
11005
11006 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11007 string.
11008
110092005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
11010
11011 * gnus-art.el (gnus-default-article-saver): Add user-defined
11012 `function' to custom type.
11013
110142005-10-30 Chong Yidong <cyd@stupidchicken.com>
11015
11016 * imap.el (imap-open): Handle case where buffer is a buffer
11017 object.
11018
110192005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
11020
11021 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11022 long lines.
11023 (gnus-cache-delete-group): Wrap doc strings.
11024
11025 * gnus-agent.el (gnus-agent-rename-group)
11026 (gnus-agent-delete-group): Wrap doc strings.
11027
01c52d31
MB
110282005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11029
11030 * gnus-start.el (gnus-1): Add "native" to
11031 gnus-predefined-server-alist.
11032
11033 * gnus.el (gnus-method-to-server): Don't add "native" to the
11034 lists here, because that leads to problems when
11035 gnus-select-method is bound.
11036
110372005-11-09 Simon Josefsson <jas@extundo.com>
11038
11039 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11040 use (not sort-by-date) instead.
11041
110422005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
11043
11044 * gnus-delay.el (gnus-delay-group): Don't autoload.
11045 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11046 to be re-loaded when customizing the `gnus-delay' group.
11047
110482005-11-19 Chong Yidong <cyd@stupidchicken.com>
11049
11050 * message.el: Revert last changes.
11051 (message-insert-citation-line): Use newlines.
11052
110532005-11-17 Chong Yidong <cyd@stupidchicken.com>
11054
11055 * message.el (message-courtesy-message)
11056 (message-mark-insert-begin, message-mark-insert-end)
11057 (message-elide-ellipsis, message-cancel-message)
11058 (message-add-header, message-change-subject)
11059 (message-cross-post-followup-to-header)
11060 (message-cross-post-insert-note, message-reduce-to-to-cc)
11061 (message-widen-reply, message-delete-not-region)
11062 (message-kill-to-signature, message-insert-signature)
11063 (message-insert-importance-high, message-insert-importance-low)
11064 (message-insert-or-toggle-importance)
11065 (message-insert-disposition-notification-to)
11066 (message-indent-citation, message-yank-original)
11067 (message-cite-original-without-signature, message-cite-original)
11068 (message-insert-citation-line, message-position-on-field)
11069 (message-fix-before-sending, message-send-mail-partially)
11070 (message-send-mail, message-send-mail-with-sendmail)
11071 (message-send-mail-with-qmail, message-send-news)
11072 (message-check-news-header-syntax, message-generate-headers)
11073 (message-insert-courtesy-copy, message-fill-address)
11074 (message-fill-header, message-shorten-references)
11075 (message-setup-1, message-cancel-news)
11076 (message-forward-make-body-plain, message-forward-make-body-mime)
11077 (message-forward-make-body-mml, message-encode-message-body)
11078 (message-forward-make-body-digest-plain)
11079 (message-forward-make-body-digest-mime)
11080 (message-use-alternative-email-as-from): Insert `hard-newline'
11081 instead of ordinary newlines.
11082
110832005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
11084
11085 * message.el (message-generate-headers): Downcase the argument
11086 given to message-check-element.
11087
110882005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
11089
11090 * nntp.el (nntp-authinfo-rejected): New error condition.
11091 (nntp-wait-for): Use new error condition to signal authentication
11092 error.
11093 (nntp-retrieve-data): Rethrow new error condition to break out of
11094 recursive call to nntp-send-authinfo.
11095
110962005-11-08 Romain Francoise <romain@orebokech.com>
11097
11098 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11099 (gnus-summary-exit-map): Bind to `Z p'.
11100 (gnus-summary-make-menu-bar): Add menu item.
11101
111022005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
11103
11104 * gnus-art.el (gnus-article-treat-custom): Add `first'.
11105 (gnus-treat-*): Add `first' in all doc strings.
11106
11107 * gnus-group.el (gnus-group-compact-group): Fix typo.
11108
111092005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
11110
11111 * gnus.el (gnus-parameters-case-fold-search): New variable.
11112 (gnus-parameters-get-parameter): Use it.
11113
11114 * gnus-score.el (gnus-home-score-file): Doc fix.
11115
111162005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
11117
11118 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11119
111202005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
11121
11122 * mm-util.el (mm-special-display-p): New function.
11123
11124 * mml.el (mml-preview): Use it; doc fix.
11125
111262005-10-29 Romain Francoise <romain@orebokech.com>
11127
11128 * message.el (message-fix-before-sending): Fix comment.
11129
111302005-10-29 Jari Aalto <jari.aalto@cante.net>
11131
11132 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11133
111342005-10-29 Jari Aalto <jari.aalto@cante.net>
11135
11136 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11137 Used in gnus-score.el.
11138
111392005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11140
11141 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11142
111432005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
11144
11145 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11146 whitespace removed in revision 7.8. Use concatenated string to
11147 protect trailing whitespace.
11148
880820fe 111492005-10-27 Jouni K. Seppänen <jks@iki.fi>
01c52d31
MB
11150
11151 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11152 (nnimap-request-expire-articles): Use it to avoid sending 'UID
11153 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11154 Courier IMAP ("some version from 2004"). Mostly based on similar
11155 code in the same function.
11156
111572005-10-26 Didier Verna <didier@xemacs.org>
11158
002876ab 11159 * gnus-group.el (gnus-group-compact-group): Invalidate original
01c52d31 11160 article buffer.
002876ab 11161 * gnus-srvr.el (gnus-server-compact-server): Ditto.
c9e31f32 11162 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
01c52d31
MB
11163 NOV database and in article itself.
11164 Invalidate article backlog.
11165
111662005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
11167
11168 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11169
111702005-10-26 Simon Josefsson <jas@extundo.com>
11171
11172 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11173 part of 2004-07-25 change.
11174
111752005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
11176
11177 * message.el (message-display-completion-list): New function.
11178 (message-expand-group): Use it; make sure the Completions buffer
11179 is modifiable.
11180
111812005-10-30 Chong Yidong <cyd@stupidchicken.com>
11182
c9e31f32 11183 * imap.el (imap-open): Handle case where buffer is a buffer object.
01c52d31
MB
11184
111852005-10-24 Eli Zaretskii <eliz@gnu.org>
11186
11187 * pgg-def.el:
11188 * pgg-gpg.el:
11189 * pgg-parse.el:
11190 * pgg-pgp.el:
11191 * pgg-pgp5.el:
11192 * pgg.el: Move to the parent lisp directory.
11193
111942005-10-23 Chong Yidong <cyd@stupidchicken.com>
11195
11196 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11197 user-mail-name is an empty string.
11198
111992005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
11200
11201 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11202 depending on gnus-score-decay-constant.
11203
11204 * encrypt.el (encrypt-insert-file-contents)
11205 (encrypt-write-file-contents): Don't use `gnus-message'.
11206
11207 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11208 arguments.
11209 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
11210 arguments to mm-uu-verbatim-marks-extract.
11211 (mm-uu-hide-markers): New variable.
11212 (mm-uu-extract): Use face similar to `gnus-cite-3'.
11213
11214 * gnus-fun.el (gnus-convert-image-to-x-face-command)
11215 (gnus-convert-image-to-face-command): Use "convert" by default to
11216 allow other input image formats.
11217 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11218 accordingly.
11219
112202005-10-23 Simon Josefsson <jas@extundo.com>
11221
11222 * imap.el (imap-gssapi-program): Align command line parameters
11223 with latest GNU SASL.
11224 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11225
112262005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11227
11228 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11229 HTML.
11230 (nnslashdot-request-article): Ditto.
11231
112322005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
11233
11234 * mail-source.el (mail-source-fetch-pop): Require pop3.
11235 (mail-source-check-pop): Ditto.
11236
112372005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
11238
11239 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11240 errors.
11241
112422005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
11243
11244 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11245 (gnus-treat-strip-leading-blank-lines): Improve doc string.
11246
11247 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11248
11249 * mm-bodies.el (mm-decode-string): Call
11250 `mm-charset-to-coding-system' with allow-override argument.
11251
112522005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11253
11254 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11255 (rfc2047-charset-to-coding-system): New function.
11256 (rfc2047-decode-encoded-words): New function.
11257 (rfc2047-decode-region): Use them.
11258 (rfc2047-decode-cte): Remove.
11259 (rfc2047-parse-and-decode): Remove.
11260 (rfc2047-decode): Remove.
11261
112622005-10-15 Kenichi Handa <handa@m17n.org>
11263
11264 * rfc2047.el (rfc2047-decode-cte): New function.
11265 (rfc2047-decode-region): Change the way to decode successive
11266 encoded-words: decode B- or Q-encoding in each encoded-word,
11267 concatenate them, and decode it as charset.
11268
112692005-10-17 Chong Yidong <cyd@stupidchicken.com>
11270
11271 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
11272 widget-move-and-invoke.
11273 (gnus-custom-mode): Use gnus-custom-map.
11274
112752005-10-15 Bill Wohler <wohler@newt.com>
11276
11277 * message.el (message-tool-bar-map): Renamed image file from
11278 mail_send to mail/send.
11279
112802005-10-16 Masatake YAMATO <jet@gyve.org>
11281
11282 * message.el (message-expand-group): Pass the common
11283 prefix substring of completion to `display-completion-list'.
11284
112852005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
11286
11287 * mml-sec.el (mml-secure-method): New internal variable.
11288 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11289 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11290 functions using mml-secure-method.
11291
11292 * mml.el (mml-mode-map): Add key bindings for those functions.
11293 (mml-menu): Simplify security menu entries. Suggested by Jesper
11294 Harder <harder@myrealbox.com>.
11295 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11296 end of message if point is the headers of the message.
11297
11298 * message.el (message-in-body-p): New function.
11299
11300 * assistant.el: Autoload gnus-util and netrc.
11301
11302 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11303 Use `mm-charset-override-alist' only when decoding.
11304
11305 * mm-bodies.el (mm-decode-body): Call
11306 `mm-charset-to-coding-system' with allow-override argument.
11307
11308 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11309 `filename' from Content-Disposition if Content-Type doesn't
11310 provide `name'.
11311 (gnus-mime-view-part-as-type): Set default instead of
11312 initial-input.
11313
113142005-10-09 Daniel Brockman <daniel@brockman.se>
11315
11316 * format-spec.el (format-spec): Propagate text properties of % spec.
11317
113182005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
11319
11320 * gnus-art.el (gnus-treat-predicate): Add `first'.
11321
113222005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
11323
11324 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11325 (mm-charset-override-alist): New variable.
11326 (mm-charset-to-coding-system): Use it.
11327 (mm-codepage-setup): New helper function.
11328 (mm-charset-eval-alist): New variable.
11329 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
11330 about unknown charsets.
11331
113322005-10-04 David Hansen <david.hansen@gmx.net>
11333
11334 * nnrss.el (nnrss-request-article): Add support for the comments tag.
11335 (nnrss-check-group): Ditto.
11336
113372005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
11338
11339 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11340 Rename x-gnus-verbatim to x-verbatim.
11341 (mm-uu-type-alist): Fix regexp for verbatim-marks.
11342
11343 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11344 x-verbatim.
11345
11346 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11347
11348 * gnus-util.el (gnus-remove-duplicates): Remove.
11349
11350 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11351 instead of gnus-remove-duplicates.
11352
11353 * message.el (message-remove-duplicates): Remove.
11354 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11355 message-remove-duplicates.
11356
11357 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11358 available, else use implementation from `delete-dups'.
11359
11360 * message.el (message-insert-expires): New function.
11361 (message-mode-map): Add key binding.
11362 (message-mode-field-menu): Add menu entry.
11363 (message-mode): Document it.
11364 (message-make-expires-date): Use `message-make-date'.
11365
113662005-10-04 Josh Huber <huber@alum.wpi.edu>
11367
11368 * message.el (message-make-expires-date): New function.
11369
01c52d31
MB
113702005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
11371
11372 * time-date.el: Autoload parse-time-string, XEmacs needs it.
11373
113742005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
11375
11376 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11377 function rather than the diff-mode.el package.
11378 (mm-display-external): Use with-current-buffer.
11379 (mm-viewer-completion-map, mm-viewer-completion-map):
11380 Move initialization inside declaration.
11381
113822005-09-29 Simon Josefsson <jas@extundo.com>
11383
11384 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
11385 autoload mail-check-payment.
11386 (spam-check-hashcash): Define unconditionally, since hashcash.el
11387 is part of Gnus now. Ignore errors from payment checking.
11388
113892005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
11390
11391 * message.el (message-bold-region, message-unbold-region): Rename
11392 from `bold-region' and `unbold-region'.
11393
11394 * message.el: Remove useless autoloads.
11395
113962005-09-28 Simon Josefsson <jas@extundo.com>
11397
11398 * message.el (message-use-idna): Default to t.
11399 (message-use-idna): Test whether encoding works too. Doc fix.
11400
114012005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
11402
11403 * nntp.el (nntp-warn-about-losing-connection): Remove.
11404
114052005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
11406
11407 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11408 customizable. Change default value.
11409 (mm-uu-diff-groups-regexp): Change default value.
11410 (mm-uu-type-alist): Add doc string.
11411 (mm-uu-configure): Add doc string. Make it interactive.
11412 (mm-uu-tex-groups-regexp): New variable.
11413 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11414 (mm-uu-type-alist): Add LaTeX documents.
11415 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11416 of "text/verbatim".
11417 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11418
11419 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11420 instead of "text/verbatim".
11421
11422 * message.el (message-mark-inserted-region)
11423 (message-mark-insert-file): Use slrn style marks when called with
11424 prefix argument.
11425
114262005-09-27 Simon Josefsson <jas@extundo.com>
11427
11428 * message.el (message-idna-to-ascii-rhs-1): Reformat.
11429
880820fe 114302005-09-27 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
11431
11432 * message.el (message-remove-duplicates): New function.
11433 Implementation borrowed from `gnus-remove-duplicates'.
11434 (message-idna-to-ascii-rhs): Also encode idna addresses in
11435 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11436 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11437 only ask about the same idna domain once per header and also tell
11438 in what header to replace the idna domain.
11439
11440 * gnus-art.el (article-decode-idna-rhs): Also decode idna
11441 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11442 (article-decode-idna-rhs): Fix regexp so that all idna-address in
11443 a header is decoded and not just the last one.
11444
114452005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
11446
11447 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11448 has been decoded.
11449
11450 * mm-decode.el (mm-automatic-display): Add text/verbatim.
11451 (mm-insert-part): Don't modify text if it has been decoded.
11452
11453 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11454 decoded.
11455
11456 * mm-view.el (mm-inline-text): Don't strip text props unless
11457 decoding enriched or richtext parts.
11458
114592005-09-25 Romain Francoise <romain@orebokech.com>
11460
11461 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11462 * gnus-start.el (gnus-subscribe-interactively):
11463 * gnus-uu.el (gnus-uu-grab-articles):
11464 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11465 space.
11466
114672005-09-24 Emilio C. Lopes <eclig@gmx.net>
11468
11469 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11470 * mm-view.el (mm-view-pkcs7-decrypt):
11471 * gnus-sum.el (gnus-summary-limit-to-extra)
11472 (gnus-summary-respool-article, gnus-read-move-group-name):
11473 * gnus-score.el (gnus-summary-increase-score):
11474 * gnus-util.el (gnus-completing-read-with-default):
11475 * gnus-art.el (gnus-read-save-file-name)
11476 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11477 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11478 * message.el (message-check-news-header-syntax):
11479 Follow convention for reading with the minibuffer.
11480
114812005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
11482
11483 * spam-report.el (spam-report-url-ping-plain):
11484 Use gnus-extended-version as User-Agent.
11485
11486 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11487 default value is nil.
11488
11489 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11490 (mm-uu-verbatim-marks-extract): New function.
11491 (mm-uu-extract): New face.
11492 (mm-uu-copy-to-buffer): Use it.
11493
11494 * spam-report.el (spam-report-gmane-ham): Renamed from
11495 `spam-report-gmane-unspam'.
11496 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11497 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
11498
11499 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11500 Autoload.
11501 (spam-report-gmane-unregister-routine): Renamed
11502 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11503
115042005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
11505
11506 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11507 (spam-report-gmane-unregister-routine): Add support for gmane
11508 unregistration.
11509
11510 * spam-report.el (spam-report-gmane-unspam)
11511 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11512 (spam-report-gmane): Change to take a single article and do unspam
11513 registration.
11514
115152005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
11516
11517 * mm-url.el (mm-url-decode-entities): Fix regexp.
11518
115192005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11520
11521 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11522 default to nil, to be able to use Gnus at all. If the default
11523 switches to something else, then the function should be fixed not
11524 be exceedingly slow.
11525
115262005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
11527
11528 * gnus-start.el (gnus-activate-group): If the server is nil, don't
11529 fail hard.
11530
11531 * spam-report.el: Add better Keywords line.
11532
11533 * spam.el: Add Maintainer and better Keywords line.
11534
115352005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
11536
11537 * gnus-art.el (gnus-article-replace-part)
11538 (gnus-mime-replace-part): New functions.
11539 (gnus-mime-action-alist, gnus-mime-button-commands)
11540 (gnus-mime-save-part-and-strip): Added file argument.
11541 (gnus-article-part-wrapper): Added interactive argument.
11542
11543 * gnus-sum.el (gnus-summary-mime-map): Add
11544 `gnus-article-replace-part'.
11545
115462005-09-19 Didier Verna <didier@xemacs.org>
11547
11548 The nnml compaction feature:
11549 * nnml.el (nnml-request-compact-group): New function.
11550 * nnml.el (nnml-request-compact): New function.
11551 * gnus-int.el (gnus-request-compact-group): New function.
11552 * gnus-int.el (gnus-request-compact): New function.
11553 * gnus-group.el (gnus-group-compact-group): New function.
11554 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11555 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11556 * gnus-srvr.el (gnus-server-compact-server): New function.
11557 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11558 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11559
115602005-09-18 Deepak Goel <deego@gnufans.org>
11561
11562 * sieve.el (sieve-help): Fix `message' call: first arg should be a
11563 format spec.
11564
115652005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
11566
11567 * gnus.el (gnus-group-startup-message): Bind image-load-path.
11568
115692005-09-15 Romain Francoise <romain@orebokech.com>
11570
11571 * message.el (message-fill-paragraph): Clarify docstring.
11572
115732005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
11574
11575 * gnus-art.el (gnus-mime-display-part): Protect against broken
11576 MIME messages.
11577
115782005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
11579
11580 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11581 before parsing header.
11582
115832005-09-11 Jari Aalto <jari.aalto@cante.net>
11584
002876ab 11585 * html2text.el (html2text-replace-list): Add new entities.
01c52d31
MB
11586
115872005-09-11 Romain Francoise <romain@orebokech.com>
11588
11589 * message.el (message-alternative-emails): Improve docstring.
11590 (message-setup-1): Call `message-use-alternative-email-as-from'
11591 after `message-setup-hook' to give it precedence over posting
11592 styles, etc.
11593 (message-use-alternative-email-as-from): Add docstring. Remove
11594 the original From header if present.
11595
11596 * nnml.el (nnml-compressed-files-size-threshold): New variable.
11597 (nnml-save-mail): Use it.
11598
11599 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11600 articles. Add new argument `silent'.
11601 (gnus-uu-mark-all): Report the total number of marked articles.
11602
116032005-09-10 Romain Francoise <romain@orebokech.com>
11604
11605 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11606 (gnus-uu-mark-series): Likewise.
11607
116082005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
11609
11610 * spam-report.el (spam-report-gmane): Fix generation of spam
11611 report URL.
11612
116132005-09-10 Simon Josefsson <jas@extundo.com>
11614
11615 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11616 t, based on discussion on the ding list with Robert Epprecht
11617 <epprecht@solnet.ch>.
11618
116192005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
11620
11621 * spam-report.el (spam-report-gmane): Make it work without
11622 X-Report-Spam header. Gmane now only provides Archived-At.
11623 This is only used if `spam-report-gmane-use-article-number' is nil.
11624 (spam-report-gmane-spam-header): Remove. Not used anymore.
11625
11626 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11627 make `gnus-summary-sort-by-recipient' work with threading.
11628
11629 * nnweb.el (nnweb-google-wash-article): Print a message if article
11630 is not available.
11631
116322005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11633
11634 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11635 change. Decode text/* parts content before displaying.
11636
116372005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
11638
11639 * mml-smime.el: Remove defvar of gnus-extract-address-components.
11640
116412005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
11642
11643 * mm-view.el (mm-display-inline-fontify): Disable support modes.
11644
116452005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
11646
c9e31f32 11647 * message.el (message-tab-body-function): Fix mismatched custom type.
01c52d31
MB
11648
11649 * gnus.el (gnus-group-change-level-function): Ditto.
11650
11651 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11652
11653 * gnus-art.el (gnus-signature-limit)
11654 (gnus-article-mime-part-function): Ditto.
11655
116562005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
11657
11658 * mml.el (mml-mode): Silence the byte compiler.
11659
11660 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11661 using `(sit-for 0)' before moving the point to the specified part;
11662 skip unbuttonized parts.
11663 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11664 return to the summary window if gnus-auto-select-part is non-nil.
11665
116662005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
11667
11668 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11669 variables.
11670 (mml-dnd-attach-file, mml-mode): Use them.
11671
11672 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11673 Make fetching article by MID work again for Google Groups. Added
11674 FIXME concerning gnus-group-make-web-group.
11675
11676 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11677 Don't depend on Gnus by using mail-extract-address-components if
11678 gnus-extract-address-components is not bound.
11679
116802005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11681
11682 * gnus-art.el (gnus-mime-display-security): Don't display the
11683 signature, but only the signed part.
11684
116852005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
11686
11687 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11688
11689 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11690 list, not listp.
11691
116922005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
11693
11694 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11695 when encoding.
11696
11697 * mm-bodies.el (mm-decode-content-transfer-encoding):
11698 De-canonicalize CRLF for all text content types, not just
11699 text/plain.
11700
117012005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11702
11703 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11704 valid article; point arrow and cursor at the MIME button.
11705
117062005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
11707
11708 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11709 Suggested by Dan Christensen <jdc@uwo.ca>.
11710
11711 * mm-decode.el (mm-save-part): Enable change of prompt.
11712
117132005-08-29 Jari Aalto <jari.aalto@cante.net>
11714
11715 * gnus-msg.el (gnus-inews-add-send-actions): Made
11716 `message-post-method' lambda parameter ARG `&optional'.
11717
117182005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
11719
11720 * gnus-sum.el (gnus-summary-mime-map): Added
11721 gnus-article-save-part-and-strip, gnus-article-delete-part and
11722 gnus-article-jump-to-part.
11723
11724 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11725 (gnus-article-edit-part): Use it.
11726 (gnus-article-part-wrapper): Added no-handle argument.
11727 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11728 functions.
11729
117302005-08-29 Romain Francoise <romain@orebokech.com>
11731
11732 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11733 docstring.
11734 (gnus-face-from-file): Likewise.
11735
117362005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
11737
11738 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11739 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11740 non-nil.
11741 (gnus-auto-select-part): New variable.
11742 (gnus-article-jump-to-part): New function.
11743 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11744 (gnus-mime-delete-part): Allow selecting specified part after
11745 deleting or stripping parts.
11746 (gnus-article-jump-to-part): Don't use `read-number'. Use last
11747 part if argument is bogus.
11748
117492005-08-31 Juanma Barranquero <lekktu@gmail.com>
11750
11751 * gnus-art.el (w3m-minor-mode-map):
11752 * gnus-spec.el (gnus-newsrc-file-version):
11753 * gnus-util.el (nnmail-active-file-coding-system)
11754 (gnus-original-article-buffer, gnus-user-agent):
11755 * gnus.el (gnus-ham-process-destinations)
11756 (gnus-parameter-ham-marks-alist)
11757 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11758 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11759 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11760 * mm-decode.el (gnus-current-window-configuration):
11761 * mm-extern.el (gnus-article-mime-handles):
11762 * mm-url.el (url-current-object, url-package-name)
11763 (url-package-version):
11764 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11765 (smime-keys, w3m-cid-retrieve-function-alist)
11766 (w3m-current-buffer, w3m-display-inline-images)
11767 (w3m-minor-mode-map):
11768 * mml-smime.el (gnus-extract-address-components):
11769 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11770 (gnus-newsrc-hashtb, message-default-charset)
11771 (message-deletable-headers, message-options)
11772 (message-posting-charset, message-required-mail-headers)
11773 (message-required-news-headers):
11774 * mml1991.el (mc-pgp-always-sign):
11775 * mml2015.el (mc-pgp-always-sign):
11776 * nnheader.el (nnmail-extra-headers):
11777 * rfc1843.el (gnus-decode-encoded-word-function)
11778 (gnus-decode-header-function, gnus-newsgroup-name):
11779 * spam-stat.el (gnus-original-article-buffer): Add defvars.
11780
117812005-08-22 Karl Chen <quarl@cs.berkeley.edu>
11782
11783 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11784 the end of the date treatments.
11785
117862005-08-15 Simon Josefsson <jas@extundo.com>
11787
11788 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11789 it in url-handlers.el and XEmacs in url.el. Reported by Luca
11790 Capello and Romain Francoise.
11791 (pgg-fetch-key-function): Removed, not used?
11792 (pgg-insert-url-with-w3): Require url, to get
11793 url-insert-file-contents regardless of where it is defined.
11794
117952005-08-13 Romain Francoise <romain@orebokech.com>
11796
11797 * message.el (message-cite-original-1): New function.
11798 (message-cite-original): Use it.
11799 (message-cite-original-without-signature): Ditto.
11800
118012005-08-08 Romain Francoise <romain@orebokech.com>
11802
11803 * message.el (message-yank-empty-prefix): New variable.
11804 (message-indent-citation): Use it.
11805 (message-cite-original-without-signature): Respect X-No-Archive.
11806
118072005-08-08 Simon Josefsson <jas@extundo.com>
11808
11809 * pgg.el: Autoload url-insert-file-contents instead of loading
11810 w3/url.
11811 (pgg-insert-url-with-w3): Don't load url here.
11812
118132005-08-07 Jesper Harder <harder@phys.au.dk>
11814
11815 * message.el (message-kill-to-signature): Don't insert newline at
11816 bol.
11817 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11818
118192005-08-06 Romain Francoise <romain@orebokech.com>
11820
11821 * message.el (message-user-fqdn): Fix typo in docstring.
11822
118232005-08-05 Daiki Ueno <ueno@unixuser.org>
11824
11825 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11826
11827 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11828
118292005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
11830
11831 * mm-bodies.el (mm-encode-body): Use coding system rather than
11832 charset to encode text.
11833
11834 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11835 number of charsets if utf-8 is available (XEmacs).
11836
118372005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
11838
11839 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11840 taken from `gnus-button-mid-or-mail-regexp'.
11841 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11842 (gnus-button-alist): Improve regexp for domain part of the MIDs
11843 for news:localpart@domain buttons.
11844 (gnus-button-ctan-directory-regexp): Update.
11845
118462005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
11847
11848 * sieve-manage.el (sieve-manage-interactive-login): Use
11849 make-local-variable rather than make-variable-buffer-local.
11850 (sieve-manage-open): Ditto.
11851 (sieve-manage-authenticate): Ditto.
11852
11853 * mml.el (mml-generate-mime-1): Make the content type default to
11854 text/plain if the filename is not specified.
11855
118562005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
11857
11858 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11859 instead of insert-buffer.
11860
11861 * message.el (message-yank-original): Ditto; set the mark at the
11862 end of the yanked message.
11863
118642005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
11865
11866 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11867 lines to scroll rather than to stop it.
11868
11869 * mml.el (mml-generate-default-type): Add doc string.
11870 (mml-generate-mime-1): Use mm-default-file-encoding or make it
11871 default to application/octet-stream when determining the content
11872 type if it is not specified for the part or the mml contents; add
11873 a comment about mml-generate-default-type.
11874
118752005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
11876
11877 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11878 make it default to application/octet-stream when determining the
11879 content type if it is not specified for the external contents.
11880
118812005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
11882
11883 * rfc2231.el (rfc2231-parse-string): Take care that not only a
11884 segmented parameter but also other parameters might be there.
11885
118862005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
11887
11888 * mm-decode.el (mm-display-external): Delete temp file, directory
11889 and buffer immediately if the external process is exited.
11890
118912005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
11892
11893 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11894 fewer lines than that of scroll-margin.
11895 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11896
118972005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
11898
11899 * gnus-art.el (gnus-article-next-page): Revert.
11900 (gnus-article-beginning-of-window): New macro.
11901 (gnus-article-next-page-1): Use it.
11902 (gnus-article-prev-page): Ditto.
11903 (gnus-article-edit-part): Use insert-buffer-substring instead of
11904 insert-buffer.
11905 (gnus-article-edit-exit): Ditto.
11906
11907 * gnus-util.el (gnus-beginning-of-window): Remove.
11908 (gnus-end-of-window): Remove.
11909
119102005-07-25 Simon Josefsson <jas@extundo.com>
11911
11912 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11913 to have the url package without w3. Reported by Daiki Ueno
11914 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11915
119162005-07-20 Didier Verna <didier@xemacs.org>
11917
11918 * gnus-diary.el: Remove the description comment (nndiary is now
11919 properly documented in the Gnus manual).
11920 Fix the spelling of "Back End".
11921 * nndiary.el: Ditto.
11922 Fix the copyright notice.
11923
119242005-07-18 Romain Francoise <romain@orebokech.com>
11925
149cd465
JB
11926 * gnus-sum.el (gnus-summary-to-prefix)
11927 (gnus-summary-newsgroup-prefix): New variables.
01c52d31
MB
11928 (gnus-summary-from-or-to-or-newsgroups): Use them.
11929
119302005-07-17 Romain Francoise <romain@orebokech.com>
11931
11932 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11933 space as it's generally not especially interesting to the user.
11934
119352005-07-16 Romain Francoise <romain@orebokech.com>
11936
11937 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11938 nil to avoid prompting and file modification if one of the
11939 messages at the top of the nnfolder file contains a copyright
11940 notice.
11941 Update copyright notice.
11942
11943 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11944 instead of `current-time-string' as the latter creates a time
11945 string that is not RFC 2822 compliant (it lacks the zone).
11946 Update copyright notice.
11947
119482005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
11949
11950 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11951 for text/rtf. Display default in prompt. Pass default for M-n.
11952
11953 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11954
119552005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11956
11957 * gnus-msg.el (gnus-button-mailto): Remove
11958 save-selected-window-window hackery because it relies on
11959 save-selected-window internals.
11960
119612005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
11962
11963 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11964 (gnus-article-next-page-1): Use gnus-beginning-of-window.
11965 (gnus-article-prev-page): Ditto.
11966
11967 * gnus-util.el (gnus-beginning-of-window): New function.
11968 (gnus-end-of-window): New function.
11969
119702005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
11971
11972 * gnus-score.el (gnus-score-edit-all-score): Set
11973 gnus-score-edit-exit-function to gnus-score-edit-done and call
11974 gnus-message.
11975
119762005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11977
11978 * gnus-msg.el (gnus-button-mailto): Remove
11979 save-selected-window-window hackery because it relies on
11980 save-selected-window internals.
11981
119822005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
11983
11984 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11985 add-minor-mode.
11986 (gnus-binary-mode): Ditto.
11987
11988 * gnus-topic.el (gnus-topic-mode): Ditto.
11989
119902005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
11991
11992 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11993 (gnus-article-prev-page): Take scroll-margin into consideration.
11994
119952005-07-04 Lute Kamstra <lute@gnu.org>
11996
11997 Update FSF's address in GPL notices.
11998
119992005-07-04 Juanma Barranquero <lekktu@gmail.com>
12000
12001 * gnus.el (gnus-exit):
12002 * gnus-group.el (gnus-group-icons):
12003 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12004
12005 * gnus-nocem.el (gnus-nocem):
12006 * message.el (message-various, message-buffers, message-sending)
12007 (message-interface, message-forwarding, message-insertion)
12008 (message-headers, message-news, message-mail):
12009 * pgg-gpg.el (pgg-gpg):
12010 * pgg-parse.el (pgg-parse):
12011 * pgg-pgp.el (pgg-pgp):
12012 * pgg-pgp5.el (pgg-pgp5):
12013 * pop3.el (pop3): Finish `defgroup' description with period.
12014
120152005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
12016
12017 * gnus-art.el (article-display-face): Improve the efficiency.
12018 (article-display-x-face): Ditto; remove grey x-face stuff.
12019
120202005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
12021
12022 * gnus-art.el (article-display-face): Correct the position in
12023 which Faces are inserted.
12024
120252005-06-29 Didier Verna <didier@xemacs.org>
12026
12027 * gnus-art.el (article-display-face): Display faces in correct
12028 order.
12029
120302005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
12031
12032 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12033 (gnus-fill-real-hashtb): Use hash table instead of obarray.
12034 (gnus-nocem-check-article): Fetch the Type header.
12035 (gnus-nocem-message-wanted-p): Fix the way to examine types.
12036 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12037 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12038 make sure gnus-nocem-hashtb is initialized.
12039 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12040 (gnus-nocem-unwanted-article-p): Ditto.
12041
12042 * pgg.el (pgg-verify): Return the verification result.
12043
120442005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12045
12046 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12047 is ascii.
12048
120492005-06-24 Juanma Barranquero <lekktu@gmail.com>
12050
12051 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12052 `show-nonbreak-escape'.
12053
120542005-06-23 Lute Kamstra <lute@gnu.org>
12055
12056 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12057
12058 * dig.el (dig-mode):
12059 * smime.el (smime-mode): Use gnus-run-mode-hooks.
12060
120612005-06-21 Juanma Barranquero <lekktu@gmail.com>
12062
12063 * nnimap.el (nnimap-split-download-body): Fix spellings.
12064
120652005-06-16 Juanma Barranquero <lekktu@gmail.com>
12066
12067 * gnus-art.el (gnus-article-encrypt-body):
12068 * gnus-cus.el (gnus-score-customize):
cc398b83
JB
12069 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12070 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
b66c24b4 12071
880820fe 120722005-06-16 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
12073
12074 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12075 header by looking for magic "MII" at the beginnig.
12076
120772005-06-16 Miles Bader <miles@gnu.org>
12078
12079 * assistant.el (assistant-field): Remove "-face" suffix from face name.
12080 (assistant-field-face): New backward-compatibility alias for renamed
12081 face.
12082 (assistant-render-text): Use renamed assistant-field face.
12083
12084 * spam.el (spam): Remove "-face" suffix from face name.
12085 (spam-face): New backward-compatibility alias for renamed face.
12086 (spam-face, spam-initialize): Use renamed spam face.
12087
12088 * message.el (message-header-to, message-header-cc)
12089 (message-header-subject, message-header-newsgroups)
12090 (message-header-other, message-header-name)
12091 (message-header-xheader, message-separator, message-cited-text)
12092 (message-mml): Remove "-face" suffix from face names.
12093 (message-header-to-face, message-header-cc-face)
12094 (message-header-subject-face, message-header-newsgroups-face)
12095 (message-header-other-face, message-header-name-face)
12096 (message-header-xheader-face, message-separator-face)
12097 (message-cited-text-face, message-mml-face):
12098 New backward-compatibility aliases for renamed faces.
12099 (message-font-lock-keywords): Use renamed message faces.
12100
12101 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12102 (sieve-test-commands, sieve-tagged-arguments):
12103 Remove "-face" suffix from face names.
12104 (sieve-control-commands-face, sieve-action-commands-face)
12105 (sieve-test-commands-face, sieve-tagged-arguments-face):
12106 New backward-compatibility aliases for renamed faces.
12107 (sieve-control-commands-face, sieve-action-commands-face)
12108 (sieve-test-commands-face, sieve-tagged-arguments-face):
12109 Use renamed sieve faces.
12110
12111 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12112 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12113 (gnus-group-news-3-empty, gnus-group-news-4)
12114 (gnus-group-news-4-empty, gnus-group-news-5)
12115 (gnus-group-news-5-empty, gnus-group-news-6)
12116 (gnus-group-news-6-empty, gnus-group-news-low)
12117 (gnus-group-news-low-empty, gnus-group-mail-1)
12118 (gnus-group-mail-1-empty, gnus-group-mail-2)
12119 (gnus-group-mail-2-empty, gnus-group-mail-3)
12120 (gnus-group-mail-3-empty, gnus-group-mail-low)
12121 (gnus-group-mail-low-empty, gnus-summary-selected)
12122 (gnus-summary-cancelled, gnus-summary-high-ticked)
12123 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12124 (gnus-summary-high-ancient, gnus-summary-low-ancient)
12125 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12126 (gnus-summary-low-undownloaded)
12127 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12128 (gnus-summary-low-unread, gnus-summary-normal-unread)
12129 (gnus-summary-high-read, gnus-summary-low-read)
12130 (gnus-summary-normal-read, gnus-splash):
12131 Remove "-face" suffix from face names.
12132 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12133 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12134 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12135 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12136 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12137 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12138 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12139 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12140 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12141 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12142 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12143 (gnus-summary-selected-face, gnus-summary-cancelled-face)
12144 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12145 (gnus-summary-normal-ticked-face)
12146 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12147 (gnus-summary-normal-ancient-face)
12148 (gnus-summary-high-undownloaded-face)
12149 (gnus-summary-low-undownloaded-face)
12150 (gnus-summary-normal-undownloaded-face)
12151 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12152 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12153 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12154 (gnus-splash-face):
12155 New backward-compatibility aliases for renamed faces.
12156 (gnus-group-startup-message): Use renamed gnus faces.
12157
12158 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12159 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12160 (gnus-server-agent): Remove "-face" suffix from face names.
12161 (gnus-server-agent-face, gnus-server-opened-face)
12162 (gnus-server-closed-face, gnus-server-denied-face)
12163 (gnus-server-offline-face):
12164 New backward-compatibility aliases for renamed faces.
12165 (gnus-server-agent-face, gnus-server-opened-face)
12166 (gnus-server-closed-face, gnus-server-denied-face)
12167 (gnus-server-offline-face): Use renamed gnus faces.
12168
12169 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12170 Remove "-face" suffix from face names.
12171 (gnus-picon-xbm-face, gnus-picon-face):
12172 New backward-compatibility aliases for renamed faces.
12173
12174 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12175 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12176 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12177 (gnus-cite-11): Remove "-face" suffix from face names.
12178 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12179 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12180 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12181 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12182 New backward-compatibility aliases for renamed faces.
12183 (gnus-cite-attribution-face, gnus-cite-face-list)
12184 (gnus-article-boring-faces): Use renamed gnus faces.
12185
12186 * gnus-art.el (gnus-signature, gnus-header-from)
12187 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12188 (gnus-header-content): Remove "-face" suffix from face names.
12189 (gnus-signature-face, gnus-header-from-face)
12190 (gnus-header-subject-face, gnus-header-newsgroups-face)
12191 (gnus-header-name-face, gnus-header-content-face):
12192 New backward-compatibility aliases for renamed faces.
12193 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12194
12195 * gnus-sum.el (gnus-summary-selected-face)
12196 (gnus-summary-highlight): Use renamed gnus faces.
12197 * gnus-group.el (gnus-group-highlight): Likewise.
12198
121992005-06-14 Juanma Barranquero <lekktu@gmail.com>
12200
12201 * gnus-sieve.el (gnus-sieve-article-add-rule):
12202 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12203 * spam-stat.el (spam-stat-buffer-change-to-spam)
12204 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12205
12206 * message.el (message-is-yours-p):
12207 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12208
122092005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
12210
12211 * mm-view.el (mm-inline-text): Withdraw the last change.
12212
122132005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
12214
12215 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12216 executing enriched-decode.
12217
122182005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
12219
12220 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12221 charset of tar files.
12222
122232005-06-04 Luc Teirlinck <teirllm@auburn.edu>
12224
12225 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12226
122272005-06-04 Lute Kamstra <lute@gnu.org>
12228
12229 * nnfolder.el (nnfolder-read-folder): Make sure that undo
12230 information is never recorded.
12231
122322005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
12233
12234 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12235
122362005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
12237
12238 * pop3.el (pop3-apop): Run md5 in the binary mode.
12239
12240 * starttls.el (starttls-set-process-query-on-exit-flag):
12241 Use eval-and-compile.
12242
122432005-05-31 Simon Josefsson <jas@extundo.com>
12244
12245 * smime.el (smime-replace-in-string): Define.
12246 (smime-cert-by-ldap-1): Use it.
12247
122482005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
12249
12250 * gnus-art.el (article-display-x-face): Replace
12251 process-kill-without-query by gnus-set-process-query-on-exit-flag.
12252
12253 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12254 set-process-query-on-exit-flag or process-kill-without-query.
12255
12256 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12257 loop instead of replace-regexp.
12258
12259 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12260 instead of process-kill-without-query if it is available.
12261
12262 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12263 instead of find-file-hooks if it is available.
12264
12265 * mml1991.el: Bind pgg-default-user-id when compiling.
12266
12267 * mml2015.el: Bind pgg-default-user-id when compiling.
12268
12269 * nndraft.el (nndraft-request-associate-buffer):
12270 Use write-contents-functions instead of write-contents-hooks if it is
12271 available.
12272
12273 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12274 instead of find-file-hooks if it is available.
12275
12276 * nntp.el (nntp-open-connection): Replace
12277 process-kill-without-query by gnus-set-process-query-on-exit-flag.
12278 (nntp-open-ssl-stream): Ditto.
12279 (nntp-open-tls-stream): Ditto.
12280
12281 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12282 set-process-query-on-exit-flag or process-kill-without-query.
12283 (starttls-open-stream-gnutls): Use it instead of
12284 process-kill-without-query.
12285 (starttls-open-stream): Ditto.
12286
122872005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
12288
12289 * smime.el (smime-cert-by-ldap-1): Don't use
12290 replace-regexp-in-string.
12291
880820fe 122922005-05-31 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
12293
12294 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12295
12296 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
002876ab 12297 in PEM format. Adjust to the XEmacs compability.
01c52d31
MB
12298
122992005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
12300
12301 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12302 by `string-to-number'.
12303 * gnus-agent.el (gnus-agent-regenerate-group)
12304 (gnus-agent-fetch-articles): Ditto.
12305 * gnus-art.el (gnus-button-fetch-group): Ditto.
12306 * gnus-cache.el (gnus-cache-generate-active)
12307 (gnus-cache-articles-in-group): Ditto.
12308 * gnus-group.el (gnus-group-set-current-level)
12309 (gnus-group-insert-group-line): Ditto.
12310 * gnus-score.el (gnus-score-set-expunge-below)
12311 (gnus-score-set-mark-below, gnus-summary-score-effect)
12312 (gnus-summary-score-entry): Ditto.
12313 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12314 (gnus-soup-pack): Ditto.
12315 * gnus-spec.el (gnus-xmas-format): Ditto.
12316 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12317 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12318 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12319 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12320 * nndb.el (nndb-get-remote-expire-response): Ditto.
12321 * nndiary.el (nndiary-parse-schedule-value)
12322 (nndiary-string-to-number, nndiary-request-replace-article)
12323 (nndiary-request-article): Ditto.
12324 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12325 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12326 * nneething.el (nneething-make-head): Ditto.
12327 * nnfolder.el (nnfolder-request-article)
12328 (nnfolder-retrieve-headers): Ditto.
12329 * nnheader.el (nnheader-file-to-number): Ditto.
12330 * nnkiboze.el (nnkiboze-request-article): Ditto.
12331 * nnmail.el (nnmail-process-unix-mail-format)
12332 (nnmail-process-babyl-mail-format): Ditto.
12333 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12334 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12335 (nnmh-request-create-group, nnmh-request-list-1)
12336 (nnmh-request-group, nnmh-request-article): Ditto.
12337 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12338 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12339 * nnsoup.el (nnsoup-make-active): Ditto.
12340 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12341 * nntp.el (nntp-find-group-and-number)
12342 (nntp-retrieve-headers-with-xover): Ditto.
12343 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12344 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12345 (pgg-format-key-identifier): Ditto.
12346 * pop3.el (pop3-last, pop3-stat): Ditto.
12347 * qp.el (quoted-printable-decode-region): Ditto.
12348
12349 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12350 of concat.
12351
123522005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
12353
12354 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12355
12356 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12357
12358 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12359
12360 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12361
12362 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12363
12364 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12365
12366 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12367 (gnus-carpal-mode): Ditto.
12368
12369 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12370 (gnus-browse-mode): Ditto.
12371
12372 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12373
12374 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12375
123762005-05-29 Richard M. Stallman <rms@gnu.org>
12377
12378 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12379
123802005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
12381
12382 * gnus-util.el (gnus-run-mode-hooks): New function.
12383
12384 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12385
123862005-05-26 Luc Teirlinck <teirllm@auburn.edu>
12387
12388 * gnus-agent.el (gnus-agent-make-mode-line-string):
12389 Use mode-line-highlight as mouse-face.
12390
123912005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
12392
12393 * canlock.el (canlock): Change the parent group to news.
12394
12395 * deuglify.el (gnus-outlook-deuglify): Add :group.
12396
12397 * dig.el (dig): Add :group.
12398
12399 * dns-mode.el (dns-mode): Add :group.
12400
12401 * encrypt.el (encrypt): Add :group.
12402
12403 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12404 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12405 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12406 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12407 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12408
12409 * gnus-diary.el (gnus-diary): Add :group.
12410
12411 * gnus.el (gnus-group-news-1-face): Add :group.
12412 (gnus-group-news-1-empty-face): Ditto.
12413 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12414 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12415 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12416 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12417 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12418 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12419 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12420 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12421 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12422 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12423 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12424 (gnus-summary-high-ticked-face): Ditto.
12425 (gnus-summary-low-ticked-face): Ditto.
12426 (gnus-summary-normal-ticked-face): Ditto.
12427 (gnus-summary-high-ancient-face): Ditto.
12428 (gnus-summary-low-ancient-face): Ditto.
12429 (gnus-summary-normal-ancient-face): Ditto.
12430 (gnus-summary-high-undownloaded-face): Ditto.
12431 (gnus-summary-low-undownloaded-face): Ditto.
12432 (gnus-summary-normal-undownloaded-face): Ditto.
12433 (gnus-summary-high-unread-face): Ditto.
12434 (gnus-summary-low-unread-face): Ditto.
12435 (gnus-summary-normal-unread-face): Ditto.
12436 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12437 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12438
12439 * hashcash.el (hashcash): New custom group.
12440 (hashcash-default-payment): Add :group.
12441 (hashcash-payment-alist): Ditto.
12442 (hashcash-default-accept-payment): Ditto.
12443 (hashcash-accept-resources): Ditto.
12444 (hashcash-path): Ditto.
12445 (hashcash-extra-generate-parameters): Ditto.
12446 (hashcash-double-spend-database): Ditto.
12447 (hashcash-in-news): Ditto.
12448
12449 * message.el (message-minibuffer-local-map): Add :group.
12450
12451 * netrc.el (netrc): Add :group.
12452
12453 * sieve-manage.el (sieve-manage-log): Add :group.
12454 (sieve-manage-default-user): Diito.
12455 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12456 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12457 (sieve-manage-authenticators): Ditto.
12458 (sieve-manage-authenticator-alist): Ditto.
12459 (sieve-manage-default-port): Ditto.
12460
12461 * sieve-mode.el (sieve-control-commands-face): Add :group.
12462 (sieve-action-commands-face): Ditto.
12463 (sieve-test-commands-face): Ditto.
12464 (sieve-tagged-arguments-face): Ditto.
12465
12466 * smime.el (smime): Add :group.
12467
12468 * spam-report.el (spam-report): Add :group.
12469
12470 * spam.el (spam, spam-face): Add :group.
12471
124722005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12473
12474 * nntp.el (nntp-next-result-arrived-p): Some news servers may
12475 return \n.\n.\n at the end of articles. Protect against that.
12476 (nntp-with-open-group): Allow debugging.
12477
12478 * nnheader.el (mail-header-set-extra): Make into a function
12479 because I just could't understand how to quote the list properly.
12480
12481 * dns.el (query-dns-cached): New function.
12482
124832005-05-26 Lute Kamstra <lute@gnu.org>
12484
12485 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12486
124872005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
12488
12489 * gnus-art.el: Don't autoload mail-extract-address-components.
12490
12491 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12492 eval-and-compile to evaluate it.
12493
12494 * hashcash.el: Don't autoload executable-find.
12495
12496 * nndb.el: Don't declare the nndb back end two or more times; don't
12497 autoload news-reply-mode, news-setup, cancel-timer and telnet.
12498
12499 * nntp.el: Autoload format-spec instead of format; use
12500 eval-and-compile to evaluate autoload forms.
12501
125022005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
12503
12504 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12505
125062005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12507
12508 * gnus.el (gnus-version-number): Bump version.
12509
125102005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12511
12512 * gnus.el: No Gnus v0.3 is released.
12513
125142005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
12515
12516 * gnus-art.el (gnus-article-edit-part): Disable undo.
12517
125182005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
12519
12520 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12521 gnus-article-date-lapsed-new-header is t if date timer is active;
12522 skip headers in which the original date value is empty.
12523 (gnus-article-save-original-date): Redefine it as a macro.
12524 (gnus-display-mime): Use it.
12525
125262005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
12527
12528 * gnus-art.el (article-date-ut): Support converting date in
12529 forwarded parts as well.
12530 (gnus-article-save-original-date): New function.
12531 (gnus-display-mime): Use it.
12532
125332005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
12534
12535 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12536 enclosure element of <item>.
12537
125382005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
12539
12540 * message.el (message-kill-buffer-query): Renamed from
12541 `message-kill-buffer-query-if-modified'. Added :version.
12542
125432005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
12544
12545 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12546 window layout.
12547
125482005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
12549
12550 * mml.el: Autoload dnd when compiling.
12551
125522005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
12553
12554 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12555 x-dnd-*.
12556
125572005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
12558
12559 * qp.el (quoted-printable-encode-region): Save excursion.
12560
125612005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
12562
12563 * message.el (message-kill-buffer-query-if-modified): Add new variable
12564 so the user can kill a modified message buffer quickly.
12565 (message-kill-buffer): Use it.
12566
125672005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
12568
12569 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
12570 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12571
125722005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
12573
12574 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12575 contained in text because xml.el decodes entities) with LFs.
12576
125772005-04-11 Lute Kamstra <lute@gnu.org>
12578
12579 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12580 differently.
12581
125822005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12583
12584 * mm-util.el (mm-detect-coding-region): Typo.
12585
125862005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
12587
12588 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12589
f0131492 125902005-04-06 Deepak Goel <deego@gnufans.org>
01c52d31
MB
12591
12592 * spam-stat.el (spam-stat-score-buffer): Add a call to a
12593 user-function allow user modifications of the scores.
12594 (spam-stat-score-buffer-user): New function, to allow
12595 user-computed modifications to the score.
002876ab
JB
12596 (spam-stat-score-buffer-user-functions): List of additional
12597 scoring functions.
12598 (spam-stat-error-holder): Global temporary error holder.
12599 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12600 variable.
01c52d31
MB
12601
126022005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
12603
12604 * gnus-registry.el (gnus-registry-clean-empty-function)
12605 (gnus-registry-trim, gnus-registry-fetch-groups)
12606 (gnus-registry-delete-group): Groups that match
12607 `gnus-registry-ignored-groups' are removed from the registry
12608 entries, not just ignored for splitting. This helps clean up the
12609 registry. Also, `gnus-registry-fetch-groups' is a convenient way
12610 to get all the groups a message ID is in.
12611
12612 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
c4cc8b9a 12613 (spam-stat-split-fancy): Change "threshhold" to "threshold".
01c52d31
MB
12614 (spam-stat-score-buffer-user-functions): Add :number custom type.
12615
126162005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
12617
12618 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12619 argument in XEmacs.
12620
12621 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12622 (nnrss-request-group): Decode group name first.
12623 (nnrss-request-article): Make a text/plain article if mml-to-mime
12624 failed.
12625 (nnrss-get-encoding): Return a compatible encoding according to
12626 nnrss-compatible-encoding-alist.
12627 (nnrss-find-el): Use consp instead of listp.
12628 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12629
126302005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
12631
12632 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12633 which Emacs 20 doesn't support.
12634 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12635
126362005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
12637
12638 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
002876ab 12639 silence the byte compiler inside the defun.
01c52d31
MB
12640
12641 * gnus-demon.el (parse-time-string): Add autoload.
12642
12643 * gnus-delay.el (parse-time-string): Add autoload.
12644
12645 * gnus-art.el (parse-time-string): Add autoload.
12646
12647 * nnultimate.el (parse-time): Require for `parse-time-string'.
12648
126492005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
12650
12651 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12652
12653 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12654
12655 * smime.el (smime-ldap-host-list): Add :version.
12656
126572005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
12658
12659 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12660 pass it to `gnus-browse-read-group'.
12661 (gnus-browse-read-group): Add NUMBER argument and pass it to
12662 `gnus-group-read-ephemeral-group'.
12663
12664 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12665 argument and pass it to `gnus-group-read-group'.
12666
126672005-03-19 Aidan Kehoe <kehoea@parhasard.net>
12668
12669 * mm-util.el (mm-xemacs-find-mime-charset): Only call
12670 mm-xemacs-find-mime-charset-1 if we have the mule feature
12671 available at runtime.
12672
126732005-03-25 Werner Lemberg <wl@gnu.org>
12674
12675 * nnmaildir.el: Replace `illegal' with `invalid'.
12676
126772005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12678
12679 * gnus-start.el (gnus-display-time-event-handler):
12680 Check display-time-timer at runtime rather than only at load time
12681 in case display-time-mode is turned off in the mean time.
12682
126832005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
12684
12685 * nnimap.el (nnimap-open-connection): Print which authinfo file is
12686 used.
12687
12688 * nneething.el (nneething-map-file-directory): Derive from
12689 `gnus-directory'.
12690
12691 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12692 the To/Cc button.
12693
126942005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
12695
12696 * nnmaildir.el (nnmaildir-request-accept-article):
12697 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12698
126992005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
12700
12701 * gnus-async.el: Require timer-funcs at compile time when in
12702 XEmacs for `run-with-idle-timer'.
12703
127042005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
12705
12706 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12707 autoloaded function.
12708
127092005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12710
12711 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12712
880820fe 127132005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
01c52d31
MB
12714
12715 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12716
127172005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
12718
12719 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12720 gnus-expert-user to default.
12721
127222005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
12723
12724 * nnimap.el (nnimap-open-server): Ditto.
12725
12726 * imap.el (imap-authenticate): Fix typo.
12727
127282005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
12729
12730 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12731 buffer (since IMAP server might return FETCH response out of
12732 order, and the nntp buffer must be sorted).
12733
127342005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
12735
12736 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12737 comparison on string.
12738
149cd465
JB
12739 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12740 (gnus-agent-score): Renamed category keywords to match gnus-cus.
01c52d31
MB
12741 (gnus-agent-summary-fetch-series): Modified to protect against
12742 gnus-agent-summary-fetch-group clearing processable flags.
12743 (gnus-agent-synchronize-group-flags): Update live group buffer as
12744 synchronization may occur due to the user toggle the plugged
12745 status.
12746 (gnus-agent-fetch-group-1): Clear downloadable flag when article
12747 successfully downloaded.
12748 (gnus-agent-expire-group-1): Avoid using markers when the overview
12749 is in ascending order; greatly improves performance.
12750 (gnus-agent-regenerate-group): Use
12751 gnus-agent-synchronize-group-flags to reset read status in both
12752 gnus and server.
12753 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12754
127552005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
12756
12757 * message.el: Don't autoload former message-utils variables.
12758 (message-strip-subject-trailing-was): Change doc string.
12759
12760 * nnweb.el: Fixes for `gnus-group-make-web-group'.
12761 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
12762 (nnweb-google-search): Add "hl=en" here.
12763 (nnweb-google-parse-1, nnweb-google-create-mapping):
12764 Don't hardcode URL.
12765
127662005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
12767
12768 * message.el (message-get-reply-headers, message-followup):
12769 Mention related variables `message-use-followup-to' and
12770 `message-use-mail-followup-to', in the information buffer.
12771
12772 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12773 of broken groups(-beta).google.com.
12774
127752005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
12776
12777 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12778 parameter to invoked gnus-request-move-article; remove the
12779 redundant gnus-sum-hint-move-is-internal variable; apply the marks
12780 all at once instead of once per article.
12781 (gnus-summary-remove-process-mark): Accept a list of articles as
12782 well as a single article for processing.
12783
12784 * gnus-int.el (gnus-request-move-article): Add move-is-internal
12785 parameter.
12786
12787 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12788
12789 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12790
12791 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12792 parameter.
12793
12794 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12795 parameter.
12796
12797 * nnimap.el (nnimap-request-move-article): Add move-is-internal
12798 parameter and remove the gnus-sum-hint-move-is-internal variable.
12799
12800 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12801 parameter.
12802
12803 * nndraft.el (nndraft-request-move-article): Add move-is-internal
12804 parameter.
12805
12806 * nndiary.el (nndiary-request-move-article): Add move-is-internal
12807 parameter.
12808
12809 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12810
12811 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12812 parameter.
12813
12814 * nnagent.el (nnagent-request-move-article): Add move-is-internal
12815 parameter.
12816
128172005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
12818
12819 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12820 a more conservative way.
12821
128222005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
12823
12824 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12825 buffer, so it moves the window's cursor.
12826
880820fe 128272005-02-26 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
12828
12829 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12830 `mm-dissect-multipart' and receive the from field as an (optional)
12831 argument from `mm-dissect-multipart'.
12832 (mm-dissect-multipart): Receive the from field as an argument and
12833 pass it on when we call `mm-dissect-buffer' on MIME parts.
12834 Fixes verification/decryption of signed/encrypted MIME parts.
12835
128362005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
12837
12838 * gnus-sum.el (gnus-summary-move-article): Set
12839 gnus-sum-hint-move-is-internal for gnus-request-move-article and
12840 whatever it calls (right now, only nnimap-request-move article
12841 respects it).
12842
12843 * nnimap.el (nnimap-request-move-article): When
12844 gnus-sum-hint-move-is-internal is set, don't do the extra
12845 nnimap-request-article.
12846
128472005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
12848
12849 * nnheader.el (nnheader-find-file-noselect): Add doc string.
12850
12851 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12852 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12853
12854 * gnus-sum.el (gnus-summary-caesar-message):
12855 Apply `gnus-treat-article' after rotation.
12856
12857 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12858 doc string.
12859
128602005-02-22 Simon Josefsson <jas@extundo.com>
12861
12862 * encrypt.el (encrypt-password-cache-expiry): Remove (use
880820fe 12863 `password-cache-expiry' instead). Reported by Arne Jørgensen
01c52d31
MB
12864 <arne@arnested.dk>.
12865 (encrypt): Add password-cache and password-cache-expiry as group
12866 members.
12867
880820fe 128682005-02-22 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
12869
12870 * smime.el (smime-ldap-host-list): Doc fix.
12871 (smime-ask-passphrase): Use `password-read-and-add' to read (and
12872 cache) password.
12873 (smime-sign-region): Use it.
12874 (smime-decrypt-region): Use it.
12875 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12876 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12877 fails.
12878 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12879 certificate from DER to PEM format rather than calling openssl.
12880
12881 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12882
12883 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12884 for signing/encryption.
12885
12886 * mml.el (mml-parse-1): Use them.
12887
880820fe 128882005-02-21 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
12889
12890 * nnrss.el (nnrss-verbose): Removed.
12891 (nnrss-request-group): Use `nnheader-message' instead.
12892
128932005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
12894
12895 * nnrss.el (nnrss-verbose): New variable.
12896 (nnrss-request-group): Make it say nnrss is requesting a group.
12897
128982005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
12899
12900 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12901 Handle news URL with given port correctly.
12902
129032005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
12904
12905 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12906 containing special characters.
12907
12908 * gnus-sum.el (gnus-summary-edit-article): Ditto.
12909
12910 * mml.el (mime-to-mml): Ditto.
12911
12912 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12913 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12914 (rfc2047-decode-region): Quote decoded words containing special
12915 characters when rfc2047-quote-decoded-words-containing-tspecials
12916 is non-nil.
12917
129182005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
12919
12920 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12921
12922 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12923
129242005-02-15 Simon Josefsson <jas@extundo.com>
12925
12926 * nnimap.el (nnimap-debug): Doc fix.
12927
12928 * imap.el (imap-debug): Doc fix.
12929
129302005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
12931
12932 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12933
129342005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
12935
12936 * gnus.el (spam-contents): Improve docs for spam-contents
12937 parameter in its variable incarnation.
12938
129392005-02-14 Simon Josefsson <jas@extundo.com>
12940
12941 * smime-ldap.el: Use require instead of load-library for ldap.
12942 (smime-ldap-search): Indent.
12943 (smime-ldap-search-internal): Shorten line.
12944
12945 * smime.el (smime-cert-by-dns): Add doc-string.
12946 (smime-cert-by-ldap-1): Indent.
12947
12948 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12949 mml-smime-get-dns-ldap.
12950 (mml-smime-encrypt-query): Use new function. Default to ldap.
12951
880820fe 129522005-02-14 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
12953
12954 * smime.el: Require smime-ldap.
12955 (smime-ldap-host-list): New variable.
12956 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12957
12958 * mml-smime.el (mml-smime-encrypt-query): New function.
12959 (mml-smime-encrypt-query): Use it.
12960
12961 * smime-ldap.el: New file.
12962
129632005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
12964
12965 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12966
129672005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
12968
12969 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12970 argument in doc string. Make query for type more clear.
12971
129722005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
12973
12974 * gnus.el (gnus-group-startup-message): Search for gnus images in
12975 etc/images/gnus.
12976 * mm-util.el (mm-image-load-path): Likewise.
12977 * smiley.el (smiley-data-directory): Search for smilies in
12978 etc/images/smilies.
12979
129802005-02-09 Kim F. Storm <storm@cua.dk>
12981
12982 Change Emacs release version from 21.4 to 22.1 throughout.
12983 Change Emacs development version from 21.3.50 to 22.0.50.
12984
129852005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
12986
12987 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12988
12989 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12990 non-Mule XEmacs as well.
12991 (mm-decompress-buffer): Signal an error intentionally if it does
12992 not decompress compressed data because auto-compression-mode is
12993 disabled.
12994
129952005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
12996
12997 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12998 an ID in the registry even if it has no groups.
12999
130002005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
13001
13002 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13003 merge it into mm-decompress-buffer.
13004 (gnus-mime-copy-part): Use the MIME part charset, the value which
13005 a user specified or gnus-newsgroup-charset for decoding, like
13006 gnus-mime-inline-part does; set buffer-file-coding-system to tell
13007 save-buffer what was used. Suggested by Kevin Ryde
13008 <user42@zip.com.au>.
13009 (gnus-mime-inline-part): Allow the name parameter as well as the
13010 filename parameter; force decompressing of compressed data; always
13011 display contents being not decoded as unibyte.
13012
13013 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13014 as well as the filename parameter.
13015
13016 * mm-util.el (mm-decompress-buffer): Merge
13017 gnus-mime-jka-compr-maybe-uncompress.
13018 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13019 of compressed data.
13020
130212005-02-08 Simon Josefsson <jas@extundo.com>
13022
13023 * imap.el (imap-log): Doc fix.
13024
130252005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
13026
13027 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13028 the coding cookies; decompress compressed parts.
13029
10d1d0af 13030 * mml.el (mml-generate-mime-1): Add the charset parameter according
01c52d31
MB
13031 to the value which a user specified manually or the coding cookie.
13032
13033 * mm-util.el (mm-string-to-multibyte): New function.
13034 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13035 (mm-coding-system-to-mime-charset): New function.
13036 (mm-decompress-buffer): New function.
13037 (mm-find-buffer-file-coding-system): New function.
13038
13039 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13040 (mm-display-inline-fontify): Rewrite for decoding and decompressing
13041 parts.
13042
130432005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13044
13045 * mm-view.el (mm-display-inline-fontify): Decode a part according
13046 to the charset parameter.
13047
130482005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
13049
13050 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13051 prefix arg is neither nil nor a number, as info specifies.
13052
130532005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
13054
13055 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13056 timestamps.
13057
130582005-02-02 Jari Aalto <jari.aalto@cante.net>
13059
13060 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13061 groups error checking and notify user.
13062
130632005-02-02 Jari Aalto <jari.aalto@poboxes.com>
13064
13065 * message.el (message-send-mail-function): Check existence of
13066 sendmail-program first before using default value
13067 `message-send-mail-with-sendmail'. Otherwise use more generic
13068 `smtpmail-send-it'.
13069
130702005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
13071
13072 * nntp.el (nntp-request-update-info): Always return nil.
13073
130742005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
13075
13076 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13077
130782005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
13079
13080 * message.el (message-beginning-of-line): Change the behavior when
13081 invoked between BOL and : so that it first moves backward.
13082
130832005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
13084
13085 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13086 article buffer when editing of the article is discarded.
13087 (gnus-article-prepare): Revert.
13088
130892005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
13090
13091 * gnus-art.el (gnus-article-prepare):
13092 Remove message-strip-forbidden-properties from the local hook.
13093
130942005-01-27 Simon Josefsson <jas@extundo.com>
13095
13096 * password.el (password-cache-add): Only start one timer per key.
13097 Reported by Derek Atkins <warlord@MIT.EDU>.
13098
130992005-01-26 Steve Youngs <steve@sxemacs.org>
13100
13101 * run-at-time.el: Removed. It is no longer needed as
13102 timer-funcs.el in the xemacs-base package has a working version of
13103 `run-at-time'.
13104
13105 * password.el: Require timer-funcs instead of run-at-time in
13106 XEmacs.
13107 Remove `password-run-at-time' macro.
13108 (password-cache-add): Use `run-at-time' instead of
13109 `password-run-at-time'.
13110
13111 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13112 for `run-with-idle-timer'.
13113
13114 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13115 for `run-at-time'.
13116
13117 * mm-url.el: Require timer-funcs at compile time when in XEmacs
13118 for `with-timeout'.
13119
131202005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
13121
13122 * mml.el (mml-generate-mime-1): Convert string into unibyte when
13123 inserting " *mml*" buffer's contents into a unibyte temp buffer.
13124
131252005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
13126
13127 * mail-source.el (mail-source-fetch-imap): Search for ^From case
13128 sensitively.
13129
131302005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
13131
13132 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13133
131342005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
13135
13136 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13137 which will be inserted according to the multibyteness of a buffer
13138 rather than the type of contents. Suggested by ARISAWA Akihiro
13139 <ari@mbf.ocn.ne.jp>.
13140
13141 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13142 of string which old xml.el may return rather than a string.
13143
131442005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
13145
13146 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13147
131482005-01-16 Simon Josefsson <jas@extundo.com>
13149
13150 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13151 idn/idna.el isn't available.
13152 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
13153 <michael@waxrat.com>.
13154
13155 * hashcash.el: Remove non-FSF copyright header.
13156
13157 * hashcash.el (hashcash-extra-generate-parameters): New variable.
13158 (hashcash-generate-payment): Use it.
13159 (hashcash-generate-payment-async): Use it.
13160
131612005-01-15 Simon Josefsson <jas@extundo.com>
13162
13163 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13164 Suggested by Raymond Scholz <ray-2005@zonix.de>.
13165
13166 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13167 gnus-summary-idna-message.
13168 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13169 (gnus-summary-idna-message): New function.
13170
131712005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
13172
13173 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13174 gnus-novice-user.
13175
131762005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
13177
13178 * nnrss.el (nnrss-request-delete-group): Delete entries in
13179 nnrss-group-alist as well.
13180 (nnrss-save-server-data): Insert newline.
13181
131822005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
13183
13184 * gnus.el (gnus-user-agent): Use list of symbols instead of
13185 symbols. Display full version number for (S)XEmacs. Optionally
13186 display (S)XEmacs codename.
13187
13188 * gnus-util.el (gnus-emacs-version): Update for new
13189 `gnus-user-agent'.
13190
13191 * gnus-msg.el (gnus-extended-version): Make it possible to omit
13192 Gnus version.
13193
131942005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
13195
13196 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
13197 which is unreadable in some setups.
13198
131992005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
13200
13201 * gnus-spec.el (gnus-update-format-specifications): Flush the
13202 group format spec cache if it doesn't support decoded group names.
13203
132042005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
13205
c9e31f32
SM
13206 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13207 Allow to apply decay on score files matching a regexp.
01c52d31
MB
13208
132092004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
13210
13211 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13212 compatibility in %g and %c.
13213
132142004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
13215
13216 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13217 name for only %g and %c.
13218 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13219 of gnus-tmp-group to decoded group name.
13220 (gnus-group-make-rss-group): Exclude `/'s from group names.
13221
132222004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
13223
13224 * nnrss.el (nnrss-get-encoding): Fix regexp.
13225
132262004-12-27 Simon Josefsson <jas@extundo.com>
13227
13228 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13229 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13230 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
13231
132322004-12-17 Kim F. Storm <storm@cua.dk>
13233
13234 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13235
13236 * gnus-sum.el (gnus-summary-mode-map): Likewise.
13237
132382004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
13239
13240 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13241
132422004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
13243
13244 * nnrss.el: Require rfc2047 and mml.
13245 (nnrss-file-coding-system): New variable.
13246 (nnrss-format-string): Redefine it as an inline function.
13247 (nnrss-decode-group-name): New function.
13248 (nnrss-string-as-multibyte): Remove.
13249 (nnrss-retrieve-headers): Decode group name; don't use
13250 nnrss-format-string.
13251 (nnrss-request-group): Decode group name.
13252 (nnrss-request-article): Decode group name; allow a Message-ID as
13253 well as an article number; don't use nnrss-format-string; encode a
13254 Message-ID string which may contain non-ASCII characters; use
13255 mml-to-mime to compose a MIME article.
13256 (nnrss-request-expire-articles): Decode group name.
13257 (nnrss-request-delete-group): Decode group name.
13258 (nnrss-fetch): Clarify error message.
13259 (nnrss-read-server-data): Use insert-file-contents instead of load;
13260 bind file-name-coding-system; use multibyte buffer.
13261 (nnrss-save-server-data): Bind coding-system-for-write to the
13262 value of nnrss-file-coding-system; bind file-name-coding-system;
13263 add coding cookie.
13264 (nnrss-read-group-data): Use insert-file-contents instead of load;
13265 bind file-name-coding-system; use multibyte buffer.
13266 (nnrss-save-group-data): Bind coding-system-for-write to the
13267 value of nnrss-file-coding-system; bind file-name-coding-system.
13268 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13269 make it work with non-ASCII text.
13270 (nnrss-find-el): Make it work with old xml.el as well.
13271
132722004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
13273
13274 * nnrss.el (nnrss-get-encoding): New function.
13275 (nnrss-fetch): Use unibyte buffer initially; bind
13276 coding-system-for-read while performing mm-url-insert; remove ^Ms;
13277 decode contents according to the encoding attribute.
13278 (nnrss-save-group-data): Add coding cookie.
13279 (nnrss-mime-encode-string): New function.
13280 (nnrss-check-group): Use it to encode subject and author.
13281
132822004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
13283
13284 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13285 imaginary variable.
13286
132872004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
13288
13289 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13290 correctly even if there are wide characters.
13291
132922004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
13293
13294 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13295 downcased symbol names; make a new cache instead of reusing
13296 bbdb-hashtable.
13297
132982004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
13299
13300 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13301 concatenating segments rather than before concatenating them.
13302 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13303
13304 * message.el (message-get-reply-headers): Bind `extra'.
13305
133062004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13307
13308 * message.el (message-extra-wide-headers): New variable.
13309 (message-get-reply-headers): Use it.
13310
133112004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
13312
13313 * gnus-agent.el (gnus-agent-group-path): Decode group name.
13314 (gnus-agent-group-pathname): Ditto.
13315
13316 * gnus-cache.el (gnus-cache-file-name): Decode group name.
13317
13318 * gnus-group.el (gnus-group-make-group): Decode group name.
13319 (gnus-group-make-rss-group): Register the group data after opening
13320 the nnrss group.
13321
133222004-12-17 Paul Jarc <prj@po.cwru.edu>
13323
13324 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13325 by expiry now get marked as read.
13326
133272004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
13328
13329 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13330
133312004-12-17 Aidan Kehoe <kehoea@parhasard.net>
13332
13333 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13334 unify Latin characters in XEmacs.
13335 (mm-find-mime-charset-region): Use it.
13336
133372004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
13338
13339 * gnus-util.el (gnus-delete-directory): New function.
13340
13341 * gnus-agent.el (gnus-agent-delete-group): Use it.
13342
13343 * gnus-cache.el (gnus-cache-delete-group): Use it.
13344
133452004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
13346
13347 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13348 names.
13349
133502004-12-16 Simon Josefsson <jas@extundo.com>
13351
13352 * hashcash.el (hashcash-payment-alist): Fix custom :type.
13353
133542004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
13355
13356 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13357
13358 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13359 (gnus-group-set-current-level): Decode group name.
13360
133612004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
13362
13363 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13364 failed.
13365
133662004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
13367
13368 * gnus-group.el (gnus-group-delete-group): Decode group name.
13369 (gnus-group-make-rss-group): Encode group name.
13370 (gnus-group-catchup-current): Decode group name.
13371 (gnus-group-kill-group): Decode group name.
13372
133732004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
13374
13375 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13376
133772004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
13378
13379 * gnus-group.el (gnus-group-make-rss-group):
13380 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13381
13382 * gnus-start.el (gnus-setup-news): Honor user's setting to
13383 gnus-message-archive-method. Suggested by Lute Kamstra
13384 <lute@gnu.org>.
13385
133862004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
13387
13388 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13389 global counterparts of the buffer-local variables.
13390
133912004-11-16 Romain Francoise <romain@orebokech.com>
13392
13393 * gnus-sum.el (gnus-summary-exit): Don't clear the global
13394 counterparts of the buffer-local variables.
13395
133962004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
13397
13398 * message.el (message-forbidden-properties): Fixed typo in doc
13399 string.
13400
134012004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
13402
13403 * gnus-util.el (gnus-replace-in-string): Added doc string.
13404
13405 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13406 to avoid problems when splitting mails with many recipients.
13407
134082004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
13409
13410 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13411 pop-to-buffer, covered by the subsequent gnus-configure-windows.
13412
134132004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
13414
13415 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13416 if there is no hashtable in memory or file modification time is
13417 newer than cached timestamp.
13418
134192004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
13420
13421 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13422 not-matching option.
13423
134242004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
13425
13426 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13427 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13428 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13429 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13430 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
13431 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13432
134332004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
13434
13435 * message.el (message-forward-make-body-mml): Remove headers
13436 according to message-forward-ignored-headers if a message is decoded.
13437
134382004-12-02 Romain Francoise <romain@orebokech.com>
13439
13440 * message.el (message-forward-make-body-plain): Always remove
13441 headers according to message-forward-ignored-headers.
13442
134432004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
13444
13445 * spam.el (spam-summary-prepare-exit): Remove the
13446 gnus-summary-limit pop for now, it has problems with ham marks for
13447 me.
13448
134492004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
13450
13451 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13452 correctly.
13453
134542004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
13455
13456 * format-spec.el (format-spec): Message the char.
13457
134582004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
13459
13460 * gnus-art.el (gnus-split-methods): Reformat comments.
13461
13462 * spam.el (spam-summary-prepare-exit): Remove article limits
13463 before exiting the summary buffer.
13464
134652004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
13466
13467 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13468 order to silence the byte compiler.
13469
13470 * spam.el: Fix the way to silence the byte compiler, which
13471 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13472 bbdb-search-simple, spam-BBDB-register-routine,
13473 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13474 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13475 spam-stat-buffer-is-spam, spam-stat-load,
13476 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13477 spam-stat-save and spam-stat-split-fancy.
13478
134792004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
13480
13481 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13482 which may confuse users.
13483 (canlock-password-for-verify): Ditto.
13484
13485 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13486
13487 * gnus-art.el (gnus-emphasis-alist): Ditto.
13488
13489 * gnus-registry.el (gnus-registry-max-entries): Ditto.
13490
13491 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13492
13493 * gnus-start.el (gnus-save-killed-list): Ditto.
13494
13495 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13496 (gnus-sum-thread-tree-root): Ditto.
13497 (gnus-sum-thread-tree-false-root): Ditto.
13498 (gnus-sum-thread-tree-single-indent): Ditto.
13499
13500 * message.el (message-courtesy-message): Ditto.
13501 (message-archive-note): Ditto.
13502 (message-subscribed-address-file): Ditto.
13503 (message-user-fqdn): Ditto.
13504
13505 * spam-report.el (spam-report-gmane-regex): Ditto.
13506
13507 * spam.el (spam-blackhole-good-server-regex): Ditto.
13508
135092004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
13510
13511 * mml.el (mml-preview): Widen the message buffer before copying
13512 the contents to the preview buffer; sort headers before previewing.
13513
13514 * message.el (message-hidden-headers): Fix the way to avoid a bug
13515 in the `repeat' widget in Emacs 21.3 or earlier.
13516
135172004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
13518
13519 * message.el (message-hidden-headers): Default to "^References:".
13520 Improve customization type. Suggested by Reiner Steib
13521 <Reiner.Steib@gmx.de>.
13522
135232004-11-25 Romain Francoise <romain@orebokech.com>
13524
13525 * message.el (message-strip-forbidden-properties): Remove check for
13526 obsolete `message-hidden' text property, hidden headers are not
13527 accessible in the buffer anymore.
13528
135292004-11-22 Romain Francoise <romain@orebokech.com>
13530
13531 * message.el (message-header-format-alist): Add `From' in list
13532 so that it can be sorted.
13533 (message-fix-before-sending): Widen and sort headers before
13534 sending.
13535 (message-hide-headers): Use narrowing to hide headers by moving
13536 them to the top of the buffer and narrowing to the region
13537 underneath.
13538
135392004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13540
13541 * message.el (message-strip-forbidden-properties): Bind
13542 buffer-read-only (etc) to nil.
13543
135442004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
13545
13546 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13547 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13548
135492004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
13550
13551 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13552
135532004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13554
13555 * dns.el (query-dns): Use sit-for to time instead of
13556 accept-process-output, since that doesn't seem to work on udp
13557 sockets.
13558
135592004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
13560
13561 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13562
135632004-11-15 Jesper Harder <harder@ifa.au.dk>
13564
13565 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13566 doc string. Improve doc string.
13567
135682004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
13569
13570 * nntp.el (nntp-request-update-info): Return nil if
13571 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13572 may not call gnus-activate-group which uselessly issues the GROUP
13573 commands for all nntp groups and wastes time. Reported by Romain
13574 Francoise <romain@orebokech.com>.
13575
13576 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13577
135782004-11-15 Simon Josefsson <jas@extundo.com>
13579
13580 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13581 headers separately.
880820fe 13582 (gnus-button-openpgp): New function, inspired by Jochen Küpper
01c52d31
MB
13583 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13584
135852004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
13586
13587 * gnus-start.el (gnus-convert-old-newsrc):
13588 Assign legacy-gnus-agent to 5.10.7.
13589
135902004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13591
13592 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13593 start of the lines.
13594
135952004-11-14 Magnus Henoch <mange@freemail.hu>
13596
c4cc8b9a
JB
13597 * hashcash.el (hashcash-default-payment): Change default to 20.
13598 (hashcash-default-accept-payment): Change default to 20.
13599 (hashcash-process-alist): New variable.
13600 (hashcash-generate-payment-async): Add.
13601 (hashcash-already-paid-p): Add.
13602 (hashcash-insert-payment): Don't generate payments twice.
13603 (hashcash-insert-payment-async): Add.
13604 (hashcash-insert-payment-async-2): Add.
13605 (hashcash-cancel-async): Add.
13606 (hashcash-wait-async): Add.
13607 (hashcash-processes-running-p): Add.
13608 (hashcash-wait-or-cancel): Add.
01c52d31
MB
13609 (mail-add-payment): New optional argument. Conditionally start
13610 asynchronous calculation.
c4cc8b9a 13611 (mail-add-payment-async): Add.
01c52d31
MB
13612
13613 * message.el (message-send-mail): Wait for asynchronous hashcash
13614 results. Don't clobber existing X-Hashcash headers.
13615 (message-setup-1): Call mail-add-payment-async when
13616 message-generate-hashcash is non-nil.
13617
136182004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13619
13620 * message.el (message-use-alternative-email-as-from): Examine the
13621 From header as well; use message-make-from in order to include a
13622 user's full name.
13623
136242004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
13625
13626 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13627 default; improve customization type.
13628 (gnus-emphasis-custom-with-format): New macro.
13629 (gnus-emphasis-custom-value-to-external): New function.
13630 (gnus-emphasis-custom-value-to-internal): New function.
13631
136322004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
13633
13634 * dns.el (query-dns): Resolve reverse addresses.
13635
136362004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13637
13638 * gnus-group.el (gnus-group-get-new-news): Use it.
13639
13640 * gnus-start.el (gnus-check-reasonable-setup): New function.
13641
136422004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
13643
13644 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13645 "Args out of range" error. Reported by Arnaud Giersch
13646 <arnaud.giersch@free.fr>.
13647
136482004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
13649
13650 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13651
136522004-11-04 Richard M. Stallman <rms@gnu.org>
13653
13654 * spam.el (spam group): Add :version.
13655
13656 * pgg-def.el (pgg group): Add :version.
13657
136582004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
13659
13660 * gnus-art.el (gnus-article-edit-article): Don't associate the
13661 article buffer with a draft file. This is a temporary measure
13662 against the 2004-08-22 change to gnus-article-edit-mode.
13663
136642004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
13665
13666 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13667 (html2text-format-tags): Remove unused variable `attr'.
13668
136692004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
13670
13671 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13672
13673 * spam-stat.el (spam-stat): Add :version.
13674
13675 * sieve.el (sieve): Add :version.
13676
13677 * sha1.el (sha1): Add :version.
13678 (sha1-use-external): Remove redundant version.
13679
13680 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13681 (nnmail-cache-ignore-groups, nnmail-spool-hook)
13682 (nnmail-split-fancy-match-partial-words)
13683 (nnmail-split-lowercase-expanded): Add :version.
13684
13685 * nndiary.el (nndiary): Add :version.
13686
13687 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13688
13689 * mml-sec.el (mml-default-sign-method)
13690 (mml-default-encrypt-method, mml-signencrypt-style-alist):
13691 Add :version.
13692
13693 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13694
13695 * mm-url.el (mm-url-use-external, mm-url-program)
13696 (mm-url-arguments): Add :version.
13697
13698 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13699 (mm-attachment-file-modes, mm-decrypt-option)
13700 (mm-w3m-safe-url-regexp): Add :version.
13701
13702 * message.el (message-cite-prefix-regexp)
13703 (message-sendmail-envelope-from, message-minibuffer-local-map)
13704 (message-user-fqdn, message-completion-alist): Add :version.
13705
13706 * gnus-win.el (gnus-configure-windows-hook)
13707 (gnus-use-frames-on-any-display): Add :version.
13708
13709 * gnus-art.el (gnus-article-address-banner-alist)
13710 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13711 (gnus-treat-from-picon, gnus-treat-mail-picon)
13712 (gnus-treat-x-pgp-sig): Add :version.
13713
13714 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13715 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13716 (gnus-summary-article-delete-hook)
13717 (gnus-summary-display-while-building): Add :version.
13718
13719 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
079a5e72 13720 (gnus-get-top-new-news-hook): Add :version.
01c52d31
MB
13721
13722 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13723 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13724
13725 * gnus-registry.el (gnus-registry): Add :version.
13726
13727 * gnus-spec.el (gnus-use-correct-string-widths)
13728 (gnus-make-format-preserve-properties): Add :version.
13729
13730 * gnus.el (gnus-group-charter-alist)
13731 (gnus-group-fetch-control-use-browse-url)
13732 (gnus-install-group-spam-parameters): Add :version.
13733
13734 * gnus-diary.el (gnus-diary): Add :version.
13735
13736 * gnus-delay.el (gnus-delay): Add :version.
13737
13738 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13739 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13740 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13741 Add :version.
13742
13743 * gnus-agent.el (gnus-agent-max-fetch-size)
13744 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13745 (gnus-agent-prompt-send-queue): Add :version.
13746
13747 * deuglify.el (gnus-outlook-deuglify): Add :version.
13748
13749 * html2text.el: Beautify code. Improve doc strings. Some
13750 checkdoc cleanup.
13751 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13752
137532004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
13754
13755 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13756
137572004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
13758
13759 * gnus-registry.el (gnus-registry-hashtb): Create the registry
13760 when package is loaded.
13761
13762 * spam.el (spam-summary-score-preferred-header): Add global preference
13763 for people who want to override the default SpamAssassin over
13764 Bogofilter preference (when both are set).
13765 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13766 (spam-user-format-function-S): Check
13767 spam-summary-score-preferred-header.
13768 (spam-extra-header-to-number): Add X-Bogosity header parsing.
13769 (spam-user-format-function-S): Format the score correctly.
13770
137712004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
13772
13773 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13774 signature file. Suggested by Manoj Srivastava
13775 <srivasta@golden-gryphon.com>.
13776
13777 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13778 iso-2022-jp even in the Japanese language environment.
13779 Suggested by Jason Rumney <jasonr@gnu.org>.
13780
137812004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
13782
13783 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13784 use the same characters as the dummy marks; make it free from
13785 getting affected by the language environment.
13786 (gnus-summary-read-group-1): Update mark positions only when the
13787 format spec is updated.
13788
13789 * gnus-spec.el (gnus-update-format-specifications): Return a list
13790 of updated types.
13791
137922004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
13793
13794 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13795 of boundp to check if display-warning is available.
13796
137972004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
13798
13799 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13800
138012004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
13802
13803 * nnspool.el (nnspool-spool-directory): Use news-path if the
13804 news-directory variable is not bound.
13805
13806 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13807 function instead of display-warning if it is not available.
13808
138092004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
13810
13811 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13812 v5-10: Use `point-at-bol'.
13813
138142004-10-26 Simon Josefsson <jas@extundo.com>
13815
13816 * hashcash.el: Fix URL in comment, reported by Cheng Gao
13817 <chenggao@gmail.com>.
13818
138192004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
13820
13821 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
13822 instead.
13823
138242004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
13825
13826 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13827 to remove a server from the nnimap-server-buffer-alist.
13828 (nnimap-open-connection, nnimap-close-server): Use it.
13829
13830 * gnus-encrypt.el: Remove file in favor of encrypt.el.
13831
138322004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
13833
13834 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13835 running the major-mode function.
13836
138372004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
13838
13839 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13840 dummy marks in the right way.
13841
138422004-10-18 David Edmondson <dme@dme.org>
13843
13844 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13845 excessively.
13846
138472004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
13848
13849 * gnus-util.el (gnus-split-references): Accept a nil references
13850 string and go on blissfully.
13851
13852 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13853 cases where the references string is non-nil but has no references.
13854
13855 * encrypt.el: Add autoload tags.
13856
13857 * spam.el (spam-resolve-registrations-routine): Remove article
13858 from unregistration list too. Reported by David Hanak
13859 <dhanak@isis.vanderbilt.edu>
13860
138612004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
13862
13863 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13864 nil. Changed custom type.
13865
138662004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
13867
13868 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13869
13870 * gnus-sum.el (gnus-summary-move-article): Use it.
13871
138722004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
13873
13874 * encrypt.el: Add autoload cookies.
13875
13876 * spam.el (spam-backend-article-list-property)
13877 (spam-backend-get-article-todo-list)
b97439ce 13878 (spam-backend-put-article-todo-list)
01c52d31
MB
13879 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13880 Resolve registrations separately.
13881 (spam-register-routine): Format comments.
13882 (spam-unregister-routine, spam-register-routine): Always call with
13883 specific-articles, no default list.
13884 (spam-summary-prepare-exit): Use the spam-classifications function.
13885
13886 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13887 gnus-encrypt.el.
13888
002876ab 13889 * encrypt.el: Copied from gnus-encrypt.el.
01c52d31 13890
002876ab 13891 * gnus-encrypt.el: Commented that it's obsolete.
01c52d31
MB
13892
138932004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
13894
13895 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13896 (gnus-score-save): Use it.
13897
13898 * message.el (message-bury): Use `window-dedicated-p'.
13899
139002004-10-15 Simon Josefsson <jas@extundo.com>
13901
13902 * pop3.el (top-level): Don't require nnheader.
13903 (pop3-read-timeout): Add.
13904 (pop3-accept-process-output): Add.
13905 (pop3-read-response, pop3-retr): Use it.
13906
139072004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
13908
13909 * spam.el (spam-register-routine): Move comment.
13910 (spam-verify-bogofilter): Use 'unknown for the initial
13911 spam-bogofilter-valid state, not 'never.
13912
13913 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13914 for netrc-machine.
13915
13916 * nnimap.el (nnimap-open-connection): Use
13917 netrc-machine-user-or-password.
13918
139192004-10-17 Richard M. Stallman <rms@gnu.org>
13920
13921 * gnus-registry.el (gnus-registry-unload-hook):
13922 Set as a variable with add-hook.
13923
13924 * nnspool.el (nnspool-spool-directory): Use news-directory instead
13925 of news-path.
13926
13927 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13928
13929 * spam.el: Delete duplicate `provide'.
13930 (spam-unload-hook): Set as a variable with add-hook.
13931
139322004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
13933
13934 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13935 in the doc string.
13936
13937 * message.el (message-ignored-news-headers)
13938 (message-ignored-supersedes-headers)
13939 (message-ignored-resent-headers)
13940 (message-forward-ignored-headers): Improve custom type.
13941
139422004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
13943
13944 * message.el (message-tokenize-header): Fix 2004-09-06 change
13945 which used point-min in the wrong place.
13946
139472004-10-12 Simon Josefsson <jas@extundo.com>
13948
13949 * tls.el (tls-certtool-program): New variable.
13950 (tls-certificate-information): New function, based on
13951 ssl-certificate-information.
13952
139532004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
13954
13955 * compface.el: Move the version of ELisp-based uncompface program
13956 to the contrib directory because of the copyright problem.
13957
139582004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
13959
13960 * message.el (message-kill-buffer): Raise the current frame.
13961
139622004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
13963
13964 * gnus-sum.el: Mention that multibyte characters don't work as marks.
13965
13966 * gnus.el (message-y-or-n-p): Autoload.
13967
13968 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13969 (pop3-password-required, pop3-authentication-scheme)
13970 (pop3-leave-mail-on-server): Made customizable.
13971 (pop3): New custom group.
13972 (pop3-retr): Remove `sleep-for' statements.
13973 Suggested by Dave Love <fx@gnu.org>.
13974
13975 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13976 Windows/DOS.
13977
13978 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13979 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
13980 Dave Love <fx@gnu.org>.
13981
13982 * mml.el (mml-minibuffer-read-disposition): Require match.
13983 Suggested by Dave Love <fx@gnu.org>.
13984
139852004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
13986
13987 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
13988 doc string.
13989
139902004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
13991
13992 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13993
139942004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13995
13996 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13997 instead of calling `mm-insert-inline', to decode text/* parts
13998 before displaying them.
13999
140002004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
14001
14002 * mm-uu.el (mm-uu-text-plain-type): New variable.
14003 (mm-uu-pgp-signed-extract-1): Use it.
14004 (mm-uu-pgp-encrypted-extract-1): Use it.
14005 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14006 bind mm-uu-text-plain-type with that value.
14007 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14008 mm-uu-dissect.
14009
140102004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
14011
14012 * gnus-group.el (gnus-update-group-mark-positions):
14013 * gnus-sum.el (gnus-update-summary-mark-positions):
14014 * message.el (message-check-news-body-syntax):
14015 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14016 of string-as-multibyte.
14017
140182004-10-05 Juri Linkov <juri@jurta.org>
14019
14020 * gnus-group.el (gnus-update-group-mark-positions):
14021 * gnus-sum.el (gnus-update-summary-mark-positions):
14022 * message.el (message-check-news-body-syntax):
14023 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14024 8-bit unibyte values to a multibyte string for search functions.
14025
140262004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
14027
14028 * mm-uu.el (mm-uu-dissect): Allow optional arg.
14029 (mm-uu-dissect-text-parts): New function.
14030
14031 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14032 dissect text parts.
14033
14034 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14035 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14036
14037 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14038
14039 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14040 gnus-current-topics instead of gnus-current-topic.
14041
140422004-10-06 Jesper Harder <harder@ifa.au.dk>
14043
14044 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14045
140462004-10-05 Jesper Harder <harder@ifa.au.dk>
14047
14048 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14049 where approriate.
14050
14051 * nnml.el (nnml-generate-active-info): do.
14052
14053 * nndiary.el (nndiary-generate-active-info): do.
14054
14055 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14056 (gnus-topic-move): do.
14057
14058 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14059 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14060
14061 * gnus-srvr.el (gnus-server-prepare)
14062 (gnus-server-open-all-servers): do.
14063
14064 * gnus-msg.el (gnus-summary-cancel-article)
14065 (gnus-summary-resend-message)
14066 (gnus-summary-mail-crosspost-complaint): do.
14067
14068 * gnus-move.el (gnus-change-server): do.
14069
14070 * gnus-group.el (gnus-group-unmark-all-groups)
14071 (gnus-group-set-current-level): do.
14072
140732004-10-04 Simon Josefsson <jas@extundo.com>
14074
14075 * message.el (message-generate-hashcash): Doc fix.
14076
140772004-10-02 Kevin Greiner <kgreiner@compsol.cc>
14078
14079 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14080 avoid infinite recursion via gnus-get-function.
14081
140822004-10-02 Jesper Harder <harder@ifa.au.dk>
14083
14084 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14085
14086 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14087
14088 * nnmail.el (nnmail-split-history): do.
14089
14090 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14091 (nnml-request-delete-group): do.
14092
14093 * nnslashdot.el (nnslashdot-read-groups): do.
14094
14095 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14096 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14097
14098 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
c4cc8b9a 14099 (nnspool-sift-nov-with-sed): Use last.
01c52d31
MB
14100 (nnspool-retrieve-headers-with-nov): Use mapc.
14101 (nnspool-request-newgroups): Use dolist.
14102 (nnspool-request-group): Use last.
14103
14104 * nntp.el (nntp-read-server-type): Use dolist.
14105
14106 * nnvirtual.el (nnvirtual-create-mapping)
14107 (nnvirtual-update-read-and-marked): Use dolist.
14108 (nnvirtual-convert-headers): Simplify.
14109
141102004-10-01 Kevin Greiner <kgreiner@compsol.cc>
14111
14112 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14113 support for sync'ing tick marks.
14114
141152004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
14116
14117 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14118 there's no visible header.
14119
141202004-10-01 Kevin Greiner <kgreiner@compsol.cc>
14121
14122 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14123 necessary, pass full group name to gnus-request-set-marks.
14124
141252004-10-01 Simon Josefsson <jas@extundo.com>
14126
14127 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
14128 acroread.
14129
141302004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14131
14132 * spam-report.el (spam-report-gmane): Fix interactive.
14133
14134 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14135
14136 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14137 when writing file.
14138 (gnus-agent-synchronize-flags): Don't default to being
14139 interactive.
14140
141412004-09-30 Simon Josefsson <jas@extundo.com>
14142
14143 * message.el (message-generate-hashcash): Add.
14144 (message-send-mail): Use it, call mail-add-payment.
14145
141462004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
14147
14148 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14149
141502004-09-28 Kevin Greiner <kgreiner@compsol.cc>
14151
14152 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14153 gnus-requst-update-info with explicit code to sync the in-memory
14154 info read flags with the marks being sync'd to the backend.
14155
14156 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14157
141582004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
14159
14160 * spam.el (spam-verify-bogofilter): Add new function.
14161 (spam-check-bogofilter)
14162 (spam-bogofilter-register-with-bogofilter): Use it.
14163 (spam-verify-bogofilter): Add small fixes.
14164
141652004-09-28 Simon Josefsson <jas@extundo.com>
14166
14167 * hashcash.el (hashcash-generate-payment): Revert.
14168
141692004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
14170
14171 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14172 gnus-extract-references instead of gnus-split-references.
14173
14174 * gnus-util.el (gnus-extract-references): Add new function, analogous
14175 to gnus-split-references but extracts only the message-ID without
14176 anything extra.
14177
14178 * hashcash.el (hashcash-generate-payment)
14179 (hashcash-check-payment): Do the right thing if hashcash-path is
14180 nil (because the hashcash program could not be found).
14181
14182 * spam.el (spam-use-hashcash): Remove comment.
14183
141842004-09-27 Jesper Harder <harder@ifa.au.dk>
14185
14186 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14187 (gnus-cache-enter-article, gnus-cache-remove-article)
14188 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14189
14190 * gnus-async.el (gnus-async-prefetch-remove-group): do.
14191
14192 * gnus-art.el (article-hide-boring-headers)
14193 (article-translate-strings, article-display-face)
14194 (gnus-article-mime-match-handle-first)
14195 (gnus-article-highlight-headers)
14196 (gnus-article-add-buttons-to-head): do.
14197
141982004-09-27 Simon Josefsson <jas@extundo.com>
14199
14200 * hashcash.el: New version, from
14201 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
14202 ../contrib/.
14203
142042004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
14205
14206 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14207
142082004-09-26 Jesper Harder <harder@ifa.au.dk>
14209
14210 * gnus-dup.el (gnus-dup-open): Use mapc.
14211 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14212
14213 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14214 Reported by Stefan Wiens <s.wi@gmx.net>.
14215
14216 * gnus.el (gnus-shutdown): Use dolist.
14217
14218 * gnus-undo.el (gnus-undo): Use mapc.
14219
14220 * nnrss.el (nnrss-generate-active): do.
14221
14222 * message.el (message-cite-original-without-signature)
14223 (message-cite-original): Use mapc.
14224 (message-do-actions, message-make-forward-subject): Use dolist.
14225
142262004-09-25 Kevin Greiner <kgreiner@compsol.cc>
14227
14228 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14229 deletion to remove entire duplicate line. Fixes merged article
14230 number bug.
14231
142322004-09-25 Kevin Greiner <kgreiner@compsol.cc>
14233
14234 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14235 servers that are offline. Avoids having gnus-agent-toggle-plugged
14236 first ask if you want to open a server and then, even when you
14237 responded with no, asking if you want to synchronize the server's
14238 flags.
14239 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14240 multi-line expressions.
14241 (gnus-agent-synchronize-group-flags): New internal function.
14242 Updates marks in memory (in the info structure) AND in the
14243 backend.
14244
14245 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14246
14247 * nnagent.el (nnagent-request-set-mark): Use
14248 gnus-agent-synchronize-group-flags, not backend's request-set-mark
14249 method, to ensure that synchronization updates marks in the
14250 backend and in the info (in memory) structure.
14251
142522004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
14253
14254 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14255 convention fully; don't miss the root article of a thread; make
14256 the X-Draft-From header with correct article numbers.
14257
142582004-09-23 Kevin Greiner <kgreiner@compsol.cc>
14259
14260 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14261 unless plugged. Disable the agent so that an open failure causes
14262 an error.
14263
14264 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14265 Reverted 2004-09-21 change. The backend must be opened while
14266 synchronizing flags even when the backend stores the flags
14267 locally.
14268
142692004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
14270
14271 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14272 in `header' match. Reported by Svend Tollak Munkejord.
14273
14274 * message.el (message-cite-original): Fix use of
14275 `message-cite-articles-with-x-no-archive'.
14276
142772004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
14278
14279 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14280 (gnus-window-to-buffer): Ditto.
14281
14282 * mml.el (mml-preview-buffer): New variable.
14283 (mml-preview): Manage window layout with gnus-buffer-configuration.
14284
14285 * gnus-msg.el (gnus-setup-message): Put article numbers into the
14286 X-Draft-From header even if those articles aren't quoted.
14287
142882004-09-21 Kevin Greiner <kgreiner@compsol.cc>
14289
14290 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14291 (gnus-request-set-mark, gnus-request-update-mark): Use new
14292 g-s-t-u-l-m to decide to use backend even when unplugged.
14293
142942004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
14295
14296 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14297 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
14298
142992004-09-20 Simon Josefsson <jas@extundo.com>
14300
14301 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14302 "utf-16-le".
14303
143042004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
14305
14306 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14307
143082004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
14309
14310 * uudecode.el (uudecode-use-external): Add :version.
14311
14312 * smime.el (smime-CA-file, smime-encrypt-cipher)
14313 (smime-dns-server): Add :version.
14314
14315 * smiley.el (gnus-smiley-file-types): Add :version.
14316
14317 * sha1.el (sha1-use-external): Add :version.
14318
14319 * pgg-def.el (pgg-query-keyserver): Add :version.
14320
14321 * nnmail.el (nnmail-fancy-expiry-targets)
14322 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14323 Add :version.
14324
14325 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14326 (nnimap-retrieve-groups-asynchronous): Add :version.
14327 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
14328
14329 * mml.el (mml-content-disposition-parameters)
14330 (mml-insert-mime-headers-always): Add :version.
14331
14332 * mm-util.el (mm-coding-system-priorities): Add :version.
14333
14334 * mm-decode.el (mm-inline-text-html-with-images)
14335 (mm-keep-viewer-alive-types, mm-external-terminal-program)
14336 (mm-verify-option): Add :version.
14337 (mm-text-html-renderer): Change :version.
14338
14339 * message.el (message-fcc-externalize-attachments)
14340 (message-required-headers, message-draft-headers)
14341 (message-subject-trailing-was-query)
14342 (message-subject-trailing-was-ask-regexp)
14343 (message-subject-trailing-was-regexp, message-mark-insert-begin)
14344 (message-mark-insert-end, message-archive-header)
14345 (message-archive-note, message-cross-post-default)
14346 (message-cross-post-note, message-followup-to-note)
14347 (message-cross-post-note-function, message-use-mail-followup-to)
14348 (message-subscribed-address-functions)
14349 (message-subscribed-address-file, message-subscribed-addresses)
14350 (message-subscribed-regexps, message-allow-no-recipients)
14351 (message-yank-cited-prefix, message-signature-insert-empty-line)
14352 (message-hidden-headers, message-hierarchical-addresses)
14353 (message-mail-user-agent, message-use-idna)
14354 (message-valid-fqdn-regexp)
14355 (message-strip-special-text-properties, message-header-synonyms)
14356 (message-beginning-of-line, message-tab-body-function): Add :version.
14357 (message-insert-canlock, message-wide-reply-confirm-recipients):
14358 Change :version.
14359
14360 * mail-source.el (mail-source-ignore-errors): Add :group, :type
14361 and :version.
14362 (mail-source-delete-old-incoming-confirm)
14363 (mail-source-movemail-program): Add :version.
14364
14365 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14366 (gnus-agent-cache, gnus-agent): Change :version.
14367
14368 * gnus-util.el (gnus-use-byte-compile): Change :version.
14369
14370 * gnus-sum.el (gnus-summary-make-false-root-always)
14371 (gnus-summary-default-high-score)
14372 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14373 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14374 (gnus-read-all-available-headers, gnus-article-emulate-mime)
14375 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14376 (gnus-sum-thread-tree-single-indent)
14377 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14378 (gnus-sum-thread-tree-leaf-with-other)
14379 (gnus-sum-thread-tree-single-leaf): Add :version.
14380 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14381 (gnus-article-loose-mime): Change :version.
14382
14383 * gnus-start.el (gnus-backup-startup-file)
14384 (gnus-save-startup-file-via-temp-buffer): Add :version.
14385
14386 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14387 (gnus-server-offline-face): Add :version.
14388
14389 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14390
14391 * gnus-msg.el (gnus-gcc-externalize-attachments)
14392 (gnus-debug-files, gnus-debug-exclude-variables)
14393 (gnus-discouraged-post-methods): Change :version.
14394 (gnus-confirm-mail-reply-to-news)
14395 (gnus-confirm-treat-mail-like-news): Add :version.
14396
14397 * gnus-int.el (gnus-server-unopen-status): Add :version.
14398
14399 * gnus-group.el (gnus-group-jump-to-group-prompt)
14400 (gnus-large-ephemeral-newsgroup)
14401 (gnus-fetch-old-ephemeral-headers): Add :version.
14402
14403 * gnus-fun.el (gnus-x-face-directory)
14404 (gnus-convert-pbm-to-x-face-command)
14405 (gnus-convert-image-to-x-face-command)
14406 (gnus-convert-image-to-face-command): Add :version.
14407
14408 * gnus-delay.el (gnus-delay-default-hour): Add :version.
14409
14410 * gnus-cite.el (gnus-cite-blank-line-after-header)
14411 (gnus-article-boring-faces): Add :version.
14412
14413 * gnus-art.el (gnus-buttonized-mime-types)
14414 (gnus-inhibit-mime-unbuttonizing)
14415 (gnus-treat-display-face)
14416 (gnus-treat-body-boundary): Change :version.
14417 (gnus-body-boundary-delimiter, gnus-picon-databases)
14418 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14419 (gnus-treat-date-english, gnus-treat-fold-headers)
14420 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14421 (gnus-treat-mail-picon, gnus-treat-wash-html)
14422 (gnus-article-encrypt-protocol)
14423 (gnus-use-idna, gnus-article-over-scroll)
14424 (gnus-mime-display-multipart-alternative-as-mixed)
14425 (gnus-mime-display-multipart-related-as-mixed)
14426 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14427 (gnus-ctan-url, gnus-button-ctan-handler)
14428 (gnus-button-handle-ctan-bogus-regexp)
14429 (gnus-button-ctan-directory-regexp)
14430 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14431 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14432 (gnus-button-man-level, gnus-button-emacs-level)
14433 (gnus-button-message-level, gnus-button-browse-level): Add :version.
14434
14435 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14436 (gnus-agent-go-online): Change :version.
14437 (gnus-agent-expire-unagentized-dirs)
14438 (gnus-agent-auto-agentize-methods): Add :version.
14439
14440 * flow-fill.el (fill-flowed-display-column)
14441 (fill-flowed-encode-column): Add :version.
14442
14443 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14444 (gnus-outlook-deuglify-unwrap-max)
14445 (gnus-outlook-deuglify-cite-marks)
14446 (gnus-outlook-deuglify-unwrap-stop-chars)
14447 (gnus-outlook-deuglify-no-wrap-chars)
14448 (gnus-outlook-deuglify-attrib-cut-regexp)
14449 (gnus-outlook-deuglify-attrib-verb-regexp)
14450 (gnus-outlook-deuglify-attrib-end-regexp)
14451 (gnus-outlook-display-hook): Add :version.
14452
14453 * binhex.el (binhex-use-external): Add :version.
14454
144552004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
14456
14457 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14458 and `invisible'.
14459
144602004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
14461
14462 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14463 in gnus-registry-trim.
14464
144652004-09-13 Simon Josefsson <jas@extundo.com>
14466
14467 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14468
14469 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14470
14471 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14472 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14473 <yamaoka@jpl.org>.
14474 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14475 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14476 <yamaoka@jpl.org>.
14477
14478 * sieve.el (sieve-manage-mode): Ditto.
14479
144802004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
14481
14482 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14483
144842004-09-11 Simon Josefsson <jas@extundo.com>
14485
14486 * dns-mode.el: Add.
14487
14488 * mm-view.el (mm-display-dns-inline): Add.
14489
14490 * mm-decode.el (mm-inline-media-tests): Add text/dns.
14491 (mm-automatic-display): Ditto.
14492
14493 * mailcap.el (mailcap-mime-data): Add text/dns.
14494 (mailcap-mime-extensions): Map .soa to text/dns.
14495
144962004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
14497
14498 * gnus-art.el (article-decode-mime-words, article-babel)
14499 (gnus-article-highlight-signature, gnus-article-add-buttons)
14500 (gnus-signature-toggle): Remove unnecessary bindings of
14501 `inhibit-read-only' inherited from v5.10 merge.
14502
145032004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
14504
14505 * nntp.el (nntp): New customization group.
14506 (nntp-authinfo-file): Add customization group.
14507
14508 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14509
14510 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14511
14512 * gnus.el (to-address, to-list, subscribed)
14513 (large-newsgroup-initial): Ditto.
14514
14515 * flow-fill.el (fill-flowed-display-column)
14516 (fill-flowed-encode-column): Ditto.
14517
ce058493 145182004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
01c52d31
MB
14519
14520 * message.el (message-tokenize-header, message-send-mail-with-qmail):
14521 Use point-min rather than 1.
14522 (message-send-mail): Use buffer-size rather than point-max.
14523
14524 * gnus-sum.el (gnus-summary-search-article-forward):
14525 Signal a specific `search-failed' rather than a generic `error'.
14526
14527 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14528 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14529 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14530
145312004-09-10 Simon Josefsson <jas@extundo.com>
14532
14533 * nndb.el (require): Remove tcp and duplicate cl.
14534
145352004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
14536
14537 * gnus-agent.el (directory-files-and-attributes): Move forward.
14538
145392004-09-09 Kevin Greiner <kgreiner@compsol.cc>
14540
14541 * gnus-agent.el (directory-files-and-attributes): Optionally
14542 defined to support XEmacs.
14543
145442004-09-09 Kevin Greiner <kgreiner@compsol.cc>
14545
002876ab 14546 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
01c52d31
MB
14547 to avoid run-time CL dependencies.
14548 (gnus-agent-unfetch-articles): New function.
14549 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14550 article numbers even when local .overview file is missing.
002876ab 14551 (gnus-agent-read-article-number): New function. Only accepts
01c52d31
MB
14552 27-bit article numbers.
14553 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14554 gnus-agent-read-article-number.
14555 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14556 from backend while recognizing that article numbers in .overview
14557 must be valid.
14558 (gnus-agent-update-files-total-fetched-for): Use
14559 directory-files-and-attributes to improve performance.
14560 * gnus-int.el (gnus-request-move-article): Use
14561 gnus-agent-unfetch-articles in place of gnus-agent-expire to
14562 improve performance.
14563
14564 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14565 some users confused by references to .newsrc when they only have a
14566 .newsrc.eld file.
149cd465
JB
14567 (gnus-convert-mark-converter-prompt)
14568 (gnus-convert-converter-needs-prompt): Fixed use of property list.
01c52d31 14569 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
002876ab 14570 New function. Used internally to only display 'gnus converting
01c52d31
MB
14571 files' message when actually necessary.
14572
14573 * gnus-sum.el (): Removed (require 'gnus-agent) as required
14574 methods now autoloaded.
14575
145762004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
14577
14578 * gnus-sum.el (gnus-summary-insert-subject): Remove list
14579 identifiers.
14580
145812004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
14582
14583 * gnus-picon.el: Fix indentation and closing parenthesis.
14584
145852004-09-01 Simon Josefsson <jas@extundo.com>
14586
14587 * message.el (message-canlock-generate): Require sha1, not
56fd9faa 14588 sha1-el. (Can we get rid of this require altogether? It is ugly
01c52d31
MB
14589 to require within a function. Sadly, if sha1.el isn't loaded, the
14590 let binding in m-c-g will hide the defcustom definition, which is
14591 bad.)
14592
14593 * canlock.el: Require sha1, not sha1-el.
14594
14595 * message.el: Don't autoload sha1 (there is a autoload cookie in
14596 sha1.el).
14597
14598 * sha1-el.el: Renamed to sha1.el.
14599
146002004-08-30 Juanma Barranquero <lektu@terra.es>
14601
14602 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14603
146042004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14605
14606 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14607
146082004-08-30 Kim F. Storm <storm@cua.dk>
14609
14610 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14611
14612 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14613 Add :group 'nnimap.
14614
146152004-08-30 Andreas Schwab <schwab@suse.de>
14616
14617 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14618 ?* and ?\;.
14619
14620 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14621 and ?\' to symbol instead of whitespace.
14622
146232004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
14624
14625 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14626
14627 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14628 instead of re-search-forward.
14629
14630 * gnus-uu.el (gnus-uu-save-article): Ditto.
14631 (gnus-uu-post-encode-uuencode): Ditto.
14632
14633 * html2text.el (html2text-clean-list-items): Ditto.
14634 (html2text-clean-dtdd): Ditto.
14635 (html2text-format-tags): Ditto.
14636
14637 * message.el (message-send-mail-with-sendmail): Fix regexp.
14638 (message-fill-field-general): Use search-forward instead of
14639 re-search-forward.
14640 (unbold-region): Ditto.
14641
14642 * nnrss.el (nnrss-request-article): Ditto.
14643
14644 * nnslashdot.el (nnslashdot-request-article): Ditto.
14645
14646 * nnweb.el (nnweb-gmane-wash-article): Ditto.
14647
14648 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14649 "Unrecognized menu descriptor" error in XEmacs.
14650
146512004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
14652
14653 * gnus-sum.el (gnus-read-header): Don't remove a header for the
14654 parent article of a sparse article in the thread hashtb.
14655
146562004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
14657
14658 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14659 (nnmail-expand-newtext): Lowercase expanded entries if
14660 nnmail-split-lowercase-expanded is non-nil.
14661
146622004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
14663
c9e31f32 14664 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
01c52d31
MB
14665
14666 * gnus-group.el (gnus-group-line-format-alist): Convert the value
14667 of gnus-tmp-news-method into string under XEmacs. It will be
14668 passed to gnus-correct-length which takes only a string argument.
14669
146702004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
14671
14672 * gnus-util.el (gnus-bind-print-variables): New macro.
14673 (gnus-prin1): Use it.
14674 (gnus-prin1-to-string): Use it.
14675 (gnus-pp): New function.
14676 (gnus-pp-to-string): New function.
14677
c9e31f32
SM
14678 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14679 Replace pp-to-string with gnus-pp-to-string.
01c52d31
MB
14680 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14681 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14682 * gnus-msg.el (gnus-debug): Ditto.
14683 * gnus-score.el (gnus-score-save): Ditto.
14684 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14685 gnus-pp-to-string.
14686 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14687 with gnus-pp.
14688 * score-mode.el (gnus-score-pretty-print): Ditto.
14689 * webmail.el (webmail-debug): Ditto.
14690
146912004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
14692
c9e31f32
SM
14693 * gnus-art.el (article-display-face, article-display-x-face):
14694 Use buffer-read-only.
01c52d31
MB
14695
146962004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
14697
c9e31f32
SM
14698 * gnus-art.el (article-hide-list-identifiers):
14699 Bind inhibit-read-only as t.
01c52d31
MB
14700
147012004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
14702
14703 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14704
147052004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14706
14707 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14708 (gnus-narrow-to-page): Don't assume point-min == 1.
14709 (gnus-article-edit-mode): Derive from message-mode.
14710
14711 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14712 point-min == 1.
14713
14714 * imap.el (imap-parse-address-list, imap-parse-body-ext):
14715 Disable incorrect use of `assert'.
14716
14717 * message.el (message-mode): Set comment-start-skip.
14718
01c52d31
MB
147192004-08-22 Sam Steingold <sds@gnu.org>
14720
14721 * pop3.el (pop3-leave-mail-on-server): New user variable.
14722 (pop3-movemail): Delete mail only when it is nil.
14723
147242004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
14725
14726 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14727
14728 * mml.el (mml-preview): Use `pop-to-buffer'.
14729
14730 * message.el (message-goto-mail-followup-to): Insert after "To".
14731 (message-carefully-insert-headers): Add comment.
14732
14733 * gnus.el: Remove unused variable `gnus-article-check-size'.
14734
14735 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14736
14737 * gnus-art.el (gnus-button-alist): Improve
14738 `gnus-button-handle-library' entry.
14739
147402004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
14741
14742 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14743 downcase, since XEmacs capitalizes error messages differently.
14744
147452004-08-18 Jesper Harder <harder@ifa.au.dk>
14746
14747 * nntp.el: Add (require 'gnus) due to reference to
14748 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
14749
147502004-08-18 Florian Weimer <fw@deneb.enyo.de>
14751
14752 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14753 `mm-fill-flowed'.
14754
14755 * mm-decode.el (mm-dissect-singlepart): Check it.
14756
147572004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
14758
14759 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14760 'imap' for netrc parsing.
14761
147622004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
14763
14764 * mailcap.el (mailcap-mime-data): Mark as risky.
14765
147662004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
14767
14768 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14769 may be included in the encoded word.
14770 (rfc2047-encode): Don't append a space if the encoded word
14771 includes close parenthesis.
14772
147732004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
14774
14775 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14776 of text within parentheses.
14777
147782004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
14779
14780 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14781 (gnus-encrypt-write-file-contents): Make the password key the file
14782 name PLUS the cipher, not just the cipher. Also remove failed
14783 passwords from the cache.
14784
147852004-08-06 Simon Josefsson <jas@extundo.com>
14786
14787 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
14788 fix.
14789
147902004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
14791
14792 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14793 LWSP.
14794
147952004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
14796
14797 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14798 to append in-reply-to: data to the references: header.
14799
c4cc8b9a 14800 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
01c52d31
MB
14801 (netrc-parse): Use gnus-encrypt.el functions.
14802
14803 * gnus-encrypt.el: Add new file for encryption support; currently
14804 does only a few GPG ciphers and an internal XOR cipher.
14805
14806 * password.el: Add comments on using password-read-and-add.
14807 (password-read-and-add): Add function to read and add the
14808 password to the cache at once.
14809
148102004-07-28 Simon Josefsson <jas@extundo.com>
14811
14812 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14813 parameter (but don't use it, for now).
14814
14815 * imap.el (imap-ssl-open): Use imap-process-connection-type,
14816 instead of hard coding to nil.
14817
148182004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
14819
14820 * mm-view.el (mm-inline-image-emacs): Open lines under an image
14821 as mm-inline-image-xemacs does.
14822
148232004-07-26 Simon Josefsson <jas@extundo.com>
14824
14825 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14826 Revert part of 2004-07-17 change below.
14827
148282004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
14829
14830 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
14831 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14832
148332004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
14834
14835 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14836 quotes that actually start with ">" at the beginning of the
14837 lines.
14838
148392004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
14840
14841 * rfc2047.el (rfc2047-encode-region): Fix last change.
14842 (rfc2047-encode-parameter): Remove useless concat.
14843
148442004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
14845
14846 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14847 encode special characters; fix some kind of misconfigured headers;
14848 signal a real error if debug-on-quit or debug-on-error is non-nil.
14849 (rfc2047-encode-max-chars): New variable.
14850 (rfc2047-encode-1): Use it.
14851 (rfc2047-encode-parameter): New function.
14852
14853 * mml.el (mml-insert-parameter): Remove an excessive space.
14854
148552004-07-17 Simon Josefsson <jas@extundo.com>
14856
14857 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14858 Kai Grossjohann <kai@emptydomain.de>.
14859 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14860 (gnus-group-make-menu-bar): Ditto.
14861
14862 * gnus-util.el (gnus-group-server): Add.
14863
148642004-07-16 Jesper Harder <harder@ifa.au.dk>
14865
14866 * message.el (message-clone-locals): Clone sendmail and smtp
14867 variables.
14868
148692004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
14870
14871 * rfc2047.el (rfc2047-encode-region): Fix last change.
14872
148732004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
14874
14875 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14876 characters as non-special.
14877
148782004-07-09 Simon Josefsson <jas@extundo.com>
14879
14880 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14881 Users will lose all flag changes made while unplugged with
14882 e.g. nntp unless flag synchronization happens, thus `nil' is not a
14883 good default. See numerous reports on ding mailing list.
14884
148852004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
14886
14887 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14888 add generate-head-function and generate-article-function to the
14889 rfc822-forward entry.
14890 (nndoc-rfc822-forward-generate-article): New function.
14891 (nndoc-rfc822-forward-generate-head): New function.
14892
14893 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14894
148952004-07-06 Dan Christensen <jdc@uwo.ca>
14896
14897 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14898 respect display group parameter and gnus-summary-expunge-below.
14899 (gnus-articles-to-read): Remove unused reference to display group
14900 parameter.
14901
149022004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14903
14904 * nnheader.el (nnheader-uniquify-message-id): New experimental
14905 variable.
14906 (nnheader-nov-read-message-id): Use it.
14907
14908 * spam-report.el (spam-report-gmane): Add interactive.
14909
149102004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
14911
14912 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14913 qp-or-base64 for the application/* types.
14914
149152004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
14916
14917 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14918
149192004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
14920
14921 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14922 trim value.
14923
149242004-01-25 Paul Jarc <prj@po.cwru.edu>
14925
14926 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14927 New macro and function.
14928 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14929
149302004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
14931
14932 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14933 after-load-alist.
14934
149352004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
14936
14937 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14938 update info that isn't there.
14939
149402004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
14941
14942 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14943 entry.
14944
149452004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
14946
14947 * mm-view.el (mm-inline-render-with-function): Use multibyte
14948 buffer; decode html source by charset.
14949
14950 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14951
14952 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14953 Mule-UCS is loaded under XEmacs.
14954 (mm-mime-mule-charset-alist): Avoid duplicated entries.
14955
149562004-06-28 Jesper Harder <harder@ifa.au.dk>
14957
14958 * nnheader.el (nnheader-max-head-length): Increase to 8192.
14959
149602004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
14961
14962 * mm-util.el (mm-coding-system-p): Return a coding-system.
14963 (mm-mime-mule-charset-alist): Use shift_jis instead of
14964 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14965 entries for the mime charsets iso-2022-jp-3 and shift_jis.
14966 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14967 instead of japanese-shift-jis and iso-latin-1 respectively in
14968 order to share the default value with both Emacs and XEmacs-mule.
14969 (mm-mule-charset-to-mime-charset): Make
14970 mm-coding-system-priorities effective.
14971 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14972 while predicating of candidates upon the priorities.
14973
149742004-06-27 Jesper Harder <harder@ifa.au.dk>
14975
14976 * gnus-sum.el (gnus-summary-make-menu-bar): Add
14977 gnus-uu-invert-processable.
14978
14979 * gnus.el: Autoload gnus-uu-invert-processable.
14980
149812004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
14982
14983 * mm-util.el (mm-with-multibyte-buffer): New macro.
14984
14985 * rfc2047.el (rfc2047-encode-string): Use it.
14986 (rfc2047-encode-region): Move point to the end of the region after
14987 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14988
149892004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
14990
14991 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14992 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14993
149942004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
14995
14996 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14997 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
14998 Karl Chen <quarl@nospam.quarl.org>.
14999
150002004-06-23 Jesper Harder <harder@ifa.au.dk>
15001
15002 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15003 invalid addresses.
15004
150052004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
15006
15007 * spam.el: Change section markers, revise TODO list.
15008 (spam-backends): Make new master list of all installed backends.
15009 (spam-summary-exit-behavior): Add new variable to determine how
15010 messages moves are done at summary exit.
15011 (spam-move-spam-nonspam-groups-only)
15012 (spam-process-ham-in-nonham-groups)
15013 (spam-process-ham-in-spam-groups): Remove variables, the
15014 spam-summary-exit-behavior variable should be used to manage this
15015 behavior.
15016 (spam-old-ham-articles, spam-old-spam-articles): Remove.
15017 (spam-old-articles): Add variable, replacing spam-old-ham-articles
15018 and spam-old-spam-articles.
15019 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15020 Add empty variables, placeholders for the backends they represent.
15021 (spam-set-difference): Move, unchanged.
15022 (spam-list-of-processors): Declare OBSOLETE, not used anymore
15023 unless the user has a processor variable.
15024 (spam-classifications, spam-classification-valid-p)
15025 (spam-backend-properties, spam-backend-property-valid-p)
15026 (spam-backend-function-type-valid-p)
15027 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15028 (spam-report-articles-gmane, spam-report-articles-resend):
15029 Remove functions, they are not needed.
15030 (spam-install-backend-super, spam-backend-list)
15031 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15032 (spam-backend-function, spam-backend-ham-registration-function)
15033 (spam-backend-spam-registration-function)
15034 (spam-backend-ham-unregistration-function)
15035 (spam-backend-spam-unregistration-function)
15036 (spam-backend-statistical-p, spam-backend-mover-p)
15037 (spam-install-backend-alias, spam-install-checkonly-backend)
15038 (spam-install-mover-backend, spam-install-nocheck-backend)
15039 (spam-install-backend, spam-install-statistical-backend)
15040 (spam-install-statistical-checkonly-backend): Add backend installation
15041 support.
15042 (spam-summary-prepare-exit): Rewrite to use the new backend code.
15043 (spam-group-processor-p): Use the new backend code and respect the
15044 summary exit behavior.
15045 (spam-mark-spam-as-expired-and-move-routine): Remove.
15046 (spam-summary-prepare): Change to use the new spam-old-articles
15047 variable.
15048 (spam-copy-or-move-routine, spam-copy-spam-routine)
15049 (spam-move-spam-routine, spam-copy-ham-routine)
15050 (spam-move-ham-routine): Add code to copy/move ham or spam.
15051 (spam-fetch-field-fast): Improve doc and code, plus allow the
15052 'number request.
15053 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15054 variables.
15055 (spam-split, spam-find-spam): Use the new backend code.
15056 (spam-registration-functions): Remove variable.
15057 (spam-unregister-routine): Add convenience wrapper.
15058 (spam-log-undo-registration, spam-register-routine)
15059 (spam-log-processing-to-registry)
15060 (spam-log-unregistration-needed-p): Rename "check" to "backend"
15061 where possible.
15062 (spam-check-gmane-xref, spam-check-regex-headers)
15063 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15064 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15065 (spam-check-bogofilter-headers, spam-check-spamoracle)
15066 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15067 (spam-check-crm114-headers): Use the spam-split-group that
15068 spam-split prepares, no need to determine it every time.
15069
15070 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15071 to the nnheader-parse-naked-head call.
15072
15073 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15074
15075 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15076 the nnheader-nov-read-message-id call.
15077
150782004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
15079
15080 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15081 gnus-activate-group twice. Suggested by Markus Peter
15082 <warp@spin.de>.
15083
150842004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
15085
15086 * gnus-art.el (gnus-article-time-format): Exchange the order of
15087 day and month in the default value; fix customization type.
15088 (article-date-ut): Use add-text-properties.
15089 (article-make-date-line): Use message-make-date instead of
15090 current-time-string.
15091
15092 * message.el (message-fetch-field): Don't use set-text-properties.
15093 (message-make-date): Simplify.
0f49874b 15094
01c52d31 150952004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 15096
01c52d31
MB
15097 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15098 (rfc2047-encode-region): Treat text within parentheses as special;
15099 show the original text when error has occurred.
0f49874b 15100
01c52d31
MB
15101 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15102 already-computed method to gnus-activate-group.
0f49874b 15103
01c52d31
MB
15104 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15105 same select-methods identical Lisp objects.
0f49874b 15106
01c52d31
MB
15107 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15108 object when modifying the info.
0f49874b 15109
01c52d31 151102004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 15111
01c52d31
MB
15112 * gnus-srvr.el (gnus-server-set-info): Remove the server from
15113 gnus-opened-servers since it has never been opened with the new
15114 configuration yet.
0f49874b 15115
01c52d31 151162004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 15117
01c52d31
MB
15118 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15119 arg to nnheader-generate-fake-message-id.
0f49874b 15120
01c52d31 151212004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
ca0a6900 15122
01c52d31
MB
15123 * nnheader.el (nnheader-generate-fake-message-id): Accept a
15124 number and build a fake message ID localized to a group and
15125 article number (so it's repeatable from that point on).
cc4a96c6 15126 (nnheader-fake-message-id-p): Change regex to accommodate new fake
01c52d31 15127 ID format.
ca0a6900 15128
01c52d31
MB
15129 * gnus-sum.el (gnus-get-newsgroup-headers): Call
15130 nnheader-generate-fake-message-id with the article number.
ca0a6900 15131
01c52d31 151322004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
a21fb88e 15133
01c52d31
MB
15134 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15135 end-of-buffer.
a21fb88e 15136
01c52d31 151372004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
a21fb88e 15138
01c52d31 15139 * message.el (message-ignored-supersedes-headers): Add Approved.
a21fb88e 15140
01c52d31 151412004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
bfe5418b 15142
01c52d31
MB
15143 * rfc2047.el (rfc2047-encode-message-header): Remove useless
15144 goto-char.
15145 (rfc2047-encode): Fold the line before encoding.
bfe5418b 15146
01c52d31 151472004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
d4755e04 15148
01c52d31
MB
15149 * rfc2047.el (rfc2047-encode-message-header): Disabled header
15150 folding -- not all headers can be folded, and this should be done
15151 by the message composition mode. Probably. I think.
d4755e04 15152
01c52d31 151532004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
95f75c75 15154
01c52d31
MB
15155 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15156 fast.
95f75c75 15157
01c52d31
MB
15158 * gnus-ems.el (gnus-remove-image): Don't use
15159 message-text-with-property; remove only the image found first.
4a43ee9b 15160
01c52d31 151612004-06-09 Jesper Harder <harder@ifa.au.dk>
4a43ee9b 15162
01c52d31 15163 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
4a43ee9b 15164
01c52d31 151652004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
4a43ee9b 15166
01c52d31
MB
15167 * message.el (message-text-with-property): Make it fast and accept
15168 optional arguments.
15169 (message-strip-forbidden-properties): Use it.
15170 (message-fix-before-sending): Follow the m-t-w-p change.
4a43ee9b 15171
01c52d31 15172 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
4a43ee9b 15173
01c52d31 151742004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
4a43ee9b 15175
01c52d31
MB
15176 * gnus-art.el (article-hide-headers): Don't change the buffer
15177 mistakenly when performing mml-preview even if
15178 gnus-single-article-buffer is nil.
4a43ee9b 15179
01c52d31 151802004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
4a43ee9b 15181
01c52d31
MB
15182 * message.el (message-expand-name-databases): New user option.
15183 (message-expand-name): Use it.
4a43ee9b 15184
01c52d31 151852004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
4a43ee9b 15186
01c52d31
MB
15187 * spam.el (spam-report-articles-resend)
15188 (spam-report-resend-register-routine): Allow ham reporting.
15189 (spam-report-resend-register-ham-routine): Add wrapper.
15190 (spam-registration-functions): Add ham resending functions.
15191 (spam-list-of-processors): Add ham resend processor.
4a43ee9b 15192
01c52d31
MB
15193 * gnus.el (ham-resend-to): Add new group parameter.
15194 (spam-process): Add ham resend option.
4a43ee9b 15195
01c52d31
MB
15196 * spam-report.el (spam-report-resend): Allow reporting ham.
15197 (spam-report-resend-ham): Add wrapper.
4a43ee9b 15198
01c52d31 151992004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4a43ee9b 15200
01c52d31
MB
15201 * message.el (message-cite-articles-with-x-no-archive): New
15202 variable.
15203 (message-cite-original): Use it.
4a43ee9b 15204
01c52d31 152052004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
e9bd5782 15206
01c52d31 15207 * message.el (message-cite-original): Respect X-No-Archive.
e9bd5782 15208
01c52d31 152092004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
e9bd5782 15210
01c52d31
MB
15211 * gnus-art.el (article-hide-headers): Refer to the values for
15212 gnus-ignored-headers and gnus-visible-headers in the summary
15213 buffer since a user may have set them as group parameters.
cfcd5c91 15214
01c52d31 152152004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
cfcd5c91 15216
01c52d31
MB
15217 * assistant.el (assistant-node-name): Add convenience function.
15218 (assistant-render-text, assistant-render-node): Add error handling,
15219 plus handle multiple next nodes.
15220 (assistant-find-next-node): Comment out for now.
15221 (assistant-find-next-nodes): Add function, returns list of next
15222 nodes.
15223
152242004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
15225
15226 * mail-source.el (mail-source-directory): Fix doc-string.
15227
152282004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
15229
15230 * assistant.el (assistant-render-text, assistant-eval): Add :set
15231 widget type, which is different because it takes and returns a
15232 list. Much hilarity ensues.
15233
152342004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
15235
15236 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15237
15238 * gnus-group.el (gnus-group-get-new-news-this-group): Added
15239 doc-string.
15240
15241 * gnus-start.el (gnus-activate-group): Added doc-string.
15242
152432004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
15244
15245 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15246
152472004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
15248
15249 * assistant.el (assistant-render-text): Try to add a :set
15250 widget, more to come.
15251
15252 * spam.el (spam-group-spam-contents-p): Handle empty groupname
15253 strings.
15254 (spam-report-articles-resend)
15255 (spam-register-routine): Do registration iff any articles warrant
15256 it.
15257 (spam-summary-prepare-exit): Change log message for nil group
15258 destinations.
15259
152602004-05-27 Daniel Pittman <daniel@rimspace.net>
15261
15262 * spam.el (spam-report-resend-register-routine): Allow
15263 spam-report-resend-to to be a group parameter or a global value.
15264
152652004-05-26 Simon Josefsson <jas@extundo.com>
15266
15267 * starttls.el: Merge with my GNUTLS based starttls.el.
15268 (starttls-gnutls-program, starttls-use-gnutls)
15269 (starttls-extra-arguments, starttls-process-connection-type)
15270 (starttls-connect, starttls-failure, starttls-success): New
15271 variables.
15272 (starttls-program, starttls-extra-args): Doc fix.
15273 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15274 functions.
15275 (starttls-negotiate, starttls-open-stream): Check
15276 `starttls-use-gnutls' and pass on to corresponding *-gnutls
15277 function if it is set.
15278
152792004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
15280
15281 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15282 structured fields.
15283
152842004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
15285
15286 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15287
152882004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
15289
15290 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15291 variable.
15292 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
15293 assigning the spam-mark to new messages.
15294
880820fe 152952004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
01c52d31 15296
c4cc8b9a 15297 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
01c52d31
MB
15298
152992004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
15300
15301 * rfc2047.el (rfc2047-encodable-p): Don't move point.
15302 (rfc2047-decode): Treat the ascii coding-system as raw-text by
15303 default.
15304
153052004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
15306
002876ab 15307 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
01c52d31
MB
15308 correct data.
15309
153102004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
15311
15312 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15313 (spam-group-processor-p): Fix function.
15314 (spam-group-processor-multiple-p)
15315 (spam-group-spam-processor-report-gmane-p)
15316 (spam-group-spam-processor-report-resend-p)
15317 (spam-group-spam-processor-bogofilter-p)
15318 (spam-group-spam-processor-blacklist-p)
15319 (spam-group-spam-processor-ifile-p)
15320 (spam-group-ham-processor-ifile-p)
15321 (spam-group-spam-processor-spamoracle-p)
15322 (spam-group-spam-processor-crm114-p)
15323 (spam-group-ham-processor-bogofilter-p)
15324 (spam-group-spam-processor-stat-p)
15325 (spam-group-ham-processor-stat-p)
15326 (spam-group-ham-processor-whitelist-p)
15327 (spam-group-ham-processor-BBDB-p)
15328 (spam-group-ham-processor-spamoracle-p)
15329 (spam-group-ham-processor-copy-p): Remove functions with some
15330 prejudice against unneeded code.
15331 (spam-report-articles-resend)
15332 (spam-report-resend-register-routine): Allow the group/topic
15333 spam-resend-to value to override spam-report-resend-to.
15334 (spam-summary-prepare-exit): Invoke spam-group-processor-p
15335 properly now.
15336
15337 * gnus.el (spam-resend-to): Add group/topic parameter.
15338 (spam-process): Move the OBSOLETE processors to the end of the
15339 choices.
15340
153412004-05-24 Daniel Pittman <daniel@rimspace.net>
15342
15343 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15344 with resend-to set to nil, and then ask the user if necessary.
15345 (spam-report-resend): spam-report-resend takes a list of articles, not
15346 separate article numbers.
15347
153482004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
15349
15350 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15351 addition to emacs-w3m.
15352
153532004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15354
15355 * assistant.el (assistant-authinfo-data): New function.
15356 (assistant-eval): Eval for entire assistant.
15357
15358 * netrc.el (netrc-services-file): New variable.
15359 (netrc-parse-services): New function.
15360 (netrc-find-service-name): New function.
15361 (netrc-find-service-number): New function.
15362 (netrc-port-equal): New function.
15363 (netrc-machine): Use it.
15364
15365 * nnimap.el (nnimap-open-connection): Use netrc.
15366
15367 * gnus-util.el (gnus-netrc-get): Remove aliases.
15368
15369 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15370
15371 * assistant.el (wid-edit): Fix compilation.
15372
15373 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15374
153752004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
15376
15377 * gnus-util.el (gnus-set-file-modes): New function. (small
15378 patch).
15379
153802004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
cfcd5c91 15381
01c52d31 15382 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
cfcd5c91 15383
01c52d31
MB
15384 * assistant.el (assistant-render-node): Fix up rendering and
15385 read-only text.
15386 (assistant-render-node): Reset.
15387 (assistant-make-read-only): Not sticky.
cfcd5c91 15388
01c52d31 153892004-05-20 Danny Siu <dsiu@adobe.com>
cfcd5c91 15390
01c52d31
MB
15391 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15392 centered even when gnus-auto-center-summary is t
cfcd5c91 15393
01c52d31 153942004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
cfcd5c91 15395
01c52d31
MB
15396 * dns.el (dns-get-txt-answer): New function.
15397 (dns-read-txt): Ditto.
15398 (query-dns): Use it.
cfcd5c91 15399
01c52d31 154002004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
cfcd5c91 15401
01c52d31
MB
15402 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15403 active for foreign groups even if the group level is higher than
15404 the specified value.
cfcd5c91 15405
01c52d31 154062004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9ad41fb7 15407
01c52d31
MB
15408 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15409 non-active groups.
9ad41fb7 15410
01c52d31 15411 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
b4e8a25b 15412
01c52d31 154132004-05-20 Magnus Henoch <mange@freemail.hu>
b4e8a25b 15414
01c52d31 15415 * dns.el (dns-read-type): Add support for SVR. (small patch)
b4e8a25b 15416
01c52d31 154172004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
ddfbe5db 15418
01c52d31
MB
15419 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15420 (spam-crm114-header, spam-crm114-spam-switch)
15421 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15422 (spam-crm114-positive-spam-header)
15423 (spam-crm114-database-directory, spam-list-of-processors)
15424 (spam-group-spam-processor-crm114-p)
15425 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15426 (spam-generic-score, spam-list-of-checks)
15427 (spam-list-of-statistical-checks, spam-registration-functions)
15428 (spam-check-crm114-headers, spam-crm114-score)
15429 (spam-check-crm114, spam-crm114-register-with-crm114)
15430 (spam-crm114-register-spam-routine)
15431 (spam-crm114-unregister-spam-routine)
15432 (spam-crm114-register-ham-routine)
15433 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
880820fe 15434 asjo@koldfront.dk (Adam Sjøgren).
ddfbe5db 15435
01c52d31 15436 * gnus.el: Add spam-use-crm114.
d0859c9a 15437
01c52d31
MB
15438 * spam.el (spam-list-of-processors, spam-registration-functions):
15439 Add spam-use-resend.
15440 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15441 (spam-report-articles-gmane): Add doc fix.
149cd465
JB
15442 (spam-report-articles-resend, spam-report-resend-register-routine):
15443 Add wrappers around spam-report-resend-to.
d0859c9a 15444
01c52d31
MB
15445 * spam-report.el (spam-report-resend-to, spam-report-resend):
15446 Add support for resending spam.
15447 (spam-report-gmane): Fix line length >80.
d0859c9a 15448
01c52d31 15449 * gnus.el (spam-process): Add spam-use-resend.
d0859c9a 15450
01c52d31 154512004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
d0859c9a 15452
01c52d31
MB
15453 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15454 number of processed spam messages.
15455 (spam-ham-copy-or-move-routine): Return the number of processed
15456 ham messages.
15457 (spam-summary-prepare-exit): Use the above values to decide
15458 whether status messages shouled be displayed.
d0859c9a 15459
01c52d31 154602004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
d0859c9a 15461
01c52d31
MB
15462 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15463 `rfc2047-encoding-function-alist' in order to avoid conflicting
15464 with the old version.
15465 (rfc2047-encode-region): Concatenate words containing non-ASCII
15466 characters in structured fields; don't encode space-delimited
15467 ASCII words even in unstructured fields; don't break words at
15468 char-category boundaries.
15469 (rfc2047-encode-1): New function.
15470 (rfc2047-encode): Use it; encode text so that it occupies the
15471 maximum width within 76-column; work correctly on Q encoding for
15472 iso-2022-* charsets.
15473 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15474 sure not to break a line just after the header name.
15475 (rfc2047-b-encode-region): Removed.
15476 (rfc2047-b-encode-string): New function.
15477 (rfc2047-q-encode-region): Removed.
15478 (rfc2047-q-encode-string): New function.
d0859c9a 15479
01c52d31 15480 * mm-util.el (mm-replace-in-string): New function.
d0859c9a 15481
01c52d31 154822004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
d0859c9a 15483
01c52d31
MB
15484 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15485 get it right.
15486 (gnus-inews-make-draft): Really.
d0859c9a 15487
01c52d31 154882004-05-19 Ben Menasha <bmenasha@benmenasha.net>
d0859c9a 15489
01c52d31
MB
15490 * nnmh.el (nnmh-request-list-1): Don't check the link count
15491 before descending. (small patch)
d0859c9a 15492
01c52d31 154932004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
d0859c9a 15494
01c52d31
MB
15495 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15496 stuff.
6441d280 15497
01c52d31
MB
15498 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15499 on real group name.
6441d280 15500
01c52d31 15501 * gnus-art.el (gnus-signature-limit): Doc fix.
8654e13a 15502
01c52d31 15503 * gnus-msg.el (gnus-inews-make-draft): Quote list.
8654e13a 15504
01c52d31 155052004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8654e13a 15506
01c52d31
MB
15507 * gnus-draft.el (gnus-draft-send): Bind
15508 rfc2047-encode-encoded-words.
8654e13a 15509
01c52d31
MB
15510 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15511 (rfc2047-encodable-p): Say that =? needs encoding.
15512 (rfc2047-encode-encoded-words): New variable.
8654e13a 15513
01c52d31 15514 * gnus-group.el (gnus-group-select-group): Doc fix.
8654e13a 15515
01c52d31 15516 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
31640842 15517
01c52d31
MB
15518 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15519 to nil.
31640842 15520
01c52d31 15521 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
31640842 15522
01c52d31 15523 * nnheader.el (nnheader-get-lines-and-char): New function.
31640842 15524
01c52d31 155252004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
61b397cd 15526
01c52d31
MB
15527 * gnus-msg.el (gnus-summary-followup-with-original): Document
15528 yanking of region when active.
61b397cd 15529
01c52d31 155302004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
61b397cd 15531
01c52d31
MB
15532 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15533 groups if the group level is higher than the specified value.
31640842 15534
01c52d31 155352004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
cd01ded9 15536
01c52d31
MB
15537 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15538 (gnus-group-jump-to-group): Added prefix argument using
15539 `gnus-group-jump-to-group-prompt'. Query before jumping to
15540 non-active group.
cd01ded9 15541
01c52d31
MB
15542 * compface.el (uncompface): Be verbose when changing
15543 `uncompface-use-external'.
850c333d 15544
01c52d31
MB
15545 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15546 handle manual section.
850c333d 15547
01c52d31 155482004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
ff5e68bf 15549
01c52d31 15550 * gnus-art.el (gnus-button-alist): Revert previous change.
ff5e68bf 15551
01c52d31 155522004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
ff5e68bf 15553
01c52d31 15554 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
ff5e68bf 15555
01c52d31 155562004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6a748eda 15557
01c52d31
MB
15558 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15559 whether backend can accept message.
6a748eda 15560
01c52d31 15561 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9d9b0de9 15562
01c52d31 155632004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
9d9b0de9 15564
01c52d31
MB
15565 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15566 Avoid creating directory when nntp-marks-is-evil is true.
15567 Reported by Reiner Steib.
9a89f5b0 15568
01c52d31 155692004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
9a89f5b0 15570
01c52d31
MB
15571 * gnus-picon.el (gnus-picon-style): New variable.
15572 (gnus-picon-insert-glyph): Added optional `nostring' argument.
15573 (gnus-picon-transform-address): Support `gnus-picon-style'. From
15574 Jesper Harder <harder@ifa.au.dk>.
91472578 15575
01c52d31 155762004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 15577
01c52d31
MB
15578 * message.el (message-fill-field): Return point.
15579 (message-generate-headers): Go to end of field.
91472578 15580
01c52d31
MB
15581 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15582 stuff for non-living groups.
91472578 15583
01c52d31 155842004-05-18 Jesper Harder <harder@ifa.au.dk>
91472578 15585
01c52d31
MB
15586 * gnus-art.el (gnus-article-followup-with-original)
15587 (gnus-article-reply-with-original): gnus-mark-active-p ->
15588 gnus-region-active-p.
91472578 15589
01c52d31 155902004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
91472578 15591
01c52d31
MB
15592 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15593 only when there is spam or ham to be processed.
91472578 15594
01c52d31 155952004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 15596
01c52d31
MB
15597 * mail-source.el (mail-source-delete-crash-box): Refactor.
15598 (mail-source-fetch): Use it.
15599 (mail-source-fetch-file): Ditto.
15600 (mail-source-fetch-directory): Run postscript in loop.
15601 (mail-source-fetch-pop): Delete.
15602 (mail-source-fetch-maildir): Ditto.
15603 (mail-source-fetch-imap): Ditto.
91472578 15604
01c52d31 15605 * imap.el (imap-authenticators): Comment out sasl.
91472578 15606
01c52d31
MB
15607 * message.el (message-skip-to-next-address): New function.
15608 (message-fill-header-address): Refactor.
15609 (message-fill-address): Use it.
15610 (message-delete-address): Use it.
15611 (message-fill-header-general): Refactor.
15612 (message-fill-field-address): Rename.
15613 (message-narrow-to-field): Find the start of the header.
15614 (message-header-format-alist): Don't pre-fill.
15615 (message-fill-header): Removed.
15616 (message-insert-header): New function.
15617 (message-shorten-references): Use it.
91472578 15618
01c52d31 15619 * rfc2047.el (rfc2047-field-value): Strip props.
91472578 15620
01c52d31 15621 * mail-parse.el (mail-header-make-address): New alias.
91472578 15622
01c52d31 15623 * ietf-drums.el (ietf-drums-make-address): New function.
91472578 15624
01c52d31 15625 * imap.el: Add compiler directives.
91472578 15626
01c52d31 15627 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
91472578 15628
01c52d31
MB
15629 * gnus-art.el (article-decode-idna-rhs): Don't use
15630 message-idna-inside-rhs-p.
91472578 15631
01c52d31 156322004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 15633
01c52d31
MB
15634 * message.el (message-idna-inside-rhs-p): Removed.
15635 (message-idna-to-ascii-rhs-1): Use proper address parsing.
1b155fbd 15636
01c52d31
MB
15637 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15638 false positives.
1b155fbd 15639
ce058493 156402004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
91472578 15641
01c52d31 15642 * imap.el (imap-sasl-make-mechanisms): Use sasl.
91472578 15643
01c52d31 156442004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 15645
ce058493 15646 * nneething.el (nneething-file-name): Don't create spurious
01c52d31 15647 files.
91472578 15648
01c52d31
MB
15649 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15650 (gnus-inews-do-gcc): Remove sleep.
498063ec 15651
01c52d31
MB
15652 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15653 part under point.
498063ec 15654
01c52d31
MB
15655 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15656 (gnus-agent-regenerate-group): Using nil messages aren't valid.
498063ec 15657
01c52d31 156582004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
498063ec 15659
01c52d31 15660 * spam.el (spam-summary-prepare-exit): Fixed (length).
498063ec 15661
01c52d31 156622004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
498063ec 15663
01c52d31
MB
15664 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15665 as expired without moving it" message when there are spam
15666 messages left.
498063ec 15667
01c52d31 156682004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
707f2b38 15669
002876ab 15670 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
01c52d31 15671 header is not nil.
707f2b38 15672
01c52d31 156732004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
10ace8ea 15674
01c52d31
MB
15675 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15676 nntp-possibly-create-directory, not nntp-possibly-change-group.
15677 (nntp-marks-changed-p): New arg SERVER.
15678 (nntp-request-update-info): Adjust caller.
10ace8ea 15679
01c52d31 156802004-05-14 Kai Grossjohann <kai@emptydomain.de>
10ace8ea 15681
01c52d31 15682 * nntp.el (nntp-save-marks): Pass missing arg.
10ace8ea 15683
01c52d31 156842004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
10ace8ea 15685
01c52d31
MB
15686 * nntp.el: Support marks.
15687 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15688 (nntp-marks-modtime, nntp-marks-directory): New variables.
15689 (nntp-request-set-mark, nntp-request-update-info)
15690 (nntp-possibly-create-directory, nntp-marks-changed-p)
15691 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15692 functions.
10ace8ea 15693
01c52d31 156942004-05-12 Jesper Harder <harder@ifa.au.dk>
10ace8ea 15695
01c52d31
MB
15696 * gnus-score.el (gnus-score-insert-help): Use
15697 gnus-select-lowest-window.
10ace8ea 15698
01c52d31
MB
15699 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15700 appt-select-lowest-window and rename to gnus-select-lowest-window.
10ace8ea 15701
01c52d31 15702 * gnus.el: do.
10ace8ea 15703
01c52d31 157042004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10ace8ea 15705
01c52d31
MB
15706 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15707 encodings of MIME-encoded words, in order to improve
15708 interoperability with several broken MUAs.
10ace8ea 15709
01c52d31 157102004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
f3f7f80c 15711
01c52d31
MB
15712 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15713 tags, only when charsets are not specified in headers.
15714 (mm-inline-text-html-render-with-w3m): Ditto.
f3f7f80c 15715
01c52d31 157162004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
0302b80e 15717
01c52d31
MB
15718 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15719 instead of MIME-decoded from fields when checking
15720 `gnus-article-address-banner-alist'.
0302b80e 15721
01c52d31 157222004-05-03 Jesper Harder <harder@ifa.au.dk>
fa9a04e1 15723
01c52d31
MB
15724 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15725 description rather than subject.
fa9a04e1 15726
01c52d31 157272004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
fa9a04e1 15728
01c52d31 15729 * gnus.el (gnus-version-number): Bump.
fa9a04e1 15730
01c52d31 157312004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
fa9a04e1 15732
01c52d31 15733 * gnus.el: No Gnus v0.2 is released.
fa9a04e1 15734
01c52d31 157352004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
fa9a04e1 15736
01c52d31
MB
15737 * gnus-agent.el (gnus-agent-read-agentview): Inline
15738 gnus-uncompress-range.
fa9a04e1 15739
01c52d31 157402004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
fa9a04e1 15741
01c52d31
MB
15742 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15743 `exec-installed-p'.
fa9a04e1 15744
01c52d31 157452004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
fa9a04e1 15746
01c52d31
MB
15747 * gnus.el (spam-process, spam-autodetect-methods): Add
15748 bsfilter and bsfilter-headers.
fa9a04e1 15749
01c52d31
MB
15750 * spam.el (spam-bsfilter): New customize group.
15751 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15752 (spam-bsfilter-header, spam-bsfilter-probability-header)
15753 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15754 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15755 (spam-bsfilter-database-directory): New options.
15756 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15757 (spam-list-of-statistical-checks, spam-registration-functions):
15758 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15759 (spam-bsfilter-score): New command.
15760 (spam-check-bsfilter-headers, spam-check-bsfilter)
15761 (spam-bsfilter-register-with-bsfilter)
15762 (spam-bsfilter-register-spam-routine)
15763 (spam-bsfilter-unregister-spam-routine)
15764 (spam-bsfilter-register-ham-routine)
15765 (spam-bsfilter-unregister-ham-routine): New functions.
15766 (spam-generic-score): Support bsfilter; Accept an optional argument
15767 to recalcurate spam score even if scoring header has already been
15768 added.
15769 (spam-bogofilter-score, spam-spamassassin-score): Accept an
15770 optional argument to recalcurate spam score even if scoring header
15771 has already been added.
bf68d4e6 15772
01c52d31 157732004-04-29 Jesper Harder <harder@ifa.au.dk>
bf68d4e6 15774
01c52d31
MB
15775 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15776 strings! Reported by David D. Smith <davidsmith@acm.org>.
15777 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15778 link is missing.
f66ce3b9 15779
01c52d31 157802004-04-28 Jesper Harder <harder@ifa.au.dk>
f66ce3b9 15781
01c52d31
MB
15782 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15783 (html2text-get-attr): Rewrite.
14f56b66 15784
01c52d31
MB
15785 * message.el (message-setup-1): Remove redundant put-text-property
15786 on mail-header-separator.
14f56b66 15787
01c52d31 157882004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
ec3c4a4c 15789
01c52d31
MB
15790 * gnus-registry.el (gnus-registry-cache-whitespace)
15791 (gnus-registry-action, gnus-registry-spool-action)
15792 (gnus-registry-split-fancy-with-parent): Change message levels
15793 from 5 to 3 or 7, as needed.
ec3c4a4c 15794
01c52d31
MB
15795 * spam.el (spam-summary-prepare-exit)
15796 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15797 (spam-split, spam-find-spam, spam-log-undo-registration)
15798 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15799 level from 5 to 6.
5f5475ac 15800
01c52d31 158012004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
5f5475ac 15802
01c52d31
MB
15803 * gnus-ems.el: Autoload appt-select-lowest-window (revert
15804 2004-03-04 change).
5f5475ac 15805
01c52d31 158062004-04-25 Jesper Harder <harder@ifa.au.dk>
2fd561a9 15807
c9e31f32
SM
15808 * sieve-manage.el (sieve-manage-open):
15809 * nnweb.el (nnweb-insert-html):
01c52d31 15810 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
c9e31f32
SM
15811 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15812 * nnspool.el (nnspool-request-group):
01c52d31 15813 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
c9e31f32 15814 * nnml.el (nnml-request-update-info):
01c52d31 15815 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
c9e31f32 15816 (nnmh-request-create-group, nnmh-update-gnus-unreads):
01c52d31 15817 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
c9e31f32
SM
15818 (nnimap-request-set-mark):
15819 * nnfolder.el (nnfolder-request-update-info):
01c52d31 15820 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
c9e31f32
SM
15821 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15822 * gnus-uu.el (gnus-uu-find-articles-matching):
01c52d31 15823 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
01c52d31 15824 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
c9e31f32
SM
15825 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15826 * gnus-nocem.el (gnus-nocem-scan-groups):
15827 * gnus-int.el (gnus-start-news-server):
01c52d31 15828 * gnus-group.el (gnus-group-make-kiboze-group)
c9e31f32
SM
15829 (gnus-group-browse-foreign-server):
15830 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15831 Use mapc when appropriate.
270a576a 15832
01c52d31 158332004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 15834
01c52d31 15835 FIXME: Make separate entries for each person.
270a576a 15836
01c52d31 15837 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
880820fe 15838 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
01c52d31 15839 <shields@msrl.com>:
270a576a 15840
01c52d31
MB
15841 * spam.el (spam-necessary-extra-headers): Get the extra headers we
15842 may need for spam sorting and scoring.
15843 (spam-user-format-function-S): Add user format function suitable for
15844 general use.
15845 (spam-article-sort-by-spam-status): Add sorting function for summary
15846 sorting.
15847 (spam-extra-header-to-number): Add function to get a score from a
15848 header.
15849 (spam-summary-score): Add function to get a numeric score from the
15850 headers.
c9e31f32 15851 (spam-generic-score): Fix function doc, was in wrong place.
01c52d31
MB
15852 (spam-initialize): Take symbols when it's run, and install the
15853 extra headers that spam-necessary-extra-headers thinks we need.
270a576a 15854
01c52d31 158552004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 15856
01c52d31 15857 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
880820fe 15858 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
270a576a 15859
01c52d31 158602004-04-17 Jesper Harder <harder@ifa.au.dk>
270a576a 15861
01c52d31
MB
15862 * gnus-sum.el (gnus-set-global-variables)
15863 (gnus-build-all-threads, gnus-get-newsgroup-headers)
15864 (gnus-article-get-xrefs, gnus-summary-best-group)
15865 (gnus-summary-next-article, gnus-summary-enter-digest-group)
15866 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
c9e31f32
SM
15867 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15868 Use with-current-buffer.
270a576a 15869
01c52d31 158702004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 15871
01c52d31
MB
15872 * spam.el (spam-summary-prepare-exit): Simplify logic.
15873 (spam-fetch-article-header): Read the article header if it's not
15874 available.
15875 (spam-list-articles): Simplify logic.
15876 (spam-filelist-register-routine): Fix bug with unregister-list.
270a576a 15877
01c52d31 15878 * gnus-registry.el: Fix comments at beginning.
270a576a 15879
01c52d31 158802004-04-16 Jesper Harder <harder@ifa.au.dk>
d31fa104 15881
01c52d31
MB
15882 * message.el (message-cater-to-broken-inn): Remove.
15883 (message-shorten-references): Make sure the total folded length of
15884 References is shorter than 998 characters to cater to a bug in INN
15885 2.3. Also, don't pretend that references aren't folded -- this
15886 hasn't worked for a while.
d31fa104 15887
01c52d31 158882004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
9b981cb6 15889
01c52d31
MB
15890 * gnus-agent.el (gnus-agentize):
15891 gnus-agent-send-mail-real-function no longer set to current value
15892 of message-send-mail-function but rather a lambda that calls
15893 message-send-mail-function. The change makes the agent real-time
15894 responsive to user changes to message-send-mail-function.
9b981cb6 15895
01c52d31 158962004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
9b981cb6 15897
01c52d31
MB
15898 * legacy-gnus-agent.el
15899 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15900 help from Florian Weimer <fw@deneb.enyo.de>
9b981cb6 15901
01c52d31 159022004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
56c30d72 15903
01c52d31 15904 * nnmail.el (nnmail-cache-insert): Revert last change.
56c30d72 15905
01c52d31 159062004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
f429956a 15907
01c52d31
MB
15908 * nnmail.el (nnmail-cache-insert): Always check whether
15909 nnmail-cache-ignore-groups matches a group name.
f429956a 15910
01c52d31 159112004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
5c243ee4 15912
01c52d31
MB
15913 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15914 (spam-find-spam, spam-log-processing-to-registry)
15915 (spam-log-registered-p, spam-log-unregistration-needed-p)
15916 (spam-log-undo-registration): Use gnus-message instead of
15917 gnus-error, none of these errors are fatal.
5c243ee4 15918
01c52d31
MB
15919 * gnus-registry.el (gnus-registry-clean-empty-function)
15920 (gnus-registry-clean-empty): Remove only empty entries without
15921 extra data.
aba1948a 15922
01c52d31 159232004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
aba1948a 15924
01c52d31
MB
15925 * spam-stat.el (spam-stat-buffer-change-to-spam)
15926 (spam-stat-buffer-change-to-non-spam): Change (error) to
15927 (gnus-message 8) invocation.
aba1948a 15928
01c52d31 159292004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
aba1948a 15930
01c52d31
MB
15931 * nntp.el (nntp-via-netcat-command): New variable.
15932 (nntp-via-netcat-switches): New variable.
15933 (nntp-open-via-rlogin-and-netcat): New function.
15934 (nntp-open-connection-function): Doc fix.
15935 (nntp-telnet-command): Doc fix.
15936 (nntp-end-of-line): Doc fix.
15937 (nntp-via-rlogin-command): Doc fix.
15938 (nntp-via-user-name): Doc fix.
15939 (nntp-via-address): Doc fix.
aba1948a 15940
01c52d31 159412004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
aba1948a 15942
01c52d31
MB
15943 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15944 error in Emacs 21.1.
ddff82cf 15945
01c52d31 159462004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
ddff82cf 15947
01c52d31 15948 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
112d84ef 15949
01c52d31 159502004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
540992fa 15951
01c52d31
MB
15952 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15953 (gnus-agent-with-refreshed-group): New macro.
15954 (gnus-agent-rename-group): New function.
15955 (gnus-agent-delete-group): New function.
15956 (gnus-agent-save-group-info): Use gnus-command-method when
15957 `method' parameter is nil. Don't write nil entries into the
15958 active file.
15959 (gnus-agent-get-group-info): New function.
15960 (gnus-agent-fetch-articles): Use
15961 gnus-agent-update-files-total-fetched-for to increment disk space
15962 used.
15963 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15964 gnus-agent-update-view-total-fetched-for to increment disk space
15965 used.
15966 (gnus-agent-get-local): Added optional parameters to avoid calling
15967 gnus-group-real-name and gnus-find-method-for-group.
15968 (gnus-agent-set-local): Delete stored entry if either min, or max,
15969 are nil.
15970 (gnus-agent-fetch-session): Reworded error/quit messages. On
b643362c 15971 quit, use gnus-agent-regenerate-group to record existence of any
01c52d31
MB
15972 articles fetched to disk before the quit occurred.
15973 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15974 gnus-agent-update-view-total-fetched-for, and
15975 gnus-agent-update-files-total-fetched-for to decrement disk space
15976 used.
15977 (gnus-agent-retrieve-headers): Use
15978 gnus-agent-update-view-total-fetched-for to increment disk space
15979 used.
15980 (gnus-agent-regenerate-group): Replace gnus-group-update-group
15981 with gnus-agent-update-files-total-fetched-for to decrement disk
15982 space and fresh group buffer.
15983 (gnus-agent-inhibit-update-total-fetched-for): New variable.
15984 (gnus-agent-need-update-total-fetched-for): New variable.
15985 (gnus-agent-update-files-total-fetched-for): New function.
15986 (gnus-agent-update-view-total-fetched-for): New function.
15987 (gnus-agent-total-fetched-for): New function.
15988
15989 * gnus-cache.el (gnus-cache-save-buffers): Use
15990 gnus-cache-update-overview-total-fetched-for to change disk space
15991 used by this group.
15992 (gnus-cache-possibly-enter-article): Use
15993 gnus-cache-update-file-total-fetched-for to increment disk space
15994 used by this group.
15995 (gnus-cache-possibly-remove-article): Use
15996 gnus-cache-update-file-total-fetched-for to decrement disk space
15997 used by this group.
15998 (gnus-cache-generate-nov-databases): Purge total fetched cache.
15999 (gnus-cache-rename-group): New function.
16000 (gnus-cache-delete-group): New function.
16001 (gnus-cache-inhibit-update-total-fetched-for): New variable.
16002 (gnus-cache-need-update-total-fetched-for): New variable.
16003 (gnus-cache-with-refreshed-group): New macro.
16004 (gnus-cache-update-file-total-fetched-for): New function.
16005 (gnus-cache-update-overview-total-fetched-for): New function.
16006 (gnus-cache-rename-group-total-fetched-for): New function.
16007 (gnus-cache-delete-group-total-fetched-for): New function.
16008 (gnus-cache-total-fetched-for): New function.
112d84ef 16009
01c52d31
MB
16010 * gnus-group.el: Require gnus-sum and autoload functions to
16011 resolve warnings when gnus-group.el compiled alone.
c4cc8b9a 16012 (gnus-group-line-format): Documented new %F.
01c52d31
MB
16013 (size of Fetched data) group line format; identifies disk space
16014 used by agent and cache.
16015 (gnus-group-line-format-alist): Defined new F format.
16016 (gnus-total-fetched-for): New function.
16017 (gnus-group-delete-group): No longer update
16018 gnus-cache-active-altered as gnus-request-delete-group now keeps
16019 the cache in sync.
16020 (gnus-group-list-active): Let the agent store a server's active
16021 list if currently plugged.
2f7717f6 16022
c9e31f32
SM
16023 * gnus-int.el (gnus-request-delete-group):
16024 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
01c52d31 16025 local disk in sync with the server.
c9e31f32
SM
16026 (gnus-request-rename-group):
16027 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
01c52d31 16028 local disk in sync with the server.
2f7717f6 16029
c9e31f32
SM
16030 * gnus-start.el (gnus-get-unread-articles):
16031 Cosmetic simplification to logic.
c44edf72 16032
01c52d31 16033 * gnus-util.el (gnus-rename-file): New function.
c44edf72 16034
01c52d31 160352004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
c44edf72 16036
01c52d31 16037 * mm-util.el (mm-image-load-path): Handle nil in load-path.
aa0a8561 16038
01c52d31 160392004-04-07 Jesper Harder <harder@ifa.au.dk>
aa0a8561 16040
01c52d31
MB
16041 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16042 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
aa0a8561 16043
01c52d31 160442004-04-06 Jesper Harder <harder@ifa.au.dk>
aa0a8561 16045
01c52d31
MB
16046 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16047 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
aa0a8561 16048
01c52d31 160492004-04-03 Jesper Harder <harder@ifa.au.dk>
aa0a8561 16050
01c52d31 16051 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
aa0a8561 16052
01c52d31 160532004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
aa0a8561 16054
01c52d31
MB
16055 * spam.el (spam-set-difference): Add function to replace
16056 gnus-set-difference in spam.el.
16057 (spam-summary-prepare-exit): Use spam-set-difference.
aa0a8561 16058
01c52d31 160592004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
aa0a8561 16060
01c52d31
MB
16061 * gnus-registry.el (gnus-registry-cache-file): Update to use
16062 gnus-dribble-directory OR gnus-home-directory OR ~.
16063 (gnus-registry-split-fancy-with-parent): Fix doc.
aa0a8561 16064
01c52d31 160652004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
aa0a8561 16066
01c52d31
MB
16067 * message.el (message-exchange-point-and-mark): Use
16068 message-mark-active-p. Suggested by Jesper Harder
16069 <harder@ifa.au.dk>.
45893b95 16070
01c52d31 160712004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
45893b95 16072
01c52d31
MB
16073 * message.el (message-exchange-point-and-mark): Don't activate
16074 region if it was inactive. Suggested by Hiroshi Fujishima
16075 <pooh@nature.tsukuba.ac.jp>.
734c5765 16076
01c52d31 160772004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
734c5765 16078
01c52d31
MB
16079 * gnus-art.el (article-display-face): Display Faces in the same
16080 order as X-Faces.
734c5765 16081
01c52d31 160822004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 16083
01c52d31 16084 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
ad136a7c 16085
01c52d31 160862004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 16087
01c52d31
MB
16088 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16089 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16090 (gnus-article-mime-hierarchy): Remove.
16091 (gnus-article-mime-hierarchy-next): Remove.
16092 (gnus-article-mode): Revert 2004-03-19 change.
16093 (gnus-article-setup-buffer): Revert 2004-03-19 change.
16094 (gnus-insert-mime-button): Revert 2004-03-19 change.
16095 (gnus-mime-accumulate-hierarchy): Remove.
16096 (gnus-mime-enter-multipart): Remove.
149cd465 16097 (gnus-mime-leave-multipart): Remove.
01c52d31
MB
16098 (gnus-mime-display-part): Revert 2004-03-19 change.
16099 (gnus-mime-display-alternative): Revert 2004-03-19 change.
ad136a7c 16100
01c52d31 16101 * mml.el (mml-preview): Revert 2004-03-19 change.
ad136a7c 16102
01c52d31 161032004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
ad136a7c 16104
01c52d31 16105 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
ad136a7c 16106
01c52d31 161072004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 16108
01c52d31
MB
16109 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16110 t while entering a file name using the mm-with-multibyte macro.
16111 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
ad136a7c 16112
01c52d31 16113 * mm-util.el (mm-with-multibyte): New macro.
ad136a7c 16114
01c52d31 161152004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 16116
01c52d31
MB
16117 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16118 user option.
16119 (gnus-mime-multipart-functions): Doc and customization fix.
16120 (gnus-article-mime-hierarchy): New variable.
16121 (gnus-article-mime-hierarchy-next): New variable.
16122 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16123 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16124 gnus-article-mime-hierarchy-next to nil.
16125 (gnus-insert-mime-button): Show hierarchy numbers.
16126 (gnus-mime-accumulate-hierarchy): New function.
16127 (gnus-mime-enter-multipart): New function.
16128 (gnus-mime-leave-multipart): New function.
16129 (gnus-mime-display-part): Recompute hierarchical MIME structure.
16130 (gnus-mime-display-alternative): Show hierarchy numbers.
ad136a7c 16131
01c52d31
MB
16132 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16133 gnus-article-mime-hierarchy-next to nil.
ad136a7c 16134
01c52d31 161352004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
ad136a7c 16136
01c52d31 16137 * dns.el: Don't require gnus-xmas.
ad136a7c 16138
01c52d31 161392004-03-17 Jesper Harder <harder@ifa.au.dk>
ad136a7c 16140
01c52d31
MB
16141 * mml.el (mml-generate-mime-1): Don't use format=flowed with
16142 inline PGP.
16143 (mml-menu): Disable mml-quote-region if mark is inactive.
ad136a7c 16144
01c52d31 161452004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 16146
01c52d31
MB
16147 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16148 when the group's active is not available.
ad136a7c 16149
01c52d31 161502004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 16151
01c52d31
MB
16152 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16153 error.
ad136a7c 16154
01c52d31 161552004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
ad136a7c 16156
01c52d31
MB
16157 * imap.el (imap-store-password): New variable.
16158 (imap-interactive-login): Use it.
16159 Suggested by Mark Plaksin <happy@mcplaksin.org>.
ad136a7c 16160
01c52d31 161612004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 16162
01c52d31
MB
16163 * gnus-art.el (gnus-article-read-summary-keys): Restore new
16164 window-start and hscroll to summary window.
ad136a7c 16165
01c52d31 161662004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
ad136a7c 16167
01c52d31
MB
16168 * gnus-start.el (gnus-convert-old-newsrc): Only write the
16169 conversion message to newsrc-dribble when an actual conversion is
16170 performed.
ad136a7c 16171
01c52d31 161722004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
ad136a7c 16173
01c52d31 16174 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
ad136a7c 16175
01c52d31 161762004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 16177
01c52d31
MB
16178 * mm-decode.el (mm-complicated-handles): New function reviving
16179 former definition of mm-multiple-handles.
49561cf6 16180
01c52d31
MB
16181 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16182 (gnus-mime-delete-part): Use it.
49561cf6 16183
01c52d31 161842004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
87589a70 16185
01c52d31
MB
16186 * gnus-agent.el (gnus-agent-read-local): Bind
16187 nnheader-file-coding-system to gnus-agent-file-coding-system to
16188 avoid the implicit assumption that they will always be equal.
16189 (gnus-agent-save-local): Bind buffer-file-coding-system, not
16190 coding-system-for-write, as the with-temp-file macro first prints
16191 to a buffer then saves the buffer.
87589a70 16192
01c52d31 161932004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
c825ac9d 16194
01c52d31
MB
16195 * gnus-art.el (gnus-article-edit-part): New function.
16196 (gnus-mime-save-part-and-strip): Use it; do query instead of
16197 signaling an error; don't use mm-multiple-handles.
16198 (gnus-mime-delete-part): Ditto.
c825ac9d 16199
01c52d31 162002004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
ae465fa7 16201
01c52d31
MB
16202 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16203 old file versions.
16204 (gnus-group-prepare-hook): Removed function that converted list
16205 form of gnus-agent-expire-days to group properties.
ae465fa7 16206
01c52d31
MB
16207 * gnus-int.el: Autoload gnus-agent-regenerate-group.
16208 (gnus-request-accept-article): Re-indented.
5f49be3f 16209
01c52d31
MB
16210 * gnus-start.el (gnus-convert-old-newsrc): Registered new
16211 converters to handle old agent file formats. Added logic for a
16212 "backup before upgrading warning".
16213 (gnus-convert-mark-converter-prompt): Developers can mark
16214 functions as needing (default), or not needing,
16215 gnus-convert-old-newsrc's "backup before upgrading warning".
16216 (gnus-convert-converter-needs-prompt): Tests whether the user
16217 should be protected from potentially irreversable changes by the
16218 function.
5f49be3f 16219
002876ab 16220 * legacy-gnus-agent.el: New. Provides converters that are only
01c52d31 16221 loaded when gnus-convert-old-newsrc needs to call them.
fb54e72e 16222
01c52d31 162232004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
fb54e72e 16224
01c52d31 16225 * mail-source.el (mail-source-touch-pop): Doc fix.
fb54e72e 16226
01c52d31 16227 * message.el (message-smtpmail-send-it): Doc fix.
0683d241 16228
01c52d31 162292004-03-05 Jesper Harder <harder@ifa.au.dk>
0683d241 16230
01c52d31 16231 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
1b155fbd 16232
01c52d31 16233 * nnmail.el (nnmail-split-fancy): do.
1b155fbd 16234
01c52d31 16235 * gnus-kill.el (gnus-kill, gnus-execute): do.
0683d241 16236
01c52d31 162372004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
0683d241 16238
01c52d31
MB
16239 * gnus-sum.el (gnus-widget-reversible-match)
16240 (gnus-widget-reversible-to-internal)
16241 (gnus-widget-reversible-to-external): New functions.
16242 (gnus-widget-reversible): New widget.
16243 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
0683d241 16244
01c52d31 162452004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
0683d241 16246
01c52d31
MB
16247 * gnus-sum.el (gnus-thread-sort-functions)
16248 (gnus-article-sort-functions): Document `(not F)' items.
0683d241 16249
01c52d31 162502004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
e2642250 16251
01c52d31
MB
16252 * spam.el (spam-use-gmane-xref): Add new backend.
16253 (spam-gmane-xref-spam-group): Add variable to control the name of the
16254 Gmane spam group.
16255 (spam-blackhole-servers, spam-blackhole-good-server-regex)
16256 (spam-regex-headers-spam, spam-regex-headers-ham)
16257 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16258 (spam-list-of-checks): Add spam-use-gmane-xref to list of
16259 backends and checks.
16260 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
e2642250 16261
01c52d31
MB
16262 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16263 an autodetect method.
e2642250 16264
01c52d31 162652004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
e2642250 16266
01c52d31
MB
16267 * gnus-int.el (gnus-request-accept-article): Inform the agent that
16268 articles are being added to a group.
16269 (gnus-request-replace-article): Inform the agent that articles
16270 need to be uncached as the cached contents are no longer valid.
e2642250 16271
01c52d31 162722004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
e2642250 16273
01c52d31 16274 * binhex.el: Don't autoload executable-find.
e2642250 16275
01c52d31 16276 * canlock.el: Don't autoload mail-fetch-field.
e2642250 16277
01c52d31 16278 * gnus-ems.el: Don't autoload appt-select-lowest-window.
e2642250 16279
01c52d31
MB
16280 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16281 rmail-dont-reply-to and rmail-output.
e2642250 16282
01c52d31 16283 * gnus-score.el: Don't autoload ffap-string-at-point.
e2642250 16284
01c52d31 16285 * gnus-setup.el: Don't autoload sc-cite-original.
e2642250 16286
01c52d31
MB
16287 * imap.el: Don't autoload base64-decode-string,
16288 base64-encode-string and md5.
e2642250 16289
01c52d31
MB
16290 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16291 and rmail-msg-restore-non-pruned-header.
e2642250 16292
01c52d31 16293 * mm-decode.el: Don't autoload executable-find.
e2642250 16294
01c52d31 16295 * mm-url.el: Don't autoload executable-find.
e2642250 16296
01c52d31 16297 * mm-view.el: Don't autoload diff-mode.
e2642250 16298
01c52d31
MB
16299 * nndb.el: Don't autoload news-reply-mode, news-setup,
16300 cancel-timer and telnet.
e2642250 16301
01c52d31 16302 * password.el: Don't autoload run-at-time for Emacs.
e2642250 16303
01c52d31 16304 * sha1-el.el: Don't autoload executable-find.
e2642250 16305
01c52d31 16306 * sieve-mode.el: Don't autoload c-mode.
e2642250 16307
01c52d31 16308 * uudecode.el: Don't autoload executable-find.
e2642250 16309
01c52d31 163102004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
e2642250 16311
01c52d31
MB
16312 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16313 (gnus-agent-possibly-alter-active): Avoid null in numeric
16314 comparison.
16315 (gnus-agent-set-local): Refuse to save null in local object table.
16316 (gnus-agent-regenerate-group): The REREAD parameter can now be a
16317 list of articles that will be marked as unread.
e2642250 16318
01c52d31 163192004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
e2642250 16320
01c52d31 16321 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
e2642250 16322
01c52d31 163232004-03-04 Jesper Harder <harder@ifa.au.dk>
ba0226dd 16324
01c52d31
MB
16325 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16326 language tags.
ba0226dd 16327
01c52d31 163282004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
e2642250 16329
01c52d31
MB
16330 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16331 Don't bind "obarray".
5153a47a 16332
01c52d31
MB
16333 * gnus-sum.el (gnus-thread-sort-functions): Added
16334 `gnus-thread-sort-by-most-recent-number' and
16335 `gnus-thread-sort-by-most-recent-date'.
16336 Reported by Kai Grossjohann <kai@emptydomain.de>.
2a95505b 16337
01c52d31 163382004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5153a47a 16339
01c52d31 16340 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
5153a47a 16341
01c52d31 163422004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
5153a47a 16343
01c52d31
MB
16344 * gnus-cus.el (gnus-agent-customize-category): Removed
16345 ignore-errors macro reference that required cl to be loaded at
16346 run-time.
5153a47a 16347
01c52d31
MB
16348 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16349 single-interval range of the form (min . max). Previously the
16350 range had to look like ((min . max)). Likewise, return
16351 (min . max) rather than ((min . max)).
16352 (gnus-range-map): Use gnus-range-normalize to accept
16353 single-interval range.
5153a47a 16354
01c52d31
MB
16355 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16356 the cache, but not the agent, now appear with their usual face.
5153a47a 16357
01c52d31 163582004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
5153a47a 16359
01c52d31
MB
16360 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16361 w3m-safe-url-regexp variable buffer-local.
86713405 16362
01c52d31 16363 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
86713405 16364
01c52d31 163652004-02-27 Simon Josefsson <jas@extundo.com>
86713405 16366
01c52d31
MB
16367 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16368 gnus-group-real-prefix.
16369 (gnus-summary-move-article): Use it, instead of
16370 gnus-group-real-prefix.
86713405 16371
01c52d31 163722004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
d5ddd795 16373
01c52d31
MB
16374 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16375 w3m-safe-url-regexp variable buffer-local and set it as the value
16376 of mm-w3m-safe-url-regexp.
d5ddd795 16377
01c52d31 16378 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
d5ddd795 16379
01c52d31
MB
16380 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16381 parsing gnus-posting-styles when the message is not for replying.
d5ddd795 16382
01c52d31
MB
16383 * nnrss.el (nnrss-opml-export): Use
16384 mm-set-buffer-file-coding-system instead of
16385 set-buffer-file-coding-system.
54506618 16386
01c52d31 163872004-02-27 Jesper Harder <harder@ifa.au.dk>
54506618 16388
01c52d31
MB
16389 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16390 of checkdoc.el).
16391 * nnrss.el: do.
16392 * gnus-mlspl.el: do.
16393 * gnus-ml.el: do.
16394 * gnus-srvr.el: do.
54506618 16395
01c52d31 16396 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
54506618 16397
01c52d31 163982004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
54506618 16399
01c52d31
MB
16400 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16401 Corrections to custom-manual links.
54506618 16402
01c52d31 16403 * gnus-art.el (gnus-article): Ditto.
54506618 16404
01c52d31 16405 * mm-decode.el (mime-display, mime-security): Ditto.
54506618 16406
01c52d31 164072004-02-26 Jesper Harder <harder@ifa.au.dk>
54506618 16408
01c52d31 16409 * flow-fill.el: Typo.
54506618 16410
01c52d31 164112004-02-26 Andrew Cohen <cohen@andy.bu.edu>
49561cf6 16412
01c52d31 16413 * spam-wash.el: New file.
54506618 16414
01c52d31 164152004-02-26 Mark A. Hershberger <mah@everybody.org>
54506618 16416
01c52d31 16417 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
54506618 16418
01c52d31 164192004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
49561cf6 16420
01c52d31
MB
16421 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16422 to be run with new-articles as LIST1, not LIST2.
16423 (spam-registration-functions): Add spam-use-ham-copy as a nil
16424 registration backend.
54506618 16425
01c52d31 164262004-02-26 Jesper Harder <harder@ifa.au.dk>
54506618 16427
01c52d31
MB
16428 * spam-stat.el (spam-stat-washing-hook): New option.
16429 (spam-stat-buffer-words): Use it.
16430 (spam-stat-process-directory, spam-stat-test-directory): Use
16431 insert-file-contents-literally.
16432 (spam-stat-coding-system): New variable.
16433 (spam-stat-load, spam-stat-save): Use it.
54506618 16434
01c52d31 164352004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 16436
01c52d31
MB
16437 * spam-report.el (spam-report-plug-agent): Quote
16438 spam-report-url-to-file and spam-report-url-ping-plain.
54506618 16439
01c52d31 164402004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
54506618 16441
01c52d31
MB
16442 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16443 / in mailto URLs.
54506618 16444
01c52d31 164452004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
54506618 16446
01c52d31
MB
16447 * spam-report.el (spam-report-process-queue): Fix interactive use.
16448 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16449 (spam-report-unplug-agent): Doc fixes.
16450 (spam-report-url-ping-mm-url, spam-report-url-to-file)
16451 (spam-report-agentize, spam-report-deagentize): Autoload
54506618 16452
01c52d31 164532004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 16454
01c52d31
MB
16455 * message.el (message-setup-fill-variables): Add mml tags to
16456 paragraph-start and paragraph-separate. Suggested by Andrew Korty
16457 <ajk@iu.edu>.
16458 (message-mode): Don't modify paragraph-separate there.
54506618 16459
01c52d31 164602004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 16461
01c52d31
MB
16462 * compface.el (uncompface-use-external): Default to undecided.
16463 (uncompface-use-external-threshold): New variable.
16464 (uncompface-float-time): New macro.
16465 (uncompface): Determine whether to use the external decoder if
16466 uncompface-use-external is undecided.
54506618 16467
01c52d31 164682004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
54506618 16469
01c52d31
MB
16470 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16471 after images.
54506618 16472
01c52d31 16473 * gnus-art.el (gnus-mime-display-single): Remove dead code.
54506618 16474
01c52d31 164752004-02-14 Jesper Harder <harder@ifa.au.dk>
49561cf6 16476
01c52d31 16477 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
54506618 16478
002876ab 16479 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
54506618 16480
01c52d31
MB
16481 * gnus-sum.el (gnus-summary-limit-to-age)
16482 (gnus-summary-limit-children): do.
54506618 16483
01c52d31 16484 * gnus-int.el (gnus-request-scan): do.
54506618 16485
01c52d31 16486 * gnus-group.el (gnus-group-suspend): do.
54506618 16487
01c52d31 16488 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
54506618 16489
01c52d31 16490 * gnus-cite.el (gnus-cite-parse-attributions): do.
54506618 16491
01c52d31
MB
16492 * gnus-agent.el (gnus-summary-set-agent-mark)
16493 (gnus-agent-regenerate-group): do.
54506618 16494
01c52d31 16495 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
54506618 16496
01c52d31 16497 * binhex.el (binhex-decode-region-internal): do.
54506618 16498
01c52d31 164992004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 16500
01c52d31
MB
16501 * gnus-fun.el (gnus-face-properties-alist): New user option.
16502 (gnus-display-x-face-in-from): Use it.
54506618 16503
01c52d31 16504 * gnus-art.el (article-display-face): Ditto.
54506618 16505
01c52d31 16506 * compface.el (uncompface-use-external): Default to nil.
54506618 16507
01c52d31 165082004-02-12 Jesper Harder <harder@ifa.au.dk>
54506618 16509
01c52d31
MB
16510 * nntp.el (nntp-erase-buffer): New function.
16511 (nntp-retrieve-data, nntp-send-command)
16512 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16513 (nntp-possibly-change-group): Use it.
54506618 16514
01c52d31
MB
16515 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16516 with-current-buffer.
54506618 16517
01c52d31 165182004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
54506618 16519
01c52d31
MB
16520 * compface.el: Merge the ELisp-based uncompface program.
16521 (compface): New customization group.
16522 (uncompface-use-external): New user option.
16523 (uncompface): Call uncompface-internal if uncompface-use-external
16524 is nil.
16525 (uncompface-internal): New function. Note that there are also
16526 some other functions and variables added for this function.
54506618 16527
01c52d31 165282004-02-10 Jesper Harder <harder@ifa.au.dk>
54506618 16529
01c52d31
MB
16530 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16531 if necessary.
54506618 16532
01c52d31 165332004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
54506618 16534
01c52d31
MB
16535 * spam-report.el (spam-report-unplug-agent)
16536 (spam-report-plug-agent, spam-report-deagentize)
16537 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16538 Add support for the Agent in spam-report: when unplugged, report to a
16539 file; when plugged, submit all the requests.
54506618 16540
01c52d31
MB
16541 * spam.el (spam-register-routine): Fix message about
16542 registration.
54506618 16543
01c52d31 165442004-02-09 Jesper Harder <harder@ifa.au.dk>
49561cf6 16545
01c52d31
MB
16546 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16547 dependencies.
16548 (rfc2047-encode): Use it.
54506618 16549
01c52d31
MB
16550 * gnus-art.el (gnus-button-marker-list): Move before first
16551 reference.
54506618 16552
01c52d31
MB
16553 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16554 (imap-parse-body): Fix format string mismatch.
54506618 16555
01c52d31 16556 * gnus-score.el (gnus-summary-increase-score): do.
54506618 16557
01c52d31 16558 * nnrss.el (nnrss-close): New function.
54506618 16559
01c52d31 165602004-02-08 Jesper Harder <harder@ifa.au.dk>
54506618 16561
01c52d31
MB
16562 * nnrss.el (nnrss-make-filename): New function.
16563 (nnrss-request-delete-group, nnrss-read-server-data)
16564 (nnrss-save-server-data, nnrss-read-group-data)
16565 (nnrss-save-group-data): Use it.
16566 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16567 (nnrss-read-server-data, nnrss-read-group-data): Use load.
16568 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
54506618 16569
01c52d31 165702004-02-07 Jesper Harder <harder@ifa.au.dk>
54506618 16571
01c52d31 16572 * mml.el (mml-compute-boundary-1): Don't uncompress files.
54506618 16573
01c52d31 165742004-02-06 Jesper Harder <harder@ifa.au.dk>
54506618 16575
01c52d31
MB
16576 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16577 files.
54506618 16578
01c52d31
MB
16579 * message.el (message-generate-headers-first): Don't quote nil
16580 and t in docstrings.
54506618 16581
01c52d31 16582 * imap.el (imap-id): do.
54506618 16583
01c52d31
MB
16584 * gnus-agent.el (gnus-agent-consider-all-articles)
16585 (gnus-agent-queue-mail): do.
54506618 16586
01c52d31 165872004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
54506618 16588
01c52d31
MB
16589 * spam-report.el (spam-report-process-queue): New function.
16590 Process requests from `spam-report-requests-file'.
16591 (spam-report-process-queue): Doc fix.
54506618 16592
01c52d31 165932004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
531e5812 16594
01c52d31
MB
16595 * spam.el (spam-register-routine)
16596 (spam-log-processing-to-registry, spam-log-registered-p)
16597 (spam-log-unregistration-needed-p, spam-log-undo-registration):
16598 Change "check" to "spam-check" for semi-clarity.
531e5812 16599
01c52d31 166002004-02-05 Jesper Harder <harder@ifa.au.dk>
531e5812 16601
01c52d31 16602 * pop3.el: Require nnheader.
531e5812 16603
01c52d31 16604 * mml-smime.el: Require cl. Autoload message-fetch-field.
531e5812 16605
01c52d31 16606 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
531e5812 16607
01c52d31 16608 * gnus-picon.el: Require cl.
531e5812 16609
01c52d31 16610 * gnus-fun.el: Require gnus-ems and gnus-util.
531e5812 16611
01c52d31 16612 * gnus.el (gnus-method-to-server): Move defsubst before first use.
531e5812 16613
01c52d31 16614 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
531e5812 16615
01c52d31
MB
16616 * gnus-art.el (gnus-article-edit-mode): Define before first
16617 reference.
531e5812 16618
01c52d31 166192004-02-04 Jesper Harder <harder@ifa.au.dk>
531e5812 16620
01c52d31
MB
16621 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16622 (gnus-uu-post-encoded): Use point-at-bol.
531e5812 16623
01c52d31 16624 * gnus-topic.el (gnus-group-active-topic-p): do.
69075cdd 16625
01c52d31 16626 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
69075cdd 16627
01c52d31 16628 * gnus-group.el (gnus-group-kill-region): do.
69075cdd 16629
01c52d31 16630 * gnus-art.el (article-date-ut): do.
69075cdd 16631
01c52d31
MB
16632 * message.el (message-fetch-field): Remove redundant
16633 case-fold-search binding.
16634 (message-narrow-to-field): Simplify.
69075cdd 16635
01c52d31 166362004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
8903a9c8 16637
01c52d31 16638 * spam.el (spam-directory): Derive from `gnus-directory'.
8903a9c8 16639
01c52d31
MB
16640 * spam-report.el (spam-report-url-to-file)
16641 (spam-report-requests-file): New function and variable for offline
16642 reporting.
16643 (spam-report-url-ping-function): Add `spam-report-url-to-file'
16644 and user defined function.
16645 (spam-report-url-ping-mm-url): Remove doubled slash.
8903a9c8 16646
01c52d31 166472004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
8903a9c8 16648
01c52d31 16649 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
8903a9c8 16650
01c52d31 166512004-02-03 Jesper Harder <harder@ifa.au.dk>
ebbeed62 16652
01c52d31
MB
16653 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16654 format string mismatch.
ebbeed62 16655
01c52d31 16656 * sieve.el (sieve-deactivate-all): do.
8903a9c8 16657
01c52d31 16658 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
8903a9c8 16659
01c52d31 16660 * nnlistserv.el (nnlistserv-kk-wash-article): do.
e62e7654 16661
01c52d31 16662 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
e62e7654 16663
01c52d31 16664 * mm-bodies.el (mm-7bit-chars): Don't include \r.
e62e7654 16665
01c52d31 166662004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
e62e7654 16667
01c52d31
MB
16668 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16669 the list of checks.
e62e7654 16670
01c52d31 166712004-01-31 Jesper Harder <harder@ifa.au.dk>
e62e7654 16672
01c52d31
MB
16673 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16674 padding.
e62e7654 16675
01c52d31 166762004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
c3bc41c2 16677
01c52d31
MB
16678 * mm-view.el (mm-fill-flowed): New variable.
16679 (mm-inline-text): Use it.
eb6a2b61 16680
01c52d31 166812004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
c3bc41c2 16682
01c52d31
MB
16683 * spam.el (spam-spamassassin-register-ham-routine)
16684 (spam-spamassassin-register-spam-routine): Fix function names.
7c3bb5a5 16685
01c52d31 166862004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
7c3bb5a5 16687
01c52d31
MB
16688 * gnus.el (gnus-tmp-grouplens): Remove.
16689 (gnus-summary-line-format): Remove grouplens.
f0096211 16690
01c52d31 16691 * gnus-group.el (gnus-group-line-format): Ditto.
f0096211 16692
01c52d31
MB
16693 * gnus-spec.el (gnus-format-specs): Ditto.
16694 (gnus-update-format-specifications): Flush the group format spec
16695 cache if there's the grouplens stuff.
16696 (gnus-parse-simple-format): Replace %l with the empty string.
f0096211 16697
01c52d31 166982004-01-27 Jerry James <james@xemacs.org> (tiny change)
f0096211 16699
01c52d31
MB
16700 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16701 omission.
14e20e13 16702
01c52d31 167032004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
14e20e13 16704
01c52d31
MB
16705 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16706 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
c1d7d285 16707
01c52d31 167082004-01-25 Paul Jarc <prj@po.cwru.edu>
c1d7d285 16709
149cd465
JB
16710 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16711 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
01c52d31
MB
16712 New macros and functions.
16713 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16714 Handle > NLINK_MAX messages.
16715 * nnmaildir.el (nnmaildir-request-set-mark): Use
16716 nnmaildir--emlink-p and nnmaildir--eexist-p.
c1d7d285 16717
01c52d31 167182004-01-25 Alex Schroeder <alex@gnu.org>
c1d7d285 16719
01c52d31
MB
16720 * spam-stat.el (spam-stat-process-directory-age): New option.
16721 (spam-stat-process-directory): Use it.
c1d7d285 16722
01c52d31 167232004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
c1d7d285 16724
01c52d31
MB
16725 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16726 (spam-stat-save): Accept prefix argument.
c1d7d285 16727
01c52d31 167282004-01-23 Paul Jarc <prj@po.cwru.edu>
c1d7d285 16729
01c52d31
MB
16730 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16731 links" error.
c1d7d285 16732
01c52d31 167332004-01-23 Jesper Harder <harder@ifa.au.dk>
10b43d7c 16734
01c52d31
MB
16735 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16736 compatibility with old .newsrc.eld files.
10b43d7c 16737
01c52d31 16738 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
f4dd4ae8 16739
01c52d31 16740 * gnus-start.el (gnus-1): do.
f4dd4ae8 16741
01c52d31 16742 * gnus-group.el (gnus-group-line-format-alist): do.
1b155fbd 16743
01c52d31 16744 * gnus.el (gnus-use-grouplens, gnus-visual): do.
1b155fbd 16745
01c52d31 16746 * gnus-gl.el: Remove.
f4dd4ae8 16747
01c52d31 167482004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
f4dd4ae8 16749
01c52d31
MB
16750 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16751 marks consisting of a single range {for example, (3 . 5)} rather
16752 than a list of a single range { ((3 . 5)) }.
49561cf6 16753
01c52d31 167542004-01-23 Jesper Harder <harder@ifa.au.dk>
f4dd4ae8 16755
01c52d31
MB
16756 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16757 with-current-buffer.
16758 (spam-stat-store-current-buffer): Use insert-buffer-substring to
16759 avoid consing a string.
f4dd4ae8 16760
01c52d31
MB
16761 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16762 Remove obsolete entries for big5 and gb2312.
f4dd4ae8 16763
01c52d31 167642004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
49561cf6 16765
01c52d31
MB
16766 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16767 uncompressed list.
f4dd4ae8 16768
01c52d31 167692004-01-22 Jesper Harder <harder@ifa.au.dk>
f4dd4ae8 16770
01c52d31
MB
16771 * spam-stat.el (spam-stat-strip-xref): New function.
16772 (spam-stat-process-directory): Use it.
f4dd4ae8 16773
01c52d31
MB
16774 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16775 here -- it's done in message-fetch-field.
f4dd4ae8 16776
01c52d31 167772004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
f4dd4ae8 16778
149cd465
JB
16779 * gnus-agent.el (gnus-agent-queue-mail)
16780 (gnus-agent-prompt-send-queue): New variables.
01c52d31
MB
16781 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16782 * gnus-draft.el (gnus-group-send-queue): Pass the group name
16783 "nndraft:queue" along to gnus-draft-send. Use
16784 gnus-agent-prompt-send-queue.
16785 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16786 is "nndraft:queue". Suggested by Gaute Strokkenes
16787 <gs234@srcf.ucam.org>
f4dd4ae8 16788
c4cc8b9a
JB
16789 * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16790 (agent-enable-undownloaded-faces): Added.
01c52d31
MB
16791 (gnus-agent-cat-groups): Use eval-and-compile, not
16792 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16793 method of gnus-agent-cat-groups even when the buffer has been
16794 evaled.
3042deef 16795 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
01c52d31 16796 delete gnus-agent-save-active-1.
002876ab 16797 (gnus-agent-save-groups): Deleted. Identical to
01c52d31
MB
16798 gnus-agent-save-active.
16799 (gnus-agent-write-active): No longer adjust agent's copy of active
16800 file as agent's adjustments are now stored in their own
002876ab 16801 file. Removed optional parameter.
01c52d31
MB
16802 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16803 servers. Add use of min/max range limits from server's local
16804 file.
16805 (gnus-agent-save-alist): Removed unused optional argument.
149cd465
JB
16806 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16807 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
01c52d31 16808 (gnus-agent-set-local): A per-server file that keeps min/max range
ec5741dc 16809 limits for articles known to the agent. Provides a fast mechanism
01c52d31 16810 for altering many active ranges.
3042deef 16811 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
01c52d31
MB
16812 active file (local makes it unnecessary).
16813 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16814
c4cc8b9a
JB
16815 * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16816 (agent-enable-undownloaded-faces): Added.
01c52d31
MB
16817
16818 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16819 disable it when sending to "nndraft:queue".
16820 (gnus-group-send-queue): Add safety check to avoid sending queue
16821 when unplugged.
f4dd4ae8 16822
01c52d31
MB
16823 * gnus-group.el (gnus-group-catchup): Use new
16824 gnus-sequence-of-unread-articles, not
16825 gnus-list-of-unread-articles, to avoid exhausting memory with huge
16826 numbers of articles. Use gnus-range-map to avoid having to
16827 uncompress the unread list.
149cd465
JB
16828 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16829 Fixed invalid ange-ftp reference.
9b5773bc 16830
01c52d31
MB
16831 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16832 (gnus-sorted-range-intersection): Intersection of two ranges
16833 without requiring that they first be uncompressed.
9b5773bc 16834
01c52d31
MB
16835 * gnus-start.el (gnus-activate-group): Unless blocked by the
16836 caller, possibly expand the active range to include both cached
16837 and agentized articles.
16838 (gnus-convert-old-newsrc): Rewrote in anticipation of having
16839 multiple version-dependent converters.
16840 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16841 gnus-agent-save-active.
16842 (gnus-save-newsrc-file): Save dirty agent range limits.
46cdaf24 16843
01c52d31
MB
16844 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16845 gnus-agent-possibly-alter-active.
16846 (gnus-adjust-marked-articles): Faster handling of simple lists
16847
168482004-01-21 Jesper Harder <harder@ifa.au.dk>
16849
16850 * spam-stat.el (spam-stat-test-directory): New optional argument
16851 displays a list of files detected. Suggested by Andrew Cohen
16852 <cohen@andy.bu.edu>.
16853 (spam-stat-buffer-words-with-scores): Don't narrow and change
16854 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
16855
296fa7b4 168562004-01-20 Hubert Chan <hubert@uhoreg.ca>
01c52d31
MB
16857
16858 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16859 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16860 (spam-spamassassin-arguments)
16861 (spam-spamassassin-spam-flag-header)
16862 (spam-spamassassin-positive-spam-flag-header)
16863 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16864 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16865 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16866 (spam-list-of-processors, spam-list-of-checks)
16867 (spam-list-of-statistical-checks, spam-registration-functions)
16868 (spam-check-spamassassin-headers, spam-check-spamassassin)
16869 (spam-spamassassin-score)
16870 (spam-spamassassin-register-with-sa-learn)
16871 (spam-spamassassin-register-spam-routine)
16872 (spam-spamassassin-register-ham-routine)
16873 (spam-assassin-register-spam-routine)
002876ab
JB
16874 (spam-assassin-register-ham-routine): Add SpamAssassin support.
16875 (spam-bogofilter-score): Fix to show article before scoring.
01c52d31
MB
16876
168772004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
16878
16879 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16880 default scoring function.
16881 (spam-generic-score): Call spam-spamassassin-score if
16882 spam-use-spamassassin or spam-use-spamassassin-headers is on;
16883 spam-bogofilter-score otherwise.
16884
16885 * gnus.el (spam-process, spam-autodetect-methods): Add
16886 spamassassin and spamassassin-headers.
16887
168882004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
16889
16890 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16891 Suppress unnecessary messages.
16892
168932004-01-20 Jesper Harder <harder@ifa.au.dk>
16894
16895 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16896 make-hash-table.
46cdaf24 16897
01c52d31 168982004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 16899
01c52d31 16900 * canlock.el (base64-encode-string): Don't autoload it.
a08b59c9 16901
01c52d31 169022004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 16903
01c52d31
MB
16904 * run-at-time.el: Remove useless (require 'itimer),
16905 eval-and-compile and (featurep 'xemacs).
a08b59c9 16906
01c52d31 169072004-01-16 Jesper Harder <harder@ifa.au.dk>
a08b59c9 16908
01c52d31
MB
16909 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16910 GROUP is a virtual group.
a08b59c9 16911
01c52d31 169122004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
a08b59c9 16913
01c52d31 16914 * gnus.el: Autoload `message-y-or-n-p'.
a08b59c9 16915
01c52d31 169162004-01-15 Jesper Harder <harder@ifa.au.dk>
a08b59c9 16917
01c52d31 16918 * pgg-parse.el: Remove unnecessary (require 'custom).
a08b59c9 16919
01c52d31 16920 * pgg-def.el: do.
a08b59c9 16921
01c52d31 16922 * nnmail.el: do.
a08b59c9 16923
01c52d31 16924 * gnus-undo.el: do.
a08b59c9 16925
01c52d31 16926 * gnus-picon.el: do.
a08b59c9 16927
01c52d31 16928 * gnus-util.el: do.
a08b59c9 16929
01c52d31 169302004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
a08b59c9 16931
01c52d31 16932 * gnus-sum.el (gnus-pick-line-number): Add autoload.
a08b59c9 16933
01c52d31 169342004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 16935
01c52d31
MB
16936 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16937 handle, as well as a list.
a08b59c9 16938
01c52d31
MB
16939 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16940 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16941 (mm-w3m-cid-retrieve): Simplify.
a08b59c9 16942
01c52d31 169432004-01-14 Vasily Korytov <deskpot@myrealbox.com>
a08b59c9 16944
01c52d31
MB
16945 * message.el (message-kill-to-signature): Allow prefix arg to
16946 specify number of lines to keep before signature.
a08b59c9 16947
01c52d31
MB
169482004-01-14 Kai Grossjohann <kai@emptydomain.de>
16949
c4cc8b9a 16950 * message.el (message-kill-to-signature): Change docstring.
a08b59c9 16951
01c52d31 169522004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 16953
01c52d31
MB
16954 * canlock.el: Always require sha1-el.
16955 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
a08b59c9 16956
01c52d31 16957 * message.el: Autoload sha1 only when compiling.
a08b59c9 16958
01c52d31 169592004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 16960
01c52d31 16961 * message.el (message-canlock-generate): Require sha1-el.
a08b59c9 16962
01c52d31 169632004-01-13 Jesper Harder <harder@ifa.au.dk>
a08b59c9 16964
01c52d31 16965 * message.el (message-expand-name): Silence the byte compiler.
a08b59c9 16966
01c52d31 169672004-01-13 Simon Josefsson <jas@extundo.com>
1232b9cb 16968
01c52d31
MB
16969 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16970 Invoke gnus-score-mode. Reported by
880820fe 16971 bojohan+news@dd.chalmers.se (Johan Bockgård).
1232b9cb 16972
01c52d31
MB
16973 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
16974 Jim Blandy <jimb@redhat.com> (tiny change).
1232b9cb 16975
01c52d31 169762004-01-12 Jesper Harder <harder@ifa.au.dk>
1232b9cb 16977
01c52d31 16978 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
ef3b7aae 16979
01c52d31 169802004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
ef3b7aae 16981
01c52d31
MB
16982 * spam.el (spam-get-article-as-string): Update to use
16983 gnus-request-article-this-buffer, much simpler.
16984 (spam-get-article-as-buffer): Remove.
6e7fb80c 16985
01c52d31 169862004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
6e7fb80c 16987
296fa7b4 16988 * message.el (message-expand-name): Use EUDC if the user uses that.
7cb0aa56 16989
01c52d31 169902004-01-12 Jesper Harder <harder@ifa.au.dk>
7cb0aa56 16991
01c52d31
MB
16992 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16993 character for the encoding to avoid consing a string.
7cb0aa56 16994
01c52d31
MB
16995 * rfc2047.el (rfc2047-decode-string): Don't cons a string
16996 unnecessarily.
7cb0aa56 16997
01c52d31 16998 * mm-util.el (mm-replace-chars-in-string): Remove.
7cb0aa56 16999
01c52d31
MB
17000 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17001 of mm-replace-chars-in-string.
e79f14a4 17002
01c52d31 170032004-01-11 Jesper Harder <harder@ifa.au.dk>
e79f14a4 17004
c9e31f32 17005 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
e79f14a4 17006
01c52d31 17007 * mm-util.el (mm-subst-char-in-string): Support inplace.
e79f14a4 17008
01c52d31
MB
17009 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17010 a new string in every iteration. Use shy groups.
e79f14a4 17011
01c52d31 170122004-01-10 Jesper Harder <harder@ifa.au.dk>
e79f14a4 17013
c9e31f32
SM
17014 * gnus-srvr.el (gnus-browse-unsubscribe-group):
17015 * gnus-soup.el (gnus-soup-group-brew):
17016 * gnus-msg.el (gnus-put-message):
17017 * gnus-move.el (gnus-group-move-group-to-server):
17018 * gnus-kill.el (gnus-batch-score):
01c52d31
MB
17019 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17020 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17021 (gnus-group-update-group, gnus-group-read-group)
17022 (gnus-group-make-group, gnus-group-make-help-group)
17023 (gnus-group-make-archive-group, gnus-group-make-directory-group)
17024 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17025 (gnus-group-sort-by-unread, gnus-group-catchup)
17026 (gnus-group-unsubscribe-group, gnus-group-kill-group)
17027 (gnus-group-yank-group, gnus-group-set-info)
c9e31f32
SM
17028 (gnus-group-list-groups):
17029 * gnus.el (gnus-generate-new-group-name):
17030 * gnus-delay.el (gnus-delay-send-queue):
17031 * nnvirtual.el (nnvirtual-catchup-group):
01c52d31 17032 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
01c52d31 17033 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
c9e31f32 17034 (gnus-group-prepare-topics, gnus-topic-check-topology):
01c52d31
MB
17035 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17036 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17037 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
c9e31f32
SM
17038 (gnus-group-make-articles-read):
17039 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17040 (gnus-group-change-level, gnus-kill-newsgroup)
17041 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17042 (gnus-get-unread-articles, gnus-make-articles-unread)
17043 (gnus-make-ascending-articles-unread): Use accessor
17044 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17045 to get group information for improved readability.
17046
01c52d31 170472004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 17048
01c52d31
MB
17049 * gnus-art.el (article-decode-mime-words, article-babel)
17050 (gnus-article-highlight-signature, gnus-article-add-buttons)
17051 (gnus-signature-toggle): Use gnus-with-article-buffer.
1270d7ca 17052
01c52d31
MB
17053 * gnus-art.el (gnus-article-highlight-headers)
17054 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
1270d7ca 17055
01c52d31
MB
17056 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17057 (gnus-article-set-globals, gnus-request-article-this-buffer)
17058 (gnus-button-message-id, gnus-article-maybe-hide-headers)
17059 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17060 (gnus-mime-display-alternative): Use with-current-buffer.
1270d7ca 17061
01c52d31 170622004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 17063
01c52d31
MB
17064 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17065 also under 80 char limit, and call gnus-error if needed.
17066 (spam-fetch-article-header): Fix - it was a
17067 buffer-local variable (gnus-newsgroup-data).
17068 (spam-find-spam): Use spam-generate-fake-headers, forget about
17069 spam-insert-fake-headers.
17070 (spam-insert-fake-headers): Remove.
1270d7ca 17071
01c52d31 170722004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 17073
01c52d31
MB
17074 * deuglify.el (gnus-article-outlook-unwrap-lines)
17075 (gnus-outlook-rearrange-article)
17076 (gnus-outlook-repair-attribution-outlook)
17077 (gnus-outlook-repair-attribution-block)
17078 (gnus-outlook-repair-attribution-other): Remove redundant
17079 save-excursion.
1270d7ca 17080
01c52d31 170812004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 17082
01c52d31
MB
17083 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17084 (spam-fetch-field-subject-fast)
17085 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17086 (spam-fetch-article-header): Add functions to deal with Gnus
17087 internals for fast retrieval of article header data.
17088 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
1270d7ca 17089
01c52d31 170902004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 17091
01c52d31
MB
17092 * pop3.el (pop3-md5): Remove.
17093 (pop3-apop): Replace pop3-md5 with md5.
1270d7ca 17094
01c52d31 17095 * mm-bodies.el: base64 is always built-in.
1270d7ca 17096
01c52d31
MB
17097 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17098 with-current-buffer.
1270d7ca 17099
23f87bed 171002004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 17101
23f87bed
MB
17102 * canlock.el (canlock-insert-header): Remove excessive grouping in
17103 regexp.
1270d7ca 17104
01c52d31
MB
17105 * gnus-sum.el (gnus-summary-read-document): Ditto.
17106
17107 * gnus-uu.el (gnus-uu-part-number): Ditto.
17108
17109 * html2text.el (html2text-remove-tags): Ditto.
17110 (html2text-format-tags): Ditto.
17111 (html2text-format-single-elements): Ditto.
17112
17113 * mml.el (mml-parse-1): Ditto.
17114
171152004-01-08 Jesper Harder <harder@ifa.au.dk>
17116
17117 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17118
17119 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17120
17121 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17122
17123 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17124
171252003-11-15 Simon Josefsson <jas@extundo.com>
17126
17127 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17128 (pgg-gpg-lookup-key): Use regexp match instead of
17129 split-string (split-string is different between emacs 21.2 and
17130 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
17131
171322004-01-08 Jesper Harder <harder@ifa.au.dk>
17133
17134 * gnus-art.el (gnus-mime-view-all-parts)
17135 (gnus-article-part-wrapper, gnus-article-view-part): Use
17136 with-current-buffer.
17137
171382004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
17139
17140 * spam.el (spam-disable-spam-split-during-ham-respool)
17141 (spam-spamoracle-database, spam-cache-lookups)
17142 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17143 (spam-group-ham-mark-p, spam-group-spam-mark-p)
17144 (spam-group-ham-marks, spam-group-spam-marks)
17145 (spam-group-spam-contents-p, spam-group-ham-contents-p)
17146 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17147 also add spam-use-blackholes to the statistical checks.
17148 (spam-fetch-field-fast): Add interface to fetching fields, may
17149 become a macro.
17150 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17151 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17152 (spam-insert-fake-headers): Fake an article when needed.
17153 (spam-find-spam): Fake article when possible.
17154 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17155 (spam-check-bogofilter-headers): Use message-fetch-field instead
17156 of nnmail-fetch-field.
17157
171582004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
17159
17160 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17161
171622004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
17163
17164 * spam.el (spam-split): Do not require spam-use-CHECK to be
17165 enabled if that check is passed to spam-split explicitly; also
17166 fix so 'spam doesn't get converted to spam-split-group when
17167 spam-split-symbolic-return is t.
17168 (spam-find-spam): Find registrations of the article and use those
17169 instead of re-running spam-split to find the spam/ham
17170 classification of the article.
17171 (spam-log-processing-to-registry, spam-log-registered-p)
17172 (spam-log-unregistration-needed-p, spam-log-undo-registration):
17173 Use gnus-error instead of gnus-message.
17174 (spam-log-registration-type): Add function to determine the
17175 classification of a message based on registry entries; will
17176 return nil if both 'spam and 'ham are found.
17177 (spam-check-BBDB): Expand all the BBDB macros here so we can have
17178 a reasonably fast local cache without the loading errors.
17179 (spam-cache-lookups): Set to t by default.
17180 (spam-find-spam): Don't try to guess spam-cache-lookups.
17181 (spam-enter-whitelist, spam-enter-blacklist): Clear the
17182 spam-caches entry.
17183 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17184 caching of whitelist/blacklist entries.
17185 (spam-check-whitelist, spam-check-blacklist): Invoke
17186 spam-from-listed-p with a type, not a cache variable.
17187 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17188
171892004-01-07 Jesper Harder <harder@ifa.au.dk>
17190
17191 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17192
17193 * nnmail.el (nnmail-split-fancy): do.
17194
17195 * mml.el (mml-parse): do.
17196
17197 * gnus-score.el (gnus-enter-score-words-into-hashtb)
17198 (gnus-score-adaptive): do.
17199
23f87bed 172002004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 17201
01c52d31
MB
17202 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17203 (gnus-mime-button-map): Don't set keymap parent.
17204 (gnus-button-ctan-directory-regexp): Use shy grouping.
17205 (gnus-prev-page-map): Don't set keymap parent.
17206 (gnus-prev-page-map): Remove duplicated one.
17207 (gnus-next-page-map): Don't set keymap parent.
17208 (gnus-mime-security-button-map): Ditto.
17209
17210 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17211 version number.
17212
23f87bed 17213 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
1270d7ca 17214
23f87bed 172152004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 17216
23f87bed
MB
17217 * canlock.el (canlock-sha1-function): Remove.
17218 (canlock-sha1-function-for-verify): Remove.
17219 (canlock-openssl-program): Remove.
17220 (canlock-openssl-args): Remove.
17221 (canlock-ignore-errors): Remove.
17222 (canlock-sha1-with-openssl): Remove.
17223 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17224 (canlock-verify): Don't use canlock-ignore-errors.
1270d7ca 17225
23f87bed
MB
17226 * sha1-el.el (sha1-string-external): Make it can return a string
17227 in binary form.
17228 (sha1-region-external): Ditto.
17229 (sha1-string-internal): Ditto.
17230 (sha1-region-internal): Ditto.
17231 (sha1-region): Ditto.
17232 (sha1-string): Ditto.
17233 (sha1): Ditto.
1270d7ca 17234
01c52d31 172352004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 17236
01c52d31 17237 * spam.el (spam-report-articles-gmane): New command.
1270d7ca 17238
01c52d31 172392004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 17240
01c52d31 17241 * gnus.el: Don't make unnecessary *Group* buffer when loading.
1270d7ca 17242
01c52d31
MB
17243 * run-at-time.el (run-at-time-saved): Remove.
17244 (run-at-time): Doc fix.
1270d7ca 17245
01c52d31 172462004-01-07 Jesper Harder <harder@ifa.au.dk>
1270d7ca 17247
01c52d31
MB
17248 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17249 (gnus-summary-limit-map): Add it.
17250 (gnus-summary-make-menu-bar): do.
1270d7ca 17251
01c52d31 172522004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 17253
01c52d31
MB
17254 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17255 Make attempt at some caching support (done for BBDB only now).
17256 (spam-find-spam): Set spam-cache-lookups if there are more than 2
17257 addresses to be checked.
17258 (spam-clear-cache-BBDB): Add function, to be invoked by
17259 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17260 (spam-check-BBDB): Check and use the caches, if
17261 spam-cache-lookups is on, remove superfluous (provide).
1270d7ca 17262
01c52d31 172632004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1270d7ca 17264
01c52d31 17265 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
1270d7ca 17266
01c52d31 172672004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
1270d7ca 17268
01c52d31
MB
17269 * run-at-time.el (run-at-time-saved): Move to after the definition
17270 of `run-at-time'.
1270d7ca 17271
01c52d31 172722004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 17273
01c52d31
MB
17274 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17275 mm-w3m-local-map-property.
1270d7ca 17276
01c52d31
MB
17277 * mm-view.el (mm-w3m-mode-map): Remove.
17278 (mm-w3m-local-map-property): Remove.
17279 (mm-inline-text-html-render-with-w3m): Don't use
17280 mm-w3m-local-map-property.
1270d7ca 17281
01c52d31 172822004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 17283
01c52d31 17284 * run-at-time.el: New file.
1270d7ca 17285
01c52d31
MB
17286 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17287 of gnus-set-text-properties.
1270d7ca 17288
01c52d31 17289 * gnus-uu.el (gnus-uu-save-article): Ditto.
1270d7ca 17290
01c52d31 17291 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
1270d7ca 17292
01c52d31 17293 * gnus-cite.el (gnus-cite-parse): Ditto.
1b155fbd 17294
01c52d31
MB
17295 * gnus-art.el (gnus-button-push): Use set-text-properties instead
17296 of gnus-.
1b155fbd 17297
01c52d31
MB
17298 * gnus.el: Changed calls to nnheader-run-at-time and
17299 password-run-at-time throughout to use run-at-time directly.
1b155fbd 17300
01c52d31 17301 * password.el: Removed definition of run-at-time.
1b155fbd 17302
880820fe 173032004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
1b155fbd 17304
01c52d31
MB
17305 * mml.el (mml-minibuffer-read-disposition): Show attachment type
17306 in prompt.
1b155fbd 17307
01c52d31 173082004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
1b155fbd 17309
01c52d31
MB
17310 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17311 XEmacs version.
1270d7ca 17312
01c52d31
MB
17313 * dns.el (dns-make-network-process): Use `open-network-stream'
17314 instead of `gnus-xmas-open-network-stream'.
1270d7ca 17315
01c52d31 17316 * .cvsignore: Add auto-autoloads.el, custom-load.el.
1270d7ca 17317
01c52d31 173182004-01-06 Jesper Harder <harder@ifa.au.dk>
1270d7ca 17319
01c52d31
MB
17320 * gnus-art.el (gnus-mime-display-alternative)
17321 (gnus-insert-mime-button, gnus-insert-mime-security-button)
17322 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17323 Don't use gnus-local-map-property.
1270d7ca 17324
01c52d31 17325 * gnus-util.el (gnus-local-map-property): Remove.
1270d7ca 17326
01c52d31
MB
17327 * mm-view.el (mm-view-pkcs7-decrypt): Replace
17328 gnus-completing-read-maybe-default with completing-read.
1270d7ca 17329
01c52d31
MB
17330 * gnus-util.el (gnus-completing-read): do.
17331 (gnus-completing-read-maybe-default): Remove.
1270d7ca 17332
01c52d31 173332004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
1270d7ca 17334
01c52d31
MB
17335 * password.el: Only autoload `run-at-time' if not XEmacs.
17336 Only autoload the itimer functions if XEmacs.
1270d7ca 17337
01c52d31 173382004-01-06 Jesper Harder <harder@ifa.au.dk>
1270d7ca 17339
01c52d31
MB
17340 * gnus-art.el (gnus-read-string): Remove.
17341 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17342 read-string.
1270d7ca 17343
01c52d31 173442004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 17345
01c52d31
MB
17346 * netrc.el: Autoload password-read.
17347 (netrc): Add configuration group.
17348 (netrc-encoding-method, netrc-openssl-path): Add
17349 variables for encoding and decoding of files with symmetric
17350 ciphers.
17351 (netrc-encode): Add assistant function to encode a file with
17352 netrc-encoding-method.
17353 (netrc-parse): Add interactive parameter, added optional
17354 decoding if netrc-encoding-method is non-nil but otherwise
17355 behavior is standard.
17356 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17357 Do s/encode/encrypt/ everywhere.
1270d7ca 17358
01c52d31 17359 * spam.el: Remove executable-find autoload.
1270d7ca 17360
01c52d31 173612004-01-05 Jesper Harder <harder@ifa.au.dk>
1270d7ca 17362
01c52d31 17363 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
1270d7ca 17364
01c52d31 17365 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
1270d7ca 17366
01c52d31 173672004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
c113de23 17368
c4cc8b9a 17369 * gnus-art.el (gnus-treat-ansi-sequences)
149cd465 17370 (article-treat-ansi-sequences): New variable and function.
01c52d31 17371 Suggested by Dan Jacobson <jidanni@jidanni.org>.
1270d7ca 17372
01c52d31
MB
17373 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17374 Use it.
1270d7ca 17375
01c52d31 173762004-01-05 Jesper Harder <harder@ifa.au.dk>
1270d7ca 17377
01c52d31 17378 * mm-util.el (mm-quote-arg): Remove.
23f87bed 17379
01c52d31
MB
17380 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17381 shell-quote-argument.
1270d7ca 17382
01c52d31 17383 * gnus-uu.el (gnus-uu-command): do.
1270d7ca 17384
01c52d31 17385 * gnus-sum.el (gnus-summary-insert-pseudos): do.
1270d7ca 17386
01c52d31
MB
17387 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17388 with make-char.
1270d7ca 17389
01c52d31 17390 * mm-util.el (mm-make-char): Remove.
1270d7ca 17391
01c52d31
MB
17392 * mml.el (mml-mode): Replace gnus-add-minor-mode with
17393 add-minor-mode.
1270d7ca 17394
01c52d31 17395 * gnus-undo.el (gnus-undo-mode): do.
1270d7ca 17396
01c52d31 17397 * gnus-topic.el (gnus-topic-mode): do.
1270d7ca 17398
01c52d31 17399 * gnus-sum.el (gnus-dead-summary-mode): do.
1270d7ca 17400
01c52d31 17401 * gnus-start.el (gnus-slave-mode): do.
1270d7ca 17402
01c52d31 17403 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
1270d7ca 17404
01c52d31 17405 * gnus-ml.el (gnus-mailing-list-mode): do.
1270d7ca 17406
01c52d31 17407 * gnus-gl.el (gnus-grouplens-mode): do.
1270d7ca 17408
01c52d31 17409 * gnus-draft.el (gnus-draft-mode): do.
1270d7ca 17410
01c52d31 17411 * gnus-dired.el (gnus-dired-mode): do.
1270d7ca 17412
01c52d31 17413 * gnus-ems.el (gnus-add-minor-mode): Remove.
1270d7ca 17414
01c52d31
MB
17415 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17416 Replace gnus-char-width with char-width.
1270d7ca 17417
01c52d31 17418 * gnus-ems.el (gnus-char-width): Remove.
1270d7ca 17419
01c52d31
MB
17420 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17421 Replace gnus-char-width with char-width.
1270d7ca 17422
01c52d31 17423 * gnus-ems.el (gnus-char-width): Remove.
1270d7ca 17424
01c52d31
MB
17425 * spam-stat.el (with-syntax-table): Remove with-syntax-table
17426 definition.
17427 Remove Emacs 20 hash table compatibility code.
1270d7ca 17428
01c52d31
MB
17429 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17430 20 compatibility code.
1270d7ca 17431
01c52d31 17432 * spam.el (spam-point-at-eol): Replace with point-at-eol.
1270d7ca 17433
01c52d31 17434 * smime.el (smime-point-at-eol): Replace with point-at-eol.
1270d7ca 17435
01c52d31
MB
17436 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17437 with point-at-{eol,bol}.
1270d7ca 17438
01c52d31 17439 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
1270d7ca 17440
01c52d31 17441 * imap.el (imap-point-at-eol): Replace with point-at-eol.
1270d7ca 17442
149cd465
JB
17443 * flow-fill.el (fill-flowed-point-at-bol)
17444 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
1270d7ca 17445
01c52d31
MB
17446 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17447 Replace with point-at-{eol,bol} throughout all files.
1270d7ca 17448
01c52d31 174492004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 17450
01c52d31
MB
17451 * ntlm.el (ntlm-string-as-unibyte): New macro.
17452 (ntlm-build-auth-response): Use it.
1270d7ca 17453
01c52d31
MB
17454 Remove Emacs 20 stuff:
17455 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17456 of delq and copy-sequence.
17457 * gnus-art.el (popup-menu): Remove the compiler macro.
17458 * nnmail.el (nnmail-split-fancy): Don't support customizing with
17459 Emacs 20.
1270d7ca 17460
01c52d31 174612004-01-05 Simon Josefsson <jas@extundo.com>
1270d7ca 17462
01c52d31
MB
17463 * ntlm.el: Fix namespace. Change smb-passwd-hash into
17464 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17465 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17466 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17467 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17468 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17469 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17470 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17471 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17472 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17473 ntlm-string-permute, string-lshift into ntlm-string-lshift,
17474 string-xor into ntlm-string-xor. Suggested by
17475 Jesper Harder <harder@myrealbox.com>.
1270d7ca 17476
01c52d31 17477 * ntlm.el: Don't include poem.
1270d7ca 17478
01c52d31
MB
17479 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
17480 Jesper Harder <harder@myrealbox.com>.
1270d7ca 17481
01c52d31 17482 * sasl-ntlm.el, ntlm.el, md4.el: New files.
1270d7ca 17483
01c52d31
MB
17484 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
17485 probably breaks emacs with DL patch, but do we care? Is anyone
17486 still using the DL stuff?)
1270d7ca 17487
01c52d31
MB
17488 * sieve-manage.el: Use the password package.
17489 (sieve-manage-read-passwd): Remove.
17490 (sieve-manage-interactive-login): Use password. Re-add
17491 condition-case around loop.
17492
17493 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17494 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17495 the password package.
17496
174972003-02-19 Simon Josefsson <jas@extundo.com>
17498
17499 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17500 token.
17501
175022002-08-07 Simon Josefsson <jas@extundo.com>
17503
17504 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17505 (sieve-manage-authenticators):
17506 (sieve-manage-authenticator-alist): Add some SASL mechs.
17507 (sieve-sasl-auth): New function.
17508 (sieve-manage-cram-md5-auth):
17509 (sieve-manage-plain-auth): Rewrite using SASL library.
17510 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17511 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17512 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17513 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17514
175152004-01-05 Simon Josefsson <jas@extundo.com>
17516
17517 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17518 New files.
17519
175202004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17521
17522 * gnus-group.el (gnus-no-groups-message): Update.
17523
17524 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17525
175262003-11-09 Simon Josefsson <jas@extundo.com>
17527
17528 * imap.el: Support for ID IMAP extension (RFC 2971).
17529 (imap-local-variables): Add imap-id.
17530 (imap-id): New variable.
17531 (imap-id): New function.
17532 (imap-parse-response): Parse untagged ID response.
17533 * nnimap.el (nnimap-id): New variable.
17534 (nnimap-open-connection): Use it.
17535
175362003-12-28 Simon Josefsson <jas@extundo.com>
17537
17538 * gnus-score.el (gnus-score-edit-all-score): New.
17539 * gnus-group.el (gnus-group-score-map): Bind it to W e.
17540
175412004-01-04 Simon Josefsson <jas@extundo.com>
17542
17543 * password.el: Add.
17544
175452004-01-04 Mario Lang <lang@zid.tugraz.at>
17546
e3e955fe 17547 * dns.el (dns-query-types): Fix typo.
c4cc8b9a 17548 (dns-query-types): New function.
e3e955fe
MB
17549 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
17550 PTR and SOA replies, see RFC 1035.
01c52d31
MB
17551
175522004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17553
17554 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17555
17556 * Moved to Changelog.2.
17557
175582004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17559
17560 * gnus.el (gnus-version-number): Bump version.
17561
175622004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17563
17564 * gnus.el: No Gnus v0.1 is released.
1270d7ca 17565
01c52d31 175662004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1270d7ca 17567
01c52d31 17568 * gnus.el: No Gnus v0.0 is released.
1270d7ca 17569
01c52d31 175702004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 17571
01c52d31
MB
17572 * gnus.el (gnus-version-number): Bump.
17573 (gnus-version): No.
1270d7ca 17574
ef3b7aae 17575See ChangeLog.2 for earlier changes.
2a34a036 17576
7b47345b 17577 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
5b87ad55
GM
17578
17579 This file is part of GNU Emacs.
17580
5e809f55 17581 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 17582 it under the terms of the GNU General Public License as published by
5e809f55
GM
17583 the Free Software Foundation, either version 3 of the License, or
17584 (at your option) any later version.
5b87ad55
GM
17585
17586 GNU Emacs is distributed in the hope that it will be useful,
17587 but WITHOUT ANY WARRANTY; without even the implied warranty of
17588 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17589 GNU General Public License for more details.
17590
17591 You should have received a copy of the GNU General Public License
5e809f55 17592 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9 17593
ef3b7aae 17594;; Local Variables:
880820fe 17595;; coding: utf-8
d7ba2a01 17596;; fill-column: 79
33462dfa 17597;; add-log-time-zone-rule: t
ef3b7aae 17598;; End: