(timer_check): Revert last change.
[bpt/emacs.git] / lisp / gnus / ChangeLog
CommitLineData
9255ec86
RS
12008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4 variable for debugging bug#464 and bug#1174.
5 (nnimap-demule): Use it.
6
8a986865
SM
72008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8
9 * message.el (message-send-mail): Just set the buffer to unibyte
10 rather than use mm-with-unibyte-current-buffer which does a lot more.
11 (message-send-mail-partially): Don't bother with
12 mm-with-unibyte-current-buffer since it's already been made unibyte by
13 message-send-mail.
14
5b51650c
MB
152008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
16
17 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
18
192008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
20
21 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
22
ed778fad
MB
232008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
24
25 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
26 require itself and to remove `with-no-warnings'.
27
282008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
29
30 * starttls.el (starttls-any-program-available): Get the name of the
31 available TLS layer program.
32 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
33 well as the host name in the "opening" message.
34
35 * auth-source.el (auth-source-cache, auth-source-do-cache)
36 (auth-source-user-or-password): Cache passwords and logins by default,
37 allow override with `auth-source-do-cache'.
38 (auth-source-forget-user-or-password): Allow users to remove cache
39 entries if needed.
40
8e38a1a9
MB
412008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
42
43 * ietf-drums.el (ietf-drums-remove-comments): Localize second
44 condition-case to only the forward-sexp call.
45
462008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
47
48 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
49 quotes contained. Make it more robust regardless by an extra
50 condition-case wrapper.
51
9091f2d3
MB
522008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
53
54 * nnml.el (nnml-request-expire-articles): Check if the function set to
55 `nnmail-expiry-target' returns the symbol `delete'.
56
57 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
58
59 * nnmail.el (nnmail-expiry-target): Fix custom type.
60
06b2d4c6
GM
612008-10-02 Glenn Morris <rgm@gnu.org>
62
63 * mm-util.el (mm-codepage-setup): Tweak codepage error.
64 Silence compiler warning.
65
059b98fa
CY
662008-09-30 Chong Yidong <cyd@stupidchicken.com>
67
68 * mml.el (mml-menu): Don't assume mml2015 is bound.
69
4520e527
MB
702008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
71
72 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
73 exists.
74
09aece0b
GM
752008-09-27 Glenn Morris <rgm@gnu.org>
76
77 * gnus-util.el (mail-header-remove-comments): Autoload it.
78
521c4a23
AS
792008-09-27 Andreas Schwab <schwab@suse.de>
80
81 * gnus-util.el (gnus-split-references): Strip comments.
82 (gnus-parent-id): Likewise.
83
4520e527
MB
842008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
85
86 * message.el (message-confirm-send): Fix version.
87
882008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
89
90 * message.el (message-idna-to-ascii-rhs-1): Use
91 mail-extract-address-components rather than mail-header-parse-addresses
92 that is an alias by default to ietf-drums-parse-addresses that does not
93 support non-ASCII names in headers' contents.
94
eef5ade7
MB
952008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
96
97 * message.el (message-confirm-send): Fixed variable documentation to
98 avoid the "y/n" wording.
99
4520e527 1002008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
eef5ade7
MB
101
102 * message.el (message-set-auto-save-file-name): Save to a different
103 filename so multiple messages (especially drafts) can be recovered.
104
e52cac88
MB
1052008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
106
107 * message.el (message-confirm-send): Add appropriate version.
108
1092008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
110
111 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
112 defvar.
113
1142008-09-22 Daiki Ueno <ueno@unixuser.org>
115
116 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
117 (mm-pkcs7-enveloped-magic): Ditto.
118
64763fe3
MB
1192008-09-17 Simon Josefsson <simon@josefsson.org>
120
121 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
122 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
123
1242008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
125
126 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
127 default, it's better.
128
1292008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
130
131 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
132 summary line gnus-number property and ignore them (with a warning
133 message).
134
1ae03cd5
KY
1352008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
136
137 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
138 macro caddr in the interactive form since it won't be expanded.
139
c0ccb0d6
KY
1402008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
141
142 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
143 `charset'; fix name of function called recursively.
144 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
145
14ce5fc2
KY
1462008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
147
148 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
149 (gnus-mime-set-charset-parameters): New function.
150 (gnus-mime-view-part-as-charset): Use it to correctly display part
151 specifying wrong charset.
152
9e601b8d
MB
1532008-09-08 David Engster <dengste@eml.cc>
154
155 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
156 in completing-read for back end server.
157
16dd13df
MB
1582008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
159
160 * message.el (message-confirm-send): New variable to confirm sending a
161 message.
162 (message-send): Use it.
163
b86402ab
MB
1642008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
165
166 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
167
1682008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
169
170 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
171
1722008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
173
174 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
175 prevent tracking too many groups.
176 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
177 Use it.
178
9153f10d
MB
1792008-08-11 Ralf Angeli <angeli@caeruleus.net>
180
181 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
182 moving point to the bottom of the window in order to avoid recentering.
183
1842008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
185
186 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
187 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
188 (gnus-article-beginning-of-window): Fix calculation.
189
1902008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
191
192 * gnus-msg.el (gnus-summary-supersede-article)
193 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
194 value of gnus-newsgroup-charset to decode non-MIME encoded text in
195 message header.
196
82cc1916
DN
1972008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
198
199 * message.el:
200 * gnus-start.el:
201 * gnus-registry.el: Remove VMS support.
202
6ecfe5c2
MB
2032008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
204
205 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
206 macro.
207 (rfc2104-hash): Use it.
208
2092008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
210
211 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
212 (gnus-summary-sort-by-most-recent-date): New commands.
213 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
214 and menu entries.
215
2162008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
217
218 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
219 don't redisplay article for raw contents; remove plural articles stuff.
220
221 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
222 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
223 on gnus-summary-save-article; display results properly.
224
d62672f3
MB
2252008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
226
227 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
228
2292008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
230
231 * gnus-art.el (gnus-summary-save-in-pipe): Consider
232 gnus-save-all-headers.
233
d221466a
DN
2342008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
235
236 * gnus-util.el (ns-focus-frame): Remove declaration.
237 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
238 like x.
239
b737c3d9
TTN
2402008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
241
242 * rfc2104.el (rfc2104-zero): Delete defconst.
243 (rfc2104-hex-alist): Likewise.
244 (rfc2104-hex-to-int): Delete func.
245 (rfc2104-hexstring-to-bitstring): Likewise.
246 (rfc2104-nybbles): New defconst.
247 (rfc2104-hash): Rewrite for speed.
248
3c823a0c
GM
2492008-07-16 Glenn Morris <rgm@gnu.org>
250
251 * gnus-util.el (ns-focus-frame): Declare for compiler.
252
16c85f26
MB
2532008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
254
255 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
256 set as a group parameter.
257 (gnus-summary-save-in-pipe): Work when it is called independently.
258 (gnus-summary-pipe-to-muttprint): Don't modify
259 gnus-summary-pipe-output-default-command.
260
ad546360
SM
2612008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
262
263 * message.el (message-send-mail-with-sendmail):
264 Display the error message.
265
89167438
MB
2662008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
267
ad546360
SM
268 * gnus-art.el (gnus-default-article-saver):
269 Add gnus-summary-save-in-pipe to choices.
89167438
MB
270 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
271 gnus-summary-pipe-output-default-command as the default command.
272 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
273 instead of gnus-last-shell-command.
274
ba60bd44
JB
275 * gnus-sum.el (gnus-summary-pipe-output-default-command):
276 New user option.
89167438
MB
277 (gnus-summary-muttprint-program): Mention the value will be changed.
278 (gnus-summary-save-article): Force showing of all headers.
279 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
280
2812008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
282
283 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
284
56fd9faa
JB
2852008-07-02 Juanma Barranquero <lekktu@gmail.com>
286
287 * nnimap.el (nnimap-id):
288 * sieve-manage.el (sieve-manage-open): Doc fixes.
289
68548459
JB
2902008-07-02 Francesc Rocher <rocher@member.fsf.org>
291
292 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
293 if available.
294
32bed934
SM
2952008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
296
eafee8f2
SM
297 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
298
299 * nnkiboze.el (nnkiboze-generate-group):
300 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
301
32bed934
SM
302 * nnmairix.el: Require CL.
303
2b968687
MB
3042008-06-15 David Engster <dengste@eml.cc>
305
306 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
307
3082008-06-14 Aidan Kehoe <kehoea@parhasard.net>
309
32bed934
SM
310 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
311 New macros that expand to an `aset'/`aref' call under Emacs, and to a
2b968687
MB
312 runtime choice under XEmacs.
313
32bed934
SM
314 * gnus-sum.el (gnus-summary-set-display-table):
315 Use `gnus-put-display-table', `gnus-get-display-table',
2b968687
MB
316 `gnus-set-display-table' for the display table, instead of `aset'.
317
2b968687
MB
3182008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
319
320 * nnmairix.el: Add autoloads.
321
3222008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
323
324 * nnmairix.el (nnmairix-delete-recreate-group)
325 (nnmairix-update-and-clear-marks): Fix error messages.
326
3272008-06-14 David Engster <dengste@eml.cc>
328
329 * nnmairix.el: Upgrade to version 0.6.
330 (nnmairix-group-toggle-propmarks-this-group)
331 (nnmairix-group-toggle-readmarks-this-group)
332 (nnmairix-group-delete-recreate-this-group)
333 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
334 (nnmairix-remove-tick-mark-original-article): New commands.
335 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
336 (nnmairix-propagate-marks-to-nnmairix-groups)
337 (nnmairix-only-use-registry, nnmairix-allowfast-default)
338 (nnmairix-marks-cache, nnmairix-version-output): New variables.
339 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
340 functions needed for marks propagation and manipulation of read marks.
341 (nnmairix-update-groups): New function.
342 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
343 (nnmairix-determine-original-group-from-registry)
344 (nnmairix-determine-original-group-from-path)
345 (nnmairix-get-group-from-file-path, nnmairix-map-range)
ba60bd44
JB
346 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
347 New helper functions.
348 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2b968687
MB
349 keystrokes for new commands.
350 (nnmairix-delete-and-create-on-change): Doc string cleanup.
351 (nnmairix-request-group): Check allow-fast group parameter.
352 (nnmairix-request-create-group): Set allow-fast group parameter if
353 nnmairix-allowfast-default is set.
354 (nnmairix-close-group): Propagate marks upon closing if needed.
355 (nnmairix-group-toggle-threads-this-group): Use new.
356 nnmairix-group-toggle-parameter helper function.
357 (nnmairix-search): Better check for empty search result.
358 (nnmairix-goto-original-article): Use new helper functions for
359 determining original article.
360 (nnmairix-show-original-article): Make sure message-id is in brackets.
361 (nnmairix-call-mairix-binary): Change variable name.
362 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
363 helper function.
364 (nnmairix-widget-toggle-activate): Fix doc string.
365
a19a8f1b
MB
3662008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
367
368 * nnir.el: Require edmacro when compiling with XEmacs.
369 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
370 available in Emacs 21.
371
8abf1b22
GM
3722008-06-11 Glenn Morris <rgm@gnu.org>
373
374 * gnus-util.el (x-focus-frame):
375 * gnus.el (image-size):
376 * mm-decode.el (image-size): Declare.
377
378 * gnus-picon.el (declare-function): Add compat definition.
379 (image-size): Declare.
380
381 * gnus-group.el (tool-bar-map):
382 * gnus-sum.el (tool-bar-map): Define for compiler.
383
384 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
385
386 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
387
388 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
389 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
390 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
391 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
392 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
393 * sieve-manage.el, spam-report.el, spam.el:
394 Remove unnecessary eval-and-compile of autoloads.
395
43d28dcd
MA
3962008-06-08 Michael Albinus <michael.albinus@gmx.de>
397
398 * auth-source.el: Precise Tramp doc.
399
966bd7bd
GM
4002008-06-07 Glenn Morris <rgm@gnu.org>
401
402 * nnmairix.el: Remove unnecessary eval-when-compile.
403
4042008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
e6d2d263
MB
405
406 * nnir.el: New file.
407
d346bf7e
SM
4082008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
409
410 * gnus-util.el (gnus-read-shell-command): New function.
411 * mm-decode.el (mm-pipe-part):
412 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
413
b1d6cda3
MB
4142008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
415
416 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
417
6459e35e
GM
4182008-06-03 Glenn Morris <rgm@gnu.org>
419
420 * pop3.el (nnheader-accept-process-output): Autoload it.
421
656b4fa1
MB
4222008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
423
424 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
425 are not 2-digit hexadecimal characters that follow `%'s.
426
4272008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
428
429 * message.el (message-bogus-recipient-p): Fix type in doc string.
430 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
431 (message-bogus-addresses): Rename from message-bogus-address-regexp.
432 Improve custom options.
433 (message-bogus-recipient-p): Adjust accordingly.
434
4352008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
436
437 * nnmairix.el: Require edmacro when compiling with XEmacs.
438
f394fa25
MB
4392008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
440
441 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
442 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
443
a368801c
MB
4442008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
445
446 * auth-source.el: Add more docs.
447
4482008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
449
450 * nnheader.el (nnheader-read-timeout): Change the default timeout from
451 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
452 retrieval faster in some cases, but might make CPU usage larger. If
453 this has any bad side effects, we might revert this change.
454
455 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
456 seems to make mail retrieval much, much faster.
457 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
cc4a96c6 458 unconditionally.
a368801c
MB
459
460 * gnus-draft.el (gnus-group-send-queue): Bind
461 message-send-mail-partially-limit to nil to avoid being prompted.
462
03c673c9
MB
4632008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
464
465 * mml.el (mml-attach-buffer): Prompt for `disposition'.
466
467 * message.el (message-bogus-address-regexp): Fix and improve custom
468 type.
469 (message-setup-hook): Add message-check-recipients as custom option.
470
58333467
MB
4712008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
472
473 * message.el (message-cite-function): Remove bogus autoload which crept
474 in during merge from v5-10.
475
4079589f
MB
4762008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
477
478 * nnimap.el (nnimap-open-connection): Fix login/password bug.
479
480 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
481
482 * auth-source.el: Preliminary Tramp docs.
483 (auth-sources): Change the default auth-sources to use
484 EPA .gpg files.
485
e952b711
MB
4862008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
487
488 * nntp.el: Autoload `auth-source-user-or-password'.
489 (nntp-send-authinfo): Use it.
490
491 * nnimap.el: Autoload `auth-source-user-or-password'.
492 (nnimap-open-connection): Use it.
493
494 * auth-source.el: Added docs on using with url-auth. Import gnus-util
495 for the gnus-message function.
496 (auth-source-user-or-password): Use it.
497
4fedcc00
SM
4982008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
499
500 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
501 rfc2104-hexstring-to-byte-list. Return a unibyte string.
502 (rfc2104-hash): Use it.
503
149cd465
JB
5042008-05-08 Juanma Barranquero <lekktu@gmail.com>
505
506 * gnus-art.el (gnus-article-toggle-truncate-lines):
507 Don't use `iff' in docstring.
508
0ab5c2be
MB
5092008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
510
511 * gnus-registry.el: Adjusted copyright dates and added a keyword.
512
513 * gnus-util.el (gnus-extract-address-component-name)
514 (gnus-extract-address-component-email): Convenience functions around
515 `gnus-extract-address-components'.
516
4fedcc00
SM
517 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
518 Use `gnus-extract-address-component-email' to fix bug of comparing full
0ab5c2be
MB
519 sender name to `user-mail-address'.
520
5212008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
522
523 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
524 catch/throw to optimize.
525 (gnus-registry-find-keywords): Just use member to find a keyword.
526
42a83f4b
SM
5272008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
528
529 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
530 is current before calling gnus-server-prepare.
531 (gnus-server-setup-buffer, gnus-server-update-server)
532 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
533
d844ef2f
JL
5342008-05-04 Juri Linkov <juri@jurta.org>
535
536 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
537 (mailcap-file-default-commands): Use mailcap-replace-in-string
538 instead of replace-regexp-in-string, and mailcap-delete-duplicates
539 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
540
f8a29505
MB
5412008-05-03 Reiner Steib <reiner.steib@gmx.de>
542
543 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
544
3a23a519
MB
5452008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
546
547 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
548 hooks.
549 (gnus-update-read-articles): Speed up non-marks-using users.
550 (gnus-use-marks): Define gnus-use-marks.
551 (gnus-propagate-marks): Rename variable to something more sensible.
552
38ac8b91
JB
5532008-05-02 Juanma Barranquero <lekktu@gmail.com>
554
555 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
556 (gmm-image-load-path-for-library): Fix typos in docstrings.
557 (gmm-message): Reflow docstring.
558
8336c962
MB
5592008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
560
42a83f4b
SM
561 * mail-source.el (mail-source-set-1, mail-source-bind):
562 Move auth-source code out of the macro to clean it up and fix bugs.
8336c962
MB
563
5642008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
565
566 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
567 by sender if it's equal to user-mail-address, it's likely to be
568 useless.
569
570 * mail-source.el (mail-source-bind): Don't use user or password if they
571 are not bound. Unintern them if they are nil. Don't use server unless
572 it's bound, and default it to empty string otherwise.
573
58a67d68
MB
5742008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
575
576 * mail-source.el: Load auth-source.el.
577 (mail-source-bind): Add comments. Call auth-source-user-or-password to
578 get user name or password, if auth-sources is set up.
579
580 * gnus-registry.el (gnus-registry-split-strategy): New variable for
581 strategy of splitting with parent.
582 (gnus-registry-split-fancy-with-parent)
583 (gnus-registry-post-process-groups): Use it and fix prior
584 bug (returning a list as the split result).
585
586 * auth-source.el (auth-sources): Remove server parameter.
587 (auth-source-pick, auth-source-user-or-password)
588 (auth-source-user-or-password-imap)
589 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
590 (auth-source-user-or-password-sftp)
591 (auth-source-user-or-password-smtp): Remove server parameter.
592
296fa7b4
JB
5932008-04-25 Juanma Barranquero <lekktu@gmail.com>
594
595 * smime.el (smime-sign-region, smime-encrypt-region)
596 (smime-decrypt-region):
597 Remove redundant calls to `generate-new-buffer-name'.
598
58a67d68
MB
5992008-04-24 Luca Capello <luca@pca.it> (tiny change)
600
601 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
602 Don't use QP for message/rfc822.
603 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
604
2136a8a7
SM
6052008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
606
607 * sieve-manage.el (sieve-string-bytes): Remove.
608 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
609 correct byte-length only if the process's coding-system is the same as
610 the one used internally by Emacs to represent strings.
611
a837fe74
JL
6122008-04-22 Juri Linkov <juri@jurta.org>
613
614 * mailcap.el (mailcap-file-default-commands): New function.
615
d55fe5bb
MB
6162008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
617
618 * message.el (message-signature-separator, message-cite-function):
619 Change custom version.
620
6212008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
622
623 * mm-decode.el (mm-display-external): Make temp file read-only.
624
6252008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
626
627 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
628 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
629 `C-c C-f d'.
630
6312008-04-12 Adrian Aichner <adrian@xemacs.org>
632
633 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
634
6352008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
636
637 * auth-source.el: Added docs.
2136a8a7 638 (auth-sources): Modify format to support server.
d55fe5bb
MB
639 (auth-source-pick, auth-source-user-or-password)
640 (auth-source-user-or-password-imap)
641 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
642 (auth-source-user-or-password-sftp)
643 (auth-source-user-or-password-smtp): Add server parameter.
644
6452008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
646
647 * gnus-registry.el: Initialize the registry when gnus-registry-install
648 is t.
649
73f2395e
KY
6502008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
651
652 * compface.el (uncompface): Make buffer unibyte.
653
e66d8771
SM
6542008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
655
656 * mail-source.el (mail-source-value):
657 Prefer fboundp to functionp so it works with macros as well.
658
407da272
GM
6592008-04-05 Glenn Morris <rgm@gnu.org>
660
661 * gnus-ems.el (mm-disable-multibyte): Autoload it.
662
3b728e95
SM
6632008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
664
d37ded9e
SM
665 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
666 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
667
407da272
GM
668 * nnheader.el (nnheader-init-server-buffer): Change buffer's
669 multibyteness after rather than before erasing it.
33e2f72c 670
75eda25b
SM
671 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
672 mm-with-multibyte.
407da272
GM
673 (gnus-request-article-this-buffer): Make sure the proper decoding is
674 used if gnus-original-article-buffer happens to be unibyte.
75eda25b 675
2b57967e
SM
676 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
677 default-enable-multibyte-characters.
678
d7eb3b36
SM
679 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
680 default-enable-multibyte-characters.
681
7ab0253d
SM
682 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
683
3b728e95
SM
684 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
685
5faa2ec0
SM
6862008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
687
688 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
689 Fix last change in case the element is not even a symbol.
690
59429511
MB
6912008-04-02 Simon Josefsson <simon@josefsson.org>
692
693 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
694 imap-enable-exchange-bug-workaround.
695 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
696
6972008-04-01 Simon Josefsson <simon@josefsson.org>
698
699 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
700 a 100 byte status-checks into a 2-3MB transfer for each group.
701 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
702 to enable bug workaround or not.
703 (nnimap-find-minmax-uid): Only enable workaround conditionally.
704
a0e08467
GM
7052008-03-31 Glenn Morris <rgm@gnu.org>
706
707 * message.el (mml2015-use): Declare for compiler.
708 (message-info): Require mml2015 when appropriate.
709
990e2c2f
SM
7102008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
711
712 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
713 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
714 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
715 (nntp-service-to-port): New function.
716 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
717 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
718 (nntp-open-netcat-stream): New function.
719 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
720
59429511
MB
7212008-03-29 Sven Joachim <svenjoac@gmx.de>
722
723 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
724
fa98585c
SM
7252008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
726
727 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
728
9b3ebcb6
MB
7292008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
730
731 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
732
7332008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
734
fa98585c
SM
735 * message.el (message-signature-separator): Change default.
736 Improve custom type.
9b3ebcb6
MB
737 (message-cite-function): Change default to
738 message-cite-original-without-signature.
739
740 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
741 toggle.
742
743 * message.el (message-check-news-body-syntax): Fix signature check.
744 (message-setup-1): Mark buffer as unmodified _after_ running
745 message-setup-hook and handling message-alternative-emails.
746 (message-shorten-references): Be more strict when building list of
747 valid references to comply with GNKSA.
748
fa98585c
SM
749 * gnus-group.el (gnus-read-ephemeral-bug-group)
750 (gnus-read-ephemeral-debian-bug-group)
751 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9b3ebcb6
MB
752
753 * message.el (message-info): Don't use booleanp which isn't supported
754 in Emacs 21 and XEmacs.
755
7562008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
757
758 * gnus-group.el (gnus-gmane-group-download-format): Rename from
759 gnus-group-gmane-group-download-format.
760 (gnus-group-read-ephemeral-gmane-group): Rename from
761 gnus-group-read-ephemeral-gmane-group.
762 (gnus-read-ephemeral-gmane-group-url): Rename from
763 gnus-group-read-ephemeral-gmane-group-url.
764 (gnus-bug-group-download-format-alist): New variable.
765 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
766 (gnus-read-ephemeral-emacs-bug-group): New commands.
767
7682008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
769
770 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
771 (gnus-visible-headers): Improve custom type.
772
7732008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
774
775 * mml.el (mml-menu): Add workarounds for XEmacs.
776
777 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
778 X-Boundary header.
779
780 * message.el (message-simplify-recipients): Fix previous commit.
781
b813166a
SM
7822008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
783
df06dd59 784 * mm-util.el (mm-set-buffer-multibyte): New function.
61dc89b0 785 * mm-decode.el (mm-copy-to-buffer): Use it.
df06dd59 786
b813166a
SM
787 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
788 Prefer fboundp to functionp so it works with macros as well.
789
9b3ebcb6
MB
7902008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
791
5faa2ec0
SM
792 * message.el (message-alter-recipients-discard-bogus-full-name):
793 New function.
9b3ebcb6
MB
794 (message-alter-recipients-function): New variable.
795 (message-get-reply-headers): Use it.
796 (message-replace-header): New helper function.
797 (message-recipients-without-full-name): New variable.
798 (message-simplify-recipients): New command.
799
800 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
801
802 * message.el (message-info): Handle EasyPG manual.
803
804 * mml.el (mml-menu): Add entry for EasyPG.
805
8062008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
807
808 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
809 parameter.
810
811 * message.el (message-disassociate-draft): Specify drafts group name
812 fully.
813
8142008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
815
816 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
817 unnecessary duplicates from the match list.
818
8192008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
820
821 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
822 args of `how-many' of which the XEmacs version doesn't take; declare
823 Info-index-next as function.
824
8252008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
826
827 * gnus-score.el (gnus-score-headers): Fix handling of
828 gnus-inhibit-slow-scoring.
829
830 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
831 string.
832 (gnus-button-url-regexp): Improve handling of parenthesis.
833 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
834 (gnus-button-handle-info-keystrokes): Handle index entries.
835
8362008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
837
838 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
839 Incoming* files.
840
8412008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
842
843 * auth-source.el (auth-sources): Renamed from auth-source-choices.
844 (auth-source-pick): Use it.
845
8462008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
847
848 * auth-source.el (auth-source-protocols)
849 (auth-source-protocols-customize, auth-source-choices): Added and
850 modified variable customizations and defaults.
851 (auth-source-pick, auth-source-user-or-password)
852 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
853 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
854 (auth-source-user-or-password-sftp)
855 (auth-source-user-or-password-smtp): Use new variables and provide an
856 interface to netrc.el.
857
8582008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
859
860 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
861 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
862 Make sure the nntp port to specify is a string.
863
dd58a686
SM
8642008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
865
ed075cb4
SM
866 * nntp.el: Use with-current-buffer.
867 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
868 dubious mm-with-unibyte-current-buffer.
869 (nntp-with-open-group-function): New function extracted from
870 nntp-with-open-group macro.
871 (nntp-with-open-group): Use the function, so it's easier to debug.
872 Add indentation and debugging info.
9b3ebcb6
MB
873 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
874 the use of the netcat alternatives.
ed075cb4 875
f15a9fec
SM
876 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
877 Avoid mm-string-as-multibyte as well.
878
944c87e0
SM
879 * nnweb.el (nnweb-insert-html):
880 Remove use of nnheader-string-as-multibyte.
881
2ec9cf15
SM
882 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
883 (nnheader-string-as-multibyte): Remove.
884
3d2440b4
SM
885 * mm-view.el: Use inhibit-read-only.
886 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
887 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
888 or unibyte-string.
889
456cace2
SM
890 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
891 (mm-uu-yenc-extract): Use with-current-buffer.
892
f5fcf556
SM
893 * gnus-soup.el (gnus-soup-send-packet): Don't use
894 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
895
c9de7755
SM
896 * nnmh.el: Use with-current-buffer.
897 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
898 mm-string-as-multibyte on the output of mm-encode-coding-string.
899
3d2440b4 900 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9c5fe825
SM
901 (nnimap-request-move-article): Use with-current-buffer.
902
3d2440b4
SM
903 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
904 inserting the handle-buffer's text, so the implicit multibyte->unibyte
905 conversion uses string-make-unibyte rather than string-as-unibyte.
d4eb2b7e 906
228b6ecd
SM
907 * gnus-msg.el: Use with-current-buffer.
908
dd58a686
SM
909 * message.el (message-ignored-resent-headers): Add "Delivered-To".
910
9b3ebcb6
MB
9112008-03-10 Daiki Ueno <ueno@unixuser.org>
912
913 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
914 string for caching if it is 'PIN.
915
37a68866
MB
9162008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
917
dd58a686
SM
918 * mail-source.el (mail-source-delete-old-incoming-confirm):
919 Change default to nil.
37a68866
MB
920 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
921
8f7abae3
MB
9222008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
923
924 * gnus-art.el (gnus-narrow-to-page): Position point properly.
925 (gnus-article-goto-prev-page): Work for articles having ^L's.
926
927 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
928
929 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
930
e0385bf4
KF
9312008-03-07 Karl Fogel <kfogel@red-bean.com>
932
56388398 933 * gnus-bookmark.el: Adjust for renames in bookmark.el.
e0385bf4
KF
934 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
935 (gnus-bookmark-jump): Adjust some variable names.
936
8f7abae3 9372008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
a7b50e1c 938
8f7abae3
MB
939 * auth-source.el: New package.
940 (auth-source-choices): Add customization entry point variable.
941
942 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
943 bug.
944
9452008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
946
947 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
948 (gnus-registry-initialize, gnus-registry-install-p): Use it.
dd58a686 949 (gnus-registry-install-shortcuts): Rename from
8f7abae3
MB
950 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
951 the `gnus-registry-mark-map' keymap dynamically from
952 `gnus-registry-marks'. The generated functions update the summary line
953 when a registry mark is added or deleted, and will call
954 `gnus-registry-install-p' (see the comments in the code).
955 (gnus-registry-user-format-function-M): Use concat intelligently.
956
957 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
958 the registry mark functions.
a7b50e1c 959
c1717fbd
GM
9602008-03-05 Glenn Morris <rgm@gnu.org>
961
962 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
963 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
964 gnus-art.
965 (top-level): No need to load own source when compiling.
966
8f7abae3
MB
9672008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
968
969 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
970 Suggested by <chris.anderton@zetnet.co.uk>.
971
1fc34624
GM
9722008-03-04 Glenn Morris <rgm@gnu.org>
973
974 * gnus-sum.el (top-level): No need to require gnus when compiling,
975 since unconditionally required near start of file.
976 (gnus-summary-display-while-building): Move definition before use.
977
8f7abae3
MB
9782008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
979
980 * gnus-registry.el (gnus-registry-user-format-function-M): Add
981 formatting function.
982
9832008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
984
985 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
986 with plists.
987 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
988 Use new format.
989
9902008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
991
992 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
993 `where-is-internal' that returns a range of key sequences.
994
dacb905a
SM
9952008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
996
a88fd51a
SM
997 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
998
c7a91ce1 999 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1fc34624
GM
1000 (gnus-summary-jump-to-group): Consider windows on other displayed
1001 frames as well. Similar changes might be needed elsewhere, but that's
1002 the one I've bumped into during my use.
c7a91ce1 1003
62dc3ac3 1004 * nndoc.el (nndoc-oe-dbx-type-p):
ef1b088a 1005 * gnus-msg.el (gnus-debug):
dacb905a
SM
1006 * gnus-group.el (gnus-update-group-mark-positions):
1007 Use mm-string-to-multibyte.
1008
8f7abae3
MB
10092008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
1010
1011 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
1012 doesn't handle NotDashEscaped.
1013
1014 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
1015 (mml-dnd-attach-options): Fix typo in custom choice.
1016
1017 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
1018 nndoc-article-type to mbox.
1019 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
1020
1021 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
1022 to nil, instead of html2text.
1023
1024 * imap.el (imap-debug): Add `imap-ping-server'.
1025
1026 * gnus-bookmark.el: Add FIXMEs.
1027
1028 * message.el (message-form-letter-separator)
1029 (message-send-form-letter-delay): New variables.
1030 (message-send-form-letter): Use them. New command to send form
1031 letters. Requested by Uwe Siart.
1032 (message-send-mail-function): Doc fix. Add "Other" custom option.
1033
14e8de0c
MB
10342008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
1035
1036 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
1037 empty author.
1038
10392008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
1040
1041 * gnus-registry.el (gnus-registry-marks): Add variable for
1042 customization of marks and their appearance.
1043 (gnus-registry-read-mark): Use it.
1044 (gnus-registry-do-marks): Add utility function to loop through
1045 `gnus-registry-marks'.
1046 (gnus-registry-install-shortcuts-and-menus): Add function to install
1047 shortcuts and menus.
1048 (gnus-registry-initialize): Use it.
1049 (gnus-registry-default-mark): Clarify documentation.
1050
ab74c815
GM
10512008-02-29 Glenn Morris <rgm@gnu.org>
1052
1053 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1054 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1055 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1056 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1057 Change defcustom :version from 23.0 to 23.1.
1058
14e8de0c
MB
10592008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
1060
1061 * gnus-registry.el (gnus-registry-follow-group-p)
1062 (gnus-registry-post-process-groups): Add functions to aid registry
1063 splitting and improve logging. Clarify behavior in function
1064 documentation.
1065 (gnus-registry-split-fancy-with-parent): Use them.
1066
80de1778
SM
10672008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1068
1069 * gnus-art.el: Use with-current-buffer.
1070
14e8de0c
MB
10712008-02-27 David Engster <dengste@eml.cc>
1072
1073 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1074 Express real group name in the response.
1075
10762008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
1077
1078 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1079 (nnmairix-last-server, nnmairix-current-server): Defvar them.
1080 (nnmairix-goto-original-article): Defvar gnus-registry-install and
1081 autoload gnus-registry-fetch-group when compiling.
149cd465 1082 (nnmairix-request-group-with-article-number-correction): Remove
14e8de0c
MB
1083 unreferenced argument passed to nnmairix-call-backend.
1084
10852008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
1086
1087 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1088 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
1089 Wilde.
1090
da13b6cc
GM
10912008-02-27 Glenn Morris <rgm@gnu.org>
1092
1093 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
be021c01
GM
1094 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1095 variables to defconsts. Convert comments to doc-strings.
1096 (nnmairix-last-server, nnmairix-current-server): Convert from free
1097 variables to defvars. Convert comments to doc-strings.
1098 (gnus-registry-fetch-group): Autoload.
1099 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1100 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14e8de0c
MB
1101 (nnmairix-widget-build-editable-fields): Use car cddr rather than
1102 caddr.
be021c01
GM
1103 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1104 nnmairix-request-group-with-article-number-correction call.
1105 (nnmairix-fast, nnmairix-group): New, less general names, for free
1106 variables passed from nnmairix-request-group to
1107 nnmairix-request-group-with-article-number-correction. Declare.
1108 (nnmairix-request-group-with-article-number-correction):
1109 Use nnmairix-fast, nnmairix-group rather than fast, group.
da13b6cc 1110
3d0f8a67
MB
11112008-02-26 David Engster <dengste@eml.cc>
1112
1113 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
1114 version 0.5.
1115
11162008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
1117
1118 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1119 instead of making an extra function call. Don't add the current group
1120 to articles only when they have the group. Use
1121 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1122 Reported by David <de_bb@arcor.de>.
1123
f5490ddc
MB
11242008-02-24 Miles Bader <miles@gnu.org>
1125
1126 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
1127 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
1128 (mm-find-mime-charset-region):
1129 * mm-bodies.el (mm-encode-body):
1130 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
1131
52bec650
MB
11322008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
1133
1134 * mail-source.el (mail-source-delete-incoming): Change default.
1135 Supplement doc string.
1136
1137 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1138
11392008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
1140
1141 * nnmail.el (nnmail-message-id-cache-file): Derive from
1142 `gnus-home-directory'.
1143
11442008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
1145
1146 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5e25c514 1147 Document negative prefix.
52bec650 1148
5e25c514 1149 * gnus-group.el (gnus-group-read-group): Document negative prefix.
52bec650
MB
1150
11512008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1152
1153 * message.el (message-unsent-separator): Add the Exim bounce
1154 separator.
1155
11562008-02-10 Daiki Ueno <ueno@unixuser.org>
1157
1158 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1159 list.
1160 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1161 recipient/signer list.
1162
0b9c5ab7
RS
11632008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
1164
1165 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1166 fbound (Emacs 23 unicode), signal an error.
1167
1888e568
GM
11682008-02-08 Glenn Morris <rgm@gnu.org>
1169
1170 * gnus-art.el (pgg-display-output-buffer): Declare as function.
1171
52bec650
MB
11722008-02-07 Tassilo Horn <tassilo@member.fsf.org>
1173
1174 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1175 ports to the calls to `netrc-machine-user-or-password' in addition to
1176 "imap" and "imaps".
1177
e9198520
MB
11782008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
1179
1180 * gnus.el (gnus-group-startup-message): Add `find-image' call before
1181 image-load-path is let-bound. Reported by Harald Hanche-Olsen
1182 <hanche@math.ntnu.no>.
1183
11842008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
1185
1186 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1187
9303f985 11882008-02-01 Zhang Wei <id.brep@gmail.com>
aca7a3d2
MB
1189
1190 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1191
1192 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1193
9303f985 11942008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
1195
1196 * mml.el (mml-parse-1): Remove apparently vestigial use of
1197 `mm-hack-charsets'.
1198 * mm-bodies.el (mm-encode-body): Likewise.
1199
9303f985 12002008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 1201
4fedcc00 1202 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
aca7a3d2
MB
1203 rfc2104-hexstring-to-bitstring and changed to return a byte list.
1204 (rfc2104-hash): Convert the result of concat to unibyte string.
1205
9303f985 12062008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 1207
aca7a3d2
MB
1208 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1209 coding-system-for-read.
1210 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1211
8385d659 1212 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
4fedcc00 1213 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
8385d659 1214 (mm-find-mime-charset-region): Remove hack-charsets stuff.
aca7a3d2 1215
10ef2ef7 12162008-01-24 Michael Sperber <sperber@deinprogramm.de>
a1da1e37
MB
1217
1218 * mail-source.el (mail-sources): Add `group' choice.
1219
1220 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1221 parameter `in-group' to control into which group the articles go.
1222 Add treatment of `group' mail-source.
1223
a445370f
DN
12242008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1225
1226 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1227 * message.el (message-beginning-of-line): Use featurep instead of bound
1228 tests in order to resolve conditionals at compile time.
1229
4599d0ec
MB
12302008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
1231
1232 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1233
1234 * mm-decode.el (mm-dissect-buffer): Decode description.
1235
1236 * mml.el (mml-to-mime): Encode message header first.
1237
0b6799c3
MB
12382008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
1239
1240 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1241 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1242
12432008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
1244
1245 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1246
12472008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
1248
1249 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1250 prefix keys.
1251 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1252 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1253 gnus-xmas.el.
1254
12552008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
1256
1257 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1258 Add new variables for article mark management.
1259 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1260 list of extra data entries which, when present, will indicate that the
1261 article ID should not be trimmed from the registry.
1262 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1263 functions.
1264 (gnus-registry-read-mark): New function to read a mark name from the
1265 user.
1266 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1267 (gnus-registry-set-article-mark-internal): New functions to add and
1268 remove marks.
1269 (gnus-registry-get-article-marks): New function to show the marks for
1270 an article, or retrieve them for further use.
1271
12722008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
1273
1274 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1275 keys when no argument is given.
1276
12772008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
1278
1279 * gnus-sum.el (gnus-article-sort-by-random)
1280 (gnus-thread-sort-by-random): Fix doc strings. Reported by
1281 jidanni@jidanni.org.
1282
12832008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
1284
1285 * gnus-art.el (gnus-article-describe-bindings): New function.
1286 (gnus-article-read-summary-keys): Use it.
1287 (gnus-article-mode-map): Bind `C-h b' to it.
1288
95838435
MB
12892008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
1290
1291 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1292 XEmacs.
1293 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1294 against non-character events.
1295
95838435
MB
12962008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1297
1298 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1299 command.
1300 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1301 instead of END. Change name of the temp file.
1302 (gnus-group-gmane-group-download-format): Add doc string. Make it
1303 customizable.
1304
13052008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
1306
1307 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1308 bind `S W' to gnus-article-wide-reply-with-original; set default
1309 binding to gnus-article-read-summary-send-keys.
1310 (gnus-article-read-summary-keys): Fix the order of keys; display
1311 continuation keys correctly in the echo area; describe bindings
1312 correctly when keys end with `C-h'.
1313 (gnus-article-read-summary-send-keys): New function.
1314 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1315 for gnus-article-read-summary-send-keys; display continuation keys
1316 correctly in the echo area.
1317 (gnus-article-reply-with-original): Ignore prefix argument.
1318 (gnus-article-wide-reply-with-original): New function.
1319
d82cf70b
MB
13202008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1321
1322 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1323 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1324
13252008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1326
1327 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1328 (gnus-group-read-ephemeral-gmane-group): New command.
1329
f3041af1
DN
13302008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1331
1332 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1333
87035689
MB
13342007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
1335
1336 * message.el (message-send-mail-function): Increase custom version.
1337
1338 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1339 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
1340
87035689
MB
13412007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
1342
1343 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1344 html parts correctly; support forwarded messages.
1345 (gnus-article-browse-html-article): Remove work buffers.
1346
1347 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1348 compiling.
1349 (netrc-bound-and-true-p): New macro.
1350 (netrc-parse): Use it instead of bound-and-true-p that is not available
1351 in XEmacs 21.4.
1352
13532007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
1354
1355 * gnus-registry.el (gnus-registry-mark-article)
1356 (gnus-registry-article-marks): Add functionality to mark articles
1357 through the Gnus registry.
1358
1359 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1360 (netrc-parse): Use encrypt-file-alist to determine if
1361 encrypt-find-model or encrypt-insert-file-contents should be used.
1362
541cbf8b
GM
13632007-12-19 Glenn Morris <rgm@gnu.org>
1364
1365 * mml.el (message-options-set, message-narrow-to-head)
1366 (message-in-body-p, message-mail-p, message-encode-message-body):
1367 Autoload.
1368 (message-remove-header, message-narrow-to-headers-or-head)
1369 (message-subscribed-p, message-make-mail-followup-to)
1370 (message-position-on-field, message-news-p)
1371 (message-options-set-recipient, message-generate-headers)
1372 (message-sort-headers): Declare as functions.
1373
87035689
MB
13742007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
1375
1376 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1377 convention in doc string.
1378
13792007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
1380
1381 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1382 title to html parts.
1383 (gnus-article-browse-html-article): Pass message header to it.
1384
1385 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1386
13872007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
1388
1389 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1390 or password compatible with XEmacs.
1391
bbbe940b
MB
13922007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
1393
1394 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1395 format document.
1396 (gnus-mime-delete-part): Don't write description line if empty.
1397 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1398
880820fe 13992007-12-14 Johan Bockgård <bojohan@gnu.org>
bbbe940b
MB
1400
1401 * gnus-sum.el (gnus-summary-mark-unread-as-read)
1402 (gnus-summary-mark-read-and-unread-as-read)
1403 (gnus-summary-mark-current-read-and-unread-as-read)
1404 (gnus-summary-mark-unread-as-ticked): Doc fix.
1405 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1406
14072007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1408
1409 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
1410 Christoph Conrad <christoph.conrad@gmx.de>.
1411
14122007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1413
1414 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1415 yes-or-no-p.
1416
14172007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
1418
1419 * mm-decode.el (mm-add-meta-html-tag): New function.
002876ab 1420 (mm-save-part-to-file, mm-pipe-part): Use it.
bbbe940b
MB
1421
1422 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1423 gnus-y-or-n-p instead of y-or-n-p.
1424 (gnus-article-browse-html-parts): Work with message/external-body; use
1425 mm-add-meta-html-tag.
1426
cef98b13
GM
14272007-12-11 Glenn Morris <rgm@gnu.org>
1428
1429 * gnus-cache.el: Require gnus-sum not just when compiling.
1430
1431 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1432
1433 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1434 definitions before use.
1435
1436 * mm-decode.el: Require gnus-util.
1437 (mm-remove-part): Only call delete-annotation on XEmacs.
1438
1439 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1440
1441 * nnmail.el: Require gnus-int.
1442
1443 * spam.el: Move `require's before `eval-when-compile's.
1444
1445 * gnus-ems.el (gnus-alive-p):
1446 * gnus-fun.el (message-goto-eoh):
5ec7fe1b 1447 * gnus-util.el (gnus-group-name-decode):
cef98b13
GM
1448 * mail-source.el (gnus-compress-sequence):
1449 * message.el (Info-goto-node, format-spec):
1450 * mm-bodies.el (message-options-get):
1451 * mm-decode.el (mm-view-pkcs7):
1452 * mm-util.el (gmm-write-region):
1453 * mml-smime.el (mml-compute-boundary)
1454 (gnus-completing-read-with-default):
1455 * mml.el (widget-button-press, gnus-make-hashtable):
1456 * mml1991.el (mm-decode-content-transfer-encoding)
1457 (mm-encode-content-transfer-encoding)
1458 (message-options-get, message-options-set):
1459 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1460 * nnfolder.el (gnus-request-group):
1461 * nnheader.el (ietf-drums-unfold-fws):
1462 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1463 * smime.el (gnus-run-mode-hooks):
1464 * spam-stat.el (gnus-message): Autoload.
1465
1466 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1467 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1468 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1469 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1470 Add declare-function compatibility definition.
1471
1472 * gnus-cache.el (nnvirtual-find-group-art):
1473 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1474 (gnus-add-image, gnus-add-wash-type):
1475 * gnus-group.el (nnkiboze-score-file):
1476 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1477 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5ec7fe1b
GM
1478 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1479 (message-tokenize-header, gnus-get-buffer-create)
1480 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1481 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
cef98b13
GM
1482 * gnus.el (gnus-group-decoded-name):
1483 * mail-source.el (imap-capability):
1484 * mm-bodies.el (message-options-set):
1485 * mm-decode.el (gnus-configure-windows):
1486 * mm-extern.el (message-goto-body):
1487 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1488 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1489 (epg-sub-key-validity, message-options-set):
1490 * mml.el (widget-event-point, gnus-configure-windows):
1491 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1492 * mml2015.el (epg-check-configuration, epg-configuration)
1493 (message-options-set):
1494 * nndb.el (nndb-request-article):
1495 * nnfolder.el (gnus-request-create-group):
1496 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1497 * nnmaildir.el (gnus-group-mark-article-read):
1498 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1499 * rfc1843.el (message-fetch-field):
1500 * spam.el (gnus-extract-address-components):
1501 Declare as functions.
1502
bbbe940b
MB
15032007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1504
1505 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1506
a5ded4c9
GM
15072007-12-09 Glenn Morris <rgm@gnu.org>
1508
1509 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1510
1511 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1d1df709
GM
1512 * message.el, mm-view.el, sieve-manage, smime.el:
1513 Add declare-function compatibility definition.
a5ded4c9
GM
1514
1515 * gnus-art.el (w3-region, w3m-region, Info-menu):
1516 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1517 * gnus-sum.el (gnus-get-predicate):
1518 * gnus-util.el (mm-append-to-file, w32-focus-frame):
1519 * message.el (mail-abbrev-in-expansion-header-p):
1520 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8d0f97a4 1521 (w3m-detect-meta-charset, w3m-region):
1d1df709
GM
1522 * sieve-manage.el (password-read, password-cache-add)
1523 (password-cache-remove):
8d0f97a4 1524 * smime.el (password-read-and-add): Declare as functions.
a5ded4c9 1525
274f1353
DK
15262007-12-08 David Kastrup <dak@gnu.org>
1527
1528 * gnus-sum.el (gnus-summary-simplify-subject-query):
1529 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1530 `message'.
1531
a601fb74 15322007-12-07 Glenn Morris <rgm@gnu.org>
80d06753 1533
a601fb74 1534 * gnus-art.el (article-make-date-line): Revert previous change.
80d06753 1535
af5370ad
RS
15362007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
1537
1538 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1539
21ee0911
MB
15402007-12-06 Christian Plate <cplate@web.de> (tiny change)
1541
1542 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1543 Call gnus-add-to-range ranges only once with a prepared article-list.
1544
15452007-12-06 Paul Jarc <prj@po.cwru.edu>
1546
149cd465
JB
1547 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1548 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
21ee0911
MB
1549 group names with backslashes. Reported by Tassilo Horn
1550 <tassilo@member.fsf.org>.
1551
fd0c71e8
DG
15522007-12-06 D. Goel <deego3@gmail.com>
1553
a601fb74
GM
1554 * gnus-art.el (article-make-date-line):
1555 * gnus-start.el (gnus-load):
1556 * pop3.el (pop3-read-response): Fix buggy call to `error'.
fd0c71e8 1557
415a09fb
MB
15582007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1559
1560 * gnus-art.el (gnus-use-idna)
1561 * gnus-start.el (gnus-site-init-file)
1562 * message.el (message-use-idna)
1563 * mm-uu.el (mm-uu-hide-markers)
1564 * smiley.el (smiley-style): Revert changes that suppress warnings.
1565
15662007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1567
1568 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1569 specify charset to html source. Reported by Christoph Conrad
1570 <christoph.conrad@gmx.de>.
1571
15722007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1573
1574 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1575 idna-program in order to suppress byte compile warning issued by XEmacs
1576 that came to byte compile the default value section of defcustom forms
1577 recently.
1578
1579 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1580 value of installation-directory.
1581
1582 * message.el (message-use-idna): Don't directly refer to the value of
1583 idna-program.
1584
1585 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1586
1587 * smiley.el (smiley-style): Don't directly call face-attribute.
1588
b890d447
MB
15892007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
1590
1591 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1592
1593 * gnus-dired.el: Reduce Gnus dependencies.
1594 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1595 require. Use autoloads instead.
1596 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1597 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1598 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1599 (gnus-dired-mode): Adjust doc string.
1600 (gnus-dired-mail-mode): New variable.
1601 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1602 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1603 (gnus-dired-mail-buffers): New function. Return mail or message
1604 composition buffers.
1605 (gnus-dired-attach): Use it.
1606 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1607 NO-DECODE.
1608 (gnus-dired-print): Use `gnus-print-buffer' depending on
1609 `gnus-dired-mail-mode'.
1610
16112007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1612
1613 * rfc2047.el (rfc2047-encoded-word-regexp)
1614 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1615 explaining what regexp patterns are for.
1616
13b0ef01
GM
16172007-12-04 Glenn Morris <rgm@gnu.org>
1618
1619 * password.el: Move to ../password-cache.el.
1620
1621 * mml1991.el (password-read, password-cache-add, password-cache-remove):
1622 * mml2015.el (password-read, password-cache-add, password-cache-remove):
1623 * mml-smime.el (password-read, password-cache-add)
1624 (password-cache-remove):
1625 No need to autoload, since mml-sec requires password.
1626
1627 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1628 * message.el (gnus-extract-address-components):
1629 * mml-smime.el (gnus-extract-address-components): Define for compiler.
1630
1631 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1632 password.
1633
b890d447
MB
16342007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
1635
1636 * mailcap.el: Reduce dependencies.
1637 (mail-header-parse-content-type): Autoload.
1638 (mailcap-delete-duplicates): New alias.
1639 (mailcap-mime-info): Add optional argument NO-DECODE.
1640 (mailcap-mime-types): Use mailcap-delete-duplicates.
1641
1642 * message.el (message-ignored-supersedes-headers): Add "X-ID".
1643
16442007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1645
1646 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1647 function.
1648
1649 * gnus-uu.el (gnus-uu-decode-yenc): New command.
1650 (gnus-uu-yenc-article): New function.
1651
1652 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1653
1654 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1655 buffer.
1656
21662dc7
GM
16572007-12-02 Glenn Morris <rgm@gnu.org>
1658
323fc9ec
GM
1659 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
1660 Move to ../net.
1661
21662dc7
GM
1662 * binhex.el, uudecode.el: Move to ../mail.
1663
ceabaeb3
GM
1664 * encrypt.el: Remove file.
1665
b890d447
MB
16662007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1667
1668 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1669 matches on patches.
1670
1671 * gnus-art.el (gnus-article-browse-html-article): Mention
1672 `mm-text-html-renderer' in the doc string.
1673
1674 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1675 string. Add comments.
1676
1677 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1678 if rhs is ASCII.
1679
08545d0a
GM
16802007-12-01 Glenn Morris <rgm@gnu.org>
1681
fb18c032 1682 * dig.el, dns.el: Move to ../net.
c3335b6a 1683 * format-spec.el, hex-util.el, sha1.el: Move to ../.
4c1d5922 1684
08545d0a
GM
1685 * mail-source.el (top-level): Require format-spec before
1686 eval-when-compile.
1687
257a0a0d
GM
16882007-11-30 Glenn Morris <rgm@gnu.org>
1689
1690 * encrypt.el: Require password, rather than autoloading password-read.
1691
b890d447
MB
16922007-11-28 Elias Oltmanns <eo@nebensachen.de>
1693
1694 * gnus.el (gnus-method-to-server): Add an optional parameter so the
1695 caller can indicate whether the cache should be disregarded for this
1696 call. This way the result of the call is reproducible at all times and
1697 can be considered a canonical server name for the supplied method.
1698 (gnus-agent-method-p): Canonicalize server names by pushing their
1699 method through `gnus-method-to-server' using the no-cache argument.
1700
1701 * gnus-srvr.el (gnus-server-insert-server-line): Call
1702 `gnus-method-to-server' with `no-cache' argument.
1703
1704 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1705 gnus-agent-possibly-synchronize-flags as this should be called when the
1706 server is actually being opened.
1707 (gnus-agent-possibly-synchronize-flags)
1708 (gnus-agent-possibly-synchronize-flags-server): Move check for the
1709 flags file of an agentized server to the latter function.
1710
1711 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1712 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1713 after a connection has been established successfully.
1714
17152007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
1716
1717 * gnus-art.el (article-display-face): Force to display face if called
1718 interactively; check if gnus-article-x-face-too-ugly matches author.
1719 (article-display-x-face): Display face even if From header is missing
1720 as article-display-face does.
1721
d50fd8e2
GM
17222007-11-28 Richard Stallman <rms@gnu.org>
1723
1724 * md4.el: Move to ../.
1725 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
1726
b890d447
MB
17272007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
1728
1729 * mail-source.el (mail-sources): Default to fetch from file for
1730 compatibility with default of nnmail-spool-file.
1731
17322007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
1733
1734 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1735 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1736 to look for encoded word that should be encoded again.
1737 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1738 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1739 encoding pattern.
1740 (rfc2047-decode-region): Switch strict regexp and loose one according
1741 to rfc2047-allow-irregular-q-encoded-words.
1742
a06e7b5d
SJ
17432007-11-26 Simon Josefsson <simon@josefsson.org>
1744
1745 * imap.el: Move to ../net directory.
1746
b890d447
MB
17472007-11-25 Romain Francoise <romain@orebokech.com>
1748
1749 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1750
17512007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1752
1753 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1754 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1755
1756 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1757 `nnmail-spool-file'.
1758
1759 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1760 `nnmail-spool-file'.
1761
1762 * gnus-move.el (gnus-change-server): Ditto.
1763
1764 * gnus-kill.el (gnus-batch-score): Ditto.
1765
1766 * gnus-cache.el (gnus-jog-cache): Ditto.
1767
c9e31f32
SM
1768 * gnus-msg.el (gnus-summary-reply):
1769 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
b890d447
MB
1770
17712007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1772
c9e31f32
SM
1773 * gnus-cache.el (gnus-cache-generate-nov-databases):
1774 Use nnml-generate-nov-databases-directory instead of
b890d447
MB
1775 nnml-generate-nov-databases-1.
1776
e3b0153a
GM
17772007-11-24 Glenn Morris <rgm@gnu.org>
1778
1779 * message.el (message-tool-bar-retro): Update for rename
1780 mail_send.xpm->mail-send.xpm.
1781
b890d447
MB
17822007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1783
1784 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1785 `smime-ldap-search' for Emacs 22 and up.
1786
145cc6b9
RS
17872007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1788
63ff8478
RS
1789 * hashcash.el: Move to ../mail directory.
1790
8746c8b8
RS
1791 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
1792
145cc6b9
RS
1793 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1794 `smime-ldap-search' for Emacs 22 and up.
1795
82816ba1
SM
17962007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1797
b7b80032
SM
1798 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1799
82816ba1
SM
1800 * message.el (message-send-mail-function): Fix error convention.
1801 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1802 (message-widen-reply, message-send-mail, message-talkative-question)
1803 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1804 (message-clone-locals, message-send-news): Use with-current-buffer.
1805 (message-insert-or-toggle-importance): Remove unused var `valid'.
1806 (message-make-references): Remove unused var `new-references'.
1807 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1808
3042deef
JB
18092007-11-22 Juanma Barranquero <lekktu@gmail.com>
1810
1811 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1812 (spam-split-symbolic-return-positive): Reflow docstring.
1813 (spam-backends, spam-summary-exit-behavior)
1814 (spam-mark-ham-unread-before-move-from-spam-group)
1815 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1816 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1817 (spam-clear-cache, spam-backend-check, spam-install-backend)
1818 (spam-install-statistical-backend, spam-list-of-processors)
1819 (spam-group-processor-p, spam-split, spam-bogofilter-score)
1820 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1821 (spam-check-crm114, spam-initialize, spam-unload-hook):
1822 Fix typos in docstrings.
1823
b890d447
MB
18242007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1825
1826 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1827 been checked if they have never been read and those group levels are
1828 higher than the one that a user specified.
1829
18302007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1831
1832 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1833 foreign groups unless a group level is specified by a user.
1834 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1835
b62a39c4
RS
18362007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
1837
1838 * message.el (message-send-mail-function): Require sendmail.
1839
2ea6167b
RS
18402007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
1841
9e0a8576
RS
1842 * message.el (message-send-mail-function): Check for smtpmail too.
1843
f21470ef
RS
1844 * utf7.el (utf7-encode, utf7-decode): Use coding system
1845 `utf-7'/`utf-7-imap' from utf-7.el' if available.
1846
2ea6167b
RS
1847 * message.el (message-send-mail-function): New function.
1848 (message-send-mail-function): Set default using
1849 message-send-mail-function. Adjust doc string.
1850 (message-send-mail-with-mailclient): New function.
1851
127a6f0e
GM
18522007-11-17 Richard Stallman <rms@gnu.org>
1853
1854 * assistant.el: Remove file.
1855
9efa445f
DN
18562007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1857
1858 * smime.el (from):
1859 * rfc2047.el (message-posting-charset):
1860 * qp.el (mm-use-ultra-safe-encoding):
1861 * pop3.el (parse-time-months):
1862 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1863 * nnml.el (files):
1864 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1865 (jka-compr-compression-info-list, ange-ftp-path-format)
1866 (efs-path-regexp):
1867 * nndiary.el (files):
1868 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1869 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1870 (epg-digest-algorithm-alist, inhibit-redisplay)
1871 (password-cache-expiry):
1872 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1873 (pgg-output-buffer, password-cache-expiry):
1874 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1875 (efs-path-regexp):
1876 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1877 (inhibit-redisplay):
1878 * mm-uu.el (file-name, start-point, end-point, entry)
1879 (gnus-newsgroup-name, gnus-newsgroup-charset):
1880 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1881 (latin-unity-ucs-list):
1882 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1883 (mm-uu-binhex-decode-function):
1884 * message.el (gnus-message-group-art, gnus-list-identifiers, )
1885 (rmail-enable-mime-composing, gnus-local-organization)
1886 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1887 (gnus-read-active-file, facemenu-add-face-function)
1888 (facemenu-remove-face-function, gnus-article-decoded-p)
1889 (tool-bar-mode):
1890 * mail-source.el (display-time-mail-function):
1891 * gnus-util.el (nnmail-pathname-coding-system)
1892 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1893 (gnus-original-article-buffer, gnus-user-agent)
1894 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1895 (xemacs-codename, sxemacs-codename, emacs-program-version):
1896 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1897 * gnus-start.el (gnus-agent-covered-methods)
1898 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1899 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1900 (gnus-newsgroup-headers, gnus-group-list-mode)
1901 (gnus-group-mark-positions, gnus-newsgroup-data)
1902 (gnus-newsgroup-unreads, nnoo-state-alist)
1903 (gnus-current-select-method, mail-sources)
1904 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1905 (nnmail-spool-file, gnus-cache-active-hashtb):
1906 * gnus-mh.el (mh-lib-progs):
1907 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1908 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1909 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1910 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1911 (gnus-group-buffer):
1912 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1913 (font-lock-set-defaults):
1914 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1915 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1916 (gnus-summary-post-menu, total-parts, type, condition, length):
1917 * gnus-agent.el (gnus-agent-read-agentview):
1918 * flow-fill.el (show-trailing-whitespace):
1919 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1920 eval-and-compile wrappers for byte compiler pacifiers.
1921
1922 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1923 (mm-display-inline-fontify): Check for featurep 'xemacs not
1924 extent-list.
1925
1926 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1927 itimer-list.
1928 (mm-create-image-xemacs): Only do something for XEmacs.
1929 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1930
1931 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1932
1933 * gnus-registry.el (gnus-adaptive-word-syntax-table):
1934 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1935
e9346447
JB
19362007-11-15 Juanma Barranquero <lekktu@gmail.com>
1937
ec5741dc 1938 * nnimap.el (nnimap-split-download-body):
e9346447 1939 * gnus-demon.el (gnus-demon):
ec5741dc 1940 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
e9346447 1941
1428d46b
MB
19422007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
1943
1944 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
1945 macros.
1946 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
1947 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
1948 copy data from unibyte buffer to multibyte current buffer.
1949 (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
1950 to copy data from unibyte current buffer to multibyte buffer.
1951 (nntp-make-process-buffer): Make process buffer unibyte.
1952
1953 * pop3.el (pop3-open-server): Fix typo in Lisp code.
1954
19552007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
1956
1957 * pop3.el (pop3-open-server): Accept and process data more robustly at
1958 connexion start to avoid spurious "POP SSL connexion failed" errors.
1959
19602007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
1961
1962 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
1963 read group names.
1964
19652007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
1966
1967 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
1968
19692007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
1970
1971 * nnmail.el (nnmail-parse-active): Make group names unibyte.
1972 (nnmail-save-active): Use a unibyte buffer when saving active file,
1973 which may contain non-ASCII group names.
1974
1975 * nnml.el (nnml-request-group): Decode group names in messages.
1976
4d8a28ec
MB
19772007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
1978
1979 * message.el (message-citation-line-function)
1980 (message-insert-formatted-citation-line): Fix spelling of
1981 `message-insert-formated-citation-line'.
1982
c12ecb0a
MB
19832007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
1984
1985 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
1986
4d8a28ec
MB
19872007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1988
1989 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
1990 nnmail-pathname-coding-system.
1991
1992 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
1993 that a user enters; decode group names in messages.
1994
1995 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
1996
60ece9b0
MB
19972007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
1998
1999 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2000
2001 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2002
2003 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2004 risky local variable.
2005
2006 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2007
20082007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
2009
2010 * encrypt.el: Improve documentation to fix function name typo.
2011 Reported by Daiki Ueno <ueno@unixuser.org>.
2012
20132007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
2014
2015 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2016 even if the point is not in the last page of an article.
2017 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2018 back to the previous page.
2019
c590ed3a
MB
20202007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
2021
2022 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2023
60ece9b0
MB
20242007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
2025
2026 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2027
c70dbcd5
SM
20282007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2029
60ece9b0
MB
2030 * message.el (message-check-news-body-syntax): Avoid
2031 mm-string-as-multibyte.
c70dbcd5
SM
2032 (message-hide-headers): Don't assume (point-min)==1.
2033
437ce4be
MB
20342007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2035
2036 * message.el (message-remove-blank-cited-lines): Fix if remove is
2037 given.
2038 (message-bogus-address-regexp): New variable.
2039 (message-bogus-recipient-p): New function.
2040 (message-check-recipients): New command.
2041 (message-syntax-checks): Add `bogus-recipient'.
2042 (message-fix-before-sending): Add `bogus-recipient'.
2043
2044 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
d55fe5bb
MB
2045 (gnus-treat-body-boundary): Don't test window-system.
2046
296fa7b4 20472007-10-28 Leo <sdl.web@gmail.com> (tiny change)
d55fe5bb
MB
2048
2049 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
437ce4be 2050
c7ff939a
RS
20512007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2052
2053 * gnus.el: Bump version to Gnus v5.13.
2054
01c52d31
MB
20552007-10-28 Miles Bader <miles@gnu.org>
2056
2057 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2058 at compile-time too.
2059
437ce4be
MB
20602007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
2061
2062 * gnus-msg.el (gnus-message-setup-hook): Add
2063 `message-remove-blank-cited-lines' to options.
2064
01c52d31
MB
20652007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
2066
2067 * message.el (message-remove-blank-cited-lines): New function.
880820fe 2068 Suggested by Karl Plästerer.
01c52d31
MB
2069
20702007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
2071
2072 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2073 mapc.
2074
2075 * imap.el (imap-open): Replace mapcar called for effect with mapc.
2076 (top-level): Use mapc to set functions to be traced for debugging.
2077
2078 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2079 called for effect with while loop.
2080
2081 * message.el (message-talkative-question): Replace mapcar called for
2082 effect with mapc.
2083
2084 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2085 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2086 called for effect with dolist.
2087
2088 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2089
2090 * nndiary.el: Use dolist instead of mapcar to add diary headers to
2091 gnus-extra-headers and nnmail-extra-headers.
2092
2093 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2094 called for effect with dolist.
2095 (top-level): Use mapc to set functions to be traced for debugging.
2096
2097 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2098 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2099 dolist.
2100
2101 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2102 Replace mapcar called for effect with mapc.
2103 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2104 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2105 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2106 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2107
2108 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2109 remove-if that's a cl function.
2110
2111 * webmail.el (webmail-debug): Replace mapcar called for effect with
2112 dolist.
2113
01c52d31
MB
21142007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
2115
2116 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2117 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2118 with while loop.
2119
2120 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2121 functions from article-* functions.
2122 (gnus-multi-decode-header): Replace mapcar called for effect with
2123 dolist.
2124
2125 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2126 (gnus-bookmark-show-details): Replace mapcar called for effect with
2127 while loop.
2128
2129 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2130 called for effect with while loop.
2131
2132 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2133 with dolist.
2134
2135 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2136 mapcar called for effect with dolist.
2137
2138 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2139
2140 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2141 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2142 Replace mapcar called for effect with dolist.
2143 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2144 mapc.
2145
2146 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2147 Replace mapcar called for effect with dolist.
2148 (gnus-topic-list): Replace mapcar called for effect with mapc.
2149
2150 * gnus.el: Use mapc instead of mapcar to add autoloads.
2151
4b576f7d
RS
21522007-10-23 Richard Stallman <rms@gnu.org>
2153
2154 * gnus-group.el (gnus-group-highlight): Mark as risky.
2155
fdc90613
MB
21562007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
2157
2158 * gnus.el (gnus-server-to-method): Return method found first in
2159 gnus-newsrc-alist.
2160
01c52d31
MB
2161 * gnus-art.el (gnus-article-highlight-signature)
2162 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2163 button overlay without the front stickiness.
2164
21652007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
2166
2167 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2168 overview buffer needed a catch to receive its throw.
2169 (gnus-agent-flush-cache): Declared as interactive to make this function
2170 easier to use.
2171
fdc90613
MB
21722007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
2173
2174 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2175 `next-line'.
2176
5255e3ff
MB
21772007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
2178
2179 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2180 exclude address matching message-dont-reply-to-names.
2181
b4fde39f
MB
21822007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2183
2184 * gnus-util.el (gnus-string<): New function.
2185
2186 * gnus-sum.el (gnus-article-sort-by-author)
01c52d31 2187 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
b4fde39f
MB
2188
21892007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2190
2191 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2192 the frame-focus tag is set in gnus-buffer-configuration.
2193
01c52d31
MB
21942007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
2195
2196 * gnus-art.el (gnus-article-add-button): Make a button overlay without
2197 the front stickiness.
2198
21992007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2200
2201 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2202 url pattern; remove duplicate one.
2203 (gnus-article-extend-url-button): New function.
2204 (gnus-article-add-buttons): Use it.
2205 (gnus-button-push): Use concatenated url that it makes.
2206
6ab3804a
JB
22072007-10-04 Juanma Barranquero <lekktu@gmail.com>
2208
2209 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2210 (sieve-manage-open): Use `mapc' instead of `mapcar'.
2211
2f19ece7
SM
22122007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2213
2214 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2215 Don't hardcode point-min==1.
2216
1d0df8af
DK
22172007-09-30 David Kastrup <dak@gnu.org>
2218
2219 * gnus-art.el (gnus-article-reply-with-original)
2220 (gnus-article-followup-with-original): When `transient-mark-mode' is
2221 off, refrain from active-region behavior for followups.
2222
4b70e299
MB
22232007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
2224
2225 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
01c52d31
MB
2226 Fix comment about "iso8859-1".
2227
22282007-10-08 Daiki Ueno <ueno@unixuser.org>
2229
2230 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2231 ones returned from the verify-function.
2232
2233 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2234 mml2015-extract-cleartext-signature if extraction failed.
2235
22362007-10-07 Daiki Ueno <ueno@unixuser.org>
2237
2238 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2239 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2240 failed.
4b70e299
MB
2241
22422007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
2243
e9346447 2244 * Relicense "GPLv2 or later" files to "GPLv3 or later".
4b70e299 2245
01c52d31
MB
22462007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
2247
2248 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2249 to mark a thread as expirable. Add variable `hide' to handle hiding of
2250 thread for both the null and zero (kill/expire thread) universal prefix
2251 cases.
2252 (gnus-summary-expire-thread): Add new function to expire a thread,
2253 using gnus-summary-kill-thread.
2254 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2255 shortcuts for gnus-summary-expire-thread.
2256 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2257 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
2258
22592007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
2260
2261 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2262 extras value, so an extras entry can be deleted.
2263 (gnus-registry-delete-extra-entry): Use it.
2264 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2265 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2266 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
e46889e0
JB
2267 storage through the gnus-registry, and provide an appropriate API for
2268 it.
01c52d31 2269
4b70e299
MB
22702007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2271
2272 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2273 Suggested by Leo <sdl.web@gmail.com>.
2274
2275 * gnus.el: Do.
2276
22772007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2278
2279 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2280 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
2281
2282 * gnus-agent.el (gnus-agent-fetch-headers): Do.
2283
2284 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2285 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2286
22872007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2288
2289 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2290 newline.
2291 (nnmbox-request-accept-article): Don't change article in source buffer;
2292 narrow to header to use message-fetch-field rather than
2293 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2294 (nnmbox-request-replace-article): Quote lines that'll be misidentified
2295 as delimiters; make sure article ends with newline.
2296 (nnmbox-delete-mail): Correct last position of article to be deleted;
2297 ignore X-Gnus-Newsgroup header in article body.
2298 (nnmbox-save-mail): Quote lines looking like delimiters at the right
2299 positions; make sure article ends with newline.
2300
01c52d31
MB
2301 * message.el (message-display-abbrev): Don't infloop when a user
2302 inserts SPC in the beginning of header.
2303
23042007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
2305
2306 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2307 list of groups not followed by default. Fix type to be regexp.
2308 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2309
23102007-09-06 Tassilo Horn <tassilo@member.fsf.org>
2311
2312 * hmac-def.el (define-hmac-function): Switch from old-style to
2313 new-style backquotes.
2314
002876ab 2315 * md4.el (md4-make-step): Likewise.
01c52d31
MB
2316
23172007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2318
2319 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2320 raw-text coding system when saving .newsrc file, which may contain
2321 non-ASCII group names.
2322
4b70e299
MB
23232007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
2324
2325 * gnus-cus.el (gnus-score-extra): New widget.
2326 (gnus-score-extra-convert): New function.
2327 (gnus-score-customize): Use it for Extra.
2328
01c52d31
MB
23292007-08-31 Daiki Ueno <ueno@unixuser.org>
2330
2331 * mml2015.el (mml2015-extract-cleartext-signature): New function.
2332 (mml2015-mailcrypt-clear-verify): Use it.
2333 (mml2015-gpg-clear-verify): Use it.
2334 (mml2015-pgg-clear-verify): Use it.
2335 (mml2015-epg-clear-verify): Replace the current part with the output
2336 from GnuPG; don't extract the plaintext by itself.
2337
2338 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2339 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2340 mml2015-clear-verify-function; don't touch the armor headers or
2341 dash-escaped text here.
2342
23432007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
2344
2345 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2346 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2347 parts, or application/octet-stream as a last resort.
2348 (gnus-mime-view-part-as-type): Don't toggle display.
2349 (gnus-mime-view-part-as-charset): Don't turn off display before
2350 querying charset.
2351
2352 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2353 stuff to undisplayer function in Emacs.
2354 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2355
2356 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2357 text/calendar parts.
2358
7f22a765
MB
23592007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
2360
01c52d31
MB
2361 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2362 decoding text/calendar parts.
2363
2364 * message.el (message-forward-make-body-mime): Always mark body as
2365 having no illegible text; remove signed-or-encrypted argument.
2366 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2367
7f22a765
MB
2368 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2369 (mml-generate-mime-1): Don't encode body if it is specified to be in
2370 raw form; don't make buffer be unibyte when inserting multibyte string.
2371
67d0660b
SM
23722007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2373
2374 * sha1.el: Fix up comment style.
2375 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2376 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2377
2378 * hex-util.el: Fix up comment style.
2379 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2380
2381 * gnus-salt.el: Use with-current-buffer.
2382 (gnus-pick-setup-message): Fix long-standing typo.
2383
bdaf8a62
MB
23842007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
2385
01c52d31
MB
2386 * imap.el (imap-logout-timeout): New variable.
2387 (imap-logout, imap-logout-wait): New functions.
2388 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2389
2390 * nnimap.el (nnimap-logout-timeout): New server variable.
2391 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2392 nnimap-logout-timeout.
2393
bdaf8a62
MB
2394 * gnus-art.el (gnus-article-summary-command-nosave)
2395 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2396
23972007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
2398
2399 * gnus.el (gnus-maximum-newsgroup): New variable.
2400
2401 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2402 according to gnus-maximum-newsgroup.
2403
2404 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
67d0660b
SM
2405 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2406 Limit the range of articles according to gnus-maximum-newsgroup.
bdaf8a62 2407
01c52d31
MB
24082007-08-14 Tassilo Horn <tassilo@member.fsf.org>
2409
2410 * gnus-art.el (gnus-sticky-article): Fixed problems described in
2411 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
2412 Don't perform gnus-configure-windows here; reuse existing sticky
2413 article buffer.
2414
2415 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2416 it doesn't exist in gnus-article-mode.
2417
24182007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
2419
2420 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2421 (gnus-agent-decoded-group-name): New function.
2422 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2423 (gnus-agent-expire-group-1): Use it; decode group name in messages.
2424
24252007-08-12 Tassilo Horn <tassilo@member.fsf.org>
2426
2427 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2428 Add binding for gnus-sticky-article.
2429 (gnus-summary-exit): Don't kill sticky article buffers.
2430
2431 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2432 article buffer.
2433 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2434 (gnus-kill-sticky-article-buffers): New commands.
2435
37cc095b
MB
24362007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
2437
2438 * nntp.el (nntp-xref-number-is-evil): New server variable.
2439 (nntp-find-group-and-number): If it is non-nil, don't trust article
2440 numbers in the Xref header.
2441
01c52d31
MB
24422007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
2443
2444 * gnus-agent.el (gnus-agent-read-group): New function.
2445 (gnus-agent-flush-group, gnus-agent-expire-group)
2446 (gnus-agent-regenerate-group): Use it.
2447 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2448 nnmail-pathname-coding-system.
2449
37cc095b
MB
24502007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
2451
2452 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2453
01c52d31
MB
2454 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2455 that are unread as unread, and also as selected so that information of
2456 marks having been changed by a user may be updated when exiting group.
2457
37cc095b
MB
24582007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
2459
2460 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
2461
01c52d31
MB
24622007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
2463
2464 * gnus-art.el (gnus-mime-display-single): Pass part number that is
2465 calculated ignoring signature parts to gnus-treat-article.
2466
24672007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
2468
2469 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2470 a point here in order to keep the window start.
2471 (gnus-insert-mime-security-button): Make a button overlay without the
2472 front stickiness.
2473 (gnus-mime-display-security): Goto the end of a button.
2474
2475 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2476
24772007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
2478
2479 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2480 group-name-at-point.
2481 (gnus-group-completing-read): New function that offers decoded
2482 non-ASCII group names for completion.
2483 (gnus-fetch-group, gnus-group-read-ephemeral-group)
2484 (gnus-group-jump-to-group, gnus-group-make-group-simple)
2485 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2486 (gnus-group-fetch-control): Use it.
2487 (gnus-fetch-group): Use group-name-at-point for the initial value
2488 rather than the default value; use gnus-alive-p.
2489
2490 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2491 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2492 (gnus-summary-post-news): Use gnus-group-completing-read.
2493
2494 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2495 (gnus-read-move-group-name): Decode group name for completion.
2496
24972007-07-31 Ted Zlatanov <tzz@lifelogs.com>
2498
2499 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2500 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2501 Yamaoka slightly modified the code).
2502
25032007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
2504
2505 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2506 (nnmail-split-incoming): Bind it.
2507
2508 * nnml.el (nnml-group-name-charset): New function.
2509 (nnml-decoded-group-name): Use it; don't decode group name if
2510 nnmail-group-names-not-encoded-p is non-nil.
2511 (nnml-encoded-group-name): New function.
2512 (nnml-group-pathname): Inline nnml-decoded-group-name.
2513 (nnml-request-expire-articles): Decode group name in message.
2514 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2515 nnmail-pathname-coding-system.
2516 (nnml-save-mail, nnml-active-number): Work with decoded group names and
2517 not decoded ones according to nnmail-group-names-not-encoded-p.
2518 (nnml-generate-active-info): Use nnml-encoded-group-name.
2519
3ecd3a56
GM
25202007-08-08 Glenn Morris <rgm@gnu.org>
2521
2522 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2523 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2524 doc-strings and comments.
2525
cacc7b51
GM
25262007-07-25 Glenn Morris <rgm@gnu.org>
2527
2528 * Relicense all FSF files to GPLv3 or later.
2529
01c52d31 25302007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2f62a044 2531
01c52d31
MB
2532 * gnus-sum.el (gnus-summary-move-article): Make
2533 gnus-summary-respool-article work.
2f62a044 2534
f931ce84
MB
25352007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
2536
2537 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2538 string.
2539
880820fe 25402007-07-20 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
2541
2542 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
2543 that should be ignored when comparing distant RSS articles with local
2544 ones.
2545 (nnrss-make-hash-index): New function. Create a hash index according
2546 to the ignored fields.
2547 (nnrss-check-group): Use it.
2548
25492007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
2550
2551 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2552
2553 * gnus-art.el (article-decode-group-name): Decode Xref header too.
2554
2555 * gnus-group.el (gnus-group-make-group): Encode group name here unless
2556 the new optional argument ENCODED is non-nil.
2557 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2558 coding system for encoding group name.
2559 (gnus-group-make-rss-group): Pass un-encoded group name to
2560 gnus-group-make-group.
2561 (gnus-group-set-info): Tell gnus-group-make-group that group name is
2562 encoded.
2563
2564 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2565 Encode group name to which articles are moved or copied.
2566 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2567 coding system for encoding Newsgroup, Followup-To and Xref headers.
2568
2569 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2570 marks; use nnheader-file-coding-system to write a file.
2571 (nnagent-retrieve-headers): Bind file-name-coding-system to
2572 nnmail-pathname-coding-system.
2573
2574 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2575
2576 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2577 (nnml-request-article, nnml-request-create-group)
2578 (nnml-request-rename-group, nnml-find-id)
2579 (nnml-possibly-change-directory, nnml-possibly-create-directory)
2580 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2581 (nnml-save-marks): Use nnml-group-pathname instead of
2582 nnmail-group-pathname.
2583
2584 (nnml-request-create-group, nnml-request-expire-articles)
2585 (nnml-request-move-article, nnml-request-delete-group)
2586 (nnml-deletable-article-p, nnml-possibly-create-directory)
2587 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2588 (nnml-open-marks): Bind file-name-coding-system to
2589 nnmail-pathname-coding-system.
2590
2591 (nnml-request-article): Pass server argument to nnml-find-group-number.
2592 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2593 server argument to nnml-possibly-create-directory.
2594 (nnml-request-accept-article): Pass server argument to
2595 nnml-active-number and nnml-save-mail.
2596 (nnml-find-group-number): Pass server argument to nnml-find-id.
2597 (nnml-request-update-info): Pass server argument to
2598 nnml-marks-changed-p.
2599
2600 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2601 (nnml-save-mail, nnml-active-number): Add server argument.
2602
2603 (nnml-request-delete-group): Warn if group is missing.
2604 (nnml-get-nov-buffer): Decode group name.
2605 (nnml-generate-active-info): Encode group name.
2606 (nnml-open-marks): Decode group name in messages.
2607
26082007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
2609
2610 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2611 if it is not specified.
2612 (gnus-article-pipe-part, gnus-article-save-part)
2613 (gnus-article-interactively-view-part, gnus-article-copy-part)
2614 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2615 (gnus-article-inline-part, gnus-article-save-part-and-strip)
2616 (gnus-article-replace-part, gnus-article-delete-part)
2617 (gnus-article-view-part-as-type): Pass raw prefix argument to
2618 gnus-article-part-wrapper.
2619
26202007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
2621
2622 * gnus-agent.el (gnus-agent-save-active): Bind
2623 nnheader-file-coding-system to gnus-agent-file-coding-system.
2624
2625 * gnus-cache.el (gnus-cache-save-buffers)
2626 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2627 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2628 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2629 (gnus-cache-braid-nov, gnus-cache-braid-heads)
2630 (gnus-cache-generate-active, gnus-cache-rename-group)
2631 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2632 (gnus-cache-update-overview-total-fetched-for): Bind
2633 file-name-coding-system to nnmail-pathname-coding-system.
2634 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2635 variables.
2636 (gnus-cache-decoded-group-name): New function.
2637 (gnus-cache-file-name): Use it.
2638 (gnus-cache-generate-active): Use non-decoded group name for active.
2639
2640 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2641 right place.
2642 (gnus-write-active-file): Don't break non-ASCII group names.
2643
2644 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2645 nnmail-pathname-coding-system.
2646
2647 * gnus-uu.el (gnus-uu-decode-save): Typo.
2648
f931ce84
MB
26492007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
2650
2651 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2652
2f62a044
MB
26532007-07-14 David Kastrup <dak@gnu.org>
2654
2655 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
2656 finishing actions if we did not edit the article.
2657
01c52d31
MB
26582007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2659
2660 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2661 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2662 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2663 (gnus-agent-flush-group, gnus-agent-flush-cache)
2664 (gnus-agent-fetch-headers, gnus-agent-load-alist)
2665 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2666 (gnus-agent-retrieve-headers, gnus-agent-request-article)
2667 (gnus-agent-regenerate-group)
2668 (gnus-agent-update-files-total-fetched-for)
2669 (gnus-agent-update-view-total-fetched-for): Bind
2670 file-name-coding-system to nnmail-pathname-coding-system.
2671 (gnus-agent-group-pathname): Don't encode file names by
2672 nnmail-pathname-coding-system.
2673 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2674 coding-system-for-write instead of buffer-file-coding-system to
2675 gnus-agent-file-coding-system.
2676
2677 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2678 Decode group name.
2679
2680 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2681
2682 * gnus-start.el (gnus-update-active-hashtb-from-killed)
2683 (gnus-read-newsrc-el-file): Make group names unibyte.
2684
2685 * nnmail.el (nnmail-group-pathname): Don't encode file names by
2686 nnmail-pathname-coding-system.
2687
2688 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2689 (nnrss-request-delete-group): Bind file-name-coding-system to
2690 nnmail-pathname-coding-system.
2691 (nnrss-read-server-data, nnrss-read-group-data): Bind
2692 file-name-coding-system correctly.
2693 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2694
2695 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2696 (nntp-server-to-method-cache): New variable.
2697 (nntp-group-pathname): New function that decodes non-ASCII group names.
2698 (nntp-possibly-create-directory, nntp-marks-changed-p)
2699 (nntp-save-marks, nntp-open-marks): Use it.
2700 (nntp-possibly-create-directory, nntp-open-marks):
2701 Bind file-name-coding-system to nnmail-pathname-coding-system.
2702 (nntp-open-marks): Decode group names when bootstrapping marks.
2703
2704 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2705 Newsgroups and Folowup-To headers.
2706
82fe1aed
MB
27072007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2708
2709 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2710 (gnus-server-closed-face, gnus-server-denied-face)
2711 (gnus-server-offline-face): Remove variable.
2712 (gnus-server-font-lock-keywords): Use faces that are not aliases.
2713
01c52d31
MB
2714 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2715 of modifying message-stack directly for XEmacs.
2716
82fe1aed
MB
2717 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2718 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2719 if the coding-system argument is nil for XEmacs.
2720
2721 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2722 mm-charset-override-alist.
2723
2724 * rfc2047.el: Don't require base64; require rfc2045 for the function
2725 rfc2045-encode-string.
2726 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2727 to quote the parameter value.
2728
01c52d31
MB
27292007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
2730
2731 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2732 form in gnus-group-name-charset-method-alist.
2733
2734 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2735 overrides the default layout edit-form.
2736
2737 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2738
2739 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2740
60b0b668
MB
27412007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
2742
2743 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2744 as unfetched articles.
2745
27462007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
2747
2748 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2749
01c52d31
MB
27502007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2751
2752 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2753 original back end that keeps marks in the local system.
2754
60b0b668
MB
27552007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2756
01c52d31
MB
2757 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2758 arg of pop-to-buffer for XEmacs.
2759 (gnus-article-read-summary-keys): Ditto; don't restore window
2760 configuration if summary command ends up with neither article buffer
2761 nor summary buffer; describe bindings if summary keys end with C-h.
2762
27632007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
2764
2765 * message.el (message-fix-before-sending): Skip raw message part to be
2766 forwarded while checking illegible text.
2767 (message-forward-make-body-mime, message-forward-make-body): Mark
2768 signed or encrypted raw message as having no illegible text.
2769
27702007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
2771
2772 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2773 (gnus-message-with-timestamp-1): New macro.
2774 (gnus-message-with-timestamp): New function.
2775 (gnus-message): Use them.
2776
2777 * nnheader.el (nnheader-message): Use them.
2778
27792007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
2780
2781 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2782 .newsrc.eld file.
60b0b668 2783
5cedca8d
MB
27842007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
2785
2786 * gnus-agent.el (gnus-agent-fetch-headers)
2787 (gnus-agent-retrieve-headers): Bind
2788 gnus-decode-encoded-address-function to identity.
2789
2790 * nntp.el (nntp-send-xover-command): Recognize an xover command is
2791 available also when the server returns simply a dot.
2792
2793 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2794
524705ae
MB
27952007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
2796
01c52d31
MB
2797 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2798
27992007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
2800
524705ae
MB
2801 * gnus-ems.el (gnus-x-splash): Make it work.
2802
2803 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2804 from being used.
2805
01c52d31
MB
28062007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
2807
2808 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2809 the front stickiness.
2810 (gnus-article-summary-command-nosave): Correct the order of the
2811 arguments passed to pop-to-buffer.
2812 (gnus-article-read-summary-keys): Ditto; make it work properly when the
2813 summary command ends up with the article buffer.
2814
2815 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2816 the same faces.
524705ae 2817
770edeec
JB
28182007-06-07 Juanma Barranquero <lekktu@gmail.com>
2819
524705ae 2820 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
770edeec 2821
34c5dce5
JB
28222007-06-06 Juanma Barranquero <lekktu@gmail.com>
2823
3e3dc2c3
JB
2824 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2825 * gnus-sum.el (gnus-summary-highlight):
524705ae 2826 * mail-source.el (mail-source-delete-old-incoming-confirm):
3e3dc2c3 2827 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
34c5dce5 2828
524705ae
MB
28292007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
2830
2831 * gnus-art.el (gnus-mime-view-part-externally)
2832 (gnus-mime-view-part-internally): Fix predicate function passed to
2833 completing-read.
2834
01c52d31
MB
2835 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2836
2837 * gnus.el (gnus-update-message-archive-method): Add :version.
2838
28392007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
2840
2841 * gnus.el (gnus-update-message-archive-method): New variable.
2842
2843 * gnus-start.el (gnus-setup-news): Update saved "archive" method
2844 according to gnus-message-archive-method if
2845 gnus-update-message-archive-method is non-nil.
2846
28472007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2848
2849 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
2850 by Loic Dachary <loic@dachary.org>.
2851 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
524705ae 2852
c14dcd06
CY
28532007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
2854
2855 * message.el (message-pop-to-buffer): Add switch-function argument.
2856 (message-mail): Pass switch-function argument to it.
524705ae 2857
01c52d31
MB
28582007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
2859
2860 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2861 Improve doc string.
2862
28632007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
2864
2865 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2866 (gnus-header-content)
2867 * gnus-cite.el (gnus-cite-10)
2868 * gnus-srvr.el (gnus-server-closed)
2869 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2870 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2871 (gnus-group-mail-3-empty, gnus-group-mail-low)
2872 (gnus-group-mail-low-empty, gnus-splash)
2873 * message.el (message-header-to, message-header-cc)
2874 (message-header-subject, message-header-other, message-header-name)
2875 (message-header-xheader, message-separator, message-cited-text)
2876 (message-mml): Lighten colors of faces used for dark background.
2877
28782007-05-24 Simon Josefsson <simon@josefsson.org>
2879
2880 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2881 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
2882
524705ae
MB
28832007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
2884
c9e31f32
SM
2885 * message.el (message-narrow-to-headers-or-head):
2886 Ignore mail-header-separator in the body.
524705ae 2887
01c52d31
MB
28882007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
2889
2890 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2891 same as window size.
2892
28932007-05-22 Kevin Ryde <user42@zip.com.au>
2894
2895 * message.el (message-font-lock-keywords): Use message-header-xheader
2896 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
2897 ahead of the anything pattern, to get it recognised.
2898
880820fe 28992007-05-12 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
2900
2901 * gnus-sum.el (gnus-articles-to-read)
2902 (gnus-summary-insert-old-articles): Don't truncate group name for
2903 `read-string'.
2904
2905 * gnus-util.el (gnus-limit-string): Delete this function.
2906
2907 * gnus-sum.el (gnus-simplify-subject-fully): Use
2908 `truncate-string-to-width' instead.
2909
880820fe 29102007-05-11 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
2911
2912 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
2913 if, on summary exit, the next group has to be selected.
2914 (gnus-summary-exit): Use it.
2915
524705ae
MB
29162007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
2917
2918 * gnus-art.el (gnus-article-mode): Fix comment about displaying
2919 non-break space.
c14dcd06 2920
01c52d31
MB
29212007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
2922
2923 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2924 Check if group is not a directory.
2925 (nnfolder-request-expire-articles): Don't delete articles if the target
2926 group is not available.
2927
2928 * nnml.el (nnml-request-create-group): Properly check if group is not a
2929 file.
2930 (nnml-request-expire-articles): Don't delete articles if the target
2931 group is not available.
2932
2933 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2934 Don't quote characters that are within parentheses.
2935
29362007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
2937
2938 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
2939 (gnus-handle-ephemeral-exit): Select article according to it.
2940
29412007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
2942
2943 * message.el (message-insert-formated-citation-line): Remove newline.
2944 (message-citation-line-format): Add final \n here so that the user can
2945 avoid a blank line.
2946
29472007-05-03 Dan Christensen <jdc@uwo.ca>
2948
2949 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2950 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2951 Update lanl/arXiv support.
596e5f72 2952
01c52d31
MB
29532007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2954
2955 * gnus.el: Bump version number.
2956
29572007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2958
2959 * gnus.el (gnus-version-number): Bump version.
2960
9b3ebcb6 29612007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
01c52d31
MB
2962
2963 * gnus.el: No Gnus v0.6 is released.
2964
29652007-04-27 Didier Verna <didier@xemacs.org>
2966
2967 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
2968 * gmm-utils.el (gmm-regexp-concat): here.
2969 * message.el: Don't require 'gnus-util.
2970 (message-dont-reply-to-names): Handle name change above.
2971 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
2972
29732007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
2974
2975 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
2976 since the initial value varies according to the system.
2977
29782007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
2979
2980 * mm-util.el (mm-charset-synonym-alist): Defcustom.
2981
29822007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
2983
2984 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
2985
29862007-04-24 Didier Verna <didier@xemacs.org>
2987
2988 Improve the type of gnus-ignored-from-addresses.
2989 * gnus-util.el (gnus-orify-regexp): New function.
2990 * message.el (gnus-util): Require it.
2991 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
2992 * gnus-sum.el (gnus-ignored-from-addresses): New function.
2993 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
2994
29952007-04-24 Didier Verna <didier@xemacs.org>
2996
2997 * gnus-sum.el:
2998 * gnus-utils.el: Fix some trailing whitespaces.
2999
30002007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
3001
3002 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3003 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3004 article's Message-ID; refer parent article in summary buffer.
3005
3006 * message.el (message-bounce): Call mime-to-mml.
3007
30082007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
3009
3010 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
596e5f72 3011
6b554e88
MB
30122007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
3013
3014 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3015 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3016 displayed of multipart/alternative part if it is invoked from summary
3017 buffer.
6b554e88
MB
3018
3019 * mm-view.el (mm-inline-text-html-render-with-w3m)
3020 (mm-inline-text-html-render-with-w3m-standalone)
3021 (mm-inline-render-with-function): Use mail-parse-charset by default.
3022
01c52d31
MB
30232007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
3024
3025 * parse-time.el (parse-time-string-chars): Check if CHAR
3026 is less than the length of parse-time-syntax.
3027
30282007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
3029
3030 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3031 from gnus-newsgroup-processable.
3032
30332007-04-16 Didier Verna <didier@xemacs.org>
3034
3035 * gnus-msg.el (gnus-configure-posting-styles): Handle
002876ab 3036 message-signature-directory properly with :file syntax. Reported by
01c52d31
MB
3037 "Leo".
3038
30392007-04-11 Didier Verna <didier@xemacs.org>
3040
3041 New user option: message-signature-directory.
3042 * gnus-msg.el (gnus-configure-posting-styles): Support it.
3043 * message.el (message-insert-signature): Ditto.
3044 * message.el (message-signature-file): Doc update.
3045 * message.el (message-signature-directory): New.
3046
c429815a
MB
30472007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
3048
3049 * gnus-msg.el (gnus-inews-yank-articles): Use
3050 message-exchange-point-and-mark instead of exchange-point-and-mark.
3051
30522007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
3053
3054 * message.el (message-yank-original): Make sure cited text ends with
3055 newline; don't exchange point and mark.
3056
30572007-04-07 Chong Yidong <cyd@stupidchicken.com>
3058
3059 * tls.el (open-tls-stream): Properly handle case where there
3060 is no associated buffer.
3061
c345112e
TTN
30622007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
3063
3064 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3065 message-yank-original, make sure (< mark TEXT point).
3066
8aed9ac5
RS
30672007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
3068
01c52d31
MB
3069 * message.el (message-fill-column): New variable.
3070 (message-mode): Use it. Add comment on a possible new hook.
3071
8aed9ac5
RS
3072 * nnmail.el (nnmail-spool-file): Mark as obsolete.
3073 (nnmail-get-new-mail): Reformat.
3074
3075 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3076
3077 * gmm-utils.el: Fix Commentary.
3078 (gmm-tool-bar-from-list): Fix typo in doc string.
3079
561fb491
TTN
30802007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
3081
01c52d31
MB
3082 * message.el (message-yank-original): Don't switch point and mark
3083 unnecessarily to put point and mark as documented.
3084
30852007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3086
3087 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3088 from the message heads.
3089
30902007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
3091
3092 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3093 article buffer does not have a window. This may not be the best
3094 solution but is certainly better than setting the start of the null,
3095 that is the current, window.
3096
30972007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
3098
3099 * gnus-draft.el (gnus-draft-setup-hook): New hook.
3100 (gnus-draft-setup): Run it.
3101
3102 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3103 gnus-score-fast-scoring. Allow regexp.
3104 (gnus-score-headers): Use it.
3105
3106 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3107 XEmacs.
3108
3109 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3110 string.
3111 (gnus-button-alist): Also catch `<f1> k ...'.
3112 (gnus-treat-display-x-face): Fix doc string.
561fb491 3113
87ba2830
MB
31142007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3115
3116 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3117 evaluation of gnus-extended-version to ensure correct generation of the
3118 User-Agent header when message-generate-headers-first is used.
3119
01c52d31 31202007-03-24 Simon Josefsson <simon@josefsson.org>
87ba2830 3121
01c52d31
MB
3122 * hashcash.el (hashcash-generate-payment-async): Don't crash if
3123 hashcash-path is nil. Don't call callback with incorrect number of
3124 parameters if val is 0.
87ba2830 3125
815b81c8
MB
31262007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3127
3128 * message.el (message-required-news-headers):
3129 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3130
31312007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
3132
3133 * message.el (message-generate-new-buffers): Change the meaning of the
3134 nil value; add `standard' to the choices; treat t as `unique'; improve
3135 doc string.
3136 (gnus-select-frame-set-input-focus): Autoload.
3137 (message-buffer-name): Search for the existing message buffer if
3138 message-generate-new-buffers is nil or `standard'; treat the value t of
3139 message-generate-new-buffers as `unique'.
3140 (message-pop-to-buffer): Raise the frame already displaying the message
3141 buffer; clear the echo area after querying.
3142 (message-setup): Pass the `continue' argument to compose-mail.
3143 (message-mail): Prefer `switch-function' if it is given; search for the
3144 existing message buffer if the `continue' argument is non-nil; pass
3145 continue and switch-function arguments to compose-mail by way of
3146 message-setup.
3147 (message-mail-other-window): Adjust argument of message-setup.
3148 (message-mail-other-frame): Ditto.
3149
01c52d31
MB
31502007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
3151
3152 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3153 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3154 to turn font-lock on when turning gnus-message-citation-mode on.
3155
31562007-03-06 Daiki Ueno <ueno@unixuser.org>
3157
3158 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3159 (mml-smime-function-alist): New variable; add epg as the backend.
3160 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3161 mml-smime- functions instead.
3162 * mm-view.el: Require smime.
3163
31642007-03-05 Didier Verna <didier@xemacs.org>
3165
3166 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3167 instead of just inheritance for posting styles.
3168 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3169
31702007-02-24 John Paul Wallington <jpw@pobox.com>
3171
3172 * tls.el (tls-certtool-program): Fix custom type.
3173
31742007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3175
3176 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3177 and point-at-eol instead of line-(beginning|end)-position.
3178
3179 * assistant.el (assistant-parse-buffer): Ditto.
3180
31812007-02-28 Daiki Ueno <ueno@unixuser.org>
3182
3183 * mml2015.el (mml2015-epg-find-usable-key): New function.
3184 (mml2015-epg-sign): Use it.
3185 (mml2015-epg-encrypt): Use it.
3186
45cb30ee
MB
31872007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3188
3189 * message.el (message-make-in-reply-to): Quote name containing
3190 non-ASCII characters. It will make the RFC2047 encoder cause an error
3191 if there are special characters. Reported by NAKAJI Hiroyuki
82bdbd4d 3192 <nakaji@jp.freebsd.org>.
45cb30ee 3193
01c52d31
MB
31942007-02-27 Didier Verna <didier@xemacs.org>
3195
3196 Include the group parameters as well as the topic ones in the
3197 inheritance filter process.
3198 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3199 argument GROUP-PARAMS-LIST.
3200 * gnus-topic.el (gnus-group-topic-parameters): Use it.
3201
45cb30ee
MB
32022007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
3203
3204 * nntp.el (nntp-never-echoes-commands)
3205 (nntp-open-connection-functions-never-echo-commands): New variables.
3206 (nntp-send-command): Use them.
3207
01c52d31
MB
32082007-02-20 Daiki Ueno <ueno@unixuser.org>
3209
3210 * mml2015.el (mml2015-epg-verify): Simplified.
3211
32122007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
3213
3214 * mml.el (mml-content-disposition-alist): New user option.
3215 (mml-content-disposition): New function.
3216 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3217 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3218
32192007-02-19 Daiki Ueno <ueno@unixuser.org>
3220
3221 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3222 verification.
3223
aa260d63
MB
32242007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3225
3226 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3227 articles posted in the last 24 hours.
3228
c371062c
CY
32292007-02-14 Chong Yidong <cyd@stupidchicken.com>
3230
3231 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3232
880820fe 32332007-02-14 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
3234
3235 * nntp.el (nntp-send-command): Don't wait for echoes when
3236 nntp-open-ssl-stream is used.
3237
32382007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
3239
3240 * gnus-cite.el (gnus-test-font-lock-add-keywords)
3241 (gnus-message-add-citation-keywords)
3242 (gnus-message-remove-citation-keywords): Remove.
3243 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3244 directly, make the variables in font-lock-defaults buffer-local, add
3245 gnus-message-citation-keywords to them and then update the value of
3246 font-lock-keywords.
3247
32482007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
3249
3250 * message.el (message-cite-original-1): Don't call
3251 gnus-article-highlight-citation.
3252
3253 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3254 citations; fix line count.
3255
32562007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
3257
3258 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3259 (gnus-message-add-citation-keywords)
3260 (gnus-message-remove-citation-keywords): Use it; fix the emulating
3261 versions of font-lock-add-keywords and font-lock-remove-keywords to
3262 work with XEmacs correctly.
3263
32642007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
3265
3266 * gnus-cite.el (gnus-cite-face-list): Set the values of
3267 gnus-message-max-citation-depth and gnus-message-citation-keywords.
3268 (gnus-message-max-citation-depth): Use defvar rather than defconst.
3269 (gnus-message-cite-prefix-regexp): New variable.
3270 (gnus-message-search-citation-line): Use it; protect against long
3271 citation prefix; fill match data with nil rather than 0 for XEmacs; set
3272 the 0th match data for Emacs.
3273 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3274 (gnus-message-add-citation-keywords): Append keywords rather than
3275 prepending; emulate font-lock-add-keywords if it is not available.
3276 (gnus-message-remove-citation-keywords): Emulate
3277 font-lock-remove-keywords if it is not available.
3278
3279 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3280
3281 * message.el (message-cite-prefix-regexp): Set the value of
3282 gnus-message-cite-prefix-regexp.
3283
c91f4b83
MB
32842007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3285
3286 * nnweb.el (nnweb-google-parse-1): Update parser.
3287
8f77631e
JB
32882007-01-29 Juanma Barranquero <lekktu@gmail.com>
3289
3290 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3291
41e49ce6
MB
32922007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3293
3294 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3295 regexp.
3296
32972007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
3298
3299 * uudecode.el (uudecode-string-to-multibyte): New function emulating
3300 string-to-multibyte.
3301 (uudecode-decode-region-internal): Use it.
3302
b28080e3
MB
33032007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
3304
3305 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3306 custom choice.
3307
3308 * gnus-art.el (gnus-signature-limit): Fix custom choice.
3309
01c52d31
MB
33102007-01-22 Daiki Ueno <ueno@unixuser.org>
3311
3312 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3313
3314 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3315 `write-region' to respect `mm-inhibit-file-name-handlers'.
3316
b66f54c1
MB
33172007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
3318
3319 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3320 Use gnus-home-directory instead of "~/" or "$HOME".
3321
01c52d31
MB
33222007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
3323
3324 * encrypt.el (encrypt-insert-file-contents): Add better prompt
3325 to mention filename.
3326 Add comments at beginning regarding usage.
3327 (encrypt-write-file-contents): Change interactive so a string is
3328 acceptable. If the file has no associated model, show an error instead
3329 of a nonsense prompt.
3330
33312007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3332
3333 * spam.el (spam-bsfilter-ham-switch): Fix typo.
3334 Thanks to Yoshihiko Yamada for kind notification of this typo.
3335
0d7c8ac4
KH
33362007-01-12 Kenichi Handa <handa@m17n.org>
3337
3338 * uudecode.el (uudecode-decode-region-internal): Make it work in a
3339 multibyte buffer.
651408cb
MB
3340
33412007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
3342
01c52d31
MB
3343 * gnus-score.el (gnus-score-fast-scoring): New variable.
3344 (gnus-score-headers): Use it.
3345
651408cb 3346 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
0d7c8ac4 3347
01c52d31
MB
3348 * message.el (message-cite-original-1): Call
3349 gnus-article-highlight-citation if requested.
60ece9b0 3350 (message-make-from): Allow name and address as optional arguments.
40e902eb 3351
01c52d31 3352 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
40e902eb 3353
01c52d31
MB
3354 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3355 bugs to doc string.
3356 (gnus-button-alist): Add mid\\|message-id.
3357 (gnus-button-fetch-group): Extend for use in
3358 `browse-url-browser-function'.
3359 (gnus-button-url-regexp): Try to catch paired parentheses like in
3360 Wikipedia URLs.
d84c3737 3361
01c52d31
MB
3362 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3363 Suggested by Simon Krahnke <overlord@gmx.li>.
d84c3737 3364
01c52d31 33652007-01-13 Romain Francoise <romain@orebokech.com>
ba361211 3366
01c52d31
MB
3367 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3368 Update copyright.
ba361211 3369
01c52d31 33702007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
ba361211 3371
01c52d31 3372 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
ba361211 3373
01c52d31 33742007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
ba361211 3375
01c52d31
MB
3376 * gnus-registry.el (gnus-registry-unfollowed-groups)
3377 (gnus-registry-split-fancy-with-parent): Fix documentation.
3378
33792007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3380
3381 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3382 from nnweb groups.
3383
33842006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3385
3386 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3387 Xref urls. Erase buffer before requesting head.
3388
3389 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3390
33912007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
3392
3393 * gnus-soup.el (gnus-soup): New custom group. Make user variables
3394 customizable.
3395
33962007-01-05 Daiki Ueno <ueno@unixuser.org>
3397
3398 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3399 no signing key is found.
3400 (mml2015-epg-encrypt): Ask user whether to skip or abort if
3401 no encrypting and/or signing key is found.
3402
34032007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
3404
3405 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3406
34072007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3408
3409 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3410 headers read from disk with the ones newly found in the current search.
3411 This should no longer cause problems, because the article numbers in
3412 Gmane's `nov.php' output are ignored since the previous change.
ba361211
MB
3413
34142007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3415
3416 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3417
34182007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
3419
3420 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3421
01c52d31
MB
34222007-01-01 Romain Francoise <romain@orebokech.com>
3423
3424 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3425
34262006-12-31 Steve Youngs <steve@sxemacs.org>
3427
3428 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3429 `define-minor-mode' macro definition expanded properly.
3430 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3431 exclude it there.
3432
3433 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3434 of 2006-12-30. The default is nil on (S)XEmacs already because of the
3435 `fboundp' test.
3436 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3437 This is OK to autoload in (S)XEmacs now.
3438
34392006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3440
3441 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3442 keystroke.
3443 (gnus-summary-limit-to-singletons): Fix typo.
3444
3445 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3446 else fails.
3447
db629244
MB
34482006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3449
01c52d31
MB
3450 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3451 docstring.
3452
3453 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3454 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3455 (gnus-summary-insert-dormant-articles): Fix typo in message.
3456
34572006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
3458
3459 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3460 nil for XEmacs.
3461 (gnus-message-citation-mode): Don't autoload in XEmacs.
3462
3463 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
db629244 3464
880820fe 34652006-12-29 Jouni K. Seppänen <jks@iki.fi>
11e95b02
MB
3466
3467 * nnimap.el (nnimap-expunge-search-string): Mention
3468 nnimap-search-uids-not-since-is-evil in docstring.
3469
34702006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
3471
3472 * spam.el: Revert to make-obsolete-variable because
3473 define-obsolete-variable-alias is not supported in Emacs 21.
3474
01c52d31
MB
3475 * spam.el (spam-ifile-path, spam-ifile-database-path)
3476 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3477 make-obsolete-variable.
3478 (spam-bsfilter-path, spam-bsfilter-program)
3479 (spam-spamassassin-path, spam-spamassassin-program)
3480 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
3481 use "path" inappropriately.
3482 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3483 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3484 variable names.
3485
11e95b02
MB
34862006-12-28 Daiki Ueno <ueno@unixuser.org>
3487
3488 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3489 summary buffer.
3490
01c52d31
MB
3491 * password.el (password-cache-remove): Use clear-string to burn
3492 password, if available.
11e95b02 3493
01c52d31
MB
34942006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3495
3496 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3497
3498 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3499
3500 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3501 (gnus-message-highlight-citation): Move defcustom here from
3502 gnus-cite.el.
3503 (gnus-message-citation-mode): Autoload.
3504
3505 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
3506 checks to make it compile with XEmacs.
3507 (gnus-message-citation-mode): New minor mode.
3508 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3509 (gnus-message-highlight-citation): New variables.
3510 (gnus-message-search-citation-line)
3511 (gnus-message-add-citation-keywords)
3512 (gnus-message-remove-citation-keywords)
3513 (turn-on-gnus-message-citation-mode)
3514 (turn-off-gnus-message-citation-mode): New functions.
3515
35162006-12-26 Oliver Scholz <epameinondas@gmx.de>
3517
3518 * gnus-cite.el: Enable highlighting of different citation levels in
3519 message-mode.
11e95b02
MB
3520
35212006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3522
3523 * message.el (message-make-fqdn): Fix comment.
3524 (message-bogus-system-names): Add ".local".
3525
3526 * spam.el (spam-ifile-path, spam-ifile-program)
3527 (spam-ifile-database-path, spam-ifile-database)
3528 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3529 Don't use "path" inappropriately.
3530 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3531 strings.
3532 (spam-check-ifile, spam-ifile-register-with-ifile)
3533 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3534 new variable names.
3535
3536 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3537 (gnus-treat-display-smileys): Simplify using
3538 gnus-image-type-available-p.
3539
3540 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3541 available.
3542
35432006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3544
3545 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3546 one after turning on the buffer's multibyteness instead of decoding
3547 them directly in the unibyte buffer that causes unexpected conversion
3548 in Emacs 23 (unicode).
3549
01c52d31
MB
35502006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3551
3552 * message.el (message-generate-hashcash): Fix custom type.
3553
35542006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3555
3556 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3557
9b9e104e
MB
35582006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3559
3560 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3561 disconnect icons. Add help text.
3562
01c52d31
MB
35632006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
3564
3565 * spam.el (spam-extra-header-to-number): CRM114 spam score is
3566 negated to be consistent with the others we handle.
3567
35682006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3569
3570 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3571 version of gnus-summary-buffer to something, so that we can use two
3572 article buffers at the same time.
3573
35742006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
3575
3576 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3577 trigger all the extra headers.
3578 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3579 sorting.
3580
35812006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3582
3583 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3584 solid groups.
3585
bcd3e063
MB
35862006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
3587
3588 * legacy-gnus-agent.el: Add Copyright notice.
3589
82e5f93f
CY
35902006-12-12 Chong Yidong <cyd@stupidchicken.com>
3591
3592 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3593
01c52d31
MB
35942006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3595
3596 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3597
3598 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3599 to make it work reliably in CVS Emacs.
3600 (gnus-summary-limit-strange-charsets-predicate)
3601 (gnus-summary-limit-to-predicate): New functions.
3602
f88e76a8
CY
36032006-12-08 Chong Yidong <cyd@stupidchicken.com>
3604
3605 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3606 specifying array size.
3607 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3608 array if it is too small.
3609 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3610 (gnus-sort-threads-loop): New function.
3611
e925d5ae 36122006-12-06 Chris Moore <dooglus@gmail.com>
04b61ae9
JB
3613
3614 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3615 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3616
880820fe 36172006-12-04 Jouni K. Seppänen <jks@iki.fi>
3aa84d30
MB
3618
3619 * mm-url.el (mm-url-predefined-programs): Call curl with correct
3620 options.
3621
01c52d31
MB
36222006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3623
3624 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3625 DOS-ing the recipient.
3626
3627 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3628 the headers when creating the mapping to avoid mismappings.
3629 (nnweb-gmane-create-mapping): Always nix out old mapping.
3630
36312006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3632
3633 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3634 and mm-verify-option to never.
3635
5538c331
MB
36362006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3637
01c52d31
MB
3638 * message.el (message-signed-or-encrypted-p): New function.
3639 (message-forward-make-body): Use it.
3640
3641 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3642 Replace encode-coding-string with mm-encode-coding-string.
5538c331
MB
3643
36442006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
3645
3646 * nneething.el (nneething-decode-file-name): Replace
3647 decode-coding-string with mm-decode-coding-string.
3648
01c52d31
MB
3649 * gnus-int.el (gnus-open-server): Say failed server's name.
3650
550831ed
JB
36512006-11-24 Juanma Barranquero <lekktu@gmail.com>
3652
3653 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3654 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3655
3656 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3657 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3658 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3659 (gnus-group-make-directory-group, gnus-group-transpose-groups):
3660 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3661 (gnus-subscribe-newsgroup, gnus-1):
3662 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3663 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3664 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3665 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3666
01c52d31
MB
36672006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3668
3669 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3670 keystroke.
3671 (gnus-summary-limit-to-bodies): Implement headersp.
3672
36732006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3674
3675 * dns.el (query-dns): Protect against "Process dns deleted" strings.
3676
e8f0f70d
MB
36772006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
3678
3679 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3680
01c52d31
MB
36812006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3682
3683 * message.el (message-generate-hashcash): Expand range of values to
3684 include `opportunistic'.
3685 (message-send-mail): Use it.
3686
b07e0143
MB
36872006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3688
3689 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3690 and comment it.
3691
3692 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3693
4573e0df
MB
36942006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
3695
3696 * gnus-util.el (gnus-extract-address-components): Improve comment.
3697
36982006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3699
3700 * gnus-util.el (gnus-extract-address-components): Work with address in
3701 which the name portion contains @.
3702
37032006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3704
3705 * gnus.el (gnus-start): Move custom group up.
3706 (gnus-select-method): Don't autoload, but make it available for
3707 `customize-variable'.
3708 (gnus-getenv-nntpserver): Don't autoload.
3709
01c52d31
MB
37102006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
3711
3712 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3713
37142006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3715
3716 * message.el (message-sendmail-extra-arguments): New variable.
3717 (message-send-mail-with-sendmail): Use it.
3718
4573e0df
MB
37192006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3720
3721 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3722 mm-with-unibyte-current-buffer to make string unibyte.
3723
3724 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3725 mm-string-as-multibyte.
3726
01c52d31
MB
37272006-11-14 Daiki Ueno <ueno@unixuser.org>
3728
3729 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3730 Reported by Werner Koch <wk@gnupg.org>.
3731
37322006-11-14 Daiki Ueno <ueno@p360>
3733
3734 * mml2015.el: Autoload epa-select-keys when compiling.
3735
37362006-11-13 Daiki Ueno <ueno@unixuser.org>
3737
3738 * mml2015.el (mml2015-epg-sign): Save the signing keys in
3739 message-options.
3740 (mml2015-epg-encrypt): Save the recipient keys in message-options.
3741
37422006-11-13 Daiki Ueno <ueno@unixuser.org>
3743
3744 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3745 EasyPG (< 0.0.6).
3746 (mml2015-always-trust): New user option.
3747 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3748 prompt.
3749
37502006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3751
3752 * nntp.el (nntp-authinfo-force): New variable.
3753 (nntp-send-authinfo): Use it.
3754
4573e0df
MB
37552006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
3756
01c52d31
MB
3757 * message.el (message-strip-subject-encoded-words): Allow _not_ to
3758 decode encoded words. Improve prompt. Add comment about forwarding.
3759 (message-replacement-char): Move up.
4573e0df
MB
3760
37612006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3762
3763 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3764 instead of gnus-intersection because arguments of gnus-sorted-nunion
3765 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
3766
01c52d31
MB
37672006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
3768
3769 * message.el (message-strip-subject-encoded-words): Reformat prompt.
3770 (message-simplify-subject-functions): Enable
3771 message-strip-subject-encoded-words by default.
3772
37732006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
3774
3775 * message.el (message-strip-subject-encoded-words): New function
3776 (message-simplify-subject-functions): New variable.
3777 (message-simplify-subject): Use it. Fix typo in doc string.
3778 Support message-strip-subject-encoded-words.
3779
06856b12
JB
37802006-11-03 Juanma Barranquero <lekktu@gmail.com>
3781
3782 * gnus-diary.el (gnus-diary-delay-format-function):
3783 * nndiary.el (nndiary-reminders):
3784 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3785
b193caa3
MB
37862006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
3787
3788 * gnus-art.el (article-hide-boring-headers): Fetch date from
3789 gnus-original-article-buffer to avoid problems with localized date
3790 strings.
3791
37922006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
3793
3794 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3795
ab785936
MB
37962006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
3797
06856b12
JB
3798 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3799 New variables.
ab785936
MB
3800 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3801 (mm-charset-synonym-alist): Move some entries to
3802 mm-codepage-iso-8859-list.
3803 (mm-charset-synonym-alist, mm-charset-override-alist): Add
3804 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3805
b90a6149
MB
38062006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3807
3808 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3809
38102006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
3811
3812 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3813 with Emacs 21 and XEmacs.
3814
01c52d31
MB
38152006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
3816
3817 * spam.el (spam-parse-address): New function for better parsing,
3818 catching errors, etc.
3819 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3820
b90a6149
MB
38212006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
3822
3823 * mm-view.el: Add interactive arg to html2text autoload.
3824
38252006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
3826
3827 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3828
01c52d31
MB
38292006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
3830
3831 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3832 variables.
3833 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3834 (mm-charset-synonym-alist): Move some entries to
3835 mm-codepage-iso-8859-list.
3836
3837 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3838
38392006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
3840
3841 * message.el (message-citation-line-format)
3842 (message-insert-formated-citation-line): Fix implementation of %E, %N
3843 and %n according to the doc string.
3844
38452006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
3846
3847 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3848 car-safe to avoid bad parses.
3849
c86d4601
MB
38502006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3851
3852 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3853 names.
3854
3855 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3856
38572006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3858
01c52d31
MB
3859 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3860 header.
3861
3862 * message.el (message-draft-headers): Add Date.
3863 (message-headers-to-generate): Fix typo in docstring.
3864
3865 * nndraft.el (nndraft-required-headers): New variable.
3866 (nndraft-generate-headers): Use it.
3867
3868 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3869
38702006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3871
3872 * gnus-registry.el (gnus-registry-wash-for-keywords)
3873 (gnus-registry-find-keywords): New functions to allow easy searching of
3874 articles that are in the registry.
3875
38762006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3877
3878 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3879 ietf-drums-parse-address instead of gnus-extract-address-components.
3880 Reported by Damien Elmes <damien@repose.cx>.
c86d4601
MB
3881
38822006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
3883
3884 * gnus.el (gnus-mime): Remove unused custom group.
3885
92edaeed
MB
38862006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3887
3888 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
3889 "blank line" when searching for end of armor headers.
3890
38912006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3892
3893 * gmm-utils.el (gmm-write-region): Fix variable name.
3894
38952006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
3896
3897 * gmm-utils.el (gmm-write-region): New function based on compatibility
3898 code from `mm-make-temp-file'.
3899
3900 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
3901
3902 * nnmaildir.el (nnmaildir--update-nov)
3903 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
3904 Use `gmm-write-region'.
3905
996aa8c1
MB
39062006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
3907
01c52d31
MB
3908 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
3909 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3910
3911 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
3912
3913 * message.el (message-replacement-char): New variable.
3914 (message-fix-before-sending): Use it.
3915 (message-simplify-subject): New function to remove duplicate code.
3916 (message-reply, message-followup): Use it.
3917
996aa8c1
MB
3918 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
3919 gnus-summary-limit-to-articles.
3920
01c52d31 39212006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
996aa8c1 3922
01c52d31 3923 * gnus-util.el (gnus-with-local-quit): New macro.
996aa8c1 3924
01c52d31 3925 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
996aa8c1 3926
01c52d31 39272006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 3928
01c52d31
MB
3929 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
3930 ignore non-string data.
996aa8c1 3931
01c52d31 39322006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 3933
01c52d31
MB
3934 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
3935 non-string data (needs to be done in the registry too).
996aa8c1 3936
01c52d31 39372006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 3938
01c52d31
MB
3939 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
3940 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
3941 (gnus-registry-split-fancy-with-parent)
3942 (gnus-registry-fetch-simplified-message-subject-fast)
3943 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
3944 Remove text properties on ingress into the registry and when it's saved.
3945 (gnus-registry-clean-empty-function): Fix bug with cleaning the
3946 registry from entries with no groups.
996aa8c1 3947
01c52d31 39482006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 3949
01c52d31
MB
3950 * gnus-util.el (gnus-string-remove-all-properties): Add utility
3951 function to remove string properties.
996aa8c1 3952
67099291
MB
39532006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
3954
3955 * gmm-utils.el (gmm): Adjust custom version.
3956
3957 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
3958 custom version.
3959
3960 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
3961
01c52d31
MB
39622006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
3963
3964 * gnus-art.el (gnus-insert-prev-page-button)
3965 (gnus-insert-next-page-button): Simplify. Reformat.
3966
39672006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3968
3969 * gnus-art.el (gnus-insert-prev-page-button)
3970 (gnus-insert-next-page-button): Apply gnus-article-button-face.
3971
94019f61
CY
39722006-09-25 Chong Yidong <cyd@stupidchicken.com>
3973
3974 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
3975
01c52d31
MB
39762006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3977
3978 (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
3979 gnus-article-button-face to MIME and security buttons.
3980
39812006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
3982
3983 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
3984 readable.
3985
39862006-09-20 Steve Youngs <steve@sxemacs.org>
3987
3988 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
3989 `browse-url-of-file' instead of `browse-url'.
3990
0327a464
MB
39912006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3992
3993 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3994 regexp. Articles containing quotation were cut prematurely.
3995
39962006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
3997
01c52d31
MB
3998 * message.el (message-cite-original-1): Use nobody by default for the
3999 value of From header.
0327a464
MB
4000 (message-reply): Ditto.
4001
01c52d31
MB
40022006-09-11 Daiki Ueno <ueno@unixuser.org>
4003
4004 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4005 to the gnus-info. This fixes a bug of inline-PGP message verification.
4006 Reported by Michael Piotrowski <mxp@dynalabs.de>.
4007
b110774a
MB
40082006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
4009
4010 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4011 mails in the doc string. Add some URLs in comment.
01c52d31 4012 (pop3-movemail): Warn about pop3-leave-mail-on-server.
b110774a
MB
4013
40142006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
4015
4016 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4017 backslashes handling and the way to find boundaries of quoted strings.
4018
01c52d31
MB
40192006-09-07 Daiki Ueno <ueno@unixuser.org>
4020
4021 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4022 mml1991-encrypt-to-self is set and mml1991-signers is not set.
4023 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4024 mml2015-encrypt-to-self is set and mml2015-signers is not set.
4025
676c1893
RS
40262006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
4027
01c52d31
MB
4028 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
4029 doc string.
4030 (gnus-button-regexp, gnus-button-last): Remove unused variables.
4031
40322006-09-06 Simon Josefsson <jas@extundo.com>
4033
4034 * mml2015.el (mml2015-use): Doc fix, mention epg.
4035
40362006-09-06 Daiki Ueno <ueno@unixuser.org>
4037
4038 * mml2015.el (mml2015-use): Default to epg, if available.
4039
40402006-09-06 Daiki Ueno <ueno@unixuser.org>
4041
4042 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4043 message-sender.
4044 (mml1991-epg-encrypt): Ditto.
4045 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4046 message-sender.
4047 (mml2015-epg-encrypt): Ditto.
676c1893 4048
de4fbbe4
CY
40492006-09-04 Chong Yidong <cyd@stupidchicken.com>
4050
4051 * message.el (message-send-mail-with-sendmail): Look for sendmail in
4052 several common directories.
4053
01c52d31
MB
40542006-09-05 Daiki Ueno <ueno@unixuser.org>
4055
4056 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4057 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4058
d7093904
MB
40592006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
4060
8fbdffe5
MB
4061 * gnus-art.el (article-decode-encoded-words): Make it fast.
4062
40632006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
4064
4065 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4066
d7093904
MB
4067 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4068 in quoted string into `\'.
4069
343d6628
MB
40702006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4071
4072 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4073 Use standard-syntax-table.
4074
40752006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4076
4077 * gnus-art.el (gnus-decode-address-function): New variable.
4078 (article-decode-encoded-words): Use it to decode headers which are
4079 assumed to contain addresses.
4080 (gnus-mime-delete-part): Remove useless `or'.
4081
4082 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4083 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4084 (gnus-nov-parse-line): Use it to decode From header.
4085 (gnus-get-newsgroup-headers): Ditto.
4086 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4087
4088 * mail-parse.el (mail-decode-encoded-address-region): New alias.
4089 (mail-decode-encoded-address-string): New alias.
4090
4091 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4092 New function.
4093 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4094 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4095 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4096 (rfc2047-decode-string): Ditto.
4097 (rfc2047-decode-address-region): New function.
4098 (rfc2047-decode-address-string): New function.
4099
01c52d31
MB
41002006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
4101
4102 * message.el (message-caesar-buffer-body): Allow rotating headers.
4103
4104 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4105
4106 * message.el (message-insert-formated-citation-line): Fix %f.
4107 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4108
41092006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
4110
4111 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4112 (gnus-bookmark-mouse-available-p): New macro.
4113 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4114 (gnus-bookmark-bmenu-show-infos): Use it.
4115 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4116 (gnus-bookmark-bmenu-hide-infos): Ditto.
4117 (gnus-bookmark-remove-properties): New function.
4118 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4119 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4120 (gnus-bookmark-write-file): Bind coding-system-for-write.
4121 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4122 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4123 group before selecting it.
4124 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4125 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4126 quit-window if it is not available; use gnus-mouse-2 and bind it to
4127 gnus-bookmark-bmenu-select-by-mouse.
4128 (gnus-bookmark-show-details): Remove unused variable `details-list'.
4129 (gnus-bookmark-bmenu-select-by-mouse): New function.
6c5d6b6c 4130
5dab7628
RF
41312006-08-13 Romain Francoise <romain@orebokech.com>
4132
4133 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4134 space.
4135
5ebdc299
MB
41362006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4137
4138 * compface.el (uncompface): Use binary rather than raw-text-unix.
4139
41402006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4141
4142 * compface.el (uncompface): Make sure the eol conversion doesn't take
4143 place when communicating with the external programs. Reported by
4144 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4145
41462006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
4147
4148 * nnheader.el (nnheader-insert-head): Fix typo in comment.
4149
41502006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4151
4152 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4153 Make it more robust by parsing author and date independently.
4154
ebf693f3
MB
41552006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
4156
4157 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4158
01c52d31
MB
41592006-07-28 Daiki Ueno <ueno@unixuser.org>
4160
4161 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4162 first matching secret key.
4163 (mml2015-epg-encrypt): Ditto.
4164
4165 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4166 first matching secret key.
4167 (mml1991-epg-encrypt): Ditto.
4168
4169 * mml2015.el (mml2015-encrypt-to-self): New user option.
4170 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4171 mml2015-epg-encrypt-to-self is set.
4172
4173 * mml1991.el (mml1991-encrypt-to-self): New variable.
4174 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4175 mml1991-epg-encrypt-to-self is set.
4176
4177 * mml2015.el (mml2015-signers): New user option.
4178 (mml2015-epg-sign): Reflect the value of mml2015-signers.
4179 (mml2015-epg-encrypt): Allow to select signing keys.
4180
4181 * mml1991.el (mml1991-signers): New variable.
4182 (mml1991-epg-sign): Reflect the value of mml1991-signers.
4183 (mml1991-epg-encrypt): Allow to select signing keys.
4184
ebf693f3
MB
41852006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
4186
4187 * nnheader.el (nnheader-insert-head): Make it work even if the file
4188 uses CRLF for the line-break code.
4189
01c52d31
MB
41902006-07-25 Daiki Ueno <ueno@unixuser.org>
4191
4192 * mml2015.el: Require mml-sec instead of password.
4193 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4194 (mml2015-cache-passphrase): Inherit the default value from
4195 mml-secure-cache-passphrase.
4196 (mml2015-passphrase-cache-expiry): Inherit the default value from
4197 mml-secure-passphrase-cache-expiry.
4198
4199 * mml1991.el: Require mml-sec instead of password.
4200 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4201 (mml1991-cache-passphrase): Inherit the default value from
4202 mml-secure-cache-passphrase.
4203 (mml1991-passphrase-cache-expiry): Inherit the default value from
4204 mml-secure-passphrase-cache-expiry.
4205
4206 * mml-sec.el: Require password.
4207 (mml-secure-verbose): New user option.
4208 (mml-secure-cache-passphrase): New user option.
4209 (mml-secure-passphrase-cache-expiry): New user option.
4210
42112006-07-24 Daiki Ueno <ueno@unixuser.org>
4212
4213 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4214 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
880820fe 4215 andreas@altroot.de (Andreas Vögele).
01c52d31
MB
4216
4217 FIXME: Use `tiny change'?
4218
bd876f90
MB
42192006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4220
4221 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4222 workaround for the url package included with Emacs.
4223
4224 * nnweb.el (nnweb-google-create-mapping): Update regexp.
4225
01c52d31
MB
42262006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
4227
4228 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4229 correctly. This fixes a bug caused by the 2006-05-12 change.
4230
06dc8321
KF
42312006-07-18 Karl Fogel <kfogel@red-bean.com>
4232
4233 * nnmail.el (nnmail-article-group): If splitting raises an error, give
4234 some information about the error when saying that the `bogus' mail
4235 group will be used.
4236
7ce31649
MB
42372006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
4238
4239 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4240 string.
4241
b44409c9
MB
42422006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
4243
4244 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4245
763bb2d4
MB
42462006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4247
4248 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4249
01c52d31
MB
42502006-07-10 Daiki Ueno <ueno@unixuser.org>
4251
4252 * mml1991.el (mml1991-function-alist): Add epg.
4253 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4254 (mml1991-epg-encrypt): New functions.
4255
42562006-07-10 Daiki Ueno <ueno@unixuser.org>
4257
4258 * mml2015.el (mml2015-verbose): New variable.
4259 (mml2015-cache-passphrase): Ditto.
4260 (mml2015-passphrase-cache-expiry): Ditto.
4261 (mml2015-function-alist): Add epg.
4262 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4263 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4264 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4265 functions.
4266
42672006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4268
4269 * message.el (message-cite-original-1): Preserve region when removing
4270 quoted text due to X-No-Archive in order to avoid bogus attribution
4271 when citing multiple messages.
4272
42732006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4274
4275 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
4276 Kenneth Jacker <khj@be.cs.appstate.edu>.
4277
827dc73d
MB
42782006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
4279
4280 * gnus-diary.el (gnus-user-format-function-d)
4281 (gnus-user-format-function-D): Autoload.
4282
01c52d31 4283 * imap.el (Commentary): Fix typo.
827dc73d 4284
01c52d31
MB
4285 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4286 2006-04-22 contribution.
4287
42882006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4289
4290 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4291 It didn't really fix the bogosity I'm seeing with solid web groups.
4292
42932006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4294
4295 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4296 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4297 created using server names. If we use the feature without declaring
4298 it, Gnus does not properly manage server and group state.
4299
4300 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4301 bound.
4302
43032006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4304
4305 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4306 looking up the method using GROUP's prefix before inventing a new one.
4307 It is used on killed/unknown groups in various places where returning
4308 an all-new method isn't expected by the caller.
4309
4310 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4311 and match semantics of gnus-group-real-prefix.
4312
43132006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
4314
4315 * nnmail.el (nnmail-broken-references-mailers): New variable.
4316 (nnmail-ignore-broken-references): New function generalizing
4317 nnmail-fix-eudora-headers.
4318 (nnmail-fix-eudora-headers): Now obsolete.
4319
4320 * gnus-art.el (gnus-button-handle-custom): Support
4321 `customize-apropos*'.
4322
43232006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4324
4325 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4326
4327 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4328 articles.
4329
43302006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
4331
4332 * message.el (message-cite-reply-above): New variable.
4333 (message-yank-original): Use it.
827dc73d 4334
a367620f
MB
43352006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
4336
4337 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4338
01c52d31
MB
43392006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
4340
4341 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4342 as read.
4343
4344 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4345
43462006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
4347
4348 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4349 (gnus-bookmark-default-file): Use gnus-directory.
4350 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4351 Remove "*" in doc string.
4352 (gnus-bookmark-write-file): Simplify.
4353 (gnus-bookmark-maybe-sort-alist): Use `when'.
4354 (gnus-bookmark-get-bookmark): Fix typo in doc string.
4355 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4356 FIXME about Emacs 21 and XEmacs compatibility.
4357 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4358 compatibility.
4359 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4360 compatibility.
4361 (gnus-bookmark-menu-heading): Fix version.
4362
43632006-06-19 Bastien Guerry <bzg@altern.org>
4364
4365 * gnus-bookmark.el: New file.
4366
5cfd0f2e
MB
43672006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
4368
4369 * message.el (message-syntax-checks): Doc fix.
4370
01c52d31
MB
43712006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4372
4373 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4374 unsubscribed groups as if they were killed ones. It causes duplicate
4375 entries in gnus-newsrc-alist.
4376
f362b760
MB
43772006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
4378
4379 * message.el (message-syntax-checks): Doc fix.
4380 (message-send-mail): Add check for continuation headers.
4381 (message-check-news-header-syntax): Fix regexp used to check for
4382 continuation headers.
4383
43842006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
4385
4386 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4387
01c52d31
MB
43882006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
4389
4390 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4391
43922006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
4393
4394 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4395 default-truncate-lines.
4396
26c9afc3
MB
43972006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
4398
4399 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4400 to fill the utf-8 entry.
4401
01c52d31 44022006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
26c9afc3 4403
01c52d31
MB
4404 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4405
44062006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
4407
4408 * gnus-agent.el (directory-files-and-attributes): Move all the way
4409 forward (the third and final move).
4410 (gnus-agent-read-agentview): Trap reconstruction errors due to
4411 nonexistant directory. Handle by returning nil.
4412
44132006-05-30 Didier Verna <didier@xemacs.org>
4414
4415 * message.el (message-dont-reply-to-names): Update the custom type.
4416 * message.el (message-dont-reply-to-names): New defsubst: potentially
4417 convert a list of regexps into a single one.
4418 * message.el (message-get-reply-headers): Use it.
4419 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4420
44212006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
4422
4423 * gnus-agent.el (directory-files-and-attributes): Move forward.
26c9afc3
MB
4424
44252006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4426
4427 * gnus-ml.el (gnus-mailing-list-subscribe)
4428 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4429 (gnus-mailing-list-message): Fix doc strings.
4430
44312006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4432
4433 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4434 of doing it manually.
4435
01c52d31
MB
44362006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4437
4438 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4439 comment.
4440
26c9afc3
MB
44412006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
4442
002876ab 4443 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
01c52d31 4444 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
26c9afc3
MB
4445 (gnus-agent-read-local): All symbols allocated in my-obarray
4446 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4447 (gnus-agent-regenerate-group): Check numeric names to see if they are
4448 messages or groups.
01c52d31
MB
4449 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4450 better way of do this...)
4451
4452 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4453 'dummy.group' (there should be a better way of do this...)
26c9afc3
MB
4454
44552006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
4456
4457 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4458 (gnus-saved-headers): Ditto.
01c52d31 4459 (gnus-default-article-saver): Mention functions may have properties.
26c9afc3
MB
4460 (gnus-article-save): Override gnus-save-all-headers and
4461 gnus-saved-headers by :headers property which saver function may have.
01c52d31
MB
4462 (gnus-summary-save-in-file): Add :headers property.
4463 (gnus-summary-write-to-file): Ditto.
4464
4465 * gnus-sum.el (gnus-summary-save-article): Bind
4466 gnus-prompt-before-saving to t when saving many articles in a file;
4467 always show all headers.
4468
44692006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4470
4471 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4472 marks.
4473
4474 * message.el (message-indent-citation): Add optional arguments to allow
4475 using it outside of message buffers.
4476
4477 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4478 (gnus-article-treat-unfold-headers): Use it.
4479 (gnus-article-truncate-lines): New variable.
4480 (gnus-article-mode): Use it.
4481 (gnus-article-toggle-truncate-lines): New function.
4482
4483 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4484 gnus-article-toggle-truncate-lines.
4485
4486 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4487 coding system in XEmacs, use binary.
4488
44892006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
4490
4491 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4492 after-load-alist.
4493
4494 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4495 this function should save decoded articles.
4496 (gnus-summary-write-to-file): Use property to specify this function
4497 should save decoded articles and specify gnus-summary-save-in-file
4498 should be used to save articles other than the first one when saving
4499 many articles.
4500 (gnus-summary-save-body-in-file): Use property to specify this
4501 function should save decoded articles.
4502 (gnus-summary-write-body-to-file): Use property to specify this
4503 function should save decoded articles and specify
4504 gnus-summary-save-body-in-file should be used to save articles other
4505 than the first one when saving many articles.
4506
4507 * gnus-sum.el (gnus-summary-save-article): Simplify.
4508
45092006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
4510
4511 * gnus-art.el (gnus-default-article-saver): Add
4512 gnus-summary-write-body-to-file.
4513 (gnus-article-save-coding-system): Don't use coding system object
4514 in XEmacs.
26c9afc3
MB
4515 (gnus-read-save-file-name): Add optional `dir-var' argument which
4516 specifies directory in which files are saved; work even if optional
4517 `variable' argument is not specified.
01c52d31
MB
4518 (gnus-summary-write-to-file): Read file name.
4519 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4520 (gnus-summary-write-body-to-file): New function.
26c9afc3
MB
4521
4522 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4523 (gnus-summary-local-variables): Add it.
4524 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
01c52d31
MB
4525 (gnus-summary-save-article): Remove optional `decode' argument;
4526 determine whether to decode articles by the value of
4527 gnus-default-article-saver; when saving many files using
4528 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4529 it first and use gnus-summary-save-in-file or
4530 gnus-summary-save-body-in-file thereafter unless
4531 gnus-prompt-before-saving is always; move point to article which
4532 will be saved.
4533 (gnus-summary-save-article-file): Revert.
4534 (gnus-summary-write-article-file): Revert.
4535 (gnus-summary-save-article-body-file): Revert.
26c9afc3
MB
4536 (gnus-summary-write-article-body-file): New function.
4537
45382006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4539
01c52d31 4540 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
26c9afc3 4541
01c52d31 45422006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
26c9afc3 4543
01c52d31
MB
4544 * gnus-art.el (gnus-default-article-saver): Doc fix.
4545 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4546 from gnus-summary-save-article-coding-system, and default to a
4547 certain coding system.
4548 (gnus-output-to-file): Add coding cookie and encode text according
4549 to gnus-article-save-coding-system; don't use mm-append-to-file.
26c9afc3 4550
01c52d31
MB
4551 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4552 gnus-art.el and rename to gnus-article-save-coding-system.
4553 (gnus-summary-save-article): Require gnus-art; don't show all
4554 headers if it decodes articles; don't add coding cookie here;
4555 don't bind mm-text-coding-system-for-write.
4556 (gnus-summary-save-article-file): Save decoded articles.
4557 (gnus-summary-write-article-file): When saving many files, use
4558 gnus-summary-write-to-file first and gnus-summary-save-in-file
4559 thereafter unless gnus-prompt-before-saving is always.
4560 (gnus-summary-save-article-body-file): Save decoded articles.
26c9afc3 4561
01c52d31 45622006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
26c9afc3 4563
01c52d31 4564 * nnrss.el (nnrss-check-group): Bind hash-index.
26c9afc3 4565
880820fe 45662006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
01c52d31
MB
4567
4568 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4569 its hash index. Store this hash in `nnrss-group-data'.
4570 (nnrss-read-group-data): Update accordingly.
4571
45722006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4573
4574 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4575 entry.
4576
4577 * gnus-sum.el (gnus-summary-make-menu-bar): Add
4578 gnus-article-browse-html-article.
4579
45802006-05-23 Hynek Schlawack <hynek@ularx.de>
4581
4582 * gnus-sum.el (gnus-summary-mime-map): Add
4583 gnus-article-browse-html-article.
45842006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4585
4586 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4587 suitable coding systems in customize.
4588
45892006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4590
4591 * mail-source.el (mail-sources): Fix custom type.
26c9afc3 4592
d7ba2a01
RS
45932006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
4594
f18df03d
MB
4595 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4596 (gnus-summary-expire-articles-now): Shorten prompt.
4597
d7ba2a01
RS
4598 * gmm-utils.el (wid-edit): Require.
4599 (defun-gmm): Renamed from `gmm-defun-compat'.
4600 (gmm-image-search-load-path): Use it.
4601 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
4602
01c52d31
MB
46032006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
4604
4605 * gnus-sum.el (gnus-summary-save-article-coding-system): New
4606 variable.
4607 (gnus-summary-save-article): Add optional `decode' argument. If
4608 it is set and gnus-summary-save-article-coding-system is non-nil,
4609 save decoded article.
4610 (gnus-summary-write-article-file): Save decoded article if
4611 gnus-summary-save-article-coding-system is non-nil.
4612
4613 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4614 type.
4615
46162006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4617
4618 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4619
46202006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4621
4622 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4623 first to test gnus-single-article-buffer which may be buffer-local.
4624
4625 * gnus-sum.el (gnus-summary-setup-buffer): Make
4626 gnus-single-article-buffer buffer-local and nil in ephemeral
4627 group; make gnus-article-buffer, gnus-article-current, and
4628 gnus-original-article-buffer always buffer-local.
4629 (gnus-summary-exit): Kill article buffer belonging to ephemeral
4630 group.
4631 (gnus-handle-ephemeral-exit): Don't move to next summary line.
4632
46332006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
4634
4635 * nnml.el (nnml-request-compact-group): Compressed files might not
4636 have .gz extension.
4637
54e573e6
MB
46382006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4639
4640 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4641 (mm-copy-to-buffer): Use with-current-buffer.
4642 (mm-display-part): Simplify.
4643 (mm-inlinable-p): Add optional arg `type'.
4644
01c52d31
MB
46452006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4646
49c7d1ac 4647 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
54e573e6
MB
4648 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4649 Try harder to show the attachment internally or externally using
4650 gnus-mime-view-part-as-type.
4651
01c52d31 46522006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
54e573e6 4653
01c52d31
MB
4654 * message.el (message-from-style, message-signature-separator)
4655 (message-user-organization-file, message-send-mail-function)
4656 (message-citation-line-function, message-yank-prefix)
4657 (message-indent-citation-function, message-signature)
4658 (message-signature-file, message-signature-insert-empty-line):
4659 Remove autoloads.
4660
4661 * gnus-art.el (gnus-buttonized-mime-types): Remove
4662 "multipart/signed". Revert 2006-04-26 change.
4663
46642006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4665
4666 * gnus.el (gnus-version-number): Bump version.
4667
46682006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4669
4670 * gnus.el: No Gnus v0.5 is released.
4671
46722006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4673
4674 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4675 fetching articles by message-id.
4676
46772006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4678
4679 * message.el (hashcash): Require hashcash as normal.
4680
4681 * ecomplete.el (ecomplete-highlight-match-line): Use
4682 point-at-eol.
4683 (ecomplete-highlight-match-line): Use `highlight', because that
4684 face exists in both Emacs and XEmacs.
4685
4686 * message.el (message-display-abbrev): Use point-at-bol.
4687
4688 * mail-source.el: Don't require timer/timer-funcs.
4689
4690 * gnus-async.el: Ditto.
4691
4692 * password.el: Ditto.
4693
4694 * mm-url.el: Ditto.
4695
4696 * mm-util.el: Require timer/timer-funcs.
4697
46982006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4699
4700 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4701 Close.
54e573e6 4702
9606f1cb
MB
47032006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
4704
4705 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4706 unibyte after clear-decrypt function runs.
4707
4708 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4709 returns as a unibyte string.
4710
305452a5
MB
47112006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
4712
305452a5
MB
4713 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4714 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4715 (mml1991-pgg-encrypt): Ditto.
4716
0565caeb
MB
47172006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
4718
01c52d31
MB
4719 * message.el (message-user-organization-file): Check several
4720 locations of the organization file.
0565caeb 4721
01c52d31
MB
4722 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4723 Add gnus-article-view-part-as-type.
0565caeb 4724
01c52d31 4725 * gnus-art.el (gnus-article-view-part-as-type): New function.
0565caeb
MB
4726
4727 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4728 .mobi and .travel. Remove .nato, .bitnet and .uucp.
0565caeb 4729
01c52d31
MB
4730 * mml.el: Simplify autoload.
4731 (mml-mode): defvar dnd-protocol-alist instead of using
4732 symbol-value.
4733 (mml-default-directory): New variable.
4734 (mml-minibuffer-read-file): Use it.
4735 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4736
4737 * message.el (message-citation-line-format): New variable.
4738 (message-insert-formated-citation-line): New function.
4739 (message-citation-line-function): Add
4740 `message-insert-formated-citation-line' to custom type.
4741
4742 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4743 to doc string.
4744
4745 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4746 depending on mm-verify-option.
0565caeb 4747
305452a5
MB
47482006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
4749
4750 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4751 binding pgg-* variables; reimplement the section which prevents
4752 MIME header from being signed.
4753 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4754 pgg-text-mode; remove a blank line at the top of body.
4755
4756 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4757 lines at the top of body; use gnus-newsgroup-charset if there's no
4758 Charset header.
4759
0565caeb
MB
47602006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
4761
01c52d31
MB
4762 * message.el (message-self-insert-commands): Doc fix.
4763
0565caeb
MB
4764 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4765 (mm-uu-pgp-encrypted-test): Ditto.
4766 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4767 between header and body; return application/pgp-encrypted handle
4768 if decryption failed; decode decrypted body by charset.
4769
4770 * mm-decode.el (mm-automatic-display): Don't make application/pgp
4771 element match to application/pgp-*.
4772
01c52d31
MB
47732006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4774
4775 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4776 HTML.
4777
47782006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4779
4780 * mail-source.el (mail-source-call-script): Message the error
4781 string.
4782
47832006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4784
4785 * gnus-util.el (gnus-byte-compile): Use it.
4786
002876ab 47872006-04-22 xyblor <fake@invalid.email> (tiny change)
01c52d31
MB
4788
4789 * gnus-util.el (kill-empty-logs): New function.
4790
47912006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4792
4793 * message.el (message-mail-alias-type): Doc fix.
4794 (message-mail-alias-type-p): New function.
4795 (message-send): Use it.
4796 (message-mode): Ditto.
4797 (message-strip-forbidden-properties): Ditto.
4798
4799 * ecomplete.el (ecomplete-database-file-coding-system): New
4800 variable.
4801 (ecomplete-save): Use it.
4802 (ecomplete-setup): Use it.
4803
48042006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
4805
4806 * message.el (message-self-insert-commands): New variable.
4807 (message-strip-forbidden-properties): Use it.
4808
48092006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4810
4811 * message.el (message-put-addresses-in-ecomplete): Use a regexp
4812 that doesn't make XEmacs choke.
4813
f67d6742
MB
48142006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
4815
49c7d1ac
SM
4816 * gnus-util.el (gnus-replace-in-string):
4817 Prefer replace-regexp-in-string over of replace-in-string.
f67d6742
MB
4818
48192006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4820
49c7d1ac
SM
4821 * gnus-util.el (gnus-select-frame-set-input-focus):
4822 Use select-frame-set-input-focus if it is available in XEmacs; use
f67d6742
MB
4823 definition defined in Emacs 22 for old Emacsen.
4824
01c52d31 48252006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
18c06a99 4826
01c52d31 4827 * mm-view.el (mm-inline-text): Use equal instead of equalp.
bd29ba20 4828
01c52d31 48292006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bd29ba20 4830
01c52d31
MB
4831 * gnus-registry.el (gnus-registry-cache-save): Remove text
4832 properties when saving via the temp buffer.
bd29ba20 4833
01c52d31 48342006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
18c06a99 4835
01c52d31 4836 * message.el (message-generate-hashcash): Honor custom type.
18c06a99 4837
01c52d31 48382006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18c06a99 4839
01c52d31
MB
4840 * message.el (message-generate-hashcash): Default to non-nil when
4841 hashcash is found.
18c06a99 4842
01c52d31
MB
4843 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
4844 (gnus-refer-thread-limit): Increase default to 500.
e4a89ccf 4845
01c52d31 4846 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
e4a89ccf 4847
01c52d31 4848 * flow-fill.el (fill-flowed): Allow delete-space.
e4a89ccf 4849
01c52d31 48502006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
e4a89ccf 4851
01c52d31
MB
4852 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4853 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
4854 Remove autoloads.
163cb72d 4855
01c52d31 48562006-04-18 Simon Josefsson <jas@extundo.com>
163cb72d 4857
01c52d31 4858 * message.el (message-generate-hashcash): Default to.
163cb72d 4859
01c52d31 48602006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
163cb72d 4861
01c52d31
MB
4862 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4863 concatenating segments rather than before concatenating them.
163cb72d 4864
01c52d31 48652006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14e6dc54 4866
01c52d31 4867 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14e6dc54 4868
01c52d31
MB
4869 * imap.el (imap-quote-specials): New function.
4870 (imap-login-auth): Quote specials.
14e6dc54 4871
01c52d31 48722006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14e6dc54 4873
01c52d31 4874 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14e6dc54 4875
01c52d31
MB
4876 * message.el (message-forward-make-body-plain): Allow
4877 message-forward-ignored-headers to be a list.
4878 (message-remove-ignored-headers): Factor out into function.
4879 (message-forward-make-body-mml): Use it.
4880 * rfc2231.el (rfc2231-parse-string): Remove dead code.
4881 (rfc2231-parse-string): Allow concatanation of parameters that
4882 aren't contiguous. The test case is
4883 (mail-header-parse-content-type "message/external-body;
4884 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
4885 access-type=LOCAL-FILE;
4886 name*1*=plugh%2fhello-sailor%2fbing.pdf")
14e6dc54 4887
01c52d31 48882006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14e6dc54 4889
01c52d31
MB
4890 * nntp.el (nntp-accept-process-output): Return the value of
4891 `nnheader-accept-process-output'.
14e6dc54 4892
01c52d31 48932006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14e6dc54 4894
01c52d31
MB
4895 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
4896 (gnus-button-alist): Recognize more diff formats.
4897 (gnus-button-patch): Strip directory.
14e6dc54 4898
01c52d31 48992006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14e6dc54 4900
01c52d31
MB
4901 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
4902 Emacs 22 when setting focus.
1b155fbd 4903
01c52d31 49042006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1b155fbd 4905
01c52d31
MB
4906 * gnus-art.el (gnus-article-treat-types): Do treatment of
4907 text/x-verbatim parts.
4908 (gnus-button-patch): New command.
b6f2cf4b 4909
01c52d31
MB
4910 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
4911 addresses that contain invalid characters.
b6f2cf4b 4912
01c52d31 49132006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5af68e28 4914
01c52d31
MB
4915 * message.el (message-put-addresses-in-ecomplete): Use
4916 gnus-replace-in-string.
4917 (message-is-yours-p): Use the more correct
4918 mail-header-parse-address instead of
4919 mail-extract-address-components.
4920 (message-put-addresses-in-ecomplete): Fix typo.
5af68e28 4921
01c52d31
MB
4922 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
4923 keystroke.
77218834 4924
01c52d31
MB
4925 * gnus-art.el (gnus-treatment-function-alist): Change order of
4926 newsgroups/generic header folding to avoid double-folding.
77218834 4927
01c52d31 4928 * message.el (message-hidden-headers): Add X-Draft-From.
77218834 4929
01c52d31
MB
4930 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
4931 command.
4932 (gnus-summary-repeat-search-article-backward): New command.
d451514f 4933
01c52d31
MB
4934 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
4935 groups in the parent topic.
4936
880820fe 49372006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
01c52d31
MB
4938
4939 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
4940 (spam-extra-header-to-number): Return the CRM114 number as a
4941 number instead of a string.
4942
49432006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4944
4945 * gnus-art.el (gnus-face-properties-alist): Moved here from
4946 gnus-fun.
4947
4948 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
4949
49502006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4951
4952 * message.el (message-strip-forbidden-properties): Only display on
4953 self-insert-command.
4954
4955 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
4956 reindent.
4957 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
4958
49592006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
4960
4961 * smiley.el (smiley-style): Fix typo.
d451514f 4962
4f162824
KH
49632006-03-23 Kenichi Handa <handa@m17n.org>
4964
4965 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
4966 instead of set-buffer-multibyte.
4967
e9e33c19
KH
49682006-03-23 Kenichi Handa <handa@m17n.org>
4969
4970 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4971 buffer and then decode the buffer text if necessary.
4972 (rfc2231-encode-string): Be sure to work on multibyte buffer at
4973 first, and after mm-encode-body, change the buffer to unibyte.
4f162824 4974
01c52d31 49752006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
f5e92214 4976
01c52d31
MB
4977 * hashcash.el (hashcash-insert-payment-async-2): Use
4978 message-goto-eoh instead of doing it manually.
4979 (mail-add-payment): Use message-narrow-to-header instead of trying
4980 to do the same itself.
f5e92214 4981
01c52d31 4982 * message.el (message-hidden-headers): Add Face.
f5e92214 4983
01c52d31
MB
4984 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
4985 reparenting code.
4986 (gnus-summary-reparent-children): Refactored out code.
4987 (gnus-summary-thread-map): New keystroke.
4988 (gnus-summary-reparent-children): Make into command.
f5e92214 4989
01c52d31
MB
4990 * smiley.el (smiley-style): Default to `medium' if using a large
4991 font.
f5e92214 4992
01c52d31
MB
4993 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
4994 does it itself.
f5e92214 4995
01c52d31 4996 * message.el (message-point-in-header-p): Simplify definition.
f5e92214 4997
01c52d31 49982006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
f5e92214 4999
01c52d31
MB
5000 * nnagent.el (nnagent-request-set-mark): Silence log file
5001 writing.
5002 (nnagent-request-set-mark): Use write-region instead of
5003 append-to-file.
f5e92214 5004
01c52d31
MB
5005 * gnus-sum.el (gnus-read-header): Fudge article number if using a
5006 strange select method.
f5e92214 5007
01c52d31
MB
5008 * ecomplete.el (ecomplete-display-matches): Get highlightling
5009 right.
5010 (ecomplete-display-matches): Use literals.
5011 (ecomplete-display-matches): Disable message logging.
f5e92214 5012
01c52d31 5013 * message.el (message-display-abbrev): Small optimization.
531bedc3 5014
01c52d31
MB
5015 * ecomplete.el (ecomplete-display-matches): Allow automatic
5016 display.
531bedc3 5017
01c52d31
MB
5018 * message.el (message-strip-forbidden-properties): Display
5019 abbrevs.
5020 (message-display-abbrev): Get automatic display right.
531bedc3 5021
01c52d31
MB
5022 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5023 keystrokes.
531bedc3 5024
01c52d31 50252006-04-13 Romain Francoise <romain@orebokech.com>
531bedc3 5026
01c52d31 5027 TODO: Backport to v5-10!
531bedc3 5028
01c52d31
MB
5029 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5030 Moved here (and renamed) from gnus-registry.el.
531bedc3 5031
01c52d31
MB
5032 * gnus-registry.el: Require gnus-util.
5033 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
531bedc3 5034
01c52d31 50352006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
531bedc3 5036
01c52d31
MB
5037 * gnus-group.el (gnus-group-catchup-current): Change
5038 if-then-else-if-then-else into cond.
5039 (gnus-group-catchup): Indent.
5040 (group-name-at-point): New function.
5041 (gnus-fetch-group): Provide default from thing at point.
531bedc3 5042
01c52d31 50432006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
531bedc3 5044
01c52d31 5045 * message.el (message-display-abbrev): Fix regexp.
531bedc3 5046
01c52d31
MB
5047 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5048 choosing.
5049 (ecomplete-highlight-match-line): Fix up code rewrite, remove
5050 dead variables.
ea8ae765 5051
01c52d31
MB
5052 * message.el (message-newline-and-indent): Remove debugging.
5053 (message-display-abbrev): Use new implementation.
ea8ae765 5054
01c52d31 50552006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
ea8ae765 5056
01c52d31
MB
5057 * gnus-art.el (gnus-article-mode): Set
5058 cursor-in-non-selected-windows to nil.
ea8ae765 5059
01c52d31
MB
5060 * smiley.el: Revert previous change.
5061 (smiley-data-directory): defvar it before using it in the
5062 defcustom of `smiley-style'.
ea8ae765 5063
01c52d31 50642006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
ea8ae765 5065
01c52d31 5066 * message.el (message-newline-and-indent): New function.
ea8ae765 5067
01c52d31 5068 * ecomplete.el: Implement more bits.
85fd8002 5069
01c52d31
MB
5070 * message.el (message-put-addresses-in-ecomplete): Clean up the
5071 string.
85fd8002 5072
01c52d31 5073 * ecomplete.el (ecomplete-add-item): Chop off decimals.
85fd8002 5074
01c52d31
MB
5075 * gnus-sum.el (gnus-summary-save-parts): Bind
5076 gnus-summary-save-parts-counter and use it to make unique file
5077 names.
85fd8002 5078
01c52d31 5079 * gnus-art.el (gnus-ignored-headers): Add some more headers.
61e66a15 5080
01c52d31
MB
5081 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5082 parameter to say whether to actually parse the individual
5083 addresses.
61e66a15 5084
01c52d31
MB
5085 * message.el (message-put-addresses-in-ecomplete): New function.
5086 (ecomplete): Require.
5087 (message-mail-alias-type): Add ecomplete as an option.
fe62aacc 5088
01c52d31 50892006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
fe62aacc 5090
01c52d31
MB
5091 * flow-fill.el (fill-flowed): Remove trailing space from blank
5092 quoted lines.
fe62aacc 5093
01c52d31 50942006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
fe62aacc 5095
01c52d31
MB
5096 * smiley.el (smiley-style): Move definition later to avoid a
5097 compilation warning.
fe62aacc 5098
01c52d31 50992006-04-12 Kenichi Handa <handa@m17n.org>
719120ef 5100
01c52d31
MB
5101 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5102 buffer and then decode the buffer text if necessary.
5103 (rfc2231-encode-string): Be sure to work on multibyte buffer at
5104 first, and after mm-encode-body, change the buffer to unibyte.
5105 Use mm-disable-multibyte instead of set-buffer-multibyte.
719120ef 5106
01c52d31 51072006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
719120ef 5108
01c52d31
MB
5109 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5110 Content-Type header instead of Content-Disposition header.
5111 (gnus-mime-inline-part): Ditto.
5112 (gnus-mime-view-part-as-charset): Ignore charset that the part
5113 specifies.
719120ef 5114
01c52d31
MB
5115 * mm-decode.el (mm-display-part): Work with external parts and
5116 usual parts similarly.
719120ef 5117
01c52d31
MB
5118 * mm-extern.el (mm-inline-external-body): Use mm-display-part
5119 instead of gnus-display-mime.
719120ef 5120
01c52d31
MB
5121 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5122 instead of with-temp-buffer.
719120ef 5123
01c52d31
MB
5124 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5125 tag to summarized topics part in order to encode non-ASCII text.
719120ef 5126
01c52d31 51272006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
719120ef 5128
01c52d31
MB
5129 * smiley.el (smiley-style): New variable.
5130 (smiley-directory): New function.
5131 (smiley-data-directory): Derive from `smiley-style' using
5132 `smiley-directory'.
5133 (smiley-regexp-alist): Add new entries.
719120ef 5134
01c52d31
MB
5135 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5136 (gnus-article-browse-delete-temp): Add :version.
719120ef 5137
880820fe 51382006-04-11 Arne Jørgensen <arne@arnested.dk>
719120ef 5139
01c52d31
MB
5140 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5141 the sieve region.
719120ef 5142
01c52d31 51432006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
719120ef 5144
01c52d31 5145 * gnus.el (gnus-version-number): Bump version.
719120ef 5146
01c52d31 51472006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
719120ef 5148
01c52d31 5149 * gnus.el: No Gnus v0.4 is released.
719120ef 5150
01c52d31 51512006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
719120ef 5152
01c52d31
MB
5153 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5154 layout.
719120ef 5155
01c52d31
MB
5156 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5157 unknown charset.
719120ef 5158
01c52d31
MB
5159 * message.el (message-header-synonyms): Add Original-To to the
5160 default.
ba0226dd 5161
01c52d31
MB
5162 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5163 optional parameter.
ba0226dd 5164
01c52d31 51652006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
ba0226dd 5166
01c52d31 5167 * gnus-fun.el (gnus): Require it for gnus-directory.
ba0226dd 5168
01c52d31 51692006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5f4264e5 5170
01c52d31 5171 * gnus-fun.el (gnus-face-properties-alist): Add :version.
5f4264e5 5172
01c52d31 51732006-04-05 Daiki Ueno <ueno@unixuser.org>
5f4264e5 5174
01c52d31 5175 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5f4264e5 5176
01c52d31 51772006-04-05 Simon Josefsson <jas@extundo.com>
5f4264e5 5178
01c52d31 5179 * password.el (password-reset): New function.
5f4264e5 5180
01c52d31 51812006-04-05 Daiki Ueno <ueno@unixuser.org>
5f4264e5 5182
01c52d31
MB
5183 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5184 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5f4264e5 5185
01c52d31 51862006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5f4264e5 5187
01c52d31
MB
5188 * nnweb.el (nnweb-google-create-mapping): Update regexp.
5189 Some whitespace was matched into the url, which broke browsing hits
5190 > 100 when mm-url-use-external was nil.
5f4264e5 5191
01c52d31 51922006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
5f4264e5 5193
01c52d31
MB
5194 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5195 gnus-extra-headers for 'Newsgroups.
5f4264e5 5196
01c52d31
MB
5197 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5198 bound.
e13be7a2 5199
01c52d31 52002006-04-04 Daiki Ueno <ueno@unixuser.org>
e13be7a2 5201
01c52d31
MB
5202 * pgg-gpg.el: Clean up process buffers every time gpg processes
5203 complete.
b5189759 5204
01c52d31 52052006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
b5189759 5206
01c52d31
MB
5207 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5208 doc string.
16f18d05 5209
01c52d31 52102006-04-03 Daiki Ueno <ueno@unixuser.org>
16f18d05 5211
01c52d31
MB
5212 * pgg-gpg.el (pgg-gpg-process-filter)
5213 (pgg-gpg-wait-for-completion): Check if buffer is alive.
d71c0855 5214
01c52d31
MB
5215 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5216 lines, temporary fix.
d71c0855 5217
01c52d31 52182006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 5219
01c52d31 5220 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
cf5a5c38 5221
01c52d31 52222006-03-29 Daiki Ueno <ueno@unixuser.org>
cf5a5c38 5223
01c52d31
MB
5224 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5225 default-enable-multibyte-characters. This reverts the change from
5226 revision 6.17 which is no longer necessary because the passphrase
5227 is sent separately now. GnuPG messages are unreadable under
5228 multibyte locales with default-enable-multibyte-characters set to
5229 nil.
cf5a5c38 5230
01c52d31 52312006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 5232
01c52d31 5233 * message.el (message-tool-bar-gnome): Move "spell".
cf5a5c38 5234
01c52d31 52352006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 5236
01c52d31
MB
5237 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5238 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
5239 instead.
cf5a5c38 5240
01c52d31 52412006-03-27 Karl Kleinpaste <karl@charcoal.com>
cf5a5c38 5242
01c52d31
MB
5243 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5244 newsgroups handling for NNTP overviews which don't include
5245 Newsgroups.
cf5a5c38 5246
01c52d31 52472006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9d64cd13 5248
01c52d31 5249 * message.el (message-resend): Bind message-generate-hashcash to nil.
9d64cd13 5250
01c52d31 52512006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
34128042 5252
01c52d31
MB
5253 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5254 when searching for already-paid recipients.
34128042 5255
01c52d31 52562006-03-27 Daiki Ueno <ueno@unixuser.org>
34128042 5257
01c52d31
MB
5258 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5259 passphrases when it is not needed.
5260 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5261 passphrase stuff from gpg, should only be necessary when you use
5262 gpg with a smartcard.
34128042 5263
01c52d31 52642006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
34128042 5265
01c52d31
MB
5266 * mml.el (mml-insert-mime): Ignore cached contents of
5267 message/external-body part.
34128042 5268
01c52d31
MB
5269 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5270 (mm-insert-part): Ditto.
34128042 5271
01c52d31 52722006-03-23 Simon Josefsson <jas@extundo.com>
34128042 5273
01c52d31
MB
5274 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5275 Reiner.
5276 (pgg-gpg-use-agent-p): Use it again.
c96ec15a 5277
01c52d31 52782006-03-23 Simon Josefsson <jas@extundo.com>
c96ec15a 5279
01c52d31
MB
5280 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5281 older emacsen.
5282 (pgg-gpg-use-agent-p): Don't use it.
c96ec15a 5283
01c52d31 52842006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
c96ec15a 5285
01c52d31
MB
5286 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5287 if we can.
c96ec15a 5288
01c52d31 52892006-03-22 Sascha Wilde <wilde@sha-bang.de>
c96ec15a 5290
01c52d31
MB
5291 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5292 (pgg-gpg-update-agent): New function.
5293 (pgg-gpg-use-agent-p): New function.
5294 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5295 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5296 (pgg-gpg-sign-region): Use it.
c96ec15a 5297
01c52d31 52982006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
c96ec15a 5299
01c52d31
MB
5300 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5301 Reported by Ralf Wachinger <rwachinger@gmx.de>.
c96ec15a 5302
01c52d31 53032006-03-21 Simon Josefsson <jas@extundo.com>
c96ec15a 5304
01c52d31
MB
5305 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5306 <wilde@sha-bang.de>.
5307 (pgg-gpg-use-agent): New variable.
5308 (pgg-gpg-process-region): Use it.
5309 (pgg-gpg-encrypt-region): Likewise.
5310 (pgg-gpg-encrypt-symmetric-region): Likewise.
5311 (pgg-gpg-decrypt-region): Likewise.
5312 (pgg-gpg-sign-region): Likewise.
5313 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
c96ec15a 5314
01c52d31 53152006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
88e6695f 5316
01c52d31 5317 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
88e6695f 5318
01c52d31
MB
5319 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5320 Add comment on version.
6203370b 5321
01c52d31 53222006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6203370b 5323
01c52d31 5324 * smiley.el: Add missing test smiley.
6203370b 5325
01c52d31 53262006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
6203370b 5327
01c52d31
MB
5328 * mm-decode.el (mm-with-part): New macro.
5329 (mm-get-part): Use it; work with message/external-body as well.
5330 (mm-save-part): Treat name and filename equally.
6203370b 5331
01c52d31
MB
5332 * mm-extern.el (mm-extern-cache-contents): New function.
5333 (mm-inline-external-body): Use it; force the part to be displayed;
5334 move undisplayer added to the cached handle to the parent.
6203370b 5335
01c52d31
MB
5336 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5337 (gnus-mime-view-part-as-type): Work with message/external-body.
6203370b 5338
01c52d31 5339 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6203370b 5340
01c52d31 53412006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 5342
01c52d31
MB
5343 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5344 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
5345 Emacs.]
46e8fe3d 5346
01c52d31 53472006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 5348
01c52d31
MB
5349 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5350 path rather than symbol. Always return list of directories.
5351 Guarantee that image directory comes first. [Sync with image.el,
5352 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
46e8fe3d 5353
01c52d31
MB
5354 * message.el (message-make-tool-bar): Adjust to new API of
5355 `gmm-image-load-path-for-library'.
46e8fe3d 5356
01c52d31 5357 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
46e8fe3d 5358
01c52d31 5359 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
46e8fe3d 5360
01c52d31 53612006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
46e8fe3d 5362
01c52d31
MB
5363 * gnus-art.el (gnus-article-only-boring-p):
5364 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5365 intangible text.
5366 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
46e8fe3d 5367
01c52d31 53682006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 5369
01c52d31
MB
5370 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
5371 `defun' instead of `gmm-defun-compat'.
46e8fe3d 5372
01c52d31 53732006-03-14 Simon Josefsson <jas@extundo.com>
46e8fe3d 5374
01c52d31
MB
5375 * message.el (message-unique-id): Don't use message-number-base36
5376 if (user-uid) is a float.
5377 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
46e8fe3d 5378
01c52d31 53792006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
46e8fe3d 5380
01c52d31 5381 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7347faa8 5382
01c52d31
MB
5383 * gnus-art.el (gnus-mime-display-single): Make sure there is an
5384 empty line between a part and a message part.
7347faa8 5385
01c52d31 53862006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7347faa8 5387
01c52d31
MB
5388 * smiley.el: Add more test smileys.
5389 (smiley-data-directory, smiley-regexp-alist)
5390 (gnus-smiley-file-types): Fix doc strings.
5391 (smiley-update-cache): Clear smiley-cached-regexp-alist before
5392 adding new elements.
5393 (smiley-mouse-map): Unused code. Make it a comment.
7347faa8 5394
01c52d31 53952006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7347faa8 5396
01c52d31
MB
5397 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5398 scan latest NoCeM messages instead of old ones.
5399 (gnus-nocem-check-article): Fix regexps so as to match to PGP
5400 delimiters that are recently used.
5401 (gnus-nocem-load-cache): Add autoload cookie.
7347faa8 5402
01c52d31 5403 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7347faa8 5404
01c52d31
MB
5405 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5406 level which is larger than gnus-use-nocem is specified.
7347faa8 5407
01c52d31 5408 * gnus-group.el (gnus-group-get-new-news): Ditto.
7347faa8 5409
01c52d31 54102006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
7347faa8 5411
01c52d31 5412 * gnus-util.el (gnus-tool-bar-update): New function.
7347faa8 5413
01c52d31
MB
5414 * gnus-group.el (gnus-group-update-tool-bar): New variable.
5415 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7347faa8 5416
01c52d31 5417 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7347faa8 5418
01c52d31
MB
5419 * gnus-group.el (gnus-group-redraw-when-idle)
5420 (gnus-group-redraw-check): Remove.
5421 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
30c7240d 5422
01c52d31 54232006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
30c7240d 5424
01c52d31
MB
5425 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5426 if optional last element is specified in splits (FIELD VALUE...).
e499bc94 5427
01c52d31 54282006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
e499bc94 5429
01c52d31
MB
5430 * message.el (message-make-tool-bar): Rename gmm-image-load-path
5431 to gmm-image-load-path-for-library. Call with no-error argument.
5432 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
e499bc94 5433
01c52d31 5434 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
e499bc94 5435
01c52d31 5436 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
e499bc94 5437
01c52d31 5438 * gmm-utils.el (gmm-image-load-path): Remove alias.
e499bc94 5439
01c52d31 54402006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
c4288669 5441
01c52d31 5442 * gmm-utils.el (gmm-image-load-path): Add alias.
c4288669 5443
01c52d31
MB
5444 * nnml.el (nnml-generate-nov-databases-directory): Rename from
5445 nnml-generate-nov-databases-1.
5446 (nnml-generate-nov-databases): Use it.
5447 (nnml-generate-nov-databases-directory): Document no-active
5448 argument.
c4288669 5449
01c52d31
MB
5450 * gmm-utils.el (gmm-image-load-path-for-library): Return single
5451 directory if path is t. Add no-error.
c4288669 5452
01c52d31
MB
5453 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5454 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
c4288669 5455
01c52d31
MB
5456 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5457 resetting gnus-article-browse-html-temp-list.
c4288669 5458
01c52d31
MB
5459 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5460 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
5461 Add example to docstring. Rename local variables. Move error
5462 checks to default case in cond and simplify.
73043f7d 5463
01c52d31 54642006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
73043f7d 5465
01c52d31
MB
5466 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5467 handle is multipart when calling it recursively.
5468 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
73043f7d 5469
01c52d31 54702006-03-03 Daniel Pittman <daniel@rimspace.net>
73043f7d 5471
01c52d31
MB
5472 * nnimap.el (nnimap-request-update-info-internal): Optimize.
5473 Don't `gnus-uncompress-range' to avoid excessive memory usage.
73043f7d 5474
01c52d31 54752006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
73043f7d 5476
01c52d31
MB
5477 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5478 is loaded.
7dafe00b 5479
01c52d31
MB
5480 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5481 loaded.
7dafe00b 5482
01c52d31 54832006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 5484
01c52d31
MB
5485 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5486 to "Emacs 23 (unicode)" in doc string.
7dafe00b 5487
01c52d31
MB
5488 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5489 "Emacs 23 (unicode)" in comment.
7dafe00b 5490
01c52d31 54912006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
7dafe00b 5492
01c52d31 5493 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7dafe00b 5494
01c52d31
MB
5495 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5496 characters 160 through 255 in Emacs 23.
7dafe00b 5497
01c52d31 54982006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 5499
01c52d31
MB
5500 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5501 gnus-article-browse-html-temp.
5502 (gnus-article-browse-delete-temp): Make it customizable. Add
5503 `file'. Adjust doc string.
5504 (gnus-article-browse-delete-temp-files): Add argument. Allow
5505 query for each file. Adjust doc string.
5506 (gnus-article-browse-html-parts): Add
5507 `gnus-article-browse-delete-temp-files' to
5508 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7dafe00b 5509
01c52d31 55102006-03-02 Hynek Schlawack <hynek@ularx.de>
7dafe00b 5511
01c52d31
MB
5512 * gnus-art.el (gnus-article-browse-html-temp)
5513 (gnus-article-browse-delete-temp): New variables.
5514 (gnus-article-browse-delete-temp-files): New function.
5515 (gnus-article-browse-html-parts): Use it.
7dafe00b 5516
01c52d31 55172006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 5518
01c52d31 5519 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7dafe00b 5520
01c52d31
MB
5521 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5522 string.
7dafe00b 5523
01c52d31
MB
5524 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5525 gnus-summary-insert-new-articles when unplugged. Remove
5526 gnus-summary-search-article-forward.
7dafe00b 5527
01c52d31
MB
5528 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5529 display-visual-class instead of display-color-cells.
7dafe00b 5530
01c52d31 55312006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7dafe00b 5532
01c52d31
MB
5533 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5534 message/* containing non-ASCII text properly.
7dafe00b 5535
01c52d31 55362006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 5537
01c52d31
MB
5538 * message.el: Require gmm-utils, remove autoloads.
5539 (message-tool-bar): Set default based on
5540 gmm-tool-bar-style.
5541 (message-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 5542
01c52d31
MB
5543 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5544 gmm-tool-bar-style.
5545 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 5546
01c52d31
MB
5547 * gnus-group.el (gnus-group-tool-bar): Set default based on
5548 gmm-tool-bar-style.
5549 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 5550
01c52d31
MB
5551 * gmm-utils.el (gmm-image-directory): Rename variable from
5552 gmm-image-load-path.
5553 (gmm-image-load-path): Use gmm-image-directory.
5554 (gmm-customize-mode): New function.
5555 (gmm-tool-bar-style): New variable.
7dafe00b 5556
01c52d31
MB
5557 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5558 gnus-group-redraw-line-number.
5559 (gnus-group-redraw-check): Simplify.
5560 (gnus-group-tool-bar-update): Remove redraw check.
5561 (gnus-group-make-tool-bar): Add redraw check.
447505b5 5562
01c52d31 55632006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
447505b5 5564
01c52d31 5565 * gnus-art.el (gnus-button): Add missing parentheses.
3031d8b0 5566
01c52d31 55672006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3031d8b0 5568
01c52d31 5569 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3031d8b0 5570
01c52d31 55712006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 5572
01c52d31
MB
5573 * gnus-art.el (gnus-button): New face.
5574 (gnus-article-button-face): Use it.
3031d8b0 5575
01c52d31
MB
5576 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5577 gnus-summary-next-page. Re-order.
3031d8b0 5578
01c52d31
MB
5579 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5580 next-node are now included.
5581 (gnus-group-redraw-line-number): New internal variable.
5582 (gnus-group-redraw-check): Helper function for updating the tool
5583 bar.
5584 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3031d8b0 5585
01c52d31 5586 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3031d8b0 5587
01c52d31
MB
5588 * spam.el (spam-spamassassin-score-regexp): New internal variable.
5589 (spam-extra-header-to-number, spam-check-spamassassin-headers):
5590 Use it to match format of Spamassassin 3.0 and later. Reported by
5591 IRIE Tetsuya <irie@t.email.ne.jp>.
5592 (spam-check-bogofilter)
5593 (spam-bogofilter-register-with-bogofilter): Fix args of
5594 `gnus-error' calls.
3031d8b0 5595
01c52d31 55962006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 5597
01c52d31
MB
5598 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5599 unnecessary interaction when sending queued mails. Reported by
5600 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3031d8b0 5601
01c52d31 56022006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 5603
01c52d31
MB
5604 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5605 first or last are nil.
3031d8b0 5606
01c52d31 56072006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3031d8b0 5608
01c52d31 5609 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3031d8b0 5610
01c52d31 56112006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3031d8b0 5612
01c52d31 5613 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3031d8b0 5614
01c52d31 56152006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
eab52f48 5616
01c52d31 5617 * dns.el (query-dns): Protect more against buggy tcp output.
eab52f48 5618
01c52d31 56192006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 5620
01c52d31
MB
5621 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5622 nov.php.
58090a8d 5623
01c52d31 56242006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
58090a8d 5625
01c52d31
MB
5626 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5627 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5628 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
5629 output on the server side.
5630 (nnweb-google-create-mapping): Update regexps and add some
5631 progress indication.
58090a8d 5632
01c52d31 56332006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 5634
01c52d31
MB
5635 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5636 gnus-agent-toggle-plugged. Re-order icons.
5637 (gnus-group-tool-bar-gnome): Add
5638 gnus-group-{prev,next}-unread-group.
5639 (gnus-group-tool-bar-gnome): Re-order icons.
58090a8d 5640
01c52d31
MB
5641 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5642 gnus-summary-insert-new-articles.
58090a8d 5643
01c52d31
MB
5644 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5645 comments.
58090a8d 5646
01c52d31
MB
5647 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
5648 also available in Emacs 21.3.
58090a8d 5649
01c52d31
MB
5650 * message.el (message-fix-before-sending): Change "Emacs 22" to
5651 "Emacs 23 (unicode)" in comment.
58090a8d 5652
01c52d31
MB
5653 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5654 "Emacs 23 (unicode)" in comment.
58090a8d 5655
01c52d31
MB
5656 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5657 comment.
5658 (mm-coding-system-p): Add comment about no-MULE XEmacs.
58090a8d 5659
01c52d31 5660 * mm-view.el (mm-fill-flowed): Add :version.
58090a8d 5661
01c52d31 56622006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
58090a8d 5663
01c52d31
MB
5664 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5665 and load-path.
58090a8d 5666
01c52d31 56672006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 5668
01c52d31
MB
5669 * message.el: Autoload gmm-image-load-path.
5670 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5671 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
5672 consitency.
58090a8d 5673
01c52d31
MB
5674 * gmm-utils.el (gmm-image-load-path): Also search in
5675 "../etc/images". Don't set gmm-image-load-path if we don't find
5676 the image.
58090a8d 5677
01c52d31 56782006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
58090a8d 5679
01c52d31
MB
5680 * gmm-utils.el (gmm-image-load-path): Don't make
5681 `gmm-image-load-path' include subdirectories which the second arg
5682 `image' might specify.
58090a8d 5683
01c52d31
MB
5684 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5685 subdirectory to icon file names.
58090a8d 5686
01c52d31 5687 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9872af18 5688
01c52d31 56892006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 5690
01c52d31
MB
5691 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5692 gmm-image-load-path calls.
58090a8d 5693
01c52d31 5694 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
58090a8d 5695
01c52d31 5696 * message.el (message-make-tool-bar): Ditto.
58090a8d 5697
01c52d31 5698 * mml.el (mml-preview): Added comment concerning tool bar icons.
58090a8d 5699
01c52d31
MB
5700 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5701 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
58090a8d 5702
01c52d31
MB
5703 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5704 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9d64cd13 5705
01c52d31
MB
5706 * message.el (message-tool-bar-gnome): Use new icon names.
5707 (message-make-tool-bar): Use `gmm-image-load-path'.
9d64cd13 5708
01c52d31
MB
5709 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5710 functions from MH-E.
5711 (gmm-image-load-path): New variable from MH-E.
5712 (gmm-image-load-path): New function from MH-E. Added arguments
5713 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
5714 *-image-load-path-called-flag.
4c2ad11d 5715
01c52d31 57162006-02-21 Milan Zamazal <pdm@brailcom.org>
4c2ad11d 5717
01c52d31 5718 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
f129a4df 5719
01c52d31 57202006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
f129a4df 5721
01c52d31
MB
5722 * nnimap.el (nnimap-request-move-article): Change folder back to
5723 source group before deleting.
6586e9c9 5724
01c52d31 57252006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
6586e9c9 5726
01c52d31 5727 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
e8beac8a 5728
01c52d31
MB
5729 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5730 mm-url.
e8beac8a 5731
01c52d31 5732 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
e8beac8a 5733
01c52d31 57342006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
e8beac8a 5735
01c52d31
MB
5736 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5737 coding system which mm-charset-to-coding-system returns for a
5738 given charset is valid.
e8beac8a 5739
01c52d31 57402006-02-16 Juanma Barranquero <lekktu@gmail.com>
e8beac8a 5741
01c52d31
MB
5742 * html2text.el (html2text-remove-tag-list):
5743 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
e8beac8a 5744
01c52d31 57452006-02-14 Chong Yidong <cyd@stupidchicken.com>
e8beac8a 5746
01c52d31 5747 * gnus-cus.el: Revert 2005-10-17 change.
e8beac8a 5748
01c52d31 57492006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
3b059693 5750
01c52d31
MB
5751 * gnus-art.el (article-strip-banner): Call
5752 article-really-strip-banner only when the regexp match is made.
3b059693 5753
01c52d31 57542006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
3b059693 5755
01c52d31
MB
5756 * gnus-art.el (article-strip-banner): Use
5757 gnus-extract-address-components instead of
5758 mail-header-parse-addresses to make it work with non-ASCII text;
5759 remove mail-encode-encoded-word-string.
3b059693 5760
01c52d31
MB
5761 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5762 values which are surrounded with \"...\"; make it never cause a
5763 Lisp error; give up parsing of parameters if it failed in
5764 extracting type.
3b059693 5765
880820fe 57662006-02-14 Arne Jørgensen <arne@arnested.dk>
3b059693 5767
01c52d31
MB
5768 * smime.el (smime-cert-by-ldap-1): Fix bug where
5769 `smime-ldap-search' returns results without userCertificates.
ab513ed4 5770
01c52d31 57712006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
ab513ed4 5772
01c52d31 5773 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
28e48287 5774
01c52d31 57752006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
28e48287 5776
01c52d31
MB
5777 * spam.el (spam-check-spamassassin-headers): Adapt format for
5778 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
5779 <ari@mbf.ocn.ne.jp>.
5780 (spam-list-of-processors): Add spam-use-gmane.
2a0d53ac 5781
01c52d31 57822006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
2a0d53ac 5783
01c52d31
MB
5784 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5785 make-temp-file; make it work with XEmacs as well.
9516b9f4 5786
01c52d31
MB
5787 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5788 mm-make-temp-file.
9516b9f4 5789
01c52d31
MB
5790 * mm-decode.el (mm-display-external): Use the 3rd arg of
5791 mm-make-temp-file.
5792 (mm-create-image-xemacs): Ditto.
9516b9f4 5793
01c52d31 57942006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
9516b9f4 5795
01c52d31
MB
5796 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5797 with message-narrow-to-headers.
5798 (gnus-draft-setup): Narrow to header to run message-fetch-field.
5799 (gnus-draft-check-draft-articles): New function.
5800 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9516b9f4 5801
01c52d31 58022006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
9516b9f4 5803
01c52d31
MB
5804 * gnus-art.el (gnus-article-browse-html-parts):
5805 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5806 Don't use suffix argument for mm-make-temp-file for Emacs 21
5807 compatibility. Remove useless `format'.
292f71fe 5808
01c52d31 58092006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
292f71fe 5810
01c52d31
MB
5811 * nnweb.el (nnweb-google-wash-article): Update regexps.
5812 (nnweb-group-alist): Use defvoo instead of defvar.
292f71fe 5813
01c52d31 58142006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
292f71fe 5815
01c52d31
MB
5816 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5817 re-loading nn* modules.
292f71fe 5818
01c52d31 58192006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
292f71fe 5820
01c52d31
MB
5821 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5822 for `tool-bar-mode' and don't check it's default-value.
292f71fe 5823
01c52d31 5824 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
292f71fe 5825
01c52d31 5826 * message.el (message-make-tool-bar): Ditto.
292f71fe 5827
01c52d31
MB
5828 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5829 `substring'. Shorten tmp-file name.
292f71fe 5830
01c52d31 5831 * gnus.el: Remove bogus comment.
292f71fe 5832
01c52d31 58332006-02-10 Hynek Schlawack <hynek@ularx.de>
bd2cef66 5834
01c52d31
MB
5835 * gnus-art.el (gnus-article-browse-html-parts): New function.
5836 (gnus-article-browse-html-article): New function for viewing html
5837 articles with a browser.
bd2cef66 5838
01c52d31 58392006-02-09 Daiki Ueno <ueno@unixuser.org>
ffda926c 5840
01c52d31
MB
5841 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
5842 (mml2015-pgg-encrypt): Ditto.
ffda926c 5843
01c52d31
MB
5844 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
5845 (mml1991-pgg-encrypt): Ditto.
f5fab556 5846
01c52d31 58472006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
f5fab556 5848
01c52d31
MB
5849 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
5850 message-make-date instead of current-time-string.
4b9f0de2 5851
01c52d31
MB
5852 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
5853 to gnus-decoded which mm-uu might set.
4b9f0de2 5854
01c52d31 58552006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
710f2e1b 5856
01c52d31
MB
5857 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
5858 don't decode quoted parameters; remove misimported Emacs code.
5859 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5860 (rfc2231-decode-encoded-string): Don't use split-string which
5861 behaves differently according to Emacs version; use
5862 mm-decode-coding-region to convert charset to coding-system.
5863 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5864 (rfc2231-encode-string): Remove misimported Emacs code.
710f2e1b 5865
01c52d31 58662006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
20051b27 5867
01c52d31
MB
5868 * gnus-art.el (article-decode-charset): Don't use ignore-errors
5869 when calling mail-header-parse-content-type.
5870 (article-de-quoted-unreadable): Ditto.
5871 (article-de-base64-unreadable): Ditto.
5872 (article-wash-html): Ditto.
20051b27 5873
01c52d31
MB
5874 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
5875 calling mail-header-parse-content-type and
5876 mail-header-parse-content-disposition.
5877 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
5878 mail-header-parse-content-type.
82259e50 5879
01c52d31
MB
5880 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
5881 insert charset and format parameters; encode description after
5882 inserting it to buffer.
5883 (mml-insert-parameter): Fold lines properly even if a parameter is
5884 segmented into two or more lines; change the max column to 76.
82259e50 5885
01c52d31
MB
5886 * rfc1843.el (rfc1843-decode-article-body): Don't use
5887 ignore-errors when calling mail-header-parse-content-type.
46f93472 5888
01c52d31
MB
5889 * rfc2231.el (rfc2231-parse-string): Return at least type if
5890 possible; don't cause an error even if it fails in parsing of
5891 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5892 (rfc2231-encode-string): Don't break lines at the beginning, leave
5893 it to mml-insert-parameter.
46f93472 5894
01c52d31
MB
5895 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
5896 calling mail-header-parse-content-type.
d3a597b7 5897
01c52d31 58982006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
d3a597b7 5899
01c52d31
MB
5900 * spam-report.el (spam-report-gmane-use-article-number):
5901 Improve doc string.
5902 (spam-report-gmane-internal): Check if a suitable header was found
5903 in the article.
8753ddee 5904
01c52d31 59052006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
8753ddee 5906
01c52d31
MB
5907 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
5908 (rfc2231-encode-string): Make param*=value always begin with LWSP.
8753ddee 5909
01c52d31 59102006-02-05 Romain Francoise <romain@orebokech.com>
8753ddee 5911
01c52d31 5912 Update copyright notices of all files in the gnus directory.
8753ddee 5913
01c52d31 59142006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
8753ddee 5915
01c52d31 5916 * nnweb.el (nnweb-request-group): Avoid growing overview files.
bbcb5072 5917
01c52d31 59182006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
bbcb5072 5919
01c52d31
MB
5920 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
5921 segmented lines of parameter value to cope with Thunderbird 1.5
5922 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
5923 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5924 (rfc2231-encode-string): Don't make lines exceeding 76 column.
c615a00c 5925
01c52d31 59262006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
c615a00c 5927
01c52d31
MB
5928 * mml.el (mml-generate-mime-1): Correct the order of inline signed
5929 parts.
a33704bb 5930
01c52d31 59312006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
a33704bb 5932
01c52d31
MB
5933 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
5934 there's only one active file for all servers.
5935 (nnweb-request-scan): Make sure nnweb-articles is initialized on
5936 solid groups. Gnus might have used a FAST request to select the group.
5937 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
5938 and nnweb-search redundantly in the active file.
5939 (nnweb-request-list): Don't list bogus groups. There can only be one.
5940 (nnweb-request-create-group): Don't use ARGS.
5941 (nnweb-possibly-change-server, nnweb-request-group): Remove some
5942 initialisations. Let nnoo do the work.
a33704bb 5943
01c52d31 59442006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
a33704bb 5945
01c52d31
MB
5946 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
5947 Say the part has been decoded.
a33704bb 5948
01c52d31 5949 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
a33704bb 5950
01c52d31 59512006-01-31 Kevin Ryde <user42@zip.com.au>
53cfefc8 5952
01c52d31
MB
5953 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
5954 mailcap-viewer-test-cache when there's no 'test clause, since that
5955 will invert the meaning of a "nil" test previously determined by
5956 mailcap-mailcap-entry-passes-test.
53cfefc8 5957
01c52d31 59582006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
53cfefc8 5959
01c52d31
MB
5960 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
5961 compiling.
53cfefc8 5962
01c52d31 5963 * gnus-sum.el: Ditto.
53cfefc8 5964
01c52d31 5965 * message.el: Don't bind tool-bar-map when compiling.
53cfefc8 5966
01c52d31 59672006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
53cfefc8 5968
01c52d31 5969 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
53cfefc8 5970
01c52d31 59712006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
53cfefc8 5972
01c52d31
MB
5973 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
5974 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
5975 current Google Groups.
53cfefc8 5976
01c52d31 59772006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
53cfefc8 5978
01c52d31
MB
5979 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
5980 and tool-bar-mode.
66841476 5981
01c52d31
MB
5982 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
5983 and tool-bar-mode.
66841476 5984
01c52d31
MB
5985 * message.el (message-tool-bar-update): Simplify.
5986 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
81df110a 5987
01c52d31
MB
5988 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
5989 gnus-summary-buffer.
5990 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
5991 gnus-summary-reply.
81df110a 5992
01c52d31 5993 * gmm-utils.el (gmm): Add :version.
5fae1cae 5994
01c52d31 59952006-01-26 Steve Youngs <steve@sxemacs.org>
5fae1cae 5996
01c52d31
MB
5997 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
5998 autoload.
5fae1cae 5999
01c52d31 60002006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5fae1cae 6001
01c52d31 6002 * gmm-utils.el (gmm-verbose): Add :group.
5fae1cae 6003
01c52d31 60042006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
c4fbd740 6005
01c52d31 6006 * message.el: Change some comments WRT tool-bars.
81df110a 6007
01c52d31
MB
6008 * gnus-sum.el (gnus-summary-tool-bar)
6009 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6010 (gnus-summary-tool-bar-zap-list): New variables.
6011 (gnus-summary-make-tool-bar): Complete rewrite using
6012 `gmm-tool-bar-from-list'.
430d3ed7 6013
01c52d31
MB
6014 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6015 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6016 variables.
6017 (gnus-group-make-tool-bar): Complete rewrite using
6018 `gmm-tool-bar-from-list'.
6019 (gnus-group-tool-bar-update): New function.
430d3ed7 6020
01c52d31 6021 * message.el (message-mode-field-menu): Add "Show hidden Headers".
430d3ed7 6022
01c52d31 60232006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
430d3ed7 6024
01c52d31
MB
6025 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6026 is dissected into a single part of which the type is the same as
6027 the given one; decode charset.
6ff5b064 6028
01c52d31 60292006-01-21 Kevin Ryde <user42@zip.com.au>
6ff5b064 6030
01c52d31
MB
6031 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6032 into alists as symbol not string, since that's what
6033 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6034 look for.
a8f6d239 6035
01c52d31 60362006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
a8f6d239 6037
01c52d31
MB
6038 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6039 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
a8f6d239 6040
01c52d31 6041 * message.el (message-tool-bar-gnome): Use gmm-ignore.
a8f6d239 6042
01c52d31 60432006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
d752cf53 6044
01c52d31
MB
6045 * gnus-art.el (gnus-mime-security-button-commands): New variable.
6046 (gnus-mime-security-button-menu): New definition.
6047 (gnus-mime-security-button-map): Use them.
6048 (gnus-mime-security-button-menu): New function.
6049 (gnus-insert-mime-security-button): Addition to help echo.
6050 (gnus-mime-security-run-function, gnus-mime-security-save-part)
6051 (gnus-mime-security-pipe-part): New functions.
d752cf53 6052
01c52d31
MB
6053 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6054 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
d752cf53 6055
01c52d31
MB
6056 * mm-decode.el (mm-handle-set-disposition): Remove.
6057 (mm-handle-set-description): Remove.
d752cf53 6058
01c52d31 60592006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
d752cf53 6060
01c52d31
MB
6061 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6062 (mm-w3m-standalone-supports-m17n-p): New function.
6063 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6064 w3m usage.
d752cf53 6065
01c52d31
MB
6066 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6067 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
d752cf53 6068
01c52d31 60692006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
d752cf53 6070
01c52d31
MB
6071 * message.el (message-tool-bar-zap-list): Use
6072 gmm-tool-bar-zap-list as custom type.
6073 (message-tool-bar-update): New function.
6074 (message-tool-bar, message-tool-bar-gnome)
6075 (message-tool-bar-retro): Add message-tool-bar-update.
6076 (message-tool-bar-gnome): Add flyspell-buffer.
d752cf53 6077
01c52d31 6078 * gnus-util.el (gnus-error): Describe `args'.
4a2358e9 6079
01c52d31
MB
6080 * gmm-utils.el (gmm-error): Describe `args'.
6081 (gmm-tool-bar-zap-list): New widget.
6082 (gmm-tool-bar-from-list): Improve description of `zap-list'.
4a2358e9 6083
01c52d31 60842006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4a2358e9 6085
01c52d31
MB
6086 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6087 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6088 the number of recursive calls.
4a2358e9 6089
01c52d31
MB
6090 * mm-decode.el (mm-handle-set-disposition): New macro.
6091 (mm-handle-set-description): New macro.
4a2358e9 6092
01c52d31 60932006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4a2358e9 6094
01c52d31
MB
6095 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6096 encoding.
4a2358e9 6097
01c52d31 60982006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
4a2358e9 6099
01c52d31
MB
6100 * message.el (message-tool-bar-zap-list, message-tool-bar)
6101 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6102 (message-tool-bar-local-item-from-menu): Remove.
6103 (message-tool-bar-map): Replace by `message-make-tool-bar'.
6104 (message-make-tool-bar): New function.
6105 (message-mode): Use `message-make-tool-bar'.
4a2358e9 6106
01c52d31
MB
6107 * gmm-utils.el: New file.
6108 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6109 (gmm-lazy): New widget copied from `nnmail.el'.
6110 (gmm-tool-bar-from-list): New function for creating customizable
6111 tool bars.
6112 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
6113 output.
6114 (gmm): Add :prefix to defgroup.
4a2358e9 6115
01c52d31 61162006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
4a2358e9 6117
01c52d31 6118 * gmm-utils.el (gmm-widget-p): New function.
4a2358e9 6119
01c52d31 61202006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
4a2358e9 6121
01c52d31
MB
6122 * mml.el (mml-attach-file): Describe `description' in doc string.
6123 (mml-menu): Add Emacs MIME manual and PGG manual.
4a2358e9 6124
01c52d31 61252006-01-20 Richard M. Stallman <rms@gnu.org>
4a2358e9 6126
01c52d31 6127 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
4a2358e9 6128
01c52d31 61292006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
4a2358e9 6130
01c52d31 6131 * nntp.el (nntp-end-of-line): Doc fix.
4a2358e9 6132
01c52d31 61332006-01-20 Chong Yidong <cyd@stupidchicken.com>
4a2358e9 6134
01c52d31
MB
6135 * imap.el (imap-open): Handle case where buffer is a buffer
6136 object.
41e11121 6137
01c52d31 61382005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
41e11121 6139
01c52d31
MB
6140 * gnus-delay.el (gnus-delay): Don't autoload.
6141 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6142 to be re-loaded when customizing the `gnus-delay' group.
f3f01d5d 6143
01c52d31 61442005-01-20 Chong Yidong <cyd@stupidchicken.com>
f3f01d5d 6145
01c52d31 6146 * message.el (message-insert-citation-line): Use newlines.
f3f01d5d 6147
01c52d31 61482006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
f3f01d5d 6149
01c52d31 6150 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
bcc7dd61 6151
01c52d31 6152 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
bcc7dd61 6153
01c52d31 61542006-01-19 Mark D. Baushke <mdb@gnu.org>
bcc7dd61 6155
01c52d31 6156 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
bcc7dd61 6157
01c52d31 61582006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
bcc7dd61 6159
01c52d31
MB
6160 * mm-decode.el (mm-inlined-types): Add application/pgp.
6161 (mm-automatic-display): Ditto.
11e22c4a 6162
01c52d31
MB
6163 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6164 part as text.
11e22c4a 6165
01c52d31 61662006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11e22c4a 6167
01c52d31
MB
6168 * nnrss.el: Update copyright.
6169 (nnrss-opml-import): Query whether to subscribe to each entry.
97f78c9b 6170
01c52d31
MB
6171 * gnus-art.el:
6172 * gnus-sum.el:
6173 * mm-uu.el:
6174 * mm-view.el: Update copyright.
97f78c9b 6175
01c52d31 61762006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
97f78c9b 6177
01c52d31
MB
6178 * message.el (message-info): New function.
6179 (message-mode-menu): Add it.
6180 Update copyright.
97f78c9b 6181
01c52d31 6182 * ChangeLog: Fix and update copyright.
97f78c9b 6183
01c52d31 61842006-01-13 Romain Francoise <romain@orebokech.com>
afea040a 6185
01c52d31
MB
6186 * message.el (message-forward-subject-name-subject): Prefer the
6187 address to 'nowhere' if the sender has no name.
6188 Fix typo. Update copyright year.
97f78c9b 6189
01c52d31 61902006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
afea040a 6191
01c52d31
MB
6192 * gnus-art.el (article-wash-html): Use
6193 gnus-summary-show-article-charset-alist if a numeric arg is given.
6194 (gnus-article-wash-html-with-w3m-standalone): New function.
afea040a 6195
01c52d31
MB
6196 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6197 mm-inline-text-html-render-with-w3m-standalone.
6198 (mm-text-html-washer-alist): Map w3m-standalone to
6199 gnus-article-wash-html-with-w3m-standalone.
6200 (mm-inline-text-html-render-with-w3m-standalone): New function.
afea040a 6201
01c52d31 62022006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
afea040a 6203
01c52d31
MB
6204 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6205 Improve LaTeX.
4b91459a 6206
01c52d31 62072006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
4b91459a 6208
01c52d31
MB
6209 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6210 (nnrss-request-article): Render text/plain parts as HTML.
4b91459a 6211
01c52d31
MB
6212 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6213 the buffer.
4b91459a 6214
01c52d31 62152006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
4b91459a 6216
01c52d31
MB
6217 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6218 custom definition of `gnus-posting-styles'.
d44e3b45 6219
01c52d31
MB
6220 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6221 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
d44e3b45 6222
01c52d31 62232006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
4b91459a 6224
01c52d31
MB
6225 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6226 Use nntp for bug archive.
4b91459a 6227
01c52d31 62282006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
c03ac728 6229
01c52d31
MB
6230 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6231 parts.
6232 (nnrss-normalize-date): New function converts ISO 8601 date into
6233 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6234 (nnrss-check-group): Use it.
c03ac728 6235
01c52d31 62362006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
d8a88581 6237
01c52d31 6238 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
d8a88581 6239
01c52d31
MB
6240 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6241 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6242 (nnrss-insert-w3): Ditto.
d8a88581 6243
01c52d31 62442005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
d8a88581 6245
01c52d31
MB
6246 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6247 the articles to be forwarded including the case where neither a
6248 number of articles nor a region is specified.
d8a88581 6249
01c52d31 62502005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7573397b 6251
01c52d31
MB
6252 * nnrss.el (nnrss-request-article): Fix last change; fill
6253 text/plain parts.
7573397b 6254
01c52d31 62552005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
7573397b 6256
01c52d31
MB
6257 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6258 in text/plain part.
6259 (nnrss-check-group): Don't add excessive newline to dc:subject.
bcc7dd61 6260
01c52d31 62612005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
bcc7dd61 6262
01c52d31
MB
6263 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6264 article.
9ebc3953 6265
01c52d31 62662005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9ebc3953 6267
01c52d31
MB
6268 * nnml.el: Don't require gnus-bcklg. Autoload it.
6269 (nnml-use-compressed-files, nnml-save-mail): Support other
6270 comression programs such as bzip2.
7929f858 6271
01c52d31 62722005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7929f858 6273
01c52d31
MB
6274 * dns.el (query-dns): Make sure we check the buffer size before
6275 removing tcp headers.
7929f858 6276
01c52d31 62772005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
ead25b5c 6278
01c52d31
MB
6279 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6280 remove MIME buttons associated with multipart/alternative parts.
6281 (gnus-mime-display-alternative): Tag buttons using `article-type'
6282 text property.
ead25b5c 6283
01c52d31
MB
6284 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6285 associated with multipart/alternative parts.
ead25b5c 6286
01c52d31 6287 * gnus-art.el (gnus-signature-separator): Fix custom type.
8774406b 6288
01c52d31
MB
6289 * mm-decode.el (mm-inlined-types): Fix custom type.
6290 (mm-keep-viewer-alive-types): Ditto.
6291 (mm-automatic-display): Ditto.
6292 (mm-attachment-override-types): Ditto.
6293 (mm-inline-override-types): Ditto.
6294 (mm-automatic-external-display): Ditto.
8774406b 6295
01c52d31 62962005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
a0ec7a4a 6297
01c52d31
MB
6298 * spam-report.el (spam-report-user-mail-address)
6299 (spam-report-user-agent): New variables.
6300 (spam-report-url-ping-plain): Use spam-report-user-agent.
a0ec7a4a 6301
01c52d31 63022005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
59fda2fa 6303
01c52d31
MB
6304 * gnus-art.el (gnus-button-handle-custom): Do not just use
6305 `customize-apropos' for any "M-x customize-*" button but the
6306 function called for. Accept both the function name and its
6307 argument in order to achieve this.
6308 (gnus-button-alist): Remove support for "custom:" URL's. Pass
6309 function name to `gnus-button-handle-custom' in case of "M-x
6310 customize-*" buttons.
59fda2fa 6311
01c52d31 63122005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
59fda2fa 6313
01c52d31
MB
6314 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6315 multipart/alternative and add xref to mm-discouraged-alternatives
6316 in doc string.
7d0c69be 6317
01c52d31
MB
6318 * mm-decode.el (mm-discouraged-alternatives): Add xref to
6319 gnus-buttonized-mime-types in doc string.
7d0c69be 6320
01c52d31 63212005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
d6697c02 6322
01c52d31
MB
6323 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6324 Suggest image/.* in the doc string.
d6697c02 6325
01c52d31 63262005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
d6697c02 6327
01c52d31
MB
6328 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6329 message-marks (Debian bug #342521).
d6697c02 6330
01c52d31 63312005-12-12 Simon Josefsson <jas@extundo.com>
84861437 6332
01c52d31
MB
6333 * password.el (password-read-from-cache): Add.
6334 (password-read): Use it.
84861437 6335
01c52d31 63362005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
84861437 6337
01c52d31
MB
6338 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6339 us-ascii as a MIME charset.
3338c0ad 6340
01c52d31
MB
6341 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6342 against the case where the 2nd arg TYPE is nil.
3338c0ad 6343
01c52d31 63442005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
9180519b 6345
01c52d31 6346 * pop3.el (pop3-stream-type): Fix custom version.
9180519b 6347
01c52d31 6348 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9180519b 6349
01c52d31 63502005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
23873c96 6351
01c52d31 6352 * mm-decode.el (mm-display-external): Add missing cdr.
23873c96 6353
01c52d31 63542005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
b66c24b4 6355
01c52d31
MB
6356 * mm-decode.el (mm-display-external): Use nametemplate (defined in
6357 RFC1524) if it is in mailcap or add a suffix according to
6358 mailcap-mime-extensions when generating a temp filename; postpone
6359 deleting a temp file for 2 seconds for some wrappers, shell
6360 scripts, and so on, which might exit right after having started a
6361 viewer command as a background job.
6362
63632005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6364
6365 * nntp.el (nntp-marks-directory): Fix custom group.
6366
6367 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6368 steps when < 10.
6369
6370 * gnus-start.el (gnus-no-server-1): Mention
6371 `gnus-level-default-subscribed' in doc string.
6372
63732005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6374
6375 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6376 parens.
6377
63782005-11-26 Dave Love <fx@gnu.org>
6379
6380 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6381 (tls-program, tls-success): Provide openssl alternative.
6382
6383 * starttls.el: Doc fixes.
6384 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6385 SERVICE to PORT.
6386
002876ab 6387 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
01c52d31
MB
6388 port null or service name.
6389 (starttls-negotiate): Autoload.
6390
63912005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6392
6393 * message.el (message-kill-to-signature): Fix interactive spec.
6394
63952005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6396
6397 * pop3.el (pop3-open-server): Recognize a string as a service name.
6398
63992005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
6400
6401 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6402
64032005-11-23 Dave Love <fx@gnu.org>
6404
6405 Add pop3s, pop3/starttls.
6406
6407 * pop3.el (pop3-authentication-scheme): Clarify doc.
6408 (open-tls-stream, starttls-open-stream): Autoload.
6409 (pop3-stream-type): New.
6410 (pop3-open-server): Use it.
6411
6412 * mail-source.el (mail-sources): Fix some :types. Add stream type
6413 for POP.
6414 (mail-source-keyword-map): Add :stream for POP.
6415 (mail-source-fetch-pop): Use pop3-stream-type.
6416
64172005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
6418
6419 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6420 of current-time-string.
6421
64222005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
6423
6424 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6425 date header.
6426
64272005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6428
6429 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6430 it can seriously impact performance as it bypasses the agent's
6431 local caches.
6432
64332005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6434
6435 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6436 must be explicitly online rather than "not explicitly offline" for
6437 its flags to be synchronized.
6438
6439 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6440 that gnus-uu-unmark-thread will function correctly.
6441
6442 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6443 1024K is instead displayed as 1M.
6444
64452005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6446
6447 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6448
64492005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
6450
6451 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6452
64532005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
6454
6455 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6456 error message to display actual error condition.
6457 (gnus-agent-save-local): Avoid saving symbols that are bound to
6458 nil as they simply result in a warning message in
6459 gnus-agent-read-local.
6460
64612005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6462
6463 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6464 rather than make-variable-buffer-local for file-precious-flag.
6465
64662005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6467
6468 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6469 for duplicates which are removed. The invalid sort check then
6470 triggers a rescan after the sort as sorting may have moved
6471 duplicate entries such that they can be cheaply detected.
6472
64732005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6474
6475 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6476
64772005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6478
6479 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6480 internal variable to a custom variable. Changed default value
6481 from compressed(2) to uncompressed(1).
6482 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6483 support for uncompressed agentview files. Taken together, reading
6484 the agentview file should now be 6-7 times faster.
6485
64862005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
6487
6488 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6489 as a buffer-local variable. This avoids creating truncated
6490 dribble files as a result of a hang up, eg.
6491
64922005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6493
6494 * gnus-start.el (gnus-start-draft-setup): Enforce
6495 `gnus-draft-mode' for nndraft:drafts at startup.
6496
6497 * gnus.el (gnus-splash): Change custom group.
6498 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6499 allow-list argument.
6500
6501 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6502 string.
6503
65042005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6505
6506 * gnus-art.el (gnus-default-article-saver): Add user-defined
6507 `function' to custom type.
6508
65092005-10-30 Chong Yidong <cyd@stupidchicken.com>
6510
6511 * imap.el (imap-open): Handle case where buffer is a buffer
6512 object.
6513
65142005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6515
6516 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6517 long lines.
6518 (gnus-cache-delete-group): Wrap doc strings.
6519
6520 * gnus-agent.el (gnus-agent-rename-group)
6521 (gnus-agent-delete-group): Wrap doc strings.
6522
01c52d31
MB
65232005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6524
6525 * gnus-start.el (gnus-1): Add "native" to
6526 gnus-predefined-server-alist.
6527
6528 * gnus.el (gnus-method-to-server): Don't add "native" to the
6529 lists here, because that leads to problems when
6530 gnus-select-method is bound.
6531
65322005-11-09 Simon Josefsson <jas@extundo.com>
6533
6534 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6535 use (not sort-by-date) instead.
6536
65372005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6538
6539 * gnus-delay.el (gnus-delay-group): Don't autoload.
6540 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6541 to be re-loaded when customizing the `gnus-delay' group.
6542
65432005-11-19 Chong Yidong <cyd@stupidchicken.com>
6544
6545 * message.el: Revert last changes.
6546 (message-insert-citation-line): Use newlines.
6547
65482005-11-17 Chong Yidong <cyd@stupidchicken.com>
6549
6550 * message.el (message-courtesy-message)
6551 (message-mark-insert-begin, message-mark-insert-end)
6552 (message-elide-ellipsis, message-cancel-message)
6553 (message-add-header, message-change-subject)
6554 (message-cross-post-followup-to-header)
6555 (message-cross-post-insert-note, message-reduce-to-to-cc)
6556 (message-widen-reply, message-delete-not-region)
6557 (message-kill-to-signature, message-insert-signature)
6558 (message-insert-importance-high, message-insert-importance-low)
6559 (message-insert-or-toggle-importance)
6560 (message-insert-disposition-notification-to)
6561 (message-indent-citation, message-yank-original)
6562 (message-cite-original-without-signature, message-cite-original)
6563 (message-insert-citation-line, message-position-on-field)
6564 (message-fix-before-sending, message-send-mail-partially)
6565 (message-send-mail, message-send-mail-with-sendmail)
6566 (message-send-mail-with-qmail, message-send-news)
6567 (message-check-news-header-syntax, message-generate-headers)
6568 (message-insert-courtesy-copy, message-fill-address)
6569 (message-fill-header, message-shorten-references)
6570 (message-setup-1, message-cancel-news)
6571 (message-forward-make-body-plain, message-forward-make-body-mime)
6572 (message-forward-make-body-mml, message-encode-message-body)
6573 (message-forward-make-body-digest-plain)
6574 (message-forward-make-body-digest-mime)
6575 (message-use-alternative-email-as-from): Insert `hard-newline'
6576 instead of ordinary newlines.
6577
65782005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
6579
6580 * message.el (message-generate-headers): Downcase the argument
6581 given to message-check-element.
6582
65832005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
6584
6585 * nntp.el (nntp-authinfo-rejected): New error condition.
6586 (nntp-wait-for): Use new error condition to signal authentication
6587 error.
6588 (nntp-retrieve-data): Rethrow new error condition to break out of
6589 recursive call to nntp-send-authinfo.
6590
65912005-11-08 Romain Francoise <romain@orebokech.com>
6592
6593 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6594 (gnus-summary-exit-map): Bind to `Z p'.
6595 (gnus-summary-make-menu-bar): Add menu item.
6596
65972005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
6598
6599 * gnus-art.el (gnus-article-treat-custom): Add `first'.
6600 (gnus-treat-*): Add `first' in all doc strings.
6601
6602 * gnus-group.el (gnus-group-compact-group): Fix typo.
6603
66042005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6605
6606 * gnus.el (gnus-parameters-case-fold-search): New variable.
6607 (gnus-parameters-get-parameter): Use it.
6608
6609 * gnus-score.el (gnus-home-score-file): Doc fix.
6610
66112005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
6612
6613 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6614
66152005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
6616
6617 * mm-util.el (mm-special-display-p): New function.
6618
6619 * mml.el (mml-preview): Use it; doc fix.
6620
66212005-10-29 Romain Francoise <romain@orebokech.com>
6622
6623 * message.el (message-fix-before-sending): Fix comment.
6624
66252005-10-29 Jari Aalto <jari.aalto@cante.net>
6626
6627 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6628
66292005-10-29 Jari Aalto <jari.aalto@cante.net>
6630
6631 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6632 Used in gnus-score.el.
6633
66342005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6635
6636 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6637
66382005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6639
6640 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6641 whitespace removed in revision 7.8. Use concatenated string to
6642 protect trailing whitespace.
6643
880820fe 66442005-10-27 Jouni K. Seppänen <jks@iki.fi>
01c52d31
MB
6645
6646 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6647 (nnimap-request-expire-articles): Use it to avoid sending 'UID
6648 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6649 Courier IMAP ("some version from 2004"). Mostly based on similar
6650 code in the same function.
6651
66522005-10-26 Didier Verna <didier@xemacs.org>
6653
002876ab 6654 * gnus-group.el (gnus-group-compact-group): Invalidate original
01c52d31 6655 article buffer.
002876ab 6656 * gnus-srvr.el (gnus-server-compact-server): Ditto.
c9e31f32 6657 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
01c52d31
MB
6658 NOV database and in article itself.
6659 Invalidate article backlog.
6660
66612005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
6662
6663 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6664
66652005-10-26 Simon Josefsson <jas@extundo.com>
6666
6667 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6668 part of 2004-07-25 change.
6669
66702005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
6671
6672 * message.el (message-display-completion-list): New function.
6673 (message-expand-group): Use it; make sure the Completions buffer
6674 is modifiable.
6675
66762005-10-30 Chong Yidong <cyd@stupidchicken.com>
6677
c9e31f32 6678 * imap.el (imap-open): Handle case where buffer is a buffer object.
01c52d31
MB
6679
66802005-10-24 Eli Zaretskii <eliz@gnu.org>
6681
6682 * pgg-def.el:
6683 * pgg-gpg.el:
6684 * pgg-parse.el:
6685 * pgg-pgp.el:
6686 * pgg-pgp5.el:
6687 * pgg.el: Move to the parent lisp directory.
6688
66892005-10-23 Chong Yidong <cyd@stupidchicken.com>
6690
6691 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6692 user-mail-name is an empty string.
6693
66942005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
6695
6696 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6697 depending on gnus-score-decay-constant.
6698
6699 * encrypt.el (encrypt-insert-file-contents)
6700 (encrypt-write-file-contents): Don't use `gnus-message'.
6701
6702 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6703 arguments.
6704 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
6705 arguments to mm-uu-verbatim-marks-extract.
6706 (mm-uu-hide-markers): New variable.
6707 (mm-uu-extract): Use face similar to `gnus-cite-3'.
6708
6709 * gnus-fun.el (gnus-convert-image-to-x-face-command)
6710 (gnus-convert-image-to-face-command): Use "convert" by default to
6711 allow other input image formats.
6712 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6713 accordingly.
6714
67152005-10-23 Simon Josefsson <jas@extundo.com>
6716
6717 * imap.el (imap-gssapi-program): Align command line parameters
6718 with latest GNU SASL.
6719 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6720
67212005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6722
6723 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6724 HTML.
6725 (nnslashdot-request-article): Ditto.
6726
67272005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
6728
6729 * mail-source.el (mail-source-fetch-pop): Require pop3.
6730 (mail-source-check-pop): Ditto.
6731
67322005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6733
6734 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6735 errors.
6736
67372005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
6738
6739 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6740 (gnus-treat-strip-leading-blank-lines): Improve doc string.
6741
6742 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6743
6744 * mm-bodies.el (mm-decode-string): Call
6745 `mm-charset-to-coding-system' with allow-override argument.
6746
67472005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6748
6749 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6750 (rfc2047-charset-to-coding-system): New function.
6751 (rfc2047-decode-encoded-words): New function.
6752 (rfc2047-decode-region): Use them.
6753 (rfc2047-decode-cte): Remove.
6754 (rfc2047-parse-and-decode): Remove.
6755 (rfc2047-decode): Remove.
6756
67572005-10-15 Kenichi Handa <handa@m17n.org>
6758
6759 * rfc2047.el (rfc2047-decode-cte): New function.
6760 (rfc2047-decode-region): Change the way to decode successive
6761 encoded-words: decode B- or Q-encoding in each encoded-word,
6762 concatenate them, and decode it as charset.
6763
67642005-10-17 Chong Yidong <cyd@stupidchicken.com>
6765
6766 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
6767 widget-move-and-invoke.
6768 (gnus-custom-mode): Use gnus-custom-map.
6769
67702005-10-15 Bill Wohler <wohler@newt.com>
6771
6772 * message.el (message-tool-bar-map): Renamed image file from
6773 mail_send to mail/send.
6774
67752005-10-16 Masatake YAMATO <jet@gyve.org>
6776
6777 * message.el (message-expand-group): Pass the common
6778 prefix substring of completion to `display-completion-list'.
6779
67802005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
6781
6782 * mml-sec.el (mml-secure-method): New internal variable.
6783 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
6784 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6785 functions using mml-secure-method.
6786
6787 * mml.el (mml-mode-map): Add key bindings for those functions.
6788 (mml-menu): Simplify security menu entries. Suggested by Jesper
6789 Harder <harder@myrealbox.com>.
6790 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
6791 end of message if point is the headers of the message.
6792
6793 * message.el (message-in-body-p): New function.
6794
6795 * assistant.el: Autoload gnus-util and netrc.
6796
6797 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
6798 Use `mm-charset-override-alist' only when decoding.
6799
6800 * mm-bodies.el (mm-decode-body): Call
6801 `mm-charset-to-coding-system' with allow-override argument.
6802
6803 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
6804 `filename' from Content-Disposition if Content-Type doesn't
6805 provide `name'.
6806 (gnus-mime-view-part-as-type): Set default instead of
6807 initial-input.
6808
68092005-10-09 Daniel Brockman <daniel@brockman.se>
6810
6811 * format-spec.el (format-spec): Propagate text properties of % spec.
6812
68132005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
6814
6815 * gnus-art.el (gnus-treat-predicate): Add `first'.
6816
68172005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
6818
6819 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
6820 (mm-charset-override-alist): New variable.
6821 (mm-charset-to-coding-system): Use it.
6822 (mm-codepage-setup): New helper function.
6823 (mm-charset-eval-alist): New variable.
6824 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
6825 about unknown charsets.
6826
68272005-10-04 David Hansen <david.hansen@gmx.net>
6828
6829 * nnrss.el (nnrss-request-article): Add support for the comments tag.
6830 (nnrss-check-group): Ditto.
6831
68322005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
6833
6834 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
6835 Rename x-gnus-verbatim to x-verbatim.
6836 (mm-uu-type-alist): Fix regexp for verbatim-marks.
6837
6838 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
6839 x-verbatim.
6840
6841 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
6842
6843 * gnus-util.el (gnus-remove-duplicates): Remove.
6844
6845 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
6846 instead of gnus-remove-duplicates.
6847
6848 * message.el (message-remove-duplicates): Remove.
6849 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
6850 message-remove-duplicates.
6851
6852 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
6853 available, else use implementation from `delete-dups'.
6854
6855 * message.el (message-insert-expires): New function.
6856 (message-mode-map): Add key binding.
6857 (message-mode-field-menu): Add menu entry.
6858 (message-mode): Document it.
6859 (message-make-expires-date): Use `message-make-date'.
6860
68612005-10-04 Josh Huber <huber@alum.wpi.edu>
6862
6863 * message.el (message-make-expires-date): New function.
6864
01c52d31
MB
68652005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
6866
6867 * time-date.el: Autoload parse-time-string, XEmacs needs it.
6868
68692005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6870
6871 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
6872 function rather than the diff-mode.el package.
6873 (mm-display-external): Use with-current-buffer.
6874 (mm-viewer-completion-map, mm-viewer-completion-map):
6875 Move initialization inside declaration.
6876
68772005-09-29 Simon Josefsson <jas@extundo.com>
6878
6879 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
6880 autoload mail-check-payment.
6881 (spam-check-hashcash): Define unconditionally, since hashcash.el
6882 is part of Gnus now. Ignore errors from payment checking.
6883
68842005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
6885
6886 * message.el (message-bold-region, message-unbold-region): Rename
6887 from `bold-region' and `unbold-region'.
6888
6889 * message.el: Remove useless autoloads.
6890
68912005-09-28 Simon Josefsson <jas@extundo.com>
6892
6893 * message.el (message-use-idna): Default to t.
6894 (message-use-idna): Test whether encoding works too. Doc fix.
6895
68962005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6897
6898 * nntp.el (nntp-warn-about-losing-connection): Remove.
6899
69002005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
6901
6902 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
6903 customizable. Change default value.
6904 (mm-uu-diff-groups-regexp): Change default value.
6905 (mm-uu-type-alist): Add doc string.
6906 (mm-uu-configure): Add doc string. Make it interactive.
6907 (mm-uu-tex-groups-regexp): New variable.
6908 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
6909 (mm-uu-type-alist): Add LaTeX documents.
6910 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
6911 of "text/verbatim".
6912 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
6913
6914 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
6915 instead of "text/verbatim".
6916
6917 * message.el (message-mark-inserted-region)
6918 (message-mark-insert-file): Use slrn style marks when called with
6919 prefix argument.
6920
69212005-09-27 Simon Josefsson <jas@extundo.com>
6922
6923 * message.el (message-idna-to-ascii-rhs-1): Reformat.
6924
880820fe 69252005-09-27 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
6926
6927 * message.el (message-remove-duplicates): New function.
6928 Implementation borrowed from `gnus-remove-duplicates'.
6929 (message-idna-to-ascii-rhs): Also encode idna addresses in
6930 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6931 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
6932 only ask about the same idna domain once per header and also tell
6933 in what header to replace the idna domain.
6934
6935 * gnus-art.el (article-decode-idna-rhs): Also decode idna
6936 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6937 (article-decode-idna-rhs): Fix regexp so that all idna-address in
6938 a header is decoded and not just the last one.
6939
69402005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
6941
6942 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
6943 has been decoded.
6944
6945 * mm-decode.el (mm-automatic-display): Add text/verbatim.
6946 (mm-insert-part): Don't modify text if it has been decoded.
6947
6948 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
6949 decoded.
6950
6951 * mm-view.el (mm-inline-text): Don't strip text props unless
6952 decoding enriched or richtext parts.
6953
69542005-09-25 Romain Francoise <romain@orebokech.com>
6955
6956 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
6957 * gnus-start.el (gnus-subscribe-interactively):
6958 * gnus-uu.el (gnus-uu-grab-articles):
6959 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
6960 space.
6961
69622005-09-24 Emilio C. Lopes <eclig@gmx.net>
6963
6964 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6965 * mm-view.el (mm-view-pkcs7-decrypt):
6966 * gnus-sum.el (gnus-summary-limit-to-extra)
6967 (gnus-summary-respool-article, gnus-read-move-group-name):
6968 * gnus-score.el (gnus-summary-increase-score):
6969 * gnus-util.el (gnus-completing-read-with-default):
6970 * gnus-art.el (gnus-read-save-file-name)
6971 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
6972 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
6973 * message.el (message-check-news-header-syntax):
6974 Follow convention for reading with the minibuffer.
6975
69762005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
6977
6978 * spam-report.el (spam-report-url-ping-plain):
6979 Use gnus-extended-version as User-Agent.
6980
6981 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
6982 default value is nil.
6983
6984 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
6985 (mm-uu-verbatim-marks-extract): New function.
6986 (mm-uu-extract): New face.
6987 (mm-uu-copy-to-buffer): Use it.
6988
6989 * spam-report.el (spam-report-gmane-ham): Renamed from
6990 `spam-report-gmane-unspam'.
6991 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
6992 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
6993
6994 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
6995 Autoload.
6996 (spam-report-gmane-unregister-routine): Renamed
6997 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
6998
69992005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
7000
7001 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7002 (spam-report-gmane-unregister-routine): Add support for gmane
7003 unregistration.
7004
7005 * spam-report.el (spam-report-gmane-unspam)
7006 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7007 (spam-report-gmane): Change to take a single article and do unspam
7008 registration.
7009
70102005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
7011
7012 * mm-url.el (mm-url-decode-entities): Fix regexp.
7013
70142005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7015
7016 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7017 default to nil, to be able to use Gnus at all. If the default
7018 switches to something else, then the function should be fixed not
7019 be exceedingly slow.
7020
70212005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
7022
7023 * gnus-start.el (gnus-activate-group): If the server is nil, don't
7024 fail hard.
7025
7026 * spam-report.el: Add better Keywords line.
7027
7028 * spam.el: Add Maintainer and better Keywords line.
7029
70302005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
7031
7032 * gnus-art.el (gnus-article-replace-part)
7033 (gnus-mime-replace-part): New functions.
7034 (gnus-mime-action-alist, gnus-mime-button-commands)
7035 (gnus-mime-save-part-and-strip): Added file argument.
7036 (gnus-article-part-wrapper): Added interactive argument.
7037
7038 * gnus-sum.el (gnus-summary-mime-map): Add
7039 `gnus-article-replace-part'.
7040
70412005-09-19 Didier Verna <didier@xemacs.org>
7042
7043 The nnml compaction feature:
7044 * nnml.el (nnml-request-compact-group): New function.
7045 * nnml.el (nnml-request-compact): New function.
7046 * gnus-int.el (gnus-request-compact-group): New function.
7047 * gnus-int.el (gnus-request-compact): New function.
7048 * gnus-group.el (gnus-group-compact-group): New function.
7049 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7050 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7051 * gnus-srvr.el (gnus-server-compact-server): New function.
7052 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7053 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7054
70552005-09-18 Deepak Goel <deego@gnufans.org>
7056
7057 * sieve.el (sieve-help): Fix `message' call: first arg should be a
7058 format spec.
7059
70602005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7061
7062 * gnus.el (gnus-group-startup-message): Bind image-load-path.
7063
70642005-09-15 Romain Francoise <romain@orebokech.com>
7065
7066 * message.el (message-fill-paragraph): Clarify docstring.
7067
70682005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7069
7070 * gnus-art.el (gnus-mime-display-part): Protect against broken
7071 MIME messages.
7072
70732005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
7074
7075 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7076 before parsing header.
7077
70782005-09-11 Jari Aalto <jari.aalto@cante.net>
7079
002876ab 7080 * html2text.el (html2text-replace-list): Add new entities.
01c52d31
MB
7081
70822005-09-11 Romain Francoise <romain@orebokech.com>
7083
7084 * message.el (message-alternative-emails): Improve docstring.
7085 (message-setup-1): Call `message-use-alternative-email-as-from'
7086 after `message-setup-hook' to give it precedence over posting
7087 styles, etc.
7088 (message-use-alternative-email-as-from): Add docstring. Remove
7089 the original From header if present.
7090
7091 * nnml.el (nnml-compressed-files-size-threshold): New variable.
7092 (nnml-save-mail): Use it.
7093
7094 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7095 articles. Add new argument `silent'.
7096 (gnus-uu-mark-all): Report the total number of marked articles.
7097
70982005-09-10 Romain Francoise <romain@orebokech.com>
7099
7100 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7101 (gnus-uu-mark-series): Likewise.
7102
71032005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
7104
7105 * spam-report.el (spam-report-gmane): Fix generation of spam
7106 report URL.
7107
71082005-09-10 Simon Josefsson <jas@extundo.com>
7109
7110 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7111 t, based on discussion on the ding list with Robert Epprecht
7112 <epprecht@solnet.ch>.
7113
71142005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
7115
7116 * spam-report.el (spam-report-gmane): Make it work without
7117 X-Report-Spam header. Gmane now only provides Archived-At.
7118 This is only used if `spam-report-gmane-use-article-number' is nil.
7119 (spam-report-gmane-spam-header): Remove. Not used anymore.
7120
7121 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7122 make `gnus-summary-sort-by-recipient' work with threading.
7123
7124 * nnweb.el (nnweb-google-wash-article): Print a message if article
7125 is not available.
7126
71272005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7128
7129 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7130 change. Decode text/* parts content before displaying.
7131
71322005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
7133
7134 * mml-smime.el: Remove defvar of gnus-extract-address-components.
7135
71362005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
7137
7138 * mm-view.el (mm-display-inline-fontify): Disable support modes.
7139
71402005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
7141
c9e31f32 7142 * message.el (message-tab-body-function): Fix mismatched custom type.
01c52d31
MB
7143
7144 * gnus.el (gnus-group-change-level-function): Ditto.
7145
7146 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7147
7148 * gnus-art.el (gnus-signature-limit)
7149 (gnus-article-mime-part-function): Ditto.
7150
71512005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
7152
7153 * mml.el (mml-mode): Silence the byte compiler.
7154
7155 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7156 using `(sit-for 0)' before moving the point to the specified part;
7157 skip unbuttonized parts.
7158 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7159 return to the summary window if gnus-auto-select-part is non-nil.
7160
71612005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
7162
7163 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7164 variables.
7165 (mml-dnd-attach-file, mml-mode): Use them.
7166
7167 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7168 Make fetching article by MID work again for Google Groups. Added
7169 FIXME concerning gnus-group-make-web-group.
7170
7171 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7172 Don't depend on Gnus by using mail-extract-address-components if
7173 gnus-extract-address-components is not bound.
7174
71752005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7176
7177 * gnus-art.el (gnus-mime-display-security): Don't display the
7178 signature, but only the signed part.
7179
71802005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
7181
7182 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7183
7184 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7185 list, not listp.
7186
71872005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
7188
7189 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7190 when encoding.
7191
7192 * mm-bodies.el (mm-decode-content-transfer-encoding):
7193 De-canonicalize CRLF for all text content types, not just
7194 text/plain.
7195
71962005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7197
7198 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7199 valid article; point arrow and cursor at the MIME button.
7200
72012005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
7202
7203 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7204 Suggested by Dan Christensen <jdc@uwo.ca>.
7205
7206 * mm-decode.el (mm-save-part): Enable change of prompt.
7207
72082005-08-29 Jari Aalto <jari.aalto@cante.net>
7209
7210 * gnus-msg.el (gnus-inews-add-send-actions): Made
7211 `message-post-method' lambda parameter ARG `&optional'.
7212
72132005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
7214
7215 * gnus-sum.el (gnus-summary-mime-map): Added
7216 gnus-article-save-part-and-strip, gnus-article-delete-part and
7217 gnus-article-jump-to-part.
7218
7219 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7220 (gnus-article-edit-part): Use it.
7221 (gnus-article-part-wrapper): Added no-handle argument.
7222 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7223 functions.
7224
72252005-08-29 Romain Francoise <romain@orebokech.com>
7226
7227 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7228 docstring.
7229 (gnus-face-from-file): Likewise.
7230
72312005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
7232
7233 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7234 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7235 non-nil.
7236 (gnus-auto-select-part): New variable.
7237 (gnus-article-jump-to-part): New function.
7238 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7239 (gnus-mime-delete-part): Allow selecting specified part after
7240 deleting or stripping parts.
7241 (gnus-article-jump-to-part): Don't use `read-number'. Use last
7242 part if argument is bogus.
7243
72442005-08-31 Juanma Barranquero <lekktu@gmail.com>
7245
7246 * gnus-art.el (w3m-minor-mode-map):
7247 * gnus-spec.el (gnus-newsrc-file-version):
7248 * gnus-util.el (nnmail-active-file-coding-system)
7249 (gnus-original-article-buffer, gnus-user-agent):
7250 * gnus.el (gnus-ham-process-destinations)
7251 (gnus-parameter-ham-marks-alist)
7252 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7253 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7254 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7255 * mm-decode.el (gnus-current-window-configuration):
7256 * mm-extern.el (gnus-article-mime-handles):
7257 * mm-url.el (url-current-object, url-package-name)
7258 (url-package-version):
7259 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7260 (smime-keys, w3m-cid-retrieve-function-alist)
7261 (w3m-current-buffer, w3m-display-inline-images)
7262 (w3m-minor-mode-map):
7263 * mml-smime.el (gnus-extract-address-components):
7264 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7265 (gnus-newsrc-hashtb, message-default-charset)
7266 (message-deletable-headers, message-options)
7267 (message-posting-charset, message-required-mail-headers)
7268 (message-required-news-headers):
7269 * mml1991.el (mc-pgp-always-sign):
7270 * mml2015.el (mc-pgp-always-sign):
7271 * nnheader.el (nnmail-extra-headers):
7272 * rfc1843.el (gnus-decode-encoded-word-function)
7273 (gnus-decode-header-function, gnus-newsgroup-name):
7274 * spam-stat.el (gnus-original-article-buffer): Add defvars.
7275
72762005-08-22 Karl Chen <quarl@cs.berkeley.edu>
7277
7278 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7279 the end of the date treatments.
7280
72812005-08-15 Simon Josefsson <jas@extundo.com>
7282
7283 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7284 it in url-handlers.el and XEmacs in url.el. Reported by Luca
7285 Capello and Romain Francoise.
7286 (pgg-fetch-key-function): Removed, not used?
7287 (pgg-insert-url-with-w3): Require url, to get
7288 url-insert-file-contents regardless of where it is defined.
7289
72902005-08-13 Romain Francoise <romain@orebokech.com>
7291
7292 * message.el (message-cite-original-1): New function.
7293 (message-cite-original): Use it.
7294 (message-cite-original-without-signature): Ditto.
7295
72962005-08-08 Romain Francoise <romain@orebokech.com>
7297
7298 * message.el (message-yank-empty-prefix): New variable.
7299 (message-indent-citation): Use it.
7300 (message-cite-original-without-signature): Respect X-No-Archive.
7301
73022005-08-08 Simon Josefsson <jas@extundo.com>
7303
7304 * pgg.el: Autoload url-insert-file-contents instead of loading
7305 w3/url.
7306 (pgg-insert-url-with-w3): Don't load url here.
7307
73082005-08-07 Jesper Harder <harder@phys.au.dk>
7309
7310 * message.el (message-kill-to-signature): Don't insert newline at
7311 bol.
7312 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7313
73142005-08-06 Romain Francoise <romain@orebokech.com>
7315
7316 * message.el (message-user-fqdn): Fix typo in docstring.
7317
73182005-08-05 Daiki Ueno <ueno@unixuser.org>
7319
7320 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7321
7322 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7323
73242005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
7325
7326 * mm-bodies.el (mm-encode-body): Use coding system rather than
7327 charset to encode text.
7328
7329 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7330 number of charsets if utf-8 is available (XEmacs).
7331
73322005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
7333
7334 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7335 taken from `gnus-button-mid-or-mail-regexp'.
7336 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7337 (gnus-button-alist): Improve regexp for domain part of the MIDs
7338 for news:localpart@domain buttons.
7339 (gnus-button-ctan-directory-regexp): Update.
7340
73412005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
7342
7343 * sieve-manage.el (sieve-manage-interactive-login): Use
7344 make-local-variable rather than make-variable-buffer-local.
7345 (sieve-manage-open): Ditto.
7346 (sieve-manage-authenticate): Ditto.
7347
7348 * mml.el (mml-generate-mime-1): Make the content type default to
7349 text/plain if the filename is not specified.
7350
73512005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
7352
7353 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7354 instead of insert-buffer.
7355
7356 * message.el (message-yank-original): Ditto; set the mark at the
7357 end of the yanked message.
7358
73592005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
7360
7361 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7362 lines to scroll rather than to stop it.
7363
7364 * mml.el (mml-generate-default-type): Add doc string.
7365 (mml-generate-mime-1): Use mm-default-file-encoding or make it
7366 default to application/octet-stream when determining the content
7367 type if it is not specified for the part or the mml contents; add
7368 a comment about mml-generate-default-type.
7369
73702005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
7371
7372 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7373 make it default to application/octet-stream when determining the
7374 content type if it is not specified for the external contents.
7375
73762005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
7377
7378 * rfc2231.el (rfc2231-parse-string): Take care that not only a
7379 segmented parameter but also other parameters might be there.
7380
73812005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
7382
7383 * mm-decode.el (mm-display-external): Delete temp file, directory
7384 and buffer immediately if the external process is exited.
7385
73862005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
7387
7388 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7389 fewer lines than that of scroll-margin.
7390 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7391
73922005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
7393
7394 * gnus-art.el (gnus-article-next-page): Revert.
7395 (gnus-article-beginning-of-window): New macro.
7396 (gnus-article-next-page-1): Use it.
7397 (gnus-article-prev-page): Ditto.
7398 (gnus-article-edit-part): Use insert-buffer-substring instead of
7399 insert-buffer.
7400 (gnus-article-edit-exit): Ditto.
7401
7402 * gnus-util.el (gnus-beginning-of-window): Remove.
7403 (gnus-end-of-window): Remove.
7404
74052005-07-25 Simon Josefsson <jas@extundo.com>
7406
7407 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7408 to have the url package without w3. Reported by Daiki Ueno
7409 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7410
74112005-07-20 Didier Verna <didier@xemacs.org>
7412
7413 * gnus-diary.el: Remove the description comment (nndiary is now
7414 properly documented in the Gnus manual).
7415 Fix the spelling of "Back End".
7416 * nndiary.el: Ditto.
7417 Fix the copyright notice.
7418
74192005-07-18 Romain Francoise <romain@orebokech.com>
7420
149cd465
JB
7421 * gnus-sum.el (gnus-summary-to-prefix)
7422 (gnus-summary-newsgroup-prefix): New variables.
01c52d31
MB
7423 (gnus-summary-from-or-to-or-newsgroups): Use them.
7424
74252005-07-17 Romain Francoise <romain@orebokech.com>
7426
7427 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7428 space as it's generally not especially interesting to the user.
7429
74302005-07-16 Romain Francoise <romain@orebokech.com>
7431
7432 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7433 nil to avoid prompting and file modification if one of the
7434 messages at the top of the nnfolder file contains a copyright
7435 notice.
7436 Update copyright notice.
7437
7438 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7439 instead of `current-time-string' as the latter creates a time
7440 string that is not RFC 2822 compliant (it lacks the zone).
7441 Update copyright notice.
7442
74432005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7444
7445 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7446 for text/rtf. Display default in prompt. Pass default for M-n.
7447
7448 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7449
74502005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7451
7452 * gnus-msg.el (gnus-button-mailto): Remove
7453 save-selected-window-window hackery because it relies on
7454 save-selected-window internals.
7455
74562005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
7457
7458 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7459 (gnus-article-next-page-1): Use gnus-beginning-of-window.
7460 (gnus-article-prev-page): Ditto.
7461
7462 * gnus-util.el (gnus-beginning-of-window): New function.
7463 (gnus-end-of-window): New function.
7464
74652005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
7466
7467 * gnus-score.el (gnus-score-edit-all-score): Set
7468 gnus-score-edit-exit-function to gnus-score-edit-done and call
7469 gnus-message.
7470
74712005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7472
7473 * gnus-msg.el (gnus-button-mailto): Remove
7474 save-selected-window-window hackery because it relies on
7475 save-selected-window internals.
7476
74772005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7478
7479 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7480 add-minor-mode.
7481 (gnus-binary-mode): Ditto.
7482
7483 * gnus-topic.el (gnus-topic-mode): Ditto.
7484
74852005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
7486
7487 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7488 (gnus-article-prev-page): Take scroll-margin into consideration.
7489
74902005-07-04 Lute Kamstra <lute@gnu.org>
7491
7492 Update FSF's address in GPL notices.
7493
74942005-07-04 Juanma Barranquero <lekktu@gmail.com>
7495
7496 * gnus.el (gnus-exit):
7497 * gnus-group.el (gnus-group-icons):
7498 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7499
7500 * gnus-nocem.el (gnus-nocem):
7501 * message.el (message-various, message-buffers, message-sending)
7502 (message-interface, message-forwarding, message-insertion)
7503 (message-headers, message-news, message-mail):
7504 * pgg-gpg.el (pgg-gpg):
7505 * pgg-parse.el (pgg-parse):
7506 * pgg-pgp.el (pgg-pgp):
7507 * pgg-pgp5.el (pgg-pgp5):
7508 * pop3.el (pop3): Finish `defgroup' description with period.
7509
75102005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
7511
7512 * gnus-art.el (article-display-face): Improve the efficiency.
7513 (article-display-x-face): Ditto; remove grey x-face stuff.
7514
75152005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
7516
7517 * gnus-art.el (article-display-face): Correct the position in
7518 which Faces are inserted.
7519
75202005-06-29 Didier Verna <didier@xemacs.org>
7521
7522 * gnus-art.el (article-display-face): Display faces in correct
7523 order.
7524
75252005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7526
7527 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7528 (gnus-fill-real-hashtb): Use hash table instead of obarray.
7529 (gnus-nocem-check-article): Fetch the Type header.
7530 (gnus-nocem-message-wanted-p): Fix the way to examine types.
7531 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7532 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7533 make sure gnus-nocem-hashtb is initialized.
7534 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7535 (gnus-nocem-unwanted-article-p): Ditto.
7536
7537 * pgg.el (pgg-verify): Return the verification result.
7538
75392005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7540
7541 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7542 is ascii.
7543
75442005-06-24 Juanma Barranquero <lekktu@gmail.com>
7545
7546 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7547 `show-nonbreak-escape'.
7548
75492005-06-23 Lute Kamstra <lute@gnu.org>
7550
7551 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7552
7553 * dig.el (dig-mode):
7554 * smime.el (smime-mode): Use gnus-run-mode-hooks.
7555
75562005-06-21 Juanma Barranquero <lekktu@gmail.com>
7557
7558 * nnimap.el (nnimap-split-download-body): Fix spellings.
7559
75602005-06-16 Juanma Barranquero <lekktu@gmail.com>
7561
7562 * gnus-art.el (gnus-article-encrypt-body):
7563 * gnus-cus.el (gnus-score-customize):
cc398b83
JB
7564 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7565 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
b66c24b4 7566
880820fe 75672005-06-16 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
7568
7569 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7570 header by looking for magic "MII" at the beginnig.
7571
75722005-06-16 Miles Bader <miles@gnu.org>
7573
7574 * assistant.el (assistant-field): Remove "-face" suffix from face name.
7575 (assistant-field-face): New backward-compatibility alias for renamed
7576 face.
7577 (assistant-render-text): Use renamed assistant-field face.
7578
7579 * spam.el (spam): Remove "-face" suffix from face name.
7580 (spam-face): New backward-compatibility alias for renamed face.
7581 (spam-face, spam-initialize): Use renamed spam face.
7582
7583 * message.el (message-header-to, message-header-cc)
7584 (message-header-subject, message-header-newsgroups)
7585 (message-header-other, message-header-name)
7586 (message-header-xheader, message-separator, message-cited-text)
7587 (message-mml): Remove "-face" suffix from face names.
7588 (message-header-to-face, message-header-cc-face)
7589 (message-header-subject-face, message-header-newsgroups-face)
7590 (message-header-other-face, message-header-name-face)
7591 (message-header-xheader-face, message-separator-face)
7592 (message-cited-text-face, message-mml-face):
7593 New backward-compatibility aliases for renamed faces.
7594 (message-font-lock-keywords): Use renamed message faces.
7595
7596 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7597 (sieve-test-commands, sieve-tagged-arguments):
7598 Remove "-face" suffix from face names.
7599 (sieve-control-commands-face, sieve-action-commands-face)
7600 (sieve-test-commands-face, sieve-tagged-arguments-face):
7601 New backward-compatibility aliases for renamed faces.
7602 (sieve-control-commands-face, sieve-action-commands-face)
7603 (sieve-test-commands-face, sieve-tagged-arguments-face):
7604 Use renamed sieve faces.
7605
7606 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7607 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7608 (gnus-group-news-3-empty, gnus-group-news-4)
7609 (gnus-group-news-4-empty, gnus-group-news-5)
7610 (gnus-group-news-5-empty, gnus-group-news-6)
7611 (gnus-group-news-6-empty, gnus-group-news-low)
7612 (gnus-group-news-low-empty, gnus-group-mail-1)
7613 (gnus-group-mail-1-empty, gnus-group-mail-2)
7614 (gnus-group-mail-2-empty, gnus-group-mail-3)
7615 (gnus-group-mail-3-empty, gnus-group-mail-low)
7616 (gnus-group-mail-low-empty, gnus-summary-selected)
7617 (gnus-summary-cancelled, gnus-summary-high-ticked)
7618 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7619 (gnus-summary-high-ancient, gnus-summary-low-ancient)
7620 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7621 (gnus-summary-low-undownloaded)
7622 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7623 (gnus-summary-low-unread, gnus-summary-normal-unread)
7624 (gnus-summary-high-read, gnus-summary-low-read)
7625 (gnus-summary-normal-read, gnus-splash):
7626 Remove "-face" suffix from face names.
7627 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7628 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7629 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7630 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7631 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7632 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7633 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7634 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7635 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7636 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7637 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7638 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7639 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7640 (gnus-summary-normal-ticked-face)
7641 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7642 (gnus-summary-normal-ancient-face)
7643 (gnus-summary-high-undownloaded-face)
7644 (gnus-summary-low-undownloaded-face)
7645 (gnus-summary-normal-undownloaded-face)
7646 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7647 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7648 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7649 (gnus-splash-face):
7650 New backward-compatibility aliases for renamed faces.
7651 (gnus-group-startup-message): Use renamed gnus faces.
7652
7653 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7654 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7655 (gnus-server-agent): Remove "-face" suffix from face names.
7656 (gnus-server-agent-face, gnus-server-opened-face)
7657 (gnus-server-closed-face, gnus-server-denied-face)
7658 (gnus-server-offline-face):
7659 New backward-compatibility aliases for renamed faces.
7660 (gnus-server-agent-face, gnus-server-opened-face)
7661 (gnus-server-closed-face, gnus-server-denied-face)
7662 (gnus-server-offline-face): Use renamed gnus faces.
7663
7664 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7665 Remove "-face" suffix from face names.
7666 (gnus-picon-xbm-face, gnus-picon-face):
7667 New backward-compatibility aliases for renamed faces.
7668
7669 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7670 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7671 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7672 (gnus-cite-11): Remove "-face" suffix from face names.
7673 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7674 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7675 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7676 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7677 New backward-compatibility aliases for renamed faces.
7678 (gnus-cite-attribution-face, gnus-cite-face-list)
7679 (gnus-article-boring-faces): Use renamed gnus faces.
7680
7681 * gnus-art.el (gnus-signature, gnus-header-from)
7682 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7683 (gnus-header-content): Remove "-face" suffix from face names.
7684 (gnus-signature-face, gnus-header-from-face)
7685 (gnus-header-subject-face, gnus-header-newsgroups-face)
7686 (gnus-header-name-face, gnus-header-content-face):
7687 New backward-compatibility aliases for renamed faces.
7688 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7689
7690 * gnus-sum.el (gnus-summary-selected-face)
7691 (gnus-summary-highlight): Use renamed gnus faces.
7692 * gnus-group.el (gnus-group-highlight): Likewise.
7693
76942005-06-14 Juanma Barranquero <lekktu@gmail.com>
7695
7696 * gnus-sieve.el (gnus-sieve-article-add-rule):
7697 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7698 * spam-stat.el (spam-stat-buffer-change-to-spam)
7699 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7700
7701 * message.el (message-is-yours-p):
7702 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7703
77042005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
7705
7706 * mm-view.el (mm-inline-text): Withdraw the last change.
7707
77082005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
7709
7710 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7711 executing enriched-decode.
7712
77132005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
7714
7715 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7716 charset of tar files.
7717
77182005-06-04 Luc Teirlinck <teirllm@auburn.edu>
7719
7720 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7721
77222005-06-04 Lute Kamstra <lute@gnu.org>
7723
7724 * nnfolder.el (nnfolder-read-folder): Make sure that undo
7725 information is never recorded.
7726
77272005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7728
7729 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7730
77312005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
7732
7733 * pop3.el (pop3-apop): Run md5 in the binary mode.
7734
7735 * starttls.el (starttls-set-process-query-on-exit-flag):
7736 Use eval-and-compile.
7737
77382005-05-31 Simon Josefsson <jas@extundo.com>
7739
7740 * smime.el (smime-replace-in-string): Define.
7741 (smime-cert-by-ldap-1): Use it.
7742
77432005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
7744
7745 * gnus-art.el (article-display-x-face): Replace
7746 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7747
7748 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7749 set-process-query-on-exit-flag or process-kill-without-query.
7750
7751 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7752 loop instead of replace-regexp.
7753
7754 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7755 instead of process-kill-without-query if it is available.
7756
7757 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7758 instead of find-file-hooks if it is available.
7759
7760 * mml1991.el: Bind pgg-default-user-id when compiling.
7761
7762 * mml2015.el: Bind pgg-default-user-id when compiling.
7763
7764 * nndraft.el (nndraft-request-associate-buffer):
7765 Use write-contents-functions instead of write-contents-hooks if it is
7766 available.
7767
7768 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7769 instead of find-file-hooks if it is available.
7770
7771 * nntp.el (nntp-open-connection): Replace
7772 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7773 (nntp-open-ssl-stream): Ditto.
7774 (nntp-open-tls-stream): Ditto.
7775
7776 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
7777 set-process-query-on-exit-flag or process-kill-without-query.
7778 (starttls-open-stream-gnutls): Use it instead of
7779 process-kill-without-query.
7780 (starttls-open-stream): Ditto.
7781
77822005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
7783
7784 * smime.el (smime-cert-by-ldap-1): Don't use
7785 replace-regexp-in-string.
7786
880820fe 77872005-05-31 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
7788
7789 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
7790
7791 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
002876ab 7792 in PEM format. Adjust to the XEmacs compability.
01c52d31
MB
7793
77942005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
7795
7796 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
7797 by `string-to-number'.
7798 * gnus-agent.el (gnus-agent-regenerate-group)
7799 (gnus-agent-fetch-articles): Ditto.
7800 * gnus-art.el (gnus-button-fetch-group): Ditto.
7801 * gnus-cache.el (gnus-cache-generate-active)
7802 (gnus-cache-articles-in-group): Ditto.
7803 * gnus-group.el (gnus-group-set-current-level)
7804 (gnus-group-insert-group-line): Ditto.
7805 * gnus-score.el (gnus-score-set-expunge-below)
7806 (gnus-score-set-mark-below, gnus-summary-score-effect)
7807 (gnus-summary-score-entry): Ditto.
7808 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
7809 (gnus-soup-pack): Ditto.
7810 * gnus-spec.el (gnus-xmas-format): Ditto.
7811 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
7812 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
7813 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
7814 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
7815 * nndb.el (nndb-get-remote-expire-response): Ditto.
7816 * nndiary.el (nndiary-parse-schedule-value)
7817 (nndiary-string-to-number, nndiary-request-replace-article)
7818 (nndiary-request-article): Ditto.
7819 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
7820 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
7821 * nneething.el (nneething-make-head): Ditto.
7822 * nnfolder.el (nnfolder-request-article)
7823 (nnfolder-retrieve-headers): Ditto.
7824 * nnheader.el (nnheader-file-to-number): Ditto.
7825 * nnkiboze.el (nnkiboze-request-article): Ditto.
7826 * nnmail.el (nnmail-process-unix-mail-format)
7827 (nnmail-process-babyl-mail-format): Ditto.
7828 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
7829 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
7830 (nnmh-request-create-group, nnmh-request-list-1)
7831 (nnmh-request-group, nnmh-request-article): Ditto.
7832 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
7833 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
7834 * nnsoup.el (nnsoup-make-active): Ditto.
7835 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
7836 * nntp.el (nntp-find-group-and-number)
7837 (nntp-retrieve-headers-with-xover): Ditto.
7838 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
7839 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
7840 (pgg-format-key-identifier): Ditto.
7841 * pop3.el (pop3-last, pop3-stat): Ditto.
7842 * qp.el (quoted-printable-decode-region): Ditto.
7843
7844 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
7845 of concat.
7846
78472005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
7848
7849 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
7850
7851 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
7852
7853 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
7854
7855 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
7856
7857 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
7858
7859 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
7860
7861 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
7862 (gnus-carpal-mode): Ditto.
7863
7864 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
7865 (gnus-browse-mode): Ditto.
7866
7867 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
7868
7869 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
7870
78712005-05-29 Richard M. Stallman <rms@gnu.org>
7872
7873 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
7874
78752005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
7876
7877 * gnus-util.el (gnus-run-mode-hooks): New function.
7878
7879 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
7880
78812005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7882
7883 * gnus-agent.el (gnus-agent-make-mode-line-string):
7884 Use mode-line-highlight as mouse-face.
7885
78862005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
7887
7888 * canlock.el (canlock): Change the parent group to news.
7889
7890 * deuglify.el (gnus-outlook-deuglify): Add :group.
7891
7892 * dig.el (dig): Add :group.
7893
7894 * dns-mode.el (dns-mode): Add :group.
7895
7896 * encrypt.el (encrypt): Add :group.
7897
7898 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
7899 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
7900 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
7901 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
7902 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
7903
7904 * gnus-diary.el (gnus-diary): Add :group.
7905
7906 * gnus.el (gnus-group-news-1-face): Add :group.
7907 (gnus-group-news-1-empty-face): Ditto.
7908 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
7909 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
7910 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
7911 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
7912 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
7913 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
7914 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
7915 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
7916 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
7917 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
7918 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
7919 (gnus-summary-high-ticked-face): Ditto.
7920 (gnus-summary-low-ticked-face): Ditto.
7921 (gnus-summary-normal-ticked-face): Ditto.
7922 (gnus-summary-high-ancient-face): Ditto.
7923 (gnus-summary-low-ancient-face): Ditto.
7924 (gnus-summary-normal-ancient-face): Ditto.
7925 (gnus-summary-high-undownloaded-face): Ditto.
7926 (gnus-summary-low-undownloaded-face): Ditto.
7927 (gnus-summary-normal-undownloaded-face): Ditto.
7928 (gnus-summary-high-unread-face): Ditto.
7929 (gnus-summary-low-unread-face): Ditto.
7930 (gnus-summary-normal-unread-face): Ditto.
7931 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
7932 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
7933
7934 * hashcash.el (hashcash): New custom group.
7935 (hashcash-default-payment): Add :group.
7936 (hashcash-payment-alist): Ditto.
7937 (hashcash-default-accept-payment): Ditto.
7938 (hashcash-accept-resources): Ditto.
7939 (hashcash-path): Ditto.
7940 (hashcash-extra-generate-parameters): Ditto.
7941 (hashcash-double-spend-database): Ditto.
7942 (hashcash-in-news): Ditto.
7943
7944 * message.el (message-minibuffer-local-map): Add :group.
7945
7946 * netrc.el (netrc): Add :group.
7947
7948 * sieve-manage.el (sieve-manage-log): Add :group.
7949 (sieve-manage-default-user): Diito.
7950 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
7951 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
7952 (sieve-manage-authenticators): Ditto.
7953 (sieve-manage-authenticator-alist): Ditto.
7954 (sieve-manage-default-port): Ditto.
7955
7956 * sieve-mode.el (sieve-control-commands-face): Add :group.
7957 (sieve-action-commands-face): Ditto.
7958 (sieve-test-commands-face): Ditto.
7959 (sieve-tagged-arguments-face): Ditto.
7960
7961 * smime.el (smime): Add :group.
7962
7963 * spam-report.el (spam-report): Add :group.
7964
7965 * spam.el (spam, spam-face): Add :group.
7966
79672005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7968
7969 * nntp.el (nntp-next-result-arrived-p): Some news servers may
7970 return \n.\n.\n at the end of articles. Protect against that.
7971 (nntp-with-open-group): Allow debugging.
7972
7973 * nnheader.el (mail-header-set-extra): Make into a function
7974 because I just could't understand how to quote the list properly.
7975
7976 * dns.el (query-dns-cached): New function.
7977
79782005-05-26 Lute Kamstra <lute@gnu.org>
7979
7980 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
7981
79822005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
7983
7984 * gnus-art.el: Don't autoload mail-extract-address-components.
7985
7986 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
7987 eval-and-compile to evaluate it.
7988
7989 * hashcash.el: Don't autoload executable-find.
7990
7991 * nndb.el: Don't declare the nndb back end two or more times; don't
7992 autoload news-reply-mode, news-setup, cancel-timer and telnet.
7993
7994 * nntp.el: Autoload format-spec instead of format; use
7995 eval-and-compile to evaluate autoload forms.
7996
79972005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
7998
7999 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8000
80012005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8002
8003 * gnus.el (gnus-version-number): Bump version.
8004
80052005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
8006
8007 * gnus.el: No Gnus v0.3 is released.
8008
80092005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
8010
8011 * gnus-art.el (gnus-article-edit-part): Disable undo.
8012
80132005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
8014
8015 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8016 gnus-article-date-lapsed-new-header is t if date timer is active;
8017 skip headers in which the original date value is empty.
8018 (gnus-article-save-original-date): Redefine it as a macro.
8019 (gnus-display-mime): Use it.
8020
80212005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
8022
8023 * gnus-art.el (article-date-ut): Support converting date in
8024 forwarded parts as well.
8025 (gnus-article-save-original-date): New function.
8026 (gnus-display-mime): Use it.
8027
80282005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
8029
8030 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8031 enclosure element of <item>.
8032
80332005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
8034
8035 * message.el (message-kill-buffer-query): Renamed from
8036 `message-kill-buffer-query-if-modified'. Added :version.
8037
80382005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
8039
8040 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8041 window layout.
8042
80432005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
8044
8045 * mml.el: Autoload dnd when compiling.
8046
80472005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
8048
8049 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8050 x-dnd-*.
8051
80522005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
8053
8054 * qp.el (quoted-printable-encode-region): Save excursion.
8055
80562005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
8057
8058 * message.el (message-kill-buffer-query-if-modified): Add new variable
8059 so the user can kill a modified message buffer quickly.
8060 (message-kill-buffer): Use it.
8061
80622005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
8063
8064 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
8065 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8066
80672005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
8068
8069 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8070 contained in text because xml.el decodes entities) with LFs.
8071
80722005-04-11 Lute Kamstra <lute@gnu.org>
8073
8074 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8075 differently.
8076
80772005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8078
8079 * mm-util.el (mm-detect-coding-region): Typo.
8080
80812005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
8082
8083 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8084
80852005-04-06 D Goel <deego@gnufans.org>
8086
8087 * spam-stat.el (spam-stat-score-buffer): Add a call to a
8088 user-function allow user modifications of the scores.
8089 (spam-stat-score-buffer-user): New function, to allow
8090 user-computed modifications to the score.
002876ab
JB
8091 (spam-stat-score-buffer-user-functions): List of additional
8092 scoring functions.
8093 (spam-stat-error-holder): Global temporary error holder.
8094 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8095 variable.
01c52d31
MB
8096
80972005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
8098
8099 * gnus-registry.el (gnus-registry-clean-empty-function)
8100 (gnus-registry-trim, gnus-registry-fetch-groups)
8101 (gnus-registry-delete-group): Groups that match
8102 `gnus-registry-ignored-groups' are removed from the registry
8103 entries, not just ignored for splitting. This helps clean up the
8104 registry. Also, `gnus-registry-fetch-groups' is a convenient way
8105 to get all the groups a message ID is in.
8106
8107 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8108 (spam-stat-split-fancy): Change "threshhold" to "threshold"
8109 (spam-stat-score-buffer-user-functions): Add :number custom type.
8110
81112005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8112
8113 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8114 argument in XEmacs.
8115
8116 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8117 (nnrss-request-group): Decode group name first.
8118 (nnrss-request-article): Make a text/plain article if mml-to-mime
8119 failed.
8120 (nnrss-get-encoding): Return a compatible encoding according to
8121 nnrss-compatible-encoding-alist.
8122 (nnrss-find-el): Use consp instead of listp.
8123 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8124
81252005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8126
8127 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8128 which Emacs 20 doesn't support.
8129 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8130
81312005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
8132
8133 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
002876ab 8134 silence the byte compiler inside the defun.
01c52d31
MB
8135
8136 * gnus-demon.el (parse-time-string): Add autoload.
8137
8138 * gnus-delay.el (parse-time-string): Add autoload.
8139
8140 * gnus-art.el (parse-time-string): Add autoload.
8141
8142 * nnultimate.el (parse-time): Require for `parse-time-string'.
8143
81442005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
8145
8146 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8147
8148 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8149
8150 * smime.el (smime-ldap-host-list): Add :version.
8151
81522005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8153
8154 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8155 pass it to `gnus-browse-read-group'.
8156 (gnus-browse-read-group): Add NUMBER argument and pass it to
8157 `gnus-group-read-ephemeral-group'.
8158
8159 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8160 argument and pass it to `gnus-group-read-group'.
8161
81622005-03-19 Aidan Kehoe <kehoea@parhasard.net>
8163
8164 * mm-util.el (mm-xemacs-find-mime-charset): Only call
8165 mm-xemacs-find-mime-charset-1 if we have the mule feature
8166 available at runtime.
8167
81682005-03-25 Werner Lemberg <wl@gnu.org>
8169
8170 * nnmaildir.el: Replace `illegal' with `invalid'.
8171
81722005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8173
8174 * gnus-start.el (gnus-display-time-event-handler):
8175 Check display-time-timer at runtime rather than only at load time
8176 in case display-time-mode is turned off in the mean time.
8177
81782005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
8179
8180 * nnimap.el (nnimap-open-connection): Print which authinfo file is
8181 used.
8182
8183 * nneething.el (nneething-map-file-directory): Derive from
8184 `gnus-directory'.
8185
8186 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8187 the To/Cc button.
8188
81892005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
8190
8191 * nnmaildir.el (nnmaildir-request-accept-article):
8192 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8193
81942005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
8195
8196 * gnus-async.el: Require timer-funcs at compile time when in
8197 XEmacs for `run-with-idle-timer'.
8198
81992005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
8200
8201 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8202 autoloaded function.
8203
82042005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8205
8206 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8207
880820fe 82082005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
01c52d31
MB
8209
8210 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8211
82122005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8213
8214 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8215 gnus-expert-user to default.
8216
82172005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
8218
8219 * nnimap.el (nnimap-open-server): Ditto.
8220
8221 * imap.el (imap-authenticate): Fix typo.
8222
82232005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
8224
8225 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8226 buffer (since IMAP server might return FETCH response out of
8227 order, and the nntp buffer must be sorted).
8228
82292005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
8230
8231 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8232 comparison on string.
8233
149cd465
JB
8234 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8235 (gnus-agent-score): Renamed category keywords to match gnus-cus.
01c52d31
MB
8236 (gnus-agent-summary-fetch-series): Modified to protect against
8237 gnus-agent-summary-fetch-group clearing processable flags.
8238 (gnus-agent-synchronize-group-flags): Update live group buffer as
8239 synchronization may occur due to the user toggle the plugged
8240 status.
8241 (gnus-agent-fetch-group-1): Clear downloadable flag when article
8242 successfully downloaded.
8243 (gnus-agent-expire-group-1): Avoid using markers when the overview
8244 is in ascending order; greatly improves performance.
8245 (gnus-agent-regenerate-group): Use
8246 gnus-agent-synchronize-group-flags to reset read status in both
8247 gnus and server.
8248 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8249
82502005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8251
8252 * message.el: Don't autoload former message-utils variables.
8253 (message-strip-subject-trailing-was): Change doc string.
8254
8255 * nnweb.el: Fixes for `gnus-group-make-web-group'.
8256 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
8257 (nnweb-google-search): Add "hl=en" here.
8258 (nnweb-google-parse-1, nnweb-google-create-mapping):
8259 Don't hardcode URL.
8260
82612005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8262
8263 * message.el (message-get-reply-headers, message-followup):
8264 Mention related variables `message-use-followup-to' and
8265 `message-use-mail-followup-to', in the information buffer.
8266
8267 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8268 of broken groups(-beta).google.com.
8269
82702005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
8271
8272 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8273 parameter to invoked gnus-request-move-article; remove the
8274 redundant gnus-sum-hint-move-is-internal variable; apply the marks
8275 all at once instead of once per article.
8276 (gnus-summary-remove-process-mark): Accept a list of articles as
8277 well as a single article for processing.
8278
8279 * gnus-int.el (gnus-request-move-article): Add move-is-internal
8280 parameter.
8281
8282 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8283
8284 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8285
8286 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8287 parameter.
8288
8289 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8290 parameter.
8291
8292 * nnimap.el (nnimap-request-move-article): Add move-is-internal
8293 parameter and remove the gnus-sum-hint-move-is-internal variable.
8294
8295 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8296 parameter.
8297
8298 * nndraft.el (nndraft-request-move-article): Add move-is-internal
8299 parameter.
8300
8301 * nndiary.el (nndiary-request-move-article): Add move-is-internal
8302 parameter.
8303
8304 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8305
8306 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8307 parameter.
8308
8309 * nnagent.el (nnagent-request-move-article): Add move-is-internal
8310 parameter.
8311
83122005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
8313
8314 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8315 a more conservative way.
8316
83172005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8318
8319 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8320 buffer, so it moves the window's cursor.
8321
880820fe 83222005-02-26 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
8323
8324 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8325 `mm-dissect-multipart' and receive the from field as an (optional)
8326 argument from `mm-dissect-multipart'.
8327 (mm-dissect-multipart): Receive the from field as an argument and
8328 pass it on when we call `mm-dissect-buffer' on MIME parts.
8329 Fixes verification/decryption of signed/encrypted MIME parts.
8330
83312005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
8332
8333 * gnus-sum.el (gnus-summary-move-article): Set
8334 gnus-sum-hint-move-is-internal for gnus-request-move-article and
8335 whatever it calls (right now, only nnimap-request-move article
8336 respects it).
8337
8338 * nnimap.el (nnimap-request-move-article): When
8339 gnus-sum-hint-move-is-internal is set, don't do the extra
8340 nnimap-request-article.
8341
83422005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
8343
8344 * nnheader.el (nnheader-find-file-noselect): Add doc string.
8345
8346 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8347 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8348
8349 * gnus-sum.el (gnus-summary-caesar-message):
8350 Apply `gnus-treat-article' after rotation.
8351
8352 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8353 doc string.
8354
83552005-02-22 Simon Josefsson <jas@extundo.com>
8356
8357 * encrypt.el (encrypt-password-cache-expiry): Remove (use
880820fe 8358 `password-cache-expiry' instead). Reported by Arne Jørgensen
01c52d31
MB
8359 <arne@arnested.dk>.
8360 (encrypt): Add password-cache and password-cache-expiry as group
8361 members.
8362
880820fe 83632005-02-22 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
8364
8365 * smime.el (smime-ldap-host-list): Doc fix.
8366 (smime-ask-passphrase): Use `password-read-and-add' to read (and
8367 cache) password.
8368 (smime-sign-region): Use it.
8369 (smime-decrypt-region): Use it.
8370 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8371 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8372 fails.
8373 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8374 certificate from DER to PEM format rather than calling openssl.
8375
8376 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8377
8378 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8379 for signing/encryption.
8380
8381 * mml.el (mml-parse-1): Use them.
8382
880820fe 83832005-02-21 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
8384
8385 * nnrss.el (nnrss-verbose): Removed.
8386 (nnrss-request-group): Use `nnheader-message' instead.
8387
83882005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
8389
8390 * nnrss.el (nnrss-verbose): New variable.
8391 (nnrss-request-group): Make it say nnrss is requesting a group.
8392
83932005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
8394
8395 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8396 Handle news URL with given port correctly.
8397
83982005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
8399
8400 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8401 containing special characters.
8402
8403 * gnus-sum.el (gnus-summary-edit-article): Ditto.
8404
8405 * mml.el (mime-to-mml): Ditto.
8406
8407 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8408 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8409 (rfc2047-decode-region): Quote decoded words containing special
8410 characters when rfc2047-quote-decoded-words-containing-tspecials
8411 is non-nil.
8412
84132005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
8414
8415 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8416
8417 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8418
84192005-02-15 Simon Josefsson <jas@extundo.com>
8420
8421 * nnimap.el (nnimap-debug): Doc fix.
8422
8423 * imap.el (imap-debug): Doc fix.
8424
84252005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
8426
8427 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8428
84292005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
8430
8431 * gnus.el (spam-contents): Improve docs for spam-contents
8432 parameter in its variable incarnation.
8433
84342005-02-14 Simon Josefsson <jas@extundo.com>
8435
8436 * smime-ldap.el: Use require instead of load-library for ldap.
8437 (smime-ldap-search): Indent.
8438 (smime-ldap-search-internal): Shorten line.
8439
8440 * smime.el (smime-cert-by-dns): Add doc-string.
8441 (smime-cert-by-ldap-1): Indent.
8442
8443 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8444 mml-smime-get-dns-ldap.
8445 (mml-smime-encrypt-query): Use new function. Default to ldap.
8446
880820fe 84472005-02-14 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
8448
8449 * smime.el: Require smime-ldap.
8450 (smime-ldap-host-list): New variable.
8451 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8452
8453 * mml-smime.el (mml-smime-encrypt-query): New function.
8454 (mml-smime-encrypt-query): Use it.
8455
8456 * smime-ldap.el: New file.
8457
84582005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
8459
8460 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8461
84622005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8463
8464 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8465 argument in doc string. Make query for type more clear.
8466
84672005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
8468
8469 * gnus.el (gnus-group-startup-message): Search for gnus images in
8470 etc/images/gnus.
8471 * mm-util.el (mm-image-load-path): Likewise.
8472 * smiley.el (smiley-data-directory): Search for smilies in
8473 etc/images/smilies.
8474
84752005-02-09 Kim F. Storm <storm@cua.dk>
8476
8477 Change Emacs release version from 21.4 to 22.1 throughout.
8478 Change Emacs development version from 21.3.50 to 22.0.50.
8479
84802005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
8481
8482 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8483
8484 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8485 non-Mule XEmacs as well.
8486 (mm-decompress-buffer): Signal an error intentionally if it does
8487 not decompress compressed data because auto-compression-mode is
8488 disabled.
8489
84902005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
8491
8492 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8493 an ID in the registry even if it has no groups.
8494
84952005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
8496
8497 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8498 merge it into mm-decompress-buffer.
8499 (gnus-mime-copy-part): Use the MIME part charset, the value which
8500 a user specified or gnus-newsgroup-charset for decoding, like
8501 gnus-mime-inline-part does; set buffer-file-coding-system to tell
8502 save-buffer what was used. Suggested by Kevin Ryde
8503 <user42@zip.com.au>.
8504 (gnus-mime-inline-part): Allow the name parameter as well as the
8505 filename parameter; force decompressing of compressed data; always
8506 display contents being not decoded as unibyte.
8507
8508 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8509 as well as the filename parameter.
8510
8511 * mm-util.el (mm-decompress-buffer): Merge
8512 gnus-mime-jka-compr-maybe-uncompress.
8513 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8514 of compressed data.
8515
85162005-02-08 Simon Josefsson <jas@extundo.com>
8517
8518 * imap.el (imap-log): Doc fix.
8519
85202005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
8521
8522 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8523 the coding cookies; decompress compressed parts.
8524
10d1d0af 8525 * mml.el (mml-generate-mime-1): Add the charset parameter according
01c52d31
MB
8526 to the value which a user specified manually or the coding cookie.
8527
8528 * mm-util.el (mm-string-to-multibyte): New function.
8529 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8530 (mm-coding-system-to-mime-charset): New function.
8531 (mm-decompress-buffer): New function.
8532 (mm-find-buffer-file-coding-system): New function.
8533
8534 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8535 (mm-display-inline-fontify): Rewrite for decoding and decompressing
8536 parts.
8537
85382005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8539
8540 * mm-view.el (mm-display-inline-fontify): Decode a part according
8541 to the charset parameter.
8542
85432005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
8544
8545 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8546 prefix arg is neither nil nor a number, as info specifies.
8547
85482005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
8549
8550 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8551 timestamps.
8552
85532005-02-02 Jari Aalto <jari.aalto@cante.net>
8554
8555 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8556 groups error checking and notify user.
8557
85582005-02-02 Jari Aalto <jari.aalto@poboxes.com>
8559
8560 * message.el (message-send-mail-function): Check existence of
8561 sendmail-program first before using default value
8562 `message-send-mail-with-sendmail'. Otherwise use more generic
8563 `smtpmail-send-it'.
8564
85652005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8566
8567 * nntp.el (nntp-request-update-info): Always return nil.
8568
85692005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
8570
8571 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8572
85732005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8574
8575 * message.el (message-beginning-of-line): Change the behavior when
8576 invoked between BOL and : so that it first moves backward.
8577
85782005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8579
8580 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8581 article buffer when editing of the article is discarded.
8582 (gnus-article-prepare): Revert.
8583
85842005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8585
8586 * gnus-art.el (gnus-article-prepare):
8587 Remove message-strip-forbidden-properties from the local hook.
8588
85892005-01-27 Simon Josefsson <jas@extundo.com>
8590
8591 * password.el (password-cache-add): Only start one timer per key.
8592 Reported by Derek Atkins <warlord@MIT.EDU>.
8593
85942005-01-26 Steve Youngs <steve@sxemacs.org>
8595
8596 * run-at-time.el: Removed. It is no longer needed as
8597 timer-funcs.el in the xemacs-base package has a working version of
8598 `run-at-time'.
8599
8600 * password.el: Require timer-funcs instead of run-at-time in
8601 XEmacs.
8602 Remove `password-run-at-time' macro.
8603 (password-cache-add): Use `run-at-time' instead of
8604 `password-run-at-time'.
8605
8606 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8607 for `run-with-idle-timer'.
8608
8609 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8610 for `run-at-time'.
8611
8612 * mm-url.el: Require timer-funcs at compile time when in XEmacs
8613 for `with-timeout'.
8614
86152005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8616
8617 * mml.el (mml-generate-mime-1): Convert string into unibyte when
8618 inserting " *mml*" buffer's contents into a unibyte temp buffer.
8619
86202005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
8621
8622 * mail-source.el (mail-source-fetch-imap): Search for ^From case
8623 sensitively.
8624
86252005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
8626
8627 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8628
86292005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
8630
8631 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8632 which will be inserted according to the multibyteness of a buffer
8633 rather than the type of contents. Suggested by ARISAWA Akihiro
8634 <ari@mbf.ocn.ne.jp>.
8635
8636 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8637 of string which old xml.el may return rather than a string.
8638
86392005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8640
8641 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8642
86432005-01-16 Simon Josefsson <jas@extundo.com>
8644
8645 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8646 idn/idna.el isn't available.
8647 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
8648 <michael@waxrat.com>.
8649
8650 * hashcash.el: Remove non-FSF copyright header.
8651
8652 * hashcash.el (hashcash-extra-generate-parameters): New variable.
8653 (hashcash-generate-payment): Use it.
8654 (hashcash-generate-payment-async): Use it.
8655
86562005-01-15 Simon Josefsson <jas@extundo.com>
8657
8658 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8659 Suggested by Raymond Scholz <ray-2005@zonix.de>.
8660
8661 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8662 gnus-summary-idna-message.
8663 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8664 (gnus-summary-idna-message): New function.
8665
86662005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
8667
8668 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8669 gnus-novice-user.
8670
86712005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
8672
8673 * nnrss.el (nnrss-request-delete-group): Delete entries in
8674 nnrss-group-alist as well.
8675 (nnrss-save-server-data): Insert newline.
8676
86772005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
8678
8679 * gnus.el (gnus-user-agent): Use list of symbols instead of
8680 symbols. Display full version number for (S)XEmacs. Optionally
8681 display (S)XEmacs codename.
8682
8683 * gnus-util.el (gnus-emacs-version): Update for new
8684 `gnus-user-agent'.
8685
8686 * gnus-msg.el (gnus-extended-version): Make it possible to omit
8687 Gnus version.
8688
86892005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
8690
8691 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
8692 which is unreadable in some setups.
8693
86942005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8695
8696 * gnus-spec.el (gnus-update-format-specifications): Flush the
8697 group format spec cache if it doesn't support decoded group names.
8698
86992005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8700
c9e31f32
SM
8701 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8702 Allow to apply decay on score files matching a regexp.
01c52d31
MB
8703
87042004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
8705
8706 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8707 compatibility in %g and %c.
8708
87092004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
8710
8711 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8712 name for only %g and %c.
8713 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8714 of gnus-tmp-group to decoded group name.
8715 (gnus-group-make-rss-group): Exclude `/'s from group names.
8716
87172004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
8718
8719 * nnrss.el (nnrss-get-encoding): Fix regexp.
8720
87212004-12-27 Simon Josefsson <jas@extundo.com>
8722
8723 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8724 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8725 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
8726
87272004-12-17 Kim F. Storm <storm@cua.dk>
8728
8729 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8730
8731 * gnus-sum.el (gnus-summary-mode-map): Likewise.
8732
87332004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8734
8735 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8736
87372004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
8738
8739 * nnrss.el: Require rfc2047 and mml.
8740 (nnrss-file-coding-system): New variable.
8741 (nnrss-format-string): Redefine it as an inline function.
8742 (nnrss-decode-group-name): New function.
8743 (nnrss-string-as-multibyte): Remove.
8744 (nnrss-retrieve-headers): Decode group name; don't use
8745 nnrss-format-string.
8746 (nnrss-request-group): Decode group name.
8747 (nnrss-request-article): Decode group name; allow a Message-ID as
8748 well as an article number; don't use nnrss-format-string; encode a
8749 Message-ID string which may contain non-ASCII characters; use
8750 mml-to-mime to compose a MIME article.
8751 (nnrss-request-expire-articles): Decode group name.
8752 (nnrss-request-delete-group): Decode group name.
8753 (nnrss-fetch): Clarify error message.
8754 (nnrss-read-server-data): Use insert-file-contents instead of load;
8755 bind file-name-coding-system; use multibyte buffer.
8756 (nnrss-save-server-data): Bind coding-system-for-write to the
8757 value of nnrss-file-coding-system; bind file-name-coding-system;
8758 add coding cookie.
8759 (nnrss-read-group-data): Use insert-file-contents instead of load;
8760 bind file-name-coding-system; use multibyte buffer.
8761 (nnrss-save-group-data): Bind coding-system-for-write to the
8762 value of nnrss-file-coding-system; bind file-name-coding-system.
8763 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8764 make it work with non-ASCII text.
8765 (nnrss-find-el): Make it work with old xml.el as well.
8766
87672004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8768
8769 * nnrss.el (nnrss-get-encoding): New function.
8770 (nnrss-fetch): Use unibyte buffer initially; bind
8771 coding-system-for-read while performing mm-url-insert; remove ^Ms;
8772 decode contents according to the encoding attribute.
8773 (nnrss-save-group-data): Add coding cookie.
8774 (nnrss-mime-encode-string): New function.
8775 (nnrss-check-group): Use it to encode subject and author.
8776
87772004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
8778
8779 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
8780 imaginary variable.
8781
87822004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8783
8784 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8785 correctly even if there are wide characters.
8786
87872004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
8788
8789 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8790 downcased symbol names; make a new cache instead of reusing
8791 bbdb-hashtable.
8792
87932004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
8794
8795 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8796 concatenating segments rather than before concatenating them.
8797 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8798
8799 * message.el (message-get-reply-headers): Bind `extra'.
8800
88012004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8802
8803 * message.el (message-extra-wide-headers): New variable.
8804 (message-get-reply-headers): Use it.
8805
88062004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
8807
8808 * gnus-agent.el (gnus-agent-group-path): Decode group name.
8809 (gnus-agent-group-pathname): Ditto.
8810
8811 * gnus-cache.el (gnus-cache-file-name): Decode group name.
8812
8813 * gnus-group.el (gnus-group-make-group): Decode group name.
8814 (gnus-group-make-rss-group): Register the group data after opening
8815 the nnrss group.
8816
88172004-12-17 Paul Jarc <prj@po.cwru.edu>
8818
8819 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
8820 by expiry now get marked as read.
8821
88222004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8823
8824 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
8825
88262004-12-17 Aidan Kehoe <kehoea@parhasard.net>
8827
8828 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
8829 unify Latin characters in XEmacs.
8830 (mm-find-mime-charset-region): Use it.
8831
88322004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8833
8834 * gnus-util.el (gnus-delete-directory): New function.
8835
8836 * gnus-agent.el (gnus-agent-delete-group): Use it.
8837
8838 * gnus-cache.el (gnus-cache-delete-group): Use it.
8839
88402004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
8841
8842 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
8843 names.
8844
88452004-12-16 Simon Josefsson <jas@extundo.com>
8846
8847 * hashcash.el (hashcash-payment-alist): Fix custom :type.
8848
88492004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8850
8851 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
8852
8853 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
8854 (gnus-group-set-current-level): Decode group name.
8855
88562004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
8857
8858 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
8859 failed.
8860
88612004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
8862
8863 * gnus-group.el (gnus-group-delete-group): Decode group name.
8864 (gnus-group-make-rss-group): Encode group name.
8865 (gnus-group-catchup-current): Decode group name.
8866 (gnus-group-kill-group): Decode group name.
8867
88682004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
8869
8870 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
8871
88722004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
8873
8874 * gnus-group.el (gnus-group-make-rss-group):
8875 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
8876
8877 * gnus-start.el (gnus-setup-news): Honor user's setting to
8878 gnus-message-archive-method. Suggested by Lute Kamstra
8879 <lute@gnu.org>.
8880
88812004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
8882
8883 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
8884 global counterparts of the buffer-local variables.
8885
88862004-11-16 Romain Francoise <romain@orebokech.com>
8887
8888 * gnus-sum.el (gnus-summary-exit): Don't clear the global
8889 counterparts of the buffer-local variables.
8890
88912004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8892
8893 * message.el (message-forbidden-properties): Fixed typo in doc
8894 string.
8895
88962004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8897
8898 * gnus-util.el (gnus-replace-in-string): Added doc string.
8899
8900 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
8901 to avoid problems when splitting mails with many recipients.
8902
89032004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8904
8905 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
8906 pop-to-buffer, covered by the subsequent gnus-configure-windows.
8907
89082004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
8909
8910 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
8911 if there is no hashtable in memory or file modification time is
8912 newer than cached timestamp.
8913
89142004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
8915
8916 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
8917 not-matching option.
8918
89192004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
8920
8921 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
8922 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
8923 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8924 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
8925 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
8926 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
8927
89282004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
8929
8930 * message.el (message-forward-make-body-mml): Remove headers
8931 according to message-forward-ignored-headers if a message is decoded.
8932
89332004-12-02 Romain Francoise <romain@orebokech.com>
8934
8935 * message.el (message-forward-make-body-plain): Always remove
8936 headers according to message-forward-ignored-headers.
8937
89382004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
8939
8940 * spam.el (spam-summary-prepare-exit): Remove the
8941 gnus-summary-limit pop for now, it has problems with ham marks for
8942 me.
8943
89442004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
8945
8946 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
8947 correctly.
8948
89492004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
8950
8951 * format-spec.el (format-spec): Message the char.
8952
89532004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8954
8955 * gnus-art.el (gnus-split-methods): Reformat comments.
8956
8957 * spam.el (spam-summary-prepare-exit): Remove article limits
8958 before exiting the summary buffer.
8959
89602004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8961
8962 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
8963 order to silence the byte compiler.
8964
8965 * spam.el: Fix the way to silence the byte compiler, which
8966 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
8967 bbdb-search-simple, spam-BBDB-register-routine,
8968 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
8969 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
8970 spam-stat-buffer-is-spam, spam-stat-load,
8971 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
8972 spam-stat-save and spam-stat-split-fancy.
8973
89742004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8975
8976 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
8977 which may confuse users.
8978 (canlock-password-for-verify): Ditto.
8979
8980 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
8981
8982 * gnus-art.el (gnus-emphasis-alist): Ditto.
8983
8984 * gnus-registry.el (gnus-registry-max-entries): Ditto.
8985
8986 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
8987
8988 * gnus-start.el (gnus-save-killed-list): Ditto.
8989
8990 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
8991 (gnus-sum-thread-tree-root): Ditto.
8992 (gnus-sum-thread-tree-false-root): Ditto.
8993 (gnus-sum-thread-tree-single-indent): Ditto.
8994
8995 * message.el (message-courtesy-message): Ditto.
8996 (message-archive-note): Ditto.
8997 (message-subscribed-address-file): Ditto.
8998 (message-user-fqdn): Ditto.
8999
9000 * spam-report.el (spam-report-gmane-regex): Ditto.
9001
9002 * spam.el (spam-blackhole-good-server-regex): Ditto.
9003
90042004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9005
9006 * mml.el (mml-preview): Widen the message buffer before copying
9007 the contents to the preview buffer; sort headers before previewing.
9008
9009 * message.el (message-hidden-headers): Fix the way to avoid a bug
9010 in the `repeat' widget in Emacs 21.3 or earlier.
9011
90122004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9013
9014 * message.el (message-hidden-headers): Default to "^References:".
9015 Improve customization type. Suggested by Reiner Steib
9016 <Reiner.Steib@gmx.de>.
9017
90182004-11-25 Romain Francoise <romain@orebokech.com>
9019
9020 * message.el (message-strip-forbidden-properties): Remove check for
9021 obsolete `message-hidden' text property, hidden headers are not
9022 accessible in the buffer anymore.
9023
90242004-11-22 Romain Francoise <romain@orebokech.com>
9025
9026 * message.el (message-header-format-alist): Add `From' in list
9027 so that it can be sorted.
9028 (message-fix-before-sending): Widen and sort headers before
9029 sending.
9030 (message-hide-headers): Use narrowing to hide headers by moving
9031 them to the top of the buffer and narrowing to the region
9032 underneath.
9033
90342004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9035
9036 * message.el (message-strip-forbidden-properties): Bind
9037 buffer-read-only (etc) to nil.
9038
90392004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
9040
9041 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9042 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9043
90442004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
9045
9046 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9047
90482004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9049
9050 * dns.el (query-dns): Use sit-for to time instead of
9051 accept-process-output, since that doesn't seem to work on udp
9052 sockets.
9053
90542004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
9055
9056 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9057
90582004-11-15 Jesper Harder <harder@ifa.au.dk>
9059
9060 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9061 doc string. Improve doc string.
9062
90632004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
9064
9065 * nntp.el (nntp-request-update-info): Return nil if
9066 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9067 may not call gnus-activate-group which uselessly issues the GROUP
9068 commands for all nntp groups and wastes time. Reported by Romain
9069 Francoise <romain@orebokech.com>.
9070
9071 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9072
90732004-11-15 Simon Josefsson <jas@extundo.com>
9074
9075 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9076 headers separately.
880820fe 9077 (gnus-button-openpgp): New function, inspired by Jochen Küpper
01c52d31
MB
9078 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9079
90802004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
9081
9082 * gnus-start.el (gnus-convert-old-newsrc):
9083 Assign legacy-gnus-agent to 5.10.7.
9084
90852004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9086
9087 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9088 start of the lines.
9089
90902004-11-14 Magnus Henoch <mange@freemail.hu>
9091
9092 * hashcash.el (hashcash-default-payment): Change default to 20
9093 (hashcash-default-accept-payment): Change default to 20
9094 (hashcash-process-alist): New variable
9095 (hashcash-generate-payment-async): Add
9096 (hashcash-already-paid-p): Add
9097 (hashcash-insert-payment): Don't generate payments twice
9098 (hashcash-insert-payment-async): Add
9099 (hashcash-insert-payment-async-2): Add
9100 (hashcash-cancel-async): Add
9101 (hashcash-wait-async): Add
9102 (hashcash-processes-running-p): Add
9103 (hashcash-wait-or-cancel): Add
9104 (mail-add-payment): New optional argument. Conditionally start
9105 asynchronous calculation.
9106 (mail-add-payment-async): Add
9107
9108 * message.el (message-send-mail): Wait for asynchronous hashcash
9109 results. Don't clobber existing X-Hashcash headers.
9110 (message-setup-1): Call mail-add-payment-async when
9111 message-generate-hashcash is non-nil.
9112
91132004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9114
9115 * message.el (message-use-alternative-email-as-from): Examine the
9116 From header as well; use message-make-from in order to include a
9117 user's full name.
9118
91192004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9120
9121 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9122 default; improve customization type.
9123 (gnus-emphasis-custom-with-format): New macro.
9124 (gnus-emphasis-custom-value-to-external): New function.
9125 (gnus-emphasis-custom-value-to-internal): New function.
9126
91272004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9128
9129 * dns.el (query-dns): Resolve reverse addresses.
9130
91312004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9132
9133 * gnus-group.el (gnus-group-get-new-news): Use it.
9134
9135 * gnus-start.el (gnus-check-reasonable-setup): New function.
9136
91372004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
9138
9139 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9140 "Args out of range" error. Reported by Arnaud Giersch
9141 <arnaud.giersch@free.fr>.
9142
91432004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
9144
9145 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9146
91472004-11-04 Richard M. Stallman <rms@gnu.org>
9148
9149 * spam.el (spam group): Add :version.
9150
9151 * pgg-def.el (pgg group): Add :version.
9152
91532004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
9154
9155 * gnus-art.el (gnus-article-edit-article): Don't associate the
9156 article buffer with a draft file. This is a temporary measure
9157 against the 2004-08-22 change to gnus-article-edit-mode.
9158
91592004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9160
9161 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9162 (html2text-format-tags): Remove unused variable `attr'.
9163
91642004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9165
9166 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9167
9168 * spam-stat.el (spam-stat): Add :version.
9169
9170 * sieve.el (sieve): Add :version.
9171
9172 * sha1.el (sha1): Add :version.
9173 (sha1-use-external): Remove redundant version.
9174
9175 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9176 (nnmail-cache-ignore-groups, nnmail-spool-hook)
9177 (nnmail-split-fancy-match-partial-words)
9178 (nnmail-split-lowercase-expanded): Add :version.
9179
9180 * nndiary.el (nndiary): Add :version.
9181
9182 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9183
9184 * mml-sec.el (mml-default-sign-method)
9185 (mml-default-encrypt-method, mml-signencrypt-style-alist):
9186 Add :version.
9187
9188 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9189
9190 * mm-url.el (mm-url-use-external, mm-url-program)
9191 (mm-url-arguments): Add :version.
9192
9193 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9194 (mm-attachment-file-modes, mm-decrypt-option)
9195 (mm-w3m-safe-url-regexp): Add :version.
9196
9197 * message.el (message-cite-prefix-regexp)
9198 (message-sendmail-envelope-from, message-minibuffer-local-map)
9199 (message-user-fqdn, message-completion-alist): Add :version.
9200
9201 * gnus-win.el (gnus-configure-windows-hook)
9202 (gnus-use-frames-on-any-display): Add :version.
9203
9204 * gnus-art.el (gnus-article-address-banner-alist)
9205 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9206 (gnus-treat-from-picon, gnus-treat-mail-picon)
9207 (gnus-treat-x-pgp-sig): Add :version.
9208
9209 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9210 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9211 (gnus-summary-article-delete-hook)
9212 (gnus-summary-display-while-building): Add :version.
9213
9214 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
079a5e72 9215 (gnus-get-top-new-news-hook): Add :version.
01c52d31
MB
9216
9217 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9218 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9219
9220 * gnus-registry.el (gnus-registry): Add :version.
9221
9222 * gnus-spec.el (gnus-use-correct-string-widths)
9223 (gnus-make-format-preserve-properties): Add :version.
9224
9225 * gnus.el (gnus-group-charter-alist)
9226 (gnus-group-fetch-control-use-browse-url)
9227 (gnus-install-group-spam-parameters): Add :version.
9228
9229 * gnus-diary.el (gnus-diary): Add :version.
9230
9231 * gnus-delay.el (gnus-delay): Add :version.
9232
9233 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9234 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9235 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9236 Add :version.
9237
9238 * gnus-agent.el (gnus-agent-max-fetch-size)
9239 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9240 (gnus-agent-prompt-send-queue): Add :version.
9241
9242 * deuglify.el (gnus-outlook-deuglify): Add :version.
9243
9244 * html2text.el: Beautify code. Improve doc strings. Some
9245 checkdoc cleanup.
9246 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9247
92482004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
9249
9250 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9251
92522004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
9253
9254 * gnus-registry.el (gnus-registry-hashtb): Create the registry
9255 when package is loaded.
9256
9257 * spam.el (spam-summary-score-preferred-header): Add global preference
9258 for people who want to override the default SpamAssassin over
9259 Bogofilter preference (when both are set).
9260 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9261 (spam-user-format-function-S): Check
9262 spam-summary-score-preferred-header.
9263 (spam-extra-header-to-number): Add X-Bogosity header parsing.
9264 (spam-user-format-function-S): Format the score correctly.
9265
92662004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
9267
9268 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9269 signature file. Suggested by Manoj Srivastava
9270 <srivasta@golden-gryphon.com>.
9271
9272 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9273 iso-2022-jp even in the Japanese language environment.
9274 Suggested by Jason Rumney <jasonr@gnu.org>.
9275
92762004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
9277
9278 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9279 use the same characters as the dummy marks; make it free from
9280 getting affected by the language environment.
9281 (gnus-summary-read-group-1): Update mark positions only when the
9282 format spec is updated.
9283
9284 * gnus-spec.el (gnus-update-format-specifications): Return a list
9285 of updated types.
9286
92872004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
9288
9289 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9290 of boundp to check if display-warning is available.
9291
92922004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
9293
9294 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9295
92962004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
9297
9298 * nnspool.el (nnspool-spool-directory): Use news-path if the
9299 news-directory variable is not bound.
9300
9301 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9302 function instead of display-warning if it is not available.
9303
93042004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9305
9306 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9307 v5-10: Use `point-at-bol'.
9308
93092004-10-26 Simon Josefsson <jas@extundo.com>
9310
9311 * hashcash.el: Fix URL in comment, reported by Cheng Gao
9312 <chenggao@gmail.com>.
9313
93142004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9315
9316 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
9317 instead.
9318
93192004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
9320
9321 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9322 to remove a server from the nnimap-server-buffer-alist.
9323 (nnimap-open-connection, nnimap-close-server): Use it.
9324
9325 * gnus-encrypt.el: Remove file in favor of encrypt.el.
9326
93272004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
9328
9329 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9330 running the major-mode function.
9331
93322004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9333
9334 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9335 dummy marks in the right way.
9336
93372004-10-18 David Edmondson <dme@dme.org>
9338
9339 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9340 excessively.
9341
93422004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
9343
9344 * gnus-util.el (gnus-split-references): Accept a nil references
9345 string and go on blissfully.
9346
9347 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9348 cases where the references string is non-nil but has no references.
9349
9350 * encrypt.el: Add autoload tags.
9351
9352 * spam.el (spam-resolve-registrations-routine): Remove article
9353 from unregistration list too. Reported by David Hanak
9354 <dhanak@isis.vanderbilt.edu>
9355
93562004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
9357
9358 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9359 nil. Changed custom type.
9360
93612004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
9362
9363 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9364
9365 * gnus-sum.el (gnus-summary-move-article): Use it.
9366
93672004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
9368
9369 * encrypt.el: Add autoload cookies.
9370
9371 * spam.el (spam-backend-article-list-property)
9372 (spam-backend-get-article-todo-list)
9373 (spam-backend-put-article-todo-list, )
9374 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9375 Resolve registrations separately.
9376 (spam-register-routine): Format comments.
9377 (spam-unregister-routine, spam-register-routine): Always call with
9378 specific-articles, no default list.
9379 (spam-summary-prepare-exit): Use the spam-classifications function.
9380
9381 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9382 gnus-encrypt.el.
9383
002876ab 9384 * encrypt.el: Copied from gnus-encrypt.el.
01c52d31 9385
002876ab 9386 * gnus-encrypt.el: Commented that it's obsolete.
01c52d31
MB
9387
93882004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9389
9390 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9391 (gnus-score-save): Use it.
9392
9393 * message.el (message-bury): Use `window-dedicated-p'.
9394
93952004-10-15 Simon Josefsson <jas@extundo.com>
9396
9397 * pop3.el (top-level): Don't require nnheader.
9398 (pop3-read-timeout): Add.
9399 (pop3-accept-process-output): Add.
9400 (pop3-read-response, pop3-retr): Use it.
9401
94022004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
9403
9404 * spam.el (spam-register-routine): Move comment.
9405 (spam-verify-bogofilter): Use 'unknown for the initial
9406 spam-bogofilter-valid state, not 'never.
9407
9408 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9409 for netrc-machine.
9410
9411 * nnimap.el (nnimap-open-connection): Use
9412 netrc-machine-user-or-password.
9413
94142004-10-17 Richard M. Stallman <rms@gnu.org>
9415
9416 * gnus-registry.el (gnus-registry-unload-hook):
9417 Set as a variable with add-hook.
9418
9419 * nnspool.el (nnspool-spool-directory): Use news-directory instead
9420 of news-path.
9421
9422 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9423
9424 * spam.el: Delete duplicate `provide'.
9425 (spam-unload-hook): Set as a variable with add-hook.
9426
94272004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9428
9429 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9430 in the doc string.
9431
9432 * message.el (message-ignored-news-headers)
9433 (message-ignored-supersedes-headers)
9434 (message-ignored-resent-headers)
9435 (message-forward-ignored-headers): Improve custom type.
9436
94372004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9438
9439 * message.el (message-tokenize-header): Fix 2004-09-06 change
9440 which used point-min in the wrong place.
9441
94422004-10-12 Simon Josefsson <jas@extundo.com>
9443
9444 * tls.el (tls-certtool-program): New variable.
9445 (tls-certificate-information): New function, based on
9446 ssl-certificate-information.
9447
94482004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9449
9450 * compface.el: Move the version of ELisp-based uncompface program
9451 to the contrib directory because of the copyright problem.
9452
94532004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9454
9455 * message.el (message-kill-buffer): Raise the current frame.
9456
94572004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
9458
9459 * gnus-sum.el: Mention that multibyte characters don't work as marks.
9460
9461 * gnus.el (message-y-or-n-p): Autoload.
9462
9463 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9464 (pop3-password-required, pop3-authentication-scheme)
9465 (pop3-leave-mail-on-server): Made customizable.
9466 (pop3): New custom group.
9467 (pop3-retr): Remove `sleep-for' statements.
9468 Suggested by Dave Love <fx@gnu.org>.
9469
9470 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9471 Windows/DOS.
9472
9473 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9474 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
9475 Dave Love <fx@gnu.org>.
9476
9477 * mml.el (mml-minibuffer-read-disposition): Require match.
9478 Suggested by Dave Love <fx@gnu.org>.
9479
94802004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
9481
9482 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
9483 doc string.
9484
94852004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
9486
9487 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9488
94892004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9490
9491 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9492 instead of calling `mm-insert-inline', to decode text/* parts
9493 before displaying them.
9494
94952004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9496
9497 * mm-uu.el (mm-uu-text-plain-type): New variable.
9498 (mm-uu-pgp-signed-extract-1): Use it.
9499 (mm-uu-pgp-encrypted-extract-1): Use it.
9500 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9501 bind mm-uu-text-plain-type with that value.
9502 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9503 mm-uu-dissect.
9504
95052004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9506
9507 * gnus-group.el (gnus-update-group-mark-positions):
9508 * gnus-sum.el (gnus-update-summary-mark-positions):
9509 * message.el (message-check-news-body-syntax):
9510 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9511 of string-as-multibyte.
9512
95132004-10-05 Juri Linkov <juri@jurta.org>
9514
9515 * gnus-group.el (gnus-update-group-mark-positions):
9516 * gnus-sum.el (gnus-update-summary-mark-positions):
9517 * message.el (message-check-news-body-syntax):
9518 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9519 8-bit unibyte values to a multibyte string for search functions.
9520
95212004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9522
9523 * mm-uu.el (mm-uu-dissect): Allow optional arg.
9524 (mm-uu-dissect-text-parts): New function.
9525
9526 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9527 dissect text parts.
9528
9529 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9530 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9531
9532 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9533
9534 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9535 gnus-current-topics instead of gnus-current-topic.
9536
95372004-10-06 Jesper Harder <harder@ifa.au.dk>
9538
9539 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9540
95412004-10-05 Jesper Harder <harder@ifa.au.dk>
9542
9543 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9544 where approriate.
9545
9546 * nnml.el (nnml-generate-active-info): do.
9547
9548 * nndiary.el (nndiary-generate-active-info): do.
9549
9550 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9551 (gnus-topic-move): do.
9552
9553 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9554 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9555
9556 * gnus-srvr.el (gnus-server-prepare)
9557 (gnus-server-open-all-servers): do.
9558
9559 * gnus-msg.el (gnus-summary-cancel-article)
9560 (gnus-summary-resend-message)
9561 (gnus-summary-mail-crosspost-complaint): do.
9562
9563 * gnus-move.el (gnus-change-server): do.
9564
9565 * gnus-group.el (gnus-group-unmark-all-groups)
9566 (gnus-group-set-current-level): do.
9567
95682004-10-04 Simon Josefsson <jas@extundo.com>
9569
9570 * message.el (message-generate-hashcash): Doc fix.
9571
95722004-10-02 Kevin Greiner <kgreiner@compsol.cc>
9573
9574 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9575 avoid infinite recursion via gnus-get-function.
9576
95772004-10-02 Jesper Harder <harder@ifa.au.dk>
9578
9579 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9580
9581 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9582
9583 * nnmail.el (nnmail-split-history): do.
9584
9585 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9586 (nnml-request-delete-group): do.
9587
9588 * nnslashdot.el (nnslashdot-read-groups): do.
9589
9590 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9591 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9592
9593 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9594 (nnspool-sift-nov-with-sed): Use last
9595 (nnspool-retrieve-headers-with-nov): Use mapc.
9596 (nnspool-request-newgroups): Use dolist.
9597 (nnspool-request-group): Use last.
9598
9599 * nntp.el (nntp-read-server-type): Use dolist.
9600
9601 * nnvirtual.el (nnvirtual-create-mapping)
9602 (nnvirtual-update-read-and-marked): Use dolist.
9603 (nnvirtual-convert-headers): Simplify.
9604
96052004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9606
9607 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9608 support for sync'ing tick marks.
9609
96102004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9611
9612 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9613 there's no visible header.
9614
96152004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9616
9617 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9618 necessary, pass full group name to gnus-request-set-marks.
9619
96202004-10-01 Simon Josefsson <jas@extundo.com>
9621
9622 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
9623 acroread.
9624
96252004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9626
9627 * spam-report.el (spam-report-gmane): Fix interactive.
9628
9629 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9630
9631 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9632 when writing file.
9633 (gnus-agent-synchronize-flags): Don't default to being
9634 interactive.
9635
96362004-09-30 Simon Josefsson <jas@extundo.com>
9637
9638 * message.el (message-generate-hashcash): Add.
9639 (message-send-mail): Use it, call mail-add-payment.
9640
96412004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
9642
9643 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9644
96452004-09-28 Kevin Greiner <kgreiner@compsol.cc>
9646
9647 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9648 gnus-requst-update-info with explicit code to sync the in-memory
9649 info read flags with the marks being sync'd to the backend.
9650
9651 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9652
96532004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9654
9655 * spam.el (spam-verify-bogofilter): Add new function.
9656 (spam-check-bogofilter)
9657 (spam-bogofilter-register-with-bogofilter): Use it.
9658 (spam-verify-bogofilter): Add small fixes.
9659
96602004-09-28 Simon Josefsson <jas@extundo.com>
9661
9662 * hashcash.el (hashcash-generate-payment): Revert.
9663
96642004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9665
9666 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9667 gnus-extract-references instead of gnus-split-references.
9668
9669 * gnus-util.el (gnus-extract-references): Add new function, analogous
9670 to gnus-split-references but extracts only the message-ID without
9671 anything extra.
9672
9673 * hashcash.el (hashcash-generate-payment)
9674 (hashcash-check-payment): Do the right thing if hashcash-path is
9675 nil (because the hashcash program could not be found).
9676
9677 * spam.el (spam-use-hashcash): Remove comment.
9678
96792004-09-27 Jesper Harder <harder@ifa.au.dk>
9680
9681 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9682 (gnus-cache-enter-article, gnus-cache-remove-article)
9683 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9684
9685 * gnus-async.el (gnus-async-prefetch-remove-group): do.
9686
9687 * gnus-art.el (article-hide-boring-headers)
9688 (article-translate-strings, article-display-face)
9689 (gnus-article-mime-match-handle-first)
9690 (gnus-article-highlight-headers)
9691 (gnus-article-add-buttons-to-head): do.
9692
96932004-09-27 Simon Josefsson <jas@extundo.com>
9694
9695 * hashcash.el: New version, from
9696 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
9697 ../contrib/.
9698
96992004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9700
9701 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9702
97032004-09-26 Jesper Harder <harder@ifa.au.dk>
9704
9705 * gnus-dup.el (gnus-dup-open): Use mapc.
9706 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9707
9708 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9709 Reported by Stefan Wiens <s.wi@gmx.net>.
9710
9711 * gnus.el (gnus-shutdown): Use dolist.
9712
9713 * gnus-undo.el (gnus-undo): Use mapc.
9714
9715 * nnrss.el (nnrss-generate-active): do.
9716
9717 * message.el (message-cite-original-without-signature)
9718 (message-cite-original): Use mapc.
9719 (message-do-actions, message-make-forward-subject): Use dolist.
9720
97212004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9722
9723 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9724 deletion to remove entire duplicate line. Fixes merged article
9725 number bug.
9726
97272004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9728
9729 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9730 servers that are offline. Avoids having gnus-agent-toggle-plugged
9731 first ask if you want to open a server and then, even when you
9732 responded with no, asking if you want to synchronize the server's
9733 flags.
9734 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9735 multi-line expressions.
9736 (gnus-agent-synchronize-group-flags): New internal function.
9737 Updates marks in memory (in the info structure) AND in the
9738 backend.
9739
9740 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9741
9742 * nnagent.el (nnagent-request-set-mark): Use
9743 gnus-agent-synchronize-group-flags, not backend's request-set-mark
9744 method, to ensure that synchronization updates marks in the
9745 backend and in the info (in memory) structure.
9746
97472004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9748
9749 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9750 convention fully; don't miss the root article of a thread; make
9751 the X-Draft-From header with correct article numbers.
9752
97532004-09-23 Kevin Greiner <kgreiner@compsol.cc>
9754
9755 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9756 unless plugged. Disable the agent so that an open failure causes
9757 an error.
9758
9759 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9760 Reverted 2004-09-21 change. The backend must be opened while
9761 synchronizing flags even when the backend stores the flags
9762 locally.
9763
97642004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
9765
9766 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9767 in `header' match. Reported by Svend Tollak Munkejord.
9768
9769 * message.el (message-cite-original): Fix use of
9770 `message-cite-articles-with-x-no-archive'.
9771
97722004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9773
9774 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9775 (gnus-window-to-buffer): Ditto.
9776
9777 * mml.el (mml-preview-buffer): New variable.
9778 (mml-preview): Manage window layout with gnus-buffer-configuration.
9779
9780 * gnus-msg.el (gnus-setup-message): Put article numbers into the
9781 X-Draft-From header even if those articles aren't quoted.
9782
97832004-09-21 Kevin Greiner <kgreiner@compsol.cc>
9784
9785 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9786 (gnus-request-set-mark, gnus-request-update-mark): Use new
9787 g-s-t-u-l-m to decide to use backend even when unplugged.
9788
97892004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
9790
9791 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
9792 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
9793
97942004-09-20 Simon Josefsson <jas@extundo.com>
9795
9796 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
9797 "utf-16-le".
9798
97992004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9800
9801 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
9802
98032004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
9804
9805 * uudecode.el (uudecode-use-external): Add :version.
9806
9807 * smime.el (smime-CA-file, smime-encrypt-cipher)
9808 (smime-dns-server): Add :version.
9809
9810 * smiley.el (gnus-smiley-file-types): Add :version.
9811
9812 * sha1.el (sha1-use-external): Add :version.
9813
9814 * pgg-def.el (pgg-query-keyserver): Add :version.
9815
9816 * nnmail.el (nnmail-fancy-expiry-targets)
9817 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
9818 Add :version.
9819
9820 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
9821 (nnimap-retrieve-groups-asynchronous): Add :version.
9822 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
9823
9824 * mml.el (mml-content-disposition-parameters)
9825 (mml-insert-mime-headers-always): Add :version.
9826
9827 * mm-util.el (mm-coding-system-priorities): Add :version.
9828
9829 * mm-decode.el (mm-inline-text-html-with-images)
9830 (mm-keep-viewer-alive-types, mm-external-terminal-program)
9831 (mm-verify-option): Add :version.
9832 (mm-text-html-renderer): Change :version.
9833
9834 * message.el (message-fcc-externalize-attachments)
9835 (message-required-headers, message-draft-headers)
9836 (message-subject-trailing-was-query)
9837 (message-subject-trailing-was-ask-regexp)
9838 (message-subject-trailing-was-regexp, message-mark-insert-begin)
9839 (message-mark-insert-end, message-archive-header)
9840 (message-archive-note, message-cross-post-default)
9841 (message-cross-post-note, message-followup-to-note)
9842 (message-cross-post-note-function, message-use-mail-followup-to)
9843 (message-subscribed-address-functions)
9844 (message-subscribed-address-file, message-subscribed-addresses)
9845 (message-subscribed-regexps, message-allow-no-recipients)
9846 (message-yank-cited-prefix, message-signature-insert-empty-line)
9847 (message-hidden-headers, message-hierarchical-addresses)
9848 (message-mail-user-agent, message-use-idna)
9849 (message-valid-fqdn-regexp)
9850 (message-strip-special-text-properties, message-header-synonyms)
9851 (message-beginning-of-line, message-tab-body-function): Add :version.
9852 (message-insert-canlock, message-wide-reply-confirm-recipients):
9853 Change :version.
9854
9855 * mail-source.el (mail-source-ignore-errors): Add :group, :type
9856 and :version.
9857 (mail-source-delete-old-incoming-confirm)
9858 (mail-source-movemail-program): Add :version.
9859
9860 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
9861 (gnus-agent-cache, gnus-agent): Change :version.
9862
9863 * gnus-util.el (gnus-use-byte-compile): Change :version.
9864
9865 * gnus-sum.el (gnus-summary-make-false-root-always)
9866 (gnus-summary-default-high-score)
9867 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
9868 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
9869 (gnus-read-all-available-headers, gnus-article-emulate-mime)
9870 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
9871 (gnus-sum-thread-tree-single-indent)
9872 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9873 (gnus-sum-thread-tree-leaf-with-other)
9874 (gnus-sum-thread-tree-single-leaf): Add :version.
9875 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
9876 (gnus-article-loose-mime): Change :version.
9877
9878 * gnus-start.el (gnus-backup-startup-file)
9879 (gnus-save-startup-file-via-temp-buffer): Add :version.
9880
9881 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
9882 (gnus-server-offline-face): Add :version.
9883
9884 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
9885
9886 * gnus-msg.el (gnus-gcc-externalize-attachments)
9887 (gnus-debug-files, gnus-debug-exclude-variables)
9888 (gnus-discouraged-post-methods): Change :version.
9889 (gnus-confirm-mail-reply-to-news)
9890 (gnus-confirm-treat-mail-like-news): Add :version.
9891
9892 * gnus-int.el (gnus-server-unopen-status): Add :version.
9893
9894 * gnus-group.el (gnus-group-jump-to-group-prompt)
9895 (gnus-large-ephemeral-newsgroup)
9896 (gnus-fetch-old-ephemeral-headers): Add :version.
9897
9898 * gnus-fun.el (gnus-x-face-directory)
9899 (gnus-convert-pbm-to-x-face-command)
9900 (gnus-convert-image-to-x-face-command)
9901 (gnus-convert-image-to-face-command): Add :version.
9902
9903 * gnus-delay.el (gnus-delay-default-hour): Add :version.
9904
9905 * gnus-cite.el (gnus-cite-blank-line-after-header)
9906 (gnus-article-boring-faces): Add :version.
9907
9908 * gnus-art.el (gnus-buttonized-mime-types)
9909 (gnus-inhibit-mime-unbuttonizing)
9910 (gnus-treat-display-face)
9911 (gnus-treat-body-boundary): Change :version.
9912 (gnus-body-boundary-delimiter, gnus-picon-databases)
9913 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
9914 (gnus-treat-date-english, gnus-treat-fold-headers)
9915 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
9916 (gnus-treat-mail-picon, gnus-treat-wash-html)
9917 (gnus-article-encrypt-protocol)
9918 (gnus-use-idna, gnus-article-over-scroll)
9919 (gnus-mime-display-multipart-alternative-as-mixed)
9920 (gnus-mime-display-multipart-related-as-mixed)
9921 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
9922 (gnus-ctan-url, gnus-button-ctan-handler)
9923 (gnus-button-handle-ctan-bogus-regexp)
9924 (gnus-button-ctan-directory-regexp)
9925 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
9926 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
9927 (gnus-button-man-level, gnus-button-emacs-level)
9928 (gnus-button-message-level, gnus-button-browse-level): Add :version.
9929
9930 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
9931 (gnus-agent-go-online): Change :version.
9932 (gnus-agent-expire-unagentized-dirs)
9933 (gnus-agent-auto-agentize-methods): Add :version.
9934
9935 * flow-fill.el (fill-flowed-display-column)
9936 (fill-flowed-encode-column): Add :version.
9937
9938 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9939 (gnus-outlook-deuglify-unwrap-max)
9940 (gnus-outlook-deuglify-cite-marks)
9941 (gnus-outlook-deuglify-unwrap-stop-chars)
9942 (gnus-outlook-deuglify-no-wrap-chars)
9943 (gnus-outlook-deuglify-attrib-cut-regexp)
9944 (gnus-outlook-deuglify-attrib-verb-regexp)
9945 (gnus-outlook-deuglify-attrib-end-regexp)
9946 (gnus-outlook-display-hook): Add :version.
9947
9948 * binhex.el (binhex-use-external): Add :version.
9949
99502004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
9951
9952 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
9953 and `invisible'.
9954
99552004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9956
9957 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
9958 in gnus-registry-trim.
9959
99602004-09-13 Simon Josefsson <jas@extundo.com>
9961
9962 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
9963
9964 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
9965
9966 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
9967 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9968 <yamaoka@jpl.org>.
9969 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
9970 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9971 <yamaoka@jpl.org>.
9972
9973 * sieve.el (sieve-manage-mode): Ditto.
9974
99752004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
9976
9977 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
9978
99792004-09-11 Simon Josefsson <jas@extundo.com>
9980
9981 * dns-mode.el: Add.
9982
9983 * mm-view.el (mm-display-dns-inline): Add.
9984
9985 * mm-decode.el (mm-inline-media-tests): Add text/dns.
9986 (mm-automatic-display): Ditto.
9987
9988 * mailcap.el (mailcap-mime-data): Add text/dns.
9989 (mailcap-mime-extensions): Map .soa to text/dns.
9990
99912004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
9992
9993 * gnus-art.el (article-decode-mime-words, article-babel)
9994 (gnus-article-highlight-signature, gnus-article-add-buttons)
9995 (gnus-signature-toggle): Remove unnecessary bindings of
9996 `inhibit-read-only' inherited from v5.10 merge.
9997
99982004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
9999
10000 * nntp.el (nntp): New customization group.
10001 (nntp-authinfo-file): Add customization group.
10002
10003 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10004
10005 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10006
10007 * gnus.el (to-address, to-list, subscribed)
10008 (large-newsgroup-initial): Ditto.
10009
10010 * flow-fill.el (fill-flowed-display-column)
10011 (fill-flowed-encode-column): Ditto.
10012
ce058493 100132004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
01c52d31
MB
10014
10015 * message.el (message-tokenize-header, message-send-mail-with-qmail):
10016 Use point-min rather than 1.
10017 (message-send-mail): Use buffer-size rather than point-max.
10018
10019 * gnus-sum.el (gnus-summary-search-article-forward):
10020 Signal a specific `search-failed' rather than a generic `error'.
10021
10022 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10023 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10024 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10025
100262004-09-10 Simon Josefsson <jas@extundo.com>
10027
10028 * nndb.el (require): Remove tcp and duplicate cl.
10029
100302004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10031
10032 * gnus-agent.el (directory-files-and-attributes): Move forward.
10033
100342004-09-09 Kevin Greiner <kgreiner@compsol.cc>
10035
10036 * gnus-agent.el (directory-files-and-attributes): Optionally
10037 defined to support XEmacs.
10038
100392004-09-09 Kevin Greiner <kgreiner@compsol.cc>
10040
002876ab 10041 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
01c52d31
MB
10042 to avoid run-time CL dependencies.
10043 (gnus-agent-unfetch-articles): New function.
10044 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10045 article numbers even when local .overview file is missing.
002876ab 10046 (gnus-agent-read-article-number): New function. Only accepts
01c52d31
MB
10047 27-bit article numbers.
10048 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10049 gnus-agent-read-article-number.
10050 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10051 from backend while recognizing that article numbers in .overview
10052 must be valid.
10053 (gnus-agent-update-files-total-fetched-for): Use
10054 directory-files-and-attributes to improve performance.
10055 * gnus-int.el (gnus-request-move-article): Use
10056 gnus-agent-unfetch-articles in place of gnus-agent-expire to
10057 improve performance.
10058
10059 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10060 some users confused by references to .newsrc when they only have a
10061 .newsrc.eld file.
149cd465
JB
10062 (gnus-convert-mark-converter-prompt)
10063 (gnus-convert-converter-needs-prompt): Fixed use of property list.
01c52d31 10064 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
002876ab 10065 New function. Used internally to only display 'gnus converting
01c52d31
MB
10066 files' message when actually necessary.
10067
10068 * gnus-sum.el (): Removed (require 'gnus-agent) as required
10069 methods now autoloaded.
10070
100712004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
10072
10073 * gnus-sum.el (gnus-summary-insert-subject): Remove list
10074 identifiers.
10075
100762004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
10077
10078 * gnus-picon.el: Fix indentation and closing parenthesis.
10079
100802004-09-01 Simon Josefsson <jas@extundo.com>
10081
10082 * message.el (message-canlock-generate): Require sha1, not
56fd9faa 10083 sha1-el. (Can we get rid of this require altogether? It is ugly
01c52d31
MB
10084 to require within a function. Sadly, if sha1.el isn't loaded, the
10085 let binding in m-c-g will hide the defcustom definition, which is
10086 bad.)
10087
10088 * canlock.el: Require sha1, not sha1-el.
10089
10090 * message.el: Don't autoload sha1 (there is a autoload cookie in
10091 sha1.el).
10092
10093 * sha1-el.el: Renamed to sha1.el.
10094
100952004-08-30 Juanma Barranquero <lektu@terra.es>
10096
10097 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10098
100992004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10100
10101 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10102
101032004-08-30 Kim F. Storm <storm@cua.dk>
10104
10105 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10106
10107 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10108 Add :group 'nnimap.
10109
101102004-08-30 Andreas Schwab <schwab@suse.de>
10111
10112 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10113 ?* and ?\;.
10114
10115 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10116 and ?\' to symbol instead of whitespace.
10117
101182004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
10119
10120 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10121
10122 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10123 instead of re-search-forward.
10124
10125 * gnus-uu.el (gnus-uu-save-article): Ditto.
10126 (gnus-uu-post-encode-uuencode): Ditto.
10127
10128 * html2text.el (html2text-clean-list-items): Ditto.
10129 (html2text-clean-dtdd): Ditto.
10130 (html2text-format-tags): Ditto.
10131
10132 * message.el (message-send-mail-with-sendmail): Fix regexp.
10133 (message-fill-field-general): Use search-forward instead of
10134 re-search-forward.
10135 (unbold-region): Ditto.
10136
10137 * nnrss.el (nnrss-request-article): Ditto.
10138
10139 * nnslashdot.el (nnslashdot-request-article): Ditto.
10140
10141 * nnweb.el (nnweb-gmane-wash-article): Ditto.
10142
10143 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10144 "Unrecognized menu descriptor" error in XEmacs.
10145
101462004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
10147
10148 * gnus-sum.el (gnus-read-header): Don't remove a header for the
10149 parent article of a sparse article in the thread hashtb.
10150
101512004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
10152
10153 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10154 (nnmail-expand-newtext): Lowercase expanded entries if
10155 nnmail-split-lowercase-expanded is non-nil.
10156
101572004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
10158
c9e31f32 10159 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
01c52d31
MB
10160
10161 * gnus-group.el (gnus-group-line-format-alist): Convert the value
10162 of gnus-tmp-news-method into string under XEmacs. It will be
10163 passed to gnus-correct-length which takes only a string argument.
10164
101652004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
10166
10167 * gnus-util.el (gnus-bind-print-variables): New macro.
10168 (gnus-prin1): Use it.
10169 (gnus-prin1-to-string): Use it.
10170 (gnus-pp): New function.
10171 (gnus-pp-to-string): New function.
10172
c9e31f32
SM
10173 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10174 Replace pp-to-string with gnus-pp-to-string.
01c52d31
MB
10175 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10176 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10177 * gnus-msg.el (gnus-debug): Ditto.
10178 * gnus-score.el (gnus-score-save): Ditto.
10179 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10180 gnus-pp-to-string.
10181 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10182 with gnus-pp.
10183 * score-mode.el (gnus-score-pretty-print): Ditto.
10184 * webmail.el (webmail-debug): Ditto.
10185
101862004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
10187
c9e31f32
SM
10188 * gnus-art.el (article-display-face, article-display-x-face):
10189 Use buffer-read-only.
01c52d31
MB
10190
101912004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
10192
c9e31f32
SM
10193 * gnus-art.el (article-hide-list-identifiers):
10194 Bind inhibit-read-only as t.
01c52d31
MB
10195
101962004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
10197
10198 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10199
102002004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10201
10202 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10203 (gnus-narrow-to-page): Don't assume point-min == 1.
10204 (gnus-article-edit-mode): Derive from message-mode.
10205
10206 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10207 point-min == 1.
10208
10209 * imap.el (imap-parse-address-list, imap-parse-body-ext):
10210 Disable incorrect use of `assert'.
10211
10212 * message.el (message-mode): Set comment-start-skip.
10213
10214
102152004-08-22 Sam Steingold <sds@gnu.org>
10216
10217 * pop3.el (pop3-leave-mail-on-server): New user variable.
10218 (pop3-movemail): Delete mail only when it is nil.
10219
102202004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
10221
10222 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10223
10224 * mml.el (mml-preview): Use `pop-to-buffer'.
10225
10226 * message.el (message-goto-mail-followup-to): Insert after "To".
10227 (message-carefully-insert-headers): Add comment.
10228
10229 * gnus.el: Remove unused variable `gnus-article-check-size'.
10230
10231 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10232
10233 * gnus-art.el (gnus-button-alist): Improve
10234 `gnus-button-handle-library' entry.
10235
102362004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
10237
10238 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10239 downcase, since XEmacs capitalizes error messages differently.
10240
102412004-08-18 Jesper Harder <harder@ifa.au.dk>
10242
10243 * nntp.el: Add (require 'gnus) due to reference to
10244 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
10245
102462004-08-18 Florian Weimer <fw@deneb.enyo.de>
10247
10248 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10249 `mm-fill-flowed'.
10250
10251 * mm-decode.el (mm-dissect-singlepart): Check it.
10252
102532004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
10254
10255 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10256 'imap' for netrc parsing.
10257
102582004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
10259
10260 * mailcap.el (mailcap-mime-data): Mark as risky.
10261
102622004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
10263
10264 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10265 may be included in the encoded word.
10266 (rfc2047-encode): Don't append a space if the encoded word
10267 includes close parenthesis.
10268
102692004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
10270
10271 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10272 of text within parentheses.
10273
102742004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
10275
10276 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10277 (gnus-encrypt-write-file-contents): Make the password key the file
10278 name PLUS the cipher, not just the cipher. Also remove failed
10279 passwords from the cache.
10280
102812004-08-06 Simon Josefsson <jas@extundo.com>
10282
10283 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
10284 fix.
10285
102862004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
10287
10288 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10289 LWSP.
10290
102912004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
10292
10293 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10294 to append in-reply-to: data to the references: header.
10295
10296 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10297 (netrc-parse): Use gnus-encrypt.el functions.
10298
10299 * gnus-encrypt.el: Add new file for encryption support; currently
10300 does only a few GPG ciphers and an internal XOR cipher.
10301
10302 * password.el: Add comments on using password-read-and-add.
10303 (password-read-and-add): Add function to read and add the
10304 password to the cache at once.
10305
103062004-07-28 Simon Josefsson <jas@extundo.com>
10307
10308 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10309 parameter (but don't use it, for now).
10310
10311 * imap.el (imap-ssl-open): Use imap-process-connection-type,
10312 instead of hard coding to nil.
10313
103142004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
10315
10316 * mm-view.el (mm-inline-image-emacs): Open lines under an image
10317 as mm-inline-image-xemacs does.
10318
103192004-07-26 Simon Josefsson <jas@extundo.com>
10320
10321 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10322 Revert part of 2004-07-17 change below.
10323
103242004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
10325
10326 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
10327 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10328
103292004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10330
10331 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10332 quotes that actually start with ">" at the beginning of the
10333 lines.
10334
103352004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10336
10337 * rfc2047.el (rfc2047-encode-region): Fix last change.
10338 (rfc2047-encode-parameter): Remove useless concat.
10339
103402004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
10341
10342 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10343 encode special characters; fix some kind of misconfigured headers;
10344 signal a real error if debug-on-quit or debug-on-error is non-nil.
10345 (rfc2047-encode-max-chars): New variable.
10346 (rfc2047-encode-1): Use it.
10347 (rfc2047-encode-parameter): New function.
10348
10349 * mml.el (mml-insert-parameter): Remove an excessive space.
10350
103512004-07-17 Simon Josefsson <jas@extundo.com>
10352
10353 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10354 Kai Grossjohann <kai@emptydomain.de>.
10355 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10356 (gnus-group-make-menu-bar): Ditto.
10357
10358 * gnus-util.el (gnus-group-server): Add.
10359
103602004-07-16 Jesper Harder <harder@ifa.au.dk>
10361
10362 * message.el (message-clone-locals): Clone sendmail and smtp
10363 variables.
10364
103652004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10366
10367 * rfc2047.el (rfc2047-encode-region): Fix last change.
10368
103692004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10370
10371 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10372 characters as non-special.
10373
103742004-07-09 Simon Josefsson <jas@extundo.com>
10375
10376 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10377 Users will lose all flag changes made while unplugged with
10378 e.g. nntp unless flag synchronization happens, thus `nil' is not a
10379 good default. See numerous reports on ding mailing list.
10380
103812004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
10382
10383 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10384 add generate-head-function and generate-article-function to the
10385 rfc822-forward entry.
10386 (nndoc-rfc822-forward-generate-article): New function.
10387 (nndoc-rfc822-forward-generate-head): New function.
10388
10389 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10390
103912004-07-06 Dan Christensen <jdc@uwo.ca>
10392
10393 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10394 respect display group parameter and gnus-summary-expunge-below.
10395 (gnus-articles-to-read): Remove unused reference to display group
10396 parameter.
10397
103982004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10399
10400 * nnheader.el (nnheader-uniquify-message-id): New experimental
10401 variable.
10402 (nnheader-nov-read-message-id): Use it.
10403
10404 * spam-report.el (spam-report-gmane): Add interactive.
10405
104062004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10407
10408 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10409 qp-or-base64 for the application/* types.
10410
104112004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
10412
10413 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10414
104152004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
10416
10417 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10418 trim value.
10419
104202004-01-25 Paul Jarc <prj@po.cwru.edu>
10421
10422 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10423 New macro and function.
10424 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10425
104262004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10427
10428 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10429 after-load-alist.
10430
104312004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10432
10433 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10434 update info that isn't there.
10435
104362004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
10437
10438 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10439 entry.
10440
104412004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10442
10443 * mm-view.el (mm-inline-render-with-function): Use multibyte
10444 buffer; decode html source by charset.
10445
10446 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10447
10448 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10449 Mule-UCS is loaded under XEmacs.
10450 (mm-mime-mule-charset-alist): Avoid duplicated entries.
10451
104522004-06-28 Jesper Harder <harder@ifa.au.dk>
10453
10454 * nnheader.el (nnheader-max-head-length): Increase to 8192.
10455
104562004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
10457
10458 * mm-util.el (mm-coding-system-p): Return a coding-system.
10459 (mm-mime-mule-charset-alist): Use shift_jis instead of
10460 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10461 entries for the mime charsets iso-2022-jp-3 and shift_jis.
10462 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10463 instead of japanese-shift-jis and iso-latin-1 respectively in
10464 order to share the default value with both Emacs and XEmacs-mule.
10465 (mm-mule-charset-to-mime-charset): Make
10466 mm-coding-system-priorities effective.
10467 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10468 while predicating of candidates upon the priorities.
10469
104702004-06-27 Jesper Harder <harder@ifa.au.dk>
10471
10472 * gnus-sum.el (gnus-summary-make-menu-bar): Add
10473 gnus-uu-invert-processable.
10474
10475 * gnus.el: Autoload gnus-uu-invert-processable.
10476
104772004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
10478
10479 * mm-util.el (mm-with-multibyte-buffer): New macro.
10480
10481 * rfc2047.el (rfc2047-encode-string): Use it.
10482 (rfc2047-encode-region): Move point to the end of the region after
10483 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10484
104852004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10486
10487 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10488 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10489
104902004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10491
10492 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10493 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
10494 Karl Chen <quarl@nospam.quarl.org>.
10495
104962004-06-23 Jesper Harder <harder@ifa.au.dk>
10497
10498 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10499 invalid addresses.
10500
105012004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
10502
10503 * spam.el: Change section markers, revise TODO list.
10504 (spam-backends): Make new master list of all installed backends.
10505 (spam-summary-exit-behavior): Add new variable to determine how
10506 messages moves are done at summary exit.
10507 (spam-move-spam-nonspam-groups-only)
10508 (spam-process-ham-in-nonham-groups)
10509 (spam-process-ham-in-spam-groups): Remove variables, the
10510 spam-summary-exit-behavior variable should be used to manage this
10511 behavior.
10512 (spam-old-ham-articles, spam-old-spam-articles): Remove.
10513 (spam-old-articles): Add variable, replacing spam-old-ham-articles
10514 and spam-old-spam-articles.
10515 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10516 Add empty variables, placeholders for the backends they represent.
10517 (spam-set-difference): Move, unchanged.
10518 (spam-list-of-processors): Declare OBSOLETE, not used anymore
10519 unless the user has a processor variable.
10520 (spam-classifications, spam-classification-valid-p)
10521 (spam-backend-properties, spam-backend-property-valid-p)
10522 (spam-backend-function-type-valid-p)
10523 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10524 (spam-report-articles-gmane, spam-report-articles-resend):
10525 Remove functions, they are not needed.
10526 (spam-install-backend-super, spam-backend-list)
10527 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10528 (spam-backend-function, spam-backend-ham-registration-function)
10529 (spam-backend-spam-registration-function)
10530 (spam-backend-ham-unregistration-function)
10531 (spam-backend-spam-unregistration-function)
10532 (spam-backend-statistical-p, spam-backend-mover-p)
10533 (spam-install-backend-alias, spam-install-checkonly-backend)
10534 (spam-install-mover-backend, spam-install-nocheck-backend)
10535 (spam-install-backend, spam-install-statistical-backend)
10536 (spam-install-statistical-checkonly-backend): Add backend installation
10537 support.
10538 (spam-summary-prepare-exit): Rewrite to use the new backend code.
10539 (spam-group-processor-p): Use the new backend code and respect the
10540 summary exit behavior.
10541 (spam-mark-spam-as-expired-and-move-routine): Remove.
10542 (spam-summary-prepare): Change to use the new spam-old-articles
10543 variable.
10544 (spam-copy-or-move-routine, spam-copy-spam-routine)
10545 (spam-move-spam-routine, spam-copy-ham-routine)
10546 (spam-move-ham-routine): Add code to copy/move ham or spam.
10547 (spam-fetch-field-fast): Improve doc and code, plus allow the
10548 'number request.
10549 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10550 variables.
10551 (spam-split, spam-find-spam): Use the new backend code.
10552 (spam-registration-functions): Remove variable.
10553 (spam-unregister-routine): Add convenience wrapper.
10554 (spam-log-undo-registration, spam-register-routine)
10555 (spam-log-processing-to-registry)
10556 (spam-log-unregistration-needed-p): Rename "check" to "backend"
10557 where possible.
10558 (spam-check-gmane-xref, spam-check-regex-headers)
10559 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10560 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10561 (spam-check-bogofilter-headers, spam-check-spamoracle)
10562 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10563 (spam-check-crm114-headers): Use the spam-split-group that
10564 spam-split prepares, no need to determine it every time.
10565
10566 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10567 to the nnheader-parse-naked-head call.
10568
10569 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10570
10571 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10572 the nnheader-nov-read-message-id call.
10573
105742004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
10575
10576 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10577 gnus-activate-group twice. Suggested by Markus Peter
10578 <warp@spin.de>.
10579
105802004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
10581
10582 * gnus-art.el (gnus-article-time-format): Exchange the order of
10583 day and month in the default value; fix customization type.
10584 (article-date-ut): Use add-text-properties.
10585 (article-make-date-line): Use message-make-date instead of
10586 current-time-string.
10587
10588 * message.el (message-fetch-field): Don't use set-text-properties.
10589 (message-make-date): Simplify.
0f49874b 10590
01c52d31 105912004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 10592
01c52d31
MB
10593 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10594 (rfc2047-encode-region): Treat text within parentheses as special;
10595 show the original text when error has occurred.
0f49874b 10596
01c52d31
MB
10597 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10598 already-computed method to gnus-activate-group.
0f49874b 10599
01c52d31
MB
10600 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10601 same select-methods identical Lisp objects.
0f49874b 10602
01c52d31
MB
10603 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10604 object when modifying the info.
0f49874b 10605
01c52d31 106062004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 10607
01c52d31
MB
10608 * gnus-srvr.el (gnus-server-set-info): Remove the server from
10609 gnus-opened-servers since it has never been opened with the new
10610 configuration yet.
0f49874b 10611
01c52d31 106122004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 10613
01c52d31
MB
10614 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10615 arg to nnheader-generate-fake-message-id.
0f49874b 10616
01c52d31 106172004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
ca0a6900 10618
01c52d31
MB
10619 * nnheader.el (nnheader-generate-fake-message-id): Accept a
10620 number and build a fake message ID localized to a group and
10621 article number (so it's repeatable from that point on).
cc4a96c6 10622 (nnheader-fake-message-id-p): Change regex to accommodate new fake
01c52d31 10623 ID format.
ca0a6900 10624
01c52d31
MB
10625 * gnus-sum.el (gnus-get-newsgroup-headers): Call
10626 nnheader-generate-fake-message-id with the article number.
ca0a6900 10627
01c52d31 106282004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
a21fb88e 10629
01c52d31
MB
10630 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10631 end-of-buffer.
a21fb88e 10632
01c52d31 106332004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
a21fb88e 10634
01c52d31 10635 * message.el (message-ignored-supersedes-headers): Add Approved.
a21fb88e 10636
01c52d31 106372004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
bfe5418b 10638
01c52d31
MB
10639 * rfc2047.el (rfc2047-encode-message-header): Remove useless
10640 goto-char.
10641 (rfc2047-encode): Fold the line before encoding.
bfe5418b 10642
01c52d31 106432004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
d4755e04 10644
01c52d31
MB
10645 * rfc2047.el (rfc2047-encode-message-header): Disabled header
10646 folding -- not all headers can be folded, and this should be done
10647 by the message composition mode. Probably. I think.
d4755e04 10648
01c52d31 106492004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
95f75c75 10650
01c52d31
MB
10651 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10652 fast.
95f75c75 10653
01c52d31
MB
10654 * gnus-ems.el (gnus-remove-image): Don't use
10655 message-text-with-property; remove only the image found first.
4a43ee9b 10656
01c52d31 106572004-06-09 Jesper Harder <harder@ifa.au.dk>
4a43ee9b 10658
01c52d31 10659 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
4a43ee9b 10660
01c52d31 106612004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
4a43ee9b 10662
01c52d31
MB
10663 * message.el (message-text-with-property): Make it fast and accept
10664 optional arguments.
10665 (message-strip-forbidden-properties): Use it.
10666 (message-fix-before-sending): Follow the m-t-w-p change.
4a43ee9b 10667
01c52d31 10668 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
4a43ee9b 10669
01c52d31 106702004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
4a43ee9b 10671
01c52d31
MB
10672 * gnus-art.el (article-hide-headers): Don't change the buffer
10673 mistakenly when performing mml-preview even if
10674 gnus-single-article-buffer is nil.
4a43ee9b 10675
01c52d31 106762004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
4a43ee9b 10677
01c52d31
MB
10678 * message.el (message-expand-name-databases): New user option.
10679 (message-expand-name): Use it.
4a43ee9b 10680
01c52d31 106812004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
4a43ee9b 10682
01c52d31
MB
10683 * spam.el (spam-report-articles-resend)
10684 (spam-report-resend-register-routine): Allow ham reporting.
10685 (spam-report-resend-register-ham-routine): Add wrapper.
10686 (spam-registration-functions): Add ham resending functions.
10687 (spam-list-of-processors): Add ham resend processor.
4a43ee9b 10688
01c52d31
MB
10689 * gnus.el (ham-resend-to): Add new group parameter.
10690 (spam-process): Add ham resend option.
4a43ee9b 10691
01c52d31
MB
10692 * spam-report.el (spam-report-resend): Allow reporting ham.
10693 (spam-report-resend-ham): Add wrapper.
4a43ee9b 10694
01c52d31 106952004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4a43ee9b 10696
01c52d31
MB
10697 * message.el (message-cite-articles-with-x-no-archive): New
10698 variable.
10699 (message-cite-original): Use it.
4a43ee9b 10700
01c52d31 107012004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
e9bd5782 10702
01c52d31 10703 * message.el (message-cite-original): Respect X-No-Archive.
e9bd5782 10704
01c52d31 107052004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
e9bd5782 10706
01c52d31
MB
10707 * gnus-art.el (article-hide-headers): Refer to the values for
10708 gnus-ignored-headers and gnus-visible-headers in the summary
10709 buffer since a user may have set them as group parameters.
cfcd5c91 10710
01c52d31 107112004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
cfcd5c91 10712
01c52d31
MB
10713 * assistant.el (assistant-node-name): Add convenience function.
10714 (assistant-render-text, assistant-render-node): Add error handling,
10715 plus handle multiple next nodes.
10716 (assistant-find-next-node): Comment out for now.
10717 (assistant-find-next-nodes): Add function, returns list of next
10718 nodes.
10719
107202004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
10721
10722 * mail-source.el (mail-source-directory): Fix doc-string.
10723
107242004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
10725
10726 * assistant.el (assistant-render-text, assistant-eval): Add :set
10727 widget type, which is different because it takes and returns a
10728 list. Much hilarity ensues.
10729
107302004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
10731
10732 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10733
10734 * gnus-group.el (gnus-group-get-new-news-this-group): Added
10735 doc-string.
10736
10737 * gnus-start.el (gnus-activate-group): Added doc-string.
10738
107392004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10740
10741 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10742
107432004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
10744
10745 * assistant.el (assistant-render-text): Try to add a :set
10746 widget, more to come.
10747
10748 * spam.el (spam-group-spam-contents-p): Handle empty groupname
10749 strings.
10750 (spam-report-articles-resend)
10751 (spam-register-routine): Do registration iff any articles warrant
10752 it.
10753 (spam-summary-prepare-exit): Change log message for nil group
10754 destinations.
10755
107562004-05-27 Daniel Pittman <daniel@rimspace.net>
10757
10758 * spam.el (spam-report-resend-register-routine): Allow
10759 spam-report-resend-to to be a group parameter or a global value.
10760
107612004-05-26 Simon Josefsson <jas@extundo.com>
10762
10763 * starttls.el: Merge with my GNUTLS based starttls.el.
10764 (starttls-gnutls-program, starttls-use-gnutls)
10765 (starttls-extra-arguments, starttls-process-connection-type)
10766 (starttls-connect, starttls-failure, starttls-success): New
10767 variables.
10768 (starttls-program, starttls-extra-args): Doc fix.
10769 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10770 functions.
10771 (starttls-negotiate, starttls-open-stream): Check
10772 `starttls-use-gnutls' and pass on to corresponding *-gnutls
10773 function if it is set.
10774
107752004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
10776
10777 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10778 structured fields.
10779
107802004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10781
10782 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10783
107842004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
10785
10786 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
10787 variable.
10788 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
10789 assigning the spam-mark to new messages.
10790
880820fe 107912004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
01c52d31
MB
10792
10793 (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
10794
107952004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10796
10797 * rfc2047.el (rfc2047-encodable-p): Don't move point.
10798 (rfc2047-decode): Treat the ascii coding-system as raw-text by
10799 default.
10800
108012004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
10802
002876ab 10803 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
01c52d31
MB
10804 correct data.
10805
108062004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
10807
10808 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
10809 (spam-group-processor-p): Fix function.
10810 (spam-group-processor-multiple-p)
10811 (spam-group-spam-processor-report-gmane-p)
10812 (spam-group-spam-processor-report-resend-p)
10813 (spam-group-spam-processor-bogofilter-p)
10814 (spam-group-spam-processor-blacklist-p)
10815 (spam-group-spam-processor-ifile-p)
10816 (spam-group-ham-processor-ifile-p)
10817 (spam-group-spam-processor-spamoracle-p)
10818 (spam-group-spam-processor-crm114-p)
10819 (spam-group-ham-processor-bogofilter-p)
10820 (spam-group-spam-processor-stat-p)
10821 (spam-group-ham-processor-stat-p)
10822 (spam-group-ham-processor-whitelist-p)
10823 (spam-group-ham-processor-BBDB-p)
10824 (spam-group-ham-processor-spamoracle-p)
10825 (spam-group-ham-processor-copy-p): Remove functions with some
10826 prejudice against unneeded code.
10827 (spam-report-articles-resend)
10828 (spam-report-resend-register-routine): Allow the group/topic
10829 spam-resend-to value to override spam-report-resend-to.
10830 (spam-summary-prepare-exit): Invoke spam-group-processor-p
10831 properly now.
10832
10833 * gnus.el (spam-resend-to): Add group/topic parameter.
10834 (spam-process): Move the OBSOLETE processors to the end of the
10835 choices.
10836
108372004-05-24 Daniel Pittman <daniel@rimspace.net>
10838
10839 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
10840 with resend-to set to nil, and then ask the user if necessary.
10841 (spam-report-resend): spam-report-resend takes a list of articles, not
10842 separate article numbers.
10843
108442004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10845
10846 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
10847 addition to emacs-w3m.
10848
108492004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10850
10851 * assistant.el (assistant-authinfo-data): New function.
10852 (assistant-eval): Eval for entire assistant.
10853
10854 * netrc.el (netrc-services-file): New variable.
10855 (netrc-parse-services): New function.
10856 (netrc-find-service-name): New function.
10857 (netrc-find-service-number): New function.
10858 (netrc-port-equal): New function.
10859 (netrc-machine): Use it.
10860
10861 * nnimap.el (nnimap-open-connection): Use netrc.
10862
10863 * gnus-util.el (gnus-netrc-get): Remove aliases.
10864
10865 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
10866
10867 * assistant.el (wid-edit): Fix compilation.
10868
10869 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
10870
108712004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
10872
10873 * gnus-util.el (gnus-set-file-modes): New function. (small
10874 patch).
10875
108762004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
cfcd5c91 10877
01c52d31 10878 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
cfcd5c91 10879
01c52d31
MB
10880 * assistant.el (assistant-render-node): Fix up rendering and
10881 read-only text.
10882 (assistant-render-node): Reset.
10883 (assistant-make-read-only): Not sticky.
cfcd5c91 10884
01c52d31 108852004-05-20 Danny Siu <dsiu@adobe.com>
cfcd5c91 10886
01c52d31
MB
10887 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
10888 centered even when gnus-auto-center-summary is t
cfcd5c91 10889
01c52d31 108902004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
cfcd5c91 10891
01c52d31
MB
10892 * dns.el (dns-get-txt-answer): New function.
10893 (dns-read-txt): Ditto.
10894 (query-dns): Use it.
cfcd5c91 10895
01c52d31 108962004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
cfcd5c91 10897
01c52d31
MB
10898 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
10899 active for foreign groups even if the group level is higher than
10900 the specified value.
cfcd5c91 10901
01c52d31 109022004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9ad41fb7 10903
01c52d31
MB
10904 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
10905 non-active groups.
9ad41fb7 10906
01c52d31 10907 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
b4e8a25b 10908
01c52d31 109092004-05-20 Magnus Henoch <mange@freemail.hu>
b4e8a25b 10910
01c52d31 10911 * dns.el (dns-read-type): Add support for SVR. (small patch)
b4e8a25b 10912
01c52d31 109132004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
ddfbe5db 10914
01c52d31
MB
10915 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
10916 (spam-crm114-header, spam-crm114-spam-switch)
10917 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
10918 (spam-crm114-positive-spam-header)
10919 (spam-crm114-database-directory, spam-list-of-processors)
10920 (spam-group-spam-processor-crm114-p)
10921 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
10922 (spam-generic-score, spam-list-of-checks)
10923 (spam-list-of-statistical-checks, spam-registration-functions)
10924 (spam-check-crm114-headers, spam-crm114-score)
10925 (spam-check-crm114, spam-crm114-register-with-crm114)
10926 (spam-crm114-register-spam-routine)
10927 (spam-crm114-unregister-spam-routine)
10928 (spam-crm114-register-ham-routine)
10929 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
880820fe 10930 asjo@koldfront.dk (Adam Sjøgren).
ddfbe5db 10931
01c52d31 10932 * gnus.el: Add spam-use-crm114.
d0859c9a 10933
01c52d31
MB
10934 * spam.el (spam-list-of-processors, spam-registration-functions):
10935 Add spam-use-resend.
10936 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
10937 (spam-report-articles-gmane): Add doc fix.
149cd465
JB
10938 (spam-report-articles-resend, spam-report-resend-register-routine):
10939 Add wrappers around spam-report-resend-to.
d0859c9a 10940
01c52d31
MB
10941 * spam-report.el (spam-report-resend-to, spam-report-resend):
10942 Add support for resending spam.
10943 (spam-report-gmane): Fix line length >80.
d0859c9a 10944
01c52d31 10945 * gnus.el (spam-process): Add spam-use-resend.
d0859c9a 10946
01c52d31 109472004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
d0859c9a 10948
01c52d31
MB
10949 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
10950 number of processed spam messages.
10951 (spam-ham-copy-or-move-routine): Return the number of processed
10952 ham messages.
10953 (spam-summary-prepare-exit): Use the above values to decide
10954 whether status messages shouled be displayed.
d0859c9a 10955
01c52d31 109562004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
d0859c9a 10957
01c52d31
MB
10958 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
10959 `rfc2047-encoding-function-alist' in order to avoid conflicting
10960 with the old version.
10961 (rfc2047-encode-region): Concatenate words containing non-ASCII
10962 characters in structured fields; don't encode space-delimited
10963 ASCII words even in unstructured fields; don't break words at
10964 char-category boundaries.
10965 (rfc2047-encode-1): New function.
10966 (rfc2047-encode): Use it; encode text so that it occupies the
10967 maximum width within 76-column; work correctly on Q encoding for
10968 iso-2022-* charsets.
10969 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
10970 sure not to break a line just after the header name.
10971 (rfc2047-b-encode-region): Removed.
10972 (rfc2047-b-encode-string): New function.
10973 (rfc2047-q-encode-region): Removed.
10974 (rfc2047-q-encode-string): New function.
d0859c9a 10975
01c52d31 10976 * mm-util.el (mm-replace-in-string): New function.
d0859c9a 10977
01c52d31 109782004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
d0859c9a 10979
01c52d31
MB
10980 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
10981 get it right.
10982 (gnus-inews-make-draft): Really.
d0859c9a 10983
01c52d31 109842004-05-19 Ben Menasha <bmenasha@benmenasha.net>
d0859c9a 10985
01c52d31
MB
10986 * nnmh.el (nnmh-request-list-1): Don't check the link count
10987 before descending. (small patch)
d0859c9a 10988
01c52d31 109892004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
d0859c9a 10990
01c52d31
MB
10991 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
10992 stuff.
6441d280 10993
01c52d31
MB
10994 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
10995 on real group name.
6441d280 10996
01c52d31 10997 * gnus-art.el (gnus-signature-limit): Doc fix.
8654e13a 10998
01c52d31 10999 * gnus-msg.el (gnus-inews-make-draft): Quote list.
8654e13a 11000
01c52d31 110012004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8654e13a 11002
01c52d31
MB
11003 * gnus-draft.el (gnus-draft-send): Bind
11004 rfc2047-encode-encoded-words.
8654e13a 11005
01c52d31
MB
11006 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11007 (rfc2047-encodable-p): Say that =? needs encoding.
11008 (rfc2047-encode-encoded-words): New variable.
8654e13a 11009
01c52d31 11010 * gnus-group.el (gnus-group-select-group): Doc fix.
8654e13a 11011
01c52d31 11012 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
31640842 11013
01c52d31
MB
11014 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11015 to nil.
31640842 11016
01c52d31 11017 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
31640842 11018
01c52d31 11019 * nnheader.el (nnheader-get-lines-and-char): New function.
31640842 11020
01c52d31 110212004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
61b397cd 11022
01c52d31
MB
11023 * gnus-msg.el (gnus-summary-followup-with-original): Document
11024 yanking of region when active.
61b397cd 11025
01c52d31 110262004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
61b397cd 11027
01c52d31
MB
11028 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11029 groups if the group level is higher than the specified value.
31640842 11030
01c52d31 110312004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
cd01ded9 11032
01c52d31
MB
11033 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11034 (gnus-group-jump-to-group): Added prefix argument using
11035 `gnus-group-jump-to-group-prompt'. Query before jumping to
11036 non-active group.
cd01ded9 11037
01c52d31
MB
11038 * compface.el (uncompface): Be verbose when changing
11039 `uncompface-use-external'.
850c333d 11040
01c52d31
MB
11041 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11042 handle manual section.
850c333d 11043
01c52d31 110442004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
ff5e68bf 11045
01c52d31 11046 * gnus-art.el (gnus-button-alist): Revert previous change.
ff5e68bf 11047
01c52d31 110482004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
ff5e68bf 11049
01c52d31 11050 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
ff5e68bf 11051
01c52d31 110522004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6a748eda 11053
01c52d31
MB
11054 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11055 whether backend can accept message.
6a748eda 11056
01c52d31 11057 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9d9b0de9 11058
01c52d31 110592004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
9d9b0de9 11060
01c52d31
MB
11061 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11062 Avoid creating directory when nntp-marks-is-evil is true.
11063 Reported by Reiner Steib.
9a89f5b0 11064
01c52d31 110652004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
9a89f5b0 11066
01c52d31
MB
11067 * gnus-picon.el (gnus-picon-style): New variable.
11068 (gnus-picon-insert-glyph): Added optional `nostring' argument.
11069 (gnus-picon-transform-address): Support `gnus-picon-style'. From
11070 Jesper Harder <harder@ifa.au.dk>.
91472578 11071
01c52d31 110722004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 11073
01c52d31
MB
11074 * message.el (message-fill-field): Return point.
11075 (message-generate-headers): Go to end of field.
91472578 11076
01c52d31
MB
11077 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11078 stuff for non-living groups.
91472578 11079
01c52d31 110802004-05-18 Jesper Harder <harder@ifa.au.dk>
91472578 11081
01c52d31
MB
11082 * gnus-art.el (gnus-article-followup-with-original)
11083 (gnus-article-reply-with-original): gnus-mark-active-p ->
11084 gnus-region-active-p.
91472578 11085
01c52d31 110862004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
91472578 11087
01c52d31
MB
11088 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11089 only when there is spam or ham to be processed.
91472578 11090
01c52d31 110912004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 11092
01c52d31
MB
11093 * mail-source.el (mail-source-delete-crash-box): Refactor.
11094 (mail-source-fetch): Use it.
11095 (mail-source-fetch-file): Ditto.
11096 (mail-source-fetch-directory): Run postscript in loop.
11097 (mail-source-fetch-pop): Delete.
11098 (mail-source-fetch-maildir): Ditto.
11099 (mail-source-fetch-imap): Ditto.
91472578 11100
01c52d31 11101 * imap.el (imap-authenticators): Comment out sasl.
91472578 11102
01c52d31
MB
11103 * message.el (message-skip-to-next-address): New function.
11104 (message-fill-header-address): Refactor.
11105 (message-fill-address): Use it.
11106 (message-delete-address): Use it.
11107 (message-fill-header-general): Refactor.
11108 (message-fill-field-address): Rename.
11109 (message-narrow-to-field): Find the start of the header.
11110 (message-header-format-alist): Don't pre-fill.
11111 (message-fill-header): Removed.
11112 (message-insert-header): New function.
11113 (message-shorten-references): Use it.
91472578 11114
01c52d31 11115 * rfc2047.el (rfc2047-field-value): Strip props.
91472578 11116
01c52d31 11117 * mail-parse.el (mail-header-make-address): New alias.
91472578 11118
01c52d31 11119 * ietf-drums.el (ietf-drums-make-address): New function.
91472578 11120
01c52d31 11121 * imap.el: Add compiler directives.
91472578 11122
01c52d31 11123 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
91472578 11124
01c52d31
MB
11125 * gnus-art.el (article-decode-idna-rhs): Don't use
11126 message-idna-inside-rhs-p.
91472578 11127
01c52d31 111282004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 11129
01c52d31
MB
11130 * message.el (message-idna-inside-rhs-p): Removed.
11131 (message-idna-to-ascii-rhs-1): Use proper address parsing.
1b155fbd 11132
01c52d31
MB
11133 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11134 false positives.
1b155fbd 11135
ce058493 111362004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
91472578 11137
01c52d31 11138 * imap.el (imap-sasl-make-mechanisms): Use sasl.
91472578 11139
01c52d31 111402004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 11141
ce058493 11142 * nneething.el (nneething-file-name): Don't create spurious
01c52d31 11143 files.
91472578 11144
01c52d31
MB
11145 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11146 (gnus-inews-do-gcc): Remove sleep.
498063ec 11147
01c52d31
MB
11148 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11149 part under point.
498063ec 11150
01c52d31
MB
11151 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11152 (gnus-agent-regenerate-group): Using nil messages aren't valid.
498063ec 11153
01c52d31 111542004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
498063ec 11155
01c52d31 11156 * spam.el (spam-summary-prepare-exit): Fixed (length).
498063ec 11157
01c52d31 111582004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
498063ec 11159
01c52d31
MB
11160 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11161 as expired without moving it" message when there are spam
11162 messages left.
498063ec 11163
01c52d31 111642004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
707f2b38 11165
002876ab 11166 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
01c52d31 11167 header is not nil.
707f2b38 11168
01c52d31 111692004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
10ace8ea 11170
01c52d31
MB
11171 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11172 nntp-possibly-create-directory, not nntp-possibly-change-group.
11173 (nntp-marks-changed-p): New arg SERVER.
11174 (nntp-request-update-info): Adjust caller.
10ace8ea 11175
01c52d31 111762004-05-14 Kai Grossjohann <kai@emptydomain.de>
10ace8ea 11177
01c52d31 11178 * nntp.el (nntp-save-marks): Pass missing arg.
10ace8ea 11179
01c52d31 111802004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
10ace8ea 11181
01c52d31
MB
11182 * nntp.el: Support marks.
11183 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11184 (nntp-marks-modtime, nntp-marks-directory): New variables.
11185 (nntp-request-set-mark, nntp-request-update-info)
11186 (nntp-possibly-create-directory, nntp-marks-changed-p)
11187 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11188 functions.
10ace8ea 11189
01c52d31 111902004-05-12 Jesper Harder <harder@ifa.au.dk>
10ace8ea 11191
01c52d31
MB
11192 * gnus-score.el (gnus-score-insert-help): Use
11193 gnus-select-lowest-window.
10ace8ea 11194
01c52d31
MB
11195 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11196 appt-select-lowest-window and rename to gnus-select-lowest-window.
10ace8ea 11197
01c52d31 11198 * gnus.el: do.
10ace8ea 11199
01c52d31 112002004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10ace8ea 11201
01c52d31
MB
11202 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11203 encodings of MIME-encoded words, in order to improve
11204 interoperability with several broken MUAs.
10ace8ea 11205
01c52d31 112062004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
f3f7f80c 11207
01c52d31
MB
11208 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11209 tags, only when charsets are not specified in headers.
11210 (mm-inline-text-html-render-with-w3m): Ditto.
f3f7f80c 11211
01c52d31 112122004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
0302b80e 11213
01c52d31
MB
11214 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11215 instead of MIME-decoded from fields when checking
11216 `gnus-article-address-banner-alist'.
0302b80e 11217
01c52d31 112182004-05-03 Jesper Harder <harder@ifa.au.dk>
fa9a04e1 11219
01c52d31
MB
11220 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11221 description rather than subject.
fa9a04e1 11222
01c52d31 112232004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
fa9a04e1 11224
01c52d31 11225 * gnus.el (gnus-version-number): Bump.
fa9a04e1 11226
01c52d31 112272004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
fa9a04e1 11228
01c52d31 11229 * gnus.el: No Gnus v0.2 is released.
fa9a04e1 11230
01c52d31 112312004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
fa9a04e1 11232
01c52d31
MB
11233 * gnus-agent.el (gnus-agent-read-agentview): Inline
11234 gnus-uncompress-range.
fa9a04e1 11235
01c52d31 112362004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
fa9a04e1 11237
01c52d31
MB
11238 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11239 `exec-installed-p'.
fa9a04e1 11240
01c52d31 112412004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
fa9a04e1 11242
01c52d31
MB
11243 * gnus.el (spam-process, spam-autodetect-methods): Add
11244 bsfilter and bsfilter-headers.
fa9a04e1 11245
01c52d31
MB
11246 * spam.el (spam-bsfilter): New customize group.
11247 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11248 (spam-bsfilter-header, spam-bsfilter-probability-header)
11249 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11250 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11251 (spam-bsfilter-database-directory): New options.
11252 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11253 (spam-list-of-statistical-checks, spam-registration-functions):
11254 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11255 (spam-bsfilter-score): New command.
11256 (spam-check-bsfilter-headers, spam-check-bsfilter)
11257 (spam-bsfilter-register-with-bsfilter)
11258 (spam-bsfilter-register-spam-routine)
11259 (spam-bsfilter-unregister-spam-routine)
11260 (spam-bsfilter-register-ham-routine)
11261 (spam-bsfilter-unregister-ham-routine): New functions.
11262 (spam-generic-score): Support bsfilter; Accept an optional argument
11263 to recalcurate spam score even if scoring header has already been
11264 added.
11265 (spam-bogofilter-score, spam-spamassassin-score): Accept an
11266 optional argument to recalcurate spam score even if scoring header
11267 has already been added.
bf68d4e6 11268
01c52d31 112692004-04-29 Jesper Harder <harder@ifa.au.dk>
bf68d4e6 11270
01c52d31
MB
11271 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11272 strings! Reported by David D. Smith <davidsmith@acm.org>.
11273 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11274 link is missing.
f66ce3b9 11275
01c52d31 112762004-04-28 Jesper Harder <harder@ifa.au.dk>
f66ce3b9 11277
01c52d31
MB
11278 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11279 (html2text-get-attr): Rewrite.
14f56b66 11280
01c52d31
MB
11281 * message.el (message-setup-1): Remove redundant put-text-property
11282 on mail-header-separator.
14f56b66 11283
01c52d31 112842004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
ec3c4a4c 11285
01c52d31
MB
11286 * gnus-registry.el (gnus-registry-cache-whitespace)
11287 (gnus-registry-action, gnus-registry-spool-action)
11288 (gnus-registry-split-fancy-with-parent): Change message levels
11289 from 5 to 3 or 7, as needed.
ec3c4a4c 11290
01c52d31
MB
11291 * spam.el (spam-summary-prepare-exit)
11292 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11293 (spam-split, spam-find-spam, spam-log-undo-registration)
11294 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11295 level from 5 to 6.
5f5475ac 11296
01c52d31 112972004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
5f5475ac 11298
01c52d31
MB
11299 * gnus-ems.el: Autoload appt-select-lowest-window (revert
11300 2004-03-04 change).
5f5475ac 11301
01c52d31 113022004-04-25 Jesper Harder <harder@ifa.au.dk>
2fd561a9 11303
c9e31f32
SM
11304 * sieve-manage.el (sieve-manage-open):
11305 * nnweb.el (nnweb-insert-html):
01c52d31 11306 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
c9e31f32
SM
11307 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11308 * nnspool.el (nnspool-request-group):
01c52d31 11309 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
c9e31f32 11310 * nnml.el (nnml-request-update-info):
01c52d31 11311 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
c9e31f32 11312 (nnmh-request-create-group, nnmh-update-gnus-unreads):
01c52d31 11313 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
c9e31f32
SM
11314 (nnimap-request-set-mark):
11315 * nnfolder.el (nnfolder-request-update-info):
01c52d31 11316 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
c9e31f32
SM
11317 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11318 * gnus-uu.el (gnus-uu-find-articles-matching):
01c52d31 11319 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
01c52d31 11320 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
c9e31f32
SM
11321 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11322 * gnus-nocem.el (gnus-nocem-scan-groups):
11323 * gnus-int.el (gnus-start-news-server):
01c52d31 11324 * gnus-group.el (gnus-group-make-kiboze-group)
c9e31f32
SM
11325 (gnus-group-browse-foreign-server):
11326 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11327 Use mapc when appropriate.
270a576a 11328
01c52d31 113292004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 11330
01c52d31 11331 FIXME: Make separate entries for each person.
270a576a 11332
01c52d31 11333 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
880820fe 11334 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
01c52d31 11335 <shields@msrl.com>:
270a576a 11336
01c52d31
MB
11337 * spam.el (spam-necessary-extra-headers): Get the extra headers we
11338 may need for spam sorting and scoring.
11339 (spam-user-format-function-S): Add user format function suitable for
11340 general use.
11341 (spam-article-sort-by-spam-status): Add sorting function for summary
11342 sorting.
11343 (spam-extra-header-to-number): Add function to get a score from a
11344 header.
11345 (spam-summary-score): Add function to get a numeric score from the
11346 headers.
c9e31f32 11347 (spam-generic-score): Fix function doc, was in wrong place.
01c52d31
MB
11348 (spam-initialize): Take symbols when it's run, and install the
11349 extra headers that spam-necessary-extra-headers thinks we need.
270a576a 11350
01c52d31 113512004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 11352
01c52d31 11353 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
880820fe 11354 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
270a576a 11355
01c52d31 113562004-04-17 Jesper Harder <harder@ifa.au.dk>
270a576a 11357
01c52d31
MB
11358 * gnus-sum.el (gnus-set-global-variables)
11359 (gnus-build-all-threads, gnus-get-newsgroup-headers)
11360 (gnus-article-get-xrefs, gnus-summary-best-group)
11361 (gnus-summary-next-article, gnus-summary-enter-digest-group)
11362 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
c9e31f32
SM
11363 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11364 Use with-current-buffer.
270a576a 11365
01c52d31 113662004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 11367
01c52d31
MB
11368 * spam.el (spam-summary-prepare-exit): Simplify logic.
11369 (spam-fetch-article-header): Read the article header if it's not
11370 available.
11371 (spam-list-articles): Simplify logic.
11372 (spam-filelist-register-routine): Fix bug with unregister-list.
270a576a 11373
01c52d31 11374 * gnus-registry.el: Fix comments at beginning.
270a576a 11375
01c52d31 113762004-04-16 Jesper Harder <harder@ifa.au.dk>
d31fa104 11377
01c52d31
MB
11378 * message.el (message-cater-to-broken-inn): Remove.
11379 (message-shorten-references): Make sure the total folded length of
11380 References is shorter than 998 characters to cater to a bug in INN
11381 2.3. Also, don't pretend that references aren't folded -- this
11382 hasn't worked for a while.
d31fa104 11383
01c52d31 113842004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
9b981cb6 11385
01c52d31
MB
11386 * gnus-agent.el (gnus-agentize):
11387 gnus-agent-send-mail-real-function no longer set to current value
11388 of message-send-mail-function but rather a lambda that calls
11389 message-send-mail-function. The change makes the agent real-time
11390 responsive to user changes to message-send-mail-function.
9b981cb6 11391
01c52d31 113922004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
9b981cb6 11393
01c52d31
MB
11394 * legacy-gnus-agent.el
11395 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11396 help from Florian Weimer <fw@deneb.enyo.de>
9b981cb6 11397
01c52d31 113982004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
56c30d72 11399
01c52d31 11400 * nnmail.el (nnmail-cache-insert): Revert last change.
56c30d72 11401
01c52d31 114022004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
f429956a 11403
01c52d31
MB
11404 * nnmail.el (nnmail-cache-insert): Always check whether
11405 nnmail-cache-ignore-groups matches a group name.
f429956a 11406
01c52d31 114072004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
5c243ee4 11408
01c52d31
MB
11409 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11410 (spam-find-spam, spam-log-processing-to-registry)
11411 (spam-log-registered-p, spam-log-unregistration-needed-p)
11412 (spam-log-undo-registration): Use gnus-message instead of
11413 gnus-error, none of these errors are fatal.
5c243ee4 11414
01c52d31
MB
11415 * gnus-registry.el (gnus-registry-clean-empty-function)
11416 (gnus-registry-clean-empty): Remove only empty entries without
11417 extra data.
aba1948a 11418
01c52d31 114192004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
aba1948a 11420
01c52d31
MB
11421 * spam-stat.el (spam-stat-buffer-change-to-spam)
11422 (spam-stat-buffer-change-to-non-spam): Change (error) to
11423 (gnus-message 8) invocation.
aba1948a 11424
01c52d31 114252004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
aba1948a 11426
01c52d31
MB
11427 * nntp.el (nntp-via-netcat-command): New variable.
11428 (nntp-via-netcat-switches): New variable.
11429 (nntp-open-via-rlogin-and-netcat): New function.
11430 (nntp-open-connection-function): Doc fix.
11431 (nntp-telnet-command): Doc fix.
11432 (nntp-end-of-line): Doc fix.
11433 (nntp-via-rlogin-command): Doc fix.
11434 (nntp-via-user-name): Doc fix.
11435 (nntp-via-address): Doc fix.
aba1948a 11436
01c52d31 114372004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
aba1948a 11438
01c52d31
MB
11439 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11440 error in Emacs 21.1.
ddff82cf 11441
01c52d31 114422004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
ddff82cf 11443
01c52d31 11444 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
112d84ef 11445
01c52d31
MB
114462004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
11447 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11448 (gnus-agent-with-refreshed-group): New macro.
11449 (gnus-agent-rename-group): New function.
11450 (gnus-agent-delete-group): New function.
11451 (gnus-agent-save-group-info): Use gnus-command-method when
11452 `method' parameter is nil. Don't write nil entries into the
11453 active file.
11454 (gnus-agent-get-group-info): New function.
11455 (gnus-agent-fetch-articles): Use
11456 gnus-agent-update-files-total-fetched-for to increment disk space
11457 used.
11458 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11459 gnus-agent-update-view-total-fetched-for to increment disk space
11460 used.
11461 (gnus-agent-get-local): Added optional parameters to avoid calling
11462 gnus-group-real-name and gnus-find-method-for-group.
11463 (gnus-agent-set-local): Delete stored entry if either min, or max,
11464 are nil.
11465 (gnus-agent-fetch-session): Reworded error/quit messages. On
11466 quit, use gnus-agent-regenerate-group to record existance of any
11467 articles fetched to disk before the quit occurred.
11468 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11469 gnus-agent-update-view-total-fetched-for, and
11470 gnus-agent-update-files-total-fetched-for to decrement disk space
11471 used.
11472 (gnus-agent-retrieve-headers): Use
11473 gnus-agent-update-view-total-fetched-for to increment disk space
11474 used.
11475 (gnus-agent-regenerate-group): Replace gnus-group-update-group
11476 with gnus-agent-update-files-total-fetched-for to decrement disk
11477 space and fresh group buffer.
11478 (gnus-agent-inhibit-update-total-fetched-for): New variable.
11479 (gnus-agent-need-update-total-fetched-for): New variable.
11480 (gnus-agent-update-files-total-fetched-for): New function.
11481 (gnus-agent-update-view-total-fetched-for): New function.
11482 (gnus-agent-total-fetched-for): New function.
11483
11484 * gnus-cache.el (gnus-cache-save-buffers): Use
11485 gnus-cache-update-overview-total-fetched-for to change disk space
11486 used by this group.
11487 (gnus-cache-possibly-enter-article): Use
11488 gnus-cache-update-file-total-fetched-for to increment disk space
11489 used by this group.
11490 (gnus-cache-possibly-remove-article): Use
11491 gnus-cache-update-file-total-fetched-for to decrement disk space
11492 used by this group.
11493 (gnus-cache-generate-nov-databases): Purge total fetched cache.
11494 (gnus-cache-rename-group): New function.
11495 (gnus-cache-delete-group): New function.
11496 (gnus-cache-inhibit-update-total-fetched-for): New variable.
11497 (gnus-cache-need-update-total-fetched-for): New variable.
11498 (gnus-cache-with-refreshed-group): New macro.
11499 (gnus-cache-update-file-total-fetched-for): New function.
11500 (gnus-cache-update-overview-total-fetched-for): New function.
11501 (gnus-cache-rename-group-total-fetched-for): New function.
11502 (gnus-cache-delete-group-total-fetched-for): New function.
11503 (gnus-cache-total-fetched-for): New function.
112d84ef 11504
01c52d31
MB
11505 * gnus-group.el: Require gnus-sum and autoload functions to
11506 resolve warnings when gnus-group.el compiled alone.
11507 (gnus-group-line-format): Documented new %F
11508 (size of Fetched data) group line format; identifies disk space
11509 used by agent and cache.
11510 (gnus-group-line-format-alist): Defined new F format.
11511 (gnus-total-fetched-for): New function.
11512 (gnus-group-delete-group): No longer update
11513 gnus-cache-active-altered as gnus-request-delete-group now keeps
11514 the cache in sync.
11515 (gnus-group-list-active): Let the agent store a server's active
11516 list if currently plugged.
2f7717f6 11517
c9e31f32
SM
11518 * gnus-int.el (gnus-request-delete-group):
11519 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
01c52d31 11520 local disk in sync with the server.
c9e31f32
SM
11521 (gnus-request-rename-group):
11522 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
01c52d31 11523 local disk in sync with the server.
2f7717f6 11524
c9e31f32
SM
11525 * gnus-start.el (gnus-get-unread-articles):
11526 Cosmetic simplification to logic.
c44edf72 11527
01c52d31 11528 * gnus-util.el (gnus-rename-file): New function.
c44edf72 11529
01c52d31 115302004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
c44edf72 11531
01c52d31 11532 * mm-util.el (mm-image-load-path): Handle nil in load-path.
aa0a8561 11533
01c52d31 115342004-04-07 Jesper Harder <harder@ifa.au.dk>
aa0a8561 11535
01c52d31
MB
11536 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11537 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
aa0a8561 11538
01c52d31 115392004-04-06 Jesper Harder <harder@ifa.au.dk>
aa0a8561 11540
01c52d31
MB
11541 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11542 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
aa0a8561 11543
01c52d31 115442004-04-03 Jesper Harder <harder@ifa.au.dk>
aa0a8561 11545
01c52d31 11546 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
aa0a8561 11547
01c52d31 115482004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
aa0a8561 11549
01c52d31
MB
11550 * spam.el (spam-set-difference): Add function to replace
11551 gnus-set-difference in spam.el.
11552 (spam-summary-prepare-exit): Use spam-set-difference.
aa0a8561 11553
01c52d31 115542004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
aa0a8561 11555
01c52d31
MB
11556 * gnus-registry.el (gnus-registry-cache-file): Update to use
11557 gnus-dribble-directory OR gnus-home-directory OR ~.
11558 (gnus-registry-split-fancy-with-parent): Fix doc.
aa0a8561 11559
01c52d31 115602004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
aa0a8561 11561
01c52d31
MB
11562 * message.el (message-exchange-point-and-mark): Use
11563 message-mark-active-p. Suggested by Jesper Harder
11564 <harder@ifa.au.dk>.
45893b95 11565
01c52d31 115662004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
45893b95 11567
01c52d31
MB
11568 * message.el (message-exchange-point-and-mark): Don't activate
11569 region if it was inactive. Suggested by Hiroshi Fujishima
11570 <pooh@nature.tsukuba.ac.jp>.
734c5765 11571
01c52d31 115722004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
734c5765 11573
01c52d31
MB
11574 * gnus-art.el (article-display-face): Display Faces in the same
11575 order as X-Faces.
734c5765 11576
01c52d31 115772004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11578
01c52d31 11579 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
ad136a7c 11580
01c52d31 115812004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11582
01c52d31
MB
11583 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11584 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11585 (gnus-article-mime-hierarchy): Remove.
11586 (gnus-article-mime-hierarchy-next): Remove.
11587 (gnus-article-mode): Revert 2004-03-19 change.
11588 (gnus-article-setup-buffer): Revert 2004-03-19 change.
11589 (gnus-insert-mime-button): Revert 2004-03-19 change.
11590 (gnus-mime-accumulate-hierarchy): Remove.
11591 (gnus-mime-enter-multipart): Remove.
149cd465 11592 (gnus-mime-leave-multipart): Remove.
01c52d31
MB
11593 (gnus-mime-display-part): Revert 2004-03-19 change.
11594 (gnus-mime-display-alternative): Revert 2004-03-19 change.
ad136a7c 11595
01c52d31 11596 * mml.el (mml-preview): Revert 2004-03-19 change.
ad136a7c 11597
01c52d31 115982004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
ad136a7c 11599
01c52d31 11600 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
ad136a7c 11601
01c52d31 116022004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11603
01c52d31
MB
11604 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11605 t while entering a file name using the mm-with-multibyte macro.
11606 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
ad136a7c 11607
01c52d31 11608 * mm-util.el (mm-with-multibyte): New macro.
ad136a7c 11609
01c52d31 116102004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11611
01c52d31
MB
11612 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11613 user option.
11614 (gnus-mime-multipart-functions): Doc and customization fix.
11615 (gnus-article-mime-hierarchy): New variable.
11616 (gnus-article-mime-hierarchy-next): New variable.
11617 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11618 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11619 gnus-article-mime-hierarchy-next to nil.
11620 (gnus-insert-mime-button): Show hierarchy numbers.
11621 (gnus-mime-accumulate-hierarchy): New function.
11622 (gnus-mime-enter-multipart): New function.
11623 (gnus-mime-leave-multipart): New function.
11624 (gnus-mime-display-part): Recompute hierarchical MIME structure.
11625 (gnus-mime-display-alternative): Show hierarchy numbers.
ad136a7c 11626
01c52d31
MB
11627 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11628 gnus-article-mime-hierarchy-next to nil.
ad136a7c 11629
01c52d31 116302004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
ad136a7c 11631
01c52d31 11632 * dns.el: Don't require gnus-xmas.
ad136a7c 11633
01c52d31 116342004-03-17 Jesper Harder <harder@ifa.au.dk>
ad136a7c 11635
01c52d31
MB
11636 * mml.el (mml-generate-mime-1): Don't use format=flowed with
11637 inline PGP.
11638 (mml-menu): Disable mml-quote-region if mark is inactive.
ad136a7c 11639
01c52d31 116402004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11641
01c52d31
MB
11642 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11643 when the group's active is not available.
ad136a7c 11644
01c52d31 116452004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11646
01c52d31
MB
11647 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11648 error.
ad136a7c 11649
01c52d31 116502004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
ad136a7c 11651
01c52d31
MB
11652 * imap.el (imap-store-password): New variable.
11653 (imap-interactive-login): Use it.
11654 Suggested by Mark Plaksin <happy@mcplaksin.org>.
ad136a7c 11655
01c52d31 116562004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11657
01c52d31
MB
11658 * gnus-art.el (gnus-article-read-summary-keys): Restore new
11659 window-start and hscroll to summary window.
ad136a7c 11660
01c52d31 116612004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
ad136a7c 11662
01c52d31
MB
11663 * gnus-start.el (gnus-convert-old-newsrc): Only write the
11664 conversion message to newsrc-dribble when an actual conversion is
11665 performed.
ad136a7c 11666
01c52d31 116672004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
ad136a7c 11668
01c52d31 11669 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
ad136a7c 11670
01c52d31 116712004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11672
01c52d31
MB
11673 * mm-decode.el (mm-complicated-handles): New function reviving
11674 former definition of mm-multiple-handles.
49561cf6 11675
01c52d31
MB
11676 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11677 (gnus-mime-delete-part): Use it.
49561cf6 11678
01c52d31 116792004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
87589a70 11680
01c52d31
MB
11681 * gnus-agent.el (gnus-agent-read-local): Bind
11682 nnheader-file-coding-system to gnus-agent-file-coding-system to
11683 avoid the implicit assumption that they will always be equal.
11684 (gnus-agent-save-local): Bind buffer-file-coding-system, not
11685 coding-system-for-write, as the with-temp-file macro first prints
11686 to a buffer then saves the buffer.
87589a70 11687
01c52d31 116882004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
c825ac9d 11689
01c52d31
MB
11690 * gnus-art.el (gnus-article-edit-part): New function.
11691 (gnus-mime-save-part-and-strip): Use it; do query instead of
11692 signaling an error; don't use mm-multiple-handles.
11693 (gnus-mime-delete-part): Ditto.
c825ac9d 11694
01c52d31 116952004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
ae465fa7 11696
01c52d31
MB
11697 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11698 old file versions.
11699 (gnus-group-prepare-hook): Removed function that converted list
11700 form of gnus-agent-expire-days to group properties.
ae465fa7 11701
01c52d31
MB
11702 * gnus-int.el: Autoload gnus-agent-regenerate-group.
11703 (gnus-request-accept-article): Re-indented.
5f49be3f 11704
01c52d31
MB
11705 * gnus-start.el (gnus-convert-old-newsrc): Registered new
11706 converters to handle old agent file formats. Added logic for a
11707 "backup before upgrading warning".
11708 (gnus-convert-mark-converter-prompt): Developers can mark
11709 functions as needing (default), or not needing,
11710 gnus-convert-old-newsrc's "backup before upgrading warning".
11711 (gnus-convert-converter-needs-prompt): Tests whether the user
11712 should be protected from potentially irreversable changes by the
11713 function.
5f49be3f 11714
002876ab 11715 * legacy-gnus-agent.el: New. Provides converters that are only
01c52d31 11716 loaded when gnus-convert-old-newsrc needs to call them.
fb54e72e 11717
01c52d31 117182004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
fb54e72e 11719
01c52d31 11720 * mail-source.el (mail-source-touch-pop): Doc fix.
fb54e72e 11721
01c52d31 11722 * message.el (message-smtpmail-send-it): Doc fix.
0683d241 11723
01c52d31 117242004-03-05 Jesper Harder <harder@ifa.au.dk>
0683d241 11725
01c52d31 11726 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
1b155fbd 11727
01c52d31 11728 * nnmail.el (nnmail-split-fancy): do.
1b155fbd 11729
01c52d31 11730 * gnus-kill.el (gnus-kill, gnus-execute): do.
0683d241 11731
01c52d31 117322004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
0683d241 11733
01c52d31
MB
11734 * gnus-sum.el (gnus-widget-reversible-match)
11735 (gnus-widget-reversible-to-internal)
11736 (gnus-widget-reversible-to-external): New functions.
11737 (gnus-widget-reversible): New widget.
11738 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
0683d241 11739
01c52d31 117402004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
0683d241 11741
01c52d31
MB
11742 * gnus-sum.el (gnus-thread-sort-functions)
11743 (gnus-article-sort-functions): Document `(not F)' items.
0683d241 11744
01c52d31 117452004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
e2642250 11746
01c52d31
MB
11747 * spam.el (spam-use-gmane-xref): Add new backend.
11748 (spam-gmane-xref-spam-group): Add variable to control the name of the
11749 Gmane spam group.
11750 (spam-blackhole-servers, spam-blackhole-good-server-regex)
11751 (spam-regex-headers-spam, spam-regex-headers-ham)
11752 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11753 (spam-list-of-checks): Add spam-use-gmane-xref to list of
11754 backends and checks.
11755 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
e2642250 11756
01c52d31
MB
11757 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11758 an autodetect method.
e2642250 11759
01c52d31 117602004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
e2642250 11761
01c52d31
MB
11762 * gnus-int.el (gnus-request-accept-article): Inform the agent that
11763 articles are being added to a group.
11764 (gnus-request-replace-article): Inform the agent that articles
11765 need to be uncached as the cached contents are no longer valid.
e2642250 11766
01c52d31 117672004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
e2642250 11768
01c52d31 11769 * binhex.el: Don't autoload executable-find.
e2642250 11770
01c52d31 11771 * canlock.el: Don't autoload mail-fetch-field.
e2642250 11772
01c52d31 11773 * gnus-ems.el: Don't autoload appt-select-lowest-window.
e2642250 11774
01c52d31
MB
11775 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
11776 rmail-dont-reply-to and rmail-output.
e2642250 11777
01c52d31 11778 * gnus-score.el: Don't autoload ffap-string-at-point.
e2642250 11779
01c52d31 11780 * gnus-setup.el: Don't autoload sc-cite-original.
e2642250 11781
01c52d31
MB
11782 * imap.el: Don't autoload base64-decode-string,
11783 base64-encode-string and md5.
e2642250 11784
01c52d31
MB
11785 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
11786 and rmail-msg-restore-non-pruned-header.
e2642250 11787
01c52d31 11788 * mm-decode.el: Don't autoload executable-find.
e2642250 11789
01c52d31 11790 * mm-url.el: Don't autoload executable-find.
e2642250 11791
01c52d31 11792 * mm-view.el: Don't autoload diff-mode.
e2642250 11793
01c52d31
MB
11794 * nndb.el: Don't autoload news-reply-mode, news-setup,
11795 cancel-timer and telnet.
e2642250 11796
01c52d31 11797 * password.el: Don't autoload run-at-time for Emacs.
e2642250 11798
01c52d31 11799 * sha1-el.el: Don't autoload executable-find.
e2642250 11800
01c52d31 11801 * sieve-mode.el: Don't autoload c-mode.
e2642250 11802
01c52d31 11803 * uudecode.el: Don't autoload executable-find.
e2642250 11804
01c52d31 118052004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
e2642250 11806
01c52d31
MB
11807 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
11808 (gnus-agent-possibly-alter-active): Avoid null in numeric
11809 comparison.
11810 (gnus-agent-set-local): Refuse to save null in local object table.
11811 (gnus-agent-regenerate-group): The REREAD parameter can now be a
11812 list of articles that will be marked as unread.
e2642250 11813
01c52d31 118142004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
e2642250 11815
01c52d31 11816 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
e2642250 11817
01c52d31 118182004-03-04 Jesper Harder <harder@ifa.au.dk>
ba0226dd 11819
01c52d31
MB
11820 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
11821 language tags.
ba0226dd 11822
01c52d31 118232004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
e2642250 11824
01c52d31
MB
11825 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
11826 Don't bind "obarray".
5153a47a 11827
01c52d31
MB
11828 * gnus-sum.el (gnus-thread-sort-functions): Added
11829 `gnus-thread-sort-by-most-recent-number' and
11830 `gnus-thread-sort-by-most-recent-date'.
11831 Reported by Kai Grossjohann <kai@emptydomain.de>.
2a95505b 11832
01c52d31 118332004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5153a47a 11834
01c52d31 11835 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
5153a47a 11836
01c52d31 118372004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
5153a47a 11838
01c52d31
MB
11839 * gnus-cus.el (gnus-agent-customize-category): Removed
11840 ignore-errors macro reference that required cl to be loaded at
11841 run-time.
5153a47a 11842
01c52d31
MB
11843 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
11844 single-interval range of the form (min . max). Previously the
11845 range had to look like ((min . max)). Likewise, return
11846 (min . max) rather than ((min . max)).
11847 (gnus-range-map): Use gnus-range-normalize to accept
11848 single-interval range.
5153a47a 11849
01c52d31
MB
11850 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
11851 the cache, but not the agent, now appear with their usual face.
5153a47a 11852
01c52d31 118532004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
5153a47a 11854
01c52d31
MB
11855 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
11856 w3m-safe-url-regexp variable buffer-local.
86713405 11857
01c52d31 11858 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
86713405 11859
01c52d31 118602004-02-27 Simon Josefsson <jas@extundo.com>
86713405 11861
01c52d31
MB
11862 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
11863 gnus-group-real-prefix.
11864 (gnus-summary-move-article): Use it, instead of
11865 gnus-group-real-prefix.
86713405 11866
01c52d31 118672004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
d5ddd795 11868
01c52d31
MB
11869 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
11870 w3m-safe-url-regexp variable buffer-local and set it as the value
11871 of mm-w3m-safe-url-regexp.
d5ddd795 11872
01c52d31 11873 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
d5ddd795 11874
01c52d31
MB
11875 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
11876 parsing gnus-posting-styles when the message is not for replying.
d5ddd795 11877
01c52d31
MB
11878 * nnrss.el (nnrss-opml-export): Use
11879 mm-set-buffer-file-coding-system instead of
11880 set-buffer-file-coding-system.
54506618 11881
01c52d31 118822004-02-27 Jesper Harder <harder@ifa.au.dk>
54506618 11883
01c52d31
MB
11884 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
11885 of checkdoc.el).
11886 * nnrss.el: do.
11887 * gnus-mlspl.el: do.
11888 * gnus-ml.el: do.
11889 * gnus-srvr.el: do.
54506618 11890
01c52d31 11891 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
54506618 11892
01c52d31 118932004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
54506618 11894
01c52d31
MB
11895 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
11896 Corrections to custom-manual links.
54506618 11897
01c52d31 11898 * gnus-art.el (gnus-article): Ditto.
54506618 11899
01c52d31 11900 * mm-decode.el (mime-display, mime-security): Ditto.
54506618 11901
01c52d31 119022004-02-26 Jesper Harder <harder@ifa.au.dk>
54506618 11903
01c52d31 11904 * flow-fill.el: Typo.
54506618 11905
01c52d31 119062004-02-26 Andrew Cohen <cohen@andy.bu.edu>
49561cf6 11907
01c52d31 11908 * spam-wash.el: New file.
54506618 11909
01c52d31 119102004-02-26 Mark A. Hershberger <mah@everybody.org>
54506618 11911
01c52d31 11912 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
54506618 11913
01c52d31 119142004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
49561cf6 11915
01c52d31
MB
11916 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
11917 to be run with new-articles as LIST1, not LIST2.
11918 (spam-registration-functions): Add spam-use-ham-copy as a nil
11919 registration backend.
54506618 11920
01c52d31 119212004-02-26 Jesper Harder <harder@ifa.au.dk>
54506618 11922
01c52d31
MB
11923 * spam-stat.el (spam-stat-washing-hook): New option.
11924 (spam-stat-buffer-words): Use it.
11925 (spam-stat-process-directory, spam-stat-test-directory): Use
11926 insert-file-contents-literally.
11927 (spam-stat-coding-system): New variable.
11928 (spam-stat-load, spam-stat-save): Use it.
54506618 11929
01c52d31 119302004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 11931
01c52d31
MB
11932 * spam-report.el (spam-report-plug-agent): Quote
11933 spam-report-url-to-file and spam-report-url-ping-plain.
54506618 11934
01c52d31 119352004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
54506618 11936
01c52d31
MB
11937 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
11938 / in mailto URLs.
54506618 11939
01c52d31 119402004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
54506618 11941
01c52d31
MB
11942 * spam-report.el (spam-report-process-queue): Fix interactive use.
11943 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
11944 (spam-report-unplug-agent): Doc fixes.
11945 (spam-report-url-ping-mm-url, spam-report-url-to-file)
11946 (spam-report-agentize, spam-report-deagentize): Autoload
54506618 11947
01c52d31 119482004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 11949
01c52d31
MB
11950 * message.el (message-setup-fill-variables): Add mml tags to
11951 paragraph-start and paragraph-separate. Suggested by Andrew Korty
11952 <ajk@iu.edu>.
11953 (message-mode): Don't modify paragraph-separate there.
54506618 11954
01c52d31 119552004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 11956
01c52d31
MB
11957 * compface.el (uncompface-use-external): Default to undecided.
11958 (uncompface-use-external-threshold): New variable.
11959 (uncompface-float-time): New macro.
11960 (uncompface): Determine whether to use the external decoder if
11961 uncompface-use-external is undecided.
54506618 11962
01c52d31 119632004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
54506618 11964
01c52d31
MB
11965 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
11966 after images.
54506618 11967
01c52d31 11968 * gnus-art.el (gnus-mime-display-single): Remove dead code.
54506618 11969
01c52d31 119702004-02-14 Jesper Harder <harder@ifa.au.dk>
49561cf6 11971
01c52d31 11972 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
54506618 11973
002876ab 11974 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
54506618 11975
01c52d31
MB
11976 * gnus-sum.el (gnus-summary-limit-to-age)
11977 (gnus-summary-limit-children): do.
54506618 11978
01c52d31 11979 * gnus-int.el (gnus-request-scan): do.
54506618 11980
01c52d31 11981 * gnus-group.el (gnus-group-suspend): do.
54506618 11982
01c52d31 11983 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
54506618 11984
01c52d31 11985 * gnus-cite.el (gnus-cite-parse-attributions): do.
54506618 11986
01c52d31
MB
11987 * gnus-agent.el (gnus-summary-set-agent-mark)
11988 (gnus-agent-regenerate-group): do.
54506618 11989
01c52d31 11990 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
54506618 11991
01c52d31 11992 * binhex.el (binhex-decode-region-internal): do.
54506618 11993
01c52d31 119942004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 11995
01c52d31
MB
11996 * gnus-fun.el (gnus-face-properties-alist): New user option.
11997 (gnus-display-x-face-in-from): Use it.
54506618 11998
01c52d31 11999 * gnus-art.el (article-display-face): Ditto.
54506618 12000
01c52d31 12001 * compface.el (uncompface-use-external): Default to nil.
54506618 12002
01c52d31 120032004-02-12 Jesper Harder <harder@ifa.au.dk>
54506618 12004
01c52d31
MB
12005 * nntp.el (nntp-erase-buffer): New function.
12006 (nntp-retrieve-data, nntp-send-command)
12007 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12008 (nntp-possibly-change-group): Use it.
54506618 12009
01c52d31
MB
12010 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12011 with-current-buffer.
54506618 12012
01c52d31 120132004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
54506618 12014
01c52d31
MB
12015 * compface.el: Merge the ELisp-based uncompface program.
12016 (compface): New customization group.
12017 (uncompface-use-external): New user option.
12018 (uncompface): Call uncompface-internal if uncompface-use-external
12019 is nil.
12020 (uncompface-internal): New function. Note that there are also
12021 some other functions and variables added for this function.
54506618 12022
01c52d31 120232004-02-10 Jesper Harder <harder@ifa.au.dk>
54506618 12024
01c52d31
MB
12025 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12026 if necessary.
54506618 12027
01c52d31 120282004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
54506618 12029
01c52d31
MB
12030 * spam-report.el (spam-report-unplug-agent)
12031 (spam-report-plug-agent, spam-report-deagentize)
12032 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12033 Add support for the Agent in spam-report: when unplugged, report to a
12034 file; when plugged, submit all the requests.
54506618 12035
01c52d31
MB
12036 * spam.el (spam-register-routine): Fix message about
12037 registration.
54506618 12038
01c52d31 120392004-02-09 Jesper Harder <harder@ifa.au.dk>
49561cf6 12040
01c52d31
MB
12041 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12042 dependencies.
12043 (rfc2047-encode): Use it.
54506618 12044
01c52d31
MB
12045 * gnus-art.el (gnus-button-marker-list): Move before first
12046 reference.
54506618 12047
01c52d31
MB
12048 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12049 (imap-parse-body): Fix format string mismatch.
54506618 12050
01c52d31 12051 * gnus-score.el (gnus-summary-increase-score): do.
54506618 12052
01c52d31 12053 * nnrss.el (nnrss-close): New function.
54506618 12054
01c52d31 120552004-02-08 Jesper Harder <harder@ifa.au.dk>
54506618 12056
01c52d31
MB
12057 * nnrss.el (nnrss-make-filename): New function.
12058 (nnrss-request-delete-group, nnrss-read-server-data)
12059 (nnrss-save-server-data, nnrss-read-group-data)
12060 (nnrss-save-group-data): Use it.
12061 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12062 (nnrss-read-server-data, nnrss-read-group-data): Use load.
12063 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
54506618 12064
01c52d31 120652004-02-07 Jesper Harder <harder@ifa.au.dk>
54506618 12066
01c52d31 12067 * mml.el (mml-compute-boundary-1): Don't uncompress files.
54506618 12068
01c52d31 120692004-02-06 Jesper Harder <harder@ifa.au.dk>
54506618 12070
01c52d31
MB
12071 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12072 files.
54506618 12073
01c52d31
MB
12074 * message.el (message-generate-headers-first): Don't quote nil
12075 and t in docstrings.
54506618 12076
01c52d31 12077 * imap.el (imap-id): do.
54506618 12078
01c52d31
MB
12079 * gnus-agent.el (gnus-agent-consider-all-articles)
12080 (gnus-agent-queue-mail): do.
54506618 12081
01c52d31 120822004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
54506618 12083
01c52d31
MB
12084 * spam-report.el (spam-report-process-queue): New function.
12085 Process requests from `spam-report-requests-file'.
12086 (spam-report-process-queue): Doc fix.
54506618 12087
01c52d31 120882004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
531e5812 12089
01c52d31
MB
12090 * spam.el (spam-register-routine)
12091 (spam-log-processing-to-registry, spam-log-registered-p)
12092 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12093 Change "check" to "spam-check" for semi-clarity.
531e5812 12094
01c52d31 120952004-02-05 Jesper Harder <harder@ifa.au.dk>
531e5812 12096
01c52d31 12097 * pop3.el: Require nnheader.
531e5812 12098
01c52d31 12099 * mml-smime.el: Require cl. Autoload message-fetch-field.
531e5812 12100
01c52d31 12101 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
531e5812 12102
01c52d31 12103 * gnus-picon.el: Require cl.
531e5812 12104
01c52d31 12105 * gnus-fun.el: Require gnus-ems and gnus-util.
531e5812 12106
01c52d31 12107 * gnus.el (gnus-method-to-server): Move defsubst before first use.
531e5812 12108
01c52d31 12109 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
531e5812 12110
01c52d31
MB
12111 * gnus-art.el (gnus-article-edit-mode): Define before first
12112 reference.
531e5812 12113
01c52d31 121142004-02-04 Jesper Harder <harder@ifa.au.dk>
531e5812 12115
01c52d31
MB
12116 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12117 (gnus-uu-post-encoded): Use point-at-bol.
531e5812 12118
01c52d31 12119 * gnus-topic.el (gnus-group-active-topic-p): do.
69075cdd 12120
01c52d31 12121 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
69075cdd 12122
01c52d31 12123 * gnus-group.el (gnus-group-kill-region): do.
69075cdd 12124
01c52d31 12125 * gnus-art.el (article-date-ut): do.
69075cdd 12126
01c52d31
MB
12127 * message.el (message-fetch-field): Remove redundant
12128 case-fold-search binding.
12129 (message-narrow-to-field): Simplify.
69075cdd 12130
01c52d31 121312004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
8903a9c8 12132
01c52d31 12133 * spam.el (spam-directory): Derive from `gnus-directory'.
8903a9c8 12134
01c52d31
MB
12135 * spam-report.el (spam-report-url-to-file)
12136 (spam-report-requests-file): New function and variable for offline
12137 reporting.
12138 (spam-report-url-ping-function): Add `spam-report-url-to-file'
12139 and user defined function.
12140 (spam-report-url-ping-mm-url): Remove doubled slash.
8903a9c8 12141
01c52d31 121422004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
8903a9c8 12143
01c52d31 12144 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
8903a9c8 12145
01c52d31 121462004-02-03 Jesper Harder <harder@ifa.au.dk>
ebbeed62 12147
01c52d31
MB
12148 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12149 format string mismatch.
ebbeed62 12150
01c52d31 12151 * sieve.el (sieve-deactivate-all): do.
8903a9c8 12152
01c52d31 12153 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
8903a9c8 12154
01c52d31 12155 * nnlistserv.el (nnlistserv-kk-wash-article): do.
e62e7654 12156
01c52d31 12157 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
e62e7654 12158
01c52d31 12159 * mm-bodies.el (mm-7bit-chars): Don't include \r.
e62e7654 12160
01c52d31 121612004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
e62e7654 12162
01c52d31
MB
12163 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12164 the list of checks.
e62e7654 12165
01c52d31 121662004-01-31 Jesper Harder <harder@ifa.au.dk>
e62e7654 12167
01c52d31
MB
12168 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12169 padding.
e62e7654 12170
01c52d31 121712004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
c3bc41c2 12172
01c52d31
MB
12173 * mm-view.el (mm-fill-flowed): New variable.
12174 (mm-inline-text): Use it.
eb6a2b61 12175
01c52d31 121762004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
c3bc41c2 12177
01c52d31
MB
12178 * spam.el (spam-spamassassin-register-ham-routine)
12179 (spam-spamassassin-register-spam-routine): Fix function names.
7c3bb5a5 12180
01c52d31 121812004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
7c3bb5a5 12182
01c52d31
MB
12183 * gnus.el (gnus-tmp-grouplens): Remove.
12184 (gnus-summary-line-format): Remove grouplens.
f0096211 12185
01c52d31 12186 * gnus-group.el (gnus-group-line-format): Ditto.
f0096211 12187
01c52d31
MB
12188 * gnus-spec.el (gnus-format-specs): Ditto.
12189 (gnus-update-format-specifications): Flush the group format spec
12190 cache if there's the grouplens stuff.
12191 (gnus-parse-simple-format): Replace %l with the empty string.
f0096211 12192
01c52d31 121932004-01-27 Jerry James <james@xemacs.org> (tiny change)
f0096211 12194
01c52d31
MB
12195 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12196 omission.
14e20e13 12197
01c52d31 121982004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
14e20e13 12199
01c52d31
MB
12200 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12201 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
c1d7d285 12202
01c52d31 122032004-01-25 Paul Jarc <prj@po.cwru.edu>
c1d7d285 12204
149cd465
JB
12205 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12206 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
01c52d31
MB
12207 New macros and functions.
12208 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12209 Handle > NLINK_MAX messages.
12210 * nnmaildir.el (nnmaildir-request-set-mark): Use
12211 nnmaildir--emlink-p and nnmaildir--eexist-p.
c1d7d285 12212
01c52d31 122132004-01-25 Alex Schroeder <alex@gnu.org>
c1d7d285 12214
01c52d31
MB
12215 * spam-stat.el (spam-stat-process-directory-age): New option.
12216 (spam-stat-process-directory): Use it.
c1d7d285 12217
01c52d31 122182004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
c1d7d285 12219
01c52d31
MB
12220 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12221 (spam-stat-save): Accept prefix argument.
c1d7d285 12222
01c52d31 122232004-01-23 Paul Jarc <prj@po.cwru.edu>
c1d7d285 12224
01c52d31
MB
12225 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12226 links" error.
c1d7d285 12227
01c52d31 122282004-01-23 Jesper Harder <harder@ifa.au.dk>
10b43d7c 12229
01c52d31
MB
12230 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12231 compatibility with old .newsrc.eld files.
10b43d7c 12232
01c52d31 12233 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
f4dd4ae8 12234
01c52d31 12235 * gnus-start.el (gnus-1): do.
f4dd4ae8 12236
01c52d31 12237 * gnus-group.el (gnus-group-line-format-alist): do.
1b155fbd 12238
01c52d31 12239 * gnus.el (gnus-use-grouplens, gnus-visual): do.
1b155fbd 12240
01c52d31 12241 * gnus-gl.el: Remove.
f4dd4ae8 12242
01c52d31 122432004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
f4dd4ae8 12244
01c52d31
MB
12245 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12246 marks consisting of a single range {for example, (3 . 5)} rather
12247 than a list of a single range { ((3 . 5)) }.
49561cf6 12248
01c52d31 122492004-01-23 Jesper Harder <harder@ifa.au.dk>
f4dd4ae8 12250
01c52d31
MB
12251 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12252 with-current-buffer.
12253 (spam-stat-store-current-buffer): Use insert-buffer-substring to
12254 avoid consing a string.
f4dd4ae8 12255
01c52d31
MB
12256 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12257 Remove obsolete entries for big5 and gb2312.
f4dd4ae8 12258
01c52d31 122592004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
49561cf6 12260
01c52d31
MB
12261 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12262 uncompressed list.
f4dd4ae8 12263
01c52d31 122642004-01-22 Jesper Harder <harder@ifa.au.dk>
f4dd4ae8 12265
01c52d31
MB
12266 * spam-stat.el (spam-stat-strip-xref): New function.
12267 (spam-stat-process-directory): Use it.
f4dd4ae8 12268
01c52d31
MB
12269 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12270 here -- it's done in message-fetch-field.
f4dd4ae8 12271
01c52d31 122722004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
f4dd4ae8 12273
149cd465
JB
12274 * gnus-agent.el (gnus-agent-queue-mail)
12275 (gnus-agent-prompt-send-queue): New variables.
01c52d31
MB
12276 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12277 * gnus-draft.el (gnus-group-send-queue): Pass the group name
12278 "nndraft:queue" along to gnus-draft-send. Use
12279 gnus-agent-prompt-send-queue.
12280 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12281 is "nndraft:queue". Suggested by Gaute Strokkenes
12282 <gs234@srcf.ucam.org>
f4dd4ae8 12283
01c52d31
MB
12284 * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12285 (agent-enable-undownloaded-faces): Added
12286 (gnus-agent-cat-groups): Use eval-and-compile, not
12287 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12288 method of gnus-agent-cat-groups even when the buffer has been
12289 evaled.
3042deef 12290 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
01c52d31 12291 delete gnus-agent-save-active-1.
002876ab 12292 (gnus-agent-save-groups): Deleted. Identical to
01c52d31
MB
12293 gnus-agent-save-active.
12294 (gnus-agent-write-active): No longer adjust agent's copy of active
12295 file as agent's adjustments are now stored in their own
002876ab 12296 file. Removed optional parameter.
01c52d31
MB
12297 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12298 servers. Add use of min/max range limits from server's local
12299 file.
12300 (gnus-agent-save-alist): Removed unused optional argument.
149cd465
JB
12301 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12302 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
01c52d31 12303 (gnus-agent-set-local): A per-server file that keeps min/max range
ec5741dc 12304 limits for articles known to the agent. Provides a fast mechanism
01c52d31 12305 for altering many active ranges.
3042deef 12306 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
01c52d31
MB
12307 active file (local makes it unnecessary).
12308 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12309
12310 * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12311 (agent-enable-undownloaded-faces): Added
12312
12313 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12314 disable it when sending to "nndraft:queue".
12315 (gnus-group-send-queue): Add safety check to avoid sending queue
12316 when unplugged.
f4dd4ae8 12317
01c52d31
MB
12318 * gnus-group.el (gnus-group-catchup): Use new
12319 gnus-sequence-of-unread-articles, not
12320 gnus-list-of-unread-articles, to avoid exhausting memory with huge
12321 numbers of articles. Use gnus-range-map to avoid having to
12322 uncompress the unread list.
149cd465
JB
12323 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12324 Fixed invalid ange-ftp reference.
9b5773bc 12325
01c52d31
MB
12326 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12327 (gnus-sorted-range-intersection): Intersection of two ranges
12328 without requiring that they first be uncompressed.
9b5773bc 12329
01c52d31
MB
12330 * gnus-start.el (gnus-activate-group): Unless blocked by the
12331 caller, possibly expand the active range to include both cached
12332 and agentized articles.
12333 (gnus-convert-old-newsrc): Rewrote in anticipation of having
12334 multiple version-dependent converters.
12335 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12336 gnus-agent-save-active.
12337 (gnus-save-newsrc-file): Save dirty agent range limits.
46cdaf24 12338
01c52d31
MB
12339 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12340 gnus-agent-possibly-alter-active.
12341 (gnus-adjust-marked-articles): Faster handling of simple lists
12342
123432004-01-21 Jesper Harder <harder@ifa.au.dk>
12344
12345 * spam-stat.el (spam-stat-test-directory): New optional argument
12346 displays a list of files detected. Suggested by Andrew Cohen
12347 <cohen@andy.bu.edu>.
12348 (spam-stat-buffer-words-with-scores): Don't narrow and change
12349 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
12350
296fa7b4 123512004-01-20 Hubert Chan <hubert@uhoreg.ca>
01c52d31
MB
12352
12353 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12354 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12355 (spam-spamassassin-arguments)
12356 (spam-spamassassin-spam-flag-header)
12357 (spam-spamassassin-positive-spam-flag-header)
12358 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12359 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12360 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12361 (spam-list-of-processors, spam-list-of-checks)
12362 (spam-list-of-statistical-checks, spam-registration-functions)
12363 (spam-check-spamassassin-headers, spam-check-spamassassin)
12364 (spam-spamassassin-score)
12365 (spam-spamassassin-register-with-sa-learn)
12366 (spam-spamassassin-register-spam-routine)
12367 (spam-spamassassin-register-ham-routine)
12368 (spam-assassin-register-spam-routine)
002876ab
JB
12369 (spam-assassin-register-ham-routine): Add SpamAssassin support.
12370 (spam-bogofilter-score): Fix to show article before scoring.
01c52d31
MB
12371
123722004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
12373
12374 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12375 default scoring function.
12376 (spam-generic-score): Call spam-spamassassin-score if
12377 spam-use-spamassassin or spam-use-spamassassin-headers is on;
12378 spam-bogofilter-score otherwise.
12379
12380 * gnus.el (spam-process, spam-autodetect-methods): Add
12381 spamassassin and spamassassin-headers.
12382
123832004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
12384
12385 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12386 Suppress unnecessary messages.
12387
123882004-01-20 Jesper Harder <harder@ifa.au.dk>
12389
12390 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12391 make-hash-table.
46cdaf24 12392
01c52d31 123932004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 12394
01c52d31 12395 * canlock.el (base64-encode-string): Don't autoload it.
a08b59c9 12396
01c52d31 123972004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 12398
01c52d31
MB
12399 * run-at-time.el: Remove useless (require 'itimer),
12400 eval-and-compile and (featurep 'xemacs).
a08b59c9 12401
01c52d31 124022004-01-16 Jesper Harder <harder@ifa.au.dk>
a08b59c9 12403
01c52d31
MB
12404 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12405 GROUP is a virtual group.
a08b59c9 12406
01c52d31 124072004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
a08b59c9 12408
01c52d31 12409 * gnus.el: Autoload `message-y-or-n-p'.
a08b59c9 12410
01c52d31 124112004-01-15 Jesper Harder <harder@ifa.au.dk>
a08b59c9 12412
01c52d31 12413 * pgg-parse.el: Remove unnecessary (require 'custom).
a08b59c9 12414
01c52d31 12415 * pgg-def.el: do.
a08b59c9 12416
01c52d31 12417 * nnmail.el: do.
a08b59c9 12418
01c52d31 12419 * gnus-undo.el: do.
a08b59c9 12420
01c52d31 12421 * gnus-picon.el: do.
a08b59c9 12422
01c52d31 12423 * gnus-util.el: do.
a08b59c9 12424
01c52d31 124252004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
a08b59c9 12426
01c52d31 12427 * gnus-sum.el (gnus-pick-line-number): Add autoload.
a08b59c9 12428
01c52d31 124292004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 12430
01c52d31
MB
12431 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12432 handle, as well as a list.
a08b59c9 12433
01c52d31
MB
12434 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12435 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12436 (mm-w3m-cid-retrieve): Simplify.
a08b59c9 12437
01c52d31 124382004-01-14 Vasily Korytov <deskpot@myrealbox.com>
a08b59c9 12439
01c52d31
MB
12440 * message.el (message-kill-to-signature): Allow prefix arg to
12441 specify number of lines to keep before signature.
a08b59c9 12442
01c52d31
MB
124432004-01-14 Kai Grossjohann <kai@emptydomain.de>
12444
12445 (message-kill-to-signature): Change docstring.
a08b59c9 12446
01c52d31 124472004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 12448
01c52d31
MB
12449 * canlock.el: Always require sha1-el.
12450 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
a08b59c9 12451
01c52d31 12452 * message.el: Autoload sha1 only when compiling.
a08b59c9 12453
01c52d31 124542004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 12455
01c52d31 12456 * message.el (message-canlock-generate): Require sha1-el.
a08b59c9 12457
01c52d31 124582004-01-13 Jesper Harder <harder@ifa.au.dk>
a08b59c9 12459
01c52d31 12460 * message.el (message-expand-name): Silence the byte compiler.
a08b59c9 12461
01c52d31 124622004-01-13 Simon Josefsson <jas@extundo.com>
1232b9cb 12463
01c52d31
MB
12464 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12465 Invoke gnus-score-mode. Reported by
880820fe 12466 bojohan+news@dd.chalmers.se (Johan Bockgård).
1232b9cb 12467
01c52d31
MB
12468 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
12469 Jim Blandy <jimb@redhat.com> (tiny change).
1232b9cb 12470
01c52d31 124712004-01-12 Jesper Harder <harder@ifa.au.dk>
1232b9cb 12472
01c52d31 12473 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
ef3b7aae 12474
01c52d31 124752004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
ef3b7aae 12476
01c52d31
MB
12477 * spam.el (spam-get-article-as-string): Update to use
12478 gnus-request-article-this-buffer, much simpler.
12479 (spam-get-article-as-buffer): Remove.
6e7fb80c 12480
01c52d31 124812004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
6e7fb80c 12482
296fa7b4 12483 * message.el (message-expand-name): Use EUDC if the user uses that.
7cb0aa56 12484
01c52d31 124852004-01-12 Jesper Harder <harder@ifa.au.dk>
7cb0aa56 12486
01c52d31
MB
12487 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12488 character for the encoding to avoid consing a string.
7cb0aa56 12489
01c52d31
MB
12490 * rfc2047.el (rfc2047-decode-string): Don't cons a string
12491 unnecessarily.
7cb0aa56 12492
01c52d31 12493 * mm-util.el (mm-replace-chars-in-string): Remove.
7cb0aa56 12494
01c52d31
MB
12495 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12496 of mm-replace-chars-in-string.
e79f14a4 12497
01c52d31 124982004-01-11 Jesper Harder <harder@ifa.au.dk>
e79f14a4 12499
c9e31f32 12500 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
e79f14a4 12501
01c52d31 12502 * mm-util.el (mm-subst-char-in-string): Support inplace.
e79f14a4 12503
01c52d31
MB
12504 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12505 a new string in every iteration. Use shy groups.
e79f14a4 12506
01c52d31 125072004-01-10 Jesper Harder <harder@ifa.au.dk>
e79f14a4 12508
c9e31f32
SM
12509 * gnus-srvr.el (gnus-browse-unsubscribe-group):
12510 * gnus-soup.el (gnus-soup-group-brew):
12511 * gnus-msg.el (gnus-put-message):
12512 * gnus-move.el (gnus-group-move-group-to-server):
12513 * gnus-kill.el (gnus-batch-score):
01c52d31
MB
12514 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12515 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12516 (gnus-group-update-group, gnus-group-read-group)
12517 (gnus-group-make-group, gnus-group-make-help-group)
12518 (gnus-group-make-archive-group, gnus-group-make-directory-group)
12519 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12520 (gnus-group-sort-by-unread, gnus-group-catchup)
12521 (gnus-group-unsubscribe-group, gnus-group-kill-group)
12522 (gnus-group-yank-group, gnus-group-set-info)
c9e31f32
SM
12523 (gnus-group-list-groups):
12524 * gnus.el (gnus-generate-new-group-name):
12525 * gnus-delay.el (gnus-delay-send-queue):
12526 * nnvirtual.el (nnvirtual-catchup-group):
01c52d31 12527 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
01c52d31 12528 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
c9e31f32 12529 (gnus-group-prepare-topics, gnus-topic-check-topology):
01c52d31
MB
12530 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12531 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12532 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
c9e31f32
SM
12533 (gnus-group-make-articles-read):
12534 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12535 (gnus-group-change-level, gnus-kill-newsgroup)
12536 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12537 (gnus-get-unread-articles, gnus-make-articles-unread)
12538 (gnus-make-ascending-articles-unread): Use accessor
12539 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12540 to get group information for improved readability.
12541
1270d7ca 12542
01c52d31 125432004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 12544
01c52d31
MB
12545 * gnus-art.el (article-decode-mime-words, article-babel)
12546 (gnus-article-highlight-signature, gnus-article-add-buttons)
12547 (gnus-signature-toggle): Use gnus-with-article-buffer.
1270d7ca 12548
01c52d31
MB
12549 * gnus-art.el (gnus-article-highlight-headers)
12550 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
1270d7ca 12551
01c52d31
MB
12552 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12553 (gnus-article-set-globals, gnus-request-article-this-buffer)
12554 (gnus-button-message-id, gnus-article-maybe-hide-headers)
12555 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12556 (gnus-mime-display-alternative): Use with-current-buffer.
1270d7ca 12557
01c52d31 125582004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 12559
01c52d31
MB
12560 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12561 also under 80 char limit, and call gnus-error if needed.
12562 (spam-fetch-article-header): Fix - it was a
12563 buffer-local variable (gnus-newsgroup-data).
12564 (spam-find-spam): Use spam-generate-fake-headers, forget about
12565 spam-insert-fake-headers.
12566 (spam-insert-fake-headers): Remove.
1270d7ca 12567
01c52d31 125682004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 12569
01c52d31
MB
12570 * deuglify.el (gnus-article-outlook-unwrap-lines)
12571 (gnus-outlook-rearrange-article)
12572 (gnus-outlook-repair-attribution-outlook)
12573 (gnus-outlook-repair-attribution-block)
12574 (gnus-outlook-repair-attribution-other): Remove redundant
12575 save-excursion.
1270d7ca 12576
01c52d31 125772004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 12578
01c52d31
MB
12579 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12580 (spam-fetch-field-subject-fast)
12581 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12582 (spam-fetch-article-header): Add functions to deal with Gnus
12583 internals for fast retrieval of article header data.
12584 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
1270d7ca 12585
01c52d31 125862004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 12587
01c52d31
MB
12588 * pop3.el (pop3-md5): Remove.
12589 (pop3-apop): Replace pop3-md5 with md5.
1270d7ca 12590
01c52d31 12591 * mm-bodies.el: base64 is always built-in.
1270d7ca 12592
01c52d31
MB
12593 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12594 with-current-buffer.
1270d7ca 12595
23f87bed 125962004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 12597
23f87bed
MB
12598 * canlock.el (canlock-insert-header): Remove excessive grouping in
12599 regexp.
1270d7ca 12600
01c52d31
MB
12601 * gnus-sum.el (gnus-summary-read-document): Ditto.
12602
12603 * gnus-uu.el (gnus-uu-part-number): Ditto.
12604
12605 * html2text.el (html2text-remove-tags): Ditto.
12606 (html2text-format-tags): Ditto.
12607 (html2text-format-single-elements): Ditto.
12608
12609 * mml.el (mml-parse-1): Ditto.
12610
126112004-01-08 Jesper Harder <harder@ifa.au.dk>
12612
12613 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12614
12615 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12616
12617 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12618
12619 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12620
126212003-11-15 Simon Josefsson <jas@extundo.com>
12622
12623 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12624 (pgg-gpg-lookup-key): Use regexp match instead of
12625 split-string (split-string is different between emacs 21.2 and
12626 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
12627
126282004-01-08 Jesper Harder <harder@ifa.au.dk>
12629
12630 * gnus-art.el (gnus-mime-view-all-parts)
12631 (gnus-article-part-wrapper, gnus-article-view-part): Use
12632 with-current-buffer.
12633
126342004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12635
12636 * spam.el (spam-disable-spam-split-during-ham-respool)
12637 (spam-spamoracle-database, spam-cache-lookups)
12638 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12639 (spam-group-ham-mark-p, spam-group-spam-mark-p)
12640 (spam-group-ham-marks, spam-group-spam-marks)
12641 (spam-group-spam-contents-p, spam-group-ham-contents-p)
12642 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12643 also add spam-use-blackholes to the statistical checks.
12644 (spam-fetch-field-fast): Add interface to fetching fields, may
12645 become a macro.
12646 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12647 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12648 (spam-insert-fake-headers): Fake an article when needed.
12649 (spam-find-spam): Fake article when possible.
12650 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12651 (spam-check-bogofilter-headers): Use message-fetch-field instead
12652 of nnmail-fetch-field.
12653
126542004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
12655
12656 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12657
126582004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12659
12660 * spam.el (spam-split): Do not require spam-use-CHECK to be
12661 enabled if that check is passed to spam-split explicitly; also
12662 fix so 'spam doesn't get converted to spam-split-group when
12663 spam-split-symbolic-return is t.
12664 (spam-find-spam): Find registrations of the article and use those
12665 instead of re-running spam-split to find the spam/ham
12666 classification of the article.
12667 (spam-log-processing-to-registry, spam-log-registered-p)
12668 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12669 Use gnus-error instead of gnus-message.
12670 (spam-log-registration-type): Add function to determine the
12671 classification of a message based on registry entries; will
12672 return nil if both 'spam and 'ham are found.
12673 (spam-check-BBDB): Expand all the BBDB macros here so we can have
12674 a reasonably fast local cache without the loading errors.
12675 (spam-cache-lookups): Set to t by default.
12676 (spam-find-spam): Don't try to guess spam-cache-lookups.
12677 (spam-enter-whitelist, spam-enter-blacklist): Clear the
12678 spam-caches entry.
12679 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12680 caching of whitelist/blacklist entries.
12681 (spam-check-whitelist, spam-check-blacklist): Invoke
12682 spam-from-listed-p with a type, not a cache variable.
12683 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12684
126852004-01-07 Jesper Harder <harder@ifa.au.dk>
12686
12687 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12688
12689 * nnmail.el (nnmail-split-fancy): do.
12690
12691 * mml.el (mml-parse): do.
12692
12693 * gnus-score.el (gnus-enter-score-words-into-hashtb)
12694 (gnus-score-adaptive): do.
12695
23f87bed 126962004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 12697
01c52d31
MB
12698 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12699 (gnus-mime-button-map): Don't set keymap parent.
12700 (gnus-button-ctan-directory-regexp): Use shy grouping.
12701 (gnus-prev-page-map): Don't set keymap parent.
12702 (gnus-prev-page-map): Remove duplicated one.
12703 (gnus-next-page-map): Don't set keymap parent.
12704 (gnus-mime-security-button-map): Ditto.
12705
12706 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12707 version number.
12708
23f87bed 12709 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
1270d7ca 12710
23f87bed 127112004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 12712
23f87bed
MB
12713 * canlock.el (canlock-sha1-function): Remove.
12714 (canlock-sha1-function-for-verify): Remove.
12715 (canlock-openssl-program): Remove.
12716 (canlock-openssl-args): Remove.
12717 (canlock-ignore-errors): Remove.
12718 (canlock-sha1-with-openssl): Remove.
12719 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12720 (canlock-verify): Don't use canlock-ignore-errors.
1270d7ca 12721
23f87bed
MB
12722 * sha1-el.el (sha1-string-external): Make it can return a string
12723 in binary form.
12724 (sha1-region-external): Ditto.
12725 (sha1-string-internal): Ditto.
12726 (sha1-region-internal): Ditto.
12727 (sha1-region): Ditto.
12728 (sha1-string): Ditto.
12729 (sha1): Ditto.
1270d7ca 12730
01c52d31 127312004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 12732
01c52d31 12733 * spam.el (spam-report-articles-gmane): New command.
1270d7ca 12734
01c52d31 127352004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 12736
01c52d31 12737 * gnus.el: Don't make unnecessary *Group* buffer when loading.
1270d7ca 12738
01c52d31
MB
12739 * run-at-time.el (run-at-time-saved): Remove.
12740 (run-at-time): Doc fix.
1270d7ca 12741
01c52d31 127422004-01-07 Jesper Harder <harder@ifa.au.dk>
1270d7ca 12743
01c52d31
MB
12744 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12745 (gnus-summary-limit-map): Add it.
12746 (gnus-summary-make-menu-bar): do.
1270d7ca 12747
01c52d31 127482004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 12749
01c52d31
MB
12750 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12751 Make attempt at some caching support (done for BBDB only now).
12752 (spam-find-spam): Set spam-cache-lookups if there are more than 2
12753 addresses to be checked.
12754 (spam-clear-cache-BBDB): Add function, to be invoked by
12755 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12756 (spam-check-BBDB): Check and use the caches, if
12757 spam-cache-lookups is on, remove superfluous (provide).
1270d7ca 12758
01c52d31 127592004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1270d7ca 12760
01c52d31 12761 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
1270d7ca 12762
01c52d31 127632004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
1270d7ca 12764
01c52d31
MB
12765 * run-at-time.el (run-at-time-saved): Move to after the definition
12766 of `run-at-time'.
1270d7ca 12767
01c52d31 127682004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 12769
01c52d31
MB
12770 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
12771 mm-w3m-local-map-property.
1270d7ca 12772
01c52d31
MB
12773 * mm-view.el (mm-w3m-mode-map): Remove.
12774 (mm-w3m-local-map-property): Remove.
12775 (mm-inline-text-html-render-with-w3m): Don't use
12776 mm-w3m-local-map-property.
1270d7ca 12777
01c52d31 127782004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 12779
01c52d31 12780 * run-at-time.el: New file.
1270d7ca 12781
01c52d31
MB
12782 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
12783 of gnus-set-text-properties.
1270d7ca 12784
01c52d31 12785 * gnus-uu.el (gnus-uu-save-article): Ditto.
1270d7ca 12786
01c52d31 12787 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
1270d7ca 12788
01c52d31 12789 * gnus-cite.el (gnus-cite-parse): Ditto.
1b155fbd 12790
01c52d31
MB
12791 * gnus-art.el (gnus-button-push): Use set-text-properties instead
12792 of gnus-.
1b155fbd 12793
01c52d31
MB
12794 * gnus.el: Changed calls to nnheader-run-at-time and
12795 password-run-at-time throughout to use run-at-time directly.
1b155fbd 12796
01c52d31 12797 * password.el: Removed definition of run-at-time.
1b155fbd 12798
880820fe 127992004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
1b155fbd 12800
01c52d31
MB
12801 * mml.el (mml-minibuffer-read-disposition): Show attachment type
12802 in prompt.
1b155fbd 12803
01c52d31 128042004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
1b155fbd 12805
01c52d31
MB
12806 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
12807 XEmacs version.
1270d7ca 12808
01c52d31
MB
12809 * dns.el (dns-make-network-process): Use `open-network-stream'
12810 instead of `gnus-xmas-open-network-stream'.
1270d7ca 12811
01c52d31 12812 * .cvsignore: Add auto-autoloads.el, custom-load.el.
1270d7ca 12813
01c52d31 128142004-01-06 Jesper Harder <harder@ifa.au.dk>
1270d7ca 12815
01c52d31
MB
12816 * gnus-art.el (gnus-mime-display-alternative)
12817 (gnus-insert-mime-button, gnus-insert-mime-security-button)
12818 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
12819 Don't use gnus-local-map-property.
1270d7ca 12820
01c52d31 12821 * gnus-util.el (gnus-local-map-property): Remove.
1270d7ca 12822
01c52d31
MB
12823 * mm-view.el (mm-view-pkcs7-decrypt): Replace
12824 gnus-completing-read-maybe-default with completing-read.
1270d7ca 12825
01c52d31
MB
12826 * gnus-util.el (gnus-completing-read): do.
12827 (gnus-completing-read-maybe-default): Remove.
1270d7ca 12828
01c52d31 128292004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
1270d7ca 12830
01c52d31
MB
12831 * password.el: Only autoload `run-at-time' if not XEmacs.
12832 Only autoload the itimer functions if XEmacs.
1270d7ca 12833
01c52d31 128342004-01-06 Jesper Harder <harder@ifa.au.dk>
1270d7ca 12835
01c52d31
MB
12836 * gnus-art.el (gnus-read-string): Remove.
12837 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
12838 read-string.
1270d7ca 12839
01c52d31 128402004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 12841
01c52d31
MB
12842 * netrc.el: Autoload password-read.
12843 (netrc): Add configuration group.
12844 (netrc-encoding-method, netrc-openssl-path): Add
12845 variables for encoding and decoding of files with symmetric
12846 ciphers.
12847 (netrc-encode): Add assistant function to encode a file with
12848 netrc-encoding-method.
12849 (netrc-parse): Add interactive parameter, added optional
12850 decoding if netrc-encoding-method is non-nil but otherwise
12851 behavior is standard.
12852 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
12853 Do s/encode/encrypt/ everywhere.
1270d7ca 12854
01c52d31 12855 * spam.el: Remove executable-find autoload.
1270d7ca 12856
01c52d31 128572004-01-05 Jesper Harder <harder@ifa.au.dk>
1270d7ca 12858
01c52d31 12859 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
1270d7ca 12860
01c52d31 12861 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
1270d7ca 12862
01c52d31 128632004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
c113de23 12864
01c52d31 12865 * gnus-art.el (gnus-treat-ansi-sequences,
149cd465 12866 (article-treat-ansi-sequences): New variable and function.
01c52d31 12867 Suggested by Dan Jacobson <jidanni@jidanni.org>.
1270d7ca 12868
01c52d31
MB
12869 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12870 Use it.
1270d7ca 12871
01c52d31 128722004-01-05 Jesper Harder <harder@ifa.au.dk>
1270d7ca 12873
01c52d31 12874 * mm-util.el (mm-quote-arg): Remove.
23f87bed 12875
01c52d31
MB
12876 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
12877 shell-quote-argument.
1270d7ca 12878
01c52d31 12879 * gnus-uu.el (gnus-uu-command): do.
1270d7ca 12880
01c52d31 12881 * gnus-sum.el (gnus-summary-insert-pseudos): do.
1270d7ca 12882
01c52d31
MB
12883 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
12884 with make-char.
1270d7ca 12885
01c52d31 12886 * mm-util.el (mm-make-char): Remove.
1270d7ca 12887
01c52d31
MB
12888 * mml.el (mml-mode): Replace gnus-add-minor-mode with
12889 add-minor-mode.
1270d7ca 12890
01c52d31 12891 * gnus-undo.el (gnus-undo-mode): do.
1270d7ca 12892
01c52d31 12893 * gnus-topic.el (gnus-topic-mode): do.
1270d7ca 12894
01c52d31 12895 * gnus-sum.el (gnus-dead-summary-mode): do.
1270d7ca 12896
01c52d31 12897 * gnus-start.el (gnus-slave-mode): do.
1270d7ca 12898
01c52d31 12899 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
1270d7ca 12900
01c52d31 12901 * gnus-ml.el (gnus-mailing-list-mode): do.
1270d7ca 12902
01c52d31 12903 * gnus-gl.el (gnus-grouplens-mode): do.
1270d7ca 12904
01c52d31 12905 * gnus-draft.el (gnus-draft-mode): do.
1270d7ca 12906
01c52d31 12907 * gnus-dired.el (gnus-dired-mode): do.
1270d7ca 12908
01c52d31 12909 * gnus-ems.el (gnus-add-minor-mode): Remove.
1270d7ca 12910
01c52d31
MB
12911 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12912 Replace gnus-char-width with char-width.
1270d7ca 12913
01c52d31 12914 * gnus-ems.el (gnus-char-width): Remove.
1270d7ca 12915
01c52d31
MB
12916 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12917 Replace gnus-char-width with char-width.
1270d7ca 12918
01c52d31 12919 * gnus-ems.el (gnus-char-width): Remove.
1270d7ca 12920
01c52d31
MB
12921 * spam-stat.el (with-syntax-table): Remove with-syntax-table
12922 definition.
12923 Remove Emacs 20 hash table compatibility code.
1270d7ca 12924
01c52d31
MB
12925 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
12926 20 compatibility code.
1270d7ca 12927
01c52d31 12928 * spam.el (spam-point-at-eol): Replace with point-at-eol.
1270d7ca 12929
01c52d31 12930 * smime.el (smime-point-at-eol): Replace with point-at-eol.
1270d7ca 12931
01c52d31
MB
12932 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
12933 with point-at-{eol,bol}.
1270d7ca 12934
01c52d31 12935 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
1270d7ca 12936
01c52d31 12937 * imap.el (imap-point-at-eol): Replace with point-at-eol.
1270d7ca 12938
149cd465
JB
12939 * flow-fill.el (fill-flowed-point-at-bol)
12940 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
1270d7ca 12941
01c52d31
MB
12942 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
12943 Replace with point-at-{eol,bol} throughout all files.
1270d7ca 12944
01c52d31 129452004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 12946
01c52d31
MB
12947 * ntlm.el (ntlm-string-as-unibyte): New macro.
12948 (ntlm-build-auth-response): Use it.
1270d7ca 12949
01c52d31
MB
12950 Remove Emacs 20 stuff:
12951 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
12952 of delq and copy-sequence.
12953 * gnus-art.el (popup-menu): Remove the compiler macro.
12954 * nnmail.el (nnmail-split-fancy): Don't support customizing with
12955 Emacs 20.
1270d7ca 12956
01c52d31 129572004-01-05 Simon Josefsson <jas@extundo.com>
1270d7ca 12958
01c52d31
MB
12959 * ntlm.el: Fix namespace. Change smb-passwd-hash into
12960 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
12961 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
12962 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
12963 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
12964 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
12965 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
12966 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
12967 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
12968 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
12969 ntlm-string-permute, string-lshift into ntlm-string-lshift,
12970 string-xor into ntlm-string-xor. Suggested by
12971 Jesper Harder <harder@myrealbox.com>.
1270d7ca 12972
01c52d31 12973 * ntlm.el: Don't include poem.
1270d7ca 12974
01c52d31
MB
12975 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
12976 Jesper Harder <harder@myrealbox.com>.
1270d7ca 12977
01c52d31 12978 * sasl-ntlm.el, ntlm.el, md4.el: New files.
1270d7ca 12979
01c52d31
MB
12980 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
12981 probably breaks emacs with DL patch, but do we care? Is anyone
12982 still using the DL stuff?)
1270d7ca 12983
01c52d31
MB
12984 * sieve-manage.el: Use the password package.
12985 (sieve-manage-read-passwd): Remove.
12986 (sieve-manage-interactive-login): Use password. Re-add
12987 condition-case around loop.
12988
12989 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
12990 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
12991 the password package.
12992
129932003-02-19 Simon Josefsson <jas@extundo.com>
12994
12995 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
12996 token.
12997
129982002-08-07 Simon Josefsson <jas@extundo.com>
12999
13000 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13001 (sieve-manage-authenticators):
13002 (sieve-manage-authenticator-alist): Add some SASL mechs.
13003 (sieve-sasl-auth): New function.
13004 (sieve-manage-cram-md5-auth):
13005 (sieve-manage-plain-auth): Rewrite using SASL library.
13006 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13007 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13008 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13009 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13010
130112004-01-05 Simon Josefsson <jas@extundo.com>
13012
13013 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13014 New files.
13015
130162004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13017
13018 * gnus-group.el (gnus-no-groups-message): Update.
13019
13020 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13021
130222003-11-09 Simon Josefsson <jas@extundo.com>
13023
13024 * imap.el: Support for ID IMAP extension (RFC 2971).
13025 (imap-local-variables): Add imap-id.
13026 (imap-id): New variable.
13027 (imap-id): New function.
13028 (imap-parse-response): Parse untagged ID response.
13029 * nnimap.el (nnimap-id): New variable.
13030 (nnimap-open-connection): Use it.
13031
130322003-12-28 Simon Josefsson <jas@extundo.com>
13033
13034 * gnus-score.el (gnus-score-edit-all-score): New.
13035 * gnus-group.el (gnus-group-score-map): Bind it to W e.
13036
130372004-01-04 Simon Josefsson <jas@extundo.com>
13038
13039 * password.el: Add.
13040
130412004-01-04 Mario Lang <lang@zid.tugraz.at>
13042
13043 * dns.el: Add support for AAAA records (see RFC 3596)
13044
13045 * Fix typo PRT -> PTR
13046
13047 * Parse MX, PTR and SOA replies (see RFC 1035)
13048
130492004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13050
13051 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13052
13053 * Moved to Changelog.2.
13054
130552004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13056
13057 * gnus.el (gnus-version-number): Bump version.
13058
130592004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13060
13061 * gnus.el: No Gnus v0.1 is released.
1270d7ca 13062
01c52d31 130632004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1270d7ca 13064
01c52d31 13065 * gnus.el: No Gnus v0.0 is released.
1270d7ca 13066
01c52d31 130672004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 13068
01c52d31
MB
13069 * gnus.el (gnus-version-number): Bump.
13070 (gnus-version): No.
1270d7ca 13071
ef3b7aae 13072See ChangeLog.2 for earlier changes.
2a34a036 13073
e3fe4da0 13074 Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5b87ad55
GM
13075
13076 This file is part of GNU Emacs.
13077
5e809f55 13078 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 13079 it under the terms of the GNU General Public License as published by
5e809f55
GM
13080 the Free Software Foundation, either version 3 of the License, or
13081 (at your option) any later version.
5b87ad55
GM
13082
13083 GNU Emacs is distributed in the hope that it will be useful,
13084 but WITHOUT ANY WARRANTY; without even the implied warranty of
13085 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13086 GNU General Public License for more details.
13087
13088 You should have received a copy of the GNU General Public License
5e809f55 13089 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9 13090
ef3b7aae 13091;; Local Variables:
880820fe 13092;; coding: utf-8
d7ba2a01 13093;; fill-column: 79
33462dfa 13094;; add-log-time-zone-rule: t
ef3b7aae
MB
13095;; End:
13096
ab5796a9 13097;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4