(message-idna-to-ascii-rhs-1): Fix previous commit.
[bpt/emacs.git] / lisp / gnus / ChangeLog
CommitLineData
f66de92f
KY
12008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2
e01bbc12
KY
3 * message.el (message-idna-to-ascii-rhs-1): Protect against local
4 users' addresses that don't have domain parts.
5 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6 rather than message-narrow-to-head since there will be the message
7 header separator.
f66de92f 8
06c68f84
SM
92008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10
11 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12 since the result is inserted in a unibyte buffer anyway.
13 (nnimap-demule-use-string-to-multibyte): Remove.
14 (nnimap-demule): Alias it to mm-string-to-multibyte.
15
9255ec86
RS
162008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
17
18 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
19 variable for debugging bug#464 and bug#1174.
20 (nnimap-demule): Use it.
21
8a986865
SM
222008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
23
24 * message.el (message-send-mail): Just set the buffer to unibyte
25 rather than use mm-with-unibyte-current-buffer which does a lot more.
26 (message-send-mail-partially): Don't bother with
27 mm-with-unibyte-current-buffer since it's already been made unibyte by
28 message-send-mail.
29
5b51650c
MB
302008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
31
32 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
33
342008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
35
36 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
37
ed778fad
MB
382008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
39
40 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
41 require itself and to remove `with-no-warnings'.
42
432008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
44
45 * starttls.el (starttls-any-program-available): Get the name of the
46 available TLS layer program.
47 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
48 well as the host name in the "opening" message.
49
50 * auth-source.el (auth-source-cache, auth-source-do-cache)
51 (auth-source-user-or-password): Cache passwords and logins by default,
52 allow override with `auth-source-do-cache'.
53 (auth-source-forget-user-or-password): Allow users to remove cache
54 entries if needed.
55
8e38a1a9
MB
562008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
57
58 * ietf-drums.el (ietf-drums-remove-comments): Localize second
59 condition-case to only the forward-sexp call.
60
612008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
62
63 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
64 quotes contained. Make it more robust regardless by an extra
65 condition-case wrapper.
66
9091f2d3
MB
672008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
68
69 * nnml.el (nnml-request-expire-articles): Check if the function set to
70 `nnmail-expiry-target' returns the symbol `delete'.
71
72 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
73
74 * nnmail.el (nnmail-expiry-target): Fix custom type.
75
06b2d4c6
GM
762008-10-02 Glenn Morris <rgm@gnu.org>
77
78 * mm-util.el (mm-codepage-setup): Tweak codepage error.
79 Silence compiler warning.
80
059b98fa
CY
812008-09-30 Chong Yidong <cyd@stupidchicken.com>
82
83 * mml.el (mml-menu): Don't assume mml2015 is bound.
84
4520e527
MB
852008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
86
87 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
88 exists.
89
09aece0b
GM
902008-09-27 Glenn Morris <rgm@gnu.org>
91
92 * gnus-util.el (mail-header-remove-comments): Autoload it.
93
521c4a23
AS
942008-09-27 Andreas Schwab <schwab@suse.de>
95
96 * gnus-util.el (gnus-split-references): Strip comments.
97 (gnus-parent-id): Likewise.
98
4520e527
MB
992008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
100
101 * message.el (message-confirm-send): Fix version.
102
1032008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
104
105 * message.el (message-idna-to-ascii-rhs-1): Use
106 mail-extract-address-components rather than mail-header-parse-addresses
107 that is an alias by default to ietf-drums-parse-addresses that does not
108 support non-ASCII names in headers' contents.
109
eef5ade7
MB
1102008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
111
112 * message.el (message-confirm-send): Fixed variable documentation to
113 avoid the "y/n" wording.
114
4520e527 1152008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
eef5ade7
MB
116
117 * message.el (message-set-auto-save-file-name): Save to a different
118 filename so multiple messages (especially drafts) can be recovered.
119
e52cac88
MB
1202008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
121
122 * message.el (message-confirm-send): Add appropriate version.
123
1242008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
125
126 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
127 defvar.
128
1292008-09-22 Daiki Ueno <ueno@unixuser.org>
130
131 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
132 (mm-pkcs7-enveloped-magic): Ditto.
133
64763fe3
MB
1342008-09-17 Simon Josefsson <simon@josefsson.org>
135
136 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
137 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
138
1392008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
140
141 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
142 default, it's better.
143
1442008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
145
146 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
147 summary line gnus-number property and ignore them (with a warning
148 message).
149
1ae03cd5
KY
1502008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
151
152 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
153 macro caddr in the interactive form since it won't be expanded.
154
c0ccb0d6
KY
1552008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
156
157 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
158 `charset'; fix name of function called recursively.
159 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
160
14ce5fc2
KY
1612008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
162
163 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
164 (gnus-mime-set-charset-parameters): New function.
165 (gnus-mime-view-part-as-charset): Use it to correctly display part
166 specifying wrong charset.
167
9e601b8d
MB
1682008-09-08 David Engster <dengste@eml.cc>
169
170 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
171 in completing-read for back end server.
172
16dd13df
MB
1732008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
174
175 * message.el (message-confirm-send): New variable to confirm sending a
176 message.
177 (message-send): Use it.
178
b86402ab
MB
1792008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
180
181 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
182
1832008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
184
185 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
186
1872008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
188
189 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
190 prevent tracking too many groups.
191 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
192 Use it.
193
9153f10d
MB
1942008-08-11 Ralf Angeli <angeli@caeruleus.net>
195
196 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
197 moving point to the bottom of the window in order to avoid recentering.
198
1992008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
200
201 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
202 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
203 (gnus-article-beginning-of-window): Fix calculation.
204
2052008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
206
207 * gnus-msg.el (gnus-summary-supersede-article)
208 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
209 value of gnus-newsgroup-charset to decode non-MIME encoded text in
210 message header.
211
82cc1916
DN
2122008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
213
214 * message.el:
215 * gnus-start.el:
216 * gnus-registry.el: Remove VMS support.
217
6ecfe5c2
MB
2182008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
219
220 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
221 macro.
222 (rfc2104-hash): Use it.
223
2242008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
225
226 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
227 (gnus-summary-sort-by-most-recent-date): New commands.
228 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
229 and menu entries.
230
2312008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
232
233 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
234 don't redisplay article for raw contents; remove plural articles stuff.
235
236 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
237 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
238 on gnus-summary-save-article; display results properly.
239
d62672f3
MB
2402008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
241
242 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
243
2442008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
245
246 * gnus-art.el (gnus-summary-save-in-pipe): Consider
247 gnus-save-all-headers.
248
d221466a
DN
2492008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
250
251 * gnus-util.el (ns-focus-frame): Remove declaration.
252 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
253 like x.
254
b737c3d9
TTN
2552008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
256
257 * rfc2104.el (rfc2104-zero): Delete defconst.
258 (rfc2104-hex-alist): Likewise.
259 (rfc2104-hex-to-int): Delete func.
260 (rfc2104-hexstring-to-bitstring): Likewise.
261 (rfc2104-nybbles): New defconst.
262 (rfc2104-hash): Rewrite for speed.
263
3c823a0c
GM
2642008-07-16 Glenn Morris <rgm@gnu.org>
265
266 * gnus-util.el (ns-focus-frame): Declare for compiler.
267
16c85f26
MB
2682008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
269
270 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
271 set as a group parameter.
272 (gnus-summary-save-in-pipe): Work when it is called independently.
273 (gnus-summary-pipe-to-muttprint): Don't modify
274 gnus-summary-pipe-output-default-command.
275
ad546360
SM
2762008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
277
278 * message.el (message-send-mail-with-sendmail):
279 Display the error message.
280
89167438
MB
2812008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
282
ad546360
SM
283 * gnus-art.el (gnus-default-article-saver):
284 Add gnus-summary-save-in-pipe to choices.
89167438
MB
285 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
286 gnus-summary-pipe-output-default-command as the default command.
287 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
288 instead of gnus-last-shell-command.
289
ba60bd44
JB
290 * gnus-sum.el (gnus-summary-pipe-output-default-command):
291 New user option.
89167438
MB
292 (gnus-summary-muttprint-program): Mention the value will be changed.
293 (gnus-summary-save-article): Force showing of all headers.
294 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
295
2962008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
297
298 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
299
56fd9faa
JB
3002008-07-02 Juanma Barranquero <lekktu@gmail.com>
301
302 * nnimap.el (nnimap-id):
303 * sieve-manage.el (sieve-manage-open): Doc fixes.
304
68548459
JB
3052008-07-02 Francesc Rocher <rocher@member.fsf.org>
306
307 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
308 if available.
309
32bed934
SM
3102008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
311
eafee8f2
SM
312 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
313
314 * nnkiboze.el (nnkiboze-generate-group):
315 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
316
32bed934
SM
317 * nnmairix.el: Require CL.
318
2b968687
MB
3192008-06-15 David Engster <dengste@eml.cc>
320
321 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
322
3232008-06-14 Aidan Kehoe <kehoea@parhasard.net>
324
32bed934
SM
325 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
326 New macros that expand to an `aset'/`aref' call under Emacs, and to a
2b968687
MB
327 runtime choice under XEmacs.
328
32bed934
SM
329 * gnus-sum.el (gnus-summary-set-display-table):
330 Use `gnus-put-display-table', `gnus-get-display-table',
2b968687
MB
331 `gnus-set-display-table' for the display table, instead of `aset'.
332
2b968687
MB
3332008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
334
335 * nnmairix.el: Add autoloads.
336
3372008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
338
339 * nnmairix.el (nnmairix-delete-recreate-group)
340 (nnmairix-update-and-clear-marks): Fix error messages.
341
3422008-06-14 David Engster <dengste@eml.cc>
343
344 * nnmairix.el: Upgrade to version 0.6.
345 (nnmairix-group-toggle-propmarks-this-group)
346 (nnmairix-group-toggle-readmarks-this-group)
347 (nnmairix-group-delete-recreate-this-group)
348 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
349 (nnmairix-remove-tick-mark-original-article): New commands.
350 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
351 (nnmairix-propagate-marks-to-nnmairix-groups)
352 (nnmairix-only-use-registry, nnmairix-allowfast-default)
353 (nnmairix-marks-cache, nnmairix-version-output): New variables.
354 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
355 functions needed for marks propagation and manipulation of read marks.
356 (nnmairix-update-groups): New function.
357 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
358 (nnmairix-determine-original-group-from-registry)
359 (nnmairix-determine-original-group-from-path)
360 (nnmairix-get-group-from-file-path, nnmairix-map-range)
ba60bd44
JB
361 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
362 New helper functions.
363 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2b968687
MB
364 keystrokes for new commands.
365 (nnmairix-delete-and-create-on-change): Doc string cleanup.
366 (nnmairix-request-group): Check allow-fast group parameter.
367 (nnmairix-request-create-group): Set allow-fast group parameter if
368 nnmairix-allowfast-default is set.
369 (nnmairix-close-group): Propagate marks upon closing if needed.
370 (nnmairix-group-toggle-threads-this-group): Use new.
371 nnmairix-group-toggle-parameter helper function.
372 (nnmairix-search): Better check for empty search result.
373 (nnmairix-goto-original-article): Use new helper functions for
374 determining original article.
375 (nnmairix-show-original-article): Make sure message-id is in brackets.
376 (nnmairix-call-mairix-binary): Change variable name.
377 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
378 helper function.
379 (nnmairix-widget-toggle-activate): Fix doc string.
380
a19a8f1b
MB
3812008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
382
383 * nnir.el: Require edmacro when compiling with XEmacs.
384 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
385 available in Emacs 21.
386
8abf1b22
GM
3872008-06-11 Glenn Morris <rgm@gnu.org>
388
389 * gnus-util.el (x-focus-frame):
390 * gnus.el (image-size):
391 * mm-decode.el (image-size): Declare.
392
393 * gnus-picon.el (declare-function): Add compat definition.
394 (image-size): Declare.
395
396 * gnus-group.el (tool-bar-map):
397 * gnus-sum.el (tool-bar-map): Define for compiler.
398
399 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
400
401 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
402
403 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
404 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
405 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
406 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
407 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
408 * sieve-manage.el, spam-report.el, spam.el:
409 Remove unnecessary eval-and-compile of autoloads.
410
43d28dcd
MA
4112008-06-08 Michael Albinus <michael.albinus@gmx.de>
412
413 * auth-source.el: Precise Tramp doc.
414
966bd7bd
GM
4152008-06-07 Glenn Morris <rgm@gnu.org>
416
417 * nnmairix.el: Remove unnecessary eval-when-compile.
418
4192008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
e6d2d263
MB
420
421 * nnir.el: New file.
422
d346bf7e
SM
4232008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
424
425 * gnus-util.el (gnus-read-shell-command): New function.
426 * mm-decode.el (mm-pipe-part):
427 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
428
b1d6cda3
MB
4292008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
430
431 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
432
6459e35e
GM
4332008-06-03 Glenn Morris <rgm@gnu.org>
434
435 * pop3.el (nnheader-accept-process-output): Autoload it.
436
656b4fa1
MB
4372008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
438
439 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
440 are not 2-digit hexadecimal characters that follow `%'s.
441
4422008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
443
444 * message.el (message-bogus-recipient-p): Fix type in doc string.
445 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
446 (message-bogus-addresses): Rename from message-bogus-address-regexp.
447 Improve custom options.
448 (message-bogus-recipient-p): Adjust accordingly.
449
4502008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
451
452 * nnmairix.el: Require edmacro when compiling with XEmacs.
453
f394fa25
MB
4542008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
455
456 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
457 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
458
a368801c
MB
4592008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
460
461 * auth-source.el: Add more docs.
462
4632008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
464
465 * nnheader.el (nnheader-read-timeout): Change the default timeout from
466 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
467 retrieval faster in some cases, but might make CPU usage larger. If
468 this has any bad side effects, we might revert this change.
469
470 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
471 seems to make mail retrieval much, much faster.
472 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
cc4a96c6 473 unconditionally.
a368801c
MB
474
475 * gnus-draft.el (gnus-group-send-queue): Bind
476 message-send-mail-partially-limit to nil to avoid being prompted.
477
03c673c9
MB
4782008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
479
480 * mml.el (mml-attach-buffer): Prompt for `disposition'.
481
482 * message.el (message-bogus-address-regexp): Fix and improve custom
483 type.
484 (message-setup-hook): Add message-check-recipients as custom option.
485
58333467
MB
4862008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
487
488 * message.el (message-cite-function): Remove bogus autoload which crept
489 in during merge from v5-10.
490
4079589f
MB
4912008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
492
493 * nnimap.el (nnimap-open-connection): Fix login/password bug.
494
495 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
496
497 * auth-source.el: Preliminary Tramp docs.
498 (auth-sources): Change the default auth-sources to use
499 EPA .gpg files.
500
e952b711
MB
5012008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
502
503 * nntp.el: Autoload `auth-source-user-or-password'.
504 (nntp-send-authinfo): Use it.
505
506 * nnimap.el: Autoload `auth-source-user-or-password'.
507 (nnimap-open-connection): Use it.
508
509 * auth-source.el: Added docs on using with url-auth. Import gnus-util
510 for the gnus-message function.
511 (auth-source-user-or-password): Use it.
512
4fedcc00
SM
5132008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
514
515 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
516 rfc2104-hexstring-to-byte-list. Return a unibyte string.
517 (rfc2104-hash): Use it.
518
149cd465
JB
5192008-05-08 Juanma Barranquero <lekktu@gmail.com>
520
521 * gnus-art.el (gnus-article-toggle-truncate-lines):
522 Don't use `iff' in docstring.
523
0ab5c2be
MB
5242008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
525
526 * gnus-registry.el: Adjusted copyright dates and added a keyword.
527
528 * gnus-util.el (gnus-extract-address-component-name)
529 (gnus-extract-address-component-email): Convenience functions around
530 `gnus-extract-address-components'.
531
4fedcc00
SM
532 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
533 Use `gnus-extract-address-component-email' to fix bug of comparing full
0ab5c2be
MB
534 sender name to `user-mail-address'.
535
5362008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
537
538 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
539 catch/throw to optimize.
540 (gnus-registry-find-keywords): Just use member to find a keyword.
541
42a83f4b
SM
5422008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
543
544 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
545 is current before calling gnus-server-prepare.
546 (gnus-server-setup-buffer, gnus-server-update-server)
547 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
548
d844ef2f
JL
5492008-05-04 Juri Linkov <juri@jurta.org>
550
551 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
552 (mailcap-file-default-commands): Use mailcap-replace-in-string
553 instead of replace-regexp-in-string, and mailcap-delete-duplicates
554 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
555
f8a29505
MB
5562008-05-03 Reiner Steib <reiner.steib@gmx.de>
557
558 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
559
3a23a519
MB
5602008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
561
562 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
563 hooks.
564 (gnus-update-read-articles): Speed up non-marks-using users.
565 (gnus-use-marks): Define gnus-use-marks.
566 (gnus-propagate-marks): Rename variable to something more sensible.
567
38ac8b91
JB
5682008-05-02 Juanma Barranquero <lekktu@gmail.com>
569
570 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
571 (gmm-image-load-path-for-library): Fix typos in docstrings.
572 (gmm-message): Reflow docstring.
573
8336c962
MB
5742008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
575
42a83f4b
SM
576 * mail-source.el (mail-source-set-1, mail-source-bind):
577 Move auth-source code out of the macro to clean it up and fix bugs.
8336c962
MB
578
5792008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
580
581 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
582 by sender if it's equal to user-mail-address, it's likely to be
583 useless.
584
585 * mail-source.el (mail-source-bind): Don't use user or password if they
586 are not bound. Unintern them if they are nil. Don't use server unless
587 it's bound, and default it to empty string otherwise.
588
58a67d68
MB
5892008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
590
591 * mail-source.el: Load auth-source.el.
592 (mail-source-bind): Add comments. Call auth-source-user-or-password to
593 get user name or password, if auth-sources is set up.
594
595 * gnus-registry.el (gnus-registry-split-strategy): New variable for
596 strategy of splitting with parent.
597 (gnus-registry-split-fancy-with-parent)
598 (gnus-registry-post-process-groups): Use it and fix prior
599 bug (returning a list as the split result).
600
601 * auth-source.el (auth-sources): Remove server parameter.
602 (auth-source-pick, auth-source-user-or-password)
603 (auth-source-user-or-password-imap)
604 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
605 (auth-source-user-or-password-sftp)
606 (auth-source-user-or-password-smtp): Remove server parameter.
607
296fa7b4
JB
6082008-04-25 Juanma Barranquero <lekktu@gmail.com>
609
610 * smime.el (smime-sign-region, smime-encrypt-region)
611 (smime-decrypt-region):
612 Remove redundant calls to `generate-new-buffer-name'.
613
58a67d68
MB
6142008-04-24 Luca Capello <luca@pca.it> (tiny change)
615
616 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
617 Don't use QP for message/rfc822.
618 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
619
2136a8a7
SM
6202008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
621
622 * sieve-manage.el (sieve-string-bytes): Remove.
623 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
624 correct byte-length only if the process's coding-system is the same as
625 the one used internally by Emacs to represent strings.
626
a837fe74
JL
6272008-04-22 Juri Linkov <juri@jurta.org>
628
629 * mailcap.el (mailcap-file-default-commands): New function.
630
d55fe5bb
MB
6312008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
632
633 * message.el (message-signature-separator, message-cite-function):
634 Change custom version.
635
6362008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
637
638 * mm-decode.el (mm-display-external): Make temp file read-only.
639
6402008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
641
642 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
643 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
644 `C-c C-f d'.
645
6462008-04-12 Adrian Aichner <adrian@xemacs.org>
647
648 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
649
6502008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
651
652 * auth-source.el: Added docs.
2136a8a7 653 (auth-sources): Modify format to support server.
d55fe5bb
MB
654 (auth-source-pick, auth-source-user-or-password)
655 (auth-source-user-or-password-imap)
656 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
657 (auth-source-user-or-password-sftp)
658 (auth-source-user-or-password-smtp): Add server parameter.
659
6602008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
661
662 * gnus-registry.el: Initialize the registry when gnus-registry-install
663 is t.
664
73f2395e
KY
6652008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
666
667 * compface.el (uncompface): Make buffer unibyte.
668
e66d8771
SM
6692008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
670
671 * mail-source.el (mail-source-value):
672 Prefer fboundp to functionp so it works with macros as well.
673
407da272
GM
6742008-04-05 Glenn Morris <rgm@gnu.org>
675
676 * gnus-ems.el (mm-disable-multibyte): Autoload it.
677
3b728e95
SM
6782008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
679
d37ded9e
SM
680 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
681 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
682
407da272
GM
683 * nnheader.el (nnheader-init-server-buffer): Change buffer's
684 multibyteness after rather than before erasing it.
33e2f72c 685
75eda25b
SM
686 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
687 mm-with-multibyte.
407da272
GM
688 (gnus-request-article-this-buffer): Make sure the proper decoding is
689 used if gnus-original-article-buffer happens to be unibyte.
75eda25b 690
2b57967e
SM
691 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
692 default-enable-multibyte-characters.
693
d7eb3b36
SM
694 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
695 default-enable-multibyte-characters.
696
7ab0253d
SM
697 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
698
3b728e95
SM
699 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
700
5faa2ec0
SM
7012008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
702
703 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
704 Fix last change in case the element is not even a symbol.
705
59429511
MB
7062008-04-02 Simon Josefsson <simon@josefsson.org>
707
708 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
709 imap-enable-exchange-bug-workaround.
710 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
711
7122008-04-01 Simon Josefsson <simon@josefsson.org>
713
714 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
715 a 100 byte status-checks into a 2-3MB transfer for each group.
716 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
717 to enable bug workaround or not.
718 (nnimap-find-minmax-uid): Only enable workaround conditionally.
719
a0e08467
GM
7202008-03-31 Glenn Morris <rgm@gnu.org>
721
722 * message.el (mml2015-use): Declare for compiler.
723 (message-info): Require mml2015 when appropriate.
724
990e2c2f
SM
7252008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
726
727 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
728 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
729 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
730 (nntp-service-to-port): New function.
731 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
732 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
733 (nntp-open-netcat-stream): New function.
734 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
735
59429511
MB
7362008-03-29 Sven Joachim <svenjoac@gmx.de>
737
738 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
739
fa98585c
SM
7402008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
741
742 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
743
9b3ebcb6
MB
7442008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
745
746 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
747
7482008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
749
fa98585c
SM
750 * message.el (message-signature-separator): Change default.
751 Improve custom type.
9b3ebcb6
MB
752 (message-cite-function): Change default to
753 message-cite-original-without-signature.
754
755 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
756 toggle.
757
758 * message.el (message-check-news-body-syntax): Fix signature check.
759 (message-setup-1): Mark buffer as unmodified _after_ running
760 message-setup-hook and handling message-alternative-emails.
761 (message-shorten-references): Be more strict when building list of
762 valid references to comply with GNKSA.
763
fa98585c
SM
764 * gnus-group.el (gnus-read-ephemeral-bug-group)
765 (gnus-read-ephemeral-debian-bug-group)
766 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9b3ebcb6
MB
767
768 * message.el (message-info): Don't use booleanp which isn't supported
769 in Emacs 21 and XEmacs.
770
7712008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
772
773 * gnus-group.el (gnus-gmane-group-download-format): Rename from
774 gnus-group-gmane-group-download-format.
775 (gnus-group-read-ephemeral-gmane-group): Rename from
776 gnus-group-read-ephemeral-gmane-group.
777 (gnus-read-ephemeral-gmane-group-url): Rename from
778 gnus-group-read-ephemeral-gmane-group-url.
b97439ce 779 (gnus-bug-group-download-format-alist): New variable.
9b3ebcb6
MB
780 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
781 (gnus-read-ephemeral-emacs-bug-group): New commands.
782
7832008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
784
785 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
786 (gnus-visible-headers): Improve custom type.
787
7882008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
789
790 * mml.el (mml-menu): Add workarounds for XEmacs.
791
792 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
793 X-Boundary header.
794
795 * message.el (message-simplify-recipients): Fix previous commit.
796
b813166a
SM
7972008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
798
df06dd59 799 * mm-util.el (mm-set-buffer-multibyte): New function.
61dc89b0 800 * mm-decode.el (mm-copy-to-buffer): Use it.
df06dd59 801
b813166a
SM
802 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
803 Prefer fboundp to functionp so it works with macros as well.
804
9b3ebcb6
MB
8052008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
806
5faa2ec0
SM
807 * message.el (message-alter-recipients-discard-bogus-full-name):
808 New function.
9b3ebcb6
MB
809 (message-alter-recipients-function): New variable.
810 (message-get-reply-headers): Use it.
811 (message-replace-header): New helper function.
812 (message-recipients-without-full-name): New variable.
813 (message-simplify-recipients): New command.
814
815 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
816
817 * message.el (message-info): Handle EasyPG manual.
818
819 * mml.el (mml-menu): Add entry for EasyPG.
820
8212008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
822
823 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
824 parameter.
825
826 * message.el (message-disassociate-draft): Specify drafts group name
827 fully.
828
8292008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
830
831 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
832 unnecessary duplicates from the match list.
833
8342008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
835
836 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
837 args of `how-many' of which the XEmacs version doesn't take; declare
838 Info-index-next as function.
839
8402008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
841
842 * gnus-score.el (gnus-score-headers): Fix handling of
843 gnus-inhibit-slow-scoring.
844
845 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
846 string.
847 (gnus-button-url-regexp): Improve handling of parenthesis.
848 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
849 (gnus-button-handle-info-keystrokes): Handle index entries.
850
8512008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
852
853 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
854 Incoming* files.
855
8562008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
857
858 * auth-source.el (auth-sources): Renamed from auth-source-choices.
859 (auth-source-pick): Use it.
860
8612008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
862
863 * auth-source.el (auth-source-protocols)
864 (auth-source-protocols-customize, auth-source-choices): Added and
865 modified variable customizations and defaults.
866 (auth-source-pick, auth-source-user-or-password)
867 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
868 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
869 (auth-source-user-or-password-sftp)
870 (auth-source-user-or-password-smtp): Use new variables and provide an
871 interface to netrc.el.
872
8732008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
874
875 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
876 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
877 Make sure the nntp port to specify is a string.
878
dd58a686
SM
8792008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
880
ed075cb4
SM
881 * nntp.el: Use with-current-buffer.
882 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
883 dubious mm-with-unibyte-current-buffer.
884 (nntp-with-open-group-function): New function extracted from
885 nntp-with-open-group macro.
886 (nntp-with-open-group): Use the function, so it's easier to debug.
887 Add indentation and debugging info.
9b3ebcb6
MB
888 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
889 the use of the netcat alternatives.
ed075cb4 890
f15a9fec
SM
891 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
892 Avoid mm-string-as-multibyte as well.
893
944c87e0
SM
894 * nnweb.el (nnweb-insert-html):
895 Remove use of nnheader-string-as-multibyte.
896
2ec9cf15
SM
897 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
898 (nnheader-string-as-multibyte): Remove.
899
3d2440b4
SM
900 * mm-view.el: Use inhibit-read-only.
901 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
902 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
903 or unibyte-string.
904
456cace2
SM
905 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
906 (mm-uu-yenc-extract): Use with-current-buffer.
907
f5fcf556
SM
908 * gnus-soup.el (gnus-soup-send-packet): Don't use
909 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
910
c9de7755
SM
911 * nnmh.el: Use with-current-buffer.
912 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
913 mm-string-as-multibyte on the output of mm-encode-coding-string.
914
3d2440b4 915 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9c5fe825
SM
916 (nnimap-request-move-article): Use with-current-buffer.
917
3d2440b4
SM
918 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
919 inserting the handle-buffer's text, so the implicit multibyte->unibyte
920 conversion uses string-make-unibyte rather than string-as-unibyte.
d4eb2b7e 921
228b6ecd
SM
922 * gnus-msg.el: Use with-current-buffer.
923
dd58a686
SM
924 * message.el (message-ignored-resent-headers): Add "Delivered-To".
925
9b3ebcb6
MB
9262008-03-10 Daiki Ueno <ueno@unixuser.org>
927
928 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
929 string for caching if it is 'PIN.
930
37a68866
MB
9312008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
932
dd58a686
SM
933 * mail-source.el (mail-source-delete-old-incoming-confirm):
934 Change default to nil.
37a68866
MB
935 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
936
8f7abae3
MB
9372008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
938
939 * gnus-art.el (gnus-narrow-to-page): Position point properly.
940 (gnus-article-goto-prev-page): Work for articles having ^L's.
941
942 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
943
944 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
945
e0385bf4
KF
9462008-03-07 Karl Fogel <kfogel@red-bean.com>
947
56388398 948 * gnus-bookmark.el: Adjust for renames in bookmark.el.
e0385bf4
KF
949 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
950 (gnus-bookmark-jump): Adjust some variable names.
951
8f7abae3 9522008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
a7b50e1c 953
8f7abae3
MB
954 * auth-source.el: New package.
955 (auth-source-choices): Add customization entry point variable.
956
957 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
958 bug.
959
9602008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
961
962 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
963 (gnus-registry-initialize, gnus-registry-install-p): Use it.
dd58a686 964 (gnus-registry-install-shortcuts): Rename from
8f7abae3
MB
965 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
966 the `gnus-registry-mark-map' keymap dynamically from
967 `gnus-registry-marks'. The generated functions update the summary line
968 when a registry mark is added or deleted, and will call
969 `gnus-registry-install-p' (see the comments in the code).
970 (gnus-registry-user-format-function-M): Use concat intelligently.
971
972 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
973 the registry mark functions.
a7b50e1c 974
c1717fbd
GM
9752008-03-05 Glenn Morris <rgm@gnu.org>
976
977 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
978 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
979 gnus-art.
980 (top-level): No need to load own source when compiling.
981
8f7abae3
MB
9822008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
983
984 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
985 Suggested by <chris.anderton@zetnet.co.uk>.
986
1fc34624
GM
9872008-03-04 Glenn Morris <rgm@gnu.org>
988
989 * gnus-sum.el (top-level): No need to require gnus when compiling,
990 since unconditionally required near start of file.
991 (gnus-summary-display-while-building): Move definition before use.
992
8f7abae3
MB
9932008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
994
995 * gnus-registry.el (gnus-registry-user-format-function-M): Add
996 formatting function.
997
9982008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
999
1000 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
1001 with plists.
1002 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
1003 Use new format.
1004
10052008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
1006
1007 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
1008 `where-is-internal' that returns a range of key sequences.
1009
dacb905a
SM
10102008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
1011
a88fd51a
SM
1012 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
1013
c7a91ce1 1014 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1fc34624
GM
1015 (gnus-summary-jump-to-group): Consider windows on other displayed
1016 frames as well. Similar changes might be needed elsewhere, but that's
1017 the one I've bumped into during my use.
c7a91ce1 1018
62dc3ac3 1019 * nndoc.el (nndoc-oe-dbx-type-p):
ef1b088a 1020 * gnus-msg.el (gnus-debug):
dacb905a
SM
1021 * gnus-group.el (gnus-update-group-mark-positions):
1022 Use mm-string-to-multibyte.
1023
8f7abae3
MB
10242008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
1025
1026 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
1027 doesn't handle NotDashEscaped.
1028
1029 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
1030 (mml-dnd-attach-options): Fix typo in custom choice.
1031
1032 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
1033 nndoc-article-type to mbox.
1034 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
1035
1036 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
1037 to nil, instead of html2text.
1038
1039 * imap.el (imap-debug): Add `imap-ping-server'.
1040
1041 * gnus-bookmark.el: Add FIXMEs.
1042
1043 * message.el (message-form-letter-separator)
1044 (message-send-form-letter-delay): New variables.
1045 (message-send-form-letter): Use them. New command to send form
1046 letters. Requested by Uwe Siart.
1047 (message-send-mail-function): Doc fix. Add "Other" custom option.
1048
14e8de0c
MB
10492008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
1050
1051 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
1052 empty author.
1053
10542008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
1055
1056 * gnus-registry.el (gnus-registry-marks): Add variable for
1057 customization of marks and their appearance.
1058 (gnus-registry-read-mark): Use it.
1059 (gnus-registry-do-marks): Add utility function to loop through
1060 `gnus-registry-marks'.
1061 (gnus-registry-install-shortcuts-and-menus): Add function to install
1062 shortcuts and menus.
1063 (gnus-registry-initialize): Use it.
1064 (gnus-registry-default-mark): Clarify documentation.
1065
ab74c815
GM
10662008-02-29 Glenn Morris <rgm@gnu.org>
1067
1068 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1069 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1070 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1071 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1072 Change defcustom :version from 23.0 to 23.1.
1073
14e8de0c
MB
10742008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
1075
1076 * gnus-registry.el (gnus-registry-follow-group-p)
1077 (gnus-registry-post-process-groups): Add functions to aid registry
1078 splitting and improve logging. Clarify behavior in function
1079 documentation.
1080 (gnus-registry-split-fancy-with-parent): Use them.
1081
80de1778
SM
10822008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1083
1084 * gnus-art.el: Use with-current-buffer.
1085
14e8de0c
MB
10862008-02-27 David Engster <dengste@eml.cc>
1087
1088 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1089 Express real group name in the response.
1090
10912008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
1092
1093 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1094 (nnmairix-last-server, nnmairix-current-server): Defvar them.
1095 (nnmairix-goto-original-article): Defvar gnus-registry-install and
1096 autoload gnus-registry-fetch-group when compiling.
149cd465 1097 (nnmairix-request-group-with-article-number-correction): Remove
14e8de0c
MB
1098 unreferenced argument passed to nnmairix-call-backend.
1099
11002008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
1101
1102 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1103 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
1104 Wilde.
1105
da13b6cc
GM
11062008-02-27 Glenn Morris <rgm@gnu.org>
1107
1108 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
be021c01
GM
1109 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1110 variables to defconsts. Convert comments to doc-strings.
1111 (nnmairix-last-server, nnmairix-current-server): Convert from free
1112 variables to defvars. Convert comments to doc-strings.
1113 (gnus-registry-fetch-group): Autoload.
1114 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1115 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14e8de0c
MB
1116 (nnmairix-widget-build-editable-fields): Use car cddr rather than
1117 caddr.
be021c01
GM
1118 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1119 nnmairix-request-group-with-article-number-correction call.
1120 (nnmairix-fast, nnmairix-group): New, less general names, for free
1121 variables passed from nnmairix-request-group to
1122 nnmairix-request-group-with-article-number-correction. Declare.
1123 (nnmairix-request-group-with-article-number-correction):
1124 Use nnmairix-fast, nnmairix-group rather than fast, group.
da13b6cc 1125
3d0f8a67
MB
11262008-02-26 David Engster <dengste@eml.cc>
1127
1128 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
1129 version 0.5.
1130
11312008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
1132
1133 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1134 instead of making an extra function call. Don't add the current group
1135 to articles only when they have the group. Use
1136 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1137 Reported by David <de_bb@arcor.de>.
1138
f5490ddc
MB
11392008-02-24 Miles Bader <miles@gnu.org>
1140
1141 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
1142 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
1143 (mm-find-mime-charset-region):
1144 * mm-bodies.el (mm-encode-body):
1145 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
1146
52bec650
MB
11472008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
1148
1149 * mail-source.el (mail-source-delete-incoming): Change default.
1150 Supplement doc string.
1151
1152 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1153
11542008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
1155
1156 * nnmail.el (nnmail-message-id-cache-file): Derive from
1157 `gnus-home-directory'.
1158
11592008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
1160
1161 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5e25c514 1162 Document negative prefix.
52bec650 1163
5e25c514 1164 * gnus-group.el (gnus-group-read-group): Document negative prefix.
52bec650
MB
1165
11662008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1167
1168 * message.el (message-unsent-separator): Add the Exim bounce
1169 separator.
1170
11712008-02-10 Daiki Ueno <ueno@unixuser.org>
1172
1173 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1174 list.
1175 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1176 recipient/signer list.
1177
0b9c5ab7
RS
11782008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
1179
1180 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1181 fbound (Emacs 23 unicode), signal an error.
1182
1888e568
GM
11832008-02-08 Glenn Morris <rgm@gnu.org>
1184
1185 * gnus-art.el (pgg-display-output-buffer): Declare as function.
1186
52bec650
MB
11872008-02-07 Tassilo Horn <tassilo@member.fsf.org>
1188
1189 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1190 ports to the calls to `netrc-machine-user-or-password' in addition to
1191 "imap" and "imaps".
1192
e9198520
MB
11932008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
1194
1195 * gnus.el (gnus-group-startup-message): Add `find-image' call before
1196 image-load-path is let-bound. Reported by Harald Hanche-Olsen
1197 <hanche@math.ntnu.no>.
1198
11992008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
1200
1201 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1202
9303f985 12032008-02-01 Zhang Wei <id.brep@gmail.com>
aca7a3d2
MB
1204
1205 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1206
1207 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1208
9303f985 12092008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
1210
1211 * mml.el (mml-parse-1): Remove apparently vestigial use of
1212 `mm-hack-charsets'.
1213 * mm-bodies.el (mm-encode-body): Likewise.
1214
9303f985 12152008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 1216
4fedcc00 1217 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
aca7a3d2
MB
1218 rfc2104-hexstring-to-bitstring and changed to return a byte list.
1219 (rfc2104-hash): Convert the result of concat to unibyte string.
1220
9303f985 12212008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 1222
aca7a3d2
MB
1223 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1224 coding-system-for-read.
1225 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1226
8385d659 1227 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
4fedcc00 1228 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
8385d659 1229 (mm-find-mime-charset-region): Remove hack-charsets stuff.
aca7a3d2 1230
10ef2ef7 12312008-01-24 Michael Sperber <sperber@deinprogramm.de>
a1da1e37
MB
1232
1233 * mail-source.el (mail-sources): Add `group' choice.
1234
1235 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1236 parameter `in-group' to control into which group the articles go.
1237 Add treatment of `group' mail-source.
1238
a445370f
DN
12392008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1240
1241 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1242 * message.el (message-beginning-of-line): Use featurep instead of bound
1243 tests in order to resolve conditionals at compile time.
1244
4599d0ec
MB
12452008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
1246
1247 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1248
1249 * mm-decode.el (mm-dissect-buffer): Decode description.
1250
1251 * mml.el (mml-to-mime): Encode message header first.
1252
0b6799c3
MB
12532008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
1254
1255 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1256 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1257
12582008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
1259
1260 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1261
12622008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
1263
1264 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1265 prefix keys.
1266 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1267 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1268 gnus-xmas.el.
1269
12702008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
1271
1272 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1273 Add new variables for article mark management.
1274 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1275 list of extra data entries which, when present, will indicate that the
1276 article ID should not be trimmed from the registry.
1277 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1278 functions.
1279 (gnus-registry-read-mark): New function to read a mark name from the
1280 user.
1281 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1282 (gnus-registry-set-article-mark-internal): New functions to add and
1283 remove marks.
1284 (gnus-registry-get-article-marks): New function to show the marks for
1285 an article, or retrieve them for further use.
1286
12872008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
1288
1289 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1290 keys when no argument is given.
1291
12922008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
1293
1294 * gnus-sum.el (gnus-article-sort-by-random)
1295 (gnus-thread-sort-by-random): Fix doc strings. Reported by
1296 jidanni@jidanni.org.
1297
12982008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
1299
1300 * gnus-art.el (gnus-article-describe-bindings): New function.
1301 (gnus-article-read-summary-keys): Use it.
1302 (gnus-article-mode-map): Bind `C-h b' to it.
1303
95838435
MB
13042008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
1305
1306 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1307 XEmacs.
1308 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1309 against non-character events.
1310
95838435
MB
13112008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1312
1313 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1314 command.
1315 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1316 instead of END. Change name of the temp file.
1317 (gnus-group-gmane-group-download-format): Add doc string. Make it
1318 customizable.
1319
13202008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
1321
1322 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1323 bind `S W' to gnus-article-wide-reply-with-original; set default
1324 binding to gnus-article-read-summary-send-keys.
1325 (gnus-article-read-summary-keys): Fix the order of keys; display
1326 continuation keys correctly in the echo area; describe bindings
1327 correctly when keys end with `C-h'.
1328 (gnus-article-read-summary-send-keys): New function.
1329 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1330 for gnus-article-read-summary-send-keys; display continuation keys
1331 correctly in the echo area.
1332 (gnus-article-reply-with-original): Ignore prefix argument.
1333 (gnus-article-wide-reply-with-original): New function.
1334
d82cf70b
MB
13352008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1336
1337 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1338 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1339
13402008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1341
1342 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1343 (gnus-group-read-ephemeral-gmane-group): New command.
1344
f3041af1
DN
13452008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1346
1347 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1348
87035689
MB
13492007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
1350
1351 * message.el (message-send-mail-function): Increase custom version.
1352
1353 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1354 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
1355
87035689
MB
13562007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
1357
1358 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1359 html parts correctly; support forwarded messages.
1360 (gnus-article-browse-html-article): Remove work buffers.
1361
1362 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1363 compiling.
1364 (netrc-bound-and-true-p): New macro.
1365 (netrc-parse): Use it instead of bound-and-true-p that is not available
1366 in XEmacs 21.4.
1367
13682007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
1369
1370 * gnus-registry.el (gnus-registry-mark-article)
1371 (gnus-registry-article-marks): Add functionality to mark articles
1372 through the Gnus registry.
1373
1374 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1375 (netrc-parse): Use encrypt-file-alist to determine if
1376 encrypt-find-model or encrypt-insert-file-contents should be used.
1377
541cbf8b
GM
13782007-12-19 Glenn Morris <rgm@gnu.org>
1379
1380 * mml.el (message-options-set, message-narrow-to-head)
1381 (message-in-body-p, message-mail-p, message-encode-message-body):
1382 Autoload.
1383 (message-remove-header, message-narrow-to-headers-or-head)
1384 (message-subscribed-p, message-make-mail-followup-to)
1385 (message-position-on-field, message-news-p)
1386 (message-options-set-recipient, message-generate-headers)
1387 (message-sort-headers): Declare as functions.
1388
87035689
MB
13892007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
1390
1391 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1392 convention in doc string.
1393
13942007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
1395
1396 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1397 title to html parts.
1398 (gnus-article-browse-html-article): Pass message header to it.
1399
1400 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1401
14022007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
1403
1404 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1405 or password compatible with XEmacs.
1406
bbbe940b
MB
14072007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
1408
1409 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1410 format document.
1411 (gnus-mime-delete-part): Don't write description line if empty.
1412 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1413
880820fe 14142007-12-14 Johan Bockgård <bojohan@gnu.org>
bbbe940b
MB
1415
1416 * gnus-sum.el (gnus-summary-mark-unread-as-read)
1417 (gnus-summary-mark-read-and-unread-as-read)
1418 (gnus-summary-mark-current-read-and-unread-as-read)
1419 (gnus-summary-mark-unread-as-ticked): Doc fix.
1420 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1421
14222007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1423
1424 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
1425 Christoph Conrad <christoph.conrad@gmx.de>.
1426
14272007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1428
1429 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1430 yes-or-no-p.
1431
14322007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
1433
1434 * mm-decode.el (mm-add-meta-html-tag): New function.
002876ab 1435 (mm-save-part-to-file, mm-pipe-part): Use it.
bbbe940b
MB
1436
1437 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1438 gnus-y-or-n-p instead of y-or-n-p.
1439 (gnus-article-browse-html-parts): Work with message/external-body; use
1440 mm-add-meta-html-tag.
1441
cef98b13
GM
14422007-12-11 Glenn Morris <rgm@gnu.org>
1443
1444 * gnus-cache.el: Require gnus-sum not just when compiling.
1445
1446 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1447
1448 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1449 definitions before use.
1450
1451 * mm-decode.el: Require gnus-util.
1452 (mm-remove-part): Only call delete-annotation on XEmacs.
1453
1454 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1455
1456 * nnmail.el: Require gnus-int.
1457
1458 * spam.el: Move `require's before `eval-when-compile's.
1459
1460 * gnus-ems.el (gnus-alive-p):
1461 * gnus-fun.el (message-goto-eoh):
5ec7fe1b 1462 * gnus-util.el (gnus-group-name-decode):
cef98b13
GM
1463 * mail-source.el (gnus-compress-sequence):
1464 * message.el (Info-goto-node, format-spec):
1465 * mm-bodies.el (message-options-get):
1466 * mm-decode.el (mm-view-pkcs7):
1467 * mm-util.el (gmm-write-region):
1468 * mml-smime.el (mml-compute-boundary)
1469 (gnus-completing-read-with-default):
1470 * mml.el (widget-button-press, gnus-make-hashtable):
1471 * mml1991.el (mm-decode-content-transfer-encoding)
1472 (mm-encode-content-transfer-encoding)
1473 (message-options-get, message-options-set):
1474 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1475 * nnfolder.el (gnus-request-group):
1476 * nnheader.el (ietf-drums-unfold-fws):
1477 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1478 * smime.el (gnus-run-mode-hooks):
1479 * spam-stat.el (gnus-message): Autoload.
1480
1481 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1482 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1483 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1484 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1485 Add declare-function compatibility definition.
1486
1487 * gnus-cache.el (nnvirtual-find-group-art):
1488 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1489 (gnus-add-image, gnus-add-wash-type):
1490 * gnus-group.el (nnkiboze-score-file):
1491 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1492 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5ec7fe1b
GM
1493 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1494 (message-tokenize-header, gnus-get-buffer-create)
1495 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1496 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
cef98b13
GM
1497 * gnus.el (gnus-group-decoded-name):
1498 * mail-source.el (imap-capability):
1499 * mm-bodies.el (message-options-set):
1500 * mm-decode.el (gnus-configure-windows):
1501 * mm-extern.el (message-goto-body):
1502 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1503 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1504 (epg-sub-key-validity, message-options-set):
1505 * mml.el (widget-event-point, gnus-configure-windows):
1506 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1507 * mml2015.el (epg-check-configuration, epg-configuration)
1508 (message-options-set):
1509 * nndb.el (nndb-request-article):
1510 * nnfolder.el (gnus-request-create-group):
1511 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1512 * nnmaildir.el (gnus-group-mark-article-read):
1513 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1514 * rfc1843.el (message-fetch-field):
1515 * spam.el (gnus-extract-address-components):
1516 Declare as functions.
1517
bbbe940b
MB
15182007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1519
1520 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1521
a5ded4c9
GM
15222007-12-09 Glenn Morris <rgm@gnu.org>
1523
1524 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1525
1526 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1d1df709
GM
1527 * message.el, mm-view.el, sieve-manage, smime.el:
1528 Add declare-function compatibility definition.
a5ded4c9
GM
1529
1530 * gnus-art.el (w3-region, w3m-region, Info-menu):
1531 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1532 * gnus-sum.el (gnus-get-predicate):
1533 * gnus-util.el (mm-append-to-file, w32-focus-frame):
1534 * message.el (mail-abbrev-in-expansion-header-p):
1535 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8d0f97a4 1536 (w3m-detect-meta-charset, w3m-region):
1d1df709
GM
1537 * sieve-manage.el (password-read, password-cache-add)
1538 (password-cache-remove):
8d0f97a4 1539 * smime.el (password-read-and-add): Declare as functions.
a5ded4c9 1540
274f1353
DK
15412007-12-08 David Kastrup <dak@gnu.org>
1542
1543 * gnus-sum.el (gnus-summary-simplify-subject-query):
1544 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1545 `message'.
1546
a601fb74 15472007-12-07 Glenn Morris <rgm@gnu.org>
80d06753 1548
a601fb74 1549 * gnus-art.el (article-make-date-line): Revert previous change.
80d06753 1550
af5370ad
RS
15512007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
1552
1553 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1554
21ee0911
MB
15552007-12-06 Christian Plate <cplate@web.de> (tiny change)
1556
1557 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1558 Call gnus-add-to-range ranges only once with a prepared article-list.
1559
15602007-12-06 Paul Jarc <prj@po.cwru.edu>
1561
149cd465
JB
1562 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1563 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
21ee0911
MB
1564 group names with backslashes. Reported by Tassilo Horn
1565 <tassilo@member.fsf.org>.
1566
fd0c71e8
DG
15672007-12-06 D. Goel <deego3@gmail.com>
1568
a601fb74
GM
1569 * gnus-art.el (article-make-date-line):
1570 * gnus-start.el (gnus-load):
1571 * pop3.el (pop3-read-response): Fix buggy call to `error'.
fd0c71e8 1572
415a09fb
MB
15732007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1574
1575 * gnus-art.el (gnus-use-idna)
1576 * gnus-start.el (gnus-site-init-file)
1577 * message.el (message-use-idna)
1578 * mm-uu.el (mm-uu-hide-markers)
1579 * smiley.el (smiley-style): Revert changes that suppress warnings.
1580
15812007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1582
1583 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1584 specify charset to html source. Reported by Christoph Conrad
1585 <christoph.conrad@gmx.de>.
1586
15872007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1588
1589 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1590 idna-program in order to suppress byte compile warning issued by XEmacs
1591 that came to byte compile the default value section of defcustom forms
1592 recently.
1593
1594 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1595 value of installation-directory.
1596
1597 * message.el (message-use-idna): Don't directly refer to the value of
1598 idna-program.
1599
1600 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1601
1602 * smiley.el (smiley-style): Don't directly call face-attribute.
1603
b890d447
MB
16042007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
1605
1606 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1607
1608 * gnus-dired.el: Reduce Gnus dependencies.
1609 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1610 require. Use autoloads instead.
1611 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1612 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1613 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1614 (gnus-dired-mode): Adjust doc string.
1615 (gnus-dired-mail-mode): New variable.
1616 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1617 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1618 (gnus-dired-mail-buffers): New function. Return mail or message
1619 composition buffers.
1620 (gnus-dired-attach): Use it.
1621 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1622 NO-DECODE.
1623 (gnus-dired-print): Use `gnus-print-buffer' depending on
1624 `gnus-dired-mail-mode'.
1625
16262007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1627
1628 * rfc2047.el (rfc2047-encoded-word-regexp)
1629 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1630 explaining what regexp patterns are for.
1631
13b0ef01
GM
16322007-12-04 Glenn Morris <rgm@gnu.org>
1633
1634 * password.el: Move to ../password-cache.el.
1635
1636 * mml1991.el (password-read, password-cache-add, password-cache-remove):
1637 * mml2015.el (password-read, password-cache-add, password-cache-remove):
1638 * mml-smime.el (password-read, password-cache-add)
1639 (password-cache-remove):
1640 No need to autoload, since mml-sec requires password.
1641
1642 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1643 * message.el (gnus-extract-address-components):
1644 * mml-smime.el (gnus-extract-address-components): Define for compiler.
1645
1646 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1647 password.
1648
b890d447
MB
16492007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
1650
1651 * mailcap.el: Reduce dependencies.
1652 (mail-header-parse-content-type): Autoload.
1653 (mailcap-delete-duplicates): New alias.
1654 (mailcap-mime-info): Add optional argument NO-DECODE.
1655 (mailcap-mime-types): Use mailcap-delete-duplicates.
1656
1657 * message.el (message-ignored-supersedes-headers): Add "X-ID".
1658
16592007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1660
1661 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1662 function.
1663
1664 * gnus-uu.el (gnus-uu-decode-yenc): New command.
1665 (gnus-uu-yenc-article): New function.
1666
1667 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1668
1669 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1670 buffer.
1671
21662dc7
GM
16722007-12-02 Glenn Morris <rgm@gnu.org>
1673
323fc9ec
GM
1674 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
1675 Move to ../net.
1676
21662dc7
GM
1677 * binhex.el, uudecode.el: Move to ../mail.
1678
ceabaeb3
GM
1679 * encrypt.el: Remove file.
1680
b890d447
MB
16812007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1682
1683 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1684 matches on patches.
1685
1686 * gnus-art.el (gnus-article-browse-html-article): Mention
1687 `mm-text-html-renderer' in the doc string.
1688
1689 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1690 string. Add comments.
1691
1692 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1693 if rhs is ASCII.
1694
08545d0a
GM
16952007-12-01 Glenn Morris <rgm@gnu.org>
1696
fb18c032 1697 * dig.el, dns.el: Move to ../net.
c3335b6a 1698 * format-spec.el, hex-util.el, sha1.el: Move to ../.
4c1d5922 1699
08545d0a
GM
1700 * mail-source.el (top-level): Require format-spec before
1701 eval-when-compile.
1702
257a0a0d
GM
17032007-11-30 Glenn Morris <rgm@gnu.org>
1704
1705 * encrypt.el: Require password, rather than autoloading password-read.
1706
b890d447
MB
17072007-11-28 Elias Oltmanns <eo@nebensachen.de>
1708
1709 * gnus.el (gnus-method-to-server): Add an optional parameter so the
1710 caller can indicate whether the cache should be disregarded for this
1711 call. This way the result of the call is reproducible at all times and
1712 can be considered a canonical server name for the supplied method.
1713 (gnus-agent-method-p): Canonicalize server names by pushing their
1714 method through `gnus-method-to-server' using the no-cache argument.
1715
1716 * gnus-srvr.el (gnus-server-insert-server-line): Call
1717 `gnus-method-to-server' with `no-cache' argument.
1718
1719 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1720 gnus-agent-possibly-synchronize-flags as this should be called when the
1721 server is actually being opened.
1722 (gnus-agent-possibly-synchronize-flags)
1723 (gnus-agent-possibly-synchronize-flags-server): Move check for the
1724 flags file of an agentized server to the latter function.
1725
1726 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1727 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1728 after a connection has been established successfully.
1729
17302007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
1731
1732 * gnus-art.el (article-display-face): Force to display face if called
1733 interactively; check if gnus-article-x-face-too-ugly matches author.
1734 (article-display-x-face): Display face even if From header is missing
1735 as article-display-face does.
1736
d50fd8e2
GM
17372007-11-28 Richard Stallman <rms@gnu.org>
1738
1739 * md4.el: Move to ../.
1740 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
1741
b890d447
MB
17422007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
1743
1744 * mail-source.el (mail-sources): Default to fetch from file for
1745 compatibility with default of nnmail-spool-file.
1746
17472007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
1748
1749 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1750 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1751 to look for encoded word that should be encoded again.
1752 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1753 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1754 encoding pattern.
1755 (rfc2047-decode-region): Switch strict regexp and loose one according
1756 to rfc2047-allow-irregular-q-encoded-words.
1757
a06e7b5d
SJ
17582007-11-26 Simon Josefsson <simon@josefsson.org>
1759
1760 * imap.el: Move to ../net directory.
1761
b890d447
MB
17622007-11-25 Romain Francoise <romain@orebokech.com>
1763
1764 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1765
17662007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1767
1768 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1769 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1770
1771 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1772 `nnmail-spool-file'.
1773
1774 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1775 `nnmail-spool-file'.
1776
1777 * gnus-move.el (gnus-change-server): Ditto.
1778
1779 * gnus-kill.el (gnus-batch-score): Ditto.
1780
1781 * gnus-cache.el (gnus-jog-cache): Ditto.
1782
c9e31f32
SM
1783 * gnus-msg.el (gnus-summary-reply):
1784 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
b890d447
MB
1785
17862007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1787
c9e31f32
SM
1788 * gnus-cache.el (gnus-cache-generate-nov-databases):
1789 Use nnml-generate-nov-databases-directory instead of
b890d447
MB
1790 nnml-generate-nov-databases-1.
1791
e3b0153a
GM
17922007-11-24 Glenn Morris <rgm@gnu.org>
1793
1794 * message.el (message-tool-bar-retro): Update for rename
1795 mail_send.xpm->mail-send.xpm.
1796
b890d447
MB
17972007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1798
1799 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1800 `smime-ldap-search' for Emacs 22 and up.
1801
145cc6b9
RS
18022007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1803
63ff8478
RS
1804 * hashcash.el: Move to ../mail directory.
1805
8746c8b8
RS
1806 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
1807
145cc6b9
RS
1808 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1809 `smime-ldap-search' for Emacs 22 and up.
1810
82816ba1
SM
18112007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1812
b7b80032
SM
1813 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1814
82816ba1
SM
1815 * message.el (message-send-mail-function): Fix error convention.
1816 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1817 (message-widen-reply, message-send-mail, message-talkative-question)
1818 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1819 (message-clone-locals, message-send-news): Use with-current-buffer.
1820 (message-insert-or-toggle-importance): Remove unused var `valid'.
1821 (message-make-references): Remove unused var `new-references'.
1822 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1823
3042deef
JB
18242007-11-22 Juanma Barranquero <lekktu@gmail.com>
1825
1826 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1827 (spam-split-symbolic-return-positive): Reflow docstring.
1828 (spam-backends, spam-summary-exit-behavior)
1829 (spam-mark-ham-unread-before-move-from-spam-group)
1830 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1831 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1832 (spam-clear-cache, spam-backend-check, spam-install-backend)
1833 (spam-install-statistical-backend, spam-list-of-processors)
1834 (spam-group-processor-p, spam-split, spam-bogofilter-score)
1835 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1836 (spam-check-crm114, spam-initialize, spam-unload-hook):
1837 Fix typos in docstrings.
1838
b890d447
MB
18392007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1840
1841 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1842 been checked if they have never been read and those group levels are
1843 higher than the one that a user specified.
1844
18452007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1846
1847 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1848 foreign groups unless a group level is specified by a user.
1849 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1850
b62a39c4
RS
18512007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
1852
1853 * message.el (message-send-mail-function): Require sendmail.
1854
2ea6167b
RS
18552007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
1856
9e0a8576
RS
1857 * message.el (message-send-mail-function): Check for smtpmail too.
1858
f21470ef
RS
1859 * utf7.el (utf7-encode, utf7-decode): Use coding system
1860 `utf-7'/`utf-7-imap' from utf-7.el' if available.
1861
2ea6167b
RS
1862 * message.el (message-send-mail-function): New function.
1863 (message-send-mail-function): Set default using
1864 message-send-mail-function. Adjust doc string.
1865 (message-send-mail-with-mailclient): New function.
1866
127a6f0e
GM
18672007-11-17 Richard Stallman <rms@gnu.org>
1868
1869 * assistant.el: Remove file.
1870
9efa445f
DN
18712007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1872
1873 * smime.el (from):
1874 * rfc2047.el (message-posting-charset):
1875 * qp.el (mm-use-ultra-safe-encoding):
1876 * pop3.el (parse-time-months):
1877 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1878 * nnml.el (files):
1879 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1880 (jka-compr-compression-info-list, ange-ftp-path-format)
1881 (efs-path-regexp):
1882 * nndiary.el (files):
1883 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1884 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1885 (epg-digest-algorithm-alist, inhibit-redisplay)
1886 (password-cache-expiry):
1887 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1888 (pgg-output-buffer, password-cache-expiry):
1889 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1890 (efs-path-regexp):
1891 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1892 (inhibit-redisplay):
1893 * mm-uu.el (file-name, start-point, end-point, entry)
1894 (gnus-newsgroup-name, gnus-newsgroup-charset):
1895 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1896 (latin-unity-ucs-list):
1897 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1898 (mm-uu-binhex-decode-function):
b97439ce 1899 * message.el (gnus-message-group-art, gnus-list-identifiers)
9efa445f
DN
1900 (rmail-enable-mime-composing, gnus-local-organization)
1901 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1902 (gnus-read-active-file, facemenu-add-face-function)
1903 (facemenu-remove-face-function, gnus-article-decoded-p)
1904 (tool-bar-mode):
1905 * mail-source.el (display-time-mail-function):
1906 * gnus-util.el (nnmail-pathname-coding-system)
1907 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1908 (gnus-original-article-buffer, gnus-user-agent)
1909 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1910 (xemacs-codename, sxemacs-codename, emacs-program-version):
1911 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1912 * gnus-start.el (gnus-agent-covered-methods)
1913 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1914 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1915 (gnus-newsgroup-headers, gnus-group-list-mode)
1916 (gnus-group-mark-positions, gnus-newsgroup-data)
1917 (gnus-newsgroup-unreads, nnoo-state-alist)
1918 (gnus-current-select-method, mail-sources)
1919 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1920 (nnmail-spool-file, gnus-cache-active-hashtb):
1921 * gnus-mh.el (mh-lib-progs):
1922 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1923 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1924 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1925 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1926 (gnus-group-buffer):
1927 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1928 (font-lock-set-defaults):
1929 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1930 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1931 (gnus-summary-post-menu, total-parts, type, condition, length):
1932 * gnus-agent.el (gnus-agent-read-agentview):
1933 * flow-fill.el (show-trailing-whitespace):
1934 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1935 eval-and-compile wrappers for byte compiler pacifiers.
1936
1937 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1938 (mm-display-inline-fontify): Check for featurep 'xemacs not
1939 extent-list.
1940
1941 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1942 itimer-list.
1943 (mm-create-image-xemacs): Only do something for XEmacs.
1944 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1945
1946 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1947
1948 * gnus-registry.el (gnus-adaptive-word-syntax-table):
1949 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1950
e9346447
JB
19512007-11-15 Juanma Barranquero <lekktu@gmail.com>
1952
ec5741dc 1953 * nnimap.el (nnimap-split-download-body):
e9346447 1954 * gnus-demon.el (gnus-demon):
ec5741dc 1955 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
e9346447 1956
1428d46b
MB
19572007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
1958
1959 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
1960 macros.
1961 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
1962 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
1963 copy data from unibyte buffer to multibyte current buffer.
1964 (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
1965 to copy data from unibyte current buffer to multibyte buffer.
1966 (nntp-make-process-buffer): Make process buffer unibyte.
1967
1968 * pop3.el (pop3-open-server): Fix typo in Lisp code.
1969
19702007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
1971
1972 * pop3.el (pop3-open-server): Accept and process data more robustly at
1973 connexion start to avoid spurious "POP SSL connexion failed" errors.
1974
19752007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
1976
1977 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
1978 read group names.
1979
19802007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
1981
1982 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
1983
19842007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
1985
1986 * nnmail.el (nnmail-parse-active): Make group names unibyte.
1987 (nnmail-save-active): Use a unibyte buffer when saving active file,
1988 which may contain non-ASCII group names.
1989
1990 * nnml.el (nnml-request-group): Decode group names in messages.
1991
4d8a28ec
MB
19922007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
1993
1994 * message.el (message-citation-line-function)
1995 (message-insert-formatted-citation-line): Fix spelling of
1996 `message-insert-formated-citation-line'.
1997
c12ecb0a
MB
19982007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
1999
2000 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2001
4d8a28ec
MB
20022007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2003
2004 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
2005 nnmail-pathname-coding-system.
2006
2007 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
2008 that a user enters; decode group names in messages.
2009
2010 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
2011
60ece9b0
MB
20122007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
2013
2014 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2015
2016 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2017
2018 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2019 risky local variable.
2020
2021 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2022
20232007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
2024
2025 * encrypt.el: Improve documentation to fix function name typo.
2026 Reported by Daiki Ueno <ueno@unixuser.org>.
2027
20282007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
2029
2030 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2031 even if the point is not in the last page of an article.
2032 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2033 back to the previous page.
2034
c590ed3a
MB
20352007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
2036
2037 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2038
60ece9b0
MB
20392007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
2040
2041 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2042
c70dbcd5
SM
20432007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2044
60ece9b0
MB
2045 * message.el (message-check-news-body-syntax): Avoid
2046 mm-string-as-multibyte.
c70dbcd5
SM
2047 (message-hide-headers): Don't assume (point-min)==1.
2048
437ce4be
MB
20492007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2050
2051 * message.el (message-remove-blank-cited-lines): Fix if remove is
2052 given.
2053 (message-bogus-address-regexp): New variable.
2054 (message-bogus-recipient-p): New function.
2055 (message-check-recipients): New command.
2056 (message-syntax-checks): Add `bogus-recipient'.
2057 (message-fix-before-sending): Add `bogus-recipient'.
2058
2059 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
d55fe5bb
MB
2060 (gnus-treat-body-boundary): Don't test window-system.
2061
296fa7b4 20622007-10-28 Leo <sdl.web@gmail.com> (tiny change)
d55fe5bb
MB
2063
2064 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
437ce4be 2065
c7ff939a
RS
20662007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2067
2068 * gnus.el: Bump version to Gnus v5.13.
2069
01c52d31
MB
20702007-10-28 Miles Bader <miles@gnu.org>
2071
2072 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2073 at compile-time too.
2074
437ce4be
MB
20752007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
2076
2077 * gnus-msg.el (gnus-message-setup-hook): Add
2078 `message-remove-blank-cited-lines' to options.
2079
01c52d31
MB
20802007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
2081
2082 * message.el (message-remove-blank-cited-lines): New function.
880820fe 2083 Suggested by Karl Plästerer.
01c52d31
MB
2084
20852007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
2086
2087 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2088 mapc.
2089
2090 * imap.el (imap-open): Replace mapcar called for effect with mapc.
2091 (top-level): Use mapc to set functions to be traced for debugging.
2092
2093 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2094 called for effect with while loop.
2095
2096 * message.el (message-talkative-question): Replace mapcar called for
2097 effect with mapc.
2098
2099 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2100 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2101 called for effect with dolist.
2102
2103 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2104
2105 * nndiary.el: Use dolist instead of mapcar to add diary headers to
2106 gnus-extra-headers and nnmail-extra-headers.
2107
2108 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2109 called for effect with dolist.
2110 (top-level): Use mapc to set functions to be traced for debugging.
2111
2112 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2113 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2114 dolist.
2115
2116 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2117 Replace mapcar called for effect with mapc.
2118 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2119 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2120 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2121 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2122
2123 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2124 remove-if that's a cl function.
2125
2126 * webmail.el (webmail-debug): Replace mapcar called for effect with
2127 dolist.
2128
01c52d31
MB
21292007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
2130
2131 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2132 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2133 with while loop.
2134
2135 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2136 functions from article-* functions.
2137 (gnus-multi-decode-header): Replace mapcar called for effect with
2138 dolist.
2139
2140 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2141 (gnus-bookmark-show-details): Replace mapcar called for effect with
2142 while loop.
2143
2144 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2145 called for effect with while loop.
2146
2147 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2148 with dolist.
2149
2150 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2151 mapcar called for effect with dolist.
2152
2153 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2154
2155 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2156 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2157 Replace mapcar called for effect with dolist.
2158 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2159 mapc.
2160
2161 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2162 Replace mapcar called for effect with dolist.
2163 (gnus-topic-list): Replace mapcar called for effect with mapc.
2164
2165 * gnus.el: Use mapc instead of mapcar to add autoloads.
2166
4b576f7d
RS
21672007-10-23 Richard Stallman <rms@gnu.org>
2168
2169 * gnus-group.el (gnus-group-highlight): Mark as risky.
2170
fdc90613
MB
21712007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
2172
2173 * gnus.el (gnus-server-to-method): Return method found first in
2174 gnus-newsrc-alist.
2175
01c52d31
MB
2176 * gnus-art.el (gnus-article-highlight-signature)
2177 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2178 button overlay without the front stickiness.
2179
21802007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
2181
2182 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2183 overview buffer needed a catch to receive its throw.
2184 (gnus-agent-flush-cache): Declared as interactive to make this function
2185 easier to use.
2186
fdc90613
MB
21872007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
2188
2189 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2190 `next-line'.
2191
5255e3ff
MB
21922007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
2193
2194 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2195 exclude address matching message-dont-reply-to-names.
2196
b4fde39f
MB
21972007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2198
2199 * gnus-util.el (gnus-string<): New function.
2200
2201 * gnus-sum.el (gnus-article-sort-by-author)
01c52d31 2202 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
b4fde39f
MB
2203
22042007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2205
2206 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2207 the frame-focus tag is set in gnus-buffer-configuration.
2208
01c52d31
MB
22092007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
2210
2211 * gnus-art.el (gnus-article-add-button): Make a button overlay without
2212 the front stickiness.
2213
22142007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2215
2216 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2217 url pattern; remove duplicate one.
2218 (gnus-article-extend-url-button): New function.
2219 (gnus-article-add-buttons): Use it.
2220 (gnus-button-push): Use concatenated url that it makes.
2221
6ab3804a
JB
22222007-10-04 Juanma Barranquero <lekktu@gmail.com>
2223
2224 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2225 (sieve-manage-open): Use `mapc' instead of `mapcar'.
2226
2f19ece7
SM
22272007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2228
2229 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2230 Don't hardcode point-min==1.
2231
1d0df8af
DK
22322007-09-30 David Kastrup <dak@gnu.org>
2233
2234 * gnus-art.el (gnus-article-reply-with-original)
2235 (gnus-article-followup-with-original): When `transient-mark-mode' is
2236 off, refrain from active-region behavior for followups.
2237
4b70e299
MB
22382007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
2239
2240 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
01c52d31
MB
2241 Fix comment about "iso8859-1".
2242
22432007-10-08 Daiki Ueno <ueno@unixuser.org>
2244
2245 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2246 ones returned from the verify-function.
2247
2248 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2249 mml2015-extract-cleartext-signature if extraction failed.
2250
22512007-10-07 Daiki Ueno <ueno@unixuser.org>
2252
2253 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2254 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2255 failed.
4b70e299
MB
2256
22572007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
2258
e9346447 2259 * Relicense "GPLv2 or later" files to "GPLv3 or later".
4b70e299 2260
01c52d31
MB
22612007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
2262
2263 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2264 to mark a thread as expirable. Add variable `hide' to handle hiding of
2265 thread for both the null and zero (kill/expire thread) universal prefix
2266 cases.
2267 (gnus-summary-expire-thread): Add new function to expire a thread,
2268 using gnus-summary-kill-thread.
2269 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2270 shortcuts for gnus-summary-expire-thread.
2271 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2272 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
2273
22742007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
2275
2276 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2277 extras value, so an extras entry can be deleted.
2278 (gnus-registry-delete-extra-entry): Use it.
2279 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2280 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2281 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
e46889e0
JB
2282 storage through the gnus-registry, and provide an appropriate API for
2283 it.
01c52d31 2284
4b70e299
MB
22852007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2286
2287 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2288 Suggested by Leo <sdl.web@gmail.com>.
2289
2290 * gnus.el: Do.
2291
22922007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2293
2294 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2295 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
2296
2297 * gnus-agent.el (gnus-agent-fetch-headers): Do.
2298
2299 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2300 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2301
23022007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2303
2304 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2305 newline.
2306 (nnmbox-request-accept-article): Don't change article in source buffer;
2307 narrow to header to use message-fetch-field rather than
2308 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2309 (nnmbox-request-replace-article): Quote lines that'll be misidentified
2310 as delimiters; make sure article ends with newline.
2311 (nnmbox-delete-mail): Correct last position of article to be deleted;
2312 ignore X-Gnus-Newsgroup header in article body.
2313 (nnmbox-save-mail): Quote lines looking like delimiters at the right
2314 positions; make sure article ends with newline.
2315
01c52d31
MB
2316 * message.el (message-display-abbrev): Don't infloop when a user
2317 inserts SPC in the beginning of header.
2318
23192007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
2320
2321 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2322 list of groups not followed by default. Fix type to be regexp.
2323 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2324
23252007-09-06 Tassilo Horn <tassilo@member.fsf.org>
2326
2327 * hmac-def.el (define-hmac-function): Switch from old-style to
2328 new-style backquotes.
2329
002876ab 2330 * md4.el (md4-make-step): Likewise.
01c52d31
MB
2331
23322007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2333
2334 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2335 raw-text coding system when saving .newsrc file, which may contain
2336 non-ASCII group names.
2337
4b70e299
MB
23382007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
2339
2340 * gnus-cus.el (gnus-score-extra): New widget.
2341 (gnus-score-extra-convert): New function.
2342 (gnus-score-customize): Use it for Extra.
2343
01c52d31
MB
23442007-08-31 Daiki Ueno <ueno@unixuser.org>
2345
2346 * mml2015.el (mml2015-extract-cleartext-signature): New function.
2347 (mml2015-mailcrypt-clear-verify): Use it.
2348 (mml2015-gpg-clear-verify): Use it.
2349 (mml2015-pgg-clear-verify): Use it.
2350 (mml2015-epg-clear-verify): Replace the current part with the output
2351 from GnuPG; don't extract the plaintext by itself.
2352
2353 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2354 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2355 mml2015-clear-verify-function; don't touch the armor headers or
2356 dash-escaped text here.
2357
23582007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
2359
2360 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2361 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2362 parts, or application/octet-stream as a last resort.
2363 (gnus-mime-view-part-as-type): Don't toggle display.
2364 (gnus-mime-view-part-as-charset): Don't turn off display before
2365 querying charset.
2366
2367 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2368 stuff to undisplayer function in Emacs.
2369 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2370
2371 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2372 text/calendar parts.
2373
7f22a765
MB
23742007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
2375
01c52d31
MB
2376 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2377 decoding text/calendar parts.
2378
2379 * message.el (message-forward-make-body-mime): Always mark body as
2380 having no illegible text; remove signed-or-encrypted argument.
2381 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2382
7f22a765
MB
2383 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2384 (mml-generate-mime-1): Don't encode body if it is specified to be in
2385 raw form; don't make buffer be unibyte when inserting multibyte string.
2386
67d0660b
SM
23872007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2388
2389 * sha1.el: Fix up comment style.
2390 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2391 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2392
2393 * hex-util.el: Fix up comment style.
2394 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2395
2396 * gnus-salt.el: Use with-current-buffer.
2397 (gnus-pick-setup-message): Fix long-standing typo.
2398
bdaf8a62
MB
23992007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
2400
01c52d31
MB
2401 * imap.el (imap-logout-timeout): New variable.
2402 (imap-logout, imap-logout-wait): New functions.
2403 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2404
2405 * nnimap.el (nnimap-logout-timeout): New server variable.
2406 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2407 nnimap-logout-timeout.
2408
bdaf8a62
MB
2409 * gnus-art.el (gnus-article-summary-command-nosave)
2410 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2411
24122007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
2413
2414 * gnus.el (gnus-maximum-newsgroup): New variable.
2415
2416 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2417 according to gnus-maximum-newsgroup.
2418
2419 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
67d0660b
SM
2420 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2421 Limit the range of articles according to gnus-maximum-newsgroup.
bdaf8a62 2422
01c52d31
MB
24232007-08-14 Tassilo Horn <tassilo@member.fsf.org>
2424
2425 * gnus-art.el (gnus-sticky-article): Fixed problems described in
2426 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
2427 Don't perform gnus-configure-windows here; reuse existing sticky
2428 article buffer.
2429
2430 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2431 it doesn't exist in gnus-article-mode.
2432
24332007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
2434
2435 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2436 (gnus-agent-decoded-group-name): New function.
2437 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2438 (gnus-agent-expire-group-1): Use it; decode group name in messages.
2439
24402007-08-12 Tassilo Horn <tassilo@member.fsf.org>
2441
2442 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2443 Add binding for gnus-sticky-article.
2444 (gnus-summary-exit): Don't kill sticky article buffers.
2445
2446 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2447 article buffer.
2448 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2449 (gnus-kill-sticky-article-buffers): New commands.
2450
37cc095b
MB
24512007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
2452
2453 * nntp.el (nntp-xref-number-is-evil): New server variable.
2454 (nntp-find-group-and-number): If it is non-nil, don't trust article
2455 numbers in the Xref header.
2456
01c52d31
MB
24572007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
2458
2459 * gnus-agent.el (gnus-agent-read-group): New function.
2460 (gnus-agent-flush-group, gnus-agent-expire-group)
2461 (gnus-agent-regenerate-group): Use it.
2462 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2463 nnmail-pathname-coding-system.
2464
37cc095b
MB
24652007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
2466
2467 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2468
01c52d31
MB
2469 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2470 that are unread as unread, and also as selected so that information of
2471 marks having been changed by a user may be updated when exiting group.
2472
37cc095b
MB
24732007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
2474
2475 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
2476
01c52d31
MB
24772007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
2478
2479 * gnus-art.el (gnus-mime-display-single): Pass part number that is
2480 calculated ignoring signature parts to gnus-treat-article.
2481
24822007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
2483
2484 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2485 a point here in order to keep the window start.
2486 (gnus-insert-mime-security-button): Make a button overlay without the
2487 front stickiness.
2488 (gnus-mime-display-security): Goto the end of a button.
2489
2490 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2491
24922007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
2493
2494 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2495 group-name-at-point.
2496 (gnus-group-completing-read): New function that offers decoded
2497 non-ASCII group names for completion.
2498 (gnus-fetch-group, gnus-group-read-ephemeral-group)
2499 (gnus-group-jump-to-group, gnus-group-make-group-simple)
2500 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2501 (gnus-group-fetch-control): Use it.
2502 (gnus-fetch-group): Use group-name-at-point for the initial value
2503 rather than the default value; use gnus-alive-p.
2504
2505 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2506 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2507 (gnus-summary-post-news): Use gnus-group-completing-read.
2508
2509 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2510 (gnus-read-move-group-name): Decode group name for completion.
2511
25122007-07-31 Ted Zlatanov <tzz@lifelogs.com>
2513
2514 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2515 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2516 Yamaoka slightly modified the code).
2517
25182007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
2519
2520 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2521 (nnmail-split-incoming): Bind it.
2522
2523 * nnml.el (nnml-group-name-charset): New function.
2524 (nnml-decoded-group-name): Use it; don't decode group name if
2525 nnmail-group-names-not-encoded-p is non-nil.
2526 (nnml-encoded-group-name): New function.
2527 (nnml-group-pathname): Inline nnml-decoded-group-name.
2528 (nnml-request-expire-articles): Decode group name in message.
2529 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2530 nnmail-pathname-coding-system.
2531 (nnml-save-mail, nnml-active-number): Work with decoded group names and
2532 not decoded ones according to nnmail-group-names-not-encoded-p.
2533 (nnml-generate-active-info): Use nnml-encoded-group-name.
2534
3ecd3a56
GM
25352007-08-08 Glenn Morris <rgm@gnu.org>
2536
2537 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2538 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2539 doc-strings and comments.
2540
cacc7b51
GM
25412007-07-25 Glenn Morris <rgm@gnu.org>
2542
2543 * Relicense all FSF files to GPLv3 or later.
2544
01c52d31 25452007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2f62a044 2546
01c52d31
MB
2547 * gnus-sum.el (gnus-summary-move-article): Make
2548 gnus-summary-respool-article work.
2f62a044 2549
f931ce84
MB
25502007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
2551
2552 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2553 string.
2554
880820fe 25552007-07-20 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
2556
2557 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
2558 that should be ignored when comparing distant RSS articles with local
2559 ones.
2560 (nnrss-make-hash-index): New function. Create a hash index according
2561 to the ignored fields.
2562 (nnrss-check-group): Use it.
2563
25642007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
2565
2566 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2567
2568 * gnus-art.el (article-decode-group-name): Decode Xref header too.
2569
2570 * gnus-group.el (gnus-group-make-group): Encode group name here unless
2571 the new optional argument ENCODED is non-nil.
2572 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2573 coding system for encoding group name.
2574 (gnus-group-make-rss-group): Pass un-encoded group name to
2575 gnus-group-make-group.
2576 (gnus-group-set-info): Tell gnus-group-make-group that group name is
2577 encoded.
2578
2579 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2580 Encode group name to which articles are moved or copied.
2581 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2582 coding system for encoding Newsgroup, Followup-To and Xref headers.
2583
2584 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2585 marks; use nnheader-file-coding-system to write a file.
2586 (nnagent-retrieve-headers): Bind file-name-coding-system to
2587 nnmail-pathname-coding-system.
2588
2589 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2590
2591 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2592 (nnml-request-article, nnml-request-create-group)
2593 (nnml-request-rename-group, nnml-find-id)
2594 (nnml-possibly-change-directory, nnml-possibly-create-directory)
2595 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2596 (nnml-save-marks): Use nnml-group-pathname instead of
2597 nnmail-group-pathname.
2598
2599 (nnml-request-create-group, nnml-request-expire-articles)
2600 (nnml-request-move-article, nnml-request-delete-group)
2601 (nnml-deletable-article-p, nnml-possibly-create-directory)
2602 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2603 (nnml-open-marks): Bind file-name-coding-system to
2604 nnmail-pathname-coding-system.
2605
2606 (nnml-request-article): Pass server argument to nnml-find-group-number.
2607 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2608 server argument to nnml-possibly-create-directory.
2609 (nnml-request-accept-article): Pass server argument to
2610 nnml-active-number and nnml-save-mail.
2611 (nnml-find-group-number): Pass server argument to nnml-find-id.
2612 (nnml-request-update-info): Pass server argument to
2613 nnml-marks-changed-p.
2614
2615 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2616 (nnml-save-mail, nnml-active-number): Add server argument.
2617
2618 (nnml-request-delete-group): Warn if group is missing.
2619 (nnml-get-nov-buffer): Decode group name.
2620 (nnml-generate-active-info): Encode group name.
2621 (nnml-open-marks): Decode group name in messages.
2622
26232007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
2624
2625 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2626 if it is not specified.
2627 (gnus-article-pipe-part, gnus-article-save-part)
2628 (gnus-article-interactively-view-part, gnus-article-copy-part)
2629 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2630 (gnus-article-inline-part, gnus-article-save-part-and-strip)
2631 (gnus-article-replace-part, gnus-article-delete-part)
2632 (gnus-article-view-part-as-type): Pass raw prefix argument to
2633 gnus-article-part-wrapper.
2634
26352007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
2636
2637 * gnus-agent.el (gnus-agent-save-active): Bind
2638 nnheader-file-coding-system to gnus-agent-file-coding-system.
2639
2640 * gnus-cache.el (gnus-cache-save-buffers)
2641 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2642 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2643 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2644 (gnus-cache-braid-nov, gnus-cache-braid-heads)
2645 (gnus-cache-generate-active, gnus-cache-rename-group)
2646 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2647 (gnus-cache-update-overview-total-fetched-for): Bind
2648 file-name-coding-system to nnmail-pathname-coding-system.
2649 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2650 variables.
2651 (gnus-cache-decoded-group-name): New function.
2652 (gnus-cache-file-name): Use it.
2653 (gnus-cache-generate-active): Use non-decoded group name for active.
2654
2655 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2656 right place.
2657 (gnus-write-active-file): Don't break non-ASCII group names.
2658
2659 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2660 nnmail-pathname-coding-system.
2661
2662 * gnus-uu.el (gnus-uu-decode-save): Typo.
2663
f931ce84
MB
26642007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
2665
2666 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2667
2f62a044
MB
26682007-07-14 David Kastrup <dak@gnu.org>
2669
2670 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
2671 finishing actions if we did not edit the article.
2672
01c52d31
MB
26732007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2674
2675 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2676 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2677 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2678 (gnus-agent-flush-group, gnus-agent-flush-cache)
2679 (gnus-agent-fetch-headers, gnus-agent-load-alist)
2680 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2681 (gnus-agent-retrieve-headers, gnus-agent-request-article)
2682 (gnus-agent-regenerate-group)
2683 (gnus-agent-update-files-total-fetched-for)
2684 (gnus-agent-update-view-total-fetched-for): Bind
2685 file-name-coding-system to nnmail-pathname-coding-system.
2686 (gnus-agent-group-pathname): Don't encode file names by
2687 nnmail-pathname-coding-system.
2688 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2689 coding-system-for-write instead of buffer-file-coding-system to
2690 gnus-agent-file-coding-system.
2691
2692 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2693 Decode group name.
2694
2695 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2696
2697 * gnus-start.el (gnus-update-active-hashtb-from-killed)
2698 (gnus-read-newsrc-el-file): Make group names unibyte.
2699
2700 * nnmail.el (nnmail-group-pathname): Don't encode file names by
2701 nnmail-pathname-coding-system.
2702
2703 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2704 (nnrss-request-delete-group): Bind file-name-coding-system to
2705 nnmail-pathname-coding-system.
2706 (nnrss-read-server-data, nnrss-read-group-data): Bind
2707 file-name-coding-system correctly.
2708 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2709
2710 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2711 (nntp-server-to-method-cache): New variable.
2712 (nntp-group-pathname): New function that decodes non-ASCII group names.
2713 (nntp-possibly-create-directory, nntp-marks-changed-p)
2714 (nntp-save-marks, nntp-open-marks): Use it.
2715 (nntp-possibly-create-directory, nntp-open-marks):
2716 Bind file-name-coding-system to nnmail-pathname-coding-system.
2717 (nntp-open-marks): Decode group names when bootstrapping marks.
2718
2719 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2720 Newsgroups and Folowup-To headers.
2721
82fe1aed
MB
27222007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2723
2724 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2725 (gnus-server-closed-face, gnus-server-denied-face)
2726 (gnus-server-offline-face): Remove variable.
2727 (gnus-server-font-lock-keywords): Use faces that are not aliases.
2728
01c52d31
MB
2729 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2730 of modifying message-stack directly for XEmacs.
2731
82fe1aed
MB
2732 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2733 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2734 if the coding-system argument is nil for XEmacs.
2735
2736 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2737 mm-charset-override-alist.
2738
2739 * rfc2047.el: Don't require base64; require rfc2045 for the function
2740 rfc2045-encode-string.
2741 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2742 to quote the parameter value.
2743
01c52d31
MB
27442007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
2745
2746 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2747 form in gnus-group-name-charset-method-alist.
2748
2749 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2750 overrides the default layout edit-form.
2751
2752 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2753
2754 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2755
60b0b668
MB
27562007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
2757
2758 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2759 as unfetched articles.
2760
27612007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
2762
2763 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2764
01c52d31
MB
27652007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2766
2767 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2768 original back end that keeps marks in the local system.
2769
60b0b668
MB
27702007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2771
01c52d31
MB
2772 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2773 arg of pop-to-buffer for XEmacs.
2774 (gnus-article-read-summary-keys): Ditto; don't restore window
2775 configuration if summary command ends up with neither article buffer
2776 nor summary buffer; describe bindings if summary keys end with C-h.
2777
27782007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
2779
2780 * message.el (message-fix-before-sending): Skip raw message part to be
2781 forwarded while checking illegible text.
2782 (message-forward-make-body-mime, message-forward-make-body): Mark
2783 signed or encrypted raw message as having no illegible text.
2784
27852007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
2786
2787 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2788 (gnus-message-with-timestamp-1): New macro.
2789 (gnus-message-with-timestamp): New function.
2790 (gnus-message): Use them.
2791
2792 * nnheader.el (nnheader-message): Use them.
2793
27942007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
2795
2796 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2797 .newsrc.eld file.
60b0b668 2798
5cedca8d
MB
27992007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
2800
2801 * gnus-agent.el (gnus-agent-fetch-headers)
2802 (gnus-agent-retrieve-headers): Bind
2803 gnus-decode-encoded-address-function to identity.
2804
2805 * nntp.el (nntp-send-xover-command): Recognize an xover command is
2806 available also when the server returns simply a dot.
2807
2808 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2809
524705ae
MB
28102007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
2811
01c52d31
MB
2812 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2813
28142007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
2815
524705ae
MB
2816 * gnus-ems.el (gnus-x-splash): Make it work.
2817
2818 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2819 from being used.
2820
01c52d31
MB
28212007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
2822
2823 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2824 the front stickiness.
2825 (gnus-article-summary-command-nosave): Correct the order of the
2826 arguments passed to pop-to-buffer.
2827 (gnus-article-read-summary-keys): Ditto; make it work properly when the
2828 summary command ends up with the article buffer.
2829
2830 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2831 the same faces.
524705ae 2832
770edeec
JB
28332007-06-07 Juanma Barranquero <lekktu@gmail.com>
2834
524705ae 2835 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
770edeec 2836
34c5dce5
JB
28372007-06-06 Juanma Barranquero <lekktu@gmail.com>
2838
3e3dc2c3
JB
2839 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2840 * gnus-sum.el (gnus-summary-highlight):
524705ae 2841 * mail-source.el (mail-source-delete-old-incoming-confirm):
3e3dc2c3 2842 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
34c5dce5 2843
524705ae
MB
28442007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
2845
2846 * gnus-art.el (gnus-mime-view-part-externally)
2847 (gnus-mime-view-part-internally): Fix predicate function passed to
2848 completing-read.
2849
01c52d31
MB
2850 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2851
2852 * gnus.el (gnus-update-message-archive-method): Add :version.
2853
28542007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
2855
2856 * gnus.el (gnus-update-message-archive-method): New variable.
2857
2858 * gnus-start.el (gnus-setup-news): Update saved "archive" method
2859 according to gnus-message-archive-method if
2860 gnus-update-message-archive-method is non-nil.
2861
28622007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2863
2864 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
2865 by Loic Dachary <loic@dachary.org>.
2866 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
524705ae 2867
c14dcd06
CY
28682007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
2869
2870 * message.el (message-pop-to-buffer): Add switch-function argument.
2871 (message-mail): Pass switch-function argument to it.
524705ae 2872
01c52d31
MB
28732007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
2874
2875 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2876 Improve doc string.
2877
28782007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
2879
2880 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2881 (gnus-header-content)
2882 * gnus-cite.el (gnus-cite-10)
2883 * gnus-srvr.el (gnus-server-closed)
2884 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2885 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2886 (gnus-group-mail-3-empty, gnus-group-mail-low)
2887 (gnus-group-mail-low-empty, gnus-splash)
2888 * message.el (message-header-to, message-header-cc)
2889 (message-header-subject, message-header-other, message-header-name)
2890 (message-header-xheader, message-separator, message-cited-text)
2891 (message-mml): Lighten colors of faces used for dark background.
2892
28932007-05-24 Simon Josefsson <simon@josefsson.org>
2894
2895 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2896 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
2897
524705ae
MB
28982007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
2899
c9e31f32
SM
2900 * message.el (message-narrow-to-headers-or-head):
2901 Ignore mail-header-separator in the body.
524705ae 2902
01c52d31
MB
29032007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
2904
2905 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2906 same as window size.
2907
29082007-05-22 Kevin Ryde <user42@zip.com.au>
2909
2910 * message.el (message-font-lock-keywords): Use message-header-xheader
2911 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
2912 ahead of the anything pattern, to get it recognised.
2913
880820fe 29142007-05-12 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
2915
2916 * gnus-sum.el (gnus-articles-to-read)
2917 (gnus-summary-insert-old-articles): Don't truncate group name for
2918 `read-string'.
2919
2920 * gnus-util.el (gnus-limit-string): Delete this function.
2921
2922 * gnus-sum.el (gnus-simplify-subject-fully): Use
2923 `truncate-string-to-width' instead.
2924
880820fe 29252007-05-11 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
2926
2927 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
2928 if, on summary exit, the next group has to be selected.
2929 (gnus-summary-exit): Use it.
2930
524705ae
MB
29312007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
2932
2933 * gnus-art.el (gnus-article-mode): Fix comment about displaying
2934 non-break space.
c14dcd06 2935
01c52d31
MB
29362007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
2937
2938 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2939 Check if group is not a directory.
2940 (nnfolder-request-expire-articles): Don't delete articles if the target
2941 group is not available.
2942
2943 * nnml.el (nnml-request-create-group): Properly check if group is not a
2944 file.
2945 (nnml-request-expire-articles): Don't delete articles if the target
2946 group is not available.
2947
2948 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2949 Don't quote characters that are within parentheses.
2950
29512007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
2952
2953 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
2954 (gnus-handle-ephemeral-exit): Select article according to it.
2955
29562007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
2957
2958 * message.el (message-insert-formated-citation-line): Remove newline.
2959 (message-citation-line-format): Add final \n here so that the user can
2960 avoid a blank line.
2961
29622007-05-03 Dan Christensen <jdc@uwo.ca>
2963
2964 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2965 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2966 Update lanl/arXiv support.
596e5f72 2967
01c52d31
MB
29682007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2969
2970 * gnus.el: Bump version number.
2971
29722007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2973
2974 * gnus.el (gnus-version-number): Bump version.
2975
9b3ebcb6 29762007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
01c52d31
MB
2977
2978 * gnus.el: No Gnus v0.6 is released.
2979
29802007-04-27 Didier Verna <didier@xemacs.org>
2981
2982 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
2983 * gmm-utils.el (gmm-regexp-concat): here.
2984 * message.el: Don't require 'gnus-util.
2985 (message-dont-reply-to-names): Handle name change above.
2986 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
2987
29882007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
2989
2990 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
2991 since the initial value varies according to the system.
2992
29932007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
2994
2995 * mm-util.el (mm-charset-synonym-alist): Defcustom.
2996
29972007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
2998
2999 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
3000
30012007-04-24 Didier Verna <didier@xemacs.org>
3002
3003 Improve the type of gnus-ignored-from-addresses.
3004 * gnus-util.el (gnus-orify-regexp): New function.
3005 * message.el (gnus-util): Require it.
3006 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
3007 * gnus-sum.el (gnus-ignored-from-addresses): New function.
3008 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
3009
30102007-04-24 Didier Verna <didier@xemacs.org>
3011
3012 * gnus-sum.el:
3013 * gnus-utils.el: Fix some trailing whitespaces.
3014
30152007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
3016
3017 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3018 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3019 article's Message-ID; refer parent article in summary buffer.
3020
3021 * message.el (message-bounce): Call mime-to-mml.
3022
30232007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
3024
3025 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
596e5f72 3026
6b554e88
MB
30272007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
3028
3029 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3030 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3031 displayed of multipart/alternative part if it is invoked from summary
3032 buffer.
6b554e88
MB
3033
3034 * mm-view.el (mm-inline-text-html-render-with-w3m)
3035 (mm-inline-text-html-render-with-w3m-standalone)
3036 (mm-inline-render-with-function): Use mail-parse-charset by default.
3037
01c52d31
MB
30382007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
3039
3040 * parse-time.el (parse-time-string-chars): Check if CHAR
3041 is less than the length of parse-time-syntax.
3042
30432007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
3044
3045 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3046 from gnus-newsgroup-processable.
3047
30482007-04-16 Didier Verna <didier@xemacs.org>
3049
3050 * gnus-msg.el (gnus-configure-posting-styles): Handle
002876ab 3051 message-signature-directory properly with :file syntax. Reported by
01c52d31
MB
3052 "Leo".
3053
30542007-04-11 Didier Verna <didier@xemacs.org>
3055
3056 New user option: message-signature-directory.
3057 * gnus-msg.el (gnus-configure-posting-styles): Support it.
3058 * message.el (message-insert-signature): Ditto.
3059 * message.el (message-signature-file): Doc update.
3060 * message.el (message-signature-directory): New.
3061
c429815a
MB
30622007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
3063
3064 * gnus-msg.el (gnus-inews-yank-articles): Use
3065 message-exchange-point-and-mark instead of exchange-point-and-mark.
3066
30672007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
3068
3069 * message.el (message-yank-original): Make sure cited text ends with
3070 newline; don't exchange point and mark.
3071
30722007-04-07 Chong Yidong <cyd@stupidchicken.com>
3073
3074 * tls.el (open-tls-stream): Properly handle case where there
3075 is no associated buffer.
3076
c345112e
TTN
30772007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
3078
3079 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3080 message-yank-original, make sure (< mark TEXT point).
3081
8aed9ac5
RS
30822007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
3083
01c52d31
MB
3084 * message.el (message-fill-column): New variable.
3085 (message-mode): Use it. Add comment on a possible new hook.
3086
8aed9ac5
RS
3087 * nnmail.el (nnmail-spool-file): Mark as obsolete.
3088 (nnmail-get-new-mail): Reformat.
3089
3090 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3091
3092 * gmm-utils.el: Fix Commentary.
3093 (gmm-tool-bar-from-list): Fix typo in doc string.
3094
561fb491
TTN
30952007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
3096
01c52d31
MB
3097 * message.el (message-yank-original): Don't switch point and mark
3098 unnecessarily to put point and mark as documented.
3099
31002007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3101
3102 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3103 from the message heads.
3104
31052007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
3106
3107 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3108 article buffer does not have a window. This may not be the best
3109 solution but is certainly better than setting the start of the null,
3110 that is the current, window.
3111
31122007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
3113
3114 * gnus-draft.el (gnus-draft-setup-hook): New hook.
3115 (gnus-draft-setup): Run it.
3116
3117 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3118 gnus-score-fast-scoring. Allow regexp.
3119 (gnus-score-headers): Use it.
3120
3121 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3122 XEmacs.
3123
3124 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3125 string.
3126 (gnus-button-alist): Also catch `<f1> k ...'.
3127 (gnus-treat-display-x-face): Fix doc string.
561fb491 3128
87ba2830
MB
31292007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3130
3131 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3132 evaluation of gnus-extended-version to ensure correct generation of the
3133 User-Agent header when message-generate-headers-first is used.
3134
01c52d31 31352007-03-24 Simon Josefsson <simon@josefsson.org>
87ba2830 3136
01c52d31
MB
3137 * hashcash.el (hashcash-generate-payment-async): Don't crash if
3138 hashcash-path is nil. Don't call callback with incorrect number of
3139 parameters if val is 0.
87ba2830 3140
815b81c8
MB
31412007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3142
3143 * message.el (message-required-news-headers):
3144 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3145
31462007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
3147
3148 * message.el (message-generate-new-buffers): Change the meaning of the
3149 nil value; add `standard' to the choices; treat t as `unique'; improve
3150 doc string.
3151 (gnus-select-frame-set-input-focus): Autoload.
3152 (message-buffer-name): Search for the existing message buffer if
3153 message-generate-new-buffers is nil or `standard'; treat the value t of
3154 message-generate-new-buffers as `unique'.
3155 (message-pop-to-buffer): Raise the frame already displaying the message
3156 buffer; clear the echo area after querying.
3157 (message-setup): Pass the `continue' argument to compose-mail.
3158 (message-mail): Prefer `switch-function' if it is given; search for the
3159 existing message buffer if the `continue' argument is non-nil; pass
3160 continue and switch-function arguments to compose-mail by way of
3161 message-setup.
3162 (message-mail-other-window): Adjust argument of message-setup.
3163 (message-mail-other-frame): Ditto.
3164
01c52d31
MB
31652007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
3166
3167 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3168 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3169 to turn font-lock on when turning gnus-message-citation-mode on.
3170
31712007-03-06 Daiki Ueno <ueno@unixuser.org>
3172
3173 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3174 (mml-smime-function-alist): New variable; add epg as the backend.
3175 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3176 mml-smime- functions instead.
3177 * mm-view.el: Require smime.
3178
31792007-03-05 Didier Verna <didier@xemacs.org>
3180
3181 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3182 instead of just inheritance for posting styles.
3183 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3184
31852007-02-24 John Paul Wallington <jpw@pobox.com>
3186
3187 * tls.el (tls-certtool-program): Fix custom type.
3188
31892007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3190
3191 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3192 and point-at-eol instead of line-(beginning|end)-position.
3193
3194 * assistant.el (assistant-parse-buffer): Ditto.
3195
31962007-02-28 Daiki Ueno <ueno@unixuser.org>
3197
3198 * mml2015.el (mml2015-epg-find-usable-key): New function.
3199 (mml2015-epg-sign): Use it.
3200 (mml2015-epg-encrypt): Use it.
3201
45cb30ee
MB
32022007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3203
3204 * message.el (message-make-in-reply-to): Quote name containing
3205 non-ASCII characters. It will make the RFC2047 encoder cause an error
3206 if there are special characters. Reported by NAKAJI Hiroyuki
82bdbd4d 3207 <nakaji@jp.freebsd.org>.
45cb30ee 3208
01c52d31
MB
32092007-02-27 Didier Verna <didier@xemacs.org>
3210
3211 Include the group parameters as well as the topic ones in the
3212 inheritance filter process.
3213 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3214 argument GROUP-PARAMS-LIST.
3215 * gnus-topic.el (gnus-group-topic-parameters): Use it.
3216
45cb30ee
MB
32172007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
3218
3219 * nntp.el (nntp-never-echoes-commands)
3220 (nntp-open-connection-functions-never-echo-commands): New variables.
3221 (nntp-send-command): Use them.
3222
01c52d31
MB
32232007-02-20 Daiki Ueno <ueno@unixuser.org>
3224
3225 * mml2015.el (mml2015-epg-verify): Simplified.
3226
32272007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
3228
3229 * mml.el (mml-content-disposition-alist): New user option.
3230 (mml-content-disposition): New function.
3231 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3232 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3233
32342007-02-19 Daiki Ueno <ueno@unixuser.org>
3235
3236 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3237 verification.
3238
aa260d63
MB
32392007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3240
3241 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3242 articles posted in the last 24 hours.
3243
c371062c
CY
32442007-02-14 Chong Yidong <cyd@stupidchicken.com>
3245
3246 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3247
880820fe 32482007-02-14 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
3249
3250 * nntp.el (nntp-send-command): Don't wait for echoes when
3251 nntp-open-ssl-stream is used.
3252
32532007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
3254
3255 * gnus-cite.el (gnus-test-font-lock-add-keywords)
3256 (gnus-message-add-citation-keywords)
3257 (gnus-message-remove-citation-keywords): Remove.
3258 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3259 directly, make the variables in font-lock-defaults buffer-local, add
3260 gnus-message-citation-keywords to them and then update the value of
3261 font-lock-keywords.
3262
32632007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
3264
3265 * message.el (message-cite-original-1): Don't call
3266 gnus-article-highlight-citation.
3267
3268 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3269 citations; fix line count.
3270
32712007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
3272
3273 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3274 (gnus-message-add-citation-keywords)
3275 (gnus-message-remove-citation-keywords): Use it; fix the emulating
3276 versions of font-lock-add-keywords and font-lock-remove-keywords to
3277 work with XEmacs correctly.
3278
32792007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
3280
3281 * gnus-cite.el (gnus-cite-face-list): Set the values of
3282 gnus-message-max-citation-depth and gnus-message-citation-keywords.
3283 (gnus-message-max-citation-depth): Use defvar rather than defconst.
3284 (gnus-message-cite-prefix-regexp): New variable.
3285 (gnus-message-search-citation-line): Use it; protect against long
3286 citation prefix; fill match data with nil rather than 0 for XEmacs; set
3287 the 0th match data for Emacs.
3288 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3289 (gnus-message-add-citation-keywords): Append keywords rather than
3290 prepending; emulate font-lock-add-keywords if it is not available.
3291 (gnus-message-remove-citation-keywords): Emulate
3292 font-lock-remove-keywords if it is not available.
3293
3294 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3295
3296 * message.el (message-cite-prefix-regexp): Set the value of
3297 gnus-message-cite-prefix-regexp.
3298
c91f4b83
MB
32992007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3300
3301 * nnweb.el (nnweb-google-parse-1): Update parser.
3302
8f77631e
JB
33032007-01-29 Juanma Barranquero <lekktu@gmail.com>
3304
3305 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3306
41e49ce6
MB
33072007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3308
3309 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3310 regexp.
3311
33122007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
3313
3314 * uudecode.el (uudecode-string-to-multibyte): New function emulating
3315 string-to-multibyte.
3316 (uudecode-decode-region-internal): Use it.
3317
b28080e3
MB
33182007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
3319
3320 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3321 custom choice.
3322
3323 * gnus-art.el (gnus-signature-limit): Fix custom choice.
3324
01c52d31
MB
33252007-01-22 Daiki Ueno <ueno@unixuser.org>
3326
3327 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3328
3329 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3330 `write-region' to respect `mm-inhibit-file-name-handlers'.
3331
b66f54c1
MB
33322007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
3333
3334 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3335 Use gnus-home-directory instead of "~/" or "$HOME".
3336
01c52d31
MB
33372007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
3338
3339 * encrypt.el (encrypt-insert-file-contents): Add better prompt
3340 to mention filename.
3341 Add comments at beginning regarding usage.
3342 (encrypt-write-file-contents): Change interactive so a string is
3343 acceptable. If the file has no associated model, show an error instead
3344 of a nonsense prompt.
3345
33462007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3347
3348 * spam.el (spam-bsfilter-ham-switch): Fix typo.
3349 Thanks to Yoshihiko Yamada for kind notification of this typo.
3350
0d7c8ac4
KH
33512007-01-12 Kenichi Handa <handa@m17n.org>
3352
3353 * uudecode.el (uudecode-decode-region-internal): Make it work in a
3354 multibyte buffer.
651408cb
MB
3355
33562007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
3357
01c52d31
MB
3358 * gnus-score.el (gnus-score-fast-scoring): New variable.
3359 (gnus-score-headers): Use it.
3360
651408cb 3361 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
0d7c8ac4 3362
01c52d31
MB
3363 * message.el (message-cite-original-1): Call
3364 gnus-article-highlight-citation if requested.
60ece9b0 3365 (message-make-from): Allow name and address as optional arguments.
40e902eb 3366
01c52d31 3367 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
40e902eb 3368
01c52d31
MB
3369 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3370 bugs to doc string.
3371 (gnus-button-alist): Add mid\\|message-id.
3372 (gnus-button-fetch-group): Extend for use in
3373 `browse-url-browser-function'.
3374 (gnus-button-url-regexp): Try to catch paired parentheses like in
3375 Wikipedia URLs.
d84c3737 3376
01c52d31
MB
3377 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3378 Suggested by Simon Krahnke <overlord@gmx.li>.
d84c3737 3379
01c52d31 33802007-01-13 Romain Francoise <romain@orebokech.com>
ba361211 3381
01c52d31
MB
3382 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3383 Update copyright.
ba361211 3384
01c52d31 33852007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
ba361211 3386
01c52d31 3387 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
ba361211 3388
01c52d31 33892007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
ba361211 3390
01c52d31
MB
3391 * gnus-registry.el (gnus-registry-unfollowed-groups)
3392 (gnus-registry-split-fancy-with-parent): Fix documentation.
3393
33942007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3395
3396 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3397 from nnweb groups.
3398
33992006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3400
3401 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3402 Xref urls. Erase buffer before requesting head.
3403
3404 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3405
34062007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
3407
3408 * gnus-soup.el (gnus-soup): New custom group. Make user variables
3409 customizable.
3410
34112007-01-05 Daiki Ueno <ueno@unixuser.org>
3412
3413 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3414 no signing key is found.
3415 (mml2015-epg-encrypt): Ask user whether to skip or abort if
3416 no encrypting and/or signing key is found.
3417
34182007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
3419
3420 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3421
34222007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3423
3424 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3425 headers read from disk with the ones newly found in the current search.
3426 This should no longer cause problems, because the article numbers in
3427 Gmane's `nov.php' output are ignored since the previous change.
ba361211
MB
3428
34292007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3430
3431 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3432
34332007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
3434
3435 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3436
01c52d31
MB
34372007-01-01 Romain Francoise <romain@orebokech.com>
3438
3439 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3440
34412006-12-31 Steve Youngs <steve@sxemacs.org>
3442
3443 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3444 `define-minor-mode' macro definition expanded properly.
3445 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3446 exclude it there.
3447
3448 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3449 of 2006-12-30. The default is nil on (S)XEmacs already because of the
3450 `fboundp' test.
3451 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3452 This is OK to autoload in (S)XEmacs now.
3453
34542006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3455
3456 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3457 keystroke.
3458 (gnus-summary-limit-to-singletons): Fix typo.
3459
3460 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3461 else fails.
3462
db629244
MB
34632006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3464
01c52d31
MB
3465 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3466 docstring.
3467
3468 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3469 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3470 (gnus-summary-insert-dormant-articles): Fix typo in message.
3471
34722006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
3473
3474 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3475 nil for XEmacs.
3476 (gnus-message-citation-mode): Don't autoload in XEmacs.
3477
3478 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
db629244 3479
880820fe 34802006-12-29 Jouni K. Seppänen <jks@iki.fi>
11e95b02
MB
3481
3482 * nnimap.el (nnimap-expunge-search-string): Mention
3483 nnimap-search-uids-not-since-is-evil in docstring.
3484
34852006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
3486
3487 * spam.el: Revert to make-obsolete-variable because
3488 define-obsolete-variable-alias is not supported in Emacs 21.
3489
01c52d31
MB
3490 * spam.el (spam-ifile-path, spam-ifile-database-path)
3491 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3492 make-obsolete-variable.
3493 (spam-bsfilter-path, spam-bsfilter-program)
3494 (spam-spamassassin-path, spam-spamassassin-program)
3495 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
3496 use "path" inappropriately.
3497 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3498 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3499 variable names.
3500
11e95b02
MB
35012006-12-28 Daiki Ueno <ueno@unixuser.org>
3502
3503 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3504 summary buffer.
3505
01c52d31
MB
3506 * password.el (password-cache-remove): Use clear-string to burn
3507 password, if available.
11e95b02 3508
01c52d31
MB
35092006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3510
3511 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3512
3513 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3514
3515 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3516 (gnus-message-highlight-citation): Move defcustom here from
3517 gnus-cite.el.
3518 (gnus-message-citation-mode): Autoload.
3519
3520 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
3521 checks to make it compile with XEmacs.
3522 (gnus-message-citation-mode): New minor mode.
3523 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3524 (gnus-message-highlight-citation): New variables.
3525 (gnus-message-search-citation-line)
3526 (gnus-message-add-citation-keywords)
3527 (gnus-message-remove-citation-keywords)
3528 (turn-on-gnus-message-citation-mode)
3529 (turn-off-gnus-message-citation-mode): New functions.
3530
35312006-12-26 Oliver Scholz <epameinondas@gmx.de>
3532
3533 * gnus-cite.el: Enable highlighting of different citation levels in
3534 message-mode.
11e95b02
MB
3535
35362006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3537
3538 * message.el (message-make-fqdn): Fix comment.
3539 (message-bogus-system-names): Add ".local".
3540
3541 * spam.el (spam-ifile-path, spam-ifile-program)
3542 (spam-ifile-database-path, spam-ifile-database)
3543 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3544 Don't use "path" inappropriately.
3545 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3546 strings.
3547 (spam-check-ifile, spam-ifile-register-with-ifile)
3548 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3549 new variable names.
3550
3551 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3552 (gnus-treat-display-smileys): Simplify using
3553 gnus-image-type-available-p.
3554
3555 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3556 available.
3557
35582006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3559
3560 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3561 one after turning on the buffer's multibyteness instead of decoding
3562 them directly in the unibyte buffer that causes unexpected conversion
3563 in Emacs 23 (unicode).
3564
01c52d31
MB
35652006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3566
3567 * message.el (message-generate-hashcash): Fix custom type.
3568
35692006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3570
3571 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3572
9b9e104e
MB
35732006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3574
3575 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3576 disconnect icons. Add help text.
3577
01c52d31
MB
35782006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
3579
3580 * spam.el (spam-extra-header-to-number): CRM114 spam score is
3581 negated to be consistent with the others we handle.
3582
35832006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3584
3585 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3586 version of gnus-summary-buffer to something, so that we can use two
3587 article buffers at the same time.
3588
35892006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
3590
3591 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3592 trigger all the extra headers.
3593 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3594 sorting.
3595
35962006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3597
3598 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3599 solid groups.
3600
bcd3e063
MB
36012006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
3602
3603 * legacy-gnus-agent.el: Add Copyright notice.
3604
82e5f93f
CY
36052006-12-12 Chong Yidong <cyd@stupidchicken.com>
3606
3607 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3608
01c52d31
MB
36092006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3610
3611 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3612
3613 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3614 to make it work reliably in CVS Emacs.
3615 (gnus-summary-limit-strange-charsets-predicate)
3616 (gnus-summary-limit-to-predicate): New functions.
3617
f88e76a8
CY
36182006-12-08 Chong Yidong <cyd@stupidchicken.com>
3619
3620 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3621 specifying array size.
3622 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3623 array if it is too small.
3624 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3625 (gnus-sort-threads-loop): New function.
3626
e925d5ae 36272006-12-06 Chris Moore <dooglus@gmail.com>
04b61ae9
JB
3628
3629 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3630 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3631
880820fe 36322006-12-04 Jouni K. Seppänen <jks@iki.fi>
3aa84d30
MB
3633
3634 * mm-url.el (mm-url-predefined-programs): Call curl with correct
3635 options.
3636
01c52d31
MB
36372006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3638
3639 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3640 DOS-ing the recipient.
3641
3642 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3643 the headers when creating the mapping to avoid mismappings.
3644 (nnweb-gmane-create-mapping): Always nix out old mapping.
3645
36462006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3647
3648 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3649 and mm-verify-option to never.
3650
5538c331
MB
36512006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3652
01c52d31
MB
3653 * message.el (message-signed-or-encrypted-p): New function.
3654 (message-forward-make-body): Use it.
3655
3656 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3657 Replace encode-coding-string with mm-encode-coding-string.
5538c331
MB
3658
36592006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
3660
3661 * nneething.el (nneething-decode-file-name): Replace
3662 decode-coding-string with mm-decode-coding-string.
3663
01c52d31
MB
3664 * gnus-int.el (gnus-open-server): Say failed server's name.
3665
550831ed
JB
36662006-11-24 Juanma Barranquero <lekktu@gmail.com>
3667
3668 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3669 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3670
3671 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3672 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3673 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3674 (gnus-group-make-directory-group, gnus-group-transpose-groups):
3675 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3676 (gnus-subscribe-newsgroup, gnus-1):
3677 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3678 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3679 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3680 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3681
01c52d31
MB
36822006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3683
3684 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3685 keystroke.
3686 (gnus-summary-limit-to-bodies): Implement headersp.
3687
36882006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3689
3690 * dns.el (query-dns): Protect against "Process dns deleted" strings.
3691
e8f0f70d
MB
36922006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
3693
3694 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3695
01c52d31
MB
36962006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3697
3698 * message.el (message-generate-hashcash): Expand range of values to
3699 include `opportunistic'.
3700 (message-send-mail): Use it.
3701
b07e0143
MB
37022006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3703
3704 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3705 and comment it.
3706
3707 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3708
4573e0df
MB
37092006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
3710
3711 * gnus-util.el (gnus-extract-address-components): Improve comment.
3712
37132006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3714
3715 * gnus-util.el (gnus-extract-address-components): Work with address in
3716 which the name portion contains @.
3717
37182006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3719
3720 * gnus.el (gnus-start): Move custom group up.
3721 (gnus-select-method): Don't autoload, but make it available for
3722 `customize-variable'.
3723 (gnus-getenv-nntpserver): Don't autoload.
3724
01c52d31
MB
37252006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
3726
3727 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3728
37292006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3730
3731 * message.el (message-sendmail-extra-arguments): New variable.
3732 (message-send-mail-with-sendmail): Use it.
3733
4573e0df
MB
37342006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3735
3736 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3737 mm-with-unibyte-current-buffer to make string unibyte.
3738
3739 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3740 mm-string-as-multibyte.
3741
01c52d31
MB
37422006-11-14 Daiki Ueno <ueno@unixuser.org>
3743
3744 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3745 Reported by Werner Koch <wk@gnupg.org>.
3746
37472006-11-14 Daiki Ueno <ueno@p360>
3748
3749 * mml2015.el: Autoload epa-select-keys when compiling.
3750
37512006-11-13 Daiki Ueno <ueno@unixuser.org>
3752
3753 * mml2015.el (mml2015-epg-sign): Save the signing keys in
3754 message-options.
3755 (mml2015-epg-encrypt): Save the recipient keys in message-options.
3756
37572006-11-13 Daiki Ueno <ueno@unixuser.org>
3758
3759 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3760 EasyPG (< 0.0.6).
3761 (mml2015-always-trust): New user option.
3762 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3763 prompt.
3764
37652006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3766
3767 * nntp.el (nntp-authinfo-force): New variable.
3768 (nntp-send-authinfo): Use it.
3769
4573e0df
MB
37702006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
3771
01c52d31
MB
3772 * message.el (message-strip-subject-encoded-words): Allow _not_ to
3773 decode encoded words. Improve prompt. Add comment about forwarding.
3774 (message-replacement-char): Move up.
4573e0df
MB
3775
37762006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3777
3778 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3779 instead of gnus-intersection because arguments of gnus-sorted-nunion
3780 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
3781
01c52d31
MB
37822006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
3783
3784 * message.el (message-strip-subject-encoded-words): Reformat prompt.
3785 (message-simplify-subject-functions): Enable
3786 message-strip-subject-encoded-words by default.
3787
37882006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
3789
3790 * message.el (message-strip-subject-encoded-words): New function
3791 (message-simplify-subject-functions): New variable.
3792 (message-simplify-subject): Use it. Fix typo in doc string.
3793 Support message-strip-subject-encoded-words.
3794
06856b12
JB
37952006-11-03 Juanma Barranquero <lekktu@gmail.com>
3796
3797 * gnus-diary.el (gnus-diary-delay-format-function):
3798 * nndiary.el (nndiary-reminders):
3799 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3800
b193caa3
MB
38012006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
3802
3803 * gnus-art.el (article-hide-boring-headers): Fetch date from
3804 gnus-original-article-buffer to avoid problems with localized date
3805 strings.
3806
38072006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
3808
3809 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3810
ab785936
MB
38112006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
3812
06856b12
JB
3813 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3814 New variables.
ab785936
MB
3815 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3816 (mm-charset-synonym-alist): Move some entries to
3817 mm-codepage-iso-8859-list.
3818 (mm-charset-synonym-alist, mm-charset-override-alist): Add
3819 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3820
b90a6149
MB
38212006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3822
3823 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3824
38252006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
3826
3827 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3828 with Emacs 21 and XEmacs.
3829
01c52d31
MB
38302006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
3831
3832 * spam.el (spam-parse-address): New function for better parsing,
3833 catching errors, etc.
3834 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3835
b90a6149
MB
38362006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
3837
3838 * mm-view.el: Add interactive arg to html2text autoload.
3839
38402006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
3841
3842 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3843
01c52d31
MB
38442006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
3845
3846 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3847 variables.
3848 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3849 (mm-charset-synonym-alist): Move some entries to
3850 mm-codepage-iso-8859-list.
3851
3852 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3853
38542006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
3855
3856 * message.el (message-citation-line-format)
3857 (message-insert-formated-citation-line): Fix implementation of %E, %N
3858 and %n according to the doc string.
3859
38602006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
3861
3862 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3863 car-safe to avoid bad parses.
3864
c86d4601
MB
38652006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3866
3867 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3868 names.
3869
3870 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3871
38722006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3873
01c52d31
MB
3874 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3875 header.
3876
3877 * message.el (message-draft-headers): Add Date.
3878 (message-headers-to-generate): Fix typo in docstring.
3879
3880 * nndraft.el (nndraft-required-headers): New variable.
3881 (nndraft-generate-headers): Use it.
3882
3883 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3884
38852006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3886
3887 * gnus-registry.el (gnus-registry-wash-for-keywords)
3888 (gnus-registry-find-keywords): New functions to allow easy searching of
3889 articles that are in the registry.
3890
38912006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3892
3893 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3894 ietf-drums-parse-address instead of gnus-extract-address-components.
3895 Reported by Damien Elmes <damien@repose.cx>.
c86d4601
MB
3896
38972006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
3898
3899 * gnus.el (gnus-mime): Remove unused custom group.
3900
92edaeed
MB
39012006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3902
3903 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
3904 "blank line" when searching for end of armor headers.
3905
39062006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3907
3908 * gmm-utils.el (gmm-write-region): Fix variable name.
3909
39102006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
3911
3912 * gmm-utils.el (gmm-write-region): New function based on compatibility
3913 code from `mm-make-temp-file'.
3914
3915 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
3916
3917 * nnmaildir.el (nnmaildir--update-nov)
3918 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
3919 Use `gmm-write-region'.
3920
996aa8c1
MB
39212006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
3922
01c52d31
MB
3923 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
3924 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3925
3926 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
3927
3928 * message.el (message-replacement-char): New variable.
3929 (message-fix-before-sending): Use it.
3930 (message-simplify-subject): New function to remove duplicate code.
3931 (message-reply, message-followup): Use it.
3932
996aa8c1
MB
3933 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
3934 gnus-summary-limit-to-articles.
3935
01c52d31 39362006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
996aa8c1 3937
01c52d31 3938 * gnus-util.el (gnus-with-local-quit): New macro.
996aa8c1 3939
01c52d31 3940 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
996aa8c1 3941
01c52d31 39422006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 3943
01c52d31
MB
3944 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
3945 ignore non-string data.
996aa8c1 3946
01c52d31 39472006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 3948
01c52d31
MB
3949 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
3950 non-string data (needs to be done in the registry too).
996aa8c1 3951
01c52d31 39522006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 3953
01c52d31
MB
3954 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
3955 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
3956 (gnus-registry-split-fancy-with-parent)
3957 (gnus-registry-fetch-simplified-message-subject-fast)
3958 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
3959 Remove text properties on ingress into the registry and when it's saved.
3960 (gnus-registry-clean-empty-function): Fix bug with cleaning the
3961 registry from entries with no groups.
996aa8c1 3962
01c52d31 39632006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 3964
01c52d31
MB
3965 * gnus-util.el (gnus-string-remove-all-properties): Add utility
3966 function to remove string properties.
996aa8c1 3967
67099291
MB
39682006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
3969
3970 * gmm-utils.el (gmm): Adjust custom version.
3971
3972 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
3973 custom version.
3974
3975 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
3976
01c52d31
MB
39772006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
3978
3979 * gnus-art.el (gnus-insert-prev-page-button)
3980 (gnus-insert-next-page-button): Simplify. Reformat.
3981
39822006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3983
3984 * gnus-art.el (gnus-insert-prev-page-button)
3985 (gnus-insert-next-page-button): Apply gnus-article-button-face.
3986
94019f61
CY
39872006-09-25 Chong Yidong <cyd@stupidchicken.com>
3988
3989 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
3990
01c52d31
MB
39912006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3992
3993 (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
3994 gnus-article-button-face to MIME and security buttons.
3995
39962006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
3997
3998 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
3999 readable.
4000
40012006-09-20 Steve Youngs <steve@sxemacs.org>
4002
4003 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
4004 `browse-url-of-file' instead of `browse-url'.
4005
0327a464
MB
40062006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4007
4008 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4009 regexp. Articles containing quotation were cut prematurely.
4010
40112006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
4012
01c52d31
MB
4013 * message.el (message-cite-original-1): Use nobody by default for the
4014 value of From header.
0327a464
MB
4015 (message-reply): Ditto.
4016
01c52d31
MB
40172006-09-11 Daiki Ueno <ueno@unixuser.org>
4018
4019 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4020 to the gnus-info. This fixes a bug of inline-PGP message verification.
4021 Reported by Michael Piotrowski <mxp@dynalabs.de>.
4022
b110774a
MB
40232006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
4024
4025 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4026 mails in the doc string. Add some URLs in comment.
01c52d31 4027 (pop3-movemail): Warn about pop3-leave-mail-on-server.
b110774a
MB
4028
40292006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
4030
4031 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4032 backslashes handling and the way to find boundaries of quoted strings.
4033
01c52d31
MB
40342006-09-07 Daiki Ueno <ueno@unixuser.org>
4035
4036 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4037 mml1991-encrypt-to-self is set and mml1991-signers is not set.
4038 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4039 mml2015-encrypt-to-self is set and mml2015-signers is not set.
4040
676c1893
RS
40412006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
4042
01c52d31
MB
4043 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
4044 doc string.
4045 (gnus-button-regexp, gnus-button-last): Remove unused variables.
4046
40472006-09-06 Simon Josefsson <jas@extundo.com>
4048
4049 * mml2015.el (mml2015-use): Doc fix, mention epg.
4050
40512006-09-06 Daiki Ueno <ueno@unixuser.org>
4052
4053 * mml2015.el (mml2015-use): Default to epg, if available.
4054
40552006-09-06 Daiki Ueno <ueno@unixuser.org>
4056
4057 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4058 message-sender.
4059 (mml1991-epg-encrypt): Ditto.
4060 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4061 message-sender.
4062 (mml2015-epg-encrypt): Ditto.
676c1893 4063
de4fbbe4
CY
40642006-09-04 Chong Yidong <cyd@stupidchicken.com>
4065
4066 * message.el (message-send-mail-with-sendmail): Look for sendmail in
4067 several common directories.
4068
01c52d31
MB
40692006-09-05 Daiki Ueno <ueno@unixuser.org>
4070
4071 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4072 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4073
d7093904
MB
40742006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
4075
8fbdffe5
MB
4076 * gnus-art.el (article-decode-encoded-words): Make it fast.
4077
40782006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
4079
4080 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4081
d7093904
MB
4082 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4083 in quoted string into `\'.
4084
343d6628
MB
40852006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4086
4087 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4088 Use standard-syntax-table.
4089
40902006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4091
4092 * gnus-art.el (gnus-decode-address-function): New variable.
4093 (article-decode-encoded-words): Use it to decode headers which are
4094 assumed to contain addresses.
4095 (gnus-mime-delete-part): Remove useless `or'.
4096
4097 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4098 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4099 (gnus-nov-parse-line): Use it to decode From header.
4100 (gnus-get-newsgroup-headers): Ditto.
4101 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4102
4103 * mail-parse.el (mail-decode-encoded-address-region): New alias.
4104 (mail-decode-encoded-address-string): New alias.
4105
4106 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4107 New function.
4108 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4109 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4110 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4111 (rfc2047-decode-string): Ditto.
4112 (rfc2047-decode-address-region): New function.
4113 (rfc2047-decode-address-string): New function.
4114
01c52d31
MB
41152006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
4116
4117 * message.el (message-caesar-buffer-body): Allow rotating headers.
4118
4119 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4120
4121 * message.el (message-insert-formated-citation-line): Fix %f.
4122 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4123
41242006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
4125
4126 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4127 (gnus-bookmark-mouse-available-p): New macro.
4128 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4129 (gnus-bookmark-bmenu-show-infos): Use it.
4130 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4131 (gnus-bookmark-bmenu-hide-infos): Ditto.
4132 (gnus-bookmark-remove-properties): New function.
4133 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4134 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4135 (gnus-bookmark-write-file): Bind coding-system-for-write.
4136 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4137 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4138 group before selecting it.
4139 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4140 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4141 quit-window if it is not available; use gnus-mouse-2 and bind it to
4142 gnus-bookmark-bmenu-select-by-mouse.
4143 (gnus-bookmark-show-details): Remove unused variable `details-list'.
4144 (gnus-bookmark-bmenu-select-by-mouse): New function.
6c5d6b6c 4145
5dab7628
RF
41462006-08-13 Romain Francoise <romain@orebokech.com>
4147
4148 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4149 space.
4150
5ebdc299
MB
41512006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4152
4153 * compface.el (uncompface): Use binary rather than raw-text-unix.
4154
41552006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4156
4157 * compface.el (uncompface): Make sure the eol conversion doesn't take
4158 place when communicating with the external programs. Reported by
4159 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4160
41612006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
4162
4163 * nnheader.el (nnheader-insert-head): Fix typo in comment.
4164
41652006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4166
4167 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4168 Make it more robust by parsing author and date independently.
4169
ebf693f3
MB
41702006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
4171
4172 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4173
01c52d31
MB
41742006-07-28 Daiki Ueno <ueno@unixuser.org>
4175
4176 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4177 first matching secret key.
4178 (mml2015-epg-encrypt): Ditto.
4179
4180 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4181 first matching secret key.
4182 (mml1991-epg-encrypt): Ditto.
4183
4184 * mml2015.el (mml2015-encrypt-to-self): New user option.
4185 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4186 mml2015-epg-encrypt-to-self is set.
4187
4188 * mml1991.el (mml1991-encrypt-to-self): New variable.
4189 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4190 mml1991-epg-encrypt-to-self is set.
4191
4192 * mml2015.el (mml2015-signers): New user option.
4193 (mml2015-epg-sign): Reflect the value of mml2015-signers.
4194 (mml2015-epg-encrypt): Allow to select signing keys.
4195
4196 * mml1991.el (mml1991-signers): New variable.
4197 (mml1991-epg-sign): Reflect the value of mml1991-signers.
4198 (mml1991-epg-encrypt): Allow to select signing keys.
4199
ebf693f3
MB
42002006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
4201
4202 * nnheader.el (nnheader-insert-head): Make it work even if the file
4203 uses CRLF for the line-break code.
4204
01c52d31
MB
42052006-07-25 Daiki Ueno <ueno@unixuser.org>
4206
4207 * mml2015.el: Require mml-sec instead of password.
4208 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4209 (mml2015-cache-passphrase): Inherit the default value from
4210 mml-secure-cache-passphrase.
4211 (mml2015-passphrase-cache-expiry): Inherit the default value from
4212 mml-secure-passphrase-cache-expiry.
4213
4214 * mml1991.el: Require mml-sec instead of password.
4215 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4216 (mml1991-cache-passphrase): Inherit the default value from
4217 mml-secure-cache-passphrase.
4218 (mml1991-passphrase-cache-expiry): Inherit the default value from
4219 mml-secure-passphrase-cache-expiry.
4220
4221 * mml-sec.el: Require password.
4222 (mml-secure-verbose): New user option.
4223 (mml-secure-cache-passphrase): New user option.
4224 (mml-secure-passphrase-cache-expiry): New user option.
4225
42262006-07-24 Daiki Ueno <ueno@unixuser.org>
4227
4228 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4229 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
880820fe 4230 andreas@altroot.de (Andreas Vögele).
01c52d31
MB
4231
4232 FIXME: Use `tiny change'?
4233
bd876f90
MB
42342006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4235
4236 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4237 workaround for the url package included with Emacs.
4238
4239 * nnweb.el (nnweb-google-create-mapping): Update regexp.
4240
01c52d31
MB
42412006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
4242
4243 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4244 correctly. This fixes a bug caused by the 2006-05-12 change.
4245
06dc8321
KF
42462006-07-18 Karl Fogel <kfogel@red-bean.com>
4247
4248 * nnmail.el (nnmail-article-group): If splitting raises an error, give
4249 some information about the error when saying that the `bogus' mail
4250 group will be used.
4251
7ce31649
MB
42522006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
4253
4254 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4255 string.
4256
b44409c9
MB
42572006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
4258
4259 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4260
763bb2d4
MB
42612006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4262
4263 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4264
01c52d31
MB
42652006-07-10 Daiki Ueno <ueno@unixuser.org>
4266
4267 * mml1991.el (mml1991-function-alist): Add epg.
4268 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4269 (mml1991-epg-encrypt): New functions.
4270
42712006-07-10 Daiki Ueno <ueno@unixuser.org>
4272
4273 * mml2015.el (mml2015-verbose): New variable.
4274 (mml2015-cache-passphrase): Ditto.
4275 (mml2015-passphrase-cache-expiry): Ditto.
4276 (mml2015-function-alist): Add epg.
4277 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4278 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4279 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4280 functions.
4281
42822006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4283
4284 * message.el (message-cite-original-1): Preserve region when removing
4285 quoted text due to X-No-Archive in order to avoid bogus attribution
4286 when citing multiple messages.
4287
42882006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4289
4290 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
4291 Kenneth Jacker <khj@be.cs.appstate.edu>.
4292
827dc73d
MB
42932006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
4294
4295 * gnus-diary.el (gnus-user-format-function-d)
4296 (gnus-user-format-function-D): Autoload.
4297
01c52d31 4298 * imap.el (Commentary): Fix typo.
827dc73d 4299
01c52d31
MB
4300 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4301 2006-04-22 contribution.
4302
43032006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4304
4305 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4306 It didn't really fix the bogosity I'm seeing with solid web groups.
4307
43082006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4309
4310 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4311 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4312 created using server names. If we use the feature without declaring
4313 it, Gnus does not properly manage server and group state.
4314
4315 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4316 bound.
4317
43182006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4319
4320 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4321 looking up the method using GROUP's prefix before inventing a new one.
4322 It is used on killed/unknown groups in various places where returning
4323 an all-new method isn't expected by the caller.
4324
4325 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4326 and match semantics of gnus-group-real-prefix.
4327
43282006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
4329
4330 * nnmail.el (nnmail-broken-references-mailers): New variable.
4331 (nnmail-ignore-broken-references): New function generalizing
4332 nnmail-fix-eudora-headers.
4333 (nnmail-fix-eudora-headers): Now obsolete.
4334
4335 * gnus-art.el (gnus-button-handle-custom): Support
4336 `customize-apropos*'.
4337
43382006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4339
4340 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4341
4342 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4343 articles.
4344
43452006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
4346
4347 * message.el (message-cite-reply-above): New variable.
4348 (message-yank-original): Use it.
827dc73d 4349
a367620f
MB
43502006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
4351
4352 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4353
01c52d31
MB
43542006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
4355
4356 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4357 as read.
4358
4359 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4360
43612006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
4362
4363 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4364 (gnus-bookmark-default-file): Use gnus-directory.
4365 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4366 Remove "*" in doc string.
4367 (gnus-bookmark-write-file): Simplify.
4368 (gnus-bookmark-maybe-sort-alist): Use `when'.
4369 (gnus-bookmark-get-bookmark): Fix typo in doc string.
4370 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4371 FIXME about Emacs 21 and XEmacs compatibility.
4372 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4373 compatibility.
4374 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4375 compatibility.
4376 (gnus-bookmark-menu-heading): Fix version.
4377
43782006-06-19 Bastien Guerry <bzg@altern.org>
4379
4380 * gnus-bookmark.el: New file.
4381
5cfd0f2e
MB
43822006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
4383
4384 * message.el (message-syntax-checks): Doc fix.
4385
01c52d31
MB
43862006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4387
4388 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4389 unsubscribed groups as if they were killed ones. It causes duplicate
4390 entries in gnus-newsrc-alist.
4391
f362b760
MB
43922006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
4393
4394 * message.el (message-syntax-checks): Doc fix.
4395 (message-send-mail): Add check for continuation headers.
4396 (message-check-news-header-syntax): Fix regexp used to check for
4397 continuation headers.
4398
43992006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
4400
4401 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4402
01c52d31
MB
44032006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
4404
4405 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4406
44072006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
4408
4409 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4410 default-truncate-lines.
4411
26c9afc3
MB
44122006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
4413
4414 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4415 to fill the utf-8 entry.
4416
01c52d31 44172006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
26c9afc3 4418
01c52d31
MB
4419 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4420
44212006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
4422
4423 * gnus-agent.el (directory-files-and-attributes): Move all the way
4424 forward (the third and final move).
4425 (gnus-agent-read-agentview): Trap reconstruction errors due to
4426 nonexistant directory. Handle by returning nil.
4427
44282006-05-30 Didier Verna <didier@xemacs.org>
4429
4430 * message.el (message-dont-reply-to-names): Update the custom type.
4431 * message.el (message-dont-reply-to-names): New defsubst: potentially
4432 convert a list of regexps into a single one.
4433 * message.el (message-get-reply-headers): Use it.
4434 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4435
44362006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
4437
4438 * gnus-agent.el (directory-files-and-attributes): Move forward.
26c9afc3
MB
4439
44402006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4441
4442 * gnus-ml.el (gnus-mailing-list-subscribe)
4443 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4444 (gnus-mailing-list-message): Fix doc strings.
4445
44462006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4447
4448 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4449 of doing it manually.
4450
01c52d31
MB
44512006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4452
4453 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4454 comment.
4455
26c9afc3
MB
44562006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
4457
002876ab 4458 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
01c52d31 4459 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
26c9afc3
MB
4460 (gnus-agent-read-local): All symbols allocated in my-obarray
4461 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4462 (gnus-agent-regenerate-group): Check numeric names to see if they are
4463 messages or groups.
01c52d31
MB
4464 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4465 better way of do this...)
4466
4467 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4468 'dummy.group' (there should be a better way of do this...)
26c9afc3
MB
4469
44702006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
4471
4472 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4473 (gnus-saved-headers): Ditto.
01c52d31 4474 (gnus-default-article-saver): Mention functions may have properties.
26c9afc3
MB
4475 (gnus-article-save): Override gnus-save-all-headers and
4476 gnus-saved-headers by :headers property which saver function may have.
01c52d31
MB
4477 (gnus-summary-save-in-file): Add :headers property.
4478 (gnus-summary-write-to-file): Ditto.
4479
4480 * gnus-sum.el (gnus-summary-save-article): Bind
4481 gnus-prompt-before-saving to t when saving many articles in a file;
4482 always show all headers.
4483
44842006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4485
4486 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4487 marks.
4488
4489 * message.el (message-indent-citation): Add optional arguments to allow
4490 using it outside of message buffers.
4491
4492 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4493 (gnus-article-treat-unfold-headers): Use it.
4494 (gnus-article-truncate-lines): New variable.
4495 (gnus-article-mode): Use it.
4496 (gnus-article-toggle-truncate-lines): New function.
4497
4498 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4499 gnus-article-toggle-truncate-lines.
4500
4501 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4502 coding system in XEmacs, use binary.
4503
45042006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
4505
4506 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4507 after-load-alist.
4508
4509 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4510 this function should save decoded articles.
4511 (gnus-summary-write-to-file): Use property to specify this function
4512 should save decoded articles and specify gnus-summary-save-in-file
4513 should be used to save articles other than the first one when saving
4514 many articles.
4515 (gnus-summary-save-body-in-file): Use property to specify this
4516 function should save decoded articles.
4517 (gnus-summary-write-body-to-file): Use property to specify this
4518 function should save decoded articles and specify
4519 gnus-summary-save-body-in-file should be used to save articles other
4520 than the first one when saving many articles.
4521
4522 * gnus-sum.el (gnus-summary-save-article): Simplify.
4523
45242006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
4525
4526 * gnus-art.el (gnus-default-article-saver): Add
4527 gnus-summary-write-body-to-file.
4528 (gnus-article-save-coding-system): Don't use coding system object
4529 in XEmacs.
26c9afc3
MB
4530 (gnus-read-save-file-name): Add optional `dir-var' argument which
4531 specifies directory in which files are saved; work even if optional
4532 `variable' argument is not specified.
01c52d31
MB
4533 (gnus-summary-write-to-file): Read file name.
4534 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4535 (gnus-summary-write-body-to-file): New function.
26c9afc3
MB
4536
4537 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4538 (gnus-summary-local-variables): Add it.
4539 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
01c52d31
MB
4540 (gnus-summary-save-article): Remove optional `decode' argument;
4541 determine whether to decode articles by the value of
4542 gnus-default-article-saver; when saving many files using
4543 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4544 it first and use gnus-summary-save-in-file or
4545 gnus-summary-save-body-in-file thereafter unless
4546 gnus-prompt-before-saving is always; move point to article which
4547 will be saved.
4548 (gnus-summary-save-article-file): Revert.
4549 (gnus-summary-write-article-file): Revert.
4550 (gnus-summary-save-article-body-file): Revert.
26c9afc3
MB
4551 (gnus-summary-write-article-body-file): New function.
4552
45532006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4554
01c52d31 4555 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
26c9afc3 4556
01c52d31 45572006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
26c9afc3 4558
01c52d31
MB
4559 * gnus-art.el (gnus-default-article-saver): Doc fix.
4560 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4561 from gnus-summary-save-article-coding-system, and default to a
4562 certain coding system.
4563 (gnus-output-to-file): Add coding cookie and encode text according
4564 to gnus-article-save-coding-system; don't use mm-append-to-file.
26c9afc3 4565
01c52d31
MB
4566 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4567 gnus-art.el and rename to gnus-article-save-coding-system.
4568 (gnus-summary-save-article): Require gnus-art; don't show all
4569 headers if it decodes articles; don't add coding cookie here;
4570 don't bind mm-text-coding-system-for-write.
4571 (gnus-summary-save-article-file): Save decoded articles.
4572 (gnus-summary-write-article-file): When saving many files, use
4573 gnus-summary-write-to-file first and gnus-summary-save-in-file
4574 thereafter unless gnus-prompt-before-saving is always.
4575 (gnus-summary-save-article-body-file): Save decoded articles.
26c9afc3 4576
01c52d31 45772006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
26c9afc3 4578
01c52d31 4579 * nnrss.el (nnrss-check-group): Bind hash-index.
26c9afc3 4580
880820fe 45812006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
01c52d31
MB
4582
4583 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4584 its hash index. Store this hash in `nnrss-group-data'.
4585 (nnrss-read-group-data): Update accordingly.
4586
45872006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4588
4589 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4590 entry.
4591
4592 * gnus-sum.el (gnus-summary-make-menu-bar): Add
4593 gnus-article-browse-html-article.
4594
45952006-05-23 Hynek Schlawack <hynek@ularx.de>
4596
4597 * gnus-sum.el (gnus-summary-mime-map): Add
4598 gnus-article-browse-html-article.
45992006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4600
4601 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4602 suitable coding systems in customize.
4603
46042006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4605
4606 * mail-source.el (mail-sources): Fix custom type.
26c9afc3 4607
d7ba2a01
RS
46082006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
4609
f18df03d
MB
4610 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4611 (gnus-summary-expire-articles-now): Shorten prompt.
4612
d7ba2a01
RS
4613 * gmm-utils.el (wid-edit): Require.
4614 (defun-gmm): Renamed from `gmm-defun-compat'.
4615 (gmm-image-search-load-path): Use it.
4616 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
4617
01c52d31
MB
46182006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
4619
4620 * gnus-sum.el (gnus-summary-save-article-coding-system): New
4621 variable.
4622 (gnus-summary-save-article): Add optional `decode' argument. If
4623 it is set and gnus-summary-save-article-coding-system is non-nil,
4624 save decoded article.
4625 (gnus-summary-write-article-file): Save decoded article if
4626 gnus-summary-save-article-coding-system is non-nil.
4627
4628 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4629 type.
4630
46312006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4632
4633 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4634
46352006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4636
4637 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4638 first to test gnus-single-article-buffer which may be buffer-local.
4639
4640 * gnus-sum.el (gnus-summary-setup-buffer): Make
4641 gnus-single-article-buffer buffer-local and nil in ephemeral
4642 group; make gnus-article-buffer, gnus-article-current, and
4643 gnus-original-article-buffer always buffer-local.
4644 (gnus-summary-exit): Kill article buffer belonging to ephemeral
4645 group.
4646 (gnus-handle-ephemeral-exit): Don't move to next summary line.
4647
46482006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
4649
4650 * nnml.el (nnml-request-compact-group): Compressed files might not
4651 have .gz extension.
4652
54e573e6
MB
46532006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4654
4655 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4656 (mm-copy-to-buffer): Use with-current-buffer.
4657 (mm-display-part): Simplify.
4658 (mm-inlinable-p): Add optional arg `type'.
4659
01c52d31
MB
46602006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4661
49c7d1ac 4662 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
54e573e6
MB
4663 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4664 Try harder to show the attachment internally or externally using
4665 gnus-mime-view-part-as-type.
4666
01c52d31 46672006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
54e573e6 4668
01c52d31
MB
4669 * message.el (message-from-style, message-signature-separator)
4670 (message-user-organization-file, message-send-mail-function)
4671 (message-citation-line-function, message-yank-prefix)
4672 (message-indent-citation-function, message-signature)
4673 (message-signature-file, message-signature-insert-empty-line):
4674 Remove autoloads.
4675
4676 * gnus-art.el (gnus-buttonized-mime-types): Remove
4677 "multipart/signed". Revert 2006-04-26 change.
4678
46792006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4680
4681 * gnus.el (gnus-version-number): Bump version.
4682
46832006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4684
4685 * gnus.el: No Gnus v0.5 is released.
4686
46872006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4688
4689 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4690 fetching articles by message-id.
4691
46922006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4693
4694 * message.el (hashcash): Require hashcash as normal.
4695
4696 * ecomplete.el (ecomplete-highlight-match-line): Use
4697 point-at-eol.
4698 (ecomplete-highlight-match-line): Use `highlight', because that
4699 face exists in both Emacs and XEmacs.
4700
4701 * message.el (message-display-abbrev): Use point-at-bol.
4702
4703 * mail-source.el: Don't require timer/timer-funcs.
4704
4705 * gnus-async.el: Ditto.
4706
4707 * password.el: Ditto.
4708
4709 * mm-url.el: Ditto.
4710
4711 * mm-util.el: Require timer/timer-funcs.
4712
47132006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4714
4715 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4716 Close.
54e573e6 4717
9606f1cb
MB
47182006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
4719
4720 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4721 unibyte after clear-decrypt function runs.
4722
4723 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4724 returns as a unibyte string.
4725
305452a5
MB
47262006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
4727
305452a5
MB
4728 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4729 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4730 (mml1991-pgg-encrypt): Ditto.
4731
0565caeb
MB
47322006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
4733
01c52d31
MB
4734 * message.el (message-user-organization-file): Check several
4735 locations of the organization file.
0565caeb 4736
01c52d31
MB
4737 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4738 Add gnus-article-view-part-as-type.
0565caeb 4739
01c52d31 4740 * gnus-art.el (gnus-article-view-part-as-type): New function.
0565caeb
MB
4741
4742 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4743 .mobi and .travel. Remove .nato, .bitnet and .uucp.
0565caeb 4744
01c52d31
MB
4745 * mml.el: Simplify autoload.
4746 (mml-mode): defvar dnd-protocol-alist instead of using
4747 symbol-value.
4748 (mml-default-directory): New variable.
4749 (mml-minibuffer-read-file): Use it.
4750 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4751
4752 * message.el (message-citation-line-format): New variable.
4753 (message-insert-formated-citation-line): New function.
4754 (message-citation-line-function): Add
4755 `message-insert-formated-citation-line' to custom type.
4756
4757 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4758 to doc string.
4759
4760 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4761 depending on mm-verify-option.
0565caeb 4762
305452a5
MB
47632006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
4764
4765 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4766 binding pgg-* variables; reimplement the section which prevents
4767 MIME header from being signed.
4768 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4769 pgg-text-mode; remove a blank line at the top of body.
4770
4771 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4772 lines at the top of body; use gnus-newsgroup-charset if there's no
4773 Charset header.
4774
0565caeb
MB
47752006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
4776
01c52d31
MB
4777 * message.el (message-self-insert-commands): Doc fix.
4778
0565caeb
MB
4779 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4780 (mm-uu-pgp-encrypted-test): Ditto.
4781 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4782 between header and body; return application/pgp-encrypted handle
4783 if decryption failed; decode decrypted body by charset.
4784
4785 * mm-decode.el (mm-automatic-display): Don't make application/pgp
4786 element match to application/pgp-*.
4787
01c52d31
MB
47882006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4789
4790 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4791 HTML.
4792
47932006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4794
4795 * mail-source.el (mail-source-call-script): Message the error
4796 string.
4797
47982006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4799
4800 * gnus-util.el (gnus-byte-compile): Use it.
4801
002876ab 48022006-04-22 xyblor <fake@invalid.email> (tiny change)
01c52d31
MB
4803
4804 * gnus-util.el (kill-empty-logs): New function.
4805
48062006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4807
4808 * message.el (message-mail-alias-type): Doc fix.
4809 (message-mail-alias-type-p): New function.
4810 (message-send): Use it.
4811 (message-mode): Ditto.
4812 (message-strip-forbidden-properties): Ditto.
4813
4814 * ecomplete.el (ecomplete-database-file-coding-system): New
4815 variable.
4816 (ecomplete-save): Use it.
4817 (ecomplete-setup): Use it.
4818
48192006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
4820
4821 * message.el (message-self-insert-commands): New variable.
4822 (message-strip-forbidden-properties): Use it.
4823
48242006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4825
4826 * message.el (message-put-addresses-in-ecomplete): Use a regexp
4827 that doesn't make XEmacs choke.
4828
f67d6742
MB
48292006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
4830
49c7d1ac
SM
4831 * gnus-util.el (gnus-replace-in-string):
4832 Prefer replace-regexp-in-string over of replace-in-string.
f67d6742
MB
4833
48342006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4835
49c7d1ac
SM
4836 * gnus-util.el (gnus-select-frame-set-input-focus):
4837 Use select-frame-set-input-focus if it is available in XEmacs; use
f67d6742
MB
4838 definition defined in Emacs 22 for old Emacsen.
4839
01c52d31 48402006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
18c06a99 4841
01c52d31 4842 * mm-view.el (mm-inline-text): Use equal instead of equalp.
bd29ba20 4843
01c52d31 48442006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bd29ba20 4845
01c52d31
MB
4846 * gnus-registry.el (gnus-registry-cache-save): Remove text
4847 properties when saving via the temp buffer.
bd29ba20 4848
01c52d31 48492006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
18c06a99 4850
01c52d31 4851 * message.el (message-generate-hashcash): Honor custom type.
18c06a99 4852
01c52d31 48532006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18c06a99 4854
01c52d31
MB
4855 * message.el (message-generate-hashcash): Default to non-nil when
4856 hashcash is found.
18c06a99 4857
01c52d31
MB
4858 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
4859 (gnus-refer-thread-limit): Increase default to 500.
e4a89ccf 4860
01c52d31 4861 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
e4a89ccf 4862
01c52d31 4863 * flow-fill.el (fill-flowed): Allow delete-space.
e4a89ccf 4864
01c52d31 48652006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
e4a89ccf 4866
01c52d31
MB
4867 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4868 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
4869 Remove autoloads.
163cb72d 4870
01c52d31 48712006-04-18 Simon Josefsson <jas@extundo.com>
163cb72d 4872
01c52d31 4873 * message.el (message-generate-hashcash): Default to.
163cb72d 4874
01c52d31 48752006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
163cb72d 4876
01c52d31
MB
4877 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4878 concatenating segments rather than before concatenating them.
163cb72d 4879
01c52d31 48802006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14e6dc54 4881
01c52d31 4882 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14e6dc54 4883
01c52d31
MB
4884 * imap.el (imap-quote-specials): New function.
4885 (imap-login-auth): Quote specials.
14e6dc54 4886
01c52d31 48872006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14e6dc54 4888
01c52d31 4889 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14e6dc54 4890
01c52d31
MB
4891 * message.el (message-forward-make-body-plain): Allow
4892 message-forward-ignored-headers to be a list.
4893 (message-remove-ignored-headers): Factor out into function.
4894 (message-forward-make-body-mml): Use it.
4895 * rfc2231.el (rfc2231-parse-string): Remove dead code.
4896 (rfc2231-parse-string): Allow concatanation of parameters that
4897 aren't contiguous. The test case is
4898 (mail-header-parse-content-type "message/external-body;
4899 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
4900 access-type=LOCAL-FILE;
4901 name*1*=plugh%2fhello-sailor%2fbing.pdf")
14e6dc54 4902
01c52d31 49032006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14e6dc54 4904
01c52d31
MB
4905 * nntp.el (nntp-accept-process-output): Return the value of
4906 `nnheader-accept-process-output'.
14e6dc54 4907
01c52d31 49082006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14e6dc54 4909
01c52d31
MB
4910 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
4911 (gnus-button-alist): Recognize more diff formats.
4912 (gnus-button-patch): Strip directory.
14e6dc54 4913
01c52d31 49142006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14e6dc54 4915
01c52d31
MB
4916 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
4917 Emacs 22 when setting focus.
1b155fbd 4918
01c52d31 49192006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1b155fbd 4920
01c52d31
MB
4921 * gnus-art.el (gnus-article-treat-types): Do treatment of
4922 text/x-verbatim parts.
4923 (gnus-button-patch): New command.
b6f2cf4b 4924
01c52d31
MB
4925 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
4926 addresses that contain invalid characters.
b6f2cf4b 4927
01c52d31 49282006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5af68e28 4929
01c52d31
MB
4930 * message.el (message-put-addresses-in-ecomplete): Use
4931 gnus-replace-in-string.
4932 (message-is-yours-p): Use the more correct
4933 mail-header-parse-address instead of
4934 mail-extract-address-components.
4935 (message-put-addresses-in-ecomplete): Fix typo.
5af68e28 4936
01c52d31
MB
4937 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
4938 keystroke.
77218834 4939
01c52d31
MB
4940 * gnus-art.el (gnus-treatment-function-alist): Change order of
4941 newsgroups/generic header folding to avoid double-folding.
77218834 4942
01c52d31 4943 * message.el (message-hidden-headers): Add X-Draft-From.
77218834 4944
01c52d31
MB
4945 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
4946 command.
4947 (gnus-summary-repeat-search-article-backward): New command.
d451514f 4948
01c52d31
MB
4949 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
4950 groups in the parent topic.
4951
880820fe 49522006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
01c52d31
MB
4953
4954 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
4955 (spam-extra-header-to-number): Return the CRM114 number as a
4956 number instead of a string.
4957
49582006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4959
4960 * gnus-art.el (gnus-face-properties-alist): Moved here from
4961 gnus-fun.
4962
4963 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
4964
49652006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4966
4967 * message.el (message-strip-forbidden-properties): Only display on
4968 self-insert-command.
4969
4970 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
4971 reindent.
4972 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
4973
49742006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
4975
4976 * smiley.el (smiley-style): Fix typo.
d451514f 4977
4f162824
KH
49782006-03-23 Kenichi Handa <handa@m17n.org>
4979
4980 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
4981 instead of set-buffer-multibyte.
4982
e9e33c19
KH
49832006-03-23 Kenichi Handa <handa@m17n.org>
4984
4985 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4986 buffer and then decode the buffer text if necessary.
4987 (rfc2231-encode-string): Be sure to work on multibyte buffer at
4988 first, and after mm-encode-body, change the buffer to unibyte.
4f162824 4989
01c52d31 49902006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
f5e92214 4991
01c52d31
MB
4992 * hashcash.el (hashcash-insert-payment-async-2): Use
4993 message-goto-eoh instead of doing it manually.
4994 (mail-add-payment): Use message-narrow-to-header instead of trying
4995 to do the same itself.
f5e92214 4996
01c52d31 4997 * message.el (message-hidden-headers): Add Face.
f5e92214 4998
01c52d31
MB
4999 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
5000 reparenting code.
5001 (gnus-summary-reparent-children): Refactored out code.
5002 (gnus-summary-thread-map): New keystroke.
5003 (gnus-summary-reparent-children): Make into command.
f5e92214 5004
01c52d31
MB
5005 * smiley.el (smiley-style): Default to `medium' if using a large
5006 font.
f5e92214 5007
01c52d31
MB
5008 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
5009 does it itself.
f5e92214 5010
01c52d31 5011 * message.el (message-point-in-header-p): Simplify definition.
f5e92214 5012
01c52d31 50132006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
f5e92214 5014
01c52d31
MB
5015 * nnagent.el (nnagent-request-set-mark): Silence log file
5016 writing.
5017 (nnagent-request-set-mark): Use write-region instead of
5018 append-to-file.
f5e92214 5019
01c52d31
MB
5020 * gnus-sum.el (gnus-read-header): Fudge article number if using a
5021 strange select method.
f5e92214 5022
01c52d31
MB
5023 * ecomplete.el (ecomplete-display-matches): Get highlightling
5024 right.
5025 (ecomplete-display-matches): Use literals.
5026 (ecomplete-display-matches): Disable message logging.
f5e92214 5027
01c52d31 5028 * message.el (message-display-abbrev): Small optimization.
531bedc3 5029
01c52d31
MB
5030 * ecomplete.el (ecomplete-display-matches): Allow automatic
5031 display.
531bedc3 5032
01c52d31
MB
5033 * message.el (message-strip-forbidden-properties): Display
5034 abbrevs.
5035 (message-display-abbrev): Get automatic display right.
531bedc3 5036
01c52d31
MB
5037 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5038 keystrokes.
531bedc3 5039
01c52d31 50402006-04-13 Romain Francoise <romain@orebokech.com>
531bedc3 5041
01c52d31 5042 TODO: Backport to v5-10!
531bedc3 5043
01c52d31
MB
5044 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5045 Moved here (and renamed) from gnus-registry.el.
531bedc3 5046
01c52d31
MB
5047 * gnus-registry.el: Require gnus-util.
5048 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
531bedc3 5049
01c52d31 50502006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
531bedc3 5051
01c52d31
MB
5052 * gnus-group.el (gnus-group-catchup-current): Change
5053 if-then-else-if-then-else into cond.
5054 (gnus-group-catchup): Indent.
5055 (group-name-at-point): New function.
5056 (gnus-fetch-group): Provide default from thing at point.
531bedc3 5057
01c52d31 50582006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
531bedc3 5059
01c52d31 5060 * message.el (message-display-abbrev): Fix regexp.
531bedc3 5061
01c52d31
MB
5062 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5063 choosing.
5064 (ecomplete-highlight-match-line): Fix up code rewrite, remove
5065 dead variables.
ea8ae765 5066
01c52d31
MB
5067 * message.el (message-newline-and-indent): Remove debugging.
5068 (message-display-abbrev): Use new implementation.
ea8ae765 5069
01c52d31 50702006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
ea8ae765 5071
01c52d31
MB
5072 * gnus-art.el (gnus-article-mode): Set
5073 cursor-in-non-selected-windows to nil.
ea8ae765 5074
01c52d31
MB
5075 * smiley.el: Revert previous change.
5076 (smiley-data-directory): defvar it before using it in the
5077 defcustom of `smiley-style'.
ea8ae765 5078
01c52d31 50792006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
ea8ae765 5080
01c52d31 5081 * message.el (message-newline-and-indent): New function.
ea8ae765 5082
01c52d31 5083 * ecomplete.el: Implement more bits.
85fd8002 5084
01c52d31
MB
5085 * message.el (message-put-addresses-in-ecomplete): Clean up the
5086 string.
85fd8002 5087
01c52d31 5088 * ecomplete.el (ecomplete-add-item): Chop off decimals.
85fd8002 5089
01c52d31
MB
5090 * gnus-sum.el (gnus-summary-save-parts): Bind
5091 gnus-summary-save-parts-counter and use it to make unique file
5092 names.
85fd8002 5093
01c52d31 5094 * gnus-art.el (gnus-ignored-headers): Add some more headers.
61e66a15 5095
01c52d31
MB
5096 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5097 parameter to say whether to actually parse the individual
5098 addresses.
61e66a15 5099
01c52d31
MB
5100 * message.el (message-put-addresses-in-ecomplete): New function.
5101 (ecomplete): Require.
5102 (message-mail-alias-type): Add ecomplete as an option.
fe62aacc 5103
01c52d31 51042006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
fe62aacc 5105
01c52d31
MB
5106 * flow-fill.el (fill-flowed): Remove trailing space from blank
5107 quoted lines.
fe62aacc 5108
01c52d31 51092006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
fe62aacc 5110
01c52d31
MB
5111 * smiley.el (smiley-style): Move definition later to avoid a
5112 compilation warning.
fe62aacc 5113
01c52d31 51142006-04-12 Kenichi Handa <handa@m17n.org>
719120ef 5115
01c52d31
MB
5116 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5117 buffer and then decode the buffer text if necessary.
5118 (rfc2231-encode-string): Be sure to work on multibyte buffer at
5119 first, and after mm-encode-body, change the buffer to unibyte.
5120 Use mm-disable-multibyte instead of set-buffer-multibyte.
719120ef 5121
01c52d31 51222006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
719120ef 5123
01c52d31
MB
5124 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5125 Content-Type header instead of Content-Disposition header.
5126 (gnus-mime-inline-part): Ditto.
5127 (gnus-mime-view-part-as-charset): Ignore charset that the part
5128 specifies.
719120ef 5129
01c52d31
MB
5130 * mm-decode.el (mm-display-part): Work with external parts and
5131 usual parts similarly.
719120ef 5132
01c52d31
MB
5133 * mm-extern.el (mm-inline-external-body): Use mm-display-part
5134 instead of gnus-display-mime.
719120ef 5135
01c52d31
MB
5136 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5137 instead of with-temp-buffer.
719120ef 5138
01c52d31
MB
5139 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5140 tag to summarized topics part in order to encode non-ASCII text.
719120ef 5141
01c52d31 51422006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
719120ef 5143
01c52d31
MB
5144 * smiley.el (smiley-style): New variable.
5145 (smiley-directory): New function.
5146 (smiley-data-directory): Derive from `smiley-style' using
5147 `smiley-directory'.
5148 (smiley-regexp-alist): Add new entries.
719120ef 5149
01c52d31
MB
5150 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5151 (gnus-article-browse-delete-temp): Add :version.
719120ef 5152
880820fe 51532006-04-11 Arne Jørgensen <arne@arnested.dk>
719120ef 5154
01c52d31
MB
5155 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5156 the sieve region.
719120ef 5157
01c52d31 51582006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
719120ef 5159
01c52d31 5160 * gnus.el (gnus-version-number): Bump version.
719120ef 5161
01c52d31 51622006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
719120ef 5163
01c52d31 5164 * gnus.el: No Gnus v0.4 is released.
719120ef 5165
01c52d31 51662006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
719120ef 5167
01c52d31
MB
5168 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5169 layout.
719120ef 5170
01c52d31
MB
5171 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5172 unknown charset.
719120ef 5173
01c52d31
MB
5174 * message.el (message-header-synonyms): Add Original-To to the
5175 default.
ba0226dd 5176
01c52d31
MB
5177 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5178 optional parameter.
ba0226dd 5179
01c52d31 51802006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
ba0226dd 5181
01c52d31 5182 * gnus-fun.el (gnus): Require it for gnus-directory.
ba0226dd 5183
01c52d31 51842006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5f4264e5 5185
01c52d31 5186 * gnus-fun.el (gnus-face-properties-alist): Add :version.
5f4264e5 5187
01c52d31 51882006-04-05 Daiki Ueno <ueno@unixuser.org>
5f4264e5 5189
01c52d31 5190 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5f4264e5 5191
01c52d31 51922006-04-05 Simon Josefsson <jas@extundo.com>
5f4264e5 5193
01c52d31 5194 * password.el (password-reset): New function.
5f4264e5 5195
01c52d31 51962006-04-05 Daiki Ueno <ueno@unixuser.org>
5f4264e5 5197
01c52d31
MB
5198 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5199 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5f4264e5 5200
01c52d31 52012006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5f4264e5 5202
01c52d31
MB
5203 * nnweb.el (nnweb-google-create-mapping): Update regexp.
5204 Some whitespace was matched into the url, which broke browsing hits
5205 > 100 when mm-url-use-external was nil.
5f4264e5 5206
01c52d31 52072006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
5f4264e5 5208
01c52d31
MB
5209 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5210 gnus-extra-headers for 'Newsgroups.
5f4264e5 5211
01c52d31
MB
5212 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5213 bound.
e13be7a2 5214
01c52d31 52152006-04-04 Daiki Ueno <ueno@unixuser.org>
e13be7a2 5216
01c52d31
MB
5217 * pgg-gpg.el: Clean up process buffers every time gpg processes
5218 complete.
b5189759 5219
01c52d31 52202006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
b5189759 5221
01c52d31
MB
5222 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5223 doc string.
16f18d05 5224
01c52d31 52252006-04-03 Daiki Ueno <ueno@unixuser.org>
16f18d05 5226
01c52d31
MB
5227 * pgg-gpg.el (pgg-gpg-process-filter)
5228 (pgg-gpg-wait-for-completion): Check if buffer is alive.
d71c0855 5229
01c52d31
MB
5230 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5231 lines, temporary fix.
d71c0855 5232
01c52d31 52332006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 5234
01c52d31 5235 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
cf5a5c38 5236
01c52d31 52372006-03-29 Daiki Ueno <ueno@unixuser.org>
cf5a5c38 5238
01c52d31
MB
5239 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5240 default-enable-multibyte-characters. This reverts the change from
5241 revision 6.17 which is no longer necessary because the passphrase
5242 is sent separately now. GnuPG messages are unreadable under
5243 multibyte locales with default-enable-multibyte-characters set to
5244 nil.
cf5a5c38 5245
01c52d31 52462006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 5247
01c52d31 5248 * message.el (message-tool-bar-gnome): Move "spell".
cf5a5c38 5249
01c52d31 52502006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 5251
01c52d31
MB
5252 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5253 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
5254 instead.
cf5a5c38 5255
01c52d31 52562006-03-27 Karl Kleinpaste <karl@charcoal.com>
cf5a5c38 5257
01c52d31
MB
5258 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5259 newsgroups handling for NNTP overviews which don't include
5260 Newsgroups.
cf5a5c38 5261
01c52d31 52622006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9d64cd13 5263
01c52d31 5264 * message.el (message-resend): Bind message-generate-hashcash to nil.
9d64cd13 5265
01c52d31 52662006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
34128042 5267
01c52d31
MB
5268 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5269 when searching for already-paid recipients.
34128042 5270
01c52d31 52712006-03-27 Daiki Ueno <ueno@unixuser.org>
34128042 5272
01c52d31
MB
5273 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5274 passphrases when it is not needed.
5275 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5276 passphrase stuff from gpg, should only be necessary when you use
5277 gpg with a smartcard.
34128042 5278
01c52d31 52792006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
34128042 5280
01c52d31
MB
5281 * mml.el (mml-insert-mime): Ignore cached contents of
5282 message/external-body part.
34128042 5283
01c52d31
MB
5284 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5285 (mm-insert-part): Ditto.
34128042 5286
01c52d31 52872006-03-23 Simon Josefsson <jas@extundo.com>
34128042 5288
01c52d31
MB
5289 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5290 Reiner.
5291 (pgg-gpg-use-agent-p): Use it again.
c96ec15a 5292
01c52d31 52932006-03-23 Simon Josefsson <jas@extundo.com>
c96ec15a 5294
01c52d31
MB
5295 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5296 older emacsen.
5297 (pgg-gpg-use-agent-p): Don't use it.
c96ec15a 5298
01c52d31 52992006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
c96ec15a 5300
01c52d31
MB
5301 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5302 if we can.
c96ec15a 5303
01c52d31 53042006-03-22 Sascha Wilde <wilde@sha-bang.de>
c96ec15a 5305
01c52d31
MB
5306 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5307 (pgg-gpg-update-agent): New function.
5308 (pgg-gpg-use-agent-p): New function.
5309 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5310 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5311 (pgg-gpg-sign-region): Use it.
c96ec15a 5312
01c52d31 53132006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
c96ec15a 5314
01c52d31
MB
5315 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5316 Reported by Ralf Wachinger <rwachinger@gmx.de>.
c96ec15a 5317
01c52d31 53182006-03-21 Simon Josefsson <jas@extundo.com>
c96ec15a 5319
01c52d31
MB
5320 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5321 <wilde@sha-bang.de>.
5322 (pgg-gpg-use-agent): New variable.
5323 (pgg-gpg-process-region): Use it.
5324 (pgg-gpg-encrypt-region): Likewise.
5325 (pgg-gpg-encrypt-symmetric-region): Likewise.
5326 (pgg-gpg-decrypt-region): Likewise.
5327 (pgg-gpg-sign-region): Likewise.
5328 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
c96ec15a 5329
01c52d31 53302006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
88e6695f 5331
01c52d31 5332 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
88e6695f 5333
01c52d31
MB
5334 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5335 Add comment on version.
6203370b 5336
01c52d31 53372006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6203370b 5338
01c52d31 5339 * smiley.el: Add missing test smiley.
6203370b 5340
01c52d31 53412006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
6203370b 5342
01c52d31
MB
5343 * mm-decode.el (mm-with-part): New macro.
5344 (mm-get-part): Use it; work with message/external-body as well.
5345 (mm-save-part): Treat name and filename equally.
6203370b 5346
01c52d31
MB
5347 * mm-extern.el (mm-extern-cache-contents): New function.
5348 (mm-inline-external-body): Use it; force the part to be displayed;
5349 move undisplayer added to the cached handle to the parent.
6203370b 5350
01c52d31
MB
5351 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5352 (gnus-mime-view-part-as-type): Work with message/external-body.
6203370b 5353
01c52d31 5354 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6203370b 5355
01c52d31 53562006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 5357
01c52d31
MB
5358 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5359 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
5360 Emacs.]
46e8fe3d 5361
01c52d31 53622006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 5363
01c52d31
MB
5364 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5365 path rather than symbol. Always return list of directories.
5366 Guarantee that image directory comes first. [Sync with image.el,
5367 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
46e8fe3d 5368
01c52d31
MB
5369 * message.el (message-make-tool-bar): Adjust to new API of
5370 `gmm-image-load-path-for-library'.
46e8fe3d 5371
01c52d31 5372 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
46e8fe3d 5373
01c52d31 5374 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
46e8fe3d 5375
01c52d31 53762006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
46e8fe3d 5377
01c52d31
MB
5378 * gnus-art.el (gnus-article-only-boring-p):
5379 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5380 intangible text.
5381 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
46e8fe3d 5382
01c52d31 53832006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 5384
01c52d31
MB
5385 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
5386 `defun' instead of `gmm-defun-compat'.
46e8fe3d 5387
01c52d31 53882006-03-14 Simon Josefsson <jas@extundo.com>
46e8fe3d 5389
01c52d31
MB
5390 * message.el (message-unique-id): Don't use message-number-base36
5391 if (user-uid) is a float.
5392 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
46e8fe3d 5393
01c52d31 53942006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
46e8fe3d 5395
01c52d31 5396 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7347faa8 5397
01c52d31
MB
5398 * gnus-art.el (gnus-mime-display-single): Make sure there is an
5399 empty line between a part and a message part.
7347faa8 5400
01c52d31 54012006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7347faa8 5402
01c52d31
MB
5403 * smiley.el: Add more test smileys.
5404 (smiley-data-directory, smiley-regexp-alist)
5405 (gnus-smiley-file-types): Fix doc strings.
5406 (smiley-update-cache): Clear smiley-cached-regexp-alist before
5407 adding new elements.
5408 (smiley-mouse-map): Unused code. Make it a comment.
7347faa8 5409
01c52d31 54102006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7347faa8 5411
01c52d31
MB
5412 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5413 scan latest NoCeM messages instead of old ones.
5414 (gnus-nocem-check-article): Fix regexps so as to match to PGP
5415 delimiters that are recently used.
5416 (gnus-nocem-load-cache): Add autoload cookie.
7347faa8 5417
01c52d31 5418 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7347faa8 5419
01c52d31
MB
5420 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5421 level which is larger than gnus-use-nocem is specified.
7347faa8 5422
01c52d31 5423 * gnus-group.el (gnus-group-get-new-news): Ditto.
7347faa8 5424
01c52d31 54252006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
7347faa8 5426
01c52d31 5427 * gnus-util.el (gnus-tool-bar-update): New function.
7347faa8 5428
01c52d31
MB
5429 * gnus-group.el (gnus-group-update-tool-bar): New variable.
5430 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7347faa8 5431
01c52d31 5432 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7347faa8 5433
01c52d31
MB
5434 * gnus-group.el (gnus-group-redraw-when-idle)
5435 (gnus-group-redraw-check): Remove.
5436 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
30c7240d 5437
01c52d31 54382006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
30c7240d 5439
01c52d31
MB
5440 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5441 if optional last element is specified in splits (FIELD VALUE...).
e499bc94 5442
01c52d31 54432006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
e499bc94 5444
01c52d31
MB
5445 * message.el (message-make-tool-bar): Rename gmm-image-load-path
5446 to gmm-image-load-path-for-library. Call with no-error argument.
5447 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
e499bc94 5448
01c52d31 5449 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
e499bc94 5450
01c52d31 5451 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
e499bc94 5452
01c52d31 5453 * gmm-utils.el (gmm-image-load-path): Remove alias.
e499bc94 5454
01c52d31 54552006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
c4288669 5456
01c52d31 5457 * gmm-utils.el (gmm-image-load-path): Add alias.
c4288669 5458
01c52d31
MB
5459 * nnml.el (nnml-generate-nov-databases-directory): Rename from
5460 nnml-generate-nov-databases-1.
5461 (nnml-generate-nov-databases): Use it.
5462 (nnml-generate-nov-databases-directory): Document no-active
5463 argument.
c4288669 5464
01c52d31
MB
5465 * gmm-utils.el (gmm-image-load-path-for-library): Return single
5466 directory if path is t. Add no-error.
c4288669 5467
01c52d31
MB
5468 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5469 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
c4288669 5470
01c52d31
MB
5471 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5472 resetting gnus-article-browse-html-temp-list.
c4288669 5473
01c52d31
MB
5474 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5475 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
5476 Add example to docstring. Rename local variables. Move error
5477 checks to default case in cond and simplify.
73043f7d 5478
01c52d31 54792006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
73043f7d 5480
01c52d31
MB
5481 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5482 handle is multipart when calling it recursively.
5483 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
73043f7d 5484
01c52d31 54852006-03-03 Daniel Pittman <daniel@rimspace.net>
73043f7d 5486
01c52d31
MB
5487 * nnimap.el (nnimap-request-update-info-internal): Optimize.
5488 Don't `gnus-uncompress-range' to avoid excessive memory usage.
73043f7d 5489
01c52d31 54902006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
73043f7d 5491
01c52d31
MB
5492 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5493 is loaded.
7dafe00b 5494
01c52d31
MB
5495 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5496 loaded.
7dafe00b 5497
01c52d31 54982006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 5499
01c52d31
MB
5500 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5501 to "Emacs 23 (unicode)" in doc string.
7dafe00b 5502
01c52d31
MB
5503 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5504 "Emacs 23 (unicode)" in comment.
7dafe00b 5505
01c52d31 55062006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
7dafe00b 5507
01c52d31 5508 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7dafe00b 5509
01c52d31
MB
5510 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5511 characters 160 through 255 in Emacs 23.
7dafe00b 5512
01c52d31 55132006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 5514
01c52d31
MB
5515 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5516 gnus-article-browse-html-temp.
5517 (gnus-article-browse-delete-temp): Make it customizable. Add
5518 `file'. Adjust doc string.
5519 (gnus-article-browse-delete-temp-files): Add argument. Allow
5520 query for each file. Adjust doc string.
5521 (gnus-article-browse-html-parts): Add
5522 `gnus-article-browse-delete-temp-files' to
5523 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7dafe00b 5524
01c52d31 55252006-03-02 Hynek Schlawack <hynek@ularx.de>
7dafe00b 5526
01c52d31
MB
5527 * gnus-art.el (gnus-article-browse-html-temp)
5528 (gnus-article-browse-delete-temp): New variables.
5529 (gnus-article-browse-delete-temp-files): New function.
5530 (gnus-article-browse-html-parts): Use it.
7dafe00b 5531
01c52d31 55322006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 5533
01c52d31 5534 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7dafe00b 5535
01c52d31
MB
5536 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5537 string.
7dafe00b 5538
01c52d31
MB
5539 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5540 gnus-summary-insert-new-articles when unplugged. Remove
5541 gnus-summary-search-article-forward.
7dafe00b 5542
01c52d31
MB
5543 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5544 display-visual-class instead of display-color-cells.
7dafe00b 5545
01c52d31 55462006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7dafe00b 5547
01c52d31
MB
5548 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5549 message/* containing non-ASCII text properly.
7dafe00b 5550
01c52d31 55512006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 5552
01c52d31
MB
5553 * message.el: Require gmm-utils, remove autoloads.
5554 (message-tool-bar): Set default based on
5555 gmm-tool-bar-style.
5556 (message-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 5557
01c52d31
MB
5558 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5559 gmm-tool-bar-style.
5560 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 5561
01c52d31
MB
5562 * gnus-group.el (gnus-group-tool-bar): Set default based on
5563 gmm-tool-bar-style.
5564 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 5565
01c52d31
MB
5566 * gmm-utils.el (gmm-image-directory): Rename variable from
5567 gmm-image-load-path.
5568 (gmm-image-load-path): Use gmm-image-directory.
5569 (gmm-customize-mode): New function.
5570 (gmm-tool-bar-style): New variable.
7dafe00b 5571
01c52d31
MB
5572 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5573 gnus-group-redraw-line-number.
5574 (gnus-group-redraw-check): Simplify.
5575 (gnus-group-tool-bar-update): Remove redraw check.
5576 (gnus-group-make-tool-bar): Add redraw check.
447505b5 5577
01c52d31 55782006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
447505b5 5579
01c52d31 5580 * gnus-art.el (gnus-button): Add missing parentheses.
3031d8b0 5581
01c52d31 55822006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3031d8b0 5583
01c52d31 5584 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3031d8b0 5585
01c52d31 55862006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 5587
01c52d31
MB
5588 * gnus-art.el (gnus-button): New face.
5589 (gnus-article-button-face): Use it.
3031d8b0 5590
01c52d31
MB
5591 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5592 gnus-summary-next-page. Re-order.
3031d8b0 5593
01c52d31
MB
5594 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5595 next-node are now included.
5596 (gnus-group-redraw-line-number): New internal variable.
5597 (gnus-group-redraw-check): Helper function for updating the tool
5598 bar.
5599 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3031d8b0 5600
01c52d31 5601 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3031d8b0 5602
01c52d31
MB
5603 * spam.el (spam-spamassassin-score-regexp): New internal variable.
5604 (spam-extra-header-to-number, spam-check-spamassassin-headers):
5605 Use it to match format of Spamassassin 3.0 and later. Reported by
5606 IRIE Tetsuya <irie@t.email.ne.jp>.
5607 (spam-check-bogofilter)
5608 (spam-bogofilter-register-with-bogofilter): Fix args of
5609 `gnus-error' calls.
3031d8b0 5610
01c52d31 56112006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 5612
01c52d31
MB
5613 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5614 unnecessary interaction when sending queued mails. Reported by
5615 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3031d8b0 5616
01c52d31 56172006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 5618
01c52d31
MB
5619 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5620 first or last are nil.
3031d8b0 5621
01c52d31 56222006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3031d8b0 5623
01c52d31 5624 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3031d8b0 5625
01c52d31 56262006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3031d8b0 5627
01c52d31 5628 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3031d8b0 5629
01c52d31 56302006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
eab52f48 5631
01c52d31 5632 * dns.el (query-dns): Protect more against buggy tcp output.
eab52f48 5633
01c52d31 56342006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 5635
01c52d31
MB
5636 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5637 nov.php.
58090a8d 5638
01c52d31 56392006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
58090a8d 5640
01c52d31
MB
5641 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5642 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5643 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
5644 output on the server side.
5645 (nnweb-google-create-mapping): Update regexps and add some
5646 progress indication.
58090a8d 5647
01c52d31 56482006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 5649
01c52d31
MB
5650 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5651 gnus-agent-toggle-plugged. Re-order icons.
5652 (gnus-group-tool-bar-gnome): Add
5653 gnus-group-{prev,next}-unread-group.
5654 (gnus-group-tool-bar-gnome): Re-order icons.
58090a8d 5655
01c52d31
MB
5656 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5657 gnus-summary-insert-new-articles.
58090a8d 5658
01c52d31
MB
5659 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5660 comments.
58090a8d 5661
01c52d31
MB
5662 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
5663 also available in Emacs 21.3.
58090a8d 5664
01c52d31
MB
5665 * message.el (message-fix-before-sending): Change "Emacs 22" to
5666 "Emacs 23 (unicode)" in comment.
58090a8d 5667
01c52d31
MB
5668 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5669 "Emacs 23 (unicode)" in comment.
58090a8d 5670
01c52d31
MB
5671 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5672 comment.
5673 (mm-coding-system-p): Add comment about no-MULE XEmacs.
58090a8d 5674
01c52d31 5675 * mm-view.el (mm-fill-flowed): Add :version.
58090a8d 5676
01c52d31 56772006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
58090a8d 5678
01c52d31
MB
5679 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5680 and load-path.
58090a8d 5681
01c52d31 56822006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 5683
01c52d31
MB
5684 * message.el: Autoload gmm-image-load-path.
5685 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5686 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
5687 consitency.
58090a8d 5688
01c52d31
MB
5689 * gmm-utils.el (gmm-image-load-path): Also search in
5690 "../etc/images". Don't set gmm-image-load-path if we don't find
5691 the image.
58090a8d 5692
01c52d31 56932006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
58090a8d 5694
01c52d31
MB
5695 * gmm-utils.el (gmm-image-load-path): Don't make
5696 `gmm-image-load-path' include subdirectories which the second arg
5697 `image' might specify.
58090a8d 5698
01c52d31
MB
5699 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5700 subdirectory to icon file names.
58090a8d 5701
01c52d31 5702 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9872af18 5703
01c52d31 57042006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 5705
01c52d31
MB
5706 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5707 gmm-image-load-path calls.
58090a8d 5708
01c52d31 5709 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
58090a8d 5710
01c52d31 5711 * message.el (message-make-tool-bar): Ditto.
58090a8d 5712
01c52d31 5713 * mml.el (mml-preview): Added comment concerning tool bar icons.
58090a8d 5714
01c52d31
MB
5715 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5716 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
58090a8d 5717
01c52d31
MB
5718 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5719 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9d64cd13 5720
01c52d31
MB
5721 * message.el (message-tool-bar-gnome): Use new icon names.
5722 (message-make-tool-bar): Use `gmm-image-load-path'.
9d64cd13 5723
01c52d31
MB
5724 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5725 functions from MH-E.
5726 (gmm-image-load-path): New variable from MH-E.
5727 (gmm-image-load-path): New function from MH-E. Added arguments
5728 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
5729 *-image-load-path-called-flag.
4c2ad11d 5730
01c52d31 57312006-02-21 Milan Zamazal <pdm@brailcom.org>
4c2ad11d 5732
01c52d31 5733 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
f129a4df 5734
01c52d31 57352006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
f129a4df 5736
01c52d31
MB
5737 * nnimap.el (nnimap-request-move-article): Change folder back to
5738 source group before deleting.
6586e9c9 5739
01c52d31 57402006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
6586e9c9 5741
01c52d31 5742 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
e8beac8a 5743
01c52d31
MB
5744 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5745 mm-url.
e8beac8a 5746
01c52d31 5747 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
e8beac8a 5748
01c52d31 57492006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
e8beac8a 5750
01c52d31
MB
5751 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5752 coding system which mm-charset-to-coding-system returns for a
5753 given charset is valid.
e8beac8a 5754
01c52d31 57552006-02-16 Juanma Barranquero <lekktu@gmail.com>
e8beac8a 5756
01c52d31
MB
5757 * html2text.el (html2text-remove-tag-list):
5758 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
e8beac8a 5759
01c52d31 57602006-02-14 Chong Yidong <cyd@stupidchicken.com>
e8beac8a 5761
01c52d31 5762 * gnus-cus.el: Revert 2005-10-17 change.
e8beac8a 5763
01c52d31 57642006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
3b059693 5765
01c52d31
MB
5766 * gnus-art.el (article-strip-banner): Call
5767 article-really-strip-banner only when the regexp match is made.
3b059693 5768
01c52d31 57692006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
3b059693 5770
01c52d31
MB
5771 * gnus-art.el (article-strip-banner): Use
5772 gnus-extract-address-components instead of
5773 mail-header-parse-addresses to make it work with non-ASCII text;
5774 remove mail-encode-encoded-word-string.
3b059693 5775
01c52d31
MB
5776 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5777 values which are surrounded with \"...\"; make it never cause a
5778 Lisp error; give up parsing of parameters if it failed in
5779 extracting type.
3b059693 5780
880820fe 57812006-02-14 Arne Jørgensen <arne@arnested.dk>
3b059693 5782
01c52d31
MB
5783 * smime.el (smime-cert-by-ldap-1): Fix bug where
5784 `smime-ldap-search' returns results without userCertificates.
ab513ed4 5785
01c52d31 57862006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
ab513ed4 5787
01c52d31 5788 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
28e48287 5789
01c52d31 57902006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
28e48287 5791
01c52d31
MB
5792 * spam.el (spam-check-spamassassin-headers): Adapt format for
5793 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
5794 <ari@mbf.ocn.ne.jp>.
5795 (spam-list-of-processors): Add spam-use-gmane.
2a0d53ac 5796
01c52d31 57972006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
2a0d53ac 5798
01c52d31
MB
5799 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5800 make-temp-file; make it work with XEmacs as well.
9516b9f4 5801
01c52d31
MB
5802 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5803 mm-make-temp-file.
9516b9f4 5804
01c52d31
MB
5805 * mm-decode.el (mm-display-external): Use the 3rd arg of
5806 mm-make-temp-file.
5807 (mm-create-image-xemacs): Ditto.
9516b9f4 5808
01c52d31 58092006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
9516b9f4 5810
01c52d31
MB
5811 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5812 with message-narrow-to-headers.
5813 (gnus-draft-setup): Narrow to header to run message-fetch-field.
5814 (gnus-draft-check-draft-articles): New function.
5815 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9516b9f4 5816
01c52d31 58172006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
9516b9f4 5818
01c52d31
MB
5819 * gnus-art.el (gnus-article-browse-html-parts):
5820 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5821 Don't use suffix argument for mm-make-temp-file for Emacs 21
5822 compatibility. Remove useless `format'.
292f71fe 5823
01c52d31 58242006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
292f71fe 5825
01c52d31
MB
5826 * nnweb.el (nnweb-google-wash-article): Update regexps.
5827 (nnweb-group-alist): Use defvoo instead of defvar.
292f71fe 5828
01c52d31 58292006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
292f71fe 5830
01c52d31
MB
5831 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5832 re-loading nn* modules.
292f71fe 5833
01c52d31 58342006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
292f71fe 5835
01c52d31
MB
5836 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5837 for `tool-bar-mode' and don't check it's default-value.
292f71fe 5838
01c52d31 5839 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
292f71fe 5840
01c52d31 5841 * message.el (message-make-tool-bar): Ditto.
292f71fe 5842
01c52d31
MB
5843 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5844 `substring'. Shorten tmp-file name.
292f71fe 5845
01c52d31 5846 * gnus.el: Remove bogus comment.
292f71fe 5847
01c52d31 58482006-02-10 Hynek Schlawack <hynek@ularx.de>
bd2cef66 5849
01c52d31
MB
5850 * gnus-art.el (gnus-article-browse-html-parts): New function.
5851 (gnus-article-browse-html-article): New function for viewing html
5852 articles with a browser.
bd2cef66 5853
01c52d31 58542006-02-09 Daiki Ueno <ueno@unixuser.org>
ffda926c 5855
01c52d31
MB
5856 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
5857 (mml2015-pgg-encrypt): Ditto.
ffda926c 5858
01c52d31
MB
5859 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
5860 (mml1991-pgg-encrypt): Ditto.
f5fab556 5861
01c52d31 58622006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
f5fab556 5863
01c52d31
MB
5864 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
5865 message-make-date instead of current-time-string.
4b9f0de2 5866
01c52d31
MB
5867 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
5868 to gnus-decoded which mm-uu might set.
4b9f0de2 5869
01c52d31 58702006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
710f2e1b 5871
01c52d31
MB
5872 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
5873 don't decode quoted parameters; remove misimported Emacs code.
5874 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5875 (rfc2231-decode-encoded-string): Don't use split-string which
5876 behaves differently according to Emacs version; use
5877 mm-decode-coding-region to convert charset to coding-system.
5878 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5879 (rfc2231-encode-string): Remove misimported Emacs code.
710f2e1b 5880
01c52d31 58812006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
20051b27 5882
01c52d31
MB
5883 * gnus-art.el (article-decode-charset): Don't use ignore-errors
5884 when calling mail-header-parse-content-type.
5885 (article-de-quoted-unreadable): Ditto.
5886 (article-de-base64-unreadable): Ditto.
5887 (article-wash-html): Ditto.
20051b27 5888
01c52d31
MB
5889 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
5890 calling mail-header-parse-content-type and
5891 mail-header-parse-content-disposition.
5892 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
5893 mail-header-parse-content-type.
82259e50 5894
01c52d31
MB
5895 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
5896 insert charset and format parameters; encode description after
5897 inserting it to buffer.
5898 (mml-insert-parameter): Fold lines properly even if a parameter is
5899 segmented into two or more lines; change the max column to 76.
82259e50 5900
01c52d31
MB
5901 * rfc1843.el (rfc1843-decode-article-body): Don't use
5902 ignore-errors when calling mail-header-parse-content-type.
46f93472 5903
01c52d31
MB
5904 * rfc2231.el (rfc2231-parse-string): Return at least type if
5905 possible; don't cause an error even if it fails in parsing of
5906 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5907 (rfc2231-encode-string): Don't break lines at the beginning, leave
5908 it to mml-insert-parameter.
46f93472 5909
01c52d31
MB
5910 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
5911 calling mail-header-parse-content-type.
d3a597b7 5912
01c52d31 59132006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
d3a597b7 5914
01c52d31
MB
5915 * spam-report.el (spam-report-gmane-use-article-number):
5916 Improve doc string.
5917 (spam-report-gmane-internal): Check if a suitable header was found
5918 in the article.
8753ddee 5919
01c52d31 59202006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
8753ddee 5921
01c52d31
MB
5922 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
5923 (rfc2231-encode-string): Make param*=value always begin with LWSP.
8753ddee 5924
01c52d31 59252006-02-05 Romain Francoise <romain@orebokech.com>
8753ddee 5926
01c52d31 5927 Update copyright notices of all files in the gnus directory.
8753ddee 5928
01c52d31 59292006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
8753ddee 5930
01c52d31 5931 * nnweb.el (nnweb-request-group): Avoid growing overview files.
bbcb5072 5932
01c52d31 59332006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
bbcb5072 5934
01c52d31
MB
5935 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
5936 segmented lines of parameter value to cope with Thunderbird 1.5
5937 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
5938 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5939 (rfc2231-encode-string): Don't make lines exceeding 76 column.
c615a00c 5940
01c52d31 59412006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
c615a00c 5942
01c52d31
MB
5943 * mml.el (mml-generate-mime-1): Correct the order of inline signed
5944 parts.
a33704bb 5945
01c52d31 59462006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
a33704bb 5947
01c52d31
MB
5948 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
5949 there's only one active file for all servers.
5950 (nnweb-request-scan): Make sure nnweb-articles is initialized on
5951 solid groups. Gnus might have used a FAST request to select the group.
5952 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
5953 and nnweb-search redundantly in the active file.
5954 (nnweb-request-list): Don't list bogus groups. There can only be one.
5955 (nnweb-request-create-group): Don't use ARGS.
5956 (nnweb-possibly-change-server, nnweb-request-group): Remove some
5957 initialisations. Let nnoo do the work.
a33704bb 5958
01c52d31 59592006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
a33704bb 5960
01c52d31
MB
5961 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
5962 Say the part has been decoded.
a33704bb 5963
01c52d31 5964 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
a33704bb 5965
01c52d31 59662006-01-31 Kevin Ryde <user42@zip.com.au>
53cfefc8 5967
01c52d31
MB
5968 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
5969 mailcap-viewer-test-cache when there's no 'test clause, since that
5970 will invert the meaning of a "nil" test previously determined by
5971 mailcap-mailcap-entry-passes-test.
53cfefc8 5972
01c52d31 59732006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
53cfefc8 5974
01c52d31
MB
5975 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
5976 compiling.
53cfefc8 5977
01c52d31 5978 * gnus-sum.el: Ditto.
53cfefc8 5979
01c52d31 5980 * message.el: Don't bind tool-bar-map when compiling.
53cfefc8 5981
01c52d31 59822006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
53cfefc8 5983
01c52d31 5984 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
53cfefc8 5985
01c52d31 59862006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
53cfefc8 5987
01c52d31
MB
5988 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
5989 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
5990 current Google Groups.
53cfefc8 5991
01c52d31 59922006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
53cfefc8 5993
01c52d31
MB
5994 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
5995 and tool-bar-mode.
66841476 5996
01c52d31
MB
5997 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
5998 and tool-bar-mode.
66841476 5999
01c52d31
MB
6000 * message.el (message-tool-bar-update): Simplify.
6001 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
81df110a 6002
01c52d31
MB
6003 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
6004 gnus-summary-buffer.
6005 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
6006 gnus-summary-reply.
81df110a 6007
01c52d31 6008 * gmm-utils.el (gmm): Add :version.
5fae1cae 6009
01c52d31 60102006-01-26 Steve Youngs <steve@sxemacs.org>
5fae1cae 6011
01c52d31
MB
6012 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
6013 autoload.
5fae1cae 6014
01c52d31 60152006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5fae1cae 6016
01c52d31 6017 * gmm-utils.el (gmm-verbose): Add :group.
5fae1cae 6018
01c52d31 60192006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
c4fbd740 6020
01c52d31 6021 * message.el: Change some comments WRT tool-bars.
81df110a 6022
01c52d31
MB
6023 * gnus-sum.el (gnus-summary-tool-bar)
6024 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6025 (gnus-summary-tool-bar-zap-list): New variables.
6026 (gnus-summary-make-tool-bar): Complete rewrite using
6027 `gmm-tool-bar-from-list'.
430d3ed7 6028
01c52d31
MB
6029 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6030 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6031 variables.
6032 (gnus-group-make-tool-bar): Complete rewrite using
6033 `gmm-tool-bar-from-list'.
6034 (gnus-group-tool-bar-update): New function.
430d3ed7 6035
01c52d31 6036 * message.el (message-mode-field-menu): Add "Show hidden Headers".
430d3ed7 6037
01c52d31 60382006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
430d3ed7 6039
01c52d31
MB
6040 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6041 is dissected into a single part of which the type is the same as
6042 the given one; decode charset.
6ff5b064 6043
01c52d31 60442006-01-21 Kevin Ryde <user42@zip.com.au>
6ff5b064 6045
01c52d31
MB
6046 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6047 into alists as symbol not string, since that's what
6048 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6049 look for.
a8f6d239 6050
01c52d31 60512006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
a8f6d239 6052
01c52d31
MB
6053 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6054 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
a8f6d239 6055
01c52d31 6056 * message.el (message-tool-bar-gnome): Use gmm-ignore.
a8f6d239 6057
01c52d31 60582006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
d752cf53 6059
01c52d31
MB
6060 * gnus-art.el (gnus-mime-security-button-commands): New variable.
6061 (gnus-mime-security-button-menu): New definition.
6062 (gnus-mime-security-button-map): Use them.
6063 (gnus-mime-security-button-menu): New function.
6064 (gnus-insert-mime-security-button): Addition to help echo.
6065 (gnus-mime-security-run-function, gnus-mime-security-save-part)
6066 (gnus-mime-security-pipe-part): New functions.
d752cf53 6067
01c52d31
MB
6068 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6069 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
d752cf53 6070
01c52d31
MB
6071 * mm-decode.el (mm-handle-set-disposition): Remove.
6072 (mm-handle-set-description): Remove.
d752cf53 6073
01c52d31 60742006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
d752cf53 6075
01c52d31
MB
6076 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6077 (mm-w3m-standalone-supports-m17n-p): New function.
6078 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6079 w3m usage.
d752cf53 6080
01c52d31
MB
6081 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6082 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
d752cf53 6083
01c52d31 60842006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
d752cf53 6085
01c52d31
MB
6086 * message.el (message-tool-bar-zap-list): Use
6087 gmm-tool-bar-zap-list as custom type.
6088 (message-tool-bar-update): New function.
6089 (message-tool-bar, message-tool-bar-gnome)
6090 (message-tool-bar-retro): Add message-tool-bar-update.
6091 (message-tool-bar-gnome): Add flyspell-buffer.
d752cf53 6092
01c52d31 6093 * gnus-util.el (gnus-error): Describe `args'.
4a2358e9 6094
01c52d31
MB
6095 * gmm-utils.el (gmm-error): Describe `args'.
6096 (gmm-tool-bar-zap-list): New widget.
6097 (gmm-tool-bar-from-list): Improve description of `zap-list'.
4a2358e9 6098
01c52d31 60992006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4a2358e9 6100
01c52d31
MB
6101 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6102 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6103 the number of recursive calls.
4a2358e9 6104
01c52d31
MB
6105 * mm-decode.el (mm-handle-set-disposition): New macro.
6106 (mm-handle-set-description): New macro.
4a2358e9 6107
01c52d31 61082006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4a2358e9 6109
01c52d31
MB
6110 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6111 encoding.
4a2358e9 6112
01c52d31 61132006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
4a2358e9 6114
01c52d31
MB
6115 * message.el (message-tool-bar-zap-list, message-tool-bar)
6116 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6117 (message-tool-bar-local-item-from-menu): Remove.
6118 (message-tool-bar-map): Replace by `message-make-tool-bar'.
6119 (message-make-tool-bar): New function.
6120 (message-mode): Use `message-make-tool-bar'.
4a2358e9 6121
01c52d31
MB
6122 * gmm-utils.el: New file.
6123 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6124 (gmm-lazy): New widget copied from `nnmail.el'.
6125 (gmm-tool-bar-from-list): New function for creating customizable
6126 tool bars.
6127 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
6128 output.
6129 (gmm): Add :prefix to defgroup.
4a2358e9 6130
01c52d31 61312006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
4a2358e9 6132
01c52d31 6133 * gmm-utils.el (gmm-widget-p): New function.
4a2358e9 6134
01c52d31 61352006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
4a2358e9 6136
01c52d31
MB
6137 * mml.el (mml-attach-file): Describe `description' in doc string.
6138 (mml-menu): Add Emacs MIME manual and PGG manual.
4a2358e9 6139
01c52d31 61402006-01-20 Richard M. Stallman <rms@gnu.org>
4a2358e9 6141
01c52d31 6142 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
4a2358e9 6143
01c52d31 61442006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
4a2358e9 6145
01c52d31 6146 * nntp.el (nntp-end-of-line): Doc fix.
4a2358e9 6147
01c52d31 61482006-01-20 Chong Yidong <cyd@stupidchicken.com>
4a2358e9 6149
01c52d31
MB
6150 * imap.el (imap-open): Handle case where buffer is a buffer
6151 object.
41e11121 6152
01c52d31 61532005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
41e11121 6154
01c52d31
MB
6155 * gnus-delay.el (gnus-delay): Don't autoload.
6156 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6157 to be re-loaded when customizing the `gnus-delay' group.
f3f01d5d 6158
01c52d31 61592005-01-20 Chong Yidong <cyd@stupidchicken.com>
f3f01d5d 6160
01c52d31 6161 * message.el (message-insert-citation-line): Use newlines.
f3f01d5d 6162
01c52d31 61632006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
f3f01d5d 6164
01c52d31 6165 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
bcc7dd61 6166
01c52d31 6167 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
bcc7dd61 6168
01c52d31 61692006-01-19 Mark D. Baushke <mdb@gnu.org>
bcc7dd61 6170
01c52d31 6171 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
bcc7dd61 6172
01c52d31 61732006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
bcc7dd61 6174
01c52d31
MB
6175 * mm-decode.el (mm-inlined-types): Add application/pgp.
6176 (mm-automatic-display): Ditto.
11e22c4a 6177
01c52d31
MB
6178 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6179 part as text.
11e22c4a 6180
01c52d31 61812006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11e22c4a 6182
01c52d31
MB
6183 * nnrss.el: Update copyright.
6184 (nnrss-opml-import): Query whether to subscribe to each entry.
97f78c9b 6185
01c52d31
MB
6186 * gnus-art.el:
6187 * gnus-sum.el:
6188 * mm-uu.el:
6189 * mm-view.el: Update copyright.
97f78c9b 6190
01c52d31 61912006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
97f78c9b 6192
01c52d31
MB
6193 * message.el (message-info): New function.
6194 (message-mode-menu): Add it.
6195 Update copyright.
97f78c9b 6196
01c52d31 6197 * ChangeLog: Fix and update copyright.
97f78c9b 6198
01c52d31 61992006-01-13 Romain Francoise <romain@orebokech.com>
afea040a 6200
01c52d31
MB
6201 * message.el (message-forward-subject-name-subject): Prefer the
6202 address to 'nowhere' if the sender has no name.
6203 Fix typo. Update copyright year.
97f78c9b 6204
01c52d31 62052006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
afea040a 6206
01c52d31
MB
6207 * gnus-art.el (article-wash-html): Use
6208 gnus-summary-show-article-charset-alist if a numeric arg is given.
6209 (gnus-article-wash-html-with-w3m-standalone): New function.
afea040a 6210
01c52d31
MB
6211 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6212 mm-inline-text-html-render-with-w3m-standalone.
6213 (mm-text-html-washer-alist): Map w3m-standalone to
6214 gnus-article-wash-html-with-w3m-standalone.
6215 (mm-inline-text-html-render-with-w3m-standalone): New function.
afea040a 6216
01c52d31 62172006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
afea040a 6218
01c52d31
MB
6219 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6220 Improve LaTeX.
4b91459a 6221
01c52d31 62222006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
4b91459a 6223
01c52d31
MB
6224 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6225 (nnrss-request-article): Render text/plain parts as HTML.
4b91459a 6226
01c52d31
MB
6227 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6228 the buffer.
4b91459a 6229
01c52d31 62302006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
4b91459a 6231
01c52d31
MB
6232 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6233 custom definition of `gnus-posting-styles'.
d44e3b45 6234
01c52d31
MB
6235 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6236 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
d44e3b45 6237
01c52d31 62382006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
4b91459a 6239
01c52d31
MB
6240 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6241 Use nntp for bug archive.
4b91459a 6242
01c52d31 62432006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
c03ac728 6244
01c52d31
MB
6245 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6246 parts.
6247 (nnrss-normalize-date): New function converts ISO 8601 date into
6248 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6249 (nnrss-check-group): Use it.
c03ac728 6250
01c52d31 62512006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
d8a88581 6252
01c52d31 6253 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
d8a88581 6254
01c52d31
MB
6255 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6256 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6257 (nnrss-insert-w3): Ditto.
d8a88581 6258
01c52d31 62592005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
d8a88581 6260
01c52d31
MB
6261 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6262 the articles to be forwarded including the case where neither a
6263 number of articles nor a region is specified.
d8a88581 6264
01c52d31 62652005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7573397b 6266
01c52d31
MB
6267 * nnrss.el (nnrss-request-article): Fix last change; fill
6268 text/plain parts.
7573397b 6269
01c52d31 62702005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
7573397b 6271
01c52d31
MB
6272 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6273 in text/plain part.
6274 (nnrss-check-group): Don't add excessive newline to dc:subject.
bcc7dd61 6275
01c52d31 62762005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
bcc7dd61 6277
01c52d31
MB
6278 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6279 article.
9ebc3953 6280
01c52d31 62812005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9ebc3953 6282
01c52d31
MB
6283 * nnml.el: Don't require gnus-bcklg. Autoload it.
6284 (nnml-use-compressed-files, nnml-save-mail): Support other
6285 comression programs such as bzip2.
7929f858 6286
01c52d31 62872005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7929f858 6288
01c52d31
MB
6289 * dns.el (query-dns): Make sure we check the buffer size before
6290 removing tcp headers.
7929f858 6291
01c52d31 62922005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
ead25b5c 6293
01c52d31
MB
6294 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6295 remove MIME buttons associated with multipart/alternative parts.
6296 (gnus-mime-display-alternative): Tag buttons using `article-type'
6297 text property.
ead25b5c 6298
01c52d31
MB
6299 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6300 associated with multipart/alternative parts.
ead25b5c 6301
01c52d31 6302 * gnus-art.el (gnus-signature-separator): Fix custom type.
8774406b 6303
01c52d31
MB
6304 * mm-decode.el (mm-inlined-types): Fix custom type.
6305 (mm-keep-viewer-alive-types): Ditto.
6306 (mm-automatic-display): Ditto.
6307 (mm-attachment-override-types): Ditto.
6308 (mm-inline-override-types): Ditto.
6309 (mm-automatic-external-display): Ditto.
8774406b 6310
01c52d31 63112005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
a0ec7a4a 6312
01c52d31
MB
6313 * spam-report.el (spam-report-user-mail-address)
6314 (spam-report-user-agent): New variables.
6315 (spam-report-url-ping-plain): Use spam-report-user-agent.
a0ec7a4a 6316
01c52d31 63172005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
59fda2fa 6318
01c52d31
MB
6319 * gnus-art.el (gnus-button-handle-custom): Do not just use
6320 `customize-apropos' for any "M-x customize-*" button but the
6321 function called for. Accept both the function name and its
6322 argument in order to achieve this.
6323 (gnus-button-alist): Remove support for "custom:" URL's. Pass
6324 function name to `gnus-button-handle-custom' in case of "M-x
6325 customize-*" buttons.
59fda2fa 6326
01c52d31 63272005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
59fda2fa 6328
01c52d31
MB
6329 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6330 multipart/alternative and add xref to mm-discouraged-alternatives
6331 in doc string.
7d0c69be 6332
01c52d31
MB
6333 * mm-decode.el (mm-discouraged-alternatives): Add xref to
6334 gnus-buttonized-mime-types in doc string.
7d0c69be 6335
01c52d31 63362005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
d6697c02 6337
01c52d31
MB
6338 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6339 Suggest image/.* in the doc string.
d6697c02 6340
01c52d31 63412005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
d6697c02 6342
01c52d31
MB
6343 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6344 message-marks (Debian bug #342521).
d6697c02 6345
01c52d31 63462005-12-12 Simon Josefsson <jas@extundo.com>
84861437 6347
01c52d31
MB
6348 * password.el (password-read-from-cache): Add.
6349 (password-read): Use it.
84861437 6350
01c52d31 63512005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
84861437 6352
01c52d31
MB
6353 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6354 us-ascii as a MIME charset.
3338c0ad 6355
01c52d31
MB
6356 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6357 against the case where the 2nd arg TYPE is nil.
3338c0ad 6358
01c52d31 63592005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
9180519b 6360
01c52d31 6361 * pop3.el (pop3-stream-type): Fix custom version.
9180519b 6362
01c52d31 6363 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9180519b 6364
01c52d31 63652005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
23873c96 6366
01c52d31 6367 * mm-decode.el (mm-display-external): Add missing cdr.
23873c96 6368
01c52d31 63692005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
b66c24b4 6370
01c52d31
MB
6371 * mm-decode.el (mm-display-external): Use nametemplate (defined in
6372 RFC1524) if it is in mailcap or add a suffix according to
6373 mailcap-mime-extensions when generating a temp filename; postpone
6374 deleting a temp file for 2 seconds for some wrappers, shell
6375 scripts, and so on, which might exit right after having started a
6376 viewer command as a background job.
6377
63782005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6379
6380 * nntp.el (nntp-marks-directory): Fix custom group.
6381
6382 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6383 steps when < 10.
6384
6385 * gnus-start.el (gnus-no-server-1): Mention
6386 `gnus-level-default-subscribed' in doc string.
6387
63882005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6389
6390 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6391 parens.
6392
63932005-11-26 Dave Love <fx@gnu.org>
6394
6395 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6396 (tls-program, tls-success): Provide openssl alternative.
6397
6398 * starttls.el: Doc fixes.
6399 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6400 SERVICE to PORT.
6401
002876ab 6402 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
01c52d31
MB
6403 port null or service name.
6404 (starttls-negotiate): Autoload.
6405
64062005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6407
6408 * message.el (message-kill-to-signature): Fix interactive spec.
6409
64102005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6411
6412 * pop3.el (pop3-open-server): Recognize a string as a service name.
6413
64142005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
6415
6416 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6417
64182005-11-23 Dave Love <fx@gnu.org>
6419
6420 Add pop3s, pop3/starttls.
6421
6422 * pop3.el (pop3-authentication-scheme): Clarify doc.
6423 (open-tls-stream, starttls-open-stream): Autoload.
6424 (pop3-stream-type): New.
6425 (pop3-open-server): Use it.
6426
6427 * mail-source.el (mail-sources): Fix some :types. Add stream type
6428 for POP.
6429 (mail-source-keyword-map): Add :stream for POP.
6430 (mail-source-fetch-pop): Use pop3-stream-type.
6431
64322005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
6433
6434 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6435 of current-time-string.
6436
64372005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
6438
6439 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6440 date header.
6441
64422005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6443
6444 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6445 it can seriously impact performance as it bypasses the agent's
6446 local caches.
6447
64482005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6449
6450 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6451 must be explicitly online rather than "not explicitly offline" for
6452 its flags to be synchronized.
6453
6454 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6455 that gnus-uu-unmark-thread will function correctly.
6456
6457 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6458 1024K is instead displayed as 1M.
6459
64602005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6461
6462 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6463
64642005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
6465
6466 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6467
64682005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
6469
6470 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6471 error message to display actual error condition.
6472 (gnus-agent-save-local): Avoid saving symbols that are bound to
6473 nil as they simply result in a warning message in
6474 gnus-agent-read-local.
6475
64762005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6477
6478 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6479 rather than make-variable-buffer-local for file-precious-flag.
6480
64812005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6482
6483 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6484 for duplicates which are removed. The invalid sort check then
6485 triggers a rescan after the sort as sorting may have moved
6486 duplicate entries such that they can be cheaply detected.
6487
64882005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6489
6490 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6491
64922005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6493
6494 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6495 internal variable to a custom variable. Changed default value
6496 from compressed(2) to uncompressed(1).
6497 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6498 support for uncompressed agentview files. Taken together, reading
6499 the agentview file should now be 6-7 times faster.
6500
65012005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
6502
6503 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6504 as a buffer-local variable. This avoids creating truncated
6505 dribble files as a result of a hang up, eg.
6506
65072005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6508
6509 * gnus-start.el (gnus-start-draft-setup): Enforce
6510 `gnus-draft-mode' for nndraft:drafts at startup.
6511
6512 * gnus.el (gnus-splash): Change custom group.
6513 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6514 allow-list argument.
6515
6516 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6517 string.
6518
65192005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6520
6521 * gnus-art.el (gnus-default-article-saver): Add user-defined
6522 `function' to custom type.
6523
65242005-10-30 Chong Yidong <cyd@stupidchicken.com>
6525
6526 * imap.el (imap-open): Handle case where buffer is a buffer
6527 object.
6528
65292005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6530
6531 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6532 long lines.
6533 (gnus-cache-delete-group): Wrap doc strings.
6534
6535 * gnus-agent.el (gnus-agent-rename-group)
6536 (gnus-agent-delete-group): Wrap doc strings.
6537
01c52d31
MB
65382005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6539
6540 * gnus-start.el (gnus-1): Add "native" to
6541 gnus-predefined-server-alist.
6542
6543 * gnus.el (gnus-method-to-server): Don't add "native" to the
6544 lists here, because that leads to problems when
6545 gnus-select-method is bound.
6546
65472005-11-09 Simon Josefsson <jas@extundo.com>
6548
6549 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6550 use (not sort-by-date) instead.
6551
65522005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6553
6554 * gnus-delay.el (gnus-delay-group): Don't autoload.
6555 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6556 to be re-loaded when customizing the `gnus-delay' group.
6557
65582005-11-19 Chong Yidong <cyd@stupidchicken.com>
6559
6560 * message.el: Revert last changes.
6561 (message-insert-citation-line): Use newlines.
6562
65632005-11-17 Chong Yidong <cyd@stupidchicken.com>
6564
6565 * message.el (message-courtesy-message)
6566 (message-mark-insert-begin, message-mark-insert-end)
6567 (message-elide-ellipsis, message-cancel-message)
6568 (message-add-header, message-change-subject)
6569 (message-cross-post-followup-to-header)
6570 (message-cross-post-insert-note, message-reduce-to-to-cc)
6571 (message-widen-reply, message-delete-not-region)
6572 (message-kill-to-signature, message-insert-signature)
6573 (message-insert-importance-high, message-insert-importance-low)
6574 (message-insert-or-toggle-importance)
6575 (message-insert-disposition-notification-to)
6576 (message-indent-citation, message-yank-original)
6577 (message-cite-original-without-signature, message-cite-original)
6578 (message-insert-citation-line, message-position-on-field)
6579 (message-fix-before-sending, message-send-mail-partially)
6580 (message-send-mail, message-send-mail-with-sendmail)
6581 (message-send-mail-with-qmail, message-send-news)
6582 (message-check-news-header-syntax, message-generate-headers)
6583 (message-insert-courtesy-copy, message-fill-address)
6584 (message-fill-header, message-shorten-references)
6585 (message-setup-1, message-cancel-news)
6586 (message-forward-make-body-plain, message-forward-make-body-mime)
6587 (message-forward-make-body-mml, message-encode-message-body)
6588 (message-forward-make-body-digest-plain)
6589 (message-forward-make-body-digest-mime)
6590 (message-use-alternative-email-as-from): Insert `hard-newline'
6591 instead of ordinary newlines.
6592
65932005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
6594
6595 * message.el (message-generate-headers): Downcase the argument
6596 given to message-check-element.
6597
65982005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
6599
6600 * nntp.el (nntp-authinfo-rejected): New error condition.
6601 (nntp-wait-for): Use new error condition to signal authentication
6602 error.
6603 (nntp-retrieve-data): Rethrow new error condition to break out of
6604 recursive call to nntp-send-authinfo.
6605
66062005-11-08 Romain Francoise <romain@orebokech.com>
6607
6608 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6609 (gnus-summary-exit-map): Bind to `Z p'.
6610 (gnus-summary-make-menu-bar): Add menu item.
6611
66122005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
6613
6614 * gnus-art.el (gnus-article-treat-custom): Add `first'.
6615 (gnus-treat-*): Add `first' in all doc strings.
6616
6617 * gnus-group.el (gnus-group-compact-group): Fix typo.
6618
66192005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6620
6621 * gnus.el (gnus-parameters-case-fold-search): New variable.
6622 (gnus-parameters-get-parameter): Use it.
6623
6624 * gnus-score.el (gnus-home-score-file): Doc fix.
6625
66262005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
6627
6628 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6629
66302005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
6631
6632 * mm-util.el (mm-special-display-p): New function.
6633
6634 * mml.el (mml-preview): Use it; doc fix.
6635
66362005-10-29 Romain Francoise <romain@orebokech.com>
6637
6638 * message.el (message-fix-before-sending): Fix comment.
6639
66402005-10-29 Jari Aalto <jari.aalto@cante.net>
6641
6642 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6643
66442005-10-29 Jari Aalto <jari.aalto@cante.net>
6645
6646 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6647 Used in gnus-score.el.
6648
66492005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6650
6651 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6652
66532005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6654
6655 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6656 whitespace removed in revision 7.8. Use concatenated string to
6657 protect trailing whitespace.
6658
880820fe 66592005-10-27 Jouni K. Seppänen <jks@iki.fi>
01c52d31
MB
6660
6661 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6662 (nnimap-request-expire-articles): Use it to avoid sending 'UID
6663 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6664 Courier IMAP ("some version from 2004"). Mostly based on similar
6665 code in the same function.
6666
66672005-10-26 Didier Verna <didier@xemacs.org>
6668
002876ab 6669 * gnus-group.el (gnus-group-compact-group): Invalidate original
01c52d31 6670 article buffer.
002876ab 6671 * gnus-srvr.el (gnus-server-compact-server): Ditto.
c9e31f32 6672 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
01c52d31
MB
6673 NOV database and in article itself.
6674 Invalidate article backlog.
6675
66762005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
6677
6678 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6679
66802005-10-26 Simon Josefsson <jas@extundo.com>
6681
6682 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6683 part of 2004-07-25 change.
6684
66852005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
6686
6687 * message.el (message-display-completion-list): New function.
6688 (message-expand-group): Use it; make sure the Completions buffer
6689 is modifiable.
6690
66912005-10-30 Chong Yidong <cyd@stupidchicken.com>
6692
c9e31f32 6693 * imap.el (imap-open): Handle case where buffer is a buffer object.
01c52d31
MB
6694
66952005-10-24 Eli Zaretskii <eliz@gnu.org>
6696
6697 * pgg-def.el:
6698 * pgg-gpg.el:
6699 * pgg-parse.el:
6700 * pgg-pgp.el:
6701 * pgg-pgp5.el:
6702 * pgg.el: Move to the parent lisp directory.
6703
67042005-10-23 Chong Yidong <cyd@stupidchicken.com>
6705
6706 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6707 user-mail-name is an empty string.
6708
67092005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
6710
6711 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6712 depending on gnus-score-decay-constant.
6713
6714 * encrypt.el (encrypt-insert-file-contents)
6715 (encrypt-write-file-contents): Don't use `gnus-message'.
6716
6717 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6718 arguments.
6719 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
6720 arguments to mm-uu-verbatim-marks-extract.
6721 (mm-uu-hide-markers): New variable.
6722 (mm-uu-extract): Use face similar to `gnus-cite-3'.
6723
6724 * gnus-fun.el (gnus-convert-image-to-x-face-command)
6725 (gnus-convert-image-to-face-command): Use "convert" by default to
6726 allow other input image formats.
6727 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6728 accordingly.
6729
67302005-10-23 Simon Josefsson <jas@extundo.com>
6731
6732 * imap.el (imap-gssapi-program): Align command line parameters
6733 with latest GNU SASL.
6734 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6735
67362005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6737
6738 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6739 HTML.
6740 (nnslashdot-request-article): Ditto.
6741
67422005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
6743
6744 * mail-source.el (mail-source-fetch-pop): Require pop3.
6745 (mail-source-check-pop): Ditto.
6746
67472005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6748
6749 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6750 errors.
6751
67522005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
6753
6754 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6755 (gnus-treat-strip-leading-blank-lines): Improve doc string.
6756
6757 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6758
6759 * mm-bodies.el (mm-decode-string): Call
6760 `mm-charset-to-coding-system' with allow-override argument.
6761
67622005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6763
6764 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6765 (rfc2047-charset-to-coding-system): New function.
6766 (rfc2047-decode-encoded-words): New function.
6767 (rfc2047-decode-region): Use them.
6768 (rfc2047-decode-cte): Remove.
6769 (rfc2047-parse-and-decode): Remove.
6770 (rfc2047-decode): Remove.
6771
67722005-10-15 Kenichi Handa <handa@m17n.org>
6773
6774 * rfc2047.el (rfc2047-decode-cte): New function.
6775 (rfc2047-decode-region): Change the way to decode successive
6776 encoded-words: decode B- or Q-encoding in each encoded-word,
6777 concatenate them, and decode it as charset.
6778
67792005-10-17 Chong Yidong <cyd@stupidchicken.com>
6780
6781 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
6782 widget-move-and-invoke.
6783 (gnus-custom-mode): Use gnus-custom-map.
6784
67852005-10-15 Bill Wohler <wohler@newt.com>
6786
6787 * message.el (message-tool-bar-map): Renamed image file from
6788 mail_send to mail/send.
6789
67902005-10-16 Masatake YAMATO <jet@gyve.org>
6791
6792 * message.el (message-expand-group): Pass the common
6793 prefix substring of completion to `display-completion-list'.
6794
67952005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
6796
6797 * mml-sec.el (mml-secure-method): New internal variable.
6798 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
6799 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6800 functions using mml-secure-method.
6801
6802 * mml.el (mml-mode-map): Add key bindings for those functions.
6803 (mml-menu): Simplify security menu entries. Suggested by Jesper
6804 Harder <harder@myrealbox.com>.
6805 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
6806 end of message if point is the headers of the message.
6807
6808 * message.el (message-in-body-p): New function.
6809
6810 * assistant.el: Autoload gnus-util and netrc.
6811
6812 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
6813 Use `mm-charset-override-alist' only when decoding.
6814
6815 * mm-bodies.el (mm-decode-body): Call
6816 `mm-charset-to-coding-system' with allow-override argument.
6817
6818 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
6819 `filename' from Content-Disposition if Content-Type doesn't
6820 provide `name'.
6821 (gnus-mime-view-part-as-type): Set default instead of
6822 initial-input.
6823
68242005-10-09 Daniel Brockman <daniel@brockman.se>
6825
6826 * format-spec.el (format-spec): Propagate text properties of % spec.
6827
68282005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
6829
6830 * gnus-art.el (gnus-treat-predicate): Add `first'.
6831
68322005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
6833
6834 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
6835 (mm-charset-override-alist): New variable.
6836 (mm-charset-to-coding-system): Use it.
6837 (mm-codepage-setup): New helper function.
6838 (mm-charset-eval-alist): New variable.
6839 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
6840 about unknown charsets.
6841
68422005-10-04 David Hansen <david.hansen@gmx.net>
6843
6844 * nnrss.el (nnrss-request-article): Add support for the comments tag.
6845 (nnrss-check-group): Ditto.
6846
68472005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
6848
6849 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
6850 Rename x-gnus-verbatim to x-verbatim.
6851 (mm-uu-type-alist): Fix regexp for verbatim-marks.
6852
6853 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
6854 x-verbatim.
6855
6856 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
6857
6858 * gnus-util.el (gnus-remove-duplicates): Remove.
6859
6860 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
6861 instead of gnus-remove-duplicates.
6862
6863 * message.el (message-remove-duplicates): Remove.
6864 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
6865 message-remove-duplicates.
6866
6867 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
6868 available, else use implementation from `delete-dups'.
6869
6870 * message.el (message-insert-expires): New function.
6871 (message-mode-map): Add key binding.
6872 (message-mode-field-menu): Add menu entry.
6873 (message-mode): Document it.
6874 (message-make-expires-date): Use `message-make-date'.
6875
68762005-10-04 Josh Huber <huber@alum.wpi.edu>
6877
6878 * message.el (message-make-expires-date): New function.
6879
01c52d31
MB
68802005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
6881
6882 * time-date.el: Autoload parse-time-string, XEmacs needs it.
6883
68842005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6885
6886 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
6887 function rather than the diff-mode.el package.
6888 (mm-display-external): Use with-current-buffer.
6889 (mm-viewer-completion-map, mm-viewer-completion-map):
6890 Move initialization inside declaration.
6891
68922005-09-29 Simon Josefsson <jas@extundo.com>
6893
6894 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
6895 autoload mail-check-payment.
6896 (spam-check-hashcash): Define unconditionally, since hashcash.el
6897 is part of Gnus now. Ignore errors from payment checking.
6898
68992005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
6900
6901 * message.el (message-bold-region, message-unbold-region): Rename
6902 from `bold-region' and `unbold-region'.
6903
6904 * message.el: Remove useless autoloads.
6905
69062005-09-28 Simon Josefsson <jas@extundo.com>
6907
6908 * message.el (message-use-idna): Default to t.
6909 (message-use-idna): Test whether encoding works too. Doc fix.
6910
69112005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6912
6913 * nntp.el (nntp-warn-about-losing-connection): Remove.
6914
69152005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
6916
6917 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
6918 customizable. Change default value.
6919 (mm-uu-diff-groups-regexp): Change default value.
6920 (mm-uu-type-alist): Add doc string.
6921 (mm-uu-configure): Add doc string. Make it interactive.
6922 (mm-uu-tex-groups-regexp): New variable.
6923 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
6924 (mm-uu-type-alist): Add LaTeX documents.
6925 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
6926 of "text/verbatim".
6927 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
6928
6929 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
6930 instead of "text/verbatim".
6931
6932 * message.el (message-mark-inserted-region)
6933 (message-mark-insert-file): Use slrn style marks when called with
6934 prefix argument.
6935
69362005-09-27 Simon Josefsson <jas@extundo.com>
6937
6938 * message.el (message-idna-to-ascii-rhs-1): Reformat.
6939
880820fe 69402005-09-27 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
6941
6942 * message.el (message-remove-duplicates): New function.
6943 Implementation borrowed from `gnus-remove-duplicates'.
6944 (message-idna-to-ascii-rhs): Also encode idna addresses in
6945 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6946 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
6947 only ask about the same idna domain once per header and also tell
6948 in what header to replace the idna domain.
6949
6950 * gnus-art.el (article-decode-idna-rhs): Also decode idna
6951 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6952 (article-decode-idna-rhs): Fix regexp so that all idna-address in
6953 a header is decoded and not just the last one.
6954
69552005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
6956
6957 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
6958 has been decoded.
6959
6960 * mm-decode.el (mm-automatic-display): Add text/verbatim.
6961 (mm-insert-part): Don't modify text if it has been decoded.
6962
6963 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
6964 decoded.
6965
6966 * mm-view.el (mm-inline-text): Don't strip text props unless
6967 decoding enriched or richtext parts.
6968
69692005-09-25 Romain Francoise <romain@orebokech.com>
6970
6971 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
6972 * gnus-start.el (gnus-subscribe-interactively):
6973 * gnus-uu.el (gnus-uu-grab-articles):
6974 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
6975 space.
6976
69772005-09-24 Emilio C. Lopes <eclig@gmx.net>
6978
6979 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6980 * mm-view.el (mm-view-pkcs7-decrypt):
6981 * gnus-sum.el (gnus-summary-limit-to-extra)
6982 (gnus-summary-respool-article, gnus-read-move-group-name):
6983 * gnus-score.el (gnus-summary-increase-score):
6984 * gnus-util.el (gnus-completing-read-with-default):
6985 * gnus-art.el (gnus-read-save-file-name)
6986 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
6987 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
6988 * message.el (message-check-news-header-syntax):
6989 Follow convention for reading with the minibuffer.
6990
69912005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
6992
6993 * spam-report.el (spam-report-url-ping-plain):
6994 Use gnus-extended-version as User-Agent.
6995
6996 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
6997 default value is nil.
6998
6999 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7000 (mm-uu-verbatim-marks-extract): New function.
7001 (mm-uu-extract): New face.
7002 (mm-uu-copy-to-buffer): Use it.
7003
7004 * spam-report.el (spam-report-gmane-ham): Renamed from
7005 `spam-report-gmane-unspam'.
7006 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7007 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
7008
7009 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7010 Autoload.
7011 (spam-report-gmane-unregister-routine): Renamed
7012 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7013
70142005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
7015
7016 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7017 (spam-report-gmane-unregister-routine): Add support for gmane
7018 unregistration.
7019
7020 * spam-report.el (spam-report-gmane-unspam)
7021 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7022 (spam-report-gmane): Change to take a single article and do unspam
7023 registration.
7024
70252005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
7026
7027 * mm-url.el (mm-url-decode-entities): Fix regexp.
7028
70292005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7030
7031 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7032 default to nil, to be able to use Gnus at all. If the default
7033 switches to something else, then the function should be fixed not
7034 be exceedingly slow.
7035
70362005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
7037
7038 * gnus-start.el (gnus-activate-group): If the server is nil, don't
7039 fail hard.
7040
7041 * spam-report.el: Add better Keywords line.
7042
7043 * spam.el: Add Maintainer and better Keywords line.
7044
70452005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
7046
7047 * gnus-art.el (gnus-article-replace-part)
7048 (gnus-mime-replace-part): New functions.
7049 (gnus-mime-action-alist, gnus-mime-button-commands)
7050 (gnus-mime-save-part-and-strip): Added file argument.
7051 (gnus-article-part-wrapper): Added interactive argument.
7052
7053 * gnus-sum.el (gnus-summary-mime-map): Add
7054 `gnus-article-replace-part'.
7055
70562005-09-19 Didier Verna <didier@xemacs.org>
7057
7058 The nnml compaction feature:
7059 * nnml.el (nnml-request-compact-group): New function.
7060 * nnml.el (nnml-request-compact): New function.
7061 * gnus-int.el (gnus-request-compact-group): New function.
7062 * gnus-int.el (gnus-request-compact): New function.
7063 * gnus-group.el (gnus-group-compact-group): New function.
7064 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7065 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7066 * gnus-srvr.el (gnus-server-compact-server): New function.
7067 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7068 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7069
70702005-09-18 Deepak Goel <deego@gnufans.org>
7071
7072 * sieve.el (sieve-help): Fix `message' call: first arg should be a
7073 format spec.
7074
70752005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7076
7077 * gnus.el (gnus-group-startup-message): Bind image-load-path.
7078
70792005-09-15 Romain Francoise <romain@orebokech.com>
7080
7081 * message.el (message-fill-paragraph): Clarify docstring.
7082
70832005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7084
7085 * gnus-art.el (gnus-mime-display-part): Protect against broken
7086 MIME messages.
7087
70882005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
7089
7090 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7091 before parsing header.
7092
70932005-09-11 Jari Aalto <jari.aalto@cante.net>
7094
002876ab 7095 * html2text.el (html2text-replace-list): Add new entities.
01c52d31
MB
7096
70972005-09-11 Romain Francoise <romain@orebokech.com>
7098
7099 * message.el (message-alternative-emails): Improve docstring.
7100 (message-setup-1): Call `message-use-alternative-email-as-from'
7101 after `message-setup-hook' to give it precedence over posting
7102 styles, etc.
7103 (message-use-alternative-email-as-from): Add docstring. Remove
7104 the original From header if present.
7105
7106 * nnml.el (nnml-compressed-files-size-threshold): New variable.
7107 (nnml-save-mail): Use it.
7108
7109 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7110 articles. Add new argument `silent'.
7111 (gnus-uu-mark-all): Report the total number of marked articles.
7112
71132005-09-10 Romain Francoise <romain@orebokech.com>
7114
7115 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7116 (gnus-uu-mark-series): Likewise.
7117
71182005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
7119
7120 * spam-report.el (spam-report-gmane): Fix generation of spam
7121 report URL.
7122
71232005-09-10 Simon Josefsson <jas@extundo.com>
7124
7125 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7126 t, based on discussion on the ding list with Robert Epprecht
7127 <epprecht@solnet.ch>.
7128
71292005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
7130
7131 * spam-report.el (spam-report-gmane): Make it work without
7132 X-Report-Spam header. Gmane now only provides Archived-At.
7133 This is only used if `spam-report-gmane-use-article-number' is nil.
7134 (spam-report-gmane-spam-header): Remove. Not used anymore.
7135
7136 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7137 make `gnus-summary-sort-by-recipient' work with threading.
7138
7139 * nnweb.el (nnweb-google-wash-article): Print a message if article
7140 is not available.
7141
71422005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7143
7144 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7145 change. Decode text/* parts content before displaying.
7146
71472005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
7148
7149 * mml-smime.el: Remove defvar of gnus-extract-address-components.
7150
71512005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
7152
7153 * mm-view.el (mm-display-inline-fontify): Disable support modes.
7154
71552005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
7156
c9e31f32 7157 * message.el (message-tab-body-function): Fix mismatched custom type.
01c52d31
MB
7158
7159 * gnus.el (gnus-group-change-level-function): Ditto.
7160
7161 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7162
7163 * gnus-art.el (gnus-signature-limit)
7164 (gnus-article-mime-part-function): Ditto.
7165
71662005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
7167
7168 * mml.el (mml-mode): Silence the byte compiler.
7169
7170 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7171 using `(sit-for 0)' before moving the point to the specified part;
7172 skip unbuttonized parts.
7173 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7174 return to the summary window if gnus-auto-select-part is non-nil.
7175
71762005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
7177
7178 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7179 variables.
7180 (mml-dnd-attach-file, mml-mode): Use them.
7181
7182 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7183 Make fetching article by MID work again for Google Groups. Added
7184 FIXME concerning gnus-group-make-web-group.
7185
7186 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7187 Don't depend on Gnus by using mail-extract-address-components if
7188 gnus-extract-address-components is not bound.
7189
71902005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7191
7192 * gnus-art.el (gnus-mime-display-security): Don't display the
7193 signature, but only the signed part.
7194
71952005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
7196
7197 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7198
7199 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7200 list, not listp.
7201
72022005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
7203
7204 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7205 when encoding.
7206
7207 * mm-bodies.el (mm-decode-content-transfer-encoding):
7208 De-canonicalize CRLF for all text content types, not just
7209 text/plain.
7210
72112005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7212
7213 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7214 valid article; point arrow and cursor at the MIME button.
7215
72162005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
7217
7218 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7219 Suggested by Dan Christensen <jdc@uwo.ca>.
7220
7221 * mm-decode.el (mm-save-part): Enable change of prompt.
7222
72232005-08-29 Jari Aalto <jari.aalto@cante.net>
7224
7225 * gnus-msg.el (gnus-inews-add-send-actions): Made
7226 `message-post-method' lambda parameter ARG `&optional'.
7227
72282005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
7229
7230 * gnus-sum.el (gnus-summary-mime-map): Added
7231 gnus-article-save-part-and-strip, gnus-article-delete-part and
7232 gnus-article-jump-to-part.
7233
7234 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7235 (gnus-article-edit-part): Use it.
7236 (gnus-article-part-wrapper): Added no-handle argument.
7237 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7238 functions.
7239
72402005-08-29 Romain Francoise <romain@orebokech.com>
7241
7242 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7243 docstring.
7244 (gnus-face-from-file): Likewise.
7245
72462005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
7247
7248 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7249 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7250 non-nil.
7251 (gnus-auto-select-part): New variable.
7252 (gnus-article-jump-to-part): New function.
7253 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7254 (gnus-mime-delete-part): Allow selecting specified part after
7255 deleting or stripping parts.
7256 (gnus-article-jump-to-part): Don't use `read-number'. Use last
7257 part if argument is bogus.
7258
72592005-08-31 Juanma Barranquero <lekktu@gmail.com>
7260
7261 * gnus-art.el (w3m-minor-mode-map):
7262 * gnus-spec.el (gnus-newsrc-file-version):
7263 * gnus-util.el (nnmail-active-file-coding-system)
7264 (gnus-original-article-buffer, gnus-user-agent):
7265 * gnus.el (gnus-ham-process-destinations)
7266 (gnus-parameter-ham-marks-alist)
7267 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7268 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7269 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7270 * mm-decode.el (gnus-current-window-configuration):
7271 * mm-extern.el (gnus-article-mime-handles):
7272 * mm-url.el (url-current-object, url-package-name)
7273 (url-package-version):
7274 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7275 (smime-keys, w3m-cid-retrieve-function-alist)
7276 (w3m-current-buffer, w3m-display-inline-images)
7277 (w3m-minor-mode-map):
7278 * mml-smime.el (gnus-extract-address-components):
7279 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7280 (gnus-newsrc-hashtb, message-default-charset)
7281 (message-deletable-headers, message-options)
7282 (message-posting-charset, message-required-mail-headers)
7283 (message-required-news-headers):
7284 * mml1991.el (mc-pgp-always-sign):
7285 * mml2015.el (mc-pgp-always-sign):
7286 * nnheader.el (nnmail-extra-headers):
7287 * rfc1843.el (gnus-decode-encoded-word-function)
7288 (gnus-decode-header-function, gnus-newsgroup-name):
7289 * spam-stat.el (gnus-original-article-buffer): Add defvars.
7290
72912005-08-22 Karl Chen <quarl@cs.berkeley.edu>
7292
7293 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7294 the end of the date treatments.
7295
72962005-08-15 Simon Josefsson <jas@extundo.com>
7297
7298 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7299 it in url-handlers.el and XEmacs in url.el. Reported by Luca
7300 Capello and Romain Francoise.
7301 (pgg-fetch-key-function): Removed, not used?
7302 (pgg-insert-url-with-w3): Require url, to get
7303 url-insert-file-contents regardless of where it is defined.
7304
73052005-08-13 Romain Francoise <romain@orebokech.com>
7306
7307 * message.el (message-cite-original-1): New function.
7308 (message-cite-original): Use it.
7309 (message-cite-original-without-signature): Ditto.
7310
73112005-08-08 Romain Francoise <romain@orebokech.com>
7312
7313 * message.el (message-yank-empty-prefix): New variable.
7314 (message-indent-citation): Use it.
7315 (message-cite-original-without-signature): Respect X-No-Archive.
7316
73172005-08-08 Simon Josefsson <jas@extundo.com>
7318
7319 * pgg.el: Autoload url-insert-file-contents instead of loading
7320 w3/url.
7321 (pgg-insert-url-with-w3): Don't load url here.
7322
73232005-08-07 Jesper Harder <harder@phys.au.dk>
7324
7325 * message.el (message-kill-to-signature): Don't insert newline at
7326 bol.
7327 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7328
73292005-08-06 Romain Francoise <romain@orebokech.com>
7330
7331 * message.el (message-user-fqdn): Fix typo in docstring.
7332
73332005-08-05 Daiki Ueno <ueno@unixuser.org>
7334
7335 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7336
7337 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7338
73392005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
7340
7341 * mm-bodies.el (mm-encode-body): Use coding system rather than
7342 charset to encode text.
7343
7344 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7345 number of charsets if utf-8 is available (XEmacs).
7346
73472005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
7348
7349 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7350 taken from `gnus-button-mid-or-mail-regexp'.
7351 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7352 (gnus-button-alist): Improve regexp for domain part of the MIDs
7353 for news:localpart@domain buttons.
7354 (gnus-button-ctan-directory-regexp): Update.
7355
73562005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
7357
7358 * sieve-manage.el (sieve-manage-interactive-login): Use
7359 make-local-variable rather than make-variable-buffer-local.
7360 (sieve-manage-open): Ditto.
7361 (sieve-manage-authenticate): Ditto.
7362
7363 * mml.el (mml-generate-mime-1): Make the content type default to
7364 text/plain if the filename is not specified.
7365
73662005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
7367
7368 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7369 instead of insert-buffer.
7370
7371 * message.el (message-yank-original): Ditto; set the mark at the
7372 end of the yanked message.
7373
73742005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
7375
7376 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7377 lines to scroll rather than to stop it.
7378
7379 * mml.el (mml-generate-default-type): Add doc string.
7380 (mml-generate-mime-1): Use mm-default-file-encoding or make it
7381 default to application/octet-stream when determining the content
7382 type if it is not specified for the part or the mml contents; add
7383 a comment about mml-generate-default-type.
7384
73852005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
7386
7387 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7388 make it default to application/octet-stream when determining the
7389 content type if it is not specified for the external contents.
7390
73912005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
7392
7393 * rfc2231.el (rfc2231-parse-string): Take care that not only a
7394 segmented parameter but also other parameters might be there.
7395
73962005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
7397
7398 * mm-decode.el (mm-display-external): Delete temp file, directory
7399 and buffer immediately if the external process is exited.
7400
74012005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
7402
7403 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7404 fewer lines than that of scroll-margin.
7405 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7406
74072005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
7408
7409 * gnus-art.el (gnus-article-next-page): Revert.
7410 (gnus-article-beginning-of-window): New macro.
7411 (gnus-article-next-page-1): Use it.
7412 (gnus-article-prev-page): Ditto.
7413 (gnus-article-edit-part): Use insert-buffer-substring instead of
7414 insert-buffer.
7415 (gnus-article-edit-exit): Ditto.
7416
7417 * gnus-util.el (gnus-beginning-of-window): Remove.
7418 (gnus-end-of-window): Remove.
7419
74202005-07-25 Simon Josefsson <jas@extundo.com>
7421
7422 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7423 to have the url package without w3. Reported by Daiki Ueno
7424 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7425
74262005-07-20 Didier Verna <didier@xemacs.org>
7427
7428 * gnus-diary.el: Remove the description comment (nndiary is now
7429 properly documented in the Gnus manual).
7430 Fix the spelling of "Back End".
7431 * nndiary.el: Ditto.
7432 Fix the copyright notice.
7433
74342005-07-18 Romain Francoise <romain@orebokech.com>
7435
149cd465
JB
7436 * gnus-sum.el (gnus-summary-to-prefix)
7437 (gnus-summary-newsgroup-prefix): New variables.
01c52d31
MB
7438 (gnus-summary-from-or-to-or-newsgroups): Use them.
7439
74402005-07-17 Romain Francoise <romain@orebokech.com>
7441
7442 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7443 space as it's generally not especially interesting to the user.
7444
74452005-07-16 Romain Francoise <romain@orebokech.com>
7446
7447 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7448 nil to avoid prompting and file modification if one of the
7449 messages at the top of the nnfolder file contains a copyright
7450 notice.
7451 Update copyright notice.
7452
7453 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7454 instead of `current-time-string' as the latter creates a time
7455 string that is not RFC 2822 compliant (it lacks the zone).
7456 Update copyright notice.
7457
74582005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7459
7460 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7461 for text/rtf. Display default in prompt. Pass default for M-n.
7462
7463 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7464
74652005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7466
7467 * gnus-msg.el (gnus-button-mailto): Remove
7468 save-selected-window-window hackery because it relies on
7469 save-selected-window internals.
7470
74712005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
7472
7473 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7474 (gnus-article-next-page-1): Use gnus-beginning-of-window.
7475 (gnus-article-prev-page): Ditto.
7476
7477 * gnus-util.el (gnus-beginning-of-window): New function.
7478 (gnus-end-of-window): New function.
7479
74802005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
7481
7482 * gnus-score.el (gnus-score-edit-all-score): Set
7483 gnus-score-edit-exit-function to gnus-score-edit-done and call
7484 gnus-message.
7485
74862005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7487
7488 * gnus-msg.el (gnus-button-mailto): Remove
7489 save-selected-window-window hackery because it relies on
7490 save-selected-window internals.
7491
74922005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7493
7494 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7495 add-minor-mode.
7496 (gnus-binary-mode): Ditto.
7497
7498 * gnus-topic.el (gnus-topic-mode): Ditto.
7499
75002005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
7501
7502 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7503 (gnus-article-prev-page): Take scroll-margin into consideration.
7504
75052005-07-04 Lute Kamstra <lute@gnu.org>
7506
7507 Update FSF's address in GPL notices.
7508
75092005-07-04 Juanma Barranquero <lekktu@gmail.com>
7510
7511 * gnus.el (gnus-exit):
7512 * gnus-group.el (gnus-group-icons):
7513 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7514
7515 * gnus-nocem.el (gnus-nocem):
7516 * message.el (message-various, message-buffers, message-sending)
7517 (message-interface, message-forwarding, message-insertion)
7518 (message-headers, message-news, message-mail):
7519 * pgg-gpg.el (pgg-gpg):
7520 * pgg-parse.el (pgg-parse):
7521 * pgg-pgp.el (pgg-pgp):
7522 * pgg-pgp5.el (pgg-pgp5):
7523 * pop3.el (pop3): Finish `defgroup' description with period.
7524
75252005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
7526
7527 * gnus-art.el (article-display-face): Improve the efficiency.
7528 (article-display-x-face): Ditto; remove grey x-face stuff.
7529
75302005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
7531
7532 * gnus-art.el (article-display-face): Correct the position in
7533 which Faces are inserted.
7534
75352005-06-29 Didier Verna <didier@xemacs.org>
7536
7537 * gnus-art.el (article-display-face): Display faces in correct
7538 order.
7539
75402005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7541
7542 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7543 (gnus-fill-real-hashtb): Use hash table instead of obarray.
7544 (gnus-nocem-check-article): Fetch the Type header.
7545 (gnus-nocem-message-wanted-p): Fix the way to examine types.
7546 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7547 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7548 make sure gnus-nocem-hashtb is initialized.
7549 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7550 (gnus-nocem-unwanted-article-p): Ditto.
7551
7552 * pgg.el (pgg-verify): Return the verification result.
7553
75542005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7555
7556 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7557 is ascii.
7558
75592005-06-24 Juanma Barranquero <lekktu@gmail.com>
7560
7561 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7562 `show-nonbreak-escape'.
7563
75642005-06-23 Lute Kamstra <lute@gnu.org>
7565
7566 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7567
7568 * dig.el (dig-mode):
7569 * smime.el (smime-mode): Use gnus-run-mode-hooks.
7570
75712005-06-21 Juanma Barranquero <lekktu@gmail.com>
7572
7573 * nnimap.el (nnimap-split-download-body): Fix spellings.
7574
75752005-06-16 Juanma Barranquero <lekktu@gmail.com>
7576
7577 * gnus-art.el (gnus-article-encrypt-body):
7578 * gnus-cus.el (gnus-score-customize):
cc398b83
JB
7579 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7580 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
b66c24b4 7581
880820fe 75822005-06-16 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
7583
7584 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7585 header by looking for magic "MII" at the beginnig.
7586
75872005-06-16 Miles Bader <miles@gnu.org>
7588
7589 * assistant.el (assistant-field): Remove "-face" suffix from face name.
7590 (assistant-field-face): New backward-compatibility alias for renamed
7591 face.
7592 (assistant-render-text): Use renamed assistant-field face.
7593
7594 * spam.el (spam): Remove "-face" suffix from face name.
7595 (spam-face): New backward-compatibility alias for renamed face.
7596 (spam-face, spam-initialize): Use renamed spam face.
7597
7598 * message.el (message-header-to, message-header-cc)
7599 (message-header-subject, message-header-newsgroups)
7600 (message-header-other, message-header-name)
7601 (message-header-xheader, message-separator, message-cited-text)
7602 (message-mml): Remove "-face" suffix from face names.
7603 (message-header-to-face, message-header-cc-face)
7604 (message-header-subject-face, message-header-newsgroups-face)
7605 (message-header-other-face, message-header-name-face)
7606 (message-header-xheader-face, message-separator-face)
7607 (message-cited-text-face, message-mml-face):
7608 New backward-compatibility aliases for renamed faces.
7609 (message-font-lock-keywords): Use renamed message faces.
7610
7611 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7612 (sieve-test-commands, sieve-tagged-arguments):
7613 Remove "-face" suffix from face names.
7614 (sieve-control-commands-face, sieve-action-commands-face)
7615 (sieve-test-commands-face, sieve-tagged-arguments-face):
7616 New backward-compatibility aliases for renamed faces.
7617 (sieve-control-commands-face, sieve-action-commands-face)
7618 (sieve-test-commands-face, sieve-tagged-arguments-face):
7619 Use renamed sieve faces.
7620
7621 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7622 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7623 (gnus-group-news-3-empty, gnus-group-news-4)
7624 (gnus-group-news-4-empty, gnus-group-news-5)
7625 (gnus-group-news-5-empty, gnus-group-news-6)
7626 (gnus-group-news-6-empty, gnus-group-news-low)
7627 (gnus-group-news-low-empty, gnus-group-mail-1)
7628 (gnus-group-mail-1-empty, gnus-group-mail-2)
7629 (gnus-group-mail-2-empty, gnus-group-mail-3)
7630 (gnus-group-mail-3-empty, gnus-group-mail-low)
7631 (gnus-group-mail-low-empty, gnus-summary-selected)
7632 (gnus-summary-cancelled, gnus-summary-high-ticked)
7633 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7634 (gnus-summary-high-ancient, gnus-summary-low-ancient)
7635 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7636 (gnus-summary-low-undownloaded)
7637 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7638 (gnus-summary-low-unread, gnus-summary-normal-unread)
7639 (gnus-summary-high-read, gnus-summary-low-read)
7640 (gnus-summary-normal-read, gnus-splash):
7641 Remove "-face" suffix from face names.
7642 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7643 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7644 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7645 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7646 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7647 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7648 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7649 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7650 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7651 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7652 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7653 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7654 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7655 (gnus-summary-normal-ticked-face)
7656 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7657 (gnus-summary-normal-ancient-face)
7658 (gnus-summary-high-undownloaded-face)
7659 (gnus-summary-low-undownloaded-face)
7660 (gnus-summary-normal-undownloaded-face)
7661 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7662 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7663 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7664 (gnus-splash-face):
7665 New backward-compatibility aliases for renamed faces.
7666 (gnus-group-startup-message): Use renamed gnus faces.
7667
7668 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7669 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7670 (gnus-server-agent): Remove "-face" suffix from face names.
7671 (gnus-server-agent-face, gnus-server-opened-face)
7672 (gnus-server-closed-face, gnus-server-denied-face)
7673 (gnus-server-offline-face):
7674 New backward-compatibility aliases for renamed faces.
7675 (gnus-server-agent-face, gnus-server-opened-face)
7676 (gnus-server-closed-face, gnus-server-denied-face)
7677 (gnus-server-offline-face): Use renamed gnus faces.
7678
7679 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7680 Remove "-face" suffix from face names.
7681 (gnus-picon-xbm-face, gnus-picon-face):
7682 New backward-compatibility aliases for renamed faces.
7683
7684 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7685 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7686 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7687 (gnus-cite-11): Remove "-face" suffix from face names.
7688 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7689 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7690 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7691 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7692 New backward-compatibility aliases for renamed faces.
7693 (gnus-cite-attribution-face, gnus-cite-face-list)
7694 (gnus-article-boring-faces): Use renamed gnus faces.
7695
7696 * gnus-art.el (gnus-signature, gnus-header-from)
7697 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7698 (gnus-header-content): Remove "-face" suffix from face names.
7699 (gnus-signature-face, gnus-header-from-face)
7700 (gnus-header-subject-face, gnus-header-newsgroups-face)
7701 (gnus-header-name-face, gnus-header-content-face):
7702 New backward-compatibility aliases for renamed faces.
7703 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7704
7705 * gnus-sum.el (gnus-summary-selected-face)
7706 (gnus-summary-highlight): Use renamed gnus faces.
7707 * gnus-group.el (gnus-group-highlight): Likewise.
7708
77092005-06-14 Juanma Barranquero <lekktu@gmail.com>
7710
7711 * gnus-sieve.el (gnus-sieve-article-add-rule):
7712 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7713 * spam-stat.el (spam-stat-buffer-change-to-spam)
7714 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7715
7716 * message.el (message-is-yours-p):
7717 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7718
77192005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
7720
7721 * mm-view.el (mm-inline-text): Withdraw the last change.
7722
77232005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
7724
7725 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7726 executing enriched-decode.
7727
77282005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
7729
7730 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7731 charset of tar files.
7732
77332005-06-04 Luc Teirlinck <teirllm@auburn.edu>
7734
7735 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7736
77372005-06-04 Lute Kamstra <lute@gnu.org>
7738
7739 * nnfolder.el (nnfolder-read-folder): Make sure that undo
7740 information is never recorded.
7741
77422005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7743
7744 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7745
77462005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
7747
7748 * pop3.el (pop3-apop): Run md5 in the binary mode.
7749
7750 * starttls.el (starttls-set-process-query-on-exit-flag):
7751 Use eval-and-compile.
7752
77532005-05-31 Simon Josefsson <jas@extundo.com>
7754
7755 * smime.el (smime-replace-in-string): Define.
7756 (smime-cert-by-ldap-1): Use it.
7757
77582005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
7759
7760 * gnus-art.el (article-display-x-face): Replace
7761 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7762
7763 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7764 set-process-query-on-exit-flag or process-kill-without-query.
7765
7766 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7767 loop instead of replace-regexp.
7768
7769 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7770 instead of process-kill-without-query if it is available.
7771
7772 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7773 instead of find-file-hooks if it is available.
7774
7775 * mml1991.el: Bind pgg-default-user-id when compiling.
7776
7777 * mml2015.el: Bind pgg-default-user-id when compiling.
7778
7779 * nndraft.el (nndraft-request-associate-buffer):
7780 Use write-contents-functions instead of write-contents-hooks if it is
7781 available.
7782
7783 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7784 instead of find-file-hooks if it is available.
7785
7786 * nntp.el (nntp-open-connection): Replace
7787 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7788 (nntp-open-ssl-stream): Ditto.
7789 (nntp-open-tls-stream): Ditto.
7790
7791 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
7792 set-process-query-on-exit-flag or process-kill-without-query.
7793 (starttls-open-stream-gnutls): Use it instead of
7794 process-kill-without-query.
7795 (starttls-open-stream): Ditto.
7796
77972005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
7798
7799 * smime.el (smime-cert-by-ldap-1): Don't use
7800 replace-regexp-in-string.
7801
880820fe 78022005-05-31 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
7803
7804 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
7805
7806 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
002876ab 7807 in PEM format. Adjust to the XEmacs compability.
01c52d31
MB
7808
78092005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
7810
7811 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
7812 by `string-to-number'.
7813 * gnus-agent.el (gnus-agent-regenerate-group)
7814 (gnus-agent-fetch-articles): Ditto.
7815 * gnus-art.el (gnus-button-fetch-group): Ditto.
7816 * gnus-cache.el (gnus-cache-generate-active)
7817 (gnus-cache-articles-in-group): Ditto.
7818 * gnus-group.el (gnus-group-set-current-level)
7819 (gnus-group-insert-group-line): Ditto.
7820 * gnus-score.el (gnus-score-set-expunge-below)
7821 (gnus-score-set-mark-below, gnus-summary-score-effect)
7822 (gnus-summary-score-entry): Ditto.
7823 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
7824 (gnus-soup-pack): Ditto.
7825 * gnus-spec.el (gnus-xmas-format): Ditto.
7826 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
7827 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
7828 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
7829 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
7830 * nndb.el (nndb-get-remote-expire-response): Ditto.
7831 * nndiary.el (nndiary-parse-schedule-value)
7832 (nndiary-string-to-number, nndiary-request-replace-article)
7833 (nndiary-request-article): Ditto.
7834 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
7835 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
7836 * nneething.el (nneething-make-head): Ditto.
7837 * nnfolder.el (nnfolder-request-article)
7838 (nnfolder-retrieve-headers): Ditto.
7839 * nnheader.el (nnheader-file-to-number): Ditto.
7840 * nnkiboze.el (nnkiboze-request-article): Ditto.
7841 * nnmail.el (nnmail-process-unix-mail-format)
7842 (nnmail-process-babyl-mail-format): Ditto.
7843 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
7844 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
7845 (nnmh-request-create-group, nnmh-request-list-1)
7846 (nnmh-request-group, nnmh-request-article): Ditto.
7847 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
7848 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
7849 * nnsoup.el (nnsoup-make-active): Ditto.
7850 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
7851 * nntp.el (nntp-find-group-and-number)
7852 (nntp-retrieve-headers-with-xover): Ditto.
7853 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
7854 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
7855 (pgg-format-key-identifier): Ditto.
7856 * pop3.el (pop3-last, pop3-stat): Ditto.
7857 * qp.el (quoted-printable-decode-region): Ditto.
7858
7859 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
7860 of concat.
7861
78622005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
7863
7864 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
7865
7866 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
7867
7868 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
7869
7870 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
7871
7872 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
7873
7874 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
7875
7876 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
7877 (gnus-carpal-mode): Ditto.
7878
7879 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
7880 (gnus-browse-mode): Ditto.
7881
7882 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
7883
7884 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
7885
78862005-05-29 Richard M. Stallman <rms@gnu.org>
7887
7888 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
7889
78902005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
7891
7892 * gnus-util.el (gnus-run-mode-hooks): New function.
7893
7894 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
7895
78962005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7897
7898 * gnus-agent.el (gnus-agent-make-mode-line-string):
7899 Use mode-line-highlight as mouse-face.
7900
79012005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
7902
7903 * canlock.el (canlock): Change the parent group to news.
7904
7905 * deuglify.el (gnus-outlook-deuglify): Add :group.
7906
7907 * dig.el (dig): Add :group.
7908
7909 * dns-mode.el (dns-mode): Add :group.
7910
7911 * encrypt.el (encrypt): Add :group.
7912
7913 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
7914 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
7915 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
7916 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
7917 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
7918
7919 * gnus-diary.el (gnus-diary): Add :group.
7920
7921 * gnus.el (gnus-group-news-1-face): Add :group.
7922 (gnus-group-news-1-empty-face): Ditto.
7923 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
7924 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
7925 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
7926 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
7927 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
7928 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
7929 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
7930 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
7931 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
7932 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
7933 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
7934 (gnus-summary-high-ticked-face): Ditto.
7935 (gnus-summary-low-ticked-face): Ditto.
7936 (gnus-summary-normal-ticked-face): Ditto.
7937 (gnus-summary-high-ancient-face): Ditto.
7938 (gnus-summary-low-ancient-face): Ditto.
7939 (gnus-summary-normal-ancient-face): Ditto.
7940 (gnus-summary-high-undownloaded-face): Ditto.
7941 (gnus-summary-low-undownloaded-face): Ditto.
7942 (gnus-summary-normal-undownloaded-face): Ditto.
7943 (gnus-summary-high-unread-face): Ditto.
7944 (gnus-summary-low-unread-face): Ditto.
7945 (gnus-summary-normal-unread-face): Ditto.
7946 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
7947 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
7948
7949 * hashcash.el (hashcash): New custom group.
7950 (hashcash-default-payment): Add :group.
7951 (hashcash-payment-alist): Ditto.
7952 (hashcash-default-accept-payment): Ditto.
7953 (hashcash-accept-resources): Ditto.
7954 (hashcash-path): Ditto.
7955 (hashcash-extra-generate-parameters): Ditto.
7956 (hashcash-double-spend-database): Ditto.
7957 (hashcash-in-news): Ditto.
7958
7959 * message.el (message-minibuffer-local-map): Add :group.
7960
7961 * netrc.el (netrc): Add :group.
7962
7963 * sieve-manage.el (sieve-manage-log): Add :group.
7964 (sieve-manage-default-user): Diito.
7965 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
7966 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
7967 (sieve-manage-authenticators): Ditto.
7968 (sieve-manage-authenticator-alist): Ditto.
7969 (sieve-manage-default-port): Ditto.
7970
7971 * sieve-mode.el (sieve-control-commands-face): Add :group.
7972 (sieve-action-commands-face): Ditto.
7973 (sieve-test-commands-face): Ditto.
7974 (sieve-tagged-arguments-face): Ditto.
7975
7976 * smime.el (smime): Add :group.
7977
7978 * spam-report.el (spam-report): Add :group.
7979
7980 * spam.el (spam, spam-face): Add :group.
7981
79822005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7983
7984 * nntp.el (nntp-next-result-arrived-p): Some news servers may
7985 return \n.\n.\n at the end of articles. Protect against that.
7986 (nntp-with-open-group): Allow debugging.
7987
7988 * nnheader.el (mail-header-set-extra): Make into a function
7989 because I just could't understand how to quote the list properly.
7990
7991 * dns.el (query-dns-cached): New function.
7992
79932005-05-26 Lute Kamstra <lute@gnu.org>
7994
7995 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
7996
79972005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
7998
7999 * gnus-art.el: Don't autoload mail-extract-address-components.
8000
8001 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8002 eval-and-compile to evaluate it.
8003
8004 * hashcash.el: Don't autoload executable-find.
8005
8006 * nndb.el: Don't declare the nndb back end two or more times; don't
8007 autoload news-reply-mode, news-setup, cancel-timer and telnet.
8008
8009 * nntp.el: Autoload format-spec instead of format; use
8010 eval-and-compile to evaluate autoload forms.
8011
80122005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
8013
8014 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8015
80162005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8017
8018 * gnus.el (gnus-version-number): Bump version.
8019
80202005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
8021
8022 * gnus.el: No Gnus v0.3 is released.
8023
80242005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
8025
8026 * gnus-art.el (gnus-article-edit-part): Disable undo.
8027
80282005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
8029
8030 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8031 gnus-article-date-lapsed-new-header is t if date timer is active;
8032 skip headers in which the original date value is empty.
8033 (gnus-article-save-original-date): Redefine it as a macro.
8034 (gnus-display-mime): Use it.
8035
80362005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
8037
8038 * gnus-art.el (article-date-ut): Support converting date in
8039 forwarded parts as well.
8040 (gnus-article-save-original-date): New function.
8041 (gnus-display-mime): Use it.
8042
80432005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
8044
8045 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8046 enclosure element of <item>.
8047
80482005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
8049
8050 * message.el (message-kill-buffer-query): Renamed from
8051 `message-kill-buffer-query-if-modified'. Added :version.
8052
80532005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
8054
8055 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8056 window layout.
8057
80582005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
8059
8060 * mml.el: Autoload dnd when compiling.
8061
80622005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
8063
8064 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8065 x-dnd-*.
8066
80672005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
8068
8069 * qp.el (quoted-printable-encode-region): Save excursion.
8070
80712005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
8072
8073 * message.el (message-kill-buffer-query-if-modified): Add new variable
8074 so the user can kill a modified message buffer quickly.
8075 (message-kill-buffer): Use it.
8076
80772005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
8078
8079 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
8080 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8081
80822005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
8083
8084 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8085 contained in text because xml.el decodes entities) with LFs.
8086
80872005-04-11 Lute Kamstra <lute@gnu.org>
8088
8089 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8090 differently.
8091
80922005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8093
8094 * mm-util.el (mm-detect-coding-region): Typo.
8095
80962005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
8097
8098 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8099
81002005-04-06 D Goel <deego@gnufans.org>
8101
8102 * spam-stat.el (spam-stat-score-buffer): Add a call to a
8103 user-function allow user modifications of the scores.
8104 (spam-stat-score-buffer-user): New function, to allow
8105 user-computed modifications to the score.
002876ab
JB
8106 (spam-stat-score-buffer-user-functions): List of additional
8107 scoring functions.
8108 (spam-stat-error-holder): Global temporary error holder.
8109 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8110 variable.
01c52d31
MB
8111
81122005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
8113
8114 * gnus-registry.el (gnus-registry-clean-empty-function)
8115 (gnus-registry-trim, gnus-registry-fetch-groups)
8116 (gnus-registry-delete-group): Groups that match
8117 `gnus-registry-ignored-groups' are removed from the registry
8118 entries, not just ignored for splitting. This helps clean up the
8119 registry. Also, `gnus-registry-fetch-groups' is a convenient way
8120 to get all the groups a message ID is in.
8121
8122 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8123 (spam-stat-split-fancy): Change "threshhold" to "threshold"
8124 (spam-stat-score-buffer-user-functions): Add :number custom type.
8125
81262005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8127
8128 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8129 argument in XEmacs.
8130
8131 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8132 (nnrss-request-group): Decode group name first.
8133 (nnrss-request-article): Make a text/plain article if mml-to-mime
8134 failed.
8135 (nnrss-get-encoding): Return a compatible encoding according to
8136 nnrss-compatible-encoding-alist.
8137 (nnrss-find-el): Use consp instead of listp.
8138 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8139
81402005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8141
8142 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8143 which Emacs 20 doesn't support.
8144 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8145
81462005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
8147
8148 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
002876ab 8149 silence the byte compiler inside the defun.
01c52d31
MB
8150
8151 * gnus-demon.el (parse-time-string): Add autoload.
8152
8153 * gnus-delay.el (parse-time-string): Add autoload.
8154
8155 * gnus-art.el (parse-time-string): Add autoload.
8156
8157 * nnultimate.el (parse-time): Require for `parse-time-string'.
8158
81592005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
8160
8161 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8162
8163 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8164
8165 * smime.el (smime-ldap-host-list): Add :version.
8166
81672005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8168
8169 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8170 pass it to `gnus-browse-read-group'.
8171 (gnus-browse-read-group): Add NUMBER argument and pass it to
8172 `gnus-group-read-ephemeral-group'.
8173
8174 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8175 argument and pass it to `gnus-group-read-group'.
8176
81772005-03-19 Aidan Kehoe <kehoea@parhasard.net>
8178
8179 * mm-util.el (mm-xemacs-find-mime-charset): Only call
8180 mm-xemacs-find-mime-charset-1 if we have the mule feature
8181 available at runtime.
8182
81832005-03-25 Werner Lemberg <wl@gnu.org>
8184
8185 * nnmaildir.el: Replace `illegal' with `invalid'.
8186
81872005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8188
8189 * gnus-start.el (gnus-display-time-event-handler):
8190 Check display-time-timer at runtime rather than only at load time
8191 in case display-time-mode is turned off in the mean time.
8192
81932005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
8194
8195 * nnimap.el (nnimap-open-connection): Print which authinfo file is
8196 used.
8197
8198 * nneething.el (nneething-map-file-directory): Derive from
8199 `gnus-directory'.
8200
8201 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8202 the To/Cc button.
8203
82042005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
8205
8206 * nnmaildir.el (nnmaildir-request-accept-article):
8207 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8208
82092005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
8210
8211 * gnus-async.el: Require timer-funcs at compile time when in
8212 XEmacs for `run-with-idle-timer'.
8213
82142005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
8215
8216 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8217 autoloaded function.
8218
82192005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8220
8221 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8222
880820fe 82232005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
01c52d31
MB
8224
8225 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8226
82272005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8228
8229 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8230 gnus-expert-user to default.
8231
82322005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
8233
8234 * nnimap.el (nnimap-open-server): Ditto.
8235
8236 * imap.el (imap-authenticate): Fix typo.
8237
82382005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
8239
8240 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8241 buffer (since IMAP server might return FETCH response out of
8242 order, and the nntp buffer must be sorted).
8243
82442005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
8245
8246 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8247 comparison on string.
8248
149cd465
JB
8249 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8250 (gnus-agent-score): Renamed category keywords to match gnus-cus.
01c52d31
MB
8251 (gnus-agent-summary-fetch-series): Modified to protect against
8252 gnus-agent-summary-fetch-group clearing processable flags.
8253 (gnus-agent-synchronize-group-flags): Update live group buffer as
8254 synchronization may occur due to the user toggle the plugged
8255 status.
8256 (gnus-agent-fetch-group-1): Clear downloadable flag when article
8257 successfully downloaded.
8258 (gnus-agent-expire-group-1): Avoid using markers when the overview
8259 is in ascending order; greatly improves performance.
8260 (gnus-agent-regenerate-group): Use
8261 gnus-agent-synchronize-group-flags to reset read status in both
8262 gnus and server.
8263 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8264
82652005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8266
8267 * message.el: Don't autoload former message-utils variables.
8268 (message-strip-subject-trailing-was): Change doc string.
8269
8270 * nnweb.el: Fixes for `gnus-group-make-web-group'.
8271 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
8272 (nnweb-google-search): Add "hl=en" here.
8273 (nnweb-google-parse-1, nnweb-google-create-mapping):
8274 Don't hardcode URL.
8275
82762005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8277
8278 * message.el (message-get-reply-headers, message-followup):
8279 Mention related variables `message-use-followup-to' and
8280 `message-use-mail-followup-to', in the information buffer.
8281
8282 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8283 of broken groups(-beta).google.com.
8284
82852005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
8286
8287 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8288 parameter to invoked gnus-request-move-article; remove the
8289 redundant gnus-sum-hint-move-is-internal variable; apply the marks
8290 all at once instead of once per article.
8291 (gnus-summary-remove-process-mark): Accept a list of articles as
8292 well as a single article for processing.
8293
8294 * gnus-int.el (gnus-request-move-article): Add move-is-internal
8295 parameter.
8296
8297 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8298
8299 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8300
8301 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8302 parameter.
8303
8304 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8305 parameter.
8306
8307 * nnimap.el (nnimap-request-move-article): Add move-is-internal
8308 parameter and remove the gnus-sum-hint-move-is-internal variable.
8309
8310 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8311 parameter.
8312
8313 * nndraft.el (nndraft-request-move-article): Add move-is-internal
8314 parameter.
8315
8316 * nndiary.el (nndiary-request-move-article): Add move-is-internal
8317 parameter.
8318
8319 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8320
8321 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8322 parameter.
8323
8324 * nnagent.el (nnagent-request-move-article): Add move-is-internal
8325 parameter.
8326
83272005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
8328
8329 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8330 a more conservative way.
8331
83322005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8333
8334 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8335 buffer, so it moves the window's cursor.
8336
880820fe 83372005-02-26 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
8338
8339 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8340 `mm-dissect-multipart' and receive the from field as an (optional)
8341 argument from `mm-dissect-multipart'.
8342 (mm-dissect-multipart): Receive the from field as an argument and
8343 pass it on when we call `mm-dissect-buffer' on MIME parts.
8344 Fixes verification/decryption of signed/encrypted MIME parts.
8345
83462005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
8347
8348 * gnus-sum.el (gnus-summary-move-article): Set
8349 gnus-sum-hint-move-is-internal for gnus-request-move-article and
8350 whatever it calls (right now, only nnimap-request-move article
8351 respects it).
8352
8353 * nnimap.el (nnimap-request-move-article): When
8354 gnus-sum-hint-move-is-internal is set, don't do the extra
8355 nnimap-request-article.
8356
83572005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
8358
8359 * nnheader.el (nnheader-find-file-noselect): Add doc string.
8360
8361 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8362 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8363
8364 * gnus-sum.el (gnus-summary-caesar-message):
8365 Apply `gnus-treat-article' after rotation.
8366
8367 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8368 doc string.
8369
83702005-02-22 Simon Josefsson <jas@extundo.com>
8371
8372 * encrypt.el (encrypt-password-cache-expiry): Remove (use
880820fe 8373 `password-cache-expiry' instead). Reported by Arne Jørgensen
01c52d31
MB
8374 <arne@arnested.dk>.
8375 (encrypt): Add password-cache and password-cache-expiry as group
8376 members.
8377
880820fe 83782005-02-22 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
8379
8380 * smime.el (smime-ldap-host-list): Doc fix.
8381 (smime-ask-passphrase): Use `password-read-and-add' to read (and
8382 cache) password.
8383 (smime-sign-region): Use it.
8384 (smime-decrypt-region): Use it.
8385 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8386 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8387 fails.
8388 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8389 certificate from DER to PEM format rather than calling openssl.
8390
8391 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8392
8393 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8394 for signing/encryption.
8395
8396 * mml.el (mml-parse-1): Use them.
8397
880820fe 83982005-02-21 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
8399
8400 * nnrss.el (nnrss-verbose): Removed.
8401 (nnrss-request-group): Use `nnheader-message' instead.
8402
84032005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
8404
8405 * nnrss.el (nnrss-verbose): New variable.
8406 (nnrss-request-group): Make it say nnrss is requesting a group.
8407
84082005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
8409
8410 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8411 Handle news URL with given port correctly.
8412
84132005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
8414
8415 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8416 containing special characters.
8417
8418 * gnus-sum.el (gnus-summary-edit-article): Ditto.
8419
8420 * mml.el (mime-to-mml): Ditto.
8421
8422 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8423 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8424 (rfc2047-decode-region): Quote decoded words containing special
8425 characters when rfc2047-quote-decoded-words-containing-tspecials
8426 is non-nil.
8427
84282005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
8429
8430 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8431
8432 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8433
84342005-02-15 Simon Josefsson <jas@extundo.com>
8435
8436 * nnimap.el (nnimap-debug): Doc fix.
8437
8438 * imap.el (imap-debug): Doc fix.
8439
84402005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
8441
8442 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8443
84442005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
8445
8446 * gnus.el (spam-contents): Improve docs for spam-contents
8447 parameter in its variable incarnation.
8448
84492005-02-14 Simon Josefsson <jas@extundo.com>
8450
8451 * smime-ldap.el: Use require instead of load-library for ldap.
8452 (smime-ldap-search): Indent.
8453 (smime-ldap-search-internal): Shorten line.
8454
8455 * smime.el (smime-cert-by-dns): Add doc-string.
8456 (smime-cert-by-ldap-1): Indent.
8457
8458 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8459 mml-smime-get-dns-ldap.
8460 (mml-smime-encrypt-query): Use new function. Default to ldap.
8461
880820fe 84622005-02-14 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
8463
8464 * smime.el: Require smime-ldap.
8465 (smime-ldap-host-list): New variable.
8466 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8467
8468 * mml-smime.el (mml-smime-encrypt-query): New function.
8469 (mml-smime-encrypt-query): Use it.
8470
8471 * smime-ldap.el: New file.
8472
84732005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
8474
8475 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8476
84772005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8478
8479 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8480 argument in doc string. Make query for type more clear.
8481
84822005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
8483
8484 * gnus.el (gnus-group-startup-message): Search for gnus images in
8485 etc/images/gnus.
8486 * mm-util.el (mm-image-load-path): Likewise.
8487 * smiley.el (smiley-data-directory): Search for smilies in
8488 etc/images/smilies.
8489
84902005-02-09 Kim F. Storm <storm@cua.dk>
8491
8492 Change Emacs release version from 21.4 to 22.1 throughout.
8493 Change Emacs development version from 21.3.50 to 22.0.50.
8494
84952005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
8496
8497 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8498
8499 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8500 non-Mule XEmacs as well.
8501 (mm-decompress-buffer): Signal an error intentionally if it does
8502 not decompress compressed data because auto-compression-mode is
8503 disabled.
8504
85052005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
8506
8507 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8508 an ID in the registry even if it has no groups.
8509
85102005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
8511
8512 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8513 merge it into mm-decompress-buffer.
8514 (gnus-mime-copy-part): Use the MIME part charset, the value which
8515 a user specified or gnus-newsgroup-charset for decoding, like
8516 gnus-mime-inline-part does; set buffer-file-coding-system to tell
8517 save-buffer what was used. Suggested by Kevin Ryde
8518 <user42@zip.com.au>.
8519 (gnus-mime-inline-part): Allow the name parameter as well as the
8520 filename parameter; force decompressing of compressed data; always
8521 display contents being not decoded as unibyte.
8522
8523 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8524 as well as the filename parameter.
8525
8526 * mm-util.el (mm-decompress-buffer): Merge
8527 gnus-mime-jka-compr-maybe-uncompress.
8528 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8529 of compressed data.
8530
85312005-02-08 Simon Josefsson <jas@extundo.com>
8532
8533 * imap.el (imap-log): Doc fix.
8534
85352005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
8536
8537 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8538 the coding cookies; decompress compressed parts.
8539
10d1d0af 8540 * mml.el (mml-generate-mime-1): Add the charset parameter according
01c52d31
MB
8541 to the value which a user specified manually or the coding cookie.
8542
8543 * mm-util.el (mm-string-to-multibyte): New function.
8544 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8545 (mm-coding-system-to-mime-charset): New function.
8546 (mm-decompress-buffer): New function.
8547 (mm-find-buffer-file-coding-system): New function.
8548
8549 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8550 (mm-display-inline-fontify): Rewrite for decoding and decompressing
8551 parts.
8552
85532005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8554
8555 * mm-view.el (mm-display-inline-fontify): Decode a part according
8556 to the charset parameter.
8557
85582005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
8559
8560 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8561 prefix arg is neither nil nor a number, as info specifies.
8562
85632005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
8564
8565 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8566 timestamps.
8567
85682005-02-02 Jari Aalto <jari.aalto@cante.net>
8569
8570 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8571 groups error checking and notify user.
8572
85732005-02-02 Jari Aalto <jari.aalto@poboxes.com>
8574
8575 * message.el (message-send-mail-function): Check existence of
8576 sendmail-program first before using default value
8577 `message-send-mail-with-sendmail'. Otherwise use more generic
8578 `smtpmail-send-it'.
8579
85802005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8581
8582 * nntp.el (nntp-request-update-info): Always return nil.
8583
85842005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
8585
8586 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8587
85882005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8589
8590 * message.el (message-beginning-of-line): Change the behavior when
8591 invoked between BOL and : so that it first moves backward.
8592
85932005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8594
8595 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8596 article buffer when editing of the article is discarded.
8597 (gnus-article-prepare): Revert.
8598
85992005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8600
8601 * gnus-art.el (gnus-article-prepare):
8602 Remove message-strip-forbidden-properties from the local hook.
8603
86042005-01-27 Simon Josefsson <jas@extundo.com>
8605
8606 * password.el (password-cache-add): Only start one timer per key.
8607 Reported by Derek Atkins <warlord@MIT.EDU>.
8608
86092005-01-26 Steve Youngs <steve@sxemacs.org>
8610
8611 * run-at-time.el: Removed. It is no longer needed as
8612 timer-funcs.el in the xemacs-base package has a working version of
8613 `run-at-time'.
8614
8615 * password.el: Require timer-funcs instead of run-at-time in
8616 XEmacs.
8617 Remove `password-run-at-time' macro.
8618 (password-cache-add): Use `run-at-time' instead of
8619 `password-run-at-time'.
8620
8621 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8622 for `run-with-idle-timer'.
8623
8624 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8625 for `run-at-time'.
8626
8627 * mm-url.el: Require timer-funcs at compile time when in XEmacs
8628 for `with-timeout'.
8629
86302005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8631
8632 * mml.el (mml-generate-mime-1): Convert string into unibyte when
8633 inserting " *mml*" buffer's contents into a unibyte temp buffer.
8634
86352005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
8636
8637 * mail-source.el (mail-source-fetch-imap): Search for ^From case
8638 sensitively.
8639
86402005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
8641
8642 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8643
86442005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
8645
8646 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8647 which will be inserted according to the multibyteness of a buffer
8648 rather than the type of contents. Suggested by ARISAWA Akihiro
8649 <ari@mbf.ocn.ne.jp>.
8650
8651 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8652 of string which old xml.el may return rather than a string.
8653
86542005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8655
8656 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8657
86582005-01-16 Simon Josefsson <jas@extundo.com>
8659
8660 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8661 idn/idna.el isn't available.
8662 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
8663 <michael@waxrat.com>.
8664
8665 * hashcash.el: Remove non-FSF copyright header.
8666
8667 * hashcash.el (hashcash-extra-generate-parameters): New variable.
8668 (hashcash-generate-payment): Use it.
8669 (hashcash-generate-payment-async): Use it.
8670
86712005-01-15 Simon Josefsson <jas@extundo.com>
8672
8673 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8674 Suggested by Raymond Scholz <ray-2005@zonix.de>.
8675
8676 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8677 gnus-summary-idna-message.
8678 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8679 (gnus-summary-idna-message): New function.
8680
86812005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
8682
8683 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8684 gnus-novice-user.
8685
86862005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
8687
8688 * nnrss.el (nnrss-request-delete-group): Delete entries in
8689 nnrss-group-alist as well.
8690 (nnrss-save-server-data): Insert newline.
8691
86922005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
8693
8694 * gnus.el (gnus-user-agent): Use list of symbols instead of
8695 symbols. Display full version number for (S)XEmacs. Optionally
8696 display (S)XEmacs codename.
8697
8698 * gnus-util.el (gnus-emacs-version): Update for new
8699 `gnus-user-agent'.
8700
8701 * gnus-msg.el (gnus-extended-version): Make it possible to omit
8702 Gnus version.
8703
87042005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
8705
8706 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
8707 which is unreadable in some setups.
8708
87092005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8710
8711 * gnus-spec.el (gnus-update-format-specifications): Flush the
8712 group format spec cache if it doesn't support decoded group names.
8713
87142005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8715
c9e31f32
SM
8716 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8717 Allow to apply decay on score files matching a regexp.
01c52d31
MB
8718
87192004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
8720
8721 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8722 compatibility in %g and %c.
8723
87242004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
8725
8726 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8727 name for only %g and %c.
8728 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8729 of gnus-tmp-group to decoded group name.
8730 (gnus-group-make-rss-group): Exclude `/'s from group names.
8731
87322004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
8733
8734 * nnrss.el (nnrss-get-encoding): Fix regexp.
8735
87362004-12-27 Simon Josefsson <jas@extundo.com>
8737
8738 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8739 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8740 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
8741
87422004-12-17 Kim F. Storm <storm@cua.dk>
8743
8744 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8745
8746 * gnus-sum.el (gnus-summary-mode-map): Likewise.
8747
87482004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8749
8750 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8751
87522004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
8753
8754 * nnrss.el: Require rfc2047 and mml.
8755 (nnrss-file-coding-system): New variable.
8756 (nnrss-format-string): Redefine it as an inline function.
8757 (nnrss-decode-group-name): New function.
8758 (nnrss-string-as-multibyte): Remove.
8759 (nnrss-retrieve-headers): Decode group name; don't use
8760 nnrss-format-string.
8761 (nnrss-request-group): Decode group name.
8762 (nnrss-request-article): Decode group name; allow a Message-ID as
8763 well as an article number; don't use nnrss-format-string; encode a
8764 Message-ID string which may contain non-ASCII characters; use
8765 mml-to-mime to compose a MIME article.
8766 (nnrss-request-expire-articles): Decode group name.
8767 (nnrss-request-delete-group): Decode group name.
8768 (nnrss-fetch): Clarify error message.
8769 (nnrss-read-server-data): Use insert-file-contents instead of load;
8770 bind file-name-coding-system; use multibyte buffer.
8771 (nnrss-save-server-data): Bind coding-system-for-write to the
8772 value of nnrss-file-coding-system; bind file-name-coding-system;
8773 add coding cookie.
8774 (nnrss-read-group-data): Use insert-file-contents instead of load;
8775 bind file-name-coding-system; use multibyte buffer.
8776 (nnrss-save-group-data): Bind coding-system-for-write to the
8777 value of nnrss-file-coding-system; bind file-name-coding-system.
8778 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8779 make it work with non-ASCII text.
8780 (nnrss-find-el): Make it work with old xml.el as well.
8781
87822004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8783
8784 * nnrss.el (nnrss-get-encoding): New function.
8785 (nnrss-fetch): Use unibyte buffer initially; bind
8786 coding-system-for-read while performing mm-url-insert; remove ^Ms;
8787 decode contents according to the encoding attribute.
8788 (nnrss-save-group-data): Add coding cookie.
8789 (nnrss-mime-encode-string): New function.
8790 (nnrss-check-group): Use it to encode subject and author.
8791
87922004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
8793
8794 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
8795 imaginary variable.
8796
87972004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8798
8799 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8800 correctly even if there are wide characters.
8801
88022004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
8803
8804 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8805 downcased symbol names; make a new cache instead of reusing
8806 bbdb-hashtable.
8807
88082004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
8809
8810 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8811 concatenating segments rather than before concatenating them.
8812 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8813
8814 * message.el (message-get-reply-headers): Bind `extra'.
8815
88162004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8817
8818 * message.el (message-extra-wide-headers): New variable.
8819 (message-get-reply-headers): Use it.
8820
88212004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
8822
8823 * gnus-agent.el (gnus-agent-group-path): Decode group name.
8824 (gnus-agent-group-pathname): Ditto.
8825
8826 * gnus-cache.el (gnus-cache-file-name): Decode group name.
8827
8828 * gnus-group.el (gnus-group-make-group): Decode group name.
8829 (gnus-group-make-rss-group): Register the group data after opening
8830 the nnrss group.
8831
88322004-12-17 Paul Jarc <prj@po.cwru.edu>
8833
8834 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
8835 by expiry now get marked as read.
8836
88372004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8838
8839 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
8840
88412004-12-17 Aidan Kehoe <kehoea@parhasard.net>
8842
8843 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
8844 unify Latin characters in XEmacs.
8845 (mm-find-mime-charset-region): Use it.
8846
88472004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8848
8849 * gnus-util.el (gnus-delete-directory): New function.
8850
8851 * gnus-agent.el (gnus-agent-delete-group): Use it.
8852
8853 * gnus-cache.el (gnus-cache-delete-group): Use it.
8854
88552004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
8856
8857 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
8858 names.
8859
88602004-12-16 Simon Josefsson <jas@extundo.com>
8861
8862 * hashcash.el (hashcash-payment-alist): Fix custom :type.
8863
88642004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8865
8866 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
8867
8868 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
8869 (gnus-group-set-current-level): Decode group name.
8870
88712004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
8872
8873 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
8874 failed.
8875
88762004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
8877
8878 * gnus-group.el (gnus-group-delete-group): Decode group name.
8879 (gnus-group-make-rss-group): Encode group name.
8880 (gnus-group-catchup-current): Decode group name.
8881 (gnus-group-kill-group): Decode group name.
8882
88832004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
8884
8885 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
8886
88872004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
8888
8889 * gnus-group.el (gnus-group-make-rss-group):
8890 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
8891
8892 * gnus-start.el (gnus-setup-news): Honor user's setting to
8893 gnus-message-archive-method. Suggested by Lute Kamstra
8894 <lute@gnu.org>.
8895
88962004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
8897
8898 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
8899 global counterparts of the buffer-local variables.
8900
89012004-11-16 Romain Francoise <romain@orebokech.com>
8902
8903 * gnus-sum.el (gnus-summary-exit): Don't clear the global
8904 counterparts of the buffer-local variables.
8905
89062004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8907
8908 * message.el (message-forbidden-properties): Fixed typo in doc
8909 string.
8910
89112004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8912
8913 * gnus-util.el (gnus-replace-in-string): Added doc string.
8914
8915 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
8916 to avoid problems when splitting mails with many recipients.
8917
89182004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8919
8920 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
8921 pop-to-buffer, covered by the subsequent gnus-configure-windows.
8922
89232004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
8924
8925 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
8926 if there is no hashtable in memory or file modification time is
8927 newer than cached timestamp.
8928
89292004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
8930
8931 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
8932 not-matching option.
8933
89342004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
8935
8936 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
8937 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
8938 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8939 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
8940 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
8941 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
8942
89432004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
8944
8945 * message.el (message-forward-make-body-mml): Remove headers
8946 according to message-forward-ignored-headers if a message is decoded.
8947
89482004-12-02 Romain Francoise <romain@orebokech.com>
8949
8950 * message.el (message-forward-make-body-plain): Always remove
8951 headers according to message-forward-ignored-headers.
8952
89532004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
8954
8955 * spam.el (spam-summary-prepare-exit): Remove the
8956 gnus-summary-limit pop for now, it has problems with ham marks for
8957 me.
8958
89592004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
8960
8961 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
8962 correctly.
8963
89642004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
8965
8966 * format-spec.el (format-spec): Message the char.
8967
89682004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8969
8970 * gnus-art.el (gnus-split-methods): Reformat comments.
8971
8972 * spam.el (spam-summary-prepare-exit): Remove article limits
8973 before exiting the summary buffer.
8974
89752004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8976
8977 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
8978 order to silence the byte compiler.
8979
8980 * spam.el: Fix the way to silence the byte compiler, which
8981 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
8982 bbdb-search-simple, spam-BBDB-register-routine,
8983 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
8984 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
8985 spam-stat-buffer-is-spam, spam-stat-load,
8986 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
8987 spam-stat-save and spam-stat-split-fancy.
8988
89892004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8990
8991 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
8992 which may confuse users.
8993 (canlock-password-for-verify): Ditto.
8994
8995 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
8996
8997 * gnus-art.el (gnus-emphasis-alist): Ditto.
8998
8999 * gnus-registry.el (gnus-registry-max-entries): Ditto.
9000
9001 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9002
9003 * gnus-start.el (gnus-save-killed-list): Ditto.
9004
9005 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9006 (gnus-sum-thread-tree-root): Ditto.
9007 (gnus-sum-thread-tree-false-root): Ditto.
9008 (gnus-sum-thread-tree-single-indent): Ditto.
9009
9010 * message.el (message-courtesy-message): Ditto.
9011 (message-archive-note): Ditto.
9012 (message-subscribed-address-file): Ditto.
9013 (message-user-fqdn): Ditto.
9014
9015 * spam-report.el (spam-report-gmane-regex): Ditto.
9016
9017 * spam.el (spam-blackhole-good-server-regex): Ditto.
9018
90192004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9020
9021 * mml.el (mml-preview): Widen the message buffer before copying
9022 the contents to the preview buffer; sort headers before previewing.
9023
9024 * message.el (message-hidden-headers): Fix the way to avoid a bug
9025 in the `repeat' widget in Emacs 21.3 or earlier.
9026
90272004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9028
9029 * message.el (message-hidden-headers): Default to "^References:".
9030 Improve customization type. Suggested by Reiner Steib
9031 <Reiner.Steib@gmx.de>.
9032
90332004-11-25 Romain Francoise <romain@orebokech.com>
9034
9035 * message.el (message-strip-forbidden-properties): Remove check for
9036 obsolete `message-hidden' text property, hidden headers are not
9037 accessible in the buffer anymore.
9038
90392004-11-22 Romain Francoise <romain@orebokech.com>
9040
9041 * message.el (message-header-format-alist): Add `From' in list
9042 so that it can be sorted.
9043 (message-fix-before-sending): Widen and sort headers before
9044 sending.
9045 (message-hide-headers): Use narrowing to hide headers by moving
9046 them to the top of the buffer and narrowing to the region
9047 underneath.
9048
90492004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9050
9051 * message.el (message-strip-forbidden-properties): Bind
9052 buffer-read-only (etc) to nil.
9053
90542004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
9055
9056 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9057 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9058
90592004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
9060
9061 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9062
90632004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9064
9065 * dns.el (query-dns): Use sit-for to time instead of
9066 accept-process-output, since that doesn't seem to work on udp
9067 sockets.
9068
90692004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
9070
9071 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9072
90732004-11-15 Jesper Harder <harder@ifa.au.dk>
9074
9075 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9076 doc string. Improve doc string.
9077
90782004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
9079
9080 * nntp.el (nntp-request-update-info): Return nil if
9081 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9082 may not call gnus-activate-group which uselessly issues the GROUP
9083 commands for all nntp groups and wastes time. Reported by Romain
9084 Francoise <romain@orebokech.com>.
9085
9086 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9087
90882004-11-15 Simon Josefsson <jas@extundo.com>
9089
9090 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9091 headers separately.
880820fe 9092 (gnus-button-openpgp): New function, inspired by Jochen Küpper
01c52d31
MB
9093 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9094
90952004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
9096
9097 * gnus-start.el (gnus-convert-old-newsrc):
9098 Assign legacy-gnus-agent to 5.10.7.
9099
91002004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9101
9102 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9103 start of the lines.
9104
91052004-11-14 Magnus Henoch <mange@freemail.hu>
9106
9107 * hashcash.el (hashcash-default-payment): Change default to 20
9108 (hashcash-default-accept-payment): Change default to 20
9109 (hashcash-process-alist): New variable
9110 (hashcash-generate-payment-async): Add
9111 (hashcash-already-paid-p): Add
9112 (hashcash-insert-payment): Don't generate payments twice
9113 (hashcash-insert-payment-async): Add
9114 (hashcash-insert-payment-async-2): Add
9115 (hashcash-cancel-async): Add
9116 (hashcash-wait-async): Add
9117 (hashcash-processes-running-p): Add
9118 (hashcash-wait-or-cancel): Add
9119 (mail-add-payment): New optional argument. Conditionally start
9120 asynchronous calculation.
9121 (mail-add-payment-async): Add
9122
9123 * message.el (message-send-mail): Wait for asynchronous hashcash
9124 results. Don't clobber existing X-Hashcash headers.
9125 (message-setup-1): Call mail-add-payment-async when
9126 message-generate-hashcash is non-nil.
9127
91282004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9129
9130 * message.el (message-use-alternative-email-as-from): Examine the
9131 From header as well; use message-make-from in order to include a
9132 user's full name.
9133
91342004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9135
9136 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9137 default; improve customization type.
9138 (gnus-emphasis-custom-with-format): New macro.
9139 (gnus-emphasis-custom-value-to-external): New function.
9140 (gnus-emphasis-custom-value-to-internal): New function.
9141
91422004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9143
9144 * dns.el (query-dns): Resolve reverse addresses.
9145
91462004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9147
9148 * gnus-group.el (gnus-group-get-new-news): Use it.
9149
9150 * gnus-start.el (gnus-check-reasonable-setup): New function.
9151
91522004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
9153
9154 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9155 "Args out of range" error. Reported by Arnaud Giersch
9156 <arnaud.giersch@free.fr>.
9157
91582004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
9159
9160 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9161
91622004-11-04 Richard M. Stallman <rms@gnu.org>
9163
9164 * spam.el (spam group): Add :version.
9165
9166 * pgg-def.el (pgg group): Add :version.
9167
91682004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
9169
9170 * gnus-art.el (gnus-article-edit-article): Don't associate the
9171 article buffer with a draft file. This is a temporary measure
9172 against the 2004-08-22 change to gnus-article-edit-mode.
9173
91742004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9175
9176 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9177 (html2text-format-tags): Remove unused variable `attr'.
9178
91792004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9180
9181 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9182
9183 * spam-stat.el (spam-stat): Add :version.
9184
9185 * sieve.el (sieve): Add :version.
9186
9187 * sha1.el (sha1): Add :version.
9188 (sha1-use-external): Remove redundant version.
9189
9190 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9191 (nnmail-cache-ignore-groups, nnmail-spool-hook)
9192 (nnmail-split-fancy-match-partial-words)
9193 (nnmail-split-lowercase-expanded): Add :version.
9194
9195 * nndiary.el (nndiary): Add :version.
9196
9197 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9198
9199 * mml-sec.el (mml-default-sign-method)
9200 (mml-default-encrypt-method, mml-signencrypt-style-alist):
9201 Add :version.
9202
9203 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9204
9205 * mm-url.el (mm-url-use-external, mm-url-program)
9206 (mm-url-arguments): Add :version.
9207
9208 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9209 (mm-attachment-file-modes, mm-decrypt-option)
9210 (mm-w3m-safe-url-regexp): Add :version.
9211
9212 * message.el (message-cite-prefix-regexp)
9213 (message-sendmail-envelope-from, message-minibuffer-local-map)
9214 (message-user-fqdn, message-completion-alist): Add :version.
9215
9216 * gnus-win.el (gnus-configure-windows-hook)
9217 (gnus-use-frames-on-any-display): Add :version.
9218
9219 * gnus-art.el (gnus-article-address-banner-alist)
9220 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9221 (gnus-treat-from-picon, gnus-treat-mail-picon)
9222 (gnus-treat-x-pgp-sig): Add :version.
9223
9224 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9225 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9226 (gnus-summary-article-delete-hook)
9227 (gnus-summary-display-while-building): Add :version.
9228
9229 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
079a5e72 9230 (gnus-get-top-new-news-hook): Add :version.
01c52d31
MB
9231
9232 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9233 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9234
9235 * gnus-registry.el (gnus-registry): Add :version.
9236
9237 * gnus-spec.el (gnus-use-correct-string-widths)
9238 (gnus-make-format-preserve-properties): Add :version.
9239
9240 * gnus.el (gnus-group-charter-alist)
9241 (gnus-group-fetch-control-use-browse-url)
9242 (gnus-install-group-spam-parameters): Add :version.
9243
9244 * gnus-diary.el (gnus-diary): Add :version.
9245
9246 * gnus-delay.el (gnus-delay): Add :version.
9247
9248 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9249 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9250 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9251 Add :version.
9252
9253 * gnus-agent.el (gnus-agent-max-fetch-size)
9254 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9255 (gnus-agent-prompt-send-queue): Add :version.
9256
9257 * deuglify.el (gnus-outlook-deuglify): Add :version.
9258
9259 * html2text.el: Beautify code. Improve doc strings. Some
9260 checkdoc cleanup.
9261 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9262
92632004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
9264
9265 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9266
92672004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
9268
9269 * gnus-registry.el (gnus-registry-hashtb): Create the registry
9270 when package is loaded.
9271
9272 * spam.el (spam-summary-score-preferred-header): Add global preference
9273 for people who want to override the default SpamAssassin over
9274 Bogofilter preference (when both are set).
9275 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9276 (spam-user-format-function-S): Check
9277 spam-summary-score-preferred-header.
9278 (spam-extra-header-to-number): Add X-Bogosity header parsing.
9279 (spam-user-format-function-S): Format the score correctly.
9280
92812004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
9282
9283 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9284 signature file. Suggested by Manoj Srivastava
9285 <srivasta@golden-gryphon.com>.
9286
9287 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9288 iso-2022-jp even in the Japanese language environment.
9289 Suggested by Jason Rumney <jasonr@gnu.org>.
9290
92912004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
9292
9293 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9294 use the same characters as the dummy marks; make it free from
9295 getting affected by the language environment.
9296 (gnus-summary-read-group-1): Update mark positions only when the
9297 format spec is updated.
9298
9299 * gnus-spec.el (gnus-update-format-specifications): Return a list
9300 of updated types.
9301
93022004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
9303
9304 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9305 of boundp to check if display-warning is available.
9306
93072004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
9308
9309 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9310
93112004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
9312
9313 * nnspool.el (nnspool-spool-directory): Use news-path if the
9314 news-directory variable is not bound.
9315
9316 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9317 function instead of display-warning if it is not available.
9318
93192004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9320
9321 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9322 v5-10: Use `point-at-bol'.
9323
93242004-10-26 Simon Josefsson <jas@extundo.com>
9325
9326 * hashcash.el: Fix URL in comment, reported by Cheng Gao
9327 <chenggao@gmail.com>.
9328
93292004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9330
9331 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
9332 instead.
9333
93342004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
9335
9336 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9337 to remove a server from the nnimap-server-buffer-alist.
9338 (nnimap-open-connection, nnimap-close-server): Use it.
9339
9340 * gnus-encrypt.el: Remove file in favor of encrypt.el.
9341
93422004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
9343
9344 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9345 running the major-mode function.
9346
93472004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9348
9349 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9350 dummy marks in the right way.
9351
93522004-10-18 David Edmondson <dme@dme.org>
9353
9354 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9355 excessively.
9356
93572004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
9358
9359 * gnus-util.el (gnus-split-references): Accept a nil references
9360 string and go on blissfully.
9361
9362 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9363 cases where the references string is non-nil but has no references.
9364
9365 * encrypt.el: Add autoload tags.
9366
9367 * spam.el (spam-resolve-registrations-routine): Remove article
9368 from unregistration list too. Reported by David Hanak
9369 <dhanak@isis.vanderbilt.edu>
9370
93712004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
9372
9373 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9374 nil. Changed custom type.
9375
93762004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
9377
9378 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9379
9380 * gnus-sum.el (gnus-summary-move-article): Use it.
9381
93822004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
9383
9384 * encrypt.el: Add autoload cookies.
9385
9386 * spam.el (spam-backend-article-list-property)
9387 (spam-backend-get-article-todo-list)
b97439ce 9388 (spam-backend-put-article-todo-list)
01c52d31
MB
9389 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9390 Resolve registrations separately.
9391 (spam-register-routine): Format comments.
9392 (spam-unregister-routine, spam-register-routine): Always call with
9393 specific-articles, no default list.
9394 (spam-summary-prepare-exit): Use the spam-classifications function.
9395
9396 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9397 gnus-encrypt.el.
9398
002876ab 9399 * encrypt.el: Copied from gnus-encrypt.el.
01c52d31 9400
002876ab 9401 * gnus-encrypt.el: Commented that it's obsolete.
01c52d31
MB
9402
94032004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9404
9405 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9406 (gnus-score-save): Use it.
9407
9408 * message.el (message-bury): Use `window-dedicated-p'.
9409
94102004-10-15 Simon Josefsson <jas@extundo.com>
9411
9412 * pop3.el (top-level): Don't require nnheader.
9413 (pop3-read-timeout): Add.
9414 (pop3-accept-process-output): Add.
9415 (pop3-read-response, pop3-retr): Use it.
9416
94172004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
9418
9419 * spam.el (spam-register-routine): Move comment.
9420 (spam-verify-bogofilter): Use 'unknown for the initial
9421 spam-bogofilter-valid state, not 'never.
9422
9423 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9424 for netrc-machine.
9425
9426 * nnimap.el (nnimap-open-connection): Use
9427 netrc-machine-user-or-password.
9428
94292004-10-17 Richard M. Stallman <rms@gnu.org>
9430
9431 * gnus-registry.el (gnus-registry-unload-hook):
9432 Set as a variable with add-hook.
9433
9434 * nnspool.el (nnspool-spool-directory): Use news-directory instead
9435 of news-path.
9436
9437 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9438
9439 * spam.el: Delete duplicate `provide'.
9440 (spam-unload-hook): Set as a variable with add-hook.
9441
94422004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9443
9444 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9445 in the doc string.
9446
9447 * message.el (message-ignored-news-headers)
9448 (message-ignored-supersedes-headers)
9449 (message-ignored-resent-headers)
9450 (message-forward-ignored-headers): Improve custom type.
9451
94522004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9453
9454 * message.el (message-tokenize-header): Fix 2004-09-06 change
9455 which used point-min in the wrong place.
9456
94572004-10-12 Simon Josefsson <jas@extundo.com>
9458
9459 * tls.el (tls-certtool-program): New variable.
9460 (tls-certificate-information): New function, based on
9461 ssl-certificate-information.
9462
94632004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9464
9465 * compface.el: Move the version of ELisp-based uncompface program
9466 to the contrib directory because of the copyright problem.
9467
94682004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9469
9470 * message.el (message-kill-buffer): Raise the current frame.
9471
94722004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
9473
9474 * gnus-sum.el: Mention that multibyte characters don't work as marks.
9475
9476 * gnus.el (message-y-or-n-p): Autoload.
9477
9478 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9479 (pop3-password-required, pop3-authentication-scheme)
9480 (pop3-leave-mail-on-server): Made customizable.
9481 (pop3): New custom group.
9482 (pop3-retr): Remove `sleep-for' statements.
9483 Suggested by Dave Love <fx@gnu.org>.
9484
9485 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9486 Windows/DOS.
9487
9488 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9489 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
9490 Dave Love <fx@gnu.org>.
9491
9492 * mml.el (mml-minibuffer-read-disposition): Require match.
9493 Suggested by Dave Love <fx@gnu.org>.
9494
94952004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
9496
9497 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
9498 doc string.
9499
95002004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
9501
9502 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9503
95042004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9505
9506 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9507 instead of calling `mm-insert-inline', to decode text/* parts
9508 before displaying them.
9509
95102004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9511
9512 * mm-uu.el (mm-uu-text-plain-type): New variable.
9513 (mm-uu-pgp-signed-extract-1): Use it.
9514 (mm-uu-pgp-encrypted-extract-1): Use it.
9515 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9516 bind mm-uu-text-plain-type with that value.
9517 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9518 mm-uu-dissect.
9519
95202004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9521
9522 * gnus-group.el (gnus-update-group-mark-positions):
9523 * gnus-sum.el (gnus-update-summary-mark-positions):
9524 * message.el (message-check-news-body-syntax):
9525 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9526 of string-as-multibyte.
9527
95282004-10-05 Juri Linkov <juri@jurta.org>
9529
9530 * gnus-group.el (gnus-update-group-mark-positions):
9531 * gnus-sum.el (gnus-update-summary-mark-positions):
9532 * message.el (message-check-news-body-syntax):
9533 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9534 8-bit unibyte values to a multibyte string for search functions.
9535
95362004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9537
9538 * mm-uu.el (mm-uu-dissect): Allow optional arg.
9539 (mm-uu-dissect-text-parts): New function.
9540
9541 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9542 dissect text parts.
9543
9544 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9545 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9546
9547 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9548
9549 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9550 gnus-current-topics instead of gnus-current-topic.
9551
95522004-10-06 Jesper Harder <harder@ifa.au.dk>
9553
9554 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9555
95562004-10-05 Jesper Harder <harder@ifa.au.dk>
9557
9558 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9559 where approriate.
9560
9561 * nnml.el (nnml-generate-active-info): do.
9562
9563 * nndiary.el (nndiary-generate-active-info): do.
9564
9565 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9566 (gnus-topic-move): do.
9567
9568 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9569 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9570
9571 * gnus-srvr.el (gnus-server-prepare)
9572 (gnus-server-open-all-servers): do.
9573
9574 * gnus-msg.el (gnus-summary-cancel-article)
9575 (gnus-summary-resend-message)
9576 (gnus-summary-mail-crosspost-complaint): do.
9577
9578 * gnus-move.el (gnus-change-server): do.
9579
9580 * gnus-group.el (gnus-group-unmark-all-groups)
9581 (gnus-group-set-current-level): do.
9582
95832004-10-04 Simon Josefsson <jas@extundo.com>
9584
9585 * message.el (message-generate-hashcash): Doc fix.
9586
95872004-10-02 Kevin Greiner <kgreiner@compsol.cc>
9588
9589 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9590 avoid infinite recursion via gnus-get-function.
9591
95922004-10-02 Jesper Harder <harder@ifa.au.dk>
9593
9594 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9595
9596 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9597
9598 * nnmail.el (nnmail-split-history): do.
9599
9600 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9601 (nnml-request-delete-group): do.
9602
9603 * nnslashdot.el (nnslashdot-read-groups): do.
9604
9605 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9606 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9607
9608 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9609 (nnspool-sift-nov-with-sed): Use last
9610 (nnspool-retrieve-headers-with-nov): Use mapc.
9611 (nnspool-request-newgroups): Use dolist.
9612 (nnspool-request-group): Use last.
9613
9614 * nntp.el (nntp-read-server-type): Use dolist.
9615
9616 * nnvirtual.el (nnvirtual-create-mapping)
9617 (nnvirtual-update-read-and-marked): Use dolist.
9618 (nnvirtual-convert-headers): Simplify.
9619
96202004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9621
9622 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9623 support for sync'ing tick marks.
9624
96252004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9626
9627 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9628 there's no visible header.
9629
96302004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9631
9632 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9633 necessary, pass full group name to gnus-request-set-marks.
9634
96352004-10-01 Simon Josefsson <jas@extundo.com>
9636
9637 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
9638 acroread.
9639
96402004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9641
9642 * spam-report.el (spam-report-gmane): Fix interactive.
9643
9644 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9645
9646 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9647 when writing file.
9648 (gnus-agent-synchronize-flags): Don't default to being
9649 interactive.
9650
96512004-09-30 Simon Josefsson <jas@extundo.com>
9652
9653 * message.el (message-generate-hashcash): Add.
9654 (message-send-mail): Use it, call mail-add-payment.
9655
96562004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
9657
9658 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9659
96602004-09-28 Kevin Greiner <kgreiner@compsol.cc>
9661
9662 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9663 gnus-requst-update-info with explicit code to sync the in-memory
9664 info read flags with the marks being sync'd to the backend.
9665
9666 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9667
96682004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9669
9670 * spam.el (spam-verify-bogofilter): Add new function.
9671 (spam-check-bogofilter)
9672 (spam-bogofilter-register-with-bogofilter): Use it.
9673 (spam-verify-bogofilter): Add small fixes.
9674
96752004-09-28 Simon Josefsson <jas@extundo.com>
9676
9677 * hashcash.el (hashcash-generate-payment): Revert.
9678
96792004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9680
9681 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9682 gnus-extract-references instead of gnus-split-references.
9683
9684 * gnus-util.el (gnus-extract-references): Add new function, analogous
9685 to gnus-split-references but extracts only the message-ID without
9686 anything extra.
9687
9688 * hashcash.el (hashcash-generate-payment)
9689 (hashcash-check-payment): Do the right thing if hashcash-path is
9690 nil (because the hashcash program could not be found).
9691
9692 * spam.el (spam-use-hashcash): Remove comment.
9693
96942004-09-27 Jesper Harder <harder@ifa.au.dk>
9695
9696 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9697 (gnus-cache-enter-article, gnus-cache-remove-article)
9698 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9699
9700 * gnus-async.el (gnus-async-prefetch-remove-group): do.
9701
9702 * gnus-art.el (article-hide-boring-headers)
9703 (article-translate-strings, article-display-face)
9704 (gnus-article-mime-match-handle-first)
9705 (gnus-article-highlight-headers)
9706 (gnus-article-add-buttons-to-head): do.
9707
97082004-09-27 Simon Josefsson <jas@extundo.com>
9709
9710 * hashcash.el: New version, from
9711 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
9712 ../contrib/.
9713
97142004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9715
9716 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9717
97182004-09-26 Jesper Harder <harder@ifa.au.dk>
9719
9720 * gnus-dup.el (gnus-dup-open): Use mapc.
9721 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9722
9723 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9724 Reported by Stefan Wiens <s.wi@gmx.net>.
9725
9726 * gnus.el (gnus-shutdown): Use dolist.
9727
9728 * gnus-undo.el (gnus-undo): Use mapc.
9729
9730 * nnrss.el (nnrss-generate-active): do.
9731
9732 * message.el (message-cite-original-without-signature)
9733 (message-cite-original): Use mapc.
9734 (message-do-actions, message-make-forward-subject): Use dolist.
9735
97362004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9737
9738 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9739 deletion to remove entire duplicate line. Fixes merged article
9740 number bug.
9741
97422004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9743
9744 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9745 servers that are offline. Avoids having gnus-agent-toggle-plugged
9746 first ask if you want to open a server and then, even when you
9747 responded with no, asking if you want to synchronize the server's
9748 flags.
9749 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9750 multi-line expressions.
9751 (gnus-agent-synchronize-group-flags): New internal function.
9752 Updates marks in memory (in the info structure) AND in the
9753 backend.
9754
9755 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9756
9757 * nnagent.el (nnagent-request-set-mark): Use
9758 gnus-agent-synchronize-group-flags, not backend's request-set-mark
9759 method, to ensure that synchronization updates marks in the
9760 backend and in the info (in memory) structure.
9761
97622004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9763
9764 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9765 convention fully; don't miss the root article of a thread; make
9766 the X-Draft-From header with correct article numbers.
9767
97682004-09-23 Kevin Greiner <kgreiner@compsol.cc>
9769
9770 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9771 unless plugged. Disable the agent so that an open failure causes
9772 an error.
9773
9774 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9775 Reverted 2004-09-21 change. The backend must be opened while
9776 synchronizing flags even when the backend stores the flags
9777 locally.
9778
97792004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
9780
9781 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9782 in `header' match. Reported by Svend Tollak Munkejord.
9783
9784 * message.el (message-cite-original): Fix use of
9785 `message-cite-articles-with-x-no-archive'.
9786
97872004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9788
9789 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9790 (gnus-window-to-buffer): Ditto.
9791
9792 * mml.el (mml-preview-buffer): New variable.
9793 (mml-preview): Manage window layout with gnus-buffer-configuration.
9794
9795 * gnus-msg.el (gnus-setup-message): Put article numbers into the
9796 X-Draft-From header even if those articles aren't quoted.
9797
97982004-09-21 Kevin Greiner <kgreiner@compsol.cc>
9799
9800 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9801 (gnus-request-set-mark, gnus-request-update-mark): Use new
9802 g-s-t-u-l-m to decide to use backend even when unplugged.
9803
98042004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
9805
9806 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
9807 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
9808
98092004-09-20 Simon Josefsson <jas@extundo.com>
9810
9811 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
9812 "utf-16-le".
9813
98142004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9815
9816 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
9817
98182004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
9819
9820 * uudecode.el (uudecode-use-external): Add :version.
9821
9822 * smime.el (smime-CA-file, smime-encrypt-cipher)
9823 (smime-dns-server): Add :version.
9824
9825 * smiley.el (gnus-smiley-file-types): Add :version.
9826
9827 * sha1.el (sha1-use-external): Add :version.
9828
9829 * pgg-def.el (pgg-query-keyserver): Add :version.
9830
9831 * nnmail.el (nnmail-fancy-expiry-targets)
9832 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
9833 Add :version.
9834
9835 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
9836 (nnimap-retrieve-groups-asynchronous): Add :version.
9837 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
9838
9839 * mml.el (mml-content-disposition-parameters)
9840 (mml-insert-mime-headers-always): Add :version.
9841
9842 * mm-util.el (mm-coding-system-priorities): Add :version.
9843
9844 * mm-decode.el (mm-inline-text-html-with-images)
9845 (mm-keep-viewer-alive-types, mm-external-terminal-program)
9846 (mm-verify-option): Add :version.
9847 (mm-text-html-renderer): Change :version.
9848
9849 * message.el (message-fcc-externalize-attachments)
9850 (message-required-headers, message-draft-headers)
9851 (message-subject-trailing-was-query)
9852 (message-subject-trailing-was-ask-regexp)
9853 (message-subject-trailing-was-regexp, message-mark-insert-begin)
9854 (message-mark-insert-end, message-archive-header)
9855 (message-archive-note, message-cross-post-default)
9856 (message-cross-post-note, message-followup-to-note)
9857 (message-cross-post-note-function, message-use-mail-followup-to)
9858 (message-subscribed-address-functions)
9859 (message-subscribed-address-file, message-subscribed-addresses)
9860 (message-subscribed-regexps, message-allow-no-recipients)
9861 (message-yank-cited-prefix, message-signature-insert-empty-line)
9862 (message-hidden-headers, message-hierarchical-addresses)
9863 (message-mail-user-agent, message-use-idna)
9864 (message-valid-fqdn-regexp)
9865 (message-strip-special-text-properties, message-header-synonyms)
9866 (message-beginning-of-line, message-tab-body-function): Add :version.
9867 (message-insert-canlock, message-wide-reply-confirm-recipients):
9868 Change :version.
9869
9870 * mail-source.el (mail-source-ignore-errors): Add :group, :type
9871 and :version.
9872 (mail-source-delete-old-incoming-confirm)
9873 (mail-source-movemail-program): Add :version.
9874
9875 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
9876 (gnus-agent-cache, gnus-agent): Change :version.
9877
9878 * gnus-util.el (gnus-use-byte-compile): Change :version.
9879
9880 * gnus-sum.el (gnus-summary-make-false-root-always)
9881 (gnus-summary-default-high-score)
9882 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
9883 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
9884 (gnus-read-all-available-headers, gnus-article-emulate-mime)
9885 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
9886 (gnus-sum-thread-tree-single-indent)
9887 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9888 (gnus-sum-thread-tree-leaf-with-other)
9889 (gnus-sum-thread-tree-single-leaf): Add :version.
9890 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
9891 (gnus-article-loose-mime): Change :version.
9892
9893 * gnus-start.el (gnus-backup-startup-file)
9894 (gnus-save-startup-file-via-temp-buffer): Add :version.
9895
9896 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
9897 (gnus-server-offline-face): Add :version.
9898
9899 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
9900
9901 * gnus-msg.el (gnus-gcc-externalize-attachments)
9902 (gnus-debug-files, gnus-debug-exclude-variables)
9903 (gnus-discouraged-post-methods): Change :version.
9904 (gnus-confirm-mail-reply-to-news)
9905 (gnus-confirm-treat-mail-like-news): Add :version.
9906
9907 * gnus-int.el (gnus-server-unopen-status): Add :version.
9908
9909 * gnus-group.el (gnus-group-jump-to-group-prompt)
9910 (gnus-large-ephemeral-newsgroup)
9911 (gnus-fetch-old-ephemeral-headers): Add :version.
9912
9913 * gnus-fun.el (gnus-x-face-directory)
9914 (gnus-convert-pbm-to-x-face-command)
9915 (gnus-convert-image-to-x-face-command)
9916 (gnus-convert-image-to-face-command): Add :version.
9917
9918 * gnus-delay.el (gnus-delay-default-hour): Add :version.
9919
9920 * gnus-cite.el (gnus-cite-blank-line-after-header)
9921 (gnus-article-boring-faces): Add :version.
9922
9923 * gnus-art.el (gnus-buttonized-mime-types)
9924 (gnus-inhibit-mime-unbuttonizing)
9925 (gnus-treat-display-face)
9926 (gnus-treat-body-boundary): Change :version.
9927 (gnus-body-boundary-delimiter, gnus-picon-databases)
9928 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
9929 (gnus-treat-date-english, gnus-treat-fold-headers)
9930 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
9931 (gnus-treat-mail-picon, gnus-treat-wash-html)
9932 (gnus-article-encrypt-protocol)
9933 (gnus-use-idna, gnus-article-over-scroll)
9934 (gnus-mime-display-multipart-alternative-as-mixed)
9935 (gnus-mime-display-multipart-related-as-mixed)
9936 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
9937 (gnus-ctan-url, gnus-button-ctan-handler)
9938 (gnus-button-handle-ctan-bogus-regexp)
9939 (gnus-button-ctan-directory-regexp)
9940 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
9941 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
9942 (gnus-button-man-level, gnus-button-emacs-level)
9943 (gnus-button-message-level, gnus-button-browse-level): Add :version.
9944
9945 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
9946 (gnus-agent-go-online): Change :version.
9947 (gnus-agent-expire-unagentized-dirs)
9948 (gnus-agent-auto-agentize-methods): Add :version.
9949
9950 * flow-fill.el (fill-flowed-display-column)
9951 (fill-flowed-encode-column): Add :version.
9952
9953 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9954 (gnus-outlook-deuglify-unwrap-max)
9955 (gnus-outlook-deuglify-cite-marks)
9956 (gnus-outlook-deuglify-unwrap-stop-chars)
9957 (gnus-outlook-deuglify-no-wrap-chars)
9958 (gnus-outlook-deuglify-attrib-cut-regexp)
9959 (gnus-outlook-deuglify-attrib-verb-regexp)
9960 (gnus-outlook-deuglify-attrib-end-regexp)
9961 (gnus-outlook-display-hook): Add :version.
9962
9963 * binhex.el (binhex-use-external): Add :version.
9964
99652004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
9966
9967 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
9968 and `invisible'.
9969
99702004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9971
9972 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
9973 in gnus-registry-trim.
9974
99752004-09-13 Simon Josefsson <jas@extundo.com>
9976
9977 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
9978
9979 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
9980
9981 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
9982 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9983 <yamaoka@jpl.org>.
9984 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
9985 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9986 <yamaoka@jpl.org>.
9987
9988 * sieve.el (sieve-manage-mode): Ditto.
9989
99902004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
9991
9992 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
9993
99942004-09-11 Simon Josefsson <jas@extundo.com>
9995
9996 * dns-mode.el: Add.
9997
9998 * mm-view.el (mm-display-dns-inline): Add.
9999
10000 * mm-decode.el (mm-inline-media-tests): Add text/dns.
10001 (mm-automatic-display): Ditto.
10002
10003 * mailcap.el (mailcap-mime-data): Add text/dns.
10004 (mailcap-mime-extensions): Map .soa to text/dns.
10005
100062004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
10007
10008 * gnus-art.el (article-decode-mime-words, article-babel)
10009 (gnus-article-highlight-signature, gnus-article-add-buttons)
10010 (gnus-signature-toggle): Remove unnecessary bindings of
10011 `inhibit-read-only' inherited from v5.10 merge.
10012
100132004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
10014
10015 * nntp.el (nntp): New customization group.
10016 (nntp-authinfo-file): Add customization group.
10017
10018 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10019
10020 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10021
10022 * gnus.el (to-address, to-list, subscribed)
10023 (large-newsgroup-initial): Ditto.
10024
10025 * flow-fill.el (fill-flowed-display-column)
10026 (fill-flowed-encode-column): Ditto.
10027
ce058493 100282004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
01c52d31
MB
10029
10030 * message.el (message-tokenize-header, message-send-mail-with-qmail):
10031 Use point-min rather than 1.
10032 (message-send-mail): Use buffer-size rather than point-max.
10033
10034 * gnus-sum.el (gnus-summary-search-article-forward):
10035 Signal a specific `search-failed' rather than a generic `error'.
10036
10037 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10038 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10039 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10040
100412004-09-10 Simon Josefsson <jas@extundo.com>
10042
10043 * nndb.el (require): Remove tcp and duplicate cl.
10044
100452004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10046
10047 * gnus-agent.el (directory-files-and-attributes): Move forward.
10048
100492004-09-09 Kevin Greiner <kgreiner@compsol.cc>
10050
10051 * gnus-agent.el (directory-files-and-attributes): Optionally
10052 defined to support XEmacs.
10053
100542004-09-09 Kevin Greiner <kgreiner@compsol.cc>
10055
002876ab 10056 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
01c52d31
MB
10057 to avoid run-time CL dependencies.
10058 (gnus-agent-unfetch-articles): New function.
10059 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10060 article numbers even when local .overview file is missing.
002876ab 10061 (gnus-agent-read-article-number): New function. Only accepts
01c52d31
MB
10062 27-bit article numbers.
10063 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10064 gnus-agent-read-article-number.
10065 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10066 from backend while recognizing that article numbers in .overview
10067 must be valid.
10068 (gnus-agent-update-files-total-fetched-for): Use
10069 directory-files-and-attributes to improve performance.
10070 * gnus-int.el (gnus-request-move-article): Use
10071 gnus-agent-unfetch-articles in place of gnus-agent-expire to
10072 improve performance.
10073
10074 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10075 some users confused by references to .newsrc when they only have a
10076 .newsrc.eld file.
149cd465
JB
10077 (gnus-convert-mark-converter-prompt)
10078 (gnus-convert-converter-needs-prompt): Fixed use of property list.
01c52d31 10079 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
002876ab 10080 New function. Used internally to only display 'gnus converting
01c52d31
MB
10081 files' message when actually necessary.
10082
10083 * gnus-sum.el (): Removed (require 'gnus-agent) as required
10084 methods now autoloaded.
10085
100862004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
10087
10088 * gnus-sum.el (gnus-summary-insert-subject): Remove list
10089 identifiers.
10090
100912004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
10092
10093 * gnus-picon.el: Fix indentation and closing parenthesis.
10094
100952004-09-01 Simon Josefsson <jas@extundo.com>
10096
10097 * message.el (message-canlock-generate): Require sha1, not
56fd9faa 10098 sha1-el. (Can we get rid of this require altogether? It is ugly
01c52d31
MB
10099 to require within a function. Sadly, if sha1.el isn't loaded, the
10100 let binding in m-c-g will hide the defcustom definition, which is
10101 bad.)
10102
10103 * canlock.el: Require sha1, not sha1-el.
10104
10105 * message.el: Don't autoload sha1 (there is a autoload cookie in
10106 sha1.el).
10107
10108 * sha1-el.el: Renamed to sha1.el.
10109
101102004-08-30 Juanma Barranquero <lektu@terra.es>
10111
10112 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10113
101142004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10115
10116 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10117
101182004-08-30 Kim F. Storm <storm@cua.dk>
10119
10120 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10121
10122 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10123 Add :group 'nnimap.
10124
101252004-08-30 Andreas Schwab <schwab@suse.de>
10126
10127 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10128 ?* and ?\;.
10129
10130 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10131 and ?\' to symbol instead of whitespace.
10132
101332004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
10134
10135 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10136
10137 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10138 instead of re-search-forward.
10139
10140 * gnus-uu.el (gnus-uu-save-article): Ditto.
10141 (gnus-uu-post-encode-uuencode): Ditto.
10142
10143 * html2text.el (html2text-clean-list-items): Ditto.
10144 (html2text-clean-dtdd): Ditto.
10145 (html2text-format-tags): Ditto.
10146
10147 * message.el (message-send-mail-with-sendmail): Fix regexp.
10148 (message-fill-field-general): Use search-forward instead of
10149 re-search-forward.
10150 (unbold-region): Ditto.
10151
10152 * nnrss.el (nnrss-request-article): Ditto.
10153
10154 * nnslashdot.el (nnslashdot-request-article): Ditto.
10155
10156 * nnweb.el (nnweb-gmane-wash-article): Ditto.
10157
10158 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10159 "Unrecognized menu descriptor" error in XEmacs.
10160
101612004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
10162
10163 * gnus-sum.el (gnus-read-header): Don't remove a header for the
10164 parent article of a sparse article in the thread hashtb.
10165
101662004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
10167
10168 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10169 (nnmail-expand-newtext): Lowercase expanded entries if
10170 nnmail-split-lowercase-expanded is non-nil.
10171
101722004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
10173
c9e31f32 10174 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
01c52d31
MB
10175
10176 * gnus-group.el (gnus-group-line-format-alist): Convert the value
10177 of gnus-tmp-news-method into string under XEmacs. It will be
10178 passed to gnus-correct-length which takes only a string argument.
10179
101802004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
10181
10182 * gnus-util.el (gnus-bind-print-variables): New macro.
10183 (gnus-prin1): Use it.
10184 (gnus-prin1-to-string): Use it.
10185 (gnus-pp): New function.
10186 (gnus-pp-to-string): New function.
10187
c9e31f32
SM
10188 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10189 Replace pp-to-string with gnus-pp-to-string.
01c52d31
MB
10190 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10191 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10192 * gnus-msg.el (gnus-debug): Ditto.
10193 * gnus-score.el (gnus-score-save): Ditto.
10194 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10195 gnus-pp-to-string.
10196 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10197 with gnus-pp.
10198 * score-mode.el (gnus-score-pretty-print): Ditto.
10199 * webmail.el (webmail-debug): Ditto.
10200
102012004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
10202
c9e31f32
SM
10203 * gnus-art.el (article-display-face, article-display-x-face):
10204 Use buffer-read-only.
01c52d31
MB
10205
102062004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
10207
c9e31f32
SM
10208 * gnus-art.el (article-hide-list-identifiers):
10209 Bind inhibit-read-only as t.
01c52d31
MB
10210
102112004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
10212
10213 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10214
102152004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10216
10217 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10218 (gnus-narrow-to-page): Don't assume point-min == 1.
10219 (gnus-article-edit-mode): Derive from message-mode.
10220
10221 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10222 point-min == 1.
10223
10224 * imap.el (imap-parse-address-list, imap-parse-body-ext):
10225 Disable incorrect use of `assert'.
10226
10227 * message.el (message-mode): Set comment-start-skip.
10228
10229
102302004-08-22 Sam Steingold <sds@gnu.org>
10231
10232 * pop3.el (pop3-leave-mail-on-server): New user variable.
10233 (pop3-movemail): Delete mail only when it is nil.
10234
102352004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
10236
10237 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10238
10239 * mml.el (mml-preview): Use `pop-to-buffer'.
10240
10241 * message.el (message-goto-mail-followup-to): Insert after "To".
10242 (message-carefully-insert-headers): Add comment.
10243
10244 * gnus.el: Remove unused variable `gnus-article-check-size'.
10245
10246 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10247
10248 * gnus-art.el (gnus-button-alist): Improve
10249 `gnus-button-handle-library' entry.
10250
102512004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
10252
10253 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10254 downcase, since XEmacs capitalizes error messages differently.
10255
102562004-08-18 Jesper Harder <harder@ifa.au.dk>
10257
10258 * nntp.el: Add (require 'gnus) due to reference to
10259 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
10260
102612004-08-18 Florian Weimer <fw@deneb.enyo.de>
10262
10263 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10264 `mm-fill-flowed'.
10265
10266 * mm-decode.el (mm-dissect-singlepart): Check it.
10267
102682004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
10269
10270 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10271 'imap' for netrc parsing.
10272
102732004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
10274
10275 * mailcap.el (mailcap-mime-data): Mark as risky.
10276
102772004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
10278
10279 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10280 may be included in the encoded word.
10281 (rfc2047-encode): Don't append a space if the encoded word
10282 includes close parenthesis.
10283
102842004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
10285
10286 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10287 of text within parentheses.
10288
102892004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
10290
10291 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10292 (gnus-encrypt-write-file-contents): Make the password key the file
10293 name PLUS the cipher, not just the cipher. Also remove failed
10294 passwords from the cache.
10295
102962004-08-06 Simon Josefsson <jas@extundo.com>
10297
10298 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
10299 fix.
10300
103012004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
10302
10303 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10304 LWSP.
10305
103062004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
10307
10308 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10309 to append in-reply-to: data to the references: header.
10310
10311 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10312 (netrc-parse): Use gnus-encrypt.el functions.
10313
10314 * gnus-encrypt.el: Add new file for encryption support; currently
10315 does only a few GPG ciphers and an internal XOR cipher.
10316
10317 * password.el: Add comments on using password-read-and-add.
10318 (password-read-and-add): Add function to read and add the
10319 password to the cache at once.
10320
103212004-07-28 Simon Josefsson <jas@extundo.com>
10322
10323 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10324 parameter (but don't use it, for now).
10325
10326 * imap.el (imap-ssl-open): Use imap-process-connection-type,
10327 instead of hard coding to nil.
10328
103292004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
10330
10331 * mm-view.el (mm-inline-image-emacs): Open lines under an image
10332 as mm-inline-image-xemacs does.
10333
103342004-07-26 Simon Josefsson <jas@extundo.com>
10335
10336 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10337 Revert part of 2004-07-17 change below.
10338
103392004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
10340
10341 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
10342 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10343
103442004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10345
10346 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10347 quotes that actually start with ">" at the beginning of the
10348 lines.
10349
103502004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10351
10352 * rfc2047.el (rfc2047-encode-region): Fix last change.
10353 (rfc2047-encode-parameter): Remove useless concat.
10354
103552004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
10356
10357 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10358 encode special characters; fix some kind of misconfigured headers;
10359 signal a real error if debug-on-quit or debug-on-error is non-nil.
10360 (rfc2047-encode-max-chars): New variable.
10361 (rfc2047-encode-1): Use it.
10362 (rfc2047-encode-parameter): New function.
10363
10364 * mml.el (mml-insert-parameter): Remove an excessive space.
10365
103662004-07-17 Simon Josefsson <jas@extundo.com>
10367
10368 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10369 Kai Grossjohann <kai@emptydomain.de>.
10370 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10371 (gnus-group-make-menu-bar): Ditto.
10372
10373 * gnus-util.el (gnus-group-server): Add.
10374
103752004-07-16 Jesper Harder <harder@ifa.au.dk>
10376
10377 * message.el (message-clone-locals): Clone sendmail and smtp
10378 variables.
10379
103802004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10381
10382 * rfc2047.el (rfc2047-encode-region): Fix last change.
10383
103842004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10385
10386 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10387 characters as non-special.
10388
103892004-07-09 Simon Josefsson <jas@extundo.com>
10390
10391 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10392 Users will lose all flag changes made while unplugged with
10393 e.g. nntp unless flag synchronization happens, thus `nil' is not a
10394 good default. See numerous reports on ding mailing list.
10395
103962004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
10397
10398 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10399 add generate-head-function and generate-article-function to the
10400 rfc822-forward entry.
10401 (nndoc-rfc822-forward-generate-article): New function.
10402 (nndoc-rfc822-forward-generate-head): New function.
10403
10404 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10405
104062004-07-06 Dan Christensen <jdc@uwo.ca>
10407
10408 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10409 respect display group parameter and gnus-summary-expunge-below.
10410 (gnus-articles-to-read): Remove unused reference to display group
10411 parameter.
10412
104132004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10414
10415 * nnheader.el (nnheader-uniquify-message-id): New experimental
10416 variable.
10417 (nnheader-nov-read-message-id): Use it.
10418
10419 * spam-report.el (spam-report-gmane): Add interactive.
10420
104212004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10422
10423 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10424 qp-or-base64 for the application/* types.
10425
104262004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
10427
10428 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10429
104302004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
10431
10432 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10433 trim value.
10434
104352004-01-25 Paul Jarc <prj@po.cwru.edu>
10436
10437 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10438 New macro and function.
10439 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10440
104412004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10442
10443 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10444 after-load-alist.
10445
104462004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10447
10448 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10449 update info that isn't there.
10450
104512004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
10452
10453 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10454 entry.
10455
104562004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10457
10458 * mm-view.el (mm-inline-render-with-function): Use multibyte
10459 buffer; decode html source by charset.
10460
10461 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10462
10463 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10464 Mule-UCS is loaded under XEmacs.
10465 (mm-mime-mule-charset-alist): Avoid duplicated entries.
10466
104672004-06-28 Jesper Harder <harder@ifa.au.dk>
10468
10469 * nnheader.el (nnheader-max-head-length): Increase to 8192.
10470
104712004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
10472
10473 * mm-util.el (mm-coding-system-p): Return a coding-system.
10474 (mm-mime-mule-charset-alist): Use shift_jis instead of
10475 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10476 entries for the mime charsets iso-2022-jp-3 and shift_jis.
10477 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10478 instead of japanese-shift-jis and iso-latin-1 respectively in
10479 order to share the default value with both Emacs and XEmacs-mule.
10480 (mm-mule-charset-to-mime-charset): Make
10481 mm-coding-system-priorities effective.
10482 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10483 while predicating of candidates upon the priorities.
10484
104852004-06-27 Jesper Harder <harder@ifa.au.dk>
10486
10487 * gnus-sum.el (gnus-summary-make-menu-bar): Add
10488 gnus-uu-invert-processable.
10489
10490 * gnus.el: Autoload gnus-uu-invert-processable.
10491
104922004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
10493
10494 * mm-util.el (mm-with-multibyte-buffer): New macro.
10495
10496 * rfc2047.el (rfc2047-encode-string): Use it.
10497 (rfc2047-encode-region): Move point to the end of the region after
10498 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10499
105002004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10501
10502 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10503 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10504
105052004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10506
10507 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10508 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
10509 Karl Chen <quarl@nospam.quarl.org>.
10510
105112004-06-23 Jesper Harder <harder@ifa.au.dk>
10512
10513 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10514 invalid addresses.
10515
105162004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
10517
10518 * spam.el: Change section markers, revise TODO list.
10519 (spam-backends): Make new master list of all installed backends.
10520 (spam-summary-exit-behavior): Add new variable to determine how
10521 messages moves are done at summary exit.
10522 (spam-move-spam-nonspam-groups-only)
10523 (spam-process-ham-in-nonham-groups)
10524 (spam-process-ham-in-spam-groups): Remove variables, the
10525 spam-summary-exit-behavior variable should be used to manage this
10526 behavior.
10527 (spam-old-ham-articles, spam-old-spam-articles): Remove.
10528 (spam-old-articles): Add variable, replacing spam-old-ham-articles
10529 and spam-old-spam-articles.
10530 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10531 Add empty variables, placeholders for the backends they represent.
10532 (spam-set-difference): Move, unchanged.
10533 (spam-list-of-processors): Declare OBSOLETE, not used anymore
10534 unless the user has a processor variable.
10535 (spam-classifications, spam-classification-valid-p)
10536 (spam-backend-properties, spam-backend-property-valid-p)
10537 (spam-backend-function-type-valid-p)
10538 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10539 (spam-report-articles-gmane, spam-report-articles-resend):
10540 Remove functions, they are not needed.
10541 (spam-install-backend-super, spam-backend-list)
10542 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10543 (spam-backend-function, spam-backend-ham-registration-function)
10544 (spam-backend-spam-registration-function)
10545 (spam-backend-ham-unregistration-function)
10546 (spam-backend-spam-unregistration-function)
10547 (spam-backend-statistical-p, spam-backend-mover-p)
10548 (spam-install-backend-alias, spam-install-checkonly-backend)
10549 (spam-install-mover-backend, spam-install-nocheck-backend)
10550 (spam-install-backend, spam-install-statistical-backend)
10551 (spam-install-statistical-checkonly-backend): Add backend installation
10552 support.
10553 (spam-summary-prepare-exit): Rewrite to use the new backend code.
10554 (spam-group-processor-p): Use the new backend code and respect the
10555 summary exit behavior.
10556 (spam-mark-spam-as-expired-and-move-routine): Remove.
10557 (spam-summary-prepare): Change to use the new spam-old-articles
10558 variable.
10559 (spam-copy-or-move-routine, spam-copy-spam-routine)
10560 (spam-move-spam-routine, spam-copy-ham-routine)
10561 (spam-move-ham-routine): Add code to copy/move ham or spam.
10562 (spam-fetch-field-fast): Improve doc and code, plus allow the
10563 'number request.
10564 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10565 variables.
10566 (spam-split, spam-find-spam): Use the new backend code.
10567 (spam-registration-functions): Remove variable.
10568 (spam-unregister-routine): Add convenience wrapper.
10569 (spam-log-undo-registration, spam-register-routine)
10570 (spam-log-processing-to-registry)
10571 (spam-log-unregistration-needed-p): Rename "check" to "backend"
10572 where possible.
10573 (spam-check-gmane-xref, spam-check-regex-headers)
10574 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10575 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10576 (spam-check-bogofilter-headers, spam-check-spamoracle)
10577 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10578 (spam-check-crm114-headers): Use the spam-split-group that
10579 spam-split prepares, no need to determine it every time.
10580
10581 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10582 to the nnheader-parse-naked-head call.
10583
10584 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10585
10586 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10587 the nnheader-nov-read-message-id call.
10588
105892004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
10590
10591 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10592 gnus-activate-group twice. Suggested by Markus Peter
10593 <warp@spin.de>.
10594
105952004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
10596
10597 * gnus-art.el (gnus-article-time-format): Exchange the order of
10598 day and month in the default value; fix customization type.
10599 (article-date-ut): Use add-text-properties.
10600 (article-make-date-line): Use message-make-date instead of
10601 current-time-string.
10602
10603 * message.el (message-fetch-field): Don't use set-text-properties.
10604 (message-make-date): Simplify.
0f49874b 10605
01c52d31 106062004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 10607
01c52d31
MB
10608 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10609 (rfc2047-encode-region): Treat text within parentheses as special;
10610 show the original text when error has occurred.
0f49874b 10611
01c52d31
MB
10612 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10613 already-computed method to gnus-activate-group.
0f49874b 10614
01c52d31
MB
10615 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10616 same select-methods identical Lisp objects.
0f49874b 10617
01c52d31
MB
10618 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10619 object when modifying the info.
0f49874b 10620
01c52d31 106212004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 10622
01c52d31
MB
10623 * gnus-srvr.el (gnus-server-set-info): Remove the server from
10624 gnus-opened-servers since it has never been opened with the new
10625 configuration yet.
0f49874b 10626
01c52d31 106272004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 10628
01c52d31
MB
10629 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10630 arg to nnheader-generate-fake-message-id.
0f49874b 10631
01c52d31 106322004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
ca0a6900 10633
01c52d31
MB
10634 * nnheader.el (nnheader-generate-fake-message-id): Accept a
10635 number and build a fake message ID localized to a group and
10636 article number (so it's repeatable from that point on).
cc4a96c6 10637 (nnheader-fake-message-id-p): Change regex to accommodate new fake
01c52d31 10638 ID format.
ca0a6900 10639
01c52d31
MB
10640 * gnus-sum.el (gnus-get-newsgroup-headers): Call
10641 nnheader-generate-fake-message-id with the article number.
ca0a6900 10642
01c52d31 106432004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
a21fb88e 10644
01c52d31
MB
10645 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10646 end-of-buffer.
a21fb88e 10647
01c52d31 106482004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
a21fb88e 10649
01c52d31 10650 * message.el (message-ignored-supersedes-headers): Add Approved.
a21fb88e 10651
01c52d31 106522004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
bfe5418b 10653
01c52d31
MB
10654 * rfc2047.el (rfc2047-encode-message-header): Remove useless
10655 goto-char.
10656 (rfc2047-encode): Fold the line before encoding.
bfe5418b 10657
01c52d31 106582004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
d4755e04 10659
01c52d31
MB
10660 * rfc2047.el (rfc2047-encode-message-header): Disabled header
10661 folding -- not all headers can be folded, and this should be done
10662 by the message composition mode. Probably. I think.
d4755e04 10663
01c52d31 106642004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
95f75c75 10665
01c52d31
MB
10666 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10667 fast.
95f75c75 10668
01c52d31
MB
10669 * gnus-ems.el (gnus-remove-image): Don't use
10670 message-text-with-property; remove only the image found first.
4a43ee9b 10671
01c52d31 106722004-06-09 Jesper Harder <harder@ifa.au.dk>
4a43ee9b 10673
01c52d31 10674 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
4a43ee9b 10675
01c52d31 106762004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
4a43ee9b 10677
01c52d31
MB
10678 * message.el (message-text-with-property): Make it fast and accept
10679 optional arguments.
10680 (message-strip-forbidden-properties): Use it.
10681 (message-fix-before-sending): Follow the m-t-w-p change.
4a43ee9b 10682
01c52d31 10683 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
4a43ee9b 10684
01c52d31 106852004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
4a43ee9b 10686
01c52d31
MB
10687 * gnus-art.el (article-hide-headers): Don't change the buffer
10688 mistakenly when performing mml-preview even if
10689 gnus-single-article-buffer is nil.
4a43ee9b 10690
01c52d31 106912004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
4a43ee9b 10692
01c52d31
MB
10693 * message.el (message-expand-name-databases): New user option.
10694 (message-expand-name): Use it.
4a43ee9b 10695
01c52d31 106962004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
4a43ee9b 10697
01c52d31
MB
10698 * spam.el (spam-report-articles-resend)
10699 (spam-report-resend-register-routine): Allow ham reporting.
10700 (spam-report-resend-register-ham-routine): Add wrapper.
10701 (spam-registration-functions): Add ham resending functions.
10702 (spam-list-of-processors): Add ham resend processor.
4a43ee9b 10703
01c52d31
MB
10704 * gnus.el (ham-resend-to): Add new group parameter.
10705 (spam-process): Add ham resend option.
4a43ee9b 10706
01c52d31
MB
10707 * spam-report.el (spam-report-resend): Allow reporting ham.
10708 (spam-report-resend-ham): Add wrapper.
4a43ee9b 10709
01c52d31 107102004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4a43ee9b 10711
01c52d31
MB
10712 * message.el (message-cite-articles-with-x-no-archive): New
10713 variable.
10714 (message-cite-original): Use it.
4a43ee9b 10715
01c52d31 107162004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
e9bd5782 10717
01c52d31 10718 * message.el (message-cite-original): Respect X-No-Archive.
e9bd5782 10719
01c52d31 107202004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
e9bd5782 10721
01c52d31
MB
10722 * gnus-art.el (article-hide-headers): Refer to the values for
10723 gnus-ignored-headers and gnus-visible-headers in the summary
10724 buffer since a user may have set them as group parameters.
cfcd5c91 10725
01c52d31 107262004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
cfcd5c91 10727
01c52d31
MB
10728 * assistant.el (assistant-node-name): Add convenience function.
10729 (assistant-render-text, assistant-render-node): Add error handling,
10730 plus handle multiple next nodes.
10731 (assistant-find-next-node): Comment out for now.
10732 (assistant-find-next-nodes): Add function, returns list of next
10733 nodes.
10734
107352004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
10736
10737 * mail-source.el (mail-source-directory): Fix doc-string.
10738
107392004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
10740
10741 * assistant.el (assistant-render-text, assistant-eval): Add :set
10742 widget type, which is different because it takes and returns a
10743 list. Much hilarity ensues.
10744
107452004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
10746
10747 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10748
10749 * gnus-group.el (gnus-group-get-new-news-this-group): Added
10750 doc-string.
10751
10752 * gnus-start.el (gnus-activate-group): Added doc-string.
10753
107542004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10755
10756 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10757
107582004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
10759
10760 * assistant.el (assistant-render-text): Try to add a :set
10761 widget, more to come.
10762
10763 * spam.el (spam-group-spam-contents-p): Handle empty groupname
10764 strings.
10765 (spam-report-articles-resend)
10766 (spam-register-routine): Do registration iff any articles warrant
10767 it.
10768 (spam-summary-prepare-exit): Change log message for nil group
10769 destinations.
10770
107712004-05-27 Daniel Pittman <daniel@rimspace.net>
10772
10773 * spam.el (spam-report-resend-register-routine): Allow
10774 spam-report-resend-to to be a group parameter or a global value.
10775
107762004-05-26 Simon Josefsson <jas@extundo.com>
10777
10778 * starttls.el: Merge with my GNUTLS based starttls.el.
10779 (starttls-gnutls-program, starttls-use-gnutls)
10780 (starttls-extra-arguments, starttls-process-connection-type)
10781 (starttls-connect, starttls-failure, starttls-success): New
10782 variables.
10783 (starttls-program, starttls-extra-args): Doc fix.
10784 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10785 functions.
10786 (starttls-negotiate, starttls-open-stream): Check
10787 `starttls-use-gnutls' and pass on to corresponding *-gnutls
10788 function if it is set.
10789
107902004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
10791
10792 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10793 structured fields.
10794
107952004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10796
10797 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10798
107992004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
10800
10801 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
10802 variable.
10803 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
10804 assigning the spam-mark to new messages.
10805
880820fe 108062004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
01c52d31
MB
10807
10808 (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
10809
108102004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10811
10812 * rfc2047.el (rfc2047-encodable-p): Don't move point.
10813 (rfc2047-decode): Treat the ascii coding-system as raw-text by
10814 default.
10815
108162004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
10817
002876ab 10818 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
01c52d31
MB
10819 correct data.
10820
108212004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
10822
10823 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
10824 (spam-group-processor-p): Fix function.
10825 (spam-group-processor-multiple-p)
10826 (spam-group-spam-processor-report-gmane-p)
10827 (spam-group-spam-processor-report-resend-p)
10828 (spam-group-spam-processor-bogofilter-p)
10829 (spam-group-spam-processor-blacklist-p)
10830 (spam-group-spam-processor-ifile-p)
10831 (spam-group-ham-processor-ifile-p)
10832 (spam-group-spam-processor-spamoracle-p)
10833 (spam-group-spam-processor-crm114-p)
10834 (spam-group-ham-processor-bogofilter-p)
10835 (spam-group-spam-processor-stat-p)
10836 (spam-group-ham-processor-stat-p)
10837 (spam-group-ham-processor-whitelist-p)
10838 (spam-group-ham-processor-BBDB-p)
10839 (spam-group-ham-processor-spamoracle-p)
10840 (spam-group-ham-processor-copy-p): Remove functions with some
10841 prejudice against unneeded code.
10842 (spam-report-articles-resend)
10843 (spam-report-resend-register-routine): Allow the group/topic
10844 spam-resend-to value to override spam-report-resend-to.
10845 (spam-summary-prepare-exit): Invoke spam-group-processor-p
10846 properly now.
10847
10848 * gnus.el (spam-resend-to): Add group/topic parameter.
10849 (spam-process): Move the OBSOLETE processors to the end of the
10850 choices.
10851
108522004-05-24 Daniel Pittman <daniel@rimspace.net>
10853
10854 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
10855 with resend-to set to nil, and then ask the user if necessary.
10856 (spam-report-resend): spam-report-resend takes a list of articles, not
10857 separate article numbers.
10858
108592004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10860
10861 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
10862 addition to emacs-w3m.
10863
108642004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10865
10866 * assistant.el (assistant-authinfo-data): New function.
10867 (assistant-eval): Eval for entire assistant.
10868
10869 * netrc.el (netrc-services-file): New variable.
10870 (netrc-parse-services): New function.
10871 (netrc-find-service-name): New function.
10872 (netrc-find-service-number): New function.
10873 (netrc-port-equal): New function.
10874 (netrc-machine): Use it.
10875
10876 * nnimap.el (nnimap-open-connection): Use netrc.
10877
10878 * gnus-util.el (gnus-netrc-get): Remove aliases.
10879
10880 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
10881
10882 * assistant.el (wid-edit): Fix compilation.
10883
10884 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
10885
108862004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
10887
10888 * gnus-util.el (gnus-set-file-modes): New function. (small
10889 patch).
10890
108912004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
cfcd5c91 10892
01c52d31 10893 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
cfcd5c91 10894
01c52d31
MB
10895 * assistant.el (assistant-render-node): Fix up rendering and
10896 read-only text.
10897 (assistant-render-node): Reset.
10898 (assistant-make-read-only): Not sticky.
cfcd5c91 10899
01c52d31 109002004-05-20 Danny Siu <dsiu@adobe.com>
cfcd5c91 10901
01c52d31
MB
10902 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
10903 centered even when gnus-auto-center-summary is t
cfcd5c91 10904
01c52d31 109052004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
cfcd5c91 10906
01c52d31
MB
10907 * dns.el (dns-get-txt-answer): New function.
10908 (dns-read-txt): Ditto.
10909 (query-dns): Use it.
cfcd5c91 10910
01c52d31 109112004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
cfcd5c91 10912
01c52d31
MB
10913 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
10914 active for foreign groups even if the group level is higher than
10915 the specified value.
cfcd5c91 10916
01c52d31 109172004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9ad41fb7 10918
01c52d31
MB
10919 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
10920 non-active groups.
9ad41fb7 10921
01c52d31 10922 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
b4e8a25b 10923
01c52d31 109242004-05-20 Magnus Henoch <mange@freemail.hu>
b4e8a25b 10925
01c52d31 10926 * dns.el (dns-read-type): Add support for SVR. (small patch)
b4e8a25b 10927
01c52d31 109282004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
ddfbe5db 10929
01c52d31
MB
10930 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
10931 (spam-crm114-header, spam-crm114-spam-switch)
10932 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
10933 (spam-crm114-positive-spam-header)
10934 (spam-crm114-database-directory, spam-list-of-processors)
10935 (spam-group-spam-processor-crm114-p)
10936 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
10937 (spam-generic-score, spam-list-of-checks)
10938 (spam-list-of-statistical-checks, spam-registration-functions)
10939 (spam-check-crm114-headers, spam-crm114-score)
10940 (spam-check-crm114, spam-crm114-register-with-crm114)
10941 (spam-crm114-register-spam-routine)
10942 (spam-crm114-unregister-spam-routine)
10943 (spam-crm114-register-ham-routine)
10944 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
880820fe 10945 asjo@koldfront.dk (Adam Sjøgren).
ddfbe5db 10946
01c52d31 10947 * gnus.el: Add spam-use-crm114.
d0859c9a 10948
01c52d31
MB
10949 * spam.el (spam-list-of-processors, spam-registration-functions):
10950 Add spam-use-resend.
10951 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
10952 (spam-report-articles-gmane): Add doc fix.
149cd465
JB
10953 (spam-report-articles-resend, spam-report-resend-register-routine):
10954 Add wrappers around spam-report-resend-to.
d0859c9a 10955
01c52d31
MB
10956 * spam-report.el (spam-report-resend-to, spam-report-resend):
10957 Add support for resending spam.
10958 (spam-report-gmane): Fix line length >80.
d0859c9a 10959
01c52d31 10960 * gnus.el (spam-process): Add spam-use-resend.
d0859c9a 10961
01c52d31 109622004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
d0859c9a 10963
01c52d31
MB
10964 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
10965 number of processed spam messages.
10966 (spam-ham-copy-or-move-routine): Return the number of processed
10967 ham messages.
10968 (spam-summary-prepare-exit): Use the above values to decide
10969 whether status messages shouled be displayed.
d0859c9a 10970
01c52d31 109712004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
d0859c9a 10972
01c52d31
MB
10973 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
10974 `rfc2047-encoding-function-alist' in order to avoid conflicting
10975 with the old version.
10976 (rfc2047-encode-region): Concatenate words containing non-ASCII
10977 characters in structured fields; don't encode space-delimited
10978 ASCII words even in unstructured fields; don't break words at
10979 char-category boundaries.
10980 (rfc2047-encode-1): New function.
10981 (rfc2047-encode): Use it; encode text so that it occupies the
10982 maximum width within 76-column; work correctly on Q encoding for
10983 iso-2022-* charsets.
10984 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
10985 sure not to break a line just after the header name.
10986 (rfc2047-b-encode-region): Removed.
10987 (rfc2047-b-encode-string): New function.
10988 (rfc2047-q-encode-region): Removed.
10989 (rfc2047-q-encode-string): New function.
d0859c9a 10990
01c52d31 10991 * mm-util.el (mm-replace-in-string): New function.
d0859c9a 10992
01c52d31 109932004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
d0859c9a 10994
01c52d31
MB
10995 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
10996 get it right.
10997 (gnus-inews-make-draft): Really.
d0859c9a 10998
01c52d31 109992004-05-19 Ben Menasha <bmenasha@benmenasha.net>
d0859c9a 11000
01c52d31
MB
11001 * nnmh.el (nnmh-request-list-1): Don't check the link count
11002 before descending. (small patch)
d0859c9a 11003
01c52d31 110042004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
d0859c9a 11005
01c52d31
MB
11006 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11007 stuff.
6441d280 11008
01c52d31
MB
11009 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11010 on real group name.
6441d280 11011
01c52d31 11012 * gnus-art.el (gnus-signature-limit): Doc fix.
8654e13a 11013
01c52d31 11014 * gnus-msg.el (gnus-inews-make-draft): Quote list.
8654e13a 11015
01c52d31 110162004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8654e13a 11017
01c52d31
MB
11018 * gnus-draft.el (gnus-draft-send): Bind
11019 rfc2047-encode-encoded-words.
8654e13a 11020
01c52d31
MB
11021 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11022 (rfc2047-encodable-p): Say that =? needs encoding.
11023 (rfc2047-encode-encoded-words): New variable.
8654e13a 11024
01c52d31 11025 * gnus-group.el (gnus-group-select-group): Doc fix.
8654e13a 11026
01c52d31 11027 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
31640842 11028
01c52d31
MB
11029 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11030 to nil.
31640842 11031
01c52d31 11032 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
31640842 11033
01c52d31 11034 * nnheader.el (nnheader-get-lines-and-char): New function.
31640842 11035
01c52d31 110362004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
61b397cd 11037
01c52d31
MB
11038 * gnus-msg.el (gnus-summary-followup-with-original): Document
11039 yanking of region when active.
61b397cd 11040
01c52d31 110412004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
61b397cd 11042
01c52d31
MB
11043 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11044 groups if the group level is higher than the specified value.
31640842 11045
01c52d31 110462004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
cd01ded9 11047
01c52d31
MB
11048 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11049 (gnus-group-jump-to-group): Added prefix argument using
11050 `gnus-group-jump-to-group-prompt'. Query before jumping to
11051 non-active group.
cd01ded9 11052
01c52d31
MB
11053 * compface.el (uncompface): Be verbose when changing
11054 `uncompface-use-external'.
850c333d 11055
01c52d31
MB
11056 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11057 handle manual section.
850c333d 11058
01c52d31 110592004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
ff5e68bf 11060
01c52d31 11061 * gnus-art.el (gnus-button-alist): Revert previous change.
ff5e68bf 11062
01c52d31 110632004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
ff5e68bf 11064
01c52d31 11065 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
ff5e68bf 11066
01c52d31 110672004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6a748eda 11068
01c52d31
MB
11069 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11070 whether backend can accept message.
6a748eda 11071
01c52d31 11072 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9d9b0de9 11073
01c52d31 110742004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
9d9b0de9 11075
01c52d31
MB
11076 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11077 Avoid creating directory when nntp-marks-is-evil is true.
11078 Reported by Reiner Steib.
9a89f5b0 11079
01c52d31 110802004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
9a89f5b0 11081
01c52d31
MB
11082 * gnus-picon.el (gnus-picon-style): New variable.
11083 (gnus-picon-insert-glyph): Added optional `nostring' argument.
11084 (gnus-picon-transform-address): Support `gnus-picon-style'. From
11085 Jesper Harder <harder@ifa.au.dk>.
91472578 11086
01c52d31 110872004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 11088
01c52d31
MB
11089 * message.el (message-fill-field): Return point.
11090 (message-generate-headers): Go to end of field.
91472578 11091
01c52d31
MB
11092 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11093 stuff for non-living groups.
91472578 11094
01c52d31 110952004-05-18 Jesper Harder <harder@ifa.au.dk>
91472578 11096
01c52d31
MB
11097 * gnus-art.el (gnus-article-followup-with-original)
11098 (gnus-article-reply-with-original): gnus-mark-active-p ->
11099 gnus-region-active-p.
91472578 11100
01c52d31 111012004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
91472578 11102
01c52d31
MB
11103 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11104 only when there is spam or ham to be processed.
91472578 11105
01c52d31 111062004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 11107
01c52d31
MB
11108 * mail-source.el (mail-source-delete-crash-box): Refactor.
11109 (mail-source-fetch): Use it.
11110 (mail-source-fetch-file): Ditto.
11111 (mail-source-fetch-directory): Run postscript in loop.
11112 (mail-source-fetch-pop): Delete.
11113 (mail-source-fetch-maildir): Ditto.
11114 (mail-source-fetch-imap): Ditto.
91472578 11115
01c52d31 11116 * imap.el (imap-authenticators): Comment out sasl.
91472578 11117
01c52d31
MB
11118 * message.el (message-skip-to-next-address): New function.
11119 (message-fill-header-address): Refactor.
11120 (message-fill-address): Use it.
11121 (message-delete-address): Use it.
11122 (message-fill-header-general): Refactor.
11123 (message-fill-field-address): Rename.
11124 (message-narrow-to-field): Find the start of the header.
11125 (message-header-format-alist): Don't pre-fill.
11126 (message-fill-header): Removed.
11127 (message-insert-header): New function.
11128 (message-shorten-references): Use it.
91472578 11129
01c52d31 11130 * rfc2047.el (rfc2047-field-value): Strip props.
91472578 11131
01c52d31 11132 * mail-parse.el (mail-header-make-address): New alias.
91472578 11133
01c52d31 11134 * ietf-drums.el (ietf-drums-make-address): New function.
91472578 11135
01c52d31 11136 * imap.el: Add compiler directives.
91472578 11137
01c52d31 11138 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
91472578 11139
01c52d31
MB
11140 * gnus-art.el (article-decode-idna-rhs): Don't use
11141 message-idna-inside-rhs-p.
91472578 11142
01c52d31 111432004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 11144
01c52d31
MB
11145 * message.el (message-idna-inside-rhs-p): Removed.
11146 (message-idna-to-ascii-rhs-1): Use proper address parsing.
1b155fbd 11147
01c52d31
MB
11148 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11149 false positives.
1b155fbd 11150
ce058493 111512004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
91472578 11152
01c52d31 11153 * imap.el (imap-sasl-make-mechanisms): Use sasl.
91472578 11154
01c52d31 111552004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 11156
ce058493 11157 * nneething.el (nneething-file-name): Don't create spurious
01c52d31 11158 files.
91472578 11159
01c52d31
MB
11160 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11161 (gnus-inews-do-gcc): Remove sleep.
498063ec 11162
01c52d31
MB
11163 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11164 part under point.
498063ec 11165
01c52d31
MB
11166 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11167 (gnus-agent-regenerate-group): Using nil messages aren't valid.
498063ec 11168
01c52d31 111692004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
498063ec 11170
01c52d31 11171 * spam.el (spam-summary-prepare-exit): Fixed (length).
498063ec 11172
01c52d31 111732004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
498063ec 11174
01c52d31
MB
11175 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11176 as expired without moving it" message when there are spam
11177 messages left.
498063ec 11178
01c52d31 111792004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
707f2b38 11180
002876ab 11181 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
01c52d31 11182 header is not nil.
707f2b38 11183
01c52d31 111842004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
10ace8ea 11185
01c52d31
MB
11186 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11187 nntp-possibly-create-directory, not nntp-possibly-change-group.
11188 (nntp-marks-changed-p): New arg SERVER.
11189 (nntp-request-update-info): Adjust caller.
10ace8ea 11190
01c52d31 111912004-05-14 Kai Grossjohann <kai@emptydomain.de>
10ace8ea 11192
01c52d31 11193 * nntp.el (nntp-save-marks): Pass missing arg.
10ace8ea 11194
01c52d31 111952004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
10ace8ea 11196
01c52d31
MB
11197 * nntp.el: Support marks.
11198 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11199 (nntp-marks-modtime, nntp-marks-directory): New variables.
11200 (nntp-request-set-mark, nntp-request-update-info)
11201 (nntp-possibly-create-directory, nntp-marks-changed-p)
11202 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11203 functions.
10ace8ea 11204
01c52d31 112052004-05-12 Jesper Harder <harder@ifa.au.dk>
10ace8ea 11206
01c52d31
MB
11207 * gnus-score.el (gnus-score-insert-help): Use
11208 gnus-select-lowest-window.
10ace8ea 11209
01c52d31
MB
11210 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11211 appt-select-lowest-window and rename to gnus-select-lowest-window.
10ace8ea 11212
01c52d31 11213 * gnus.el: do.
10ace8ea 11214
01c52d31 112152004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10ace8ea 11216
01c52d31
MB
11217 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11218 encodings of MIME-encoded words, in order to improve
11219 interoperability with several broken MUAs.
10ace8ea 11220
01c52d31 112212004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
f3f7f80c 11222
01c52d31
MB
11223 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11224 tags, only when charsets are not specified in headers.
11225 (mm-inline-text-html-render-with-w3m): Ditto.
f3f7f80c 11226
01c52d31 112272004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
0302b80e 11228
01c52d31
MB
11229 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11230 instead of MIME-decoded from fields when checking
11231 `gnus-article-address-banner-alist'.
0302b80e 11232
01c52d31 112332004-05-03 Jesper Harder <harder@ifa.au.dk>
fa9a04e1 11234
01c52d31
MB
11235 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11236 description rather than subject.
fa9a04e1 11237
01c52d31 112382004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
fa9a04e1 11239
01c52d31 11240 * gnus.el (gnus-version-number): Bump.
fa9a04e1 11241
01c52d31 112422004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
fa9a04e1 11243
01c52d31 11244 * gnus.el: No Gnus v0.2 is released.
fa9a04e1 11245
01c52d31 112462004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
fa9a04e1 11247
01c52d31
MB
11248 * gnus-agent.el (gnus-agent-read-agentview): Inline
11249 gnus-uncompress-range.
fa9a04e1 11250
01c52d31 112512004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
fa9a04e1 11252
01c52d31
MB
11253 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11254 `exec-installed-p'.
fa9a04e1 11255
01c52d31 112562004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
fa9a04e1 11257
01c52d31
MB
11258 * gnus.el (spam-process, spam-autodetect-methods): Add
11259 bsfilter and bsfilter-headers.
fa9a04e1 11260
01c52d31
MB
11261 * spam.el (spam-bsfilter): New customize group.
11262 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11263 (spam-bsfilter-header, spam-bsfilter-probability-header)
11264 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11265 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11266 (spam-bsfilter-database-directory): New options.
11267 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11268 (spam-list-of-statistical-checks, spam-registration-functions):
11269 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11270 (spam-bsfilter-score): New command.
11271 (spam-check-bsfilter-headers, spam-check-bsfilter)
11272 (spam-bsfilter-register-with-bsfilter)
11273 (spam-bsfilter-register-spam-routine)
11274 (spam-bsfilter-unregister-spam-routine)
11275 (spam-bsfilter-register-ham-routine)
11276 (spam-bsfilter-unregister-ham-routine): New functions.
11277 (spam-generic-score): Support bsfilter; Accept an optional argument
11278 to recalcurate spam score even if scoring header has already been
11279 added.
11280 (spam-bogofilter-score, spam-spamassassin-score): Accept an
11281 optional argument to recalcurate spam score even if scoring header
11282 has already been added.
bf68d4e6 11283
01c52d31 112842004-04-29 Jesper Harder <harder@ifa.au.dk>
bf68d4e6 11285
01c52d31
MB
11286 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11287 strings! Reported by David D. Smith <davidsmith@acm.org>.
11288 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11289 link is missing.
f66ce3b9 11290
01c52d31 112912004-04-28 Jesper Harder <harder@ifa.au.dk>
f66ce3b9 11292
01c52d31
MB
11293 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11294 (html2text-get-attr): Rewrite.
14f56b66 11295
01c52d31
MB
11296 * message.el (message-setup-1): Remove redundant put-text-property
11297 on mail-header-separator.
14f56b66 11298
01c52d31 112992004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
ec3c4a4c 11300
01c52d31
MB
11301 * gnus-registry.el (gnus-registry-cache-whitespace)
11302 (gnus-registry-action, gnus-registry-spool-action)
11303 (gnus-registry-split-fancy-with-parent): Change message levels
11304 from 5 to 3 or 7, as needed.
ec3c4a4c 11305
01c52d31
MB
11306 * spam.el (spam-summary-prepare-exit)
11307 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11308 (spam-split, spam-find-spam, spam-log-undo-registration)
11309 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11310 level from 5 to 6.
5f5475ac 11311
01c52d31 113122004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
5f5475ac 11313
01c52d31
MB
11314 * gnus-ems.el: Autoload appt-select-lowest-window (revert
11315 2004-03-04 change).
5f5475ac 11316
01c52d31 113172004-04-25 Jesper Harder <harder@ifa.au.dk>
2fd561a9 11318
c9e31f32
SM
11319 * sieve-manage.el (sieve-manage-open):
11320 * nnweb.el (nnweb-insert-html):
01c52d31 11321 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
c9e31f32
SM
11322 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11323 * nnspool.el (nnspool-request-group):
01c52d31 11324 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
c9e31f32 11325 * nnml.el (nnml-request-update-info):
01c52d31 11326 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
c9e31f32 11327 (nnmh-request-create-group, nnmh-update-gnus-unreads):
01c52d31 11328 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
c9e31f32
SM
11329 (nnimap-request-set-mark):
11330 * nnfolder.el (nnfolder-request-update-info):
01c52d31 11331 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
c9e31f32
SM
11332 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11333 * gnus-uu.el (gnus-uu-find-articles-matching):
01c52d31 11334 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
01c52d31 11335 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
c9e31f32
SM
11336 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11337 * gnus-nocem.el (gnus-nocem-scan-groups):
11338 * gnus-int.el (gnus-start-news-server):
01c52d31 11339 * gnus-group.el (gnus-group-make-kiboze-group)
c9e31f32
SM
11340 (gnus-group-browse-foreign-server):
11341 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11342 Use mapc when appropriate.
270a576a 11343
01c52d31 113442004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 11345
01c52d31 11346 FIXME: Make separate entries for each person.
270a576a 11347
01c52d31 11348 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
880820fe 11349 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
01c52d31 11350 <shields@msrl.com>:
270a576a 11351
01c52d31
MB
11352 * spam.el (spam-necessary-extra-headers): Get the extra headers we
11353 may need for spam sorting and scoring.
11354 (spam-user-format-function-S): Add user format function suitable for
11355 general use.
11356 (spam-article-sort-by-spam-status): Add sorting function for summary
11357 sorting.
11358 (spam-extra-header-to-number): Add function to get a score from a
11359 header.
11360 (spam-summary-score): Add function to get a numeric score from the
11361 headers.
c9e31f32 11362 (spam-generic-score): Fix function doc, was in wrong place.
01c52d31
MB
11363 (spam-initialize): Take symbols when it's run, and install the
11364 extra headers that spam-necessary-extra-headers thinks we need.
270a576a 11365
01c52d31 113662004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 11367
01c52d31 11368 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
880820fe 11369 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
270a576a 11370
01c52d31 113712004-04-17 Jesper Harder <harder@ifa.au.dk>
270a576a 11372
01c52d31
MB
11373 * gnus-sum.el (gnus-set-global-variables)
11374 (gnus-build-all-threads, gnus-get-newsgroup-headers)
11375 (gnus-article-get-xrefs, gnus-summary-best-group)
11376 (gnus-summary-next-article, gnus-summary-enter-digest-group)
11377 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
c9e31f32
SM
11378 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11379 Use with-current-buffer.
270a576a 11380
01c52d31 113812004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 11382
01c52d31
MB
11383 * spam.el (spam-summary-prepare-exit): Simplify logic.
11384 (spam-fetch-article-header): Read the article header if it's not
11385 available.
11386 (spam-list-articles): Simplify logic.
11387 (spam-filelist-register-routine): Fix bug with unregister-list.
270a576a 11388
01c52d31 11389 * gnus-registry.el: Fix comments at beginning.
270a576a 11390
01c52d31 113912004-04-16 Jesper Harder <harder@ifa.au.dk>
d31fa104 11392
01c52d31
MB
11393 * message.el (message-cater-to-broken-inn): Remove.
11394 (message-shorten-references): Make sure the total folded length of
11395 References is shorter than 998 characters to cater to a bug in INN
11396 2.3. Also, don't pretend that references aren't folded -- this
11397 hasn't worked for a while.
d31fa104 11398
01c52d31 113992004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
9b981cb6 11400
01c52d31
MB
11401 * gnus-agent.el (gnus-agentize):
11402 gnus-agent-send-mail-real-function no longer set to current value
11403 of message-send-mail-function but rather a lambda that calls
11404 message-send-mail-function. The change makes the agent real-time
11405 responsive to user changes to message-send-mail-function.
9b981cb6 11406
01c52d31 114072004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
9b981cb6 11408
01c52d31
MB
11409 * legacy-gnus-agent.el
11410 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11411 help from Florian Weimer <fw@deneb.enyo.de>
9b981cb6 11412
01c52d31 114132004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
56c30d72 11414
01c52d31 11415 * nnmail.el (nnmail-cache-insert): Revert last change.
56c30d72 11416
01c52d31 114172004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
f429956a 11418
01c52d31
MB
11419 * nnmail.el (nnmail-cache-insert): Always check whether
11420 nnmail-cache-ignore-groups matches a group name.
f429956a 11421
01c52d31 114222004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
5c243ee4 11423
01c52d31
MB
11424 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11425 (spam-find-spam, spam-log-processing-to-registry)
11426 (spam-log-registered-p, spam-log-unregistration-needed-p)
11427 (spam-log-undo-registration): Use gnus-message instead of
11428 gnus-error, none of these errors are fatal.
5c243ee4 11429
01c52d31
MB
11430 * gnus-registry.el (gnus-registry-clean-empty-function)
11431 (gnus-registry-clean-empty): Remove only empty entries without
11432 extra data.
aba1948a 11433
01c52d31 114342004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
aba1948a 11435
01c52d31
MB
11436 * spam-stat.el (spam-stat-buffer-change-to-spam)
11437 (spam-stat-buffer-change-to-non-spam): Change (error) to
11438 (gnus-message 8) invocation.
aba1948a 11439
01c52d31 114402004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
aba1948a 11441
01c52d31
MB
11442 * nntp.el (nntp-via-netcat-command): New variable.
11443 (nntp-via-netcat-switches): New variable.
11444 (nntp-open-via-rlogin-and-netcat): New function.
11445 (nntp-open-connection-function): Doc fix.
11446 (nntp-telnet-command): Doc fix.
11447 (nntp-end-of-line): Doc fix.
11448 (nntp-via-rlogin-command): Doc fix.
11449 (nntp-via-user-name): Doc fix.
11450 (nntp-via-address): Doc fix.
aba1948a 11451
01c52d31 114522004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
aba1948a 11453
01c52d31
MB
11454 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11455 error in Emacs 21.1.
ddff82cf 11456
01c52d31 114572004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
ddff82cf 11458
01c52d31 11459 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
112d84ef 11460
01c52d31
MB
114612004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
11462 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11463 (gnus-agent-with-refreshed-group): New macro.
11464 (gnus-agent-rename-group): New function.
11465 (gnus-agent-delete-group): New function.
11466 (gnus-agent-save-group-info): Use gnus-command-method when
11467 `method' parameter is nil. Don't write nil entries into the
11468 active file.
11469 (gnus-agent-get-group-info): New function.
11470 (gnus-agent-fetch-articles): Use
11471 gnus-agent-update-files-total-fetched-for to increment disk space
11472 used.
11473 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11474 gnus-agent-update-view-total-fetched-for to increment disk space
11475 used.
11476 (gnus-agent-get-local): Added optional parameters to avoid calling
11477 gnus-group-real-name and gnus-find-method-for-group.
11478 (gnus-agent-set-local): Delete stored entry if either min, or max,
11479 are nil.
11480 (gnus-agent-fetch-session): Reworded error/quit messages. On
11481 quit, use gnus-agent-regenerate-group to record existance of any
11482 articles fetched to disk before the quit occurred.
11483 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11484 gnus-agent-update-view-total-fetched-for, and
11485 gnus-agent-update-files-total-fetched-for to decrement disk space
11486 used.
11487 (gnus-agent-retrieve-headers): Use
11488 gnus-agent-update-view-total-fetched-for to increment disk space
11489 used.
11490 (gnus-agent-regenerate-group): Replace gnus-group-update-group
11491 with gnus-agent-update-files-total-fetched-for to decrement disk
11492 space and fresh group buffer.
11493 (gnus-agent-inhibit-update-total-fetched-for): New variable.
11494 (gnus-agent-need-update-total-fetched-for): New variable.
11495 (gnus-agent-update-files-total-fetched-for): New function.
11496 (gnus-agent-update-view-total-fetched-for): New function.
11497 (gnus-agent-total-fetched-for): New function.
11498
11499 * gnus-cache.el (gnus-cache-save-buffers): Use
11500 gnus-cache-update-overview-total-fetched-for to change disk space
11501 used by this group.
11502 (gnus-cache-possibly-enter-article): Use
11503 gnus-cache-update-file-total-fetched-for to increment disk space
11504 used by this group.
11505 (gnus-cache-possibly-remove-article): Use
11506 gnus-cache-update-file-total-fetched-for to decrement disk space
11507 used by this group.
11508 (gnus-cache-generate-nov-databases): Purge total fetched cache.
11509 (gnus-cache-rename-group): New function.
11510 (gnus-cache-delete-group): New function.
11511 (gnus-cache-inhibit-update-total-fetched-for): New variable.
11512 (gnus-cache-need-update-total-fetched-for): New variable.
11513 (gnus-cache-with-refreshed-group): New macro.
11514 (gnus-cache-update-file-total-fetched-for): New function.
11515 (gnus-cache-update-overview-total-fetched-for): New function.
11516 (gnus-cache-rename-group-total-fetched-for): New function.
11517 (gnus-cache-delete-group-total-fetched-for): New function.
11518 (gnus-cache-total-fetched-for): New function.
112d84ef 11519
01c52d31
MB
11520 * gnus-group.el: Require gnus-sum and autoload functions to
11521 resolve warnings when gnus-group.el compiled alone.
11522 (gnus-group-line-format): Documented new %F
11523 (size of Fetched data) group line format; identifies disk space
11524 used by agent and cache.
11525 (gnus-group-line-format-alist): Defined new F format.
11526 (gnus-total-fetched-for): New function.
11527 (gnus-group-delete-group): No longer update
11528 gnus-cache-active-altered as gnus-request-delete-group now keeps
11529 the cache in sync.
11530 (gnus-group-list-active): Let the agent store a server's active
11531 list if currently plugged.
2f7717f6 11532
c9e31f32
SM
11533 * gnus-int.el (gnus-request-delete-group):
11534 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
01c52d31 11535 local disk in sync with the server.
c9e31f32
SM
11536 (gnus-request-rename-group):
11537 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
01c52d31 11538 local disk in sync with the server.
2f7717f6 11539
c9e31f32
SM
11540 * gnus-start.el (gnus-get-unread-articles):
11541 Cosmetic simplification to logic.
c44edf72 11542
01c52d31 11543 * gnus-util.el (gnus-rename-file): New function.
c44edf72 11544
01c52d31 115452004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
c44edf72 11546
01c52d31 11547 * mm-util.el (mm-image-load-path): Handle nil in load-path.
aa0a8561 11548
01c52d31 115492004-04-07 Jesper Harder <harder@ifa.au.dk>
aa0a8561 11550
01c52d31
MB
11551 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11552 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
aa0a8561 11553
01c52d31 115542004-04-06 Jesper Harder <harder@ifa.au.dk>
aa0a8561 11555
01c52d31
MB
11556 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11557 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
aa0a8561 11558
01c52d31 115592004-04-03 Jesper Harder <harder@ifa.au.dk>
aa0a8561 11560
01c52d31 11561 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
aa0a8561 11562
01c52d31 115632004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
aa0a8561 11564
01c52d31
MB
11565 * spam.el (spam-set-difference): Add function to replace
11566 gnus-set-difference in spam.el.
11567 (spam-summary-prepare-exit): Use spam-set-difference.
aa0a8561 11568
01c52d31 115692004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
aa0a8561 11570
01c52d31
MB
11571 * gnus-registry.el (gnus-registry-cache-file): Update to use
11572 gnus-dribble-directory OR gnus-home-directory OR ~.
11573 (gnus-registry-split-fancy-with-parent): Fix doc.
aa0a8561 11574
01c52d31 115752004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
aa0a8561 11576
01c52d31
MB
11577 * message.el (message-exchange-point-and-mark): Use
11578 message-mark-active-p. Suggested by Jesper Harder
11579 <harder@ifa.au.dk>.
45893b95 11580
01c52d31 115812004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
45893b95 11582
01c52d31
MB
11583 * message.el (message-exchange-point-and-mark): Don't activate
11584 region if it was inactive. Suggested by Hiroshi Fujishima
11585 <pooh@nature.tsukuba.ac.jp>.
734c5765 11586
01c52d31 115872004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
734c5765 11588
01c52d31
MB
11589 * gnus-art.el (article-display-face): Display Faces in the same
11590 order as X-Faces.
734c5765 11591
01c52d31 115922004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11593
01c52d31 11594 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
ad136a7c 11595
01c52d31 115962004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11597
01c52d31
MB
11598 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11599 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11600 (gnus-article-mime-hierarchy): Remove.
11601 (gnus-article-mime-hierarchy-next): Remove.
11602 (gnus-article-mode): Revert 2004-03-19 change.
11603 (gnus-article-setup-buffer): Revert 2004-03-19 change.
11604 (gnus-insert-mime-button): Revert 2004-03-19 change.
11605 (gnus-mime-accumulate-hierarchy): Remove.
11606 (gnus-mime-enter-multipart): Remove.
149cd465 11607 (gnus-mime-leave-multipart): Remove.
01c52d31
MB
11608 (gnus-mime-display-part): Revert 2004-03-19 change.
11609 (gnus-mime-display-alternative): Revert 2004-03-19 change.
ad136a7c 11610
01c52d31 11611 * mml.el (mml-preview): Revert 2004-03-19 change.
ad136a7c 11612
01c52d31 116132004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
ad136a7c 11614
01c52d31 11615 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
ad136a7c 11616
01c52d31 116172004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11618
01c52d31
MB
11619 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11620 t while entering a file name using the mm-with-multibyte macro.
11621 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
ad136a7c 11622
01c52d31 11623 * mm-util.el (mm-with-multibyte): New macro.
ad136a7c 11624
01c52d31 116252004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11626
01c52d31
MB
11627 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11628 user option.
11629 (gnus-mime-multipart-functions): Doc and customization fix.
11630 (gnus-article-mime-hierarchy): New variable.
11631 (gnus-article-mime-hierarchy-next): New variable.
11632 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11633 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11634 gnus-article-mime-hierarchy-next to nil.
11635 (gnus-insert-mime-button): Show hierarchy numbers.
11636 (gnus-mime-accumulate-hierarchy): New function.
11637 (gnus-mime-enter-multipart): New function.
11638 (gnus-mime-leave-multipart): New function.
11639 (gnus-mime-display-part): Recompute hierarchical MIME structure.
11640 (gnus-mime-display-alternative): Show hierarchy numbers.
ad136a7c 11641
01c52d31
MB
11642 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11643 gnus-article-mime-hierarchy-next to nil.
ad136a7c 11644
01c52d31 116452004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
ad136a7c 11646
01c52d31 11647 * dns.el: Don't require gnus-xmas.
ad136a7c 11648
01c52d31 116492004-03-17 Jesper Harder <harder@ifa.au.dk>
ad136a7c 11650
01c52d31
MB
11651 * mml.el (mml-generate-mime-1): Don't use format=flowed with
11652 inline PGP.
11653 (mml-menu): Disable mml-quote-region if mark is inactive.
ad136a7c 11654
01c52d31 116552004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11656
01c52d31
MB
11657 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11658 when the group's active is not available.
ad136a7c 11659
01c52d31 116602004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11661
01c52d31
MB
11662 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11663 error.
ad136a7c 11664
01c52d31 116652004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
ad136a7c 11666
01c52d31
MB
11667 * imap.el (imap-store-password): New variable.
11668 (imap-interactive-login): Use it.
11669 Suggested by Mark Plaksin <happy@mcplaksin.org>.
ad136a7c 11670
01c52d31 116712004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11672
01c52d31
MB
11673 * gnus-art.el (gnus-article-read-summary-keys): Restore new
11674 window-start and hscroll to summary window.
ad136a7c 11675
01c52d31 116762004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
ad136a7c 11677
01c52d31
MB
11678 * gnus-start.el (gnus-convert-old-newsrc): Only write the
11679 conversion message to newsrc-dribble when an actual conversion is
11680 performed.
ad136a7c 11681
01c52d31 116822004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
ad136a7c 11683
01c52d31 11684 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
ad136a7c 11685
01c52d31 116862004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11687
01c52d31
MB
11688 * mm-decode.el (mm-complicated-handles): New function reviving
11689 former definition of mm-multiple-handles.
49561cf6 11690
01c52d31
MB
11691 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11692 (gnus-mime-delete-part): Use it.
49561cf6 11693
01c52d31 116942004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
87589a70 11695
01c52d31
MB
11696 * gnus-agent.el (gnus-agent-read-local): Bind
11697 nnheader-file-coding-system to gnus-agent-file-coding-system to
11698 avoid the implicit assumption that they will always be equal.
11699 (gnus-agent-save-local): Bind buffer-file-coding-system, not
11700 coding-system-for-write, as the with-temp-file macro first prints
11701 to a buffer then saves the buffer.
87589a70 11702
01c52d31 117032004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
c825ac9d 11704
01c52d31
MB
11705 * gnus-art.el (gnus-article-edit-part): New function.
11706 (gnus-mime-save-part-and-strip): Use it; do query instead of
11707 signaling an error; don't use mm-multiple-handles.
11708 (gnus-mime-delete-part): Ditto.
c825ac9d 11709
01c52d31 117102004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
ae465fa7 11711
01c52d31
MB
11712 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11713 old file versions.
11714 (gnus-group-prepare-hook): Removed function that converted list
11715 form of gnus-agent-expire-days to group properties.
ae465fa7 11716
01c52d31
MB
11717 * gnus-int.el: Autoload gnus-agent-regenerate-group.
11718 (gnus-request-accept-article): Re-indented.
5f49be3f 11719
01c52d31
MB
11720 * gnus-start.el (gnus-convert-old-newsrc): Registered new
11721 converters to handle old agent file formats. Added logic for a
11722 "backup before upgrading warning".
11723 (gnus-convert-mark-converter-prompt): Developers can mark
11724 functions as needing (default), or not needing,
11725 gnus-convert-old-newsrc's "backup before upgrading warning".
11726 (gnus-convert-converter-needs-prompt): Tests whether the user
11727 should be protected from potentially irreversable changes by the
11728 function.
5f49be3f 11729
002876ab 11730 * legacy-gnus-agent.el: New. Provides converters that are only
01c52d31 11731 loaded when gnus-convert-old-newsrc needs to call them.
fb54e72e 11732
01c52d31 117332004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
fb54e72e 11734
01c52d31 11735 * mail-source.el (mail-source-touch-pop): Doc fix.
fb54e72e 11736
01c52d31 11737 * message.el (message-smtpmail-send-it): Doc fix.
0683d241 11738
01c52d31 117392004-03-05 Jesper Harder <harder@ifa.au.dk>
0683d241 11740
01c52d31 11741 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
1b155fbd 11742
01c52d31 11743 * nnmail.el (nnmail-split-fancy): do.
1b155fbd 11744
01c52d31 11745 * gnus-kill.el (gnus-kill, gnus-execute): do.
0683d241 11746
01c52d31 117472004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
0683d241 11748
01c52d31
MB
11749 * gnus-sum.el (gnus-widget-reversible-match)
11750 (gnus-widget-reversible-to-internal)
11751 (gnus-widget-reversible-to-external): New functions.
11752 (gnus-widget-reversible): New widget.
11753 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
0683d241 11754
01c52d31 117552004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
0683d241 11756
01c52d31
MB
11757 * gnus-sum.el (gnus-thread-sort-functions)
11758 (gnus-article-sort-functions): Document `(not F)' items.
0683d241 11759
01c52d31 117602004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
e2642250 11761
01c52d31
MB
11762 * spam.el (spam-use-gmane-xref): Add new backend.
11763 (spam-gmane-xref-spam-group): Add variable to control the name of the
11764 Gmane spam group.
11765 (spam-blackhole-servers, spam-blackhole-good-server-regex)
11766 (spam-regex-headers-spam, spam-regex-headers-ham)
11767 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11768 (spam-list-of-checks): Add spam-use-gmane-xref to list of
11769 backends and checks.
11770 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
e2642250 11771
01c52d31
MB
11772 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11773 an autodetect method.
e2642250 11774
01c52d31 117752004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
e2642250 11776
01c52d31
MB
11777 * gnus-int.el (gnus-request-accept-article): Inform the agent that
11778 articles are being added to a group.
11779 (gnus-request-replace-article): Inform the agent that articles
11780 need to be uncached as the cached contents are no longer valid.
e2642250 11781
01c52d31 117822004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
e2642250 11783
01c52d31 11784 * binhex.el: Don't autoload executable-find.
e2642250 11785
01c52d31 11786 * canlock.el: Don't autoload mail-fetch-field.
e2642250 11787
01c52d31 11788 * gnus-ems.el: Don't autoload appt-select-lowest-window.
e2642250 11789
01c52d31
MB
11790 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
11791 rmail-dont-reply-to and rmail-output.
e2642250 11792
01c52d31 11793 * gnus-score.el: Don't autoload ffap-string-at-point.
e2642250 11794
01c52d31 11795 * gnus-setup.el: Don't autoload sc-cite-original.
e2642250 11796
01c52d31
MB
11797 * imap.el: Don't autoload base64-decode-string,
11798 base64-encode-string and md5.
e2642250 11799
01c52d31
MB
11800 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
11801 and rmail-msg-restore-non-pruned-header.
e2642250 11802
01c52d31 11803 * mm-decode.el: Don't autoload executable-find.
e2642250 11804
01c52d31 11805 * mm-url.el: Don't autoload executable-find.
e2642250 11806
01c52d31 11807 * mm-view.el: Don't autoload diff-mode.
e2642250 11808
01c52d31
MB
11809 * nndb.el: Don't autoload news-reply-mode, news-setup,
11810 cancel-timer and telnet.
e2642250 11811
01c52d31 11812 * password.el: Don't autoload run-at-time for Emacs.
e2642250 11813
01c52d31 11814 * sha1-el.el: Don't autoload executable-find.
e2642250 11815
01c52d31 11816 * sieve-mode.el: Don't autoload c-mode.
e2642250 11817
01c52d31 11818 * uudecode.el: Don't autoload executable-find.
e2642250 11819
01c52d31 118202004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
e2642250 11821
01c52d31
MB
11822 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
11823 (gnus-agent-possibly-alter-active): Avoid null in numeric
11824 comparison.
11825 (gnus-agent-set-local): Refuse to save null in local object table.
11826 (gnus-agent-regenerate-group): The REREAD parameter can now be a
11827 list of articles that will be marked as unread.
e2642250 11828
01c52d31 118292004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
e2642250 11830
01c52d31 11831 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
e2642250 11832
01c52d31 118332004-03-04 Jesper Harder <harder@ifa.au.dk>
ba0226dd 11834
01c52d31
MB
11835 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
11836 language tags.
ba0226dd 11837
01c52d31 118382004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
e2642250 11839
01c52d31
MB
11840 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
11841 Don't bind "obarray".
5153a47a 11842
01c52d31
MB
11843 * gnus-sum.el (gnus-thread-sort-functions): Added
11844 `gnus-thread-sort-by-most-recent-number' and
11845 `gnus-thread-sort-by-most-recent-date'.
11846 Reported by Kai Grossjohann <kai@emptydomain.de>.
2a95505b 11847
01c52d31 118482004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5153a47a 11849
01c52d31 11850 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
5153a47a 11851
01c52d31 118522004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
5153a47a 11853
01c52d31
MB
11854 * gnus-cus.el (gnus-agent-customize-category): Removed
11855 ignore-errors macro reference that required cl to be loaded at
11856 run-time.
5153a47a 11857
01c52d31
MB
11858 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
11859 single-interval range of the form (min . max). Previously the
11860 range had to look like ((min . max)). Likewise, return
11861 (min . max) rather than ((min . max)).
11862 (gnus-range-map): Use gnus-range-normalize to accept
11863 single-interval range.
5153a47a 11864
01c52d31
MB
11865 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
11866 the cache, but not the agent, now appear with their usual face.
5153a47a 11867
01c52d31 118682004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
5153a47a 11869
01c52d31
MB
11870 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
11871 w3m-safe-url-regexp variable buffer-local.
86713405 11872
01c52d31 11873 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
86713405 11874
01c52d31 118752004-02-27 Simon Josefsson <jas@extundo.com>
86713405 11876
01c52d31
MB
11877 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
11878 gnus-group-real-prefix.
11879 (gnus-summary-move-article): Use it, instead of
11880 gnus-group-real-prefix.
86713405 11881
01c52d31 118822004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
d5ddd795 11883
01c52d31
MB
11884 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
11885 w3m-safe-url-regexp variable buffer-local and set it as the value
11886 of mm-w3m-safe-url-regexp.
d5ddd795 11887
01c52d31 11888 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
d5ddd795 11889
01c52d31
MB
11890 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
11891 parsing gnus-posting-styles when the message is not for replying.
d5ddd795 11892
01c52d31
MB
11893 * nnrss.el (nnrss-opml-export): Use
11894 mm-set-buffer-file-coding-system instead of
11895 set-buffer-file-coding-system.
54506618 11896
01c52d31 118972004-02-27 Jesper Harder <harder@ifa.au.dk>
54506618 11898
01c52d31
MB
11899 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
11900 of checkdoc.el).
11901 * nnrss.el: do.
11902 * gnus-mlspl.el: do.
11903 * gnus-ml.el: do.
11904 * gnus-srvr.el: do.
54506618 11905
01c52d31 11906 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
54506618 11907
01c52d31 119082004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
54506618 11909
01c52d31
MB
11910 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
11911 Corrections to custom-manual links.
54506618 11912
01c52d31 11913 * gnus-art.el (gnus-article): Ditto.
54506618 11914
01c52d31 11915 * mm-decode.el (mime-display, mime-security): Ditto.
54506618 11916
01c52d31 119172004-02-26 Jesper Harder <harder@ifa.au.dk>
54506618 11918
01c52d31 11919 * flow-fill.el: Typo.
54506618 11920
01c52d31 119212004-02-26 Andrew Cohen <cohen@andy.bu.edu>
49561cf6 11922
01c52d31 11923 * spam-wash.el: New file.
54506618 11924
01c52d31 119252004-02-26 Mark A. Hershberger <mah@everybody.org>
54506618 11926
01c52d31 11927 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
54506618 11928
01c52d31 119292004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
49561cf6 11930
01c52d31
MB
11931 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
11932 to be run with new-articles as LIST1, not LIST2.
11933 (spam-registration-functions): Add spam-use-ham-copy as a nil
11934 registration backend.
54506618 11935
01c52d31 119362004-02-26 Jesper Harder <harder@ifa.au.dk>
54506618 11937
01c52d31
MB
11938 * spam-stat.el (spam-stat-washing-hook): New option.
11939 (spam-stat-buffer-words): Use it.
11940 (spam-stat-process-directory, spam-stat-test-directory): Use
11941 insert-file-contents-literally.
11942 (spam-stat-coding-system): New variable.
11943 (spam-stat-load, spam-stat-save): Use it.
54506618 11944
01c52d31 119452004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 11946
01c52d31
MB
11947 * spam-report.el (spam-report-plug-agent): Quote
11948 spam-report-url-to-file and spam-report-url-ping-plain.
54506618 11949
01c52d31 119502004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
54506618 11951
01c52d31
MB
11952 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
11953 / in mailto URLs.
54506618 11954
01c52d31 119552004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
54506618 11956
01c52d31
MB
11957 * spam-report.el (spam-report-process-queue): Fix interactive use.
11958 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
11959 (spam-report-unplug-agent): Doc fixes.
11960 (spam-report-url-ping-mm-url, spam-report-url-to-file)
11961 (spam-report-agentize, spam-report-deagentize): Autoload
54506618 11962
01c52d31 119632004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 11964
01c52d31
MB
11965 * message.el (message-setup-fill-variables): Add mml tags to
11966 paragraph-start and paragraph-separate. Suggested by Andrew Korty
11967 <ajk@iu.edu>.
11968 (message-mode): Don't modify paragraph-separate there.
54506618 11969
01c52d31 119702004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 11971
01c52d31
MB
11972 * compface.el (uncompface-use-external): Default to undecided.
11973 (uncompface-use-external-threshold): New variable.
11974 (uncompface-float-time): New macro.
11975 (uncompface): Determine whether to use the external decoder if
11976 uncompface-use-external is undecided.
54506618 11977
01c52d31 119782004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
54506618 11979
01c52d31
MB
11980 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
11981 after images.
54506618 11982
01c52d31 11983 * gnus-art.el (gnus-mime-display-single): Remove dead code.
54506618 11984
01c52d31 119852004-02-14 Jesper Harder <harder@ifa.au.dk>
49561cf6 11986
01c52d31 11987 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
54506618 11988
002876ab 11989 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
54506618 11990
01c52d31
MB
11991 * gnus-sum.el (gnus-summary-limit-to-age)
11992 (gnus-summary-limit-children): do.
54506618 11993
01c52d31 11994 * gnus-int.el (gnus-request-scan): do.
54506618 11995
01c52d31 11996 * gnus-group.el (gnus-group-suspend): do.
54506618 11997
01c52d31 11998 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
54506618 11999
01c52d31 12000 * gnus-cite.el (gnus-cite-parse-attributions): do.
54506618 12001
01c52d31
MB
12002 * gnus-agent.el (gnus-summary-set-agent-mark)
12003 (gnus-agent-regenerate-group): do.
54506618 12004
01c52d31 12005 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
54506618 12006
01c52d31 12007 * binhex.el (binhex-decode-region-internal): do.
54506618 12008
01c52d31 120092004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 12010
01c52d31
MB
12011 * gnus-fun.el (gnus-face-properties-alist): New user option.
12012 (gnus-display-x-face-in-from): Use it.
54506618 12013
01c52d31 12014 * gnus-art.el (article-display-face): Ditto.
54506618 12015
01c52d31 12016 * compface.el (uncompface-use-external): Default to nil.
54506618 12017
01c52d31 120182004-02-12 Jesper Harder <harder@ifa.au.dk>
54506618 12019
01c52d31
MB
12020 * nntp.el (nntp-erase-buffer): New function.
12021 (nntp-retrieve-data, nntp-send-command)
12022 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12023 (nntp-possibly-change-group): Use it.
54506618 12024
01c52d31
MB
12025 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12026 with-current-buffer.
54506618 12027
01c52d31 120282004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
54506618 12029
01c52d31
MB
12030 * compface.el: Merge the ELisp-based uncompface program.
12031 (compface): New customization group.
12032 (uncompface-use-external): New user option.
12033 (uncompface): Call uncompface-internal if uncompface-use-external
12034 is nil.
12035 (uncompface-internal): New function. Note that there are also
12036 some other functions and variables added for this function.
54506618 12037
01c52d31 120382004-02-10 Jesper Harder <harder@ifa.au.dk>
54506618 12039
01c52d31
MB
12040 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12041 if necessary.
54506618 12042
01c52d31 120432004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
54506618 12044
01c52d31
MB
12045 * spam-report.el (spam-report-unplug-agent)
12046 (spam-report-plug-agent, spam-report-deagentize)
12047 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12048 Add support for the Agent in spam-report: when unplugged, report to a
12049 file; when plugged, submit all the requests.
54506618 12050
01c52d31
MB
12051 * spam.el (spam-register-routine): Fix message about
12052 registration.
54506618 12053
01c52d31 120542004-02-09 Jesper Harder <harder@ifa.au.dk>
49561cf6 12055
01c52d31
MB
12056 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12057 dependencies.
12058 (rfc2047-encode): Use it.
54506618 12059
01c52d31
MB
12060 * gnus-art.el (gnus-button-marker-list): Move before first
12061 reference.
54506618 12062
01c52d31
MB
12063 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12064 (imap-parse-body): Fix format string mismatch.
54506618 12065
01c52d31 12066 * gnus-score.el (gnus-summary-increase-score): do.
54506618 12067
01c52d31 12068 * nnrss.el (nnrss-close): New function.
54506618 12069
01c52d31 120702004-02-08 Jesper Harder <harder@ifa.au.dk>
54506618 12071
01c52d31
MB
12072 * nnrss.el (nnrss-make-filename): New function.
12073 (nnrss-request-delete-group, nnrss-read-server-data)
12074 (nnrss-save-server-data, nnrss-read-group-data)
12075 (nnrss-save-group-data): Use it.
12076 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12077 (nnrss-read-server-data, nnrss-read-group-data): Use load.
12078 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
54506618 12079
01c52d31 120802004-02-07 Jesper Harder <harder@ifa.au.dk>
54506618 12081
01c52d31 12082 * mml.el (mml-compute-boundary-1): Don't uncompress files.
54506618 12083
01c52d31 120842004-02-06 Jesper Harder <harder@ifa.au.dk>
54506618 12085
01c52d31
MB
12086 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12087 files.
54506618 12088
01c52d31
MB
12089 * message.el (message-generate-headers-first): Don't quote nil
12090 and t in docstrings.
54506618 12091
01c52d31 12092 * imap.el (imap-id): do.
54506618 12093
01c52d31
MB
12094 * gnus-agent.el (gnus-agent-consider-all-articles)
12095 (gnus-agent-queue-mail): do.
54506618 12096
01c52d31 120972004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
54506618 12098
01c52d31
MB
12099 * spam-report.el (spam-report-process-queue): New function.
12100 Process requests from `spam-report-requests-file'.
12101 (spam-report-process-queue): Doc fix.
54506618 12102
01c52d31 121032004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
531e5812 12104
01c52d31
MB
12105 * spam.el (spam-register-routine)
12106 (spam-log-processing-to-registry, spam-log-registered-p)
12107 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12108 Change "check" to "spam-check" for semi-clarity.
531e5812 12109
01c52d31 121102004-02-05 Jesper Harder <harder@ifa.au.dk>
531e5812 12111
01c52d31 12112 * pop3.el: Require nnheader.
531e5812 12113
01c52d31 12114 * mml-smime.el: Require cl. Autoload message-fetch-field.
531e5812 12115
01c52d31 12116 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
531e5812 12117
01c52d31 12118 * gnus-picon.el: Require cl.
531e5812 12119
01c52d31 12120 * gnus-fun.el: Require gnus-ems and gnus-util.
531e5812 12121
01c52d31 12122 * gnus.el (gnus-method-to-server): Move defsubst before first use.
531e5812 12123
01c52d31 12124 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
531e5812 12125
01c52d31
MB
12126 * gnus-art.el (gnus-article-edit-mode): Define before first
12127 reference.
531e5812 12128
01c52d31 121292004-02-04 Jesper Harder <harder@ifa.au.dk>
531e5812 12130
01c52d31
MB
12131 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12132 (gnus-uu-post-encoded): Use point-at-bol.
531e5812 12133
01c52d31 12134 * gnus-topic.el (gnus-group-active-topic-p): do.
69075cdd 12135
01c52d31 12136 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
69075cdd 12137
01c52d31 12138 * gnus-group.el (gnus-group-kill-region): do.
69075cdd 12139
01c52d31 12140 * gnus-art.el (article-date-ut): do.
69075cdd 12141
01c52d31
MB
12142 * message.el (message-fetch-field): Remove redundant
12143 case-fold-search binding.
12144 (message-narrow-to-field): Simplify.
69075cdd 12145
01c52d31 121462004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
8903a9c8 12147
01c52d31 12148 * spam.el (spam-directory): Derive from `gnus-directory'.
8903a9c8 12149
01c52d31
MB
12150 * spam-report.el (spam-report-url-to-file)
12151 (spam-report-requests-file): New function and variable for offline
12152 reporting.
12153 (spam-report-url-ping-function): Add `spam-report-url-to-file'
12154 and user defined function.
12155 (spam-report-url-ping-mm-url): Remove doubled slash.
8903a9c8 12156
01c52d31 121572004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
8903a9c8 12158
01c52d31 12159 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
8903a9c8 12160
01c52d31 121612004-02-03 Jesper Harder <harder@ifa.au.dk>
ebbeed62 12162
01c52d31
MB
12163 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12164 format string mismatch.
ebbeed62 12165
01c52d31 12166 * sieve.el (sieve-deactivate-all): do.
8903a9c8 12167
01c52d31 12168 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
8903a9c8 12169
01c52d31 12170 * nnlistserv.el (nnlistserv-kk-wash-article): do.
e62e7654 12171
01c52d31 12172 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
e62e7654 12173
01c52d31 12174 * mm-bodies.el (mm-7bit-chars): Don't include \r.
e62e7654 12175
01c52d31 121762004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
e62e7654 12177
01c52d31
MB
12178 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12179 the list of checks.
e62e7654 12180
01c52d31 121812004-01-31 Jesper Harder <harder@ifa.au.dk>
e62e7654 12182
01c52d31
MB
12183 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12184 padding.
e62e7654 12185
01c52d31 121862004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
c3bc41c2 12187
01c52d31
MB
12188 * mm-view.el (mm-fill-flowed): New variable.
12189 (mm-inline-text): Use it.
eb6a2b61 12190
01c52d31 121912004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
c3bc41c2 12192
01c52d31
MB
12193 * spam.el (spam-spamassassin-register-ham-routine)
12194 (spam-spamassassin-register-spam-routine): Fix function names.
7c3bb5a5 12195
01c52d31 121962004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
7c3bb5a5 12197
01c52d31
MB
12198 * gnus.el (gnus-tmp-grouplens): Remove.
12199 (gnus-summary-line-format): Remove grouplens.
f0096211 12200
01c52d31 12201 * gnus-group.el (gnus-group-line-format): Ditto.
f0096211 12202
01c52d31
MB
12203 * gnus-spec.el (gnus-format-specs): Ditto.
12204 (gnus-update-format-specifications): Flush the group format spec
12205 cache if there's the grouplens stuff.
12206 (gnus-parse-simple-format): Replace %l with the empty string.
f0096211 12207
01c52d31 122082004-01-27 Jerry James <james@xemacs.org> (tiny change)
f0096211 12209
01c52d31
MB
12210 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12211 omission.
14e20e13 12212
01c52d31 122132004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
14e20e13 12214
01c52d31
MB
12215 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12216 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
c1d7d285 12217
01c52d31 122182004-01-25 Paul Jarc <prj@po.cwru.edu>
c1d7d285 12219
149cd465
JB
12220 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12221 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
01c52d31
MB
12222 New macros and functions.
12223 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12224 Handle > NLINK_MAX messages.
12225 * nnmaildir.el (nnmaildir-request-set-mark): Use
12226 nnmaildir--emlink-p and nnmaildir--eexist-p.
c1d7d285 12227
01c52d31 122282004-01-25 Alex Schroeder <alex@gnu.org>
c1d7d285 12229
01c52d31
MB
12230 * spam-stat.el (spam-stat-process-directory-age): New option.
12231 (spam-stat-process-directory): Use it.
c1d7d285 12232
01c52d31 122332004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
c1d7d285 12234
01c52d31
MB
12235 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12236 (spam-stat-save): Accept prefix argument.
c1d7d285 12237
01c52d31 122382004-01-23 Paul Jarc <prj@po.cwru.edu>
c1d7d285 12239
01c52d31
MB
12240 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12241 links" error.
c1d7d285 12242
01c52d31 122432004-01-23 Jesper Harder <harder@ifa.au.dk>
10b43d7c 12244
01c52d31
MB
12245 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12246 compatibility with old .newsrc.eld files.
10b43d7c 12247
01c52d31 12248 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
f4dd4ae8 12249
01c52d31 12250 * gnus-start.el (gnus-1): do.
f4dd4ae8 12251
01c52d31 12252 * gnus-group.el (gnus-group-line-format-alist): do.
1b155fbd 12253
01c52d31 12254 * gnus.el (gnus-use-grouplens, gnus-visual): do.
1b155fbd 12255
01c52d31 12256 * gnus-gl.el: Remove.
f4dd4ae8 12257
01c52d31 122582004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
f4dd4ae8 12259
01c52d31
MB
12260 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12261 marks consisting of a single range {for example, (3 . 5)} rather
12262 than a list of a single range { ((3 . 5)) }.
49561cf6 12263
01c52d31 122642004-01-23 Jesper Harder <harder@ifa.au.dk>
f4dd4ae8 12265
01c52d31
MB
12266 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12267 with-current-buffer.
12268 (spam-stat-store-current-buffer): Use insert-buffer-substring to
12269 avoid consing a string.
f4dd4ae8 12270
01c52d31
MB
12271 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12272 Remove obsolete entries for big5 and gb2312.
f4dd4ae8 12273
01c52d31 122742004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
49561cf6 12275
01c52d31
MB
12276 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12277 uncompressed list.
f4dd4ae8 12278
01c52d31 122792004-01-22 Jesper Harder <harder@ifa.au.dk>
f4dd4ae8 12280
01c52d31
MB
12281 * spam-stat.el (spam-stat-strip-xref): New function.
12282 (spam-stat-process-directory): Use it.
f4dd4ae8 12283
01c52d31
MB
12284 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12285 here -- it's done in message-fetch-field.
f4dd4ae8 12286
01c52d31 122872004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
f4dd4ae8 12288
149cd465
JB
12289 * gnus-agent.el (gnus-agent-queue-mail)
12290 (gnus-agent-prompt-send-queue): New variables.
01c52d31
MB
12291 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12292 * gnus-draft.el (gnus-group-send-queue): Pass the group name
12293 "nndraft:queue" along to gnus-draft-send. Use
12294 gnus-agent-prompt-send-queue.
12295 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12296 is "nndraft:queue". Suggested by Gaute Strokkenes
12297 <gs234@srcf.ucam.org>
f4dd4ae8 12298
01c52d31
MB
12299 * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12300 (agent-enable-undownloaded-faces): Added
12301 (gnus-agent-cat-groups): Use eval-and-compile, not
12302 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12303 method of gnus-agent-cat-groups even when the buffer has been
12304 evaled.
3042deef 12305 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
01c52d31 12306 delete gnus-agent-save-active-1.
002876ab 12307 (gnus-agent-save-groups): Deleted. Identical to
01c52d31
MB
12308 gnus-agent-save-active.
12309 (gnus-agent-write-active): No longer adjust agent's copy of active
12310 file as agent's adjustments are now stored in their own
002876ab 12311 file. Removed optional parameter.
01c52d31
MB
12312 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12313 servers. Add use of min/max range limits from server's local
12314 file.
12315 (gnus-agent-save-alist): Removed unused optional argument.
149cd465
JB
12316 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12317 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
01c52d31 12318 (gnus-agent-set-local): A per-server file that keeps min/max range
ec5741dc 12319 limits for articles known to the agent. Provides a fast mechanism
01c52d31 12320 for altering many active ranges.
3042deef 12321 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
01c52d31
MB
12322 active file (local makes it unnecessary).
12323 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12324
12325 * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12326 (agent-enable-undownloaded-faces): Added
12327
12328 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12329 disable it when sending to "nndraft:queue".
12330 (gnus-group-send-queue): Add safety check to avoid sending queue
12331 when unplugged.
f4dd4ae8 12332
01c52d31
MB
12333 * gnus-group.el (gnus-group-catchup): Use new
12334 gnus-sequence-of-unread-articles, not
12335 gnus-list-of-unread-articles, to avoid exhausting memory with huge
12336 numbers of articles. Use gnus-range-map to avoid having to
12337 uncompress the unread list.
149cd465
JB
12338 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12339 Fixed invalid ange-ftp reference.
9b5773bc 12340
01c52d31
MB
12341 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12342 (gnus-sorted-range-intersection): Intersection of two ranges
12343 without requiring that they first be uncompressed.
9b5773bc 12344
01c52d31
MB
12345 * gnus-start.el (gnus-activate-group): Unless blocked by the
12346 caller, possibly expand the active range to include both cached
12347 and agentized articles.
12348 (gnus-convert-old-newsrc): Rewrote in anticipation of having
12349 multiple version-dependent converters.
12350 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12351 gnus-agent-save-active.
12352 (gnus-save-newsrc-file): Save dirty agent range limits.
46cdaf24 12353
01c52d31
MB
12354 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12355 gnus-agent-possibly-alter-active.
12356 (gnus-adjust-marked-articles): Faster handling of simple lists
12357
123582004-01-21 Jesper Harder <harder@ifa.au.dk>
12359
12360 * spam-stat.el (spam-stat-test-directory): New optional argument
12361 displays a list of files detected. Suggested by Andrew Cohen
12362 <cohen@andy.bu.edu>.
12363 (spam-stat-buffer-words-with-scores): Don't narrow and change
12364 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
12365
296fa7b4 123662004-01-20 Hubert Chan <hubert@uhoreg.ca>
01c52d31
MB
12367
12368 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12369 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12370 (spam-spamassassin-arguments)
12371 (spam-spamassassin-spam-flag-header)
12372 (spam-spamassassin-positive-spam-flag-header)
12373 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12374 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12375 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12376 (spam-list-of-processors, spam-list-of-checks)
12377 (spam-list-of-statistical-checks, spam-registration-functions)
12378 (spam-check-spamassassin-headers, spam-check-spamassassin)
12379 (spam-spamassassin-score)
12380 (spam-spamassassin-register-with-sa-learn)
12381 (spam-spamassassin-register-spam-routine)
12382 (spam-spamassassin-register-ham-routine)
12383 (spam-assassin-register-spam-routine)
002876ab
JB
12384 (spam-assassin-register-ham-routine): Add SpamAssassin support.
12385 (spam-bogofilter-score): Fix to show article before scoring.
01c52d31
MB
12386
123872004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
12388
12389 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12390 default scoring function.
12391 (spam-generic-score): Call spam-spamassassin-score if
12392 spam-use-spamassassin or spam-use-spamassassin-headers is on;
12393 spam-bogofilter-score otherwise.
12394
12395 * gnus.el (spam-process, spam-autodetect-methods): Add
12396 spamassassin and spamassassin-headers.
12397
123982004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
12399
12400 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12401 Suppress unnecessary messages.
12402
124032004-01-20 Jesper Harder <harder@ifa.au.dk>
12404
12405 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12406 make-hash-table.
46cdaf24 12407
01c52d31 124082004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 12409
01c52d31 12410 * canlock.el (base64-encode-string): Don't autoload it.
a08b59c9 12411
01c52d31 124122004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 12413
01c52d31
MB
12414 * run-at-time.el: Remove useless (require 'itimer),
12415 eval-and-compile and (featurep 'xemacs).
a08b59c9 12416
01c52d31 124172004-01-16 Jesper Harder <harder@ifa.au.dk>
a08b59c9 12418
01c52d31
MB
12419 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12420 GROUP is a virtual group.
a08b59c9 12421
01c52d31 124222004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
a08b59c9 12423
01c52d31 12424 * gnus.el: Autoload `message-y-or-n-p'.
a08b59c9 12425
01c52d31 124262004-01-15 Jesper Harder <harder@ifa.au.dk>
a08b59c9 12427
01c52d31 12428 * pgg-parse.el: Remove unnecessary (require 'custom).
a08b59c9 12429
01c52d31 12430 * pgg-def.el: do.
a08b59c9 12431
01c52d31 12432 * nnmail.el: do.
a08b59c9 12433
01c52d31 12434 * gnus-undo.el: do.
a08b59c9 12435
01c52d31 12436 * gnus-picon.el: do.
a08b59c9 12437
01c52d31 12438 * gnus-util.el: do.
a08b59c9 12439
01c52d31 124402004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
a08b59c9 12441
01c52d31 12442 * gnus-sum.el (gnus-pick-line-number): Add autoload.
a08b59c9 12443
01c52d31 124442004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 12445
01c52d31
MB
12446 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12447 handle, as well as a list.
a08b59c9 12448
01c52d31
MB
12449 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12450 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12451 (mm-w3m-cid-retrieve): Simplify.
a08b59c9 12452
01c52d31 124532004-01-14 Vasily Korytov <deskpot@myrealbox.com>
a08b59c9 12454
01c52d31
MB
12455 * message.el (message-kill-to-signature): Allow prefix arg to
12456 specify number of lines to keep before signature.
a08b59c9 12457
01c52d31
MB
124582004-01-14 Kai Grossjohann <kai@emptydomain.de>
12459
12460 (message-kill-to-signature): Change docstring.
a08b59c9 12461
01c52d31 124622004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 12463
01c52d31
MB
12464 * canlock.el: Always require sha1-el.
12465 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
a08b59c9 12466
01c52d31 12467 * message.el: Autoload sha1 only when compiling.
a08b59c9 12468
01c52d31 124692004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 12470
01c52d31 12471 * message.el (message-canlock-generate): Require sha1-el.
a08b59c9 12472
01c52d31 124732004-01-13 Jesper Harder <harder@ifa.au.dk>
a08b59c9 12474
01c52d31 12475 * message.el (message-expand-name): Silence the byte compiler.
a08b59c9 12476
01c52d31 124772004-01-13 Simon Josefsson <jas@extundo.com>
1232b9cb 12478
01c52d31
MB
12479 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12480 Invoke gnus-score-mode. Reported by
880820fe 12481 bojohan+news@dd.chalmers.se (Johan Bockgård).
1232b9cb 12482
01c52d31
MB
12483 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
12484 Jim Blandy <jimb@redhat.com> (tiny change).
1232b9cb 12485
01c52d31 124862004-01-12 Jesper Harder <harder@ifa.au.dk>
1232b9cb 12487
01c52d31 12488 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
ef3b7aae 12489
01c52d31 124902004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
ef3b7aae 12491
01c52d31
MB
12492 * spam.el (spam-get-article-as-string): Update to use
12493 gnus-request-article-this-buffer, much simpler.
12494 (spam-get-article-as-buffer): Remove.
6e7fb80c 12495
01c52d31 124962004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
6e7fb80c 12497
296fa7b4 12498 * message.el (message-expand-name): Use EUDC if the user uses that.
7cb0aa56 12499
01c52d31 125002004-01-12 Jesper Harder <harder@ifa.au.dk>
7cb0aa56 12501
01c52d31
MB
12502 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12503 character for the encoding to avoid consing a string.
7cb0aa56 12504
01c52d31
MB
12505 * rfc2047.el (rfc2047-decode-string): Don't cons a string
12506 unnecessarily.
7cb0aa56 12507
01c52d31 12508 * mm-util.el (mm-replace-chars-in-string): Remove.
7cb0aa56 12509
01c52d31
MB
12510 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12511 of mm-replace-chars-in-string.
e79f14a4 12512
01c52d31 125132004-01-11 Jesper Harder <harder@ifa.au.dk>
e79f14a4 12514
c9e31f32 12515 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
e79f14a4 12516
01c52d31 12517 * mm-util.el (mm-subst-char-in-string): Support inplace.
e79f14a4 12518
01c52d31
MB
12519 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12520 a new string in every iteration. Use shy groups.
e79f14a4 12521
01c52d31 125222004-01-10 Jesper Harder <harder@ifa.au.dk>
e79f14a4 12523
c9e31f32
SM
12524 * gnus-srvr.el (gnus-browse-unsubscribe-group):
12525 * gnus-soup.el (gnus-soup-group-brew):
12526 * gnus-msg.el (gnus-put-message):
12527 * gnus-move.el (gnus-group-move-group-to-server):
12528 * gnus-kill.el (gnus-batch-score):
01c52d31
MB
12529 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12530 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12531 (gnus-group-update-group, gnus-group-read-group)
12532 (gnus-group-make-group, gnus-group-make-help-group)
12533 (gnus-group-make-archive-group, gnus-group-make-directory-group)
12534 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12535 (gnus-group-sort-by-unread, gnus-group-catchup)
12536 (gnus-group-unsubscribe-group, gnus-group-kill-group)
12537 (gnus-group-yank-group, gnus-group-set-info)
c9e31f32
SM
12538 (gnus-group-list-groups):
12539 * gnus.el (gnus-generate-new-group-name):
12540 * gnus-delay.el (gnus-delay-send-queue):
12541 * nnvirtual.el (nnvirtual-catchup-group):
01c52d31 12542 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
01c52d31 12543 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
c9e31f32 12544 (gnus-group-prepare-topics, gnus-topic-check-topology):
01c52d31
MB
12545 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12546 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12547 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
c9e31f32
SM
12548 (gnus-group-make-articles-read):
12549 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12550 (gnus-group-change-level, gnus-kill-newsgroup)
12551 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12552 (gnus-get-unread-articles, gnus-make-articles-unread)
12553 (gnus-make-ascending-articles-unread): Use accessor
12554 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12555 to get group information for improved readability.
12556
1270d7ca 12557
01c52d31 125582004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 12559
01c52d31
MB
12560 * gnus-art.el (article-decode-mime-words, article-babel)
12561 (gnus-article-highlight-signature, gnus-article-add-buttons)
12562 (gnus-signature-toggle): Use gnus-with-article-buffer.
1270d7ca 12563
01c52d31
MB
12564 * gnus-art.el (gnus-article-highlight-headers)
12565 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
1270d7ca 12566
01c52d31
MB
12567 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12568 (gnus-article-set-globals, gnus-request-article-this-buffer)
12569 (gnus-button-message-id, gnus-article-maybe-hide-headers)
12570 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12571 (gnus-mime-display-alternative): Use with-current-buffer.
1270d7ca 12572
01c52d31 125732004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 12574
01c52d31
MB
12575 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12576 also under 80 char limit, and call gnus-error if needed.
12577 (spam-fetch-article-header): Fix - it was a
12578 buffer-local variable (gnus-newsgroup-data).
12579 (spam-find-spam): Use spam-generate-fake-headers, forget about
12580 spam-insert-fake-headers.
12581 (spam-insert-fake-headers): Remove.
1270d7ca 12582
01c52d31 125832004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 12584
01c52d31
MB
12585 * deuglify.el (gnus-article-outlook-unwrap-lines)
12586 (gnus-outlook-rearrange-article)
12587 (gnus-outlook-repair-attribution-outlook)
12588 (gnus-outlook-repair-attribution-block)
12589 (gnus-outlook-repair-attribution-other): Remove redundant
12590 save-excursion.
1270d7ca 12591
01c52d31 125922004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 12593
01c52d31
MB
12594 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12595 (spam-fetch-field-subject-fast)
12596 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12597 (spam-fetch-article-header): Add functions to deal with Gnus
12598 internals for fast retrieval of article header data.
12599 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
1270d7ca 12600
01c52d31 126012004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 12602
01c52d31
MB
12603 * pop3.el (pop3-md5): Remove.
12604 (pop3-apop): Replace pop3-md5 with md5.
1270d7ca 12605
01c52d31 12606 * mm-bodies.el: base64 is always built-in.
1270d7ca 12607
01c52d31
MB
12608 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12609 with-current-buffer.
1270d7ca 12610
23f87bed 126112004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 12612
23f87bed
MB
12613 * canlock.el (canlock-insert-header): Remove excessive grouping in
12614 regexp.
1270d7ca 12615
01c52d31
MB
12616 * gnus-sum.el (gnus-summary-read-document): Ditto.
12617
12618 * gnus-uu.el (gnus-uu-part-number): Ditto.
12619
12620 * html2text.el (html2text-remove-tags): Ditto.
12621 (html2text-format-tags): Ditto.
12622 (html2text-format-single-elements): Ditto.
12623
12624 * mml.el (mml-parse-1): Ditto.
12625
126262004-01-08 Jesper Harder <harder@ifa.au.dk>
12627
12628 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12629
12630 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12631
12632 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12633
12634 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12635
126362003-11-15 Simon Josefsson <jas@extundo.com>
12637
12638 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12639 (pgg-gpg-lookup-key): Use regexp match instead of
12640 split-string (split-string is different between emacs 21.2 and
12641 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
12642
126432004-01-08 Jesper Harder <harder@ifa.au.dk>
12644
12645 * gnus-art.el (gnus-mime-view-all-parts)
12646 (gnus-article-part-wrapper, gnus-article-view-part): Use
12647 with-current-buffer.
12648
126492004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12650
12651 * spam.el (spam-disable-spam-split-during-ham-respool)
12652 (spam-spamoracle-database, spam-cache-lookups)
12653 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12654 (spam-group-ham-mark-p, spam-group-spam-mark-p)
12655 (spam-group-ham-marks, spam-group-spam-marks)
12656 (spam-group-spam-contents-p, spam-group-ham-contents-p)
12657 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12658 also add spam-use-blackholes to the statistical checks.
12659 (spam-fetch-field-fast): Add interface to fetching fields, may
12660 become a macro.
12661 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12662 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12663 (spam-insert-fake-headers): Fake an article when needed.
12664 (spam-find-spam): Fake article when possible.
12665 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12666 (spam-check-bogofilter-headers): Use message-fetch-field instead
12667 of nnmail-fetch-field.
12668
126692004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
12670
12671 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12672
126732004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12674
12675 * spam.el (spam-split): Do not require spam-use-CHECK to be
12676 enabled if that check is passed to spam-split explicitly; also
12677 fix so 'spam doesn't get converted to spam-split-group when
12678 spam-split-symbolic-return is t.
12679 (spam-find-spam): Find registrations of the article and use those
12680 instead of re-running spam-split to find the spam/ham
12681 classification of the article.
12682 (spam-log-processing-to-registry, spam-log-registered-p)
12683 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12684 Use gnus-error instead of gnus-message.
12685 (spam-log-registration-type): Add function to determine the
12686 classification of a message based on registry entries; will
12687 return nil if both 'spam and 'ham are found.
12688 (spam-check-BBDB): Expand all the BBDB macros here so we can have
12689 a reasonably fast local cache without the loading errors.
12690 (spam-cache-lookups): Set to t by default.
12691 (spam-find-spam): Don't try to guess spam-cache-lookups.
12692 (spam-enter-whitelist, spam-enter-blacklist): Clear the
12693 spam-caches entry.
12694 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12695 caching of whitelist/blacklist entries.
12696 (spam-check-whitelist, spam-check-blacklist): Invoke
12697 spam-from-listed-p with a type, not a cache variable.
12698 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12699
127002004-01-07 Jesper Harder <harder@ifa.au.dk>
12701
12702 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12703
12704 * nnmail.el (nnmail-split-fancy): do.
12705
12706 * mml.el (mml-parse): do.
12707
12708 * gnus-score.el (gnus-enter-score-words-into-hashtb)
12709 (gnus-score-adaptive): do.
12710
23f87bed 127112004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 12712
01c52d31
MB
12713 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12714 (gnus-mime-button-map): Don't set keymap parent.
12715 (gnus-button-ctan-directory-regexp): Use shy grouping.
12716 (gnus-prev-page-map): Don't set keymap parent.
12717 (gnus-prev-page-map): Remove duplicated one.
12718 (gnus-next-page-map): Don't set keymap parent.
12719 (gnus-mime-security-button-map): Ditto.
12720
12721 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12722 version number.
12723
23f87bed 12724 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
1270d7ca 12725
23f87bed 127262004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 12727
23f87bed
MB
12728 * canlock.el (canlock-sha1-function): Remove.
12729 (canlock-sha1-function-for-verify): Remove.
12730 (canlock-openssl-program): Remove.
12731 (canlock-openssl-args): Remove.
12732 (canlock-ignore-errors): Remove.
12733 (canlock-sha1-with-openssl): Remove.
12734 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12735 (canlock-verify): Don't use canlock-ignore-errors.
1270d7ca 12736
23f87bed
MB
12737 * sha1-el.el (sha1-string-external): Make it can return a string
12738 in binary form.
12739 (sha1-region-external): Ditto.
12740 (sha1-string-internal): Ditto.
12741 (sha1-region-internal): Ditto.
12742 (sha1-region): Ditto.
12743 (sha1-string): Ditto.
12744 (sha1): Ditto.
1270d7ca 12745
01c52d31 127462004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 12747
01c52d31 12748 * spam.el (spam-report-articles-gmane): New command.
1270d7ca 12749
01c52d31 127502004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 12751
01c52d31 12752 * gnus.el: Don't make unnecessary *Group* buffer when loading.
1270d7ca 12753
01c52d31
MB
12754 * run-at-time.el (run-at-time-saved): Remove.
12755 (run-at-time): Doc fix.
1270d7ca 12756
01c52d31 127572004-01-07 Jesper Harder <harder@ifa.au.dk>
1270d7ca 12758
01c52d31
MB
12759 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12760 (gnus-summary-limit-map): Add it.
12761 (gnus-summary-make-menu-bar): do.
1270d7ca 12762
01c52d31 127632004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 12764
01c52d31
MB
12765 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12766 Make attempt at some caching support (done for BBDB only now).
12767 (spam-find-spam): Set spam-cache-lookups if there are more than 2
12768 addresses to be checked.
12769 (spam-clear-cache-BBDB): Add function, to be invoked by
12770 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12771 (spam-check-BBDB): Check and use the caches, if
12772 spam-cache-lookups is on, remove superfluous (provide).
1270d7ca 12773
01c52d31 127742004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1270d7ca 12775
01c52d31 12776 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
1270d7ca 12777
01c52d31 127782004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
1270d7ca 12779
01c52d31
MB
12780 * run-at-time.el (run-at-time-saved): Move to after the definition
12781 of `run-at-time'.
1270d7ca 12782
01c52d31 127832004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 12784
01c52d31
MB
12785 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
12786 mm-w3m-local-map-property.
1270d7ca 12787
01c52d31
MB
12788 * mm-view.el (mm-w3m-mode-map): Remove.
12789 (mm-w3m-local-map-property): Remove.
12790 (mm-inline-text-html-render-with-w3m): Don't use
12791 mm-w3m-local-map-property.
1270d7ca 12792
01c52d31 127932004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 12794
01c52d31 12795 * run-at-time.el: New file.
1270d7ca 12796
01c52d31
MB
12797 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
12798 of gnus-set-text-properties.
1270d7ca 12799
01c52d31 12800 * gnus-uu.el (gnus-uu-save-article): Ditto.
1270d7ca 12801
01c52d31 12802 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
1270d7ca 12803
01c52d31 12804 * gnus-cite.el (gnus-cite-parse): Ditto.
1b155fbd 12805
01c52d31
MB
12806 * gnus-art.el (gnus-button-push): Use set-text-properties instead
12807 of gnus-.
1b155fbd 12808
01c52d31
MB
12809 * gnus.el: Changed calls to nnheader-run-at-time and
12810 password-run-at-time throughout to use run-at-time directly.
1b155fbd 12811
01c52d31 12812 * password.el: Removed definition of run-at-time.
1b155fbd 12813
880820fe 128142004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
1b155fbd 12815
01c52d31
MB
12816 * mml.el (mml-minibuffer-read-disposition): Show attachment type
12817 in prompt.
1b155fbd 12818
01c52d31 128192004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
1b155fbd 12820
01c52d31
MB
12821 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
12822 XEmacs version.
1270d7ca 12823
01c52d31
MB
12824 * dns.el (dns-make-network-process): Use `open-network-stream'
12825 instead of `gnus-xmas-open-network-stream'.
1270d7ca 12826
01c52d31 12827 * .cvsignore: Add auto-autoloads.el, custom-load.el.
1270d7ca 12828
01c52d31 128292004-01-06 Jesper Harder <harder@ifa.au.dk>
1270d7ca 12830
01c52d31
MB
12831 * gnus-art.el (gnus-mime-display-alternative)
12832 (gnus-insert-mime-button, gnus-insert-mime-security-button)
12833 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
12834 Don't use gnus-local-map-property.
1270d7ca 12835
01c52d31 12836 * gnus-util.el (gnus-local-map-property): Remove.
1270d7ca 12837
01c52d31
MB
12838 * mm-view.el (mm-view-pkcs7-decrypt): Replace
12839 gnus-completing-read-maybe-default with completing-read.
1270d7ca 12840
01c52d31
MB
12841 * gnus-util.el (gnus-completing-read): do.
12842 (gnus-completing-read-maybe-default): Remove.
1270d7ca 12843
01c52d31 128442004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
1270d7ca 12845
01c52d31
MB
12846 * password.el: Only autoload `run-at-time' if not XEmacs.
12847 Only autoload the itimer functions if XEmacs.
1270d7ca 12848
01c52d31 128492004-01-06 Jesper Harder <harder@ifa.au.dk>
1270d7ca 12850
01c52d31
MB
12851 * gnus-art.el (gnus-read-string): Remove.
12852 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
12853 read-string.
1270d7ca 12854
01c52d31 128552004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 12856
01c52d31
MB
12857 * netrc.el: Autoload password-read.
12858 (netrc): Add configuration group.
12859 (netrc-encoding-method, netrc-openssl-path): Add
12860 variables for encoding and decoding of files with symmetric
12861 ciphers.
12862 (netrc-encode): Add assistant function to encode a file with
12863 netrc-encoding-method.
12864 (netrc-parse): Add interactive parameter, added optional
12865 decoding if netrc-encoding-method is non-nil but otherwise
12866 behavior is standard.
12867 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
12868 Do s/encode/encrypt/ everywhere.
1270d7ca 12869
01c52d31 12870 * spam.el: Remove executable-find autoload.
1270d7ca 12871
01c52d31 128722004-01-05 Jesper Harder <harder@ifa.au.dk>
1270d7ca 12873
01c52d31 12874 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
1270d7ca 12875
01c52d31 12876 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
1270d7ca 12877
01c52d31 128782004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
c113de23 12879
01c52d31 12880 * gnus-art.el (gnus-treat-ansi-sequences,
149cd465 12881 (article-treat-ansi-sequences): New variable and function.
01c52d31 12882 Suggested by Dan Jacobson <jidanni@jidanni.org>.
1270d7ca 12883
01c52d31
MB
12884 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12885 Use it.
1270d7ca 12886
01c52d31 128872004-01-05 Jesper Harder <harder@ifa.au.dk>
1270d7ca 12888
01c52d31 12889 * mm-util.el (mm-quote-arg): Remove.
23f87bed 12890
01c52d31
MB
12891 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
12892 shell-quote-argument.
1270d7ca 12893
01c52d31 12894 * gnus-uu.el (gnus-uu-command): do.
1270d7ca 12895
01c52d31 12896 * gnus-sum.el (gnus-summary-insert-pseudos): do.
1270d7ca 12897
01c52d31
MB
12898 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
12899 with make-char.
1270d7ca 12900
01c52d31 12901 * mm-util.el (mm-make-char): Remove.
1270d7ca 12902
01c52d31
MB
12903 * mml.el (mml-mode): Replace gnus-add-minor-mode with
12904 add-minor-mode.
1270d7ca 12905
01c52d31 12906 * gnus-undo.el (gnus-undo-mode): do.
1270d7ca 12907
01c52d31 12908 * gnus-topic.el (gnus-topic-mode): do.
1270d7ca 12909
01c52d31 12910 * gnus-sum.el (gnus-dead-summary-mode): do.
1270d7ca 12911
01c52d31 12912 * gnus-start.el (gnus-slave-mode): do.
1270d7ca 12913
01c52d31 12914 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
1270d7ca 12915
01c52d31 12916 * gnus-ml.el (gnus-mailing-list-mode): do.
1270d7ca 12917
01c52d31 12918 * gnus-gl.el (gnus-grouplens-mode): do.
1270d7ca 12919
01c52d31 12920 * gnus-draft.el (gnus-draft-mode): do.
1270d7ca 12921
01c52d31 12922 * gnus-dired.el (gnus-dired-mode): do.
1270d7ca 12923
01c52d31 12924 * gnus-ems.el (gnus-add-minor-mode): Remove.
1270d7ca 12925
01c52d31
MB
12926 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12927 Replace gnus-char-width with char-width.
1270d7ca 12928
01c52d31 12929 * gnus-ems.el (gnus-char-width): Remove.
1270d7ca 12930
01c52d31
MB
12931 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12932 Replace gnus-char-width with char-width.
1270d7ca 12933
01c52d31 12934 * gnus-ems.el (gnus-char-width): Remove.
1270d7ca 12935
01c52d31
MB
12936 * spam-stat.el (with-syntax-table): Remove with-syntax-table
12937 definition.
12938 Remove Emacs 20 hash table compatibility code.
1270d7ca 12939
01c52d31
MB
12940 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
12941 20 compatibility code.
1270d7ca 12942
01c52d31 12943 * spam.el (spam-point-at-eol): Replace with point-at-eol.
1270d7ca 12944
01c52d31 12945 * smime.el (smime-point-at-eol): Replace with point-at-eol.
1270d7ca 12946
01c52d31
MB
12947 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
12948 with point-at-{eol,bol}.
1270d7ca 12949
01c52d31 12950 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
1270d7ca 12951
01c52d31 12952 * imap.el (imap-point-at-eol): Replace with point-at-eol.
1270d7ca 12953
149cd465
JB
12954 * flow-fill.el (fill-flowed-point-at-bol)
12955 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
1270d7ca 12956
01c52d31
MB
12957 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
12958 Replace with point-at-{eol,bol} throughout all files.
1270d7ca 12959
01c52d31 129602004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 12961
01c52d31
MB
12962 * ntlm.el (ntlm-string-as-unibyte): New macro.
12963 (ntlm-build-auth-response): Use it.
1270d7ca 12964
01c52d31
MB
12965 Remove Emacs 20 stuff:
12966 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
12967 of delq and copy-sequence.
12968 * gnus-art.el (popup-menu): Remove the compiler macro.
12969 * nnmail.el (nnmail-split-fancy): Don't support customizing with
12970 Emacs 20.
1270d7ca 12971
01c52d31 129722004-01-05 Simon Josefsson <jas@extundo.com>
1270d7ca 12973
01c52d31
MB
12974 * ntlm.el: Fix namespace. Change smb-passwd-hash into
12975 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
12976 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
12977 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
12978 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
12979 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
12980 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
12981 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
12982 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
12983 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
12984 ntlm-string-permute, string-lshift into ntlm-string-lshift,
12985 string-xor into ntlm-string-xor. Suggested by
12986 Jesper Harder <harder@myrealbox.com>.
1270d7ca 12987
01c52d31 12988 * ntlm.el: Don't include poem.
1270d7ca 12989
01c52d31
MB
12990 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
12991 Jesper Harder <harder@myrealbox.com>.
1270d7ca 12992
01c52d31 12993 * sasl-ntlm.el, ntlm.el, md4.el: New files.
1270d7ca 12994
01c52d31
MB
12995 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
12996 probably breaks emacs with DL patch, but do we care? Is anyone
12997 still using the DL stuff?)
1270d7ca 12998
01c52d31
MB
12999 * sieve-manage.el: Use the password package.
13000 (sieve-manage-read-passwd): Remove.
13001 (sieve-manage-interactive-login): Use password. Re-add
13002 condition-case around loop.
13003
13004 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13005 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13006 the password package.
13007
130082003-02-19 Simon Josefsson <jas@extundo.com>
13009
13010 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13011 token.
13012
130132002-08-07 Simon Josefsson <jas@extundo.com>
13014
13015 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13016 (sieve-manage-authenticators):
13017 (sieve-manage-authenticator-alist): Add some SASL mechs.
13018 (sieve-sasl-auth): New function.
13019 (sieve-manage-cram-md5-auth):
13020 (sieve-manage-plain-auth): Rewrite using SASL library.
13021 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13022 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13023 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13024 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13025
130262004-01-05 Simon Josefsson <jas@extundo.com>
13027
13028 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13029 New files.
13030
130312004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13032
13033 * gnus-group.el (gnus-no-groups-message): Update.
13034
13035 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13036
130372003-11-09 Simon Josefsson <jas@extundo.com>
13038
13039 * imap.el: Support for ID IMAP extension (RFC 2971).
13040 (imap-local-variables): Add imap-id.
13041 (imap-id): New variable.
13042 (imap-id): New function.
13043 (imap-parse-response): Parse untagged ID response.
13044 * nnimap.el (nnimap-id): New variable.
13045 (nnimap-open-connection): Use it.
13046
130472003-12-28 Simon Josefsson <jas@extundo.com>
13048
13049 * gnus-score.el (gnus-score-edit-all-score): New.
13050 * gnus-group.el (gnus-group-score-map): Bind it to W e.
13051
130522004-01-04 Simon Josefsson <jas@extundo.com>
13053
13054 * password.el: Add.
13055
130562004-01-04 Mario Lang <lang@zid.tugraz.at>
13057
13058 * dns.el: Add support for AAAA records (see RFC 3596)
13059
13060 * Fix typo PRT -> PTR
13061
13062 * Parse MX, PTR and SOA replies (see RFC 1035)
13063
130642004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13065
13066 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13067
13068 * Moved to Changelog.2.
13069
130702004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13071
13072 * gnus.el (gnus-version-number): Bump version.
13073
130742004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13075
13076 * gnus.el: No Gnus v0.1 is released.
1270d7ca 13077
01c52d31 130782004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1270d7ca 13079
01c52d31 13080 * gnus.el: No Gnus v0.0 is released.
1270d7ca 13081
01c52d31 130822004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 13083
01c52d31
MB
13084 * gnus.el (gnus-version-number): Bump.
13085 (gnus-version): No.
1270d7ca 13086
ef3b7aae 13087See ChangeLog.2 for earlier changes.
2a34a036 13088
e3fe4da0 13089 Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5b87ad55
GM
13090
13091 This file is part of GNU Emacs.
13092
5e809f55 13093 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 13094 it under the terms of the GNU General Public License as published by
5e809f55
GM
13095 the Free Software Foundation, either version 3 of the License, or
13096 (at your option) any later version.
5b87ad55
GM
13097
13098 GNU Emacs is distributed in the hope that it will be useful,
13099 but WITHOUT ANY WARRANTY; without even the implied warranty of
13100 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13101 GNU General Public License for more details.
13102
13103 You should have received a copy of the GNU General Public License
5e809f55 13104 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9 13105
ef3b7aae 13106;; Local Variables:
880820fe 13107;; coding: utf-8
d7ba2a01 13108;; fill-column: 79
33462dfa 13109;; add-log-time-zone-rule: t
ef3b7aae
MB
13110;; End:
13111
ab5796a9 13112;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4