(message-send-mail): Just set the buffer to unibyte
[bpt/emacs.git] / lisp / gnus / ChangeLog
CommitLineData
8a986865
SM
12008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * message.el (message-send-mail): Just set the buffer to unibyte
4 rather than use mm-with-unibyte-current-buffer which does a lot more.
5 (message-send-mail-partially): Don't bother with
6 mm-with-unibyte-current-buffer since it's already been made unibyte by
7 message-send-mail.
8
5b51650c
MB
92008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
10
11 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12
132008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
14
15 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
16
ed778fad
MB
172008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
18
19 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
20 require itself and to remove `with-no-warnings'.
21
222008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
23
24 * starttls.el (starttls-any-program-available): Get the name of the
25 available TLS layer program.
26 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
27 well as the host name in the "opening" message.
28
29 * auth-source.el (auth-source-cache, auth-source-do-cache)
30 (auth-source-user-or-password): Cache passwords and logins by default,
31 allow override with `auth-source-do-cache'.
32 (auth-source-forget-user-or-password): Allow users to remove cache
33 entries if needed.
34
8e38a1a9
MB
352008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
36
37 * ietf-drums.el (ietf-drums-remove-comments): Localize second
38 condition-case to only the forward-sexp call.
39
402008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
41
42 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
43 quotes contained. Make it more robust regardless by an extra
44 condition-case wrapper.
45
9091f2d3
MB
462008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
47
48 * nnml.el (nnml-request-expire-articles): Check if the function set to
49 `nnmail-expiry-target' returns the symbol `delete'.
50
51 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
52
53 * nnmail.el (nnmail-expiry-target): Fix custom type.
54
06b2d4c6
GM
552008-10-02 Glenn Morris <rgm@gnu.org>
56
57 * mm-util.el (mm-codepage-setup): Tweak codepage error.
58 Silence compiler warning.
59
059b98fa
CY
602008-09-30 Chong Yidong <cyd@stupidchicken.com>
61
62 * mml.el (mml-menu): Don't assume mml2015 is bound.
63
4520e527
MB
642008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
65
66 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
67 exists.
68
09aece0b
GM
692008-09-27 Glenn Morris <rgm@gnu.org>
70
71 * gnus-util.el (mail-header-remove-comments): Autoload it.
72
521c4a23
AS
732008-09-27 Andreas Schwab <schwab@suse.de>
74
75 * gnus-util.el (gnus-split-references): Strip comments.
76 (gnus-parent-id): Likewise.
77
4520e527
MB
782008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
79
80 * message.el (message-confirm-send): Fix version.
81
822008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
83
84 * message.el (message-idna-to-ascii-rhs-1): Use
85 mail-extract-address-components rather than mail-header-parse-addresses
86 that is an alias by default to ietf-drums-parse-addresses that does not
87 support non-ASCII names in headers' contents.
88
eef5ade7
MB
892008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
90
91 * message.el (message-confirm-send): Fixed variable documentation to
92 avoid the "y/n" wording.
93
4520e527 942008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
eef5ade7
MB
95
96 * message.el (message-set-auto-save-file-name): Save to a different
97 filename so multiple messages (especially drafts) can be recovered.
98
e52cac88
MB
992008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
100
101 * message.el (message-confirm-send): Add appropriate version.
102
1032008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
104
105 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
106 defvar.
107
1082008-09-22 Daiki Ueno <ueno@unixuser.org>
109
110 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
111 (mm-pkcs7-enveloped-magic): Ditto.
112
64763fe3
MB
1132008-09-17 Simon Josefsson <simon@josefsson.org>
114
115 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
116 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
117
1182008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
119
120 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
121 default, it's better.
122
1232008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
124
125 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
126 summary line gnus-number property and ignore them (with a warning
127 message).
128
1ae03cd5
KY
1292008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
130
131 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
132 macro caddr in the interactive form since it won't be expanded.
133
c0ccb0d6
KY
1342008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
135
136 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
137 `charset'; fix name of function called recursively.
138 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
139
14ce5fc2
KY
1402008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
141
142 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
143 (gnus-mime-set-charset-parameters): New function.
144 (gnus-mime-view-part-as-charset): Use it to correctly display part
145 specifying wrong charset.
146
9e601b8d
MB
1472008-09-08 David Engster <dengste@eml.cc>
148
149 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
150 in completing-read for back end server.
151
16dd13df
MB
1522008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
153
154 * message.el (message-confirm-send): New variable to confirm sending a
155 message.
156 (message-send): Use it.
157
b86402ab
MB
1582008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
159
160 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
161
1622008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
163
164 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
165
1662008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
167
168 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
169 prevent tracking too many groups.
170 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
171 Use it.
172
9153f10d
MB
1732008-08-11 Ralf Angeli <angeli@caeruleus.net>
174
175 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
176 moving point to the bottom of the window in order to avoid recentering.
177
1782008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
179
180 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
181 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
182 (gnus-article-beginning-of-window): Fix calculation.
183
1842008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
185
186 * gnus-msg.el (gnus-summary-supersede-article)
187 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
188 value of gnus-newsgroup-charset to decode non-MIME encoded text in
189 message header.
190
82cc1916
DN
1912008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
192
193 * message.el:
194 * gnus-start.el:
195 * gnus-registry.el: Remove VMS support.
196
6ecfe5c2
MB
1972008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
198
199 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
200 macro.
201 (rfc2104-hash): Use it.
202
2032008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
204
205 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
206 (gnus-summary-sort-by-most-recent-date): New commands.
207 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
208 and menu entries.
209
2102008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
211
212 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
213 don't redisplay article for raw contents; remove plural articles stuff.
214
215 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
216 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
217 on gnus-summary-save-article; display results properly.
218
d62672f3
MB
2192008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
220
221 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
222
2232008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
224
225 * gnus-art.el (gnus-summary-save-in-pipe): Consider
226 gnus-save-all-headers.
227
d221466a
DN
2282008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
229
230 * gnus-util.el (ns-focus-frame): Remove declaration.
231 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
232 like x.
233
b737c3d9
TTN
2342008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
235
236 * rfc2104.el (rfc2104-zero): Delete defconst.
237 (rfc2104-hex-alist): Likewise.
238 (rfc2104-hex-to-int): Delete func.
239 (rfc2104-hexstring-to-bitstring): Likewise.
240 (rfc2104-nybbles): New defconst.
241 (rfc2104-hash): Rewrite for speed.
242
3c823a0c
GM
2432008-07-16 Glenn Morris <rgm@gnu.org>
244
245 * gnus-util.el (ns-focus-frame): Declare for compiler.
246
16c85f26
MB
2472008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
248
249 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
250 set as a group parameter.
251 (gnus-summary-save-in-pipe): Work when it is called independently.
252 (gnus-summary-pipe-to-muttprint): Don't modify
253 gnus-summary-pipe-output-default-command.
254
ad546360
SM
2552008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
256
257 * message.el (message-send-mail-with-sendmail):
258 Display the error message.
259
89167438
MB
2602008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
261
ad546360
SM
262 * gnus-art.el (gnus-default-article-saver):
263 Add gnus-summary-save-in-pipe to choices.
89167438
MB
264 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
265 gnus-summary-pipe-output-default-command as the default command.
266 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
267 instead of gnus-last-shell-command.
268
ba60bd44
JB
269 * gnus-sum.el (gnus-summary-pipe-output-default-command):
270 New user option.
89167438
MB
271 (gnus-summary-muttprint-program): Mention the value will be changed.
272 (gnus-summary-save-article): Force showing of all headers.
273 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
274
2752008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
276
277 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
278
56fd9faa
JB
2792008-07-02 Juanma Barranquero <lekktu@gmail.com>
280
281 * nnimap.el (nnimap-id):
282 * sieve-manage.el (sieve-manage-open): Doc fixes.
283
68548459
JB
2842008-07-02 Francesc Rocher <rocher@member.fsf.org>
285
286 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
287 if available.
288
32bed934
SM
2892008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
290
eafee8f2
SM
291 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
292
293 * nnkiboze.el (nnkiboze-generate-group):
294 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
295
32bed934
SM
296 * nnmairix.el: Require CL.
297
2b968687
MB
2982008-06-15 David Engster <dengste@eml.cc>
299
300 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
301
3022008-06-14 Aidan Kehoe <kehoea@parhasard.net>
303
32bed934
SM
304 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
305 New macros that expand to an `aset'/`aref' call under Emacs, and to a
2b968687
MB
306 runtime choice under XEmacs.
307
32bed934
SM
308 * gnus-sum.el (gnus-summary-set-display-table):
309 Use `gnus-put-display-table', `gnus-get-display-table',
2b968687
MB
310 `gnus-set-display-table' for the display table, instead of `aset'.
311
2b968687
MB
3122008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
313
314 * nnmairix.el: Add autoloads.
315
3162008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
317
318 * nnmairix.el (nnmairix-delete-recreate-group)
319 (nnmairix-update-and-clear-marks): Fix error messages.
320
3212008-06-14 David Engster <dengste@eml.cc>
322
323 * nnmairix.el: Upgrade to version 0.6.
324 (nnmairix-group-toggle-propmarks-this-group)
325 (nnmairix-group-toggle-readmarks-this-group)
326 (nnmairix-group-delete-recreate-this-group)
327 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
328 (nnmairix-remove-tick-mark-original-article): New commands.
329 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
330 (nnmairix-propagate-marks-to-nnmairix-groups)
331 (nnmairix-only-use-registry, nnmairix-allowfast-default)
332 (nnmairix-marks-cache, nnmairix-version-output): New variables.
333 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
334 functions needed for marks propagation and manipulation of read marks.
335 (nnmairix-update-groups): New function.
336 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
337 (nnmairix-determine-original-group-from-registry)
338 (nnmairix-determine-original-group-from-path)
339 (nnmairix-get-group-from-file-path, nnmairix-map-range)
ba60bd44
JB
340 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
341 New helper functions.
342 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2b968687
MB
343 keystrokes for new commands.
344 (nnmairix-delete-and-create-on-change): Doc string cleanup.
345 (nnmairix-request-group): Check allow-fast group parameter.
346 (nnmairix-request-create-group): Set allow-fast group parameter if
347 nnmairix-allowfast-default is set.
348 (nnmairix-close-group): Propagate marks upon closing if needed.
349 (nnmairix-group-toggle-threads-this-group): Use new.
350 nnmairix-group-toggle-parameter helper function.
351 (nnmairix-search): Better check for empty search result.
352 (nnmairix-goto-original-article): Use new helper functions for
353 determining original article.
354 (nnmairix-show-original-article): Make sure message-id is in brackets.
355 (nnmairix-call-mairix-binary): Change variable name.
356 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
357 helper function.
358 (nnmairix-widget-toggle-activate): Fix doc string.
359
a19a8f1b
MB
3602008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
361
362 * nnir.el: Require edmacro when compiling with XEmacs.
363 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
364 available in Emacs 21.
365
8abf1b22
GM
3662008-06-11 Glenn Morris <rgm@gnu.org>
367
368 * gnus-util.el (x-focus-frame):
369 * gnus.el (image-size):
370 * mm-decode.el (image-size): Declare.
371
372 * gnus-picon.el (declare-function): Add compat definition.
373 (image-size): Declare.
374
375 * gnus-group.el (tool-bar-map):
376 * gnus-sum.el (tool-bar-map): Define for compiler.
377
378 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
379
380 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
381
382 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
383 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
384 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
385 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
386 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
387 * sieve-manage.el, spam-report.el, spam.el:
388 Remove unnecessary eval-and-compile of autoloads.
389
43d28dcd
MA
3902008-06-08 Michael Albinus <michael.albinus@gmx.de>
391
392 * auth-source.el: Precise Tramp doc.
393
966bd7bd
GM
3942008-06-07 Glenn Morris <rgm@gnu.org>
395
396 * nnmairix.el: Remove unnecessary eval-when-compile.
397
3982008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
e6d2d263
MB
399
400 * nnir.el: New file.
401
d346bf7e
SM
4022008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
403
404 * gnus-util.el (gnus-read-shell-command): New function.
405 * mm-decode.el (mm-pipe-part):
406 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
407
b1d6cda3
MB
4082008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
409
410 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
411
6459e35e
GM
4122008-06-03 Glenn Morris <rgm@gnu.org>
413
414 * pop3.el (nnheader-accept-process-output): Autoload it.
415
656b4fa1
MB
4162008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
417
418 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
419 are not 2-digit hexadecimal characters that follow `%'s.
420
4212008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
422
423 * message.el (message-bogus-recipient-p): Fix type in doc string.
424 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
425 (message-bogus-addresses): Rename from message-bogus-address-regexp.
426 Improve custom options.
427 (message-bogus-recipient-p): Adjust accordingly.
428
4292008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
430
431 * nnmairix.el: Require edmacro when compiling with XEmacs.
432
f394fa25
MB
4332008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
434
435 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
436 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
437
a368801c
MB
4382008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
439
440 * auth-source.el: Add more docs.
441
4422008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
443
444 * nnheader.el (nnheader-read-timeout): Change the default timeout from
445 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
446 retrieval faster in some cases, but might make CPU usage larger. If
447 this has any bad side effects, we might revert this change.
448
449 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
450 seems to make mail retrieval much, much faster.
451 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
cc4a96c6 452 unconditionally.
a368801c
MB
453
454 * gnus-draft.el (gnus-group-send-queue): Bind
455 message-send-mail-partially-limit to nil to avoid being prompted.
456
03c673c9
MB
4572008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
458
459 * mml.el (mml-attach-buffer): Prompt for `disposition'.
460
461 * message.el (message-bogus-address-regexp): Fix and improve custom
462 type.
463 (message-setup-hook): Add message-check-recipients as custom option.
464
58333467
MB
4652008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
466
467 * message.el (message-cite-function): Remove bogus autoload which crept
468 in during merge from v5-10.
469
4079589f
MB
4702008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
471
472 * nnimap.el (nnimap-open-connection): Fix login/password bug.
473
474 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
475
476 * auth-source.el: Preliminary Tramp docs.
477 (auth-sources): Change the default auth-sources to use
478 EPA .gpg files.
479
e952b711
MB
4802008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
481
482 * nntp.el: Autoload `auth-source-user-or-password'.
483 (nntp-send-authinfo): Use it.
484
485 * nnimap.el: Autoload `auth-source-user-or-password'.
486 (nnimap-open-connection): Use it.
487
488 * auth-source.el: Added docs on using with url-auth. Import gnus-util
489 for the gnus-message function.
490 (auth-source-user-or-password): Use it.
491
4fedcc00
SM
4922008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
493
494 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
495 rfc2104-hexstring-to-byte-list. Return a unibyte string.
496 (rfc2104-hash): Use it.
497
149cd465
JB
4982008-05-08 Juanma Barranquero <lekktu@gmail.com>
499
500 * gnus-art.el (gnus-article-toggle-truncate-lines):
501 Don't use `iff' in docstring.
502
0ab5c2be
MB
5032008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
504
505 * gnus-registry.el: Adjusted copyright dates and added a keyword.
506
507 * gnus-util.el (gnus-extract-address-component-name)
508 (gnus-extract-address-component-email): Convenience functions around
509 `gnus-extract-address-components'.
510
4fedcc00
SM
511 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
512 Use `gnus-extract-address-component-email' to fix bug of comparing full
0ab5c2be
MB
513 sender name to `user-mail-address'.
514
5152008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
516
517 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
518 catch/throw to optimize.
519 (gnus-registry-find-keywords): Just use member to find a keyword.
520
42a83f4b
SM
5212008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
522
523 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
524 is current before calling gnus-server-prepare.
525 (gnus-server-setup-buffer, gnus-server-update-server)
526 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
527
d844ef2f
JL
5282008-05-04 Juri Linkov <juri@jurta.org>
529
530 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
531 (mailcap-file-default-commands): Use mailcap-replace-in-string
532 instead of replace-regexp-in-string, and mailcap-delete-duplicates
533 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
534
f8a29505
MB
5352008-05-03 Reiner Steib <reiner.steib@gmx.de>
536
537 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
538
3a23a519
MB
5392008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
540
541 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
542 hooks.
543 (gnus-update-read-articles): Speed up non-marks-using users.
544 (gnus-use-marks): Define gnus-use-marks.
545 (gnus-propagate-marks): Rename variable to something more sensible.
546
38ac8b91
JB
5472008-05-02 Juanma Barranquero <lekktu@gmail.com>
548
549 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
550 (gmm-image-load-path-for-library): Fix typos in docstrings.
551 (gmm-message): Reflow docstring.
552
8336c962
MB
5532008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
554
42a83f4b
SM
555 * mail-source.el (mail-source-set-1, mail-source-bind):
556 Move auth-source code out of the macro to clean it up and fix bugs.
8336c962
MB
557
5582008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
559
560 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
561 by sender if it's equal to user-mail-address, it's likely to be
562 useless.
563
564 * mail-source.el (mail-source-bind): Don't use user or password if they
565 are not bound. Unintern them if they are nil. Don't use server unless
566 it's bound, and default it to empty string otherwise.
567
58a67d68
MB
5682008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
569
570 * mail-source.el: Load auth-source.el.
571 (mail-source-bind): Add comments. Call auth-source-user-or-password to
572 get user name or password, if auth-sources is set up.
573
574 * gnus-registry.el (gnus-registry-split-strategy): New variable for
575 strategy of splitting with parent.
576 (gnus-registry-split-fancy-with-parent)
577 (gnus-registry-post-process-groups): Use it and fix prior
578 bug (returning a list as the split result).
579
580 * auth-source.el (auth-sources): Remove server parameter.
581 (auth-source-pick, auth-source-user-or-password)
582 (auth-source-user-or-password-imap)
583 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
584 (auth-source-user-or-password-sftp)
585 (auth-source-user-or-password-smtp): Remove server parameter.
586
296fa7b4
JB
5872008-04-25 Juanma Barranquero <lekktu@gmail.com>
588
589 * smime.el (smime-sign-region, smime-encrypt-region)
590 (smime-decrypt-region):
591 Remove redundant calls to `generate-new-buffer-name'.
592
58a67d68
MB
5932008-04-24 Luca Capello <luca@pca.it> (tiny change)
594
595 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
596 Don't use QP for message/rfc822.
597 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
598
2136a8a7
SM
5992008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
600
601 * sieve-manage.el (sieve-string-bytes): Remove.
602 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
603 correct byte-length only if the process's coding-system is the same as
604 the one used internally by Emacs to represent strings.
605
a837fe74
JL
6062008-04-22 Juri Linkov <juri@jurta.org>
607
608 * mailcap.el (mailcap-file-default-commands): New function.
609
d55fe5bb
MB
6102008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
611
612 * message.el (message-signature-separator, message-cite-function):
613 Change custom version.
614
6152008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
616
617 * mm-decode.el (mm-display-external): Make temp file read-only.
618
6192008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
620
621 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
622 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
623 `C-c C-f d'.
624
6252008-04-12 Adrian Aichner <adrian@xemacs.org>
626
627 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
628
6292008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
630
631 * auth-source.el: Added docs.
2136a8a7 632 (auth-sources): Modify format to support server.
d55fe5bb
MB
633 (auth-source-pick, auth-source-user-or-password)
634 (auth-source-user-or-password-imap)
635 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
636 (auth-source-user-or-password-sftp)
637 (auth-source-user-or-password-smtp): Add server parameter.
638
6392008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
640
641 * gnus-registry.el: Initialize the registry when gnus-registry-install
642 is t.
643
73f2395e
KY
6442008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
645
646 * compface.el (uncompface): Make buffer unibyte.
647
e66d8771
SM
6482008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
649
650 * mail-source.el (mail-source-value):
651 Prefer fboundp to functionp so it works with macros as well.
652
407da272
GM
6532008-04-05 Glenn Morris <rgm@gnu.org>
654
655 * gnus-ems.el (mm-disable-multibyte): Autoload it.
656
3b728e95
SM
6572008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
658
d37ded9e
SM
659 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
660 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
661
407da272
GM
662 * nnheader.el (nnheader-init-server-buffer): Change buffer's
663 multibyteness after rather than before erasing it.
33e2f72c 664
75eda25b
SM
665 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
666 mm-with-multibyte.
407da272
GM
667 (gnus-request-article-this-buffer): Make sure the proper decoding is
668 used if gnus-original-article-buffer happens to be unibyte.
75eda25b 669
2b57967e
SM
670 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
671 default-enable-multibyte-characters.
672
d7eb3b36
SM
673 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
674 default-enable-multibyte-characters.
675
7ab0253d
SM
676 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
677
3b728e95
SM
678 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
679
5faa2ec0
SM
6802008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
681
682 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
683 Fix last change in case the element is not even a symbol.
684
59429511
MB
6852008-04-02 Simon Josefsson <simon@josefsson.org>
686
687 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
688 imap-enable-exchange-bug-workaround.
689 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
690
6912008-04-01 Simon Josefsson <simon@josefsson.org>
692
693 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
694 a 100 byte status-checks into a 2-3MB transfer for each group.
695 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
696 to enable bug workaround or not.
697 (nnimap-find-minmax-uid): Only enable workaround conditionally.
698
a0e08467
GM
6992008-03-31 Glenn Morris <rgm@gnu.org>
700
701 * message.el (mml2015-use): Declare for compiler.
702 (message-info): Require mml2015 when appropriate.
703
990e2c2f
SM
7042008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
705
706 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
707 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
708 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
709 (nntp-service-to-port): New function.
710 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
711 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
712 (nntp-open-netcat-stream): New function.
713 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
714
59429511
MB
7152008-03-29 Sven Joachim <svenjoac@gmx.de>
716
717 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
718
fa98585c
SM
7192008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
720
721 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
722
9b3ebcb6
MB
7232008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
724
725 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
726
7272008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
728
fa98585c
SM
729 * message.el (message-signature-separator): Change default.
730 Improve custom type.
9b3ebcb6
MB
731 (message-cite-function): Change default to
732 message-cite-original-without-signature.
733
734 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
735 toggle.
736
737 * message.el (message-check-news-body-syntax): Fix signature check.
738 (message-setup-1): Mark buffer as unmodified _after_ running
739 message-setup-hook and handling message-alternative-emails.
740 (message-shorten-references): Be more strict when building list of
741 valid references to comply with GNKSA.
742
fa98585c
SM
743 * gnus-group.el (gnus-read-ephemeral-bug-group)
744 (gnus-read-ephemeral-debian-bug-group)
745 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9b3ebcb6
MB
746
747 * message.el (message-info): Don't use booleanp which isn't supported
748 in Emacs 21 and XEmacs.
749
7502008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
751
752 * gnus-group.el (gnus-gmane-group-download-format): Rename from
753 gnus-group-gmane-group-download-format.
754 (gnus-group-read-ephemeral-gmane-group): Rename from
755 gnus-group-read-ephemeral-gmane-group.
756 (gnus-read-ephemeral-gmane-group-url): Rename from
757 gnus-group-read-ephemeral-gmane-group-url.
758 (gnus-bug-group-download-format-alist): New variable.
759 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
760 (gnus-read-ephemeral-emacs-bug-group): New commands.
761
7622008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
763
764 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
765 (gnus-visible-headers): Improve custom type.
766
7672008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
768
769 * mml.el (mml-menu): Add workarounds for XEmacs.
770
771 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
772 X-Boundary header.
773
774 * message.el (message-simplify-recipients): Fix previous commit.
775
b813166a
SM
7762008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
777
df06dd59 778 * mm-util.el (mm-set-buffer-multibyte): New function.
61dc89b0 779 * mm-decode.el (mm-copy-to-buffer): Use it.
df06dd59 780
b813166a
SM
781 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
782 Prefer fboundp to functionp so it works with macros as well.
783
9b3ebcb6
MB
7842008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
785
5faa2ec0
SM
786 * message.el (message-alter-recipients-discard-bogus-full-name):
787 New function.
9b3ebcb6
MB
788 (message-alter-recipients-function): New variable.
789 (message-get-reply-headers): Use it.
790 (message-replace-header): New helper function.
791 (message-recipients-without-full-name): New variable.
792 (message-simplify-recipients): New command.
793
794 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
795
796 * message.el (message-info): Handle EasyPG manual.
797
798 * mml.el (mml-menu): Add entry for EasyPG.
799
8002008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
801
802 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
803 parameter.
804
805 * message.el (message-disassociate-draft): Specify drafts group name
806 fully.
807
8082008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
809
810 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
811 unnecessary duplicates from the match list.
812
8132008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
814
815 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
816 args of `how-many' of which the XEmacs version doesn't take; declare
817 Info-index-next as function.
818
8192008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
820
821 * gnus-score.el (gnus-score-headers): Fix handling of
822 gnus-inhibit-slow-scoring.
823
824 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
825 string.
826 (gnus-button-url-regexp): Improve handling of parenthesis.
827 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
828 (gnus-button-handle-info-keystrokes): Handle index entries.
829
8302008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
831
832 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
833 Incoming* files.
834
8352008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
836
837 * auth-source.el (auth-sources): Renamed from auth-source-choices.
838 (auth-source-pick): Use it.
839
8402008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
841
842 * auth-source.el (auth-source-protocols)
843 (auth-source-protocols-customize, auth-source-choices): Added and
844 modified variable customizations and defaults.
845 (auth-source-pick, auth-source-user-or-password)
846 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
847 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
848 (auth-source-user-or-password-sftp)
849 (auth-source-user-or-password-smtp): Use new variables and provide an
850 interface to netrc.el.
851
8522008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
853
854 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
855 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
856 Make sure the nntp port to specify is a string.
857
dd58a686
SM
8582008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
859
ed075cb4
SM
860 * nntp.el: Use with-current-buffer.
861 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
862 dubious mm-with-unibyte-current-buffer.
863 (nntp-with-open-group-function): New function extracted from
864 nntp-with-open-group macro.
865 (nntp-with-open-group): Use the function, so it's easier to debug.
866 Add indentation and debugging info.
9b3ebcb6
MB
867 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
868 the use of the netcat alternatives.
ed075cb4 869
f15a9fec
SM
870 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
871 Avoid mm-string-as-multibyte as well.
872
944c87e0
SM
873 * nnweb.el (nnweb-insert-html):
874 Remove use of nnheader-string-as-multibyte.
875
2ec9cf15
SM
876 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
877 (nnheader-string-as-multibyte): Remove.
878
3d2440b4
SM
879 * mm-view.el: Use inhibit-read-only.
880 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
881 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
882 or unibyte-string.
883
456cace2
SM
884 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
885 (mm-uu-yenc-extract): Use with-current-buffer.
886
f5fcf556
SM
887 * gnus-soup.el (gnus-soup-send-packet): Don't use
888 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
889
c9de7755
SM
890 * nnmh.el: Use with-current-buffer.
891 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
892 mm-string-as-multibyte on the output of mm-encode-coding-string.
893
3d2440b4 894 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9c5fe825
SM
895 (nnimap-request-move-article): Use with-current-buffer.
896
3d2440b4
SM
897 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
898 inserting the handle-buffer's text, so the implicit multibyte->unibyte
899 conversion uses string-make-unibyte rather than string-as-unibyte.
d4eb2b7e 900
228b6ecd
SM
901 * gnus-msg.el: Use with-current-buffer.
902
dd58a686
SM
903 * message.el (message-ignored-resent-headers): Add "Delivered-To".
904
9b3ebcb6
MB
9052008-03-10 Daiki Ueno <ueno@unixuser.org>
906
907 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
908 string for caching if it is 'PIN.
909
37a68866
MB
9102008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
911
dd58a686
SM
912 * mail-source.el (mail-source-delete-old-incoming-confirm):
913 Change default to nil.
37a68866
MB
914 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
915
8f7abae3
MB
9162008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
917
918 * gnus-art.el (gnus-narrow-to-page): Position point properly.
919 (gnus-article-goto-prev-page): Work for articles having ^L's.
920
921 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
922
923 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
924
e0385bf4
KF
9252008-03-07 Karl Fogel <kfogel@red-bean.com>
926
56388398 927 * gnus-bookmark.el: Adjust for renames in bookmark.el.
e0385bf4
KF
928 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
929 (gnus-bookmark-jump): Adjust some variable names.
930
8f7abae3 9312008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
a7b50e1c 932
8f7abae3
MB
933 * auth-source.el: New package.
934 (auth-source-choices): Add customization entry point variable.
935
936 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
937 bug.
938
9392008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
940
941 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
942 (gnus-registry-initialize, gnus-registry-install-p): Use it.
dd58a686 943 (gnus-registry-install-shortcuts): Rename from
8f7abae3
MB
944 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
945 the `gnus-registry-mark-map' keymap dynamically from
946 `gnus-registry-marks'. The generated functions update the summary line
947 when a registry mark is added or deleted, and will call
948 `gnus-registry-install-p' (see the comments in the code).
949 (gnus-registry-user-format-function-M): Use concat intelligently.
950
951 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
952 the registry mark functions.
a7b50e1c 953
c1717fbd
GM
9542008-03-05 Glenn Morris <rgm@gnu.org>
955
956 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
957 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
958 gnus-art.
959 (top-level): No need to load own source when compiling.
960
8f7abae3
MB
9612008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
962
963 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
964 Suggested by <chris.anderton@zetnet.co.uk>.
965
1fc34624
GM
9662008-03-04 Glenn Morris <rgm@gnu.org>
967
968 * gnus-sum.el (top-level): No need to require gnus when compiling,
969 since unconditionally required near start of file.
970 (gnus-summary-display-while-building): Move definition before use.
971
8f7abae3
MB
9722008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
973
974 * gnus-registry.el (gnus-registry-user-format-function-M): Add
975 formatting function.
976
9772008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
978
979 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
980 with plists.
981 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
982 Use new format.
983
9842008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
985
986 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
987 `where-is-internal' that returns a range of key sequences.
988
dacb905a
SM
9892008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
990
a88fd51a
SM
991 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
992
c7a91ce1 993 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1fc34624
GM
994 (gnus-summary-jump-to-group): Consider windows on other displayed
995 frames as well. Similar changes might be needed elsewhere, but that's
996 the one I've bumped into during my use.
c7a91ce1 997
62dc3ac3 998 * nndoc.el (nndoc-oe-dbx-type-p):
ef1b088a 999 * gnus-msg.el (gnus-debug):
dacb905a
SM
1000 * gnus-group.el (gnus-update-group-mark-positions):
1001 Use mm-string-to-multibyte.
1002
8f7abae3
MB
10032008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
1004
1005 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
1006 doesn't handle NotDashEscaped.
1007
1008 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
1009 (mml-dnd-attach-options): Fix typo in custom choice.
1010
1011 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
1012 nndoc-article-type to mbox.
1013 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
1014
1015 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
1016 to nil, instead of html2text.
1017
1018 * imap.el (imap-debug): Add `imap-ping-server'.
1019
1020 * gnus-bookmark.el: Add FIXMEs.
1021
1022 * message.el (message-form-letter-separator)
1023 (message-send-form-letter-delay): New variables.
1024 (message-send-form-letter): Use them. New command to send form
1025 letters. Requested by Uwe Siart.
1026 (message-send-mail-function): Doc fix. Add "Other" custom option.
1027
14e8de0c
MB
10282008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
1029
1030 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
1031 empty author.
1032
10332008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
1034
1035 * gnus-registry.el (gnus-registry-marks): Add variable for
1036 customization of marks and their appearance.
1037 (gnus-registry-read-mark): Use it.
1038 (gnus-registry-do-marks): Add utility function to loop through
1039 `gnus-registry-marks'.
1040 (gnus-registry-install-shortcuts-and-menus): Add function to install
1041 shortcuts and menus.
1042 (gnus-registry-initialize): Use it.
1043 (gnus-registry-default-mark): Clarify documentation.
1044
ab74c815
GM
10452008-02-29 Glenn Morris <rgm@gnu.org>
1046
1047 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1048 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1049 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1050 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1051 Change defcustom :version from 23.0 to 23.1.
1052
14e8de0c
MB
10532008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
1054
1055 * gnus-registry.el (gnus-registry-follow-group-p)
1056 (gnus-registry-post-process-groups): Add functions to aid registry
1057 splitting and improve logging. Clarify behavior in function
1058 documentation.
1059 (gnus-registry-split-fancy-with-parent): Use them.
1060
80de1778
SM
10612008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1062
1063 * gnus-art.el: Use with-current-buffer.
1064
14e8de0c
MB
10652008-02-27 David Engster <dengste@eml.cc>
1066
1067 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1068 Express real group name in the response.
1069
10702008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
1071
1072 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1073 (nnmairix-last-server, nnmairix-current-server): Defvar them.
1074 (nnmairix-goto-original-article): Defvar gnus-registry-install and
1075 autoload gnus-registry-fetch-group when compiling.
149cd465 1076 (nnmairix-request-group-with-article-number-correction): Remove
14e8de0c
MB
1077 unreferenced argument passed to nnmairix-call-backend.
1078
10792008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
1080
1081 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1082 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
1083 Wilde.
1084
da13b6cc
GM
10852008-02-27 Glenn Morris <rgm@gnu.org>
1086
1087 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
be021c01
GM
1088 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1089 variables to defconsts. Convert comments to doc-strings.
1090 (nnmairix-last-server, nnmairix-current-server): Convert from free
1091 variables to defvars. Convert comments to doc-strings.
1092 (gnus-registry-fetch-group): Autoload.
1093 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1094 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14e8de0c
MB
1095 (nnmairix-widget-build-editable-fields): Use car cddr rather than
1096 caddr.
be021c01
GM
1097 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1098 nnmairix-request-group-with-article-number-correction call.
1099 (nnmairix-fast, nnmairix-group): New, less general names, for free
1100 variables passed from nnmairix-request-group to
1101 nnmairix-request-group-with-article-number-correction. Declare.
1102 (nnmairix-request-group-with-article-number-correction):
1103 Use nnmairix-fast, nnmairix-group rather than fast, group.
da13b6cc 1104
3d0f8a67
MB
11052008-02-26 David Engster <dengste@eml.cc>
1106
1107 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
1108 version 0.5.
1109
11102008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
1111
1112 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1113 instead of making an extra function call. Don't add the current group
1114 to articles only when they have the group. Use
1115 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1116 Reported by David <de_bb@arcor.de>.
1117
f5490ddc
MB
11182008-02-24 Miles Bader <miles@gnu.org>
1119
1120 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
1121 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
1122 (mm-find-mime-charset-region):
1123 * mm-bodies.el (mm-encode-body):
1124 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
1125
52bec650
MB
11262008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
1127
1128 * mail-source.el (mail-source-delete-incoming): Change default.
1129 Supplement doc string.
1130
1131 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1132
11332008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
1134
1135 * nnmail.el (nnmail-message-id-cache-file): Derive from
1136 `gnus-home-directory'.
1137
11382008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
1139
1140 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5e25c514 1141 Document negative prefix.
52bec650 1142
5e25c514 1143 * gnus-group.el (gnus-group-read-group): Document negative prefix.
52bec650
MB
1144
11452008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1146
1147 * message.el (message-unsent-separator): Add the Exim bounce
1148 separator.
1149
11502008-02-10 Daiki Ueno <ueno@unixuser.org>
1151
1152 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1153 list.
1154 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1155 recipient/signer list.
1156
0b9c5ab7
RS
11572008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
1158
1159 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1160 fbound (Emacs 23 unicode), signal an error.
1161
1888e568
GM
11622008-02-08 Glenn Morris <rgm@gnu.org>
1163
1164 * gnus-art.el (pgg-display-output-buffer): Declare as function.
1165
52bec650
MB
11662008-02-07 Tassilo Horn <tassilo@member.fsf.org>
1167
1168 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1169 ports to the calls to `netrc-machine-user-or-password' in addition to
1170 "imap" and "imaps".
1171
e9198520
MB
11722008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
1173
1174 * gnus.el (gnus-group-startup-message): Add `find-image' call before
1175 image-load-path is let-bound. Reported by Harald Hanche-Olsen
1176 <hanche@math.ntnu.no>.
1177
11782008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
1179
1180 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1181
9303f985 11822008-02-01 Zhang Wei <id.brep@gmail.com>
aca7a3d2
MB
1183
1184 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1185
1186 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1187
9303f985 11882008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
1189
1190 * mml.el (mml-parse-1): Remove apparently vestigial use of
1191 `mm-hack-charsets'.
1192 * mm-bodies.el (mm-encode-body): Likewise.
1193
9303f985 11942008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 1195
4fedcc00 1196 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
aca7a3d2
MB
1197 rfc2104-hexstring-to-bitstring and changed to return a byte list.
1198 (rfc2104-hash): Convert the result of concat to unibyte string.
1199
9303f985 12002008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 1201
aca7a3d2
MB
1202 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1203 coding-system-for-read.
1204 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1205
8385d659 1206 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
4fedcc00 1207 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
8385d659 1208 (mm-find-mime-charset-region): Remove hack-charsets stuff.
aca7a3d2 1209
10ef2ef7 12102008-01-24 Michael Sperber <sperber@deinprogramm.de>
a1da1e37
MB
1211
1212 * mail-source.el (mail-sources): Add `group' choice.
1213
1214 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1215 parameter `in-group' to control into which group the articles go.
1216 Add treatment of `group' mail-source.
1217
a445370f
DN
12182008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1219
1220 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1221 * message.el (message-beginning-of-line): Use featurep instead of bound
1222 tests in order to resolve conditionals at compile time.
1223
4599d0ec
MB
12242008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
1225
1226 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1227
1228 * mm-decode.el (mm-dissect-buffer): Decode description.
1229
1230 * mml.el (mml-to-mime): Encode message header first.
1231
0b6799c3
MB
12322008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
1233
1234 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1235 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1236
12372008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
1238
1239 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1240
12412008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
1242
1243 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1244 prefix keys.
1245 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1246 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1247 gnus-xmas.el.
1248
12492008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
1250
1251 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1252 Add new variables for article mark management.
1253 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1254 list of extra data entries which, when present, will indicate that the
1255 article ID should not be trimmed from the registry.
1256 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1257 functions.
1258 (gnus-registry-read-mark): New function to read a mark name from the
1259 user.
1260 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1261 (gnus-registry-set-article-mark-internal): New functions to add and
1262 remove marks.
1263 (gnus-registry-get-article-marks): New function to show the marks for
1264 an article, or retrieve them for further use.
1265
12662008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
1267
1268 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1269 keys when no argument is given.
1270
12712008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
1272
1273 * gnus-sum.el (gnus-article-sort-by-random)
1274 (gnus-thread-sort-by-random): Fix doc strings. Reported by
1275 jidanni@jidanni.org.
1276
12772008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
1278
1279 * gnus-art.el (gnus-article-describe-bindings): New function.
1280 (gnus-article-read-summary-keys): Use it.
1281 (gnus-article-mode-map): Bind `C-h b' to it.
1282
95838435
MB
12832008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
1284
1285 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1286 XEmacs.
1287 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1288 against non-character events.
1289
95838435
MB
12902008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1291
1292 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1293 command.
1294 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1295 instead of END. Change name of the temp file.
1296 (gnus-group-gmane-group-download-format): Add doc string. Make it
1297 customizable.
1298
12992008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
1300
1301 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1302 bind `S W' to gnus-article-wide-reply-with-original; set default
1303 binding to gnus-article-read-summary-send-keys.
1304 (gnus-article-read-summary-keys): Fix the order of keys; display
1305 continuation keys correctly in the echo area; describe bindings
1306 correctly when keys end with `C-h'.
1307 (gnus-article-read-summary-send-keys): New function.
1308 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1309 for gnus-article-read-summary-send-keys; display continuation keys
1310 correctly in the echo area.
1311 (gnus-article-reply-with-original): Ignore prefix argument.
1312 (gnus-article-wide-reply-with-original): New function.
1313
d82cf70b
MB
13142008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1315
1316 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1317 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1318
13192008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1320
1321 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1322 (gnus-group-read-ephemeral-gmane-group): New command.
1323
f3041af1
DN
13242008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1325
1326 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1327
87035689
MB
13282007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
1329
1330 * message.el (message-send-mail-function): Increase custom version.
1331
1332 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1333 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
1334
87035689
MB
13352007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
1336
1337 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1338 html parts correctly; support forwarded messages.
1339 (gnus-article-browse-html-article): Remove work buffers.
1340
1341 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1342 compiling.
1343 (netrc-bound-and-true-p): New macro.
1344 (netrc-parse): Use it instead of bound-and-true-p that is not available
1345 in XEmacs 21.4.
1346
13472007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
1348
1349 * gnus-registry.el (gnus-registry-mark-article)
1350 (gnus-registry-article-marks): Add functionality to mark articles
1351 through the Gnus registry.
1352
1353 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1354 (netrc-parse): Use encrypt-file-alist to determine if
1355 encrypt-find-model or encrypt-insert-file-contents should be used.
1356
541cbf8b
GM
13572007-12-19 Glenn Morris <rgm@gnu.org>
1358
1359 * mml.el (message-options-set, message-narrow-to-head)
1360 (message-in-body-p, message-mail-p, message-encode-message-body):
1361 Autoload.
1362 (message-remove-header, message-narrow-to-headers-or-head)
1363 (message-subscribed-p, message-make-mail-followup-to)
1364 (message-position-on-field, message-news-p)
1365 (message-options-set-recipient, message-generate-headers)
1366 (message-sort-headers): Declare as functions.
1367
87035689
MB
13682007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
1369
1370 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1371 convention in doc string.
1372
13732007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
1374
1375 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1376 title to html parts.
1377 (gnus-article-browse-html-article): Pass message header to it.
1378
1379 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1380
13812007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
1382
1383 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1384 or password compatible with XEmacs.
1385
bbbe940b
MB
13862007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
1387
1388 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1389 format document.
1390 (gnus-mime-delete-part): Don't write description line if empty.
1391 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1392
880820fe 13932007-12-14 Johan Bockgård <bojohan@gnu.org>
bbbe940b
MB
1394
1395 * gnus-sum.el (gnus-summary-mark-unread-as-read)
1396 (gnus-summary-mark-read-and-unread-as-read)
1397 (gnus-summary-mark-current-read-and-unread-as-read)
1398 (gnus-summary-mark-unread-as-ticked): Doc fix.
1399 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1400
14012007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1402
1403 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
1404 Christoph Conrad <christoph.conrad@gmx.de>.
1405
14062007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1407
1408 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1409 yes-or-no-p.
1410
14112007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
1412
1413 * mm-decode.el (mm-add-meta-html-tag): New function.
002876ab 1414 (mm-save-part-to-file, mm-pipe-part): Use it.
bbbe940b
MB
1415
1416 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1417 gnus-y-or-n-p instead of y-or-n-p.
1418 (gnus-article-browse-html-parts): Work with message/external-body; use
1419 mm-add-meta-html-tag.
1420
cef98b13
GM
14212007-12-11 Glenn Morris <rgm@gnu.org>
1422
1423 * gnus-cache.el: Require gnus-sum not just when compiling.
1424
1425 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1426
1427 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1428 definitions before use.
1429
1430 * mm-decode.el: Require gnus-util.
1431 (mm-remove-part): Only call delete-annotation on XEmacs.
1432
1433 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1434
1435 * nnmail.el: Require gnus-int.
1436
1437 * spam.el: Move `require's before `eval-when-compile's.
1438
1439 * gnus-ems.el (gnus-alive-p):
1440 * gnus-fun.el (message-goto-eoh):
5ec7fe1b 1441 * gnus-util.el (gnus-group-name-decode):
cef98b13
GM
1442 * mail-source.el (gnus-compress-sequence):
1443 * message.el (Info-goto-node, format-spec):
1444 * mm-bodies.el (message-options-get):
1445 * mm-decode.el (mm-view-pkcs7):
1446 * mm-util.el (gmm-write-region):
1447 * mml-smime.el (mml-compute-boundary)
1448 (gnus-completing-read-with-default):
1449 * mml.el (widget-button-press, gnus-make-hashtable):
1450 * mml1991.el (mm-decode-content-transfer-encoding)
1451 (mm-encode-content-transfer-encoding)
1452 (message-options-get, message-options-set):
1453 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1454 * nnfolder.el (gnus-request-group):
1455 * nnheader.el (ietf-drums-unfold-fws):
1456 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1457 * smime.el (gnus-run-mode-hooks):
1458 * spam-stat.el (gnus-message): Autoload.
1459
1460 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1461 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1462 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1463 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1464 Add declare-function compatibility definition.
1465
1466 * gnus-cache.el (nnvirtual-find-group-art):
1467 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1468 (gnus-add-image, gnus-add-wash-type):
1469 * gnus-group.el (nnkiboze-score-file):
1470 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1471 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5ec7fe1b
GM
1472 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1473 (message-tokenize-header, gnus-get-buffer-create)
1474 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1475 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
cef98b13
GM
1476 * gnus.el (gnus-group-decoded-name):
1477 * mail-source.el (imap-capability):
1478 * mm-bodies.el (message-options-set):
1479 * mm-decode.el (gnus-configure-windows):
1480 * mm-extern.el (message-goto-body):
1481 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1482 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1483 (epg-sub-key-validity, message-options-set):
1484 * mml.el (widget-event-point, gnus-configure-windows):
1485 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1486 * mml2015.el (epg-check-configuration, epg-configuration)
1487 (message-options-set):
1488 * nndb.el (nndb-request-article):
1489 * nnfolder.el (gnus-request-create-group):
1490 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1491 * nnmaildir.el (gnus-group-mark-article-read):
1492 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1493 * rfc1843.el (message-fetch-field):
1494 * spam.el (gnus-extract-address-components):
1495 Declare as functions.
1496
bbbe940b
MB
14972007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1498
1499 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1500
a5ded4c9
GM
15012007-12-09 Glenn Morris <rgm@gnu.org>
1502
1503 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1504
1505 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1d1df709
GM
1506 * message.el, mm-view.el, sieve-manage, smime.el:
1507 Add declare-function compatibility definition.
a5ded4c9
GM
1508
1509 * gnus-art.el (w3-region, w3m-region, Info-menu):
1510 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1511 * gnus-sum.el (gnus-get-predicate):
1512 * gnus-util.el (mm-append-to-file, w32-focus-frame):
1513 * message.el (mail-abbrev-in-expansion-header-p):
1514 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8d0f97a4 1515 (w3m-detect-meta-charset, w3m-region):
1d1df709
GM
1516 * sieve-manage.el (password-read, password-cache-add)
1517 (password-cache-remove):
8d0f97a4 1518 * smime.el (password-read-and-add): Declare as functions.
a5ded4c9 1519
274f1353
DK
15202007-12-08 David Kastrup <dak@gnu.org>
1521
1522 * gnus-sum.el (gnus-summary-simplify-subject-query):
1523 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1524 `message'.
1525
a601fb74 15262007-12-07 Glenn Morris <rgm@gnu.org>
80d06753 1527
a601fb74 1528 * gnus-art.el (article-make-date-line): Revert previous change.
80d06753 1529
af5370ad
RS
15302007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
1531
1532 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1533
21ee0911
MB
15342007-12-06 Christian Plate <cplate@web.de> (tiny change)
1535
1536 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1537 Call gnus-add-to-range ranges only once with a prepared article-list.
1538
15392007-12-06 Paul Jarc <prj@po.cwru.edu>
1540
149cd465
JB
1541 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1542 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
21ee0911
MB
1543 group names with backslashes. Reported by Tassilo Horn
1544 <tassilo@member.fsf.org>.
1545
fd0c71e8
DG
15462007-12-06 D. Goel <deego3@gmail.com>
1547
a601fb74
GM
1548 * gnus-art.el (article-make-date-line):
1549 * gnus-start.el (gnus-load):
1550 * pop3.el (pop3-read-response): Fix buggy call to `error'.
fd0c71e8 1551
415a09fb
MB
15522007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1553
1554 * gnus-art.el (gnus-use-idna)
1555 * gnus-start.el (gnus-site-init-file)
1556 * message.el (message-use-idna)
1557 * mm-uu.el (mm-uu-hide-markers)
1558 * smiley.el (smiley-style): Revert changes that suppress warnings.
1559
15602007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1561
1562 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1563 specify charset to html source. Reported by Christoph Conrad
1564 <christoph.conrad@gmx.de>.
1565
15662007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1567
1568 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1569 idna-program in order to suppress byte compile warning issued by XEmacs
1570 that came to byte compile the default value section of defcustom forms
1571 recently.
1572
1573 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1574 value of installation-directory.
1575
1576 * message.el (message-use-idna): Don't directly refer to the value of
1577 idna-program.
1578
1579 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1580
1581 * smiley.el (smiley-style): Don't directly call face-attribute.
1582
b890d447
MB
15832007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
1584
1585 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1586
1587 * gnus-dired.el: Reduce Gnus dependencies.
1588 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1589 require. Use autoloads instead.
1590 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1591 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1592 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1593 (gnus-dired-mode): Adjust doc string.
1594 (gnus-dired-mail-mode): New variable.
1595 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1596 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1597 (gnus-dired-mail-buffers): New function. Return mail or message
1598 composition buffers.
1599 (gnus-dired-attach): Use it.
1600 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1601 NO-DECODE.
1602 (gnus-dired-print): Use `gnus-print-buffer' depending on
1603 `gnus-dired-mail-mode'.
1604
16052007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1606
1607 * rfc2047.el (rfc2047-encoded-word-regexp)
1608 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1609 explaining what regexp patterns are for.
1610
13b0ef01
GM
16112007-12-04 Glenn Morris <rgm@gnu.org>
1612
1613 * password.el: Move to ../password-cache.el.
1614
1615 * mml1991.el (password-read, password-cache-add, password-cache-remove):
1616 * mml2015.el (password-read, password-cache-add, password-cache-remove):
1617 * mml-smime.el (password-read, password-cache-add)
1618 (password-cache-remove):
1619 No need to autoload, since mml-sec requires password.
1620
1621 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1622 * message.el (gnus-extract-address-components):
1623 * mml-smime.el (gnus-extract-address-components): Define for compiler.
1624
1625 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1626 password.
1627
b890d447
MB
16282007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
1629
1630 * mailcap.el: Reduce dependencies.
1631 (mail-header-parse-content-type): Autoload.
1632 (mailcap-delete-duplicates): New alias.
1633 (mailcap-mime-info): Add optional argument NO-DECODE.
1634 (mailcap-mime-types): Use mailcap-delete-duplicates.
1635
1636 * message.el (message-ignored-supersedes-headers): Add "X-ID".
1637
16382007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1639
1640 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1641 function.
1642
1643 * gnus-uu.el (gnus-uu-decode-yenc): New command.
1644 (gnus-uu-yenc-article): New function.
1645
1646 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1647
1648 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1649 buffer.
1650
21662dc7
GM
16512007-12-02 Glenn Morris <rgm@gnu.org>
1652
323fc9ec
GM
1653 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
1654 Move to ../net.
1655
21662dc7
GM
1656 * binhex.el, uudecode.el: Move to ../mail.
1657
ceabaeb3
GM
1658 * encrypt.el: Remove file.
1659
b890d447
MB
16602007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1661
1662 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1663 matches on patches.
1664
1665 * gnus-art.el (gnus-article-browse-html-article): Mention
1666 `mm-text-html-renderer' in the doc string.
1667
1668 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1669 string. Add comments.
1670
1671 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1672 if rhs is ASCII.
1673
08545d0a
GM
16742007-12-01 Glenn Morris <rgm@gnu.org>
1675
fb18c032 1676 * dig.el, dns.el: Move to ../net.
c3335b6a 1677 * format-spec.el, hex-util.el, sha1.el: Move to ../.
4c1d5922 1678
08545d0a
GM
1679 * mail-source.el (top-level): Require format-spec before
1680 eval-when-compile.
1681
257a0a0d
GM
16822007-11-30 Glenn Morris <rgm@gnu.org>
1683
1684 * encrypt.el: Require password, rather than autoloading password-read.
1685
b890d447
MB
16862007-11-28 Elias Oltmanns <eo@nebensachen.de>
1687
1688 * gnus.el (gnus-method-to-server): Add an optional parameter so the
1689 caller can indicate whether the cache should be disregarded for this
1690 call. This way the result of the call is reproducible at all times and
1691 can be considered a canonical server name for the supplied method.
1692 (gnus-agent-method-p): Canonicalize server names by pushing their
1693 method through `gnus-method-to-server' using the no-cache argument.
1694
1695 * gnus-srvr.el (gnus-server-insert-server-line): Call
1696 `gnus-method-to-server' with `no-cache' argument.
1697
1698 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1699 gnus-agent-possibly-synchronize-flags as this should be called when the
1700 server is actually being opened.
1701 (gnus-agent-possibly-synchronize-flags)
1702 (gnus-agent-possibly-synchronize-flags-server): Move check for the
1703 flags file of an agentized server to the latter function.
1704
1705 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1706 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1707 after a connection has been established successfully.
1708
17092007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
1710
1711 * gnus-art.el (article-display-face): Force to display face if called
1712 interactively; check if gnus-article-x-face-too-ugly matches author.
1713 (article-display-x-face): Display face even if From header is missing
1714 as article-display-face does.
1715
d50fd8e2
GM
17162007-11-28 Richard Stallman <rms@gnu.org>
1717
1718 * md4.el: Move to ../.
1719 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
1720
b890d447
MB
17212007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
1722
1723 * mail-source.el (mail-sources): Default to fetch from file for
1724 compatibility with default of nnmail-spool-file.
1725
17262007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
1727
1728 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1729 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1730 to look for encoded word that should be encoded again.
1731 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1732 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1733 encoding pattern.
1734 (rfc2047-decode-region): Switch strict regexp and loose one according
1735 to rfc2047-allow-irregular-q-encoded-words.
1736
a06e7b5d
SJ
17372007-11-26 Simon Josefsson <simon@josefsson.org>
1738
1739 * imap.el: Move to ../net directory.
1740
b890d447
MB
17412007-11-25 Romain Francoise <romain@orebokech.com>
1742
1743 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1744
17452007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1746
1747 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1748 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1749
1750 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1751 `nnmail-spool-file'.
1752
1753 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1754 `nnmail-spool-file'.
1755
1756 * gnus-move.el (gnus-change-server): Ditto.
1757
1758 * gnus-kill.el (gnus-batch-score): Ditto.
1759
1760 * gnus-cache.el (gnus-jog-cache): Ditto.
1761
c9e31f32
SM
1762 * gnus-msg.el (gnus-summary-reply):
1763 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
b890d447
MB
1764
17652007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1766
c9e31f32
SM
1767 * gnus-cache.el (gnus-cache-generate-nov-databases):
1768 Use nnml-generate-nov-databases-directory instead of
b890d447
MB
1769 nnml-generate-nov-databases-1.
1770
e3b0153a
GM
17712007-11-24 Glenn Morris <rgm@gnu.org>
1772
1773 * message.el (message-tool-bar-retro): Update for rename
1774 mail_send.xpm->mail-send.xpm.
1775
b890d447
MB
17762007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1777
1778 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1779 `smime-ldap-search' for Emacs 22 and up.
1780
145cc6b9
RS
17812007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1782
63ff8478
RS
1783 * hashcash.el: Move to ../mail directory.
1784
8746c8b8
RS
1785 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
1786
145cc6b9
RS
1787 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1788 `smime-ldap-search' for Emacs 22 and up.
1789
82816ba1
SM
17902007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1791
b7b80032
SM
1792 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1793
82816ba1
SM
1794 * message.el (message-send-mail-function): Fix error convention.
1795 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1796 (message-widen-reply, message-send-mail, message-talkative-question)
1797 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1798 (message-clone-locals, message-send-news): Use with-current-buffer.
1799 (message-insert-or-toggle-importance): Remove unused var `valid'.
1800 (message-make-references): Remove unused var `new-references'.
1801 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1802
3042deef
JB
18032007-11-22 Juanma Barranquero <lekktu@gmail.com>
1804
1805 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1806 (spam-split-symbolic-return-positive): Reflow docstring.
1807 (spam-backends, spam-summary-exit-behavior)
1808 (spam-mark-ham-unread-before-move-from-spam-group)
1809 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1810 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1811 (spam-clear-cache, spam-backend-check, spam-install-backend)
1812 (spam-install-statistical-backend, spam-list-of-processors)
1813 (spam-group-processor-p, spam-split, spam-bogofilter-score)
1814 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1815 (spam-check-crm114, spam-initialize, spam-unload-hook):
1816 Fix typos in docstrings.
1817
b890d447
MB
18182007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1819
1820 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1821 been checked if they have never been read and those group levels are
1822 higher than the one that a user specified.
1823
18242007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1825
1826 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1827 foreign groups unless a group level is specified by a user.
1828 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1829
b62a39c4
RS
18302007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
1831
1832 * message.el (message-send-mail-function): Require sendmail.
1833
2ea6167b
RS
18342007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
1835
9e0a8576
RS
1836 * message.el (message-send-mail-function): Check for smtpmail too.
1837
f21470ef
RS
1838 * utf7.el (utf7-encode, utf7-decode): Use coding system
1839 `utf-7'/`utf-7-imap' from utf-7.el' if available.
1840
2ea6167b
RS
1841 * message.el (message-send-mail-function): New function.
1842 (message-send-mail-function): Set default using
1843 message-send-mail-function. Adjust doc string.
1844 (message-send-mail-with-mailclient): New function.
1845
127a6f0e
GM
18462007-11-17 Richard Stallman <rms@gnu.org>
1847
1848 * assistant.el: Remove file.
1849
9efa445f
DN
18502007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1851
1852 * smime.el (from):
1853 * rfc2047.el (message-posting-charset):
1854 * qp.el (mm-use-ultra-safe-encoding):
1855 * pop3.el (parse-time-months):
1856 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1857 * nnml.el (files):
1858 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1859 (jka-compr-compression-info-list, ange-ftp-path-format)
1860 (efs-path-regexp):
1861 * nndiary.el (files):
1862 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1863 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1864 (epg-digest-algorithm-alist, inhibit-redisplay)
1865 (password-cache-expiry):
1866 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1867 (pgg-output-buffer, password-cache-expiry):
1868 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1869 (efs-path-regexp):
1870 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1871 (inhibit-redisplay):
1872 * mm-uu.el (file-name, start-point, end-point, entry)
1873 (gnus-newsgroup-name, gnus-newsgroup-charset):
1874 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1875 (latin-unity-ucs-list):
1876 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1877 (mm-uu-binhex-decode-function):
1878 * message.el (gnus-message-group-art, gnus-list-identifiers, )
1879 (rmail-enable-mime-composing, gnus-local-organization)
1880 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1881 (gnus-read-active-file, facemenu-add-face-function)
1882 (facemenu-remove-face-function, gnus-article-decoded-p)
1883 (tool-bar-mode):
1884 * mail-source.el (display-time-mail-function):
1885 * gnus-util.el (nnmail-pathname-coding-system)
1886 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1887 (gnus-original-article-buffer, gnus-user-agent)
1888 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1889 (xemacs-codename, sxemacs-codename, emacs-program-version):
1890 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1891 * gnus-start.el (gnus-agent-covered-methods)
1892 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1893 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1894 (gnus-newsgroup-headers, gnus-group-list-mode)
1895 (gnus-group-mark-positions, gnus-newsgroup-data)
1896 (gnus-newsgroup-unreads, nnoo-state-alist)
1897 (gnus-current-select-method, mail-sources)
1898 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1899 (nnmail-spool-file, gnus-cache-active-hashtb):
1900 * gnus-mh.el (mh-lib-progs):
1901 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1902 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1903 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1904 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1905 (gnus-group-buffer):
1906 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1907 (font-lock-set-defaults):
1908 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1909 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1910 (gnus-summary-post-menu, total-parts, type, condition, length):
1911 * gnus-agent.el (gnus-agent-read-agentview):
1912 * flow-fill.el (show-trailing-whitespace):
1913 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1914 eval-and-compile wrappers for byte compiler pacifiers.
1915
1916 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1917 (mm-display-inline-fontify): Check for featurep 'xemacs not
1918 extent-list.
1919
1920 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1921 itimer-list.
1922 (mm-create-image-xemacs): Only do something for XEmacs.
1923 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1924
1925 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1926
1927 * gnus-registry.el (gnus-adaptive-word-syntax-table):
1928 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1929
e9346447
JB
19302007-11-15 Juanma Barranquero <lekktu@gmail.com>
1931
ec5741dc 1932 * nnimap.el (nnimap-split-download-body):
e9346447 1933 * gnus-demon.el (gnus-demon):
ec5741dc 1934 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
e9346447 1935
1428d46b
MB
19362007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
1937
1938 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
1939 macros.
1940 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
1941 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
1942 copy data from unibyte buffer to multibyte current buffer.
1943 (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
1944 to copy data from unibyte current buffer to multibyte buffer.
1945 (nntp-make-process-buffer): Make process buffer unibyte.
1946
1947 * pop3.el (pop3-open-server): Fix typo in Lisp code.
1948
19492007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
1950
1951 * pop3.el (pop3-open-server): Accept and process data more robustly at
1952 connexion start to avoid spurious "POP SSL connexion failed" errors.
1953
19542007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
1955
1956 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
1957 read group names.
1958
19592007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
1960
1961 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
1962
19632007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
1964
1965 * nnmail.el (nnmail-parse-active): Make group names unibyte.
1966 (nnmail-save-active): Use a unibyte buffer when saving active file,
1967 which may contain non-ASCII group names.
1968
1969 * nnml.el (nnml-request-group): Decode group names in messages.
1970
4d8a28ec
MB
19712007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
1972
1973 * message.el (message-citation-line-function)
1974 (message-insert-formatted-citation-line): Fix spelling of
1975 `message-insert-formated-citation-line'.
1976
c12ecb0a
MB
19772007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
1978
1979 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
1980
4d8a28ec
MB
19812007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1982
1983 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
1984 nnmail-pathname-coding-system.
1985
1986 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
1987 that a user enters; decode group names in messages.
1988
1989 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
1990
60ece9b0
MB
19912007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
1992
1993 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
1994
1995 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
1996
1997 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
1998 risky local variable.
1999
2000 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2001
20022007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
2003
2004 * encrypt.el: Improve documentation to fix function name typo.
2005 Reported by Daiki Ueno <ueno@unixuser.org>.
2006
20072007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
2008
2009 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2010 even if the point is not in the last page of an article.
2011 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2012 back to the previous page.
2013
c590ed3a
MB
20142007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
2015
2016 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2017
60ece9b0
MB
20182007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
2019
2020 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2021
c70dbcd5
SM
20222007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2023
60ece9b0
MB
2024 * message.el (message-check-news-body-syntax): Avoid
2025 mm-string-as-multibyte.
c70dbcd5
SM
2026 (message-hide-headers): Don't assume (point-min)==1.
2027
437ce4be
MB
20282007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2029
2030 * message.el (message-remove-blank-cited-lines): Fix if remove is
2031 given.
2032 (message-bogus-address-regexp): New variable.
2033 (message-bogus-recipient-p): New function.
2034 (message-check-recipients): New command.
2035 (message-syntax-checks): Add `bogus-recipient'.
2036 (message-fix-before-sending): Add `bogus-recipient'.
2037
2038 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
d55fe5bb
MB
2039 (gnus-treat-body-boundary): Don't test window-system.
2040
296fa7b4 20412007-10-28 Leo <sdl.web@gmail.com> (tiny change)
d55fe5bb
MB
2042
2043 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
437ce4be 2044
c7ff939a
RS
20452007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2046
2047 * gnus.el: Bump version to Gnus v5.13.
2048
01c52d31
MB
20492007-10-28 Miles Bader <miles@gnu.org>
2050
2051 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2052 at compile-time too.
2053
437ce4be
MB
20542007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
2055
2056 * gnus-msg.el (gnus-message-setup-hook): Add
2057 `message-remove-blank-cited-lines' to options.
2058
01c52d31
MB
20592007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
2060
2061 * message.el (message-remove-blank-cited-lines): New function.
880820fe 2062 Suggested by Karl Plästerer.
01c52d31
MB
2063
20642007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
2065
2066 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2067 mapc.
2068
2069 * imap.el (imap-open): Replace mapcar called for effect with mapc.
2070 (top-level): Use mapc to set functions to be traced for debugging.
2071
2072 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2073 called for effect with while loop.
2074
2075 * message.el (message-talkative-question): Replace mapcar called for
2076 effect with mapc.
2077
2078 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2079 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2080 called for effect with dolist.
2081
2082 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2083
2084 * nndiary.el: Use dolist instead of mapcar to add diary headers to
2085 gnus-extra-headers and nnmail-extra-headers.
2086
2087 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2088 called for effect with dolist.
2089 (top-level): Use mapc to set functions to be traced for debugging.
2090
2091 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2092 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2093 dolist.
2094
2095 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2096 Replace mapcar called for effect with mapc.
2097 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2098 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2099 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2100 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2101
2102 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2103 remove-if that's a cl function.
2104
2105 * webmail.el (webmail-debug): Replace mapcar called for effect with
2106 dolist.
2107
01c52d31
MB
21082007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
2109
2110 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2111 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2112 with while loop.
2113
2114 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2115 functions from article-* functions.
2116 (gnus-multi-decode-header): Replace mapcar called for effect with
2117 dolist.
2118
2119 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2120 (gnus-bookmark-show-details): Replace mapcar called for effect with
2121 while loop.
2122
2123 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2124 called for effect with while loop.
2125
2126 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2127 with dolist.
2128
2129 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2130 mapcar called for effect with dolist.
2131
2132 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2133
2134 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2135 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2136 Replace mapcar called for effect with dolist.
2137 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2138 mapc.
2139
2140 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2141 Replace mapcar called for effect with dolist.
2142 (gnus-topic-list): Replace mapcar called for effect with mapc.
2143
2144 * gnus.el: Use mapc instead of mapcar to add autoloads.
2145
4b576f7d
RS
21462007-10-23 Richard Stallman <rms@gnu.org>
2147
2148 * gnus-group.el (gnus-group-highlight): Mark as risky.
2149
fdc90613
MB
21502007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
2151
2152 * gnus.el (gnus-server-to-method): Return method found first in
2153 gnus-newsrc-alist.
2154
01c52d31
MB
2155 * gnus-art.el (gnus-article-highlight-signature)
2156 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2157 button overlay without the front stickiness.
2158
21592007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
2160
2161 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2162 overview buffer needed a catch to receive its throw.
2163 (gnus-agent-flush-cache): Declared as interactive to make this function
2164 easier to use.
2165
fdc90613
MB
21662007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
2167
2168 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2169 `next-line'.
2170
5255e3ff
MB
21712007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
2172
2173 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2174 exclude address matching message-dont-reply-to-names.
2175
b4fde39f
MB
21762007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2177
2178 * gnus-util.el (gnus-string<): New function.
2179
2180 * gnus-sum.el (gnus-article-sort-by-author)
01c52d31 2181 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
b4fde39f
MB
2182
21832007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2184
2185 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2186 the frame-focus tag is set in gnus-buffer-configuration.
2187
01c52d31
MB
21882007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
2189
2190 * gnus-art.el (gnus-article-add-button): Make a button overlay without
2191 the front stickiness.
2192
21932007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2194
2195 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2196 url pattern; remove duplicate one.
2197 (gnus-article-extend-url-button): New function.
2198 (gnus-article-add-buttons): Use it.
2199 (gnus-button-push): Use concatenated url that it makes.
2200
6ab3804a
JB
22012007-10-04 Juanma Barranquero <lekktu@gmail.com>
2202
2203 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2204 (sieve-manage-open): Use `mapc' instead of `mapcar'.
2205
2f19ece7
SM
22062007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2207
2208 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2209 Don't hardcode point-min==1.
2210
1d0df8af
DK
22112007-09-30 David Kastrup <dak@gnu.org>
2212
2213 * gnus-art.el (gnus-article-reply-with-original)
2214 (gnus-article-followup-with-original): When `transient-mark-mode' is
2215 off, refrain from active-region behavior for followups.
2216
4b70e299
MB
22172007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
2218
2219 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
01c52d31
MB
2220 Fix comment about "iso8859-1".
2221
22222007-10-08 Daiki Ueno <ueno@unixuser.org>
2223
2224 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2225 ones returned from the verify-function.
2226
2227 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2228 mml2015-extract-cleartext-signature if extraction failed.
2229
22302007-10-07 Daiki Ueno <ueno@unixuser.org>
2231
2232 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2233 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2234 failed.
4b70e299
MB
2235
22362007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
2237
e9346447 2238 * Relicense "GPLv2 or later" files to "GPLv3 or later".
4b70e299 2239
01c52d31
MB
22402007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
2241
2242 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2243 to mark a thread as expirable. Add variable `hide' to handle hiding of
2244 thread for both the null and zero (kill/expire thread) universal prefix
2245 cases.
2246 (gnus-summary-expire-thread): Add new function to expire a thread,
2247 using gnus-summary-kill-thread.
2248 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2249 shortcuts for gnus-summary-expire-thread.
2250 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2251 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
2252
22532007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
2254
2255 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2256 extras value, so an extras entry can be deleted.
2257 (gnus-registry-delete-extra-entry): Use it.
2258 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2259 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2260 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
e46889e0
JB
2261 storage through the gnus-registry, and provide an appropriate API for
2262 it.
01c52d31 2263
4b70e299
MB
22642007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2265
2266 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2267 Suggested by Leo <sdl.web@gmail.com>.
2268
2269 * gnus.el: Do.
2270
22712007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2272
2273 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2274 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
2275
2276 * gnus-agent.el (gnus-agent-fetch-headers): Do.
2277
2278 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2279 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2280
22812007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2282
2283 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2284 newline.
2285 (nnmbox-request-accept-article): Don't change article in source buffer;
2286 narrow to header to use message-fetch-field rather than
2287 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2288 (nnmbox-request-replace-article): Quote lines that'll be misidentified
2289 as delimiters; make sure article ends with newline.
2290 (nnmbox-delete-mail): Correct last position of article to be deleted;
2291 ignore X-Gnus-Newsgroup header in article body.
2292 (nnmbox-save-mail): Quote lines looking like delimiters at the right
2293 positions; make sure article ends with newline.
2294
01c52d31
MB
2295 * message.el (message-display-abbrev): Don't infloop when a user
2296 inserts SPC in the beginning of header.
2297
22982007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
2299
2300 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2301 list of groups not followed by default. Fix type to be regexp.
2302 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2303
23042007-09-06 Tassilo Horn <tassilo@member.fsf.org>
2305
2306 * hmac-def.el (define-hmac-function): Switch from old-style to
2307 new-style backquotes.
2308
002876ab 2309 * md4.el (md4-make-step): Likewise.
01c52d31
MB
2310
23112007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2312
2313 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2314 raw-text coding system when saving .newsrc file, which may contain
2315 non-ASCII group names.
2316
4b70e299
MB
23172007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
2318
2319 * gnus-cus.el (gnus-score-extra): New widget.
2320 (gnus-score-extra-convert): New function.
2321 (gnus-score-customize): Use it for Extra.
2322
01c52d31
MB
23232007-08-31 Daiki Ueno <ueno@unixuser.org>
2324
2325 * mml2015.el (mml2015-extract-cleartext-signature): New function.
2326 (mml2015-mailcrypt-clear-verify): Use it.
2327 (mml2015-gpg-clear-verify): Use it.
2328 (mml2015-pgg-clear-verify): Use it.
2329 (mml2015-epg-clear-verify): Replace the current part with the output
2330 from GnuPG; don't extract the plaintext by itself.
2331
2332 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2333 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2334 mml2015-clear-verify-function; don't touch the armor headers or
2335 dash-escaped text here.
2336
23372007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
2338
2339 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2340 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2341 parts, or application/octet-stream as a last resort.
2342 (gnus-mime-view-part-as-type): Don't toggle display.
2343 (gnus-mime-view-part-as-charset): Don't turn off display before
2344 querying charset.
2345
2346 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2347 stuff to undisplayer function in Emacs.
2348 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2349
2350 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2351 text/calendar parts.
2352
7f22a765
MB
23532007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
2354
01c52d31
MB
2355 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2356 decoding text/calendar parts.
2357
2358 * message.el (message-forward-make-body-mime): Always mark body as
2359 having no illegible text; remove signed-or-encrypted argument.
2360 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2361
7f22a765
MB
2362 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2363 (mml-generate-mime-1): Don't encode body if it is specified to be in
2364 raw form; don't make buffer be unibyte when inserting multibyte string.
2365
67d0660b
SM
23662007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2367
2368 * sha1.el: Fix up comment style.
2369 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2370 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2371
2372 * hex-util.el: Fix up comment style.
2373 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2374
2375 * gnus-salt.el: Use with-current-buffer.
2376 (gnus-pick-setup-message): Fix long-standing typo.
2377
bdaf8a62
MB
23782007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
2379
01c52d31
MB
2380 * imap.el (imap-logout-timeout): New variable.
2381 (imap-logout, imap-logout-wait): New functions.
2382 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2383
2384 * nnimap.el (nnimap-logout-timeout): New server variable.
2385 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2386 nnimap-logout-timeout.
2387
bdaf8a62
MB
2388 * gnus-art.el (gnus-article-summary-command-nosave)
2389 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2390
23912007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
2392
2393 * gnus.el (gnus-maximum-newsgroup): New variable.
2394
2395 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2396 according to gnus-maximum-newsgroup.
2397
2398 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
67d0660b
SM
2399 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2400 Limit the range of articles according to gnus-maximum-newsgroup.
bdaf8a62 2401
01c52d31
MB
24022007-08-14 Tassilo Horn <tassilo@member.fsf.org>
2403
2404 * gnus-art.el (gnus-sticky-article): Fixed problems described in
2405 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
2406 Don't perform gnus-configure-windows here; reuse existing sticky
2407 article buffer.
2408
2409 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2410 it doesn't exist in gnus-article-mode.
2411
24122007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
2413
2414 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2415 (gnus-agent-decoded-group-name): New function.
2416 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2417 (gnus-agent-expire-group-1): Use it; decode group name in messages.
2418
24192007-08-12 Tassilo Horn <tassilo@member.fsf.org>
2420
2421 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2422 Add binding for gnus-sticky-article.
2423 (gnus-summary-exit): Don't kill sticky article buffers.
2424
2425 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2426 article buffer.
2427 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2428 (gnus-kill-sticky-article-buffers): New commands.
2429
37cc095b
MB
24302007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
2431
2432 * nntp.el (nntp-xref-number-is-evil): New server variable.
2433 (nntp-find-group-and-number): If it is non-nil, don't trust article
2434 numbers in the Xref header.
2435
01c52d31
MB
24362007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
2437
2438 * gnus-agent.el (gnus-agent-read-group): New function.
2439 (gnus-agent-flush-group, gnus-agent-expire-group)
2440 (gnus-agent-regenerate-group): Use it.
2441 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2442 nnmail-pathname-coding-system.
2443
37cc095b
MB
24442007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
2445
2446 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2447
01c52d31
MB
2448 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2449 that are unread as unread, and also as selected so that information of
2450 marks having been changed by a user may be updated when exiting group.
2451
37cc095b
MB
24522007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
2453
2454 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
2455
01c52d31
MB
24562007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
2457
2458 * gnus-art.el (gnus-mime-display-single): Pass part number that is
2459 calculated ignoring signature parts to gnus-treat-article.
2460
24612007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
2462
2463 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2464 a point here in order to keep the window start.
2465 (gnus-insert-mime-security-button): Make a button overlay without the
2466 front stickiness.
2467 (gnus-mime-display-security): Goto the end of a button.
2468
2469 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2470
24712007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
2472
2473 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2474 group-name-at-point.
2475 (gnus-group-completing-read): New function that offers decoded
2476 non-ASCII group names for completion.
2477 (gnus-fetch-group, gnus-group-read-ephemeral-group)
2478 (gnus-group-jump-to-group, gnus-group-make-group-simple)
2479 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2480 (gnus-group-fetch-control): Use it.
2481 (gnus-fetch-group): Use group-name-at-point for the initial value
2482 rather than the default value; use gnus-alive-p.
2483
2484 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2485 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2486 (gnus-summary-post-news): Use gnus-group-completing-read.
2487
2488 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2489 (gnus-read-move-group-name): Decode group name for completion.
2490
24912007-07-31 Ted Zlatanov <tzz@lifelogs.com>
2492
2493 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2494 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2495 Yamaoka slightly modified the code).
2496
24972007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
2498
2499 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2500 (nnmail-split-incoming): Bind it.
2501
2502 * nnml.el (nnml-group-name-charset): New function.
2503 (nnml-decoded-group-name): Use it; don't decode group name if
2504 nnmail-group-names-not-encoded-p is non-nil.
2505 (nnml-encoded-group-name): New function.
2506 (nnml-group-pathname): Inline nnml-decoded-group-name.
2507 (nnml-request-expire-articles): Decode group name in message.
2508 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2509 nnmail-pathname-coding-system.
2510 (nnml-save-mail, nnml-active-number): Work with decoded group names and
2511 not decoded ones according to nnmail-group-names-not-encoded-p.
2512 (nnml-generate-active-info): Use nnml-encoded-group-name.
2513
3ecd3a56
GM
25142007-08-08 Glenn Morris <rgm@gnu.org>
2515
2516 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2517 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2518 doc-strings and comments.
2519
cacc7b51
GM
25202007-07-25 Glenn Morris <rgm@gnu.org>
2521
2522 * Relicense all FSF files to GPLv3 or later.
2523
01c52d31 25242007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2f62a044 2525
01c52d31
MB
2526 * gnus-sum.el (gnus-summary-move-article): Make
2527 gnus-summary-respool-article work.
2f62a044 2528
f931ce84
MB
25292007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
2530
2531 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2532 string.
2533
880820fe 25342007-07-20 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
2535
2536 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
2537 that should be ignored when comparing distant RSS articles with local
2538 ones.
2539 (nnrss-make-hash-index): New function. Create a hash index according
2540 to the ignored fields.
2541 (nnrss-check-group): Use it.
2542
25432007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
2544
2545 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2546
2547 * gnus-art.el (article-decode-group-name): Decode Xref header too.
2548
2549 * gnus-group.el (gnus-group-make-group): Encode group name here unless
2550 the new optional argument ENCODED is non-nil.
2551 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2552 coding system for encoding group name.
2553 (gnus-group-make-rss-group): Pass un-encoded group name to
2554 gnus-group-make-group.
2555 (gnus-group-set-info): Tell gnus-group-make-group that group name is
2556 encoded.
2557
2558 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2559 Encode group name to which articles are moved or copied.
2560 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2561 coding system for encoding Newsgroup, Followup-To and Xref headers.
2562
2563 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2564 marks; use nnheader-file-coding-system to write a file.
2565 (nnagent-retrieve-headers): Bind file-name-coding-system to
2566 nnmail-pathname-coding-system.
2567
2568 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2569
2570 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2571 (nnml-request-article, nnml-request-create-group)
2572 (nnml-request-rename-group, nnml-find-id)
2573 (nnml-possibly-change-directory, nnml-possibly-create-directory)
2574 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2575 (nnml-save-marks): Use nnml-group-pathname instead of
2576 nnmail-group-pathname.
2577
2578 (nnml-request-create-group, nnml-request-expire-articles)
2579 (nnml-request-move-article, nnml-request-delete-group)
2580 (nnml-deletable-article-p, nnml-possibly-create-directory)
2581 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2582 (nnml-open-marks): Bind file-name-coding-system to
2583 nnmail-pathname-coding-system.
2584
2585 (nnml-request-article): Pass server argument to nnml-find-group-number.
2586 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2587 server argument to nnml-possibly-create-directory.
2588 (nnml-request-accept-article): Pass server argument to
2589 nnml-active-number and nnml-save-mail.
2590 (nnml-find-group-number): Pass server argument to nnml-find-id.
2591 (nnml-request-update-info): Pass server argument to
2592 nnml-marks-changed-p.
2593
2594 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2595 (nnml-save-mail, nnml-active-number): Add server argument.
2596
2597 (nnml-request-delete-group): Warn if group is missing.
2598 (nnml-get-nov-buffer): Decode group name.
2599 (nnml-generate-active-info): Encode group name.
2600 (nnml-open-marks): Decode group name in messages.
2601
26022007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
2603
2604 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2605 if it is not specified.
2606 (gnus-article-pipe-part, gnus-article-save-part)
2607 (gnus-article-interactively-view-part, gnus-article-copy-part)
2608 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2609 (gnus-article-inline-part, gnus-article-save-part-and-strip)
2610 (gnus-article-replace-part, gnus-article-delete-part)
2611 (gnus-article-view-part-as-type): Pass raw prefix argument to
2612 gnus-article-part-wrapper.
2613
26142007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
2615
2616 * gnus-agent.el (gnus-agent-save-active): Bind
2617 nnheader-file-coding-system to gnus-agent-file-coding-system.
2618
2619 * gnus-cache.el (gnus-cache-save-buffers)
2620 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2621 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2622 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2623 (gnus-cache-braid-nov, gnus-cache-braid-heads)
2624 (gnus-cache-generate-active, gnus-cache-rename-group)
2625 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2626 (gnus-cache-update-overview-total-fetched-for): Bind
2627 file-name-coding-system to nnmail-pathname-coding-system.
2628 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2629 variables.
2630 (gnus-cache-decoded-group-name): New function.
2631 (gnus-cache-file-name): Use it.
2632 (gnus-cache-generate-active): Use non-decoded group name for active.
2633
2634 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2635 right place.
2636 (gnus-write-active-file): Don't break non-ASCII group names.
2637
2638 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2639 nnmail-pathname-coding-system.
2640
2641 * gnus-uu.el (gnus-uu-decode-save): Typo.
2642
f931ce84
MB
26432007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
2644
2645 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2646
2f62a044
MB
26472007-07-14 David Kastrup <dak@gnu.org>
2648
2649 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
2650 finishing actions if we did not edit the article.
2651
01c52d31
MB
26522007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2653
2654 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2655 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2656 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2657 (gnus-agent-flush-group, gnus-agent-flush-cache)
2658 (gnus-agent-fetch-headers, gnus-agent-load-alist)
2659 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2660 (gnus-agent-retrieve-headers, gnus-agent-request-article)
2661 (gnus-agent-regenerate-group)
2662 (gnus-agent-update-files-total-fetched-for)
2663 (gnus-agent-update-view-total-fetched-for): Bind
2664 file-name-coding-system to nnmail-pathname-coding-system.
2665 (gnus-agent-group-pathname): Don't encode file names by
2666 nnmail-pathname-coding-system.
2667 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2668 coding-system-for-write instead of buffer-file-coding-system to
2669 gnus-agent-file-coding-system.
2670
2671 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2672 Decode group name.
2673
2674 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2675
2676 * gnus-start.el (gnus-update-active-hashtb-from-killed)
2677 (gnus-read-newsrc-el-file): Make group names unibyte.
2678
2679 * nnmail.el (nnmail-group-pathname): Don't encode file names by
2680 nnmail-pathname-coding-system.
2681
2682 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2683 (nnrss-request-delete-group): Bind file-name-coding-system to
2684 nnmail-pathname-coding-system.
2685 (nnrss-read-server-data, nnrss-read-group-data): Bind
2686 file-name-coding-system correctly.
2687 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2688
2689 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2690 (nntp-server-to-method-cache): New variable.
2691 (nntp-group-pathname): New function that decodes non-ASCII group names.
2692 (nntp-possibly-create-directory, nntp-marks-changed-p)
2693 (nntp-save-marks, nntp-open-marks): Use it.
2694 (nntp-possibly-create-directory, nntp-open-marks):
2695 Bind file-name-coding-system to nnmail-pathname-coding-system.
2696 (nntp-open-marks): Decode group names when bootstrapping marks.
2697
2698 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2699 Newsgroups and Folowup-To headers.
2700
82fe1aed
MB
27012007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2702
2703 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2704 (gnus-server-closed-face, gnus-server-denied-face)
2705 (gnus-server-offline-face): Remove variable.
2706 (gnus-server-font-lock-keywords): Use faces that are not aliases.
2707
01c52d31
MB
2708 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2709 of modifying message-stack directly for XEmacs.
2710
82fe1aed
MB
2711 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2712 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2713 if the coding-system argument is nil for XEmacs.
2714
2715 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2716 mm-charset-override-alist.
2717
2718 * rfc2047.el: Don't require base64; require rfc2045 for the function
2719 rfc2045-encode-string.
2720 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2721 to quote the parameter value.
2722
01c52d31
MB
27232007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
2724
2725 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2726 form in gnus-group-name-charset-method-alist.
2727
2728 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2729 overrides the default layout edit-form.
2730
2731 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2732
2733 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2734
60b0b668
MB
27352007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
2736
2737 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2738 as unfetched articles.
2739
27402007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
2741
2742 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2743
01c52d31
MB
27442007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2745
2746 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2747 original back end that keeps marks in the local system.
2748
60b0b668
MB
27492007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2750
01c52d31
MB
2751 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2752 arg of pop-to-buffer for XEmacs.
2753 (gnus-article-read-summary-keys): Ditto; don't restore window
2754 configuration if summary command ends up with neither article buffer
2755 nor summary buffer; describe bindings if summary keys end with C-h.
2756
27572007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
2758
2759 * message.el (message-fix-before-sending): Skip raw message part to be
2760 forwarded while checking illegible text.
2761 (message-forward-make-body-mime, message-forward-make-body): Mark
2762 signed or encrypted raw message as having no illegible text.
2763
27642007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
2765
2766 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2767 (gnus-message-with-timestamp-1): New macro.
2768 (gnus-message-with-timestamp): New function.
2769 (gnus-message): Use them.
2770
2771 * nnheader.el (nnheader-message): Use them.
2772
27732007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
2774
2775 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2776 .newsrc.eld file.
60b0b668 2777
5cedca8d
MB
27782007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
2779
2780 * gnus-agent.el (gnus-agent-fetch-headers)
2781 (gnus-agent-retrieve-headers): Bind
2782 gnus-decode-encoded-address-function to identity.
2783
2784 * nntp.el (nntp-send-xover-command): Recognize an xover command is
2785 available also when the server returns simply a dot.
2786
2787 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2788
524705ae
MB
27892007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
2790
01c52d31
MB
2791 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2792
27932007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
2794
524705ae
MB
2795 * gnus-ems.el (gnus-x-splash): Make it work.
2796
2797 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2798 from being used.
2799
01c52d31
MB
28002007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
2801
2802 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2803 the front stickiness.
2804 (gnus-article-summary-command-nosave): Correct the order of the
2805 arguments passed to pop-to-buffer.
2806 (gnus-article-read-summary-keys): Ditto; make it work properly when the
2807 summary command ends up with the article buffer.
2808
2809 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2810 the same faces.
524705ae 2811
770edeec
JB
28122007-06-07 Juanma Barranquero <lekktu@gmail.com>
2813
524705ae 2814 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
770edeec 2815
34c5dce5
JB
28162007-06-06 Juanma Barranquero <lekktu@gmail.com>
2817
3e3dc2c3
JB
2818 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2819 * gnus-sum.el (gnus-summary-highlight):
524705ae 2820 * mail-source.el (mail-source-delete-old-incoming-confirm):
3e3dc2c3 2821 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
34c5dce5 2822
524705ae
MB
28232007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
2824
2825 * gnus-art.el (gnus-mime-view-part-externally)
2826 (gnus-mime-view-part-internally): Fix predicate function passed to
2827 completing-read.
2828
01c52d31
MB
2829 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2830
2831 * gnus.el (gnus-update-message-archive-method): Add :version.
2832
28332007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
2834
2835 * gnus.el (gnus-update-message-archive-method): New variable.
2836
2837 * gnus-start.el (gnus-setup-news): Update saved "archive" method
2838 according to gnus-message-archive-method if
2839 gnus-update-message-archive-method is non-nil.
2840
28412007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2842
2843 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
2844 by Loic Dachary <loic@dachary.org>.
2845 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
524705ae 2846
c14dcd06
CY
28472007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
2848
2849 * message.el (message-pop-to-buffer): Add switch-function argument.
2850 (message-mail): Pass switch-function argument to it.
524705ae 2851
01c52d31
MB
28522007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
2853
2854 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2855 Improve doc string.
2856
28572007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
2858
2859 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2860 (gnus-header-content)
2861 * gnus-cite.el (gnus-cite-10)
2862 * gnus-srvr.el (gnus-server-closed)
2863 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2864 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2865 (gnus-group-mail-3-empty, gnus-group-mail-low)
2866 (gnus-group-mail-low-empty, gnus-splash)
2867 * message.el (message-header-to, message-header-cc)
2868 (message-header-subject, message-header-other, message-header-name)
2869 (message-header-xheader, message-separator, message-cited-text)
2870 (message-mml): Lighten colors of faces used for dark background.
2871
28722007-05-24 Simon Josefsson <simon@josefsson.org>
2873
2874 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2875 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
2876
524705ae
MB
28772007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
2878
c9e31f32
SM
2879 * message.el (message-narrow-to-headers-or-head):
2880 Ignore mail-header-separator in the body.
524705ae 2881
01c52d31
MB
28822007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
2883
2884 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2885 same as window size.
2886
28872007-05-22 Kevin Ryde <user42@zip.com.au>
2888
2889 * message.el (message-font-lock-keywords): Use message-header-xheader
2890 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
2891 ahead of the anything pattern, to get it recognised.
2892
880820fe 28932007-05-12 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
2894
2895 * gnus-sum.el (gnus-articles-to-read)
2896 (gnus-summary-insert-old-articles): Don't truncate group name for
2897 `read-string'.
2898
2899 * gnus-util.el (gnus-limit-string): Delete this function.
2900
2901 * gnus-sum.el (gnus-simplify-subject-fully): Use
2902 `truncate-string-to-width' instead.
2903
880820fe 29042007-05-11 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
2905
2906 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
2907 if, on summary exit, the next group has to be selected.
2908 (gnus-summary-exit): Use it.
2909
524705ae
MB
29102007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
2911
2912 * gnus-art.el (gnus-article-mode): Fix comment about displaying
2913 non-break space.
c14dcd06 2914
01c52d31
MB
29152007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
2916
2917 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2918 Check if group is not a directory.
2919 (nnfolder-request-expire-articles): Don't delete articles if the target
2920 group is not available.
2921
2922 * nnml.el (nnml-request-create-group): Properly check if group is not a
2923 file.
2924 (nnml-request-expire-articles): Don't delete articles if the target
2925 group is not available.
2926
2927 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2928 Don't quote characters that are within parentheses.
2929
29302007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
2931
2932 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
2933 (gnus-handle-ephemeral-exit): Select article according to it.
2934
29352007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
2936
2937 * message.el (message-insert-formated-citation-line): Remove newline.
2938 (message-citation-line-format): Add final \n here so that the user can
2939 avoid a blank line.
2940
29412007-05-03 Dan Christensen <jdc@uwo.ca>
2942
2943 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2944 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2945 Update lanl/arXiv support.
596e5f72 2946
01c52d31
MB
29472007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2948
2949 * gnus.el: Bump version number.
2950
29512007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2952
2953 * gnus.el (gnus-version-number): Bump version.
2954
9b3ebcb6 29552007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
01c52d31
MB
2956
2957 * gnus.el: No Gnus v0.6 is released.
2958
29592007-04-27 Didier Verna <didier@xemacs.org>
2960
2961 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
2962 * gmm-utils.el (gmm-regexp-concat): here.
2963 * message.el: Don't require 'gnus-util.
2964 (message-dont-reply-to-names): Handle name change above.
2965 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
2966
29672007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
2968
2969 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
2970 since the initial value varies according to the system.
2971
29722007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
2973
2974 * mm-util.el (mm-charset-synonym-alist): Defcustom.
2975
29762007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
2977
2978 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
2979
29802007-04-24 Didier Verna <didier@xemacs.org>
2981
2982 Improve the type of gnus-ignored-from-addresses.
2983 * gnus-util.el (gnus-orify-regexp): New function.
2984 * message.el (gnus-util): Require it.
2985 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
2986 * gnus-sum.el (gnus-ignored-from-addresses): New function.
2987 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
2988
29892007-04-24 Didier Verna <didier@xemacs.org>
2990
2991 * gnus-sum.el:
2992 * gnus-utils.el: Fix some trailing whitespaces.
2993
29942007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
2995
2996 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
2997 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
2998 article's Message-ID; refer parent article in summary buffer.
2999
3000 * message.el (message-bounce): Call mime-to-mml.
3001
30022007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
3003
3004 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
596e5f72 3005
6b554e88
MB
30062007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
3007
3008 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3009 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3010 displayed of multipart/alternative part if it is invoked from summary
3011 buffer.
6b554e88
MB
3012
3013 * mm-view.el (mm-inline-text-html-render-with-w3m)
3014 (mm-inline-text-html-render-with-w3m-standalone)
3015 (mm-inline-render-with-function): Use mail-parse-charset by default.
3016
01c52d31
MB
30172007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
3018
3019 * parse-time.el (parse-time-string-chars): Check if CHAR
3020 is less than the length of parse-time-syntax.
3021
30222007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
3023
3024 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3025 from gnus-newsgroup-processable.
3026
30272007-04-16 Didier Verna <didier@xemacs.org>
3028
3029 * gnus-msg.el (gnus-configure-posting-styles): Handle
002876ab 3030 message-signature-directory properly with :file syntax. Reported by
01c52d31
MB
3031 "Leo".
3032
30332007-04-11 Didier Verna <didier@xemacs.org>
3034
3035 New user option: message-signature-directory.
3036 * gnus-msg.el (gnus-configure-posting-styles): Support it.
3037 * message.el (message-insert-signature): Ditto.
3038 * message.el (message-signature-file): Doc update.
3039 * message.el (message-signature-directory): New.
3040
c429815a
MB
30412007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
3042
3043 * gnus-msg.el (gnus-inews-yank-articles): Use
3044 message-exchange-point-and-mark instead of exchange-point-and-mark.
3045
30462007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
3047
3048 * message.el (message-yank-original): Make sure cited text ends with
3049 newline; don't exchange point and mark.
3050
30512007-04-07 Chong Yidong <cyd@stupidchicken.com>
3052
3053 * tls.el (open-tls-stream): Properly handle case where there
3054 is no associated buffer.
3055
c345112e
TTN
30562007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
3057
3058 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3059 message-yank-original, make sure (< mark TEXT point).
3060
8aed9ac5
RS
30612007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
3062
01c52d31
MB
3063 * message.el (message-fill-column): New variable.
3064 (message-mode): Use it. Add comment on a possible new hook.
3065
8aed9ac5
RS
3066 * nnmail.el (nnmail-spool-file): Mark as obsolete.
3067 (nnmail-get-new-mail): Reformat.
3068
3069 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3070
3071 * gmm-utils.el: Fix Commentary.
3072 (gmm-tool-bar-from-list): Fix typo in doc string.
3073
561fb491
TTN
30742007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
3075
01c52d31
MB
3076 * message.el (message-yank-original): Don't switch point and mark
3077 unnecessarily to put point and mark as documented.
3078
30792007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3080
3081 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3082 from the message heads.
3083
30842007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
3085
3086 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3087 article buffer does not have a window. This may not be the best
3088 solution but is certainly better than setting the start of the null,
3089 that is the current, window.
3090
30912007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
3092
3093 * gnus-draft.el (gnus-draft-setup-hook): New hook.
3094 (gnus-draft-setup): Run it.
3095
3096 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3097 gnus-score-fast-scoring. Allow regexp.
3098 (gnus-score-headers): Use it.
3099
3100 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3101 XEmacs.
3102
3103 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3104 string.
3105 (gnus-button-alist): Also catch `<f1> k ...'.
3106 (gnus-treat-display-x-face): Fix doc string.
561fb491 3107
87ba2830
MB
31082007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3109
3110 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3111 evaluation of gnus-extended-version to ensure correct generation of the
3112 User-Agent header when message-generate-headers-first is used.
3113
01c52d31 31142007-03-24 Simon Josefsson <simon@josefsson.org>
87ba2830 3115
01c52d31
MB
3116 * hashcash.el (hashcash-generate-payment-async): Don't crash if
3117 hashcash-path is nil. Don't call callback with incorrect number of
3118 parameters if val is 0.
87ba2830 3119
815b81c8
MB
31202007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3121
3122 * message.el (message-required-news-headers):
3123 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3124
31252007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
3126
3127 * message.el (message-generate-new-buffers): Change the meaning of the
3128 nil value; add `standard' to the choices; treat t as `unique'; improve
3129 doc string.
3130 (gnus-select-frame-set-input-focus): Autoload.
3131 (message-buffer-name): Search for the existing message buffer if
3132 message-generate-new-buffers is nil or `standard'; treat the value t of
3133 message-generate-new-buffers as `unique'.
3134 (message-pop-to-buffer): Raise the frame already displaying the message
3135 buffer; clear the echo area after querying.
3136 (message-setup): Pass the `continue' argument to compose-mail.
3137 (message-mail): Prefer `switch-function' if it is given; search for the
3138 existing message buffer if the `continue' argument is non-nil; pass
3139 continue and switch-function arguments to compose-mail by way of
3140 message-setup.
3141 (message-mail-other-window): Adjust argument of message-setup.
3142 (message-mail-other-frame): Ditto.
3143
01c52d31
MB
31442007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
3145
3146 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3147 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3148 to turn font-lock on when turning gnus-message-citation-mode on.
3149
31502007-03-06 Daiki Ueno <ueno@unixuser.org>
3151
3152 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3153 (mml-smime-function-alist): New variable; add epg as the backend.
3154 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3155 mml-smime- functions instead.
3156 * mm-view.el: Require smime.
3157
31582007-03-05 Didier Verna <didier@xemacs.org>
3159
3160 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3161 instead of just inheritance for posting styles.
3162 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3163
31642007-02-24 John Paul Wallington <jpw@pobox.com>
3165
3166 * tls.el (tls-certtool-program): Fix custom type.
3167
31682007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3169
3170 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3171 and point-at-eol instead of line-(beginning|end)-position.
3172
3173 * assistant.el (assistant-parse-buffer): Ditto.
3174
31752007-02-28 Daiki Ueno <ueno@unixuser.org>
3176
3177 * mml2015.el (mml2015-epg-find-usable-key): New function.
3178 (mml2015-epg-sign): Use it.
3179 (mml2015-epg-encrypt): Use it.
3180
45cb30ee
MB
31812007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3182
3183 * message.el (message-make-in-reply-to): Quote name containing
3184 non-ASCII characters. It will make the RFC2047 encoder cause an error
3185 if there are special characters. Reported by NAKAJI Hiroyuki
82bdbd4d 3186 <nakaji@jp.freebsd.org>.
45cb30ee 3187
01c52d31
MB
31882007-02-27 Didier Verna <didier@xemacs.org>
3189
3190 Include the group parameters as well as the topic ones in the
3191 inheritance filter process.
3192 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3193 argument GROUP-PARAMS-LIST.
3194 * gnus-topic.el (gnus-group-topic-parameters): Use it.
3195
45cb30ee
MB
31962007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
3197
3198 * nntp.el (nntp-never-echoes-commands)
3199 (nntp-open-connection-functions-never-echo-commands): New variables.
3200 (nntp-send-command): Use them.
3201
01c52d31
MB
32022007-02-20 Daiki Ueno <ueno@unixuser.org>
3203
3204 * mml2015.el (mml2015-epg-verify): Simplified.
3205
32062007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
3207
3208 * mml.el (mml-content-disposition-alist): New user option.
3209 (mml-content-disposition): New function.
3210 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3211 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3212
32132007-02-19 Daiki Ueno <ueno@unixuser.org>
3214
3215 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3216 verification.
3217
aa260d63
MB
32182007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3219
3220 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3221 articles posted in the last 24 hours.
3222
c371062c
CY
32232007-02-14 Chong Yidong <cyd@stupidchicken.com>
3224
3225 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3226
880820fe 32272007-02-14 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
3228
3229 * nntp.el (nntp-send-command): Don't wait for echoes when
3230 nntp-open-ssl-stream is used.
3231
32322007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
3233
3234 * gnus-cite.el (gnus-test-font-lock-add-keywords)
3235 (gnus-message-add-citation-keywords)
3236 (gnus-message-remove-citation-keywords): Remove.
3237 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3238 directly, make the variables in font-lock-defaults buffer-local, add
3239 gnus-message-citation-keywords to them and then update the value of
3240 font-lock-keywords.
3241
32422007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
3243
3244 * message.el (message-cite-original-1): Don't call
3245 gnus-article-highlight-citation.
3246
3247 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3248 citations; fix line count.
3249
32502007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
3251
3252 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3253 (gnus-message-add-citation-keywords)
3254 (gnus-message-remove-citation-keywords): Use it; fix the emulating
3255 versions of font-lock-add-keywords and font-lock-remove-keywords to
3256 work with XEmacs correctly.
3257
32582007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
3259
3260 * gnus-cite.el (gnus-cite-face-list): Set the values of
3261 gnus-message-max-citation-depth and gnus-message-citation-keywords.
3262 (gnus-message-max-citation-depth): Use defvar rather than defconst.
3263 (gnus-message-cite-prefix-regexp): New variable.
3264 (gnus-message-search-citation-line): Use it; protect against long
3265 citation prefix; fill match data with nil rather than 0 for XEmacs; set
3266 the 0th match data for Emacs.
3267 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3268 (gnus-message-add-citation-keywords): Append keywords rather than
3269 prepending; emulate font-lock-add-keywords if it is not available.
3270 (gnus-message-remove-citation-keywords): Emulate
3271 font-lock-remove-keywords if it is not available.
3272
3273 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3274
3275 * message.el (message-cite-prefix-regexp): Set the value of
3276 gnus-message-cite-prefix-regexp.
3277
c91f4b83
MB
32782007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3279
3280 * nnweb.el (nnweb-google-parse-1): Update parser.
3281
8f77631e
JB
32822007-01-29 Juanma Barranquero <lekktu@gmail.com>
3283
3284 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3285
41e49ce6
MB
32862007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3287
3288 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3289 regexp.
3290
32912007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
3292
3293 * uudecode.el (uudecode-string-to-multibyte): New function emulating
3294 string-to-multibyte.
3295 (uudecode-decode-region-internal): Use it.
3296
b28080e3
MB
32972007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
3298
3299 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3300 custom choice.
3301
3302 * gnus-art.el (gnus-signature-limit): Fix custom choice.
3303
01c52d31
MB
33042007-01-22 Daiki Ueno <ueno@unixuser.org>
3305
3306 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3307
3308 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3309 `write-region' to respect `mm-inhibit-file-name-handlers'.
3310
b66f54c1
MB
33112007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
3312
3313 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3314 Use gnus-home-directory instead of "~/" or "$HOME".
3315
01c52d31
MB
33162007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
3317
3318 * encrypt.el (encrypt-insert-file-contents): Add better prompt
3319 to mention filename.
3320 Add comments at beginning regarding usage.
3321 (encrypt-write-file-contents): Change interactive so a string is
3322 acceptable. If the file has no associated model, show an error instead
3323 of a nonsense prompt.
3324
33252007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3326
3327 * spam.el (spam-bsfilter-ham-switch): Fix typo.
3328 Thanks to Yoshihiko Yamada for kind notification of this typo.
3329
0d7c8ac4
KH
33302007-01-12 Kenichi Handa <handa@m17n.org>
3331
3332 * uudecode.el (uudecode-decode-region-internal): Make it work in a
3333 multibyte buffer.
651408cb
MB
3334
33352007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
3336
01c52d31
MB
3337 * gnus-score.el (gnus-score-fast-scoring): New variable.
3338 (gnus-score-headers): Use it.
3339
651408cb 3340 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
0d7c8ac4 3341
01c52d31
MB
3342 * message.el (message-cite-original-1): Call
3343 gnus-article-highlight-citation if requested.
60ece9b0 3344 (message-make-from): Allow name and address as optional arguments.
40e902eb 3345
01c52d31 3346 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
40e902eb 3347
01c52d31
MB
3348 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3349 bugs to doc string.
3350 (gnus-button-alist): Add mid\\|message-id.
3351 (gnus-button-fetch-group): Extend for use in
3352 `browse-url-browser-function'.
3353 (gnus-button-url-regexp): Try to catch paired parentheses like in
3354 Wikipedia URLs.
d84c3737 3355
01c52d31
MB
3356 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3357 Suggested by Simon Krahnke <overlord@gmx.li>.
d84c3737 3358
01c52d31 33592007-01-13 Romain Francoise <romain@orebokech.com>
ba361211 3360
01c52d31
MB
3361 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3362 Update copyright.
ba361211 3363
01c52d31 33642007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
ba361211 3365
01c52d31 3366 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
ba361211 3367
01c52d31 33682007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
ba361211 3369
01c52d31
MB
3370 * gnus-registry.el (gnus-registry-unfollowed-groups)
3371 (gnus-registry-split-fancy-with-parent): Fix documentation.
3372
33732007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3374
3375 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3376 from nnweb groups.
3377
33782006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3379
3380 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3381 Xref urls. Erase buffer before requesting head.
3382
3383 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3384
33852007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
3386
3387 * gnus-soup.el (gnus-soup): New custom group. Make user variables
3388 customizable.
3389
33902007-01-05 Daiki Ueno <ueno@unixuser.org>
3391
3392 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3393 no signing key is found.
3394 (mml2015-epg-encrypt): Ask user whether to skip or abort if
3395 no encrypting and/or signing key is found.
3396
33972007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
3398
3399 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3400
34012007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3402
3403 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3404 headers read from disk with the ones newly found in the current search.
3405 This should no longer cause problems, because the article numbers in
3406 Gmane's `nov.php' output are ignored since the previous change.
ba361211
MB
3407
34082007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3409
3410 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3411
34122007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
3413
3414 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3415
01c52d31
MB
34162007-01-01 Romain Francoise <romain@orebokech.com>
3417
3418 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3419
34202006-12-31 Steve Youngs <steve@sxemacs.org>
3421
3422 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3423 `define-minor-mode' macro definition expanded properly.
3424 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3425 exclude it there.
3426
3427 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3428 of 2006-12-30. The default is nil on (S)XEmacs already because of the
3429 `fboundp' test.
3430 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3431 This is OK to autoload in (S)XEmacs now.
3432
34332006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3434
3435 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3436 keystroke.
3437 (gnus-summary-limit-to-singletons): Fix typo.
3438
3439 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3440 else fails.
3441
db629244
MB
34422006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3443
01c52d31
MB
3444 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3445 docstring.
3446
3447 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3448 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3449 (gnus-summary-insert-dormant-articles): Fix typo in message.
3450
34512006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
3452
3453 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3454 nil for XEmacs.
3455 (gnus-message-citation-mode): Don't autoload in XEmacs.
3456
3457 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
db629244 3458
880820fe 34592006-12-29 Jouni K. Seppänen <jks@iki.fi>
11e95b02
MB
3460
3461 * nnimap.el (nnimap-expunge-search-string): Mention
3462 nnimap-search-uids-not-since-is-evil in docstring.
3463
34642006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
3465
3466 * spam.el: Revert to make-obsolete-variable because
3467 define-obsolete-variable-alias is not supported in Emacs 21.
3468
01c52d31
MB
3469 * spam.el (spam-ifile-path, spam-ifile-database-path)
3470 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3471 make-obsolete-variable.
3472 (spam-bsfilter-path, spam-bsfilter-program)
3473 (spam-spamassassin-path, spam-spamassassin-program)
3474 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
3475 use "path" inappropriately.
3476 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3477 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3478 variable names.
3479
11e95b02
MB
34802006-12-28 Daiki Ueno <ueno@unixuser.org>
3481
3482 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3483 summary buffer.
3484
01c52d31
MB
3485 * password.el (password-cache-remove): Use clear-string to burn
3486 password, if available.
11e95b02 3487
01c52d31
MB
34882006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3489
3490 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3491
3492 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3493
3494 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3495 (gnus-message-highlight-citation): Move defcustom here from
3496 gnus-cite.el.
3497 (gnus-message-citation-mode): Autoload.
3498
3499 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
3500 checks to make it compile with XEmacs.
3501 (gnus-message-citation-mode): New minor mode.
3502 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3503 (gnus-message-highlight-citation): New variables.
3504 (gnus-message-search-citation-line)
3505 (gnus-message-add-citation-keywords)
3506 (gnus-message-remove-citation-keywords)
3507 (turn-on-gnus-message-citation-mode)
3508 (turn-off-gnus-message-citation-mode): New functions.
3509
35102006-12-26 Oliver Scholz <epameinondas@gmx.de>
3511
3512 * gnus-cite.el: Enable highlighting of different citation levels in
3513 message-mode.
11e95b02
MB
3514
35152006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3516
3517 * message.el (message-make-fqdn): Fix comment.
3518 (message-bogus-system-names): Add ".local".
3519
3520 * spam.el (spam-ifile-path, spam-ifile-program)
3521 (spam-ifile-database-path, spam-ifile-database)
3522 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3523 Don't use "path" inappropriately.
3524 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3525 strings.
3526 (spam-check-ifile, spam-ifile-register-with-ifile)
3527 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3528 new variable names.
3529
3530 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3531 (gnus-treat-display-smileys): Simplify using
3532 gnus-image-type-available-p.
3533
3534 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3535 available.
3536
35372006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3538
3539 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3540 one after turning on the buffer's multibyteness instead of decoding
3541 them directly in the unibyte buffer that causes unexpected conversion
3542 in Emacs 23 (unicode).
3543
01c52d31
MB
35442006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3545
3546 * message.el (message-generate-hashcash): Fix custom type.
3547
35482006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3549
3550 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3551
9b9e104e
MB
35522006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3553
3554 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3555 disconnect icons. Add help text.
3556
01c52d31
MB
35572006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
3558
3559 * spam.el (spam-extra-header-to-number): CRM114 spam score is
3560 negated to be consistent with the others we handle.
3561
35622006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3563
3564 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3565 version of gnus-summary-buffer to something, so that we can use two
3566 article buffers at the same time.
3567
35682006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
3569
3570 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3571 trigger all the extra headers.
3572 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3573 sorting.
3574
35752006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3576
3577 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3578 solid groups.
3579
bcd3e063
MB
35802006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
3581
3582 * legacy-gnus-agent.el: Add Copyright notice.
3583
82e5f93f
CY
35842006-12-12 Chong Yidong <cyd@stupidchicken.com>
3585
3586 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3587
01c52d31
MB
35882006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3589
3590 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3591
3592 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3593 to make it work reliably in CVS Emacs.
3594 (gnus-summary-limit-strange-charsets-predicate)
3595 (gnus-summary-limit-to-predicate): New functions.
3596
f88e76a8
CY
35972006-12-08 Chong Yidong <cyd@stupidchicken.com>
3598
3599 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3600 specifying array size.
3601 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3602 array if it is too small.
3603 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3604 (gnus-sort-threads-loop): New function.
3605
e925d5ae 36062006-12-06 Chris Moore <dooglus@gmail.com>
04b61ae9
JB
3607
3608 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3609 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3610
880820fe 36112006-12-04 Jouni K. Seppänen <jks@iki.fi>
3aa84d30
MB
3612
3613 * mm-url.el (mm-url-predefined-programs): Call curl with correct
3614 options.
3615
01c52d31
MB
36162006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3617
3618 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3619 DOS-ing the recipient.
3620
3621 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3622 the headers when creating the mapping to avoid mismappings.
3623 (nnweb-gmane-create-mapping): Always nix out old mapping.
3624
36252006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3626
3627 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3628 and mm-verify-option to never.
3629
5538c331
MB
36302006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3631
01c52d31
MB
3632 * message.el (message-signed-or-encrypted-p): New function.
3633 (message-forward-make-body): Use it.
3634
3635 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3636 Replace encode-coding-string with mm-encode-coding-string.
5538c331
MB
3637
36382006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
3639
3640 * nneething.el (nneething-decode-file-name): Replace
3641 decode-coding-string with mm-decode-coding-string.
3642
01c52d31
MB
3643 * gnus-int.el (gnus-open-server): Say failed server's name.
3644
550831ed
JB
36452006-11-24 Juanma Barranquero <lekktu@gmail.com>
3646
3647 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3648 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3649
3650 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3651 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3652 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3653 (gnus-group-make-directory-group, gnus-group-transpose-groups):
3654 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3655 (gnus-subscribe-newsgroup, gnus-1):
3656 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3657 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3658 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3659 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3660
01c52d31
MB
36612006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3662
3663 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3664 keystroke.
3665 (gnus-summary-limit-to-bodies): Implement headersp.
3666
36672006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3668
3669 * dns.el (query-dns): Protect against "Process dns deleted" strings.
3670
e8f0f70d
MB
36712006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
3672
3673 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3674
01c52d31
MB
36752006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3676
3677 * message.el (message-generate-hashcash): Expand range of values to
3678 include `opportunistic'.
3679 (message-send-mail): Use it.
3680
b07e0143
MB
36812006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3682
3683 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3684 and comment it.
3685
3686 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3687
4573e0df
MB
36882006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
3689
3690 * gnus-util.el (gnus-extract-address-components): Improve comment.
3691
36922006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3693
3694 * gnus-util.el (gnus-extract-address-components): Work with address in
3695 which the name portion contains @.
3696
36972006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3698
3699 * gnus.el (gnus-start): Move custom group up.
3700 (gnus-select-method): Don't autoload, but make it available for
3701 `customize-variable'.
3702 (gnus-getenv-nntpserver): Don't autoload.
3703
01c52d31
MB
37042006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
3705
3706 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3707
37082006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3709
3710 * message.el (message-sendmail-extra-arguments): New variable.
3711 (message-send-mail-with-sendmail): Use it.
3712
4573e0df
MB
37132006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3714
3715 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3716 mm-with-unibyte-current-buffer to make string unibyte.
3717
3718 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3719 mm-string-as-multibyte.
3720
01c52d31
MB
37212006-11-14 Daiki Ueno <ueno@unixuser.org>
3722
3723 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3724 Reported by Werner Koch <wk@gnupg.org>.
3725
37262006-11-14 Daiki Ueno <ueno@p360>
3727
3728 * mml2015.el: Autoload epa-select-keys when compiling.
3729
37302006-11-13 Daiki Ueno <ueno@unixuser.org>
3731
3732 * mml2015.el (mml2015-epg-sign): Save the signing keys in
3733 message-options.
3734 (mml2015-epg-encrypt): Save the recipient keys in message-options.
3735
37362006-11-13 Daiki Ueno <ueno@unixuser.org>
3737
3738 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3739 EasyPG (< 0.0.6).
3740 (mml2015-always-trust): New user option.
3741 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3742 prompt.
3743
37442006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3745
3746 * nntp.el (nntp-authinfo-force): New variable.
3747 (nntp-send-authinfo): Use it.
3748
4573e0df
MB
37492006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
3750
01c52d31
MB
3751 * message.el (message-strip-subject-encoded-words): Allow _not_ to
3752 decode encoded words. Improve prompt. Add comment about forwarding.
3753 (message-replacement-char): Move up.
4573e0df
MB
3754
37552006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3756
3757 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3758 instead of gnus-intersection because arguments of gnus-sorted-nunion
3759 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
3760
01c52d31
MB
37612006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
3762
3763 * message.el (message-strip-subject-encoded-words): Reformat prompt.
3764 (message-simplify-subject-functions): Enable
3765 message-strip-subject-encoded-words by default.
3766
37672006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
3768
3769 * message.el (message-strip-subject-encoded-words): New function
3770 (message-simplify-subject-functions): New variable.
3771 (message-simplify-subject): Use it. Fix typo in doc string.
3772 Support message-strip-subject-encoded-words.
3773
06856b12
JB
37742006-11-03 Juanma Barranquero <lekktu@gmail.com>
3775
3776 * gnus-diary.el (gnus-diary-delay-format-function):
3777 * nndiary.el (nndiary-reminders):
3778 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3779
b193caa3
MB
37802006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
3781
3782 * gnus-art.el (article-hide-boring-headers): Fetch date from
3783 gnus-original-article-buffer to avoid problems with localized date
3784 strings.
3785
37862006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
3787
3788 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3789
ab785936
MB
37902006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
3791
06856b12
JB
3792 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3793 New variables.
ab785936
MB
3794 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3795 (mm-charset-synonym-alist): Move some entries to
3796 mm-codepage-iso-8859-list.
3797 (mm-charset-synonym-alist, mm-charset-override-alist): Add
3798 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3799
b90a6149
MB
38002006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3801
3802 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3803
38042006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
3805
3806 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3807 with Emacs 21 and XEmacs.
3808
01c52d31
MB
38092006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
3810
3811 * spam.el (spam-parse-address): New function for better parsing,
3812 catching errors, etc.
3813 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3814
b90a6149
MB
38152006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
3816
3817 * mm-view.el: Add interactive arg to html2text autoload.
3818
38192006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
3820
3821 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3822
01c52d31
MB
38232006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
3824
3825 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3826 variables.
3827 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3828 (mm-charset-synonym-alist): Move some entries to
3829 mm-codepage-iso-8859-list.
3830
3831 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3832
38332006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
3834
3835 * message.el (message-citation-line-format)
3836 (message-insert-formated-citation-line): Fix implementation of %E, %N
3837 and %n according to the doc string.
3838
38392006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
3840
3841 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3842 car-safe to avoid bad parses.
3843
c86d4601
MB
38442006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3845
3846 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3847 names.
3848
3849 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3850
38512006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3852
01c52d31
MB
3853 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3854 header.
3855
3856 * message.el (message-draft-headers): Add Date.
3857 (message-headers-to-generate): Fix typo in docstring.
3858
3859 * nndraft.el (nndraft-required-headers): New variable.
3860 (nndraft-generate-headers): Use it.
3861
3862 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3863
38642006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3865
3866 * gnus-registry.el (gnus-registry-wash-for-keywords)
3867 (gnus-registry-find-keywords): New functions to allow easy searching of
3868 articles that are in the registry.
3869
38702006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3871
3872 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3873 ietf-drums-parse-address instead of gnus-extract-address-components.
3874 Reported by Damien Elmes <damien@repose.cx>.
c86d4601
MB
3875
38762006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
3877
3878 * gnus.el (gnus-mime): Remove unused custom group.
3879
92edaeed
MB
38802006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3881
3882 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
3883 "blank line" when searching for end of armor headers.
3884
38852006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3886
3887 * gmm-utils.el (gmm-write-region): Fix variable name.
3888
38892006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
3890
3891 * gmm-utils.el (gmm-write-region): New function based on compatibility
3892 code from `mm-make-temp-file'.
3893
3894 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
3895
3896 * nnmaildir.el (nnmaildir--update-nov)
3897 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
3898 Use `gmm-write-region'.
3899
996aa8c1
MB
39002006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
3901
01c52d31
MB
3902 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
3903 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3904
3905 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
3906
3907 * message.el (message-replacement-char): New variable.
3908 (message-fix-before-sending): Use it.
3909 (message-simplify-subject): New function to remove duplicate code.
3910 (message-reply, message-followup): Use it.
3911
996aa8c1
MB
3912 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
3913 gnus-summary-limit-to-articles.
3914
01c52d31 39152006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
996aa8c1 3916
01c52d31 3917 * gnus-util.el (gnus-with-local-quit): New macro.
996aa8c1 3918
01c52d31 3919 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
996aa8c1 3920
01c52d31 39212006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 3922
01c52d31
MB
3923 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
3924 ignore non-string data.
996aa8c1 3925
01c52d31 39262006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 3927
01c52d31
MB
3928 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
3929 non-string data (needs to be done in the registry too).
996aa8c1 3930
01c52d31 39312006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 3932
01c52d31
MB
3933 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
3934 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
3935 (gnus-registry-split-fancy-with-parent)
3936 (gnus-registry-fetch-simplified-message-subject-fast)
3937 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
3938 Remove text properties on ingress into the registry and when it's saved.
3939 (gnus-registry-clean-empty-function): Fix bug with cleaning the
3940 registry from entries with no groups.
996aa8c1 3941
01c52d31 39422006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 3943
01c52d31
MB
3944 * gnus-util.el (gnus-string-remove-all-properties): Add utility
3945 function to remove string properties.
996aa8c1 3946
67099291
MB
39472006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
3948
3949 * gmm-utils.el (gmm): Adjust custom version.
3950
3951 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
3952 custom version.
3953
3954 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
3955
01c52d31
MB
39562006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
3957
3958 * gnus-art.el (gnus-insert-prev-page-button)
3959 (gnus-insert-next-page-button): Simplify. Reformat.
3960
39612006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3962
3963 * gnus-art.el (gnus-insert-prev-page-button)
3964 (gnus-insert-next-page-button): Apply gnus-article-button-face.
3965
94019f61
CY
39662006-09-25 Chong Yidong <cyd@stupidchicken.com>
3967
3968 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
3969
01c52d31
MB
39702006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3971
3972 (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
3973 gnus-article-button-face to MIME and security buttons.
3974
39752006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
3976
3977 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
3978 readable.
3979
39802006-09-20 Steve Youngs <steve@sxemacs.org>
3981
3982 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
3983 `browse-url-of-file' instead of `browse-url'.
3984
0327a464
MB
39852006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3986
3987 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3988 regexp. Articles containing quotation were cut prematurely.
3989
39902006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
3991
01c52d31
MB
3992 * message.el (message-cite-original-1): Use nobody by default for the
3993 value of From header.
0327a464
MB
3994 (message-reply): Ditto.
3995
01c52d31
MB
39962006-09-11 Daiki Ueno <ueno@unixuser.org>
3997
3998 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
3999 to the gnus-info. This fixes a bug of inline-PGP message verification.
4000 Reported by Michael Piotrowski <mxp@dynalabs.de>.
4001
b110774a
MB
40022006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
4003
4004 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4005 mails in the doc string. Add some URLs in comment.
01c52d31 4006 (pop3-movemail): Warn about pop3-leave-mail-on-server.
b110774a
MB
4007
40082006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
4009
4010 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4011 backslashes handling and the way to find boundaries of quoted strings.
4012
01c52d31
MB
40132006-09-07 Daiki Ueno <ueno@unixuser.org>
4014
4015 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4016 mml1991-encrypt-to-self is set and mml1991-signers is not set.
4017 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4018 mml2015-encrypt-to-self is set and mml2015-signers is not set.
4019
676c1893
RS
40202006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
4021
01c52d31
MB
4022 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
4023 doc string.
4024 (gnus-button-regexp, gnus-button-last): Remove unused variables.
4025
40262006-09-06 Simon Josefsson <jas@extundo.com>
4027
4028 * mml2015.el (mml2015-use): Doc fix, mention epg.
4029
40302006-09-06 Daiki Ueno <ueno@unixuser.org>
4031
4032 * mml2015.el (mml2015-use): Default to epg, if available.
4033
40342006-09-06 Daiki Ueno <ueno@unixuser.org>
4035
4036 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4037 message-sender.
4038 (mml1991-epg-encrypt): Ditto.
4039 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4040 message-sender.
4041 (mml2015-epg-encrypt): Ditto.
676c1893 4042
de4fbbe4
CY
40432006-09-04 Chong Yidong <cyd@stupidchicken.com>
4044
4045 * message.el (message-send-mail-with-sendmail): Look for sendmail in
4046 several common directories.
4047
01c52d31
MB
40482006-09-05 Daiki Ueno <ueno@unixuser.org>
4049
4050 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4051 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4052
d7093904
MB
40532006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
4054
8fbdffe5
MB
4055 * gnus-art.el (article-decode-encoded-words): Make it fast.
4056
40572006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
4058
4059 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4060
d7093904
MB
4061 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4062 in quoted string into `\'.
4063
343d6628
MB
40642006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4065
4066 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4067 Use standard-syntax-table.
4068
40692006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4070
4071 * gnus-art.el (gnus-decode-address-function): New variable.
4072 (article-decode-encoded-words): Use it to decode headers which are
4073 assumed to contain addresses.
4074 (gnus-mime-delete-part): Remove useless `or'.
4075
4076 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4077 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4078 (gnus-nov-parse-line): Use it to decode From header.
4079 (gnus-get-newsgroup-headers): Ditto.
4080 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4081
4082 * mail-parse.el (mail-decode-encoded-address-region): New alias.
4083 (mail-decode-encoded-address-string): New alias.
4084
4085 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4086 New function.
4087 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4088 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4089 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4090 (rfc2047-decode-string): Ditto.
4091 (rfc2047-decode-address-region): New function.
4092 (rfc2047-decode-address-string): New function.
4093
01c52d31
MB
40942006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
4095
4096 * message.el (message-caesar-buffer-body): Allow rotating headers.
4097
4098 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4099
4100 * message.el (message-insert-formated-citation-line): Fix %f.
4101 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4102
41032006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
4104
4105 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4106 (gnus-bookmark-mouse-available-p): New macro.
4107 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4108 (gnus-bookmark-bmenu-show-infos): Use it.
4109 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4110 (gnus-bookmark-bmenu-hide-infos): Ditto.
4111 (gnus-bookmark-remove-properties): New function.
4112 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4113 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4114 (gnus-bookmark-write-file): Bind coding-system-for-write.
4115 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4116 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4117 group before selecting it.
4118 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4119 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4120 quit-window if it is not available; use gnus-mouse-2 and bind it to
4121 gnus-bookmark-bmenu-select-by-mouse.
4122 (gnus-bookmark-show-details): Remove unused variable `details-list'.
4123 (gnus-bookmark-bmenu-select-by-mouse): New function.
6c5d6b6c 4124
5dab7628
RF
41252006-08-13 Romain Francoise <romain@orebokech.com>
4126
4127 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4128 space.
4129
5ebdc299
MB
41302006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4131
4132 * compface.el (uncompface): Use binary rather than raw-text-unix.
4133
41342006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4135
4136 * compface.el (uncompface): Make sure the eol conversion doesn't take
4137 place when communicating with the external programs. Reported by
4138 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4139
41402006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
4141
4142 * nnheader.el (nnheader-insert-head): Fix typo in comment.
4143
41442006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4145
4146 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4147 Make it more robust by parsing author and date independently.
4148
ebf693f3
MB
41492006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
4150
4151 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4152
01c52d31
MB
41532006-07-28 Daiki Ueno <ueno@unixuser.org>
4154
4155 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4156 first matching secret key.
4157 (mml2015-epg-encrypt): Ditto.
4158
4159 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4160 first matching secret key.
4161 (mml1991-epg-encrypt): Ditto.
4162
4163 * mml2015.el (mml2015-encrypt-to-self): New user option.
4164 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4165 mml2015-epg-encrypt-to-self is set.
4166
4167 * mml1991.el (mml1991-encrypt-to-self): New variable.
4168 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4169 mml1991-epg-encrypt-to-self is set.
4170
4171 * mml2015.el (mml2015-signers): New user option.
4172 (mml2015-epg-sign): Reflect the value of mml2015-signers.
4173 (mml2015-epg-encrypt): Allow to select signing keys.
4174
4175 * mml1991.el (mml1991-signers): New variable.
4176 (mml1991-epg-sign): Reflect the value of mml1991-signers.
4177 (mml1991-epg-encrypt): Allow to select signing keys.
4178
ebf693f3
MB
41792006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
4180
4181 * nnheader.el (nnheader-insert-head): Make it work even if the file
4182 uses CRLF for the line-break code.
4183
01c52d31
MB
41842006-07-25 Daiki Ueno <ueno@unixuser.org>
4185
4186 * mml2015.el: Require mml-sec instead of password.
4187 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4188 (mml2015-cache-passphrase): Inherit the default value from
4189 mml-secure-cache-passphrase.
4190 (mml2015-passphrase-cache-expiry): Inherit the default value from
4191 mml-secure-passphrase-cache-expiry.
4192
4193 * mml1991.el: Require mml-sec instead of password.
4194 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4195 (mml1991-cache-passphrase): Inherit the default value from
4196 mml-secure-cache-passphrase.
4197 (mml1991-passphrase-cache-expiry): Inherit the default value from
4198 mml-secure-passphrase-cache-expiry.
4199
4200 * mml-sec.el: Require password.
4201 (mml-secure-verbose): New user option.
4202 (mml-secure-cache-passphrase): New user option.
4203 (mml-secure-passphrase-cache-expiry): New user option.
4204
42052006-07-24 Daiki Ueno <ueno@unixuser.org>
4206
4207 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4208 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
880820fe 4209 andreas@altroot.de (Andreas Vögele).
01c52d31
MB
4210
4211 FIXME: Use `tiny change'?
4212
bd876f90
MB
42132006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4214
4215 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4216 workaround for the url package included with Emacs.
4217
4218 * nnweb.el (nnweb-google-create-mapping): Update regexp.
4219
01c52d31
MB
42202006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
4221
4222 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4223 correctly. This fixes a bug caused by the 2006-05-12 change.
4224
06dc8321
KF
42252006-07-18 Karl Fogel <kfogel@red-bean.com>
4226
4227 * nnmail.el (nnmail-article-group): If splitting raises an error, give
4228 some information about the error when saying that the `bogus' mail
4229 group will be used.
4230
7ce31649
MB
42312006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
4232
4233 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4234 string.
4235
b44409c9
MB
42362006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
4237
4238 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4239
763bb2d4
MB
42402006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4241
4242 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4243
01c52d31
MB
42442006-07-10 Daiki Ueno <ueno@unixuser.org>
4245
4246 * mml1991.el (mml1991-function-alist): Add epg.
4247 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4248 (mml1991-epg-encrypt): New functions.
4249
42502006-07-10 Daiki Ueno <ueno@unixuser.org>
4251
4252 * mml2015.el (mml2015-verbose): New variable.
4253 (mml2015-cache-passphrase): Ditto.
4254 (mml2015-passphrase-cache-expiry): Ditto.
4255 (mml2015-function-alist): Add epg.
4256 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4257 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4258 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4259 functions.
4260
42612006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4262
4263 * message.el (message-cite-original-1): Preserve region when removing
4264 quoted text due to X-No-Archive in order to avoid bogus attribution
4265 when citing multiple messages.
4266
42672006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4268
4269 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
4270 Kenneth Jacker <khj@be.cs.appstate.edu>.
4271
827dc73d
MB
42722006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
4273
4274 * gnus-diary.el (gnus-user-format-function-d)
4275 (gnus-user-format-function-D): Autoload.
4276
01c52d31 4277 * imap.el (Commentary): Fix typo.
827dc73d 4278
01c52d31
MB
4279 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4280 2006-04-22 contribution.
4281
42822006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4283
4284 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4285 It didn't really fix the bogosity I'm seeing with solid web groups.
4286
42872006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4288
4289 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4290 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4291 created using server names. If we use the feature without declaring
4292 it, Gnus does not properly manage server and group state.
4293
4294 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4295 bound.
4296
42972006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4298
4299 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4300 looking up the method using GROUP's prefix before inventing a new one.
4301 It is used on killed/unknown groups in various places where returning
4302 an all-new method isn't expected by the caller.
4303
4304 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4305 and match semantics of gnus-group-real-prefix.
4306
43072006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
4308
4309 * nnmail.el (nnmail-broken-references-mailers): New variable.
4310 (nnmail-ignore-broken-references): New function generalizing
4311 nnmail-fix-eudora-headers.
4312 (nnmail-fix-eudora-headers): Now obsolete.
4313
4314 * gnus-art.el (gnus-button-handle-custom): Support
4315 `customize-apropos*'.
4316
43172006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4318
4319 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4320
4321 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4322 articles.
4323
43242006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
4325
4326 * message.el (message-cite-reply-above): New variable.
4327 (message-yank-original): Use it.
827dc73d 4328
a367620f
MB
43292006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
4330
4331 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4332
01c52d31
MB
43332006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
4334
4335 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4336 as read.
4337
4338 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4339
43402006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
4341
4342 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4343 (gnus-bookmark-default-file): Use gnus-directory.
4344 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4345 Remove "*" in doc string.
4346 (gnus-bookmark-write-file): Simplify.
4347 (gnus-bookmark-maybe-sort-alist): Use `when'.
4348 (gnus-bookmark-get-bookmark): Fix typo in doc string.
4349 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4350 FIXME about Emacs 21 and XEmacs compatibility.
4351 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4352 compatibility.
4353 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4354 compatibility.
4355 (gnus-bookmark-menu-heading): Fix version.
4356
43572006-06-19 Bastien Guerry <bzg@altern.org>
4358
4359 * gnus-bookmark.el: New file.
4360
5cfd0f2e
MB
43612006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
4362
4363 * message.el (message-syntax-checks): Doc fix.
4364
01c52d31
MB
43652006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4366
4367 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4368 unsubscribed groups as if they were killed ones. It causes duplicate
4369 entries in gnus-newsrc-alist.
4370
f362b760
MB
43712006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
4372
4373 * message.el (message-syntax-checks): Doc fix.
4374 (message-send-mail): Add check for continuation headers.
4375 (message-check-news-header-syntax): Fix regexp used to check for
4376 continuation headers.
4377
43782006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
4379
4380 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4381
01c52d31
MB
43822006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
4383
4384 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4385
43862006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
4387
4388 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4389 default-truncate-lines.
4390
26c9afc3
MB
43912006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
4392
4393 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4394 to fill the utf-8 entry.
4395
01c52d31 43962006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
26c9afc3 4397
01c52d31
MB
4398 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4399
44002006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
4401
4402 * gnus-agent.el (directory-files-and-attributes): Move all the way
4403 forward (the third and final move).
4404 (gnus-agent-read-agentview): Trap reconstruction errors due to
4405 nonexistant directory. Handle by returning nil.
4406
44072006-05-30 Didier Verna <didier@xemacs.org>
4408
4409 * message.el (message-dont-reply-to-names): Update the custom type.
4410 * message.el (message-dont-reply-to-names): New defsubst: potentially
4411 convert a list of regexps into a single one.
4412 * message.el (message-get-reply-headers): Use it.
4413 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4414
44152006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
4416
4417 * gnus-agent.el (directory-files-and-attributes): Move forward.
26c9afc3
MB
4418
44192006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4420
4421 * gnus-ml.el (gnus-mailing-list-subscribe)
4422 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4423 (gnus-mailing-list-message): Fix doc strings.
4424
44252006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4426
4427 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4428 of doing it manually.
4429
01c52d31
MB
44302006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4431
4432 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4433 comment.
4434
26c9afc3
MB
44352006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
4436
002876ab 4437 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
01c52d31 4438 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
26c9afc3
MB
4439 (gnus-agent-read-local): All symbols allocated in my-obarray
4440 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4441 (gnus-agent-regenerate-group): Check numeric names to see if they are
4442 messages or groups.
01c52d31
MB
4443 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4444 better way of do this...)
4445
4446 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4447 'dummy.group' (there should be a better way of do this...)
26c9afc3
MB
4448
44492006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
4450
4451 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4452 (gnus-saved-headers): Ditto.
01c52d31 4453 (gnus-default-article-saver): Mention functions may have properties.
26c9afc3
MB
4454 (gnus-article-save): Override gnus-save-all-headers and
4455 gnus-saved-headers by :headers property which saver function may have.
01c52d31
MB
4456 (gnus-summary-save-in-file): Add :headers property.
4457 (gnus-summary-write-to-file): Ditto.
4458
4459 * gnus-sum.el (gnus-summary-save-article): Bind
4460 gnus-prompt-before-saving to t when saving many articles in a file;
4461 always show all headers.
4462
44632006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4464
4465 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4466 marks.
4467
4468 * message.el (message-indent-citation): Add optional arguments to allow
4469 using it outside of message buffers.
4470
4471 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4472 (gnus-article-treat-unfold-headers): Use it.
4473 (gnus-article-truncate-lines): New variable.
4474 (gnus-article-mode): Use it.
4475 (gnus-article-toggle-truncate-lines): New function.
4476
4477 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4478 gnus-article-toggle-truncate-lines.
4479
4480 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4481 coding system in XEmacs, use binary.
4482
44832006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
4484
4485 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4486 after-load-alist.
4487
4488 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4489 this function should save decoded articles.
4490 (gnus-summary-write-to-file): Use property to specify this function
4491 should save decoded articles and specify gnus-summary-save-in-file
4492 should be used to save articles other than the first one when saving
4493 many articles.
4494 (gnus-summary-save-body-in-file): Use property to specify this
4495 function should save decoded articles.
4496 (gnus-summary-write-body-to-file): Use property to specify this
4497 function should save decoded articles and specify
4498 gnus-summary-save-body-in-file should be used to save articles other
4499 than the first one when saving many articles.
4500
4501 * gnus-sum.el (gnus-summary-save-article): Simplify.
4502
45032006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
4504
4505 * gnus-art.el (gnus-default-article-saver): Add
4506 gnus-summary-write-body-to-file.
4507 (gnus-article-save-coding-system): Don't use coding system object
4508 in XEmacs.
26c9afc3
MB
4509 (gnus-read-save-file-name): Add optional `dir-var' argument which
4510 specifies directory in which files are saved; work even if optional
4511 `variable' argument is not specified.
01c52d31
MB
4512 (gnus-summary-write-to-file): Read file name.
4513 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4514 (gnus-summary-write-body-to-file): New function.
26c9afc3
MB
4515
4516 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4517 (gnus-summary-local-variables): Add it.
4518 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
01c52d31
MB
4519 (gnus-summary-save-article): Remove optional `decode' argument;
4520 determine whether to decode articles by the value of
4521 gnus-default-article-saver; when saving many files using
4522 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4523 it first and use gnus-summary-save-in-file or
4524 gnus-summary-save-body-in-file thereafter unless
4525 gnus-prompt-before-saving is always; move point to article which
4526 will be saved.
4527 (gnus-summary-save-article-file): Revert.
4528 (gnus-summary-write-article-file): Revert.
4529 (gnus-summary-save-article-body-file): Revert.
26c9afc3
MB
4530 (gnus-summary-write-article-body-file): New function.
4531
45322006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4533
01c52d31 4534 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
26c9afc3 4535
01c52d31 45362006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
26c9afc3 4537
01c52d31
MB
4538 * gnus-art.el (gnus-default-article-saver): Doc fix.
4539 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4540 from gnus-summary-save-article-coding-system, and default to a
4541 certain coding system.
4542 (gnus-output-to-file): Add coding cookie and encode text according
4543 to gnus-article-save-coding-system; don't use mm-append-to-file.
26c9afc3 4544
01c52d31
MB
4545 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4546 gnus-art.el and rename to gnus-article-save-coding-system.
4547 (gnus-summary-save-article): Require gnus-art; don't show all
4548 headers if it decodes articles; don't add coding cookie here;
4549 don't bind mm-text-coding-system-for-write.
4550 (gnus-summary-save-article-file): Save decoded articles.
4551 (gnus-summary-write-article-file): When saving many files, use
4552 gnus-summary-write-to-file first and gnus-summary-save-in-file
4553 thereafter unless gnus-prompt-before-saving is always.
4554 (gnus-summary-save-article-body-file): Save decoded articles.
26c9afc3 4555
01c52d31 45562006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
26c9afc3 4557
01c52d31 4558 * nnrss.el (nnrss-check-group): Bind hash-index.
26c9afc3 4559
880820fe 45602006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
01c52d31
MB
4561
4562 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4563 its hash index. Store this hash in `nnrss-group-data'.
4564 (nnrss-read-group-data): Update accordingly.
4565
45662006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4567
4568 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4569 entry.
4570
4571 * gnus-sum.el (gnus-summary-make-menu-bar): Add
4572 gnus-article-browse-html-article.
4573
45742006-05-23 Hynek Schlawack <hynek@ularx.de>
4575
4576 * gnus-sum.el (gnus-summary-mime-map): Add
4577 gnus-article-browse-html-article.
45782006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4579
4580 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4581 suitable coding systems in customize.
4582
45832006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4584
4585 * mail-source.el (mail-sources): Fix custom type.
26c9afc3 4586
d7ba2a01
RS
45872006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
4588
f18df03d
MB
4589 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4590 (gnus-summary-expire-articles-now): Shorten prompt.
4591
d7ba2a01
RS
4592 * gmm-utils.el (wid-edit): Require.
4593 (defun-gmm): Renamed from `gmm-defun-compat'.
4594 (gmm-image-search-load-path): Use it.
4595 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
4596
01c52d31
MB
45972006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
4598
4599 * gnus-sum.el (gnus-summary-save-article-coding-system): New
4600 variable.
4601 (gnus-summary-save-article): Add optional `decode' argument. If
4602 it is set and gnus-summary-save-article-coding-system is non-nil,
4603 save decoded article.
4604 (gnus-summary-write-article-file): Save decoded article if
4605 gnus-summary-save-article-coding-system is non-nil.
4606
4607 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4608 type.
4609
46102006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4611
4612 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4613
46142006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4615
4616 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4617 first to test gnus-single-article-buffer which may be buffer-local.
4618
4619 * gnus-sum.el (gnus-summary-setup-buffer): Make
4620 gnus-single-article-buffer buffer-local and nil in ephemeral
4621 group; make gnus-article-buffer, gnus-article-current, and
4622 gnus-original-article-buffer always buffer-local.
4623 (gnus-summary-exit): Kill article buffer belonging to ephemeral
4624 group.
4625 (gnus-handle-ephemeral-exit): Don't move to next summary line.
4626
46272006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
4628
4629 * nnml.el (nnml-request-compact-group): Compressed files might not
4630 have .gz extension.
4631
54e573e6
MB
46322006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4633
4634 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4635 (mm-copy-to-buffer): Use with-current-buffer.
4636 (mm-display-part): Simplify.
4637 (mm-inlinable-p): Add optional arg `type'.
4638
01c52d31
MB
46392006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4640
49c7d1ac 4641 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
54e573e6
MB
4642 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4643 Try harder to show the attachment internally or externally using
4644 gnus-mime-view-part-as-type.
4645
01c52d31 46462006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
54e573e6 4647
01c52d31
MB
4648 * message.el (message-from-style, message-signature-separator)
4649 (message-user-organization-file, message-send-mail-function)
4650 (message-citation-line-function, message-yank-prefix)
4651 (message-indent-citation-function, message-signature)
4652 (message-signature-file, message-signature-insert-empty-line):
4653 Remove autoloads.
4654
4655 * gnus-art.el (gnus-buttonized-mime-types): Remove
4656 "multipart/signed". Revert 2006-04-26 change.
4657
46582006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4659
4660 * gnus.el (gnus-version-number): Bump version.
4661
46622006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4663
4664 * gnus.el: No Gnus v0.5 is released.
4665
46662006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4667
4668 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4669 fetching articles by message-id.
4670
46712006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4672
4673 * message.el (hashcash): Require hashcash as normal.
4674
4675 * ecomplete.el (ecomplete-highlight-match-line): Use
4676 point-at-eol.
4677 (ecomplete-highlight-match-line): Use `highlight', because that
4678 face exists in both Emacs and XEmacs.
4679
4680 * message.el (message-display-abbrev): Use point-at-bol.
4681
4682 * mail-source.el: Don't require timer/timer-funcs.
4683
4684 * gnus-async.el: Ditto.
4685
4686 * password.el: Ditto.
4687
4688 * mm-url.el: Ditto.
4689
4690 * mm-util.el: Require timer/timer-funcs.
4691
46922006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4693
4694 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4695 Close.
54e573e6 4696
9606f1cb
MB
46972006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
4698
4699 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4700 unibyte after clear-decrypt function runs.
4701
4702 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4703 returns as a unibyte string.
4704
305452a5
MB
47052006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
4706
305452a5
MB
4707 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4708 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4709 (mml1991-pgg-encrypt): Ditto.
4710
0565caeb
MB
47112006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
4712
01c52d31
MB
4713 * message.el (message-user-organization-file): Check several
4714 locations of the organization file.
0565caeb 4715
01c52d31
MB
4716 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4717 Add gnus-article-view-part-as-type.
0565caeb 4718
01c52d31 4719 * gnus-art.el (gnus-article-view-part-as-type): New function.
0565caeb
MB
4720
4721 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4722 .mobi and .travel. Remove .nato, .bitnet and .uucp.
0565caeb 4723
01c52d31
MB
4724 * mml.el: Simplify autoload.
4725 (mml-mode): defvar dnd-protocol-alist instead of using
4726 symbol-value.
4727 (mml-default-directory): New variable.
4728 (mml-minibuffer-read-file): Use it.
4729 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4730
4731 * message.el (message-citation-line-format): New variable.
4732 (message-insert-formated-citation-line): New function.
4733 (message-citation-line-function): Add
4734 `message-insert-formated-citation-line' to custom type.
4735
4736 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4737 to doc string.
4738
4739 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4740 depending on mm-verify-option.
0565caeb 4741
305452a5
MB
47422006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
4743
4744 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4745 binding pgg-* variables; reimplement the section which prevents
4746 MIME header from being signed.
4747 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4748 pgg-text-mode; remove a blank line at the top of body.
4749
4750 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4751 lines at the top of body; use gnus-newsgroup-charset if there's no
4752 Charset header.
4753
0565caeb
MB
47542006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
4755
01c52d31
MB
4756 * message.el (message-self-insert-commands): Doc fix.
4757
0565caeb
MB
4758 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4759 (mm-uu-pgp-encrypted-test): Ditto.
4760 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4761 between header and body; return application/pgp-encrypted handle
4762 if decryption failed; decode decrypted body by charset.
4763
4764 * mm-decode.el (mm-automatic-display): Don't make application/pgp
4765 element match to application/pgp-*.
4766
01c52d31
MB
47672006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4768
4769 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4770 HTML.
4771
47722006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4773
4774 * mail-source.el (mail-source-call-script): Message the error
4775 string.
4776
47772006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4778
4779 * gnus-util.el (gnus-byte-compile): Use it.
4780
002876ab 47812006-04-22 xyblor <fake@invalid.email> (tiny change)
01c52d31
MB
4782
4783 * gnus-util.el (kill-empty-logs): New function.
4784
47852006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4786
4787 * message.el (message-mail-alias-type): Doc fix.
4788 (message-mail-alias-type-p): New function.
4789 (message-send): Use it.
4790 (message-mode): Ditto.
4791 (message-strip-forbidden-properties): Ditto.
4792
4793 * ecomplete.el (ecomplete-database-file-coding-system): New
4794 variable.
4795 (ecomplete-save): Use it.
4796 (ecomplete-setup): Use it.
4797
47982006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
4799
4800 * message.el (message-self-insert-commands): New variable.
4801 (message-strip-forbidden-properties): Use it.
4802
48032006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4804
4805 * message.el (message-put-addresses-in-ecomplete): Use a regexp
4806 that doesn't make XEmacs choke.
4807
f67d6742
MB
48082006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
4809
49c7d1ac
SM
4810 * gnus-util.el (gnus-replace-in-string):
4811 Prefer replace-regexp-in-string over of replace-in-string.
f67d6742
MB
4812
48132006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4814
49c7d1ac
SM
4815 * gnus-util.el (gnus-select-frame-set-input-focus):
4816 Use select-frame-set-input-focus if it is available in XEmacs; use
f67d6742
MB
4817 definition defined in Emacs 22 for old Emacsen.
4818
01c52d31 48192006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
18c06a99 4820
01c52d31 4821 * mm-view.el (mm-inline-text): Use equal instead of equalp.
bd29ba20 4822
01c52d31 48232006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bd29ba20 4824
01c52d31
MB
4825 * gnus-registry.el (gnus-registry-cache-save): Remove text
4826 properties when saving via the temp buffer.
bd29ba20 4827
01c52d31 48282006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
18c06a99 4829
01c52d31 4830 * message.el (message-generate-hashcash): Honor custom type.
18c06a99 4831
01c52d31 48322006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18c06a99 4833
01c52d31
MB
4834 * message.el (message-generate-hashcash): Default to non-nil when
4835 hashcash is found.
18c06a99 4836
01c52d31
MB
4837 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
4838 (gnus-refer-thread-limit): Increase default to 500.
e4a89ccf 4839
01c52d31 4840 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
e4a89ccf 4841
01c52d31 4842 * flow-fill.el (fill-flowed): Allow delete-space.
e4a89ccf 4843
01c52d31 48442006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
e4a89ccf 4845
01c52d31
MB
4846 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4847 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
4848 Remove autoloads.
163cb72d 4849
01c52d31 48502006-04-18 Simon Josefsson <jas@extundo.com>
163cb72d 4851
01c52d31 4852 * message.el (message-generate-hashcash): Default to.
163cb72d 4853
01c52d31 48542006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
163cb72d 4855
01c52d31
MB
4856 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4857 concatenating segments rather than before concatenating them.
163cb72d 4858
01c52d31 48592006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14e6dc54 4860
01c52d31 4861 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14e6dc54 4862
01c52d31
MB
4863 * imap.el (imap-quote-specials): New function.
4864 (imap-login-auth): Quote specials.
14e6dc54 4865
01c52d31 48662006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14e6dc54 4867
01c52d31 4868 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14e6dc54 4869
01c52d31
MB
4870 * message.el (message-forward-make-body-plain): Allow
4871 message-forward-ignored-headers to be a list.
4872 (message-remove-ignored-headers): Factor out into function.
4873 (message-forward-make-body-mml): Use it.
4874 * rfc2231.el (rfc2231-parse-string): Remove dead code.
4875 (rfc2231-parse-string): Allow concatanation of parameters that
4876 aren't contiguous. The test case is
4877 (mail-header-parse-content-type "message/external-body;
4878 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
4879 access-type=LOCAL-FILE;
4880 name*1*=plugh%2fhello-sailor%2fbing.pdf")
14e6dc54 4881
01c52d31 48822006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14e6dc54 4883
01c52d31
MB
4884 * nntp.el (nntp-accept-process-output): Return the value of
4885 `nnheader-accept-process-output'.
14e6dc54 4886
01c52d31 48872006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14e6dc54 4888
01c52d31
MB
4889 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
4890 (gnus-button-alist): Recognize more diff formats.
4891 (gnus-button-patch): Strip directory.
14e6dc54 4892
01c52d31 48932006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14e6dc54 4894
01c52d31
MB
4895 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
4896 Emacs 22 when setting focus.
1b155fbd 4897
01c52d31 48982006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1b155fbd 4899
01c52d31
MB
4900 * gnus-art.el (gnus-article-treat-types): Do treatment of
4901 text/x-verbatim parts.
4902 (gnus-button-patch): New command.
b6f2cf4b 4903
01c52d31
MB
4904 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
4905 addresses that contain invalid characters.
b6f2cf4b 4906
01c52d31 49072006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5af68e28 4908
01c52d31
MB
4909 * message.el (message-put-addresses-in-ecomplete): Use
4910 gnus-replace-in-string.
4911 (message-is-yours-p): Use the more correct
4912 mail-header-parse-address instead of
4913 mail-extract-address-components.
4914 (message-put-addresses-in-ecomplete): Fix typo.
5af68e28 4915
01c52d31
MB
4916 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
4917 keystroke.
77218834 4918
01c52d31
MB
4919 * gnus-art.el (gnus-treatment-function-alist): Change order of
4920 newsgroups/generic header folding to avoid double-folding.
77218834 4921
01c52d31 4922 * message.el (message-hidden-headers): Add X-Draft-From.
77218834 4923
01c52d31
MB
4924 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
4925 command.
4926 (gnus-summary-repeat-search-article-backward): New command.
d451514f 4927
01c52d31
MB
4928 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
4929 groups in the parent topic.
4930
880820fe 49312006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
01c52d31
MB
4932
4933 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
4934 (spam-extra-header-to-number): Return the CRM114 number as a
4935 number instead of a string.
4936
49372006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4938
4939 * gnus-art.el (gnus-face-properties-alist): Moved here from
4940 gnus-fun.
4941
4942 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
4943
49442006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4945
4946 * message.el (message-strip-forbidden-properties): Only display on
4947 self-insert-command.
4948
4949 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
4950 reindent.
4951 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
4952
49532006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
4954
4955 * smiley.el (smiley-style): Fix typo.
d451514f 4956
4f162824
KH
49572006-03-23 Kenichi Handa <handa@m17n.org>
4958
4959 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
4960 instead of set-buffer-multibyte.
4961
e9e33c19
KH
49622006-03-23 Kenichi Handa <handa@m17n.org>
4963
4964 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4965 buffer and then decode the buffer text if necessary.
4966 (rfc2231-encode-string): Be sure to work on multibyte buffer at
4967 first, and after mm-encode-body, change the buffer to unibyte.
4f162824 4968
01c52d31 49692006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
f5e92214 4970
01c52d31
MB
4971 * hashcash.el (hashcash-insert-payment-async-2): Use
4972 message-goto-eoh instead of doing it manually.
4973 (mail-add-payment): Use message-narrow-to-header instead of trying
4974 to do the same itself.
f5e92214 4975
01c52d31 4976 * message.el (message-hidden-headers): Add Face.
f5e92214 4977
01c52d31
MB
4978 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
4979 reparenting code.
4980 (gnus-summary-reparent-children): Refactored out code.
4981 (gnus-summary-thread-map): New keystroke.
4982 (gnus-summary-reparent-children): Make into command.
f5e92214 4983
01c52d31
MB
4984 * smiley.el (smiley-style): Default to `medium' if using a large
4985 font.
f5e92214 4986
01c52d31
MB
4987 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
4988 does it itself.
f5e92214 4989
01c52d31 4990 * message.el (message-point-in-header-p): Simplify definition.
f5e92214 4991
01c52d31 49922006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
f5e92214 4993
01c52d31
MB
4994 * nnagent.el (nnagent-request-set-mark): Silence log file
4995 writing.
4996 (nnagent-request-set-mark): Use write-region instead of
4997 append-to-file.
f5e92214 4998
01c52d31
MB
4999 * gnus-sum.el (gnus-read-header): Fudge article number if using a
5000 strange select method.
f5e92214 5001
01c52d31
MB
5002 * ecomplete.el (ecomplete-display-matches): Get highlightling
5003 right.
5004 (ecomplete-display-matches): Use literals.
5005 (ecomplete-display-matches): Disable message logging.
f5e92214 5006
01c52d31 5007 * message.el (message-display-abbrev): Small optimization.
531bedc3 5008
01c52d31
MB
5009 * ecomplete.el (ecomplete-display-matches): Allow automatic
5010 display.
531bedc3 5011
01c52d31
MB
5012 * message.el (message-strip-forbidden-properties): Display
5013 abbrevs.
5014 (message-display-abbrev): Get automatic display right.
531bedc3 5015
01c52d31
MB
5016 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5017 keystrokes.
531bedc3 5018
01c52d31 50192006-04-13 Romain Francoise <romain@orebokech.com>
531bedc3 5020
01c52d31 5021 TODO: Backport to v5-10!
531bedc3 5022
01c52d31
MB
5023 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5024 Moved here (and renamed) from gnus-registry.el.
531bedc3 5025
01c52d31
MB
5026 * gnus-registry.el: Require gnus-util.
5027 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
531bedc3 5028
01c52d31 50292006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
531bedc3 5030
01c52d31
MB
5031 * gnus-group.el (gnus-group-catchup-current): Change
5032 if-then-else-if-then-else into cond.
5033 (gnus-group-catchup): Indent.
5034 (group-name-at-point): New function.
5035 (gnus-fetch-group): Provide default from thing at point.
531bedc3 5036
01c52d31 50372006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
531bedc3 5038
01c52d31 5039 * message.el (message-display-abbrev): Fix regexp.
531bedc3 5040
01c52d31
MB
5041 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5042 choosing.
5043 (ecomplete-highlight-match-line): Fix up code rewrite, remove
5044 dead variables.
ea8ae765 5045
01c52d31
MB
5046 * message.el (message-newline-and-indent): Remove debugging.
5047 (message-display-abbrev): Use new implementation.
ea8ae765 5048
01c52d31 50492006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
ea8ae765 5050
01c52d31
MB
5051 * gnus-art.el (gnus-article-mode): Set
5052 cursor-in-non-selected-windows to nil.
ea8ae765 5053
01c52d31
MB
5054 * smiley.el: Revert previous change.
5055 (smiley-data-directory): defvar it before using it in the
5056 defcustom of `smiley-style'.
ea8ae765 5057
01c52d31 50582006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
ea8ae765 5059
01c52d31 5060 * message.el (message-newline-and-indent): New function.
ea8ae765 5061
01c52d31 5062 * ecomplete.el: Implement more bits.
85fd8002 5063
01c52d31
MB
5064 * message.el (message-put-addresses-in-ecomplete): Clean up the
5065 string.
85fd8002 5066
01c52d31 5067 * ecomplete.el (ecomplete-add-item): Chop off decimals.
85fd8002 5068
01c52d31
MB
5069 * gnus-sum.el (gnus-summary-save-parts): Bind
5070 gnus-summary-save-parts-counter and use it to make unique file
5071 names.
85fd8002 5072
01c52d31 5073 * gnus-art.el (gnus-ignored-headers): Add some more headers.
61e66a15 5074
01c52d31
MB
5075 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5076 parameter to say whether to actually parse the individual
5077 addresses.
61e66a15 5078
01c52d31
MB
5079 * message.el (message-put-addresses-in-ecomplete): New function.
5080 (ecomplete): Require.
5081 (message-mail-alias-type): Add ecomplete as an option.
fe62aacc 5082
01c52d31 50832006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
fe62aacc 5084
01c52d31
MB
5085 * flow-fill.el (fill-flowed): Remove trailing space from blank
5086 quoted lines.
fe62aacc 5087
01c52d31 50882006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
fe62aacc 5089
01c52d31
MB
5090 * smiley.el (smiley-style): Move definition later to avoid a
5091 compilation warning.
fe62aacc 5092
01c52d31 50932006-04-12 Kenichi Handa <handa@m17n.org>
719120ef 5094
01c52d31
MB
5095 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5096 buffer and then decode the buffer text if necessary.
5097 (rfc2231-encode-string): Be sure to work on multibyte buffer at
5098 first, and after mm-encode-body, change the buffer to unibyte.
5099 Use mm-disable-multibyte instead of set-buffer-multibyte.
719120ef 5100
01c52d31 51012006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
719120ef 5102
01c52d31
MB
5103 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5104 Content-Type header instead of Content-Disposition header.
5105 (gnus-mime-inline-part): Ditto.
5106 (gnus-mime-view-part-as-charset): Ignore charset that the part
5107 specifies.
719120ef 5108
01c52d31
MB
5109 * mm-decode.el (mm-display-part): Work with external parts and
5110 usual parts similarly.
719120ef 5111
01c52d31
MB
5112 * mm-extern.el (mm-inline-external-body): Use mm-display-part
5113 instead of gnus-display-mime.
719120ef 5114
01c52d31
MB
5115 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5116 instead of with-temp-buffer.
719120ef 5117
01c52d31
MB
5118 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5119 tag to summarized topics part in order to encode non-ASCII text.
719120ef 5120
01c52d31 51212006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
719120ef 5122
01c52d31
MB
5123 * smiley.el (smiley-style): New variable.
5124 (smiley-directory): New function.
5125 (smiley-data-directory): Derive from `smiley-style' using
5126 `smiley-directory'.
5127 (smiley-regexp-alist): Add new entries.
719120ef 5128
01c52d31
MB
5129 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5130 (gnus-article-browse-delete-temp): Add :version.
719120ef 5131
880820fe 51322006-04-11 Arne Jørgensen <arne@arnested.dk>
719120ef 5133
01c52d31
MB
5134 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5135 the sieve region.
719120ef 5136
01c52d31 51372006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
719120ef 5138
01c52d31 5139 * gnus.el (gnus-version-number): Bump version.
719120ef 5140
01c52d31 51412006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
719120ef 5142
01c52d31 5143 * gnus.el: No Gnus v0.4 is released.
719120ef 5144
01c52d31 51452006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
719120ef 5146
01c52d31
MB
5147 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5148 layout.
719120ef 5149
01c52d31
MB
5150 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5151 unknown charset.
719120ef 5152
01c52d31
MB
5153 * message.el (message-header-synonyms): Add Original-To to the
5154 default.
ba0226dd 5155
01c52d31
MB
5156 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5157 optional parameter.
ba0226dd 5158
01c52d31 51592006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
ba0226dd 5160
01c52d31 5161 * gnus-fun.el (gnus): Require it for gnus-directory.
ba0226dd 5162
01c52d31 51632006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5f4264e5 5164
01c52d31 5165 * gnus-fun.el (gnus-face-properties-alist): Add :version.
5f4264e5 5166
01c52d31 51672006-04-05 Daiki Ueno <ueno@unixuser.org>
5f4264e5 5168
01c52d31 5169 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5f4264e5 5170
01c52d31 51712006-04-05 Simon Josefsson <jas@extundo.com>
5f4264e5 5172
01c52d31 5173 * password.el (password-reset): New function.
5f4264e5 5174
01c52d31 51752006-04-05 Daiki Ueno <ueno@unixuser.org>
5f4264e5 5176
01c52d31
MB
5177 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5178 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5f4264e5 5179
01c52d31 51802006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5f4264e5 5181
01c52d31
MB
5182 * nnweb.el (nnweb-google-create-mapping): Update regexp.
5183 Some whitespace was matched into the url, which broke browsing hits
5184 > 100 when mm-url-use-external was nil.
5f4264e5 5185
01c52d31 51862006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
5f4264e5 5187
01c52d31
MB
5188 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5189 gnus-extra-headers for 'Newsgroups.
5f4264e5 5190
01c52d31
MB
5191 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5192 bound.
e13be7a2 5193
01c52d31 51942006-04-04 Daiki Ueno <ueno@unixuser.org>
e13be7a2 5195
01c52d31
MB
5196 * pgg-gpg.el: Clean up process buffers every time gpg processes
5197 complete.
b5189759 5198
01c52d31 51992006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
b5189759 5200
01c52d31
MB
5201 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5202 doc string.
16f18d05 5203
01c52d31 52042006-04-03 Daiki Ueno <ueno@unixuser.org>
16f18d05 5205
01c52d31
MB
5206 * pgg-gpg.el (pgg-gpg-process-filter)
5207 (pgg-gpg-wait-for-completion): Check if buffer is alive.
d71c0855 5208
01c52d31
MB
5209 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5210 lines, temporary fix.
d71c0855 5211
01c52d31 52122006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 5213
01c52d31 5214 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
cf5a5c38 5215
01c52d31 52162006-03-29 Daiki Ueno <ueno@unixuser.org>
cf5a5c38 5217
01c52d31
MB
5218 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5219 default-enable-multibyte-characters. This reverts the change from
5220 revision 6.17 which is no longer necessary because the passphrase
5221 is sent separately now. GnuPG messages are unreadable under
5222 multibyte locales with default-enable-multibyte-characters set to
5223 nil.
cf5a5c38 5224
01c52d31 52252006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 5226
01c52d31 5227 * message.el (message-tool-bar-gnome): Move "spell".
cf5a5c38 5228
01c52d31 52292006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 5230
01c52d31
MB
5231 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5232 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
5233 instead.
cf5a5c38 5234
01c52d31 52352006-03-27 Karl Kleinpaste <karl@charcoal.com>
cf5a5c38 5236
01c52d31
MB
5237 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5238 newsgroups handling for NNTP overviews which don't include
5239 Newsgroups.
cf5a5c38 5240
01c52d31 52412006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9d64cd13 5242
01c52d31 5243 * message.el (message-resend): Bind message-generate-hashcash to nil.
9d64cd13 5244
01c52d31 52452006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
34128042 5246
01c52d31
MB
5247 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5248 when searching for already-paid recipients.
34128042 5249
01c52d31 52502006-03-27 Daiki Ueno <ueno@unixuser.org>
34128042 5251
01c52d31
MB
5252 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5253 passphrases when it is not needed.
5254 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5255 passphrase stuff from gpg, should only be necessary when you use
5256 gpg with a smartcard.
34128042 5257
01c52d31 52582006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
34128042 5259
01c52d31
MB
5260 * mml.el (mml-insert-mime): Ignore cached contents of
5261 message/external-body part.
34128042 5262
01c52d31
MB
5263 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5264 (mm-insert-part): Ditto.
34128042 5265
01c52d31 52662006-03-23 Simon Josefsson <jas@extundo.com>
34128042 5267
01c52d31
MB
5268 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5269 Reiner.
5270 (pgg-gpg-use-agent-p): Use it again.
c96ec15a 5271
01c52d31 52722006-03-23 Simon Josefsson <jas@extundo.com>
c96ec15a 5273
01c52d31
MB
5274 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5275 older emacsen.
5276 (pgg-gpg-use-agent-p): Don't use it.
c96ec15a 5277
01c52d31 52782006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
c96ec15a 5279
01c52d31
MB
5280 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5281 if we can.
c96ec15a 5282
01c52d31 52832006-03-22 Sascha Wilde <wilde@sha-bang.de>
c96ec15a 5284
01c52d31
MB
5285 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5286 (pgg-gpg-update-agent): New function.
5287 (pgg-gpg-use-agent-p): New function.
5288 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5289 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5290 (pgg-gpg-sign-region): Use it.
c96ec15a 5291
01c52d31 52922006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
c96ec15a 5293
01c52d31
MB
5294 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5295 Reported by Ralf Wachinger <rwachinger@gmx.de>.
c96ec15a 5296
01c52d31 52972006-03-21 Simon Josefsson <jas@extundo.com>
c96ec15a 5298
01c52d31
MB
5299 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5300 <wilde@sha-bang.de>.
5301 (pgg-gpg-use-agent): New variable.
5302 (pgg-gpg-process-region): Use it.
5303 (pgg-gpg-encrypt-region): Likewise.
5304 (pgg-gpg-encrypt-symmetric-region): Likewise.
5305 (pgg-gpg-decrypt-region): Likewise.
5306 (pgg-gpg-sign-region): Likewise.
5307 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
c96ec15a 5308
01c52d31 53092006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
88e6695f 5310
01c52d31 5311 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
88e6695f 5312
01c52d31
MB
5313 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5314 Add comment on version.
6203370b 5315
01c52d31 53162006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6203370b 5317
01c52d31 5318 * smiley.el: Add missing test smiley.
6203370b 5319
01c52d31 53202006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
6203370b 5321
01c52d31
MB
5322 * mm-decode.el (mm-with-part): New macro.
5323 (mm-get-part): Use it; work with message/external-body as well.
5324 (mm-save-part): Treat name and filename equally.
6203370b 5325
01c52d31
MB
5326 * mm-extern.el (mm-extern-cache-contents): New function.
5327 (mm-inline-external-body): Use it; force the part to be displayed;
5328 move undisplayer added to the cached handle to the parent.
6203370b 5329
01c52d31
MB
5330 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5331 (gnus-mime-view-part-as-type): Work with message/external-body.
6203370b 5332
01c52d31 5333 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6203370b 5334
01c52d31 53352006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 5336
01c52d31
MB
5337 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5338 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
5339 Emacs.]
46e8fe3d 5340
01c52d31 53412006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 5342
01c52d31
MB
5343 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5344 path rather than symbol. Always return list of directories.
5345 Guarantee that image directory comes first. [Sync with image.el,
5346 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
46e8fe3d 5347
01c52d31
MB
5348 * message.el (message-make-tool-bar): Adjust to new API of
5349 `gmm-image-load-path-for-library'.
46e8fe3d 5350
01c52d31 5351 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
46e8fe3d 5352
01c52d31 5353 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
46e8fe3d 5354
01c52d31 53552006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
46e8fe3d 5356
01c52d31
MB
5357 * gnus-art.el (gnus-article-only-boring-p):
5358 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5359 intangible text.
5360 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
46e8fe3d 5361
01c52d31 53622006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 5363
01c52d31
MB
5364 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
5365 `defun' instead of `gmm-defun-compat'.
46e8fe3d 5366
01c52d31 53672006-03-14 Simon Josefsson <jas@extundo.com>
46e8fe3d 5368
01c52d31
MB
5369 * message.el (message-unique-id): Don't use message-number-base36
5370 if (user-uid) is a float.
5371 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
46e8fe3d 5372
01c52d31 53732006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
46e8fe3d 5374
01c52d31 5375 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7347faa8 5376
01c52d31
MB
5377 * gnus-art.el (gnus-mime-display-single): Make sure there is an
5378 empty line between a part and a message part.
7347faa8 5379
01c52d31 53802006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7347faa8 5381
01c52d31
MB
5382 * smiley.el: Add more test smileys.
5383 (smiley-data-directory, smiley-regexp-alist)
5384 (gnus-smiley-file-types): Fix doc strings.
5385 (smiley-update-cache): Clear smiley-cached-regexp-alist before
5386 adding new elements.
5387 (smiley-mouse-map): Unused code. Make it a comment.
7347faa8 5388
01c52d31 53892006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7347faa8 5390
01c52d31
MB
5391 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5392 scan latest NoCeM messages instead of old ones.
5393 (gnus-nocem-check-article): Fix regexps so as to match to PGP
5394 delimiters that are recently used.
5395 (gnus-nocem-load-cache): Add autoload cookie.
7347faa8 5396
01c52d31 5397 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7347faa8 5398
01c52d31
MB
5399 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5400 level which is larger than gnus-use-nocem is specified.
7347faa8 5401
01c52d31 5402 * gnus-group.el (gnus-group-get-new-news): Ditto.
7347faa8 5403
01c52d31 54042006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
7347faa8 5405
01c52d31 5406 * gnus-util.el (gnus-tool-bar-update): New function.
7347faa8 5407
01c52d31
MB
5408 * gnus-group.el (gnus-group-update-tool-bar): New variable.
5409 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7347faa8 5410
01c52d31 5411 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7347faa8 5412
01c52d31
MB
5413 * gnus-group.el (gnus-group-redraw-when-idle)
5414 (gnus-group-redraw-check): Remove.
5415 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
30c7240d 5416
01c52d31 54172006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
30c7240d 5418
01c52d31
MB
5419 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5420 if optional last element is specified in splits (FIELD VALUE...).
e499bc94 5421
01c52d31 54222006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
e499bc94 5423
01c52d31
MB
5424 * message.el (message-make-tool-bar): Rename gmm-image-load-path
5425 to gmm-image-load-path-for-library. Call with no-error argument.
5426 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
e499bc94 5427
01c52d31 5428 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
e499bc94 5429
01c52d31 5430 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
e499bc94 5431
01c52d31 5432 * gmm-utils.el (gmm-image-load-path): Remove alias.
e499bc94 5433
01c52d31 54342006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
c4288669 5435
01c52d31 5436 * gmm-utils.el (gmm-image-load-path): Add alias.
c4288669 5437
01c52d31
MB
5438 * nnml.el (nnml-generate-nov-databases-directory): Rename from
5439 nnml-generate-nov-databases-1.
5440 (nnml-generate-nov-databases): Use it.
5441 (nnml-generate-nov-databases-directory): Document no-active
5442 argument.
c4288669 5443
01c52d31
MB
5444 * gmm-utils.el (gmm-image-load-path-for-library): Return single
5445 directory if path is t. Add no-error.
c4288669 5446
01c52d31
MB
5447 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5448 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
c4288669 5449
01c52d31
MB
5450 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5451 resetting gnus-article-browse-html-temp-list.
c4288669 5452
01c52d31
MB
5453 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5454 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
5455 Add example to docstring. Rename local variables. Move error
5456 checks to default case in cond and simplify.
73043f7d 5457
01c52d31 54582006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
73043f7d 5459
01c52d31
MB
5460 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5461 handle is multipart when calling it recursively.
5462 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
73043f7d 5463
01c52d31 54642006-03-03 Daniel Pittman <daniel@rimspace.net>
73043f7d 5465
01c52d31
MB
5466 * nnimap.el (nnimap-request-update-info-internal): Optimize.
5467 Don't `gnus-uncompress-range' to avoid excessive memory usage.
73043f7d 5468
01c52d31 54692006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
73043f7d 5470
01c52d31
MB
5471 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5472 is loaded.
7dafe00b 5473
01c52d31
MB
5474 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5475 loaded.
7dafe00b 5476
01c52d31 54772006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 5478
01c52d31
MB
5479 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5480 to "Emacs 23 (unicode)" in doc string.
7dafe00b 5481
01c52d31
MB
5482 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5483 "Emacs 23 (unicode)" in comment.
7dafe00b 5484
01c52d31 54852006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
7dafe00b 5486
01c52d31 5487 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7dafe00b 5488
01c52d31
MB
5489 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5490 characters 160 through 255 in Emacs 23.
7dafe00b 5491
01c52d31 54922006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 5493
01c52d31
MB
5494 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5495 gnus-article-browse-html-temp.
5496 (gnus-article-browse-delete-temp): Make it customizable. Add
5497 `file'. Adjust doc string.
5498 (gnus-article-browse-delete-temp-files): Add argument. Allow
5499 query for each file. Adjust doc string.
5500 (gnus-article-browse-html-parts): Add
5501 `gnus-article-browse-delete-temp-files' to
5502 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7dafe00b 5503
01c52d31 55042006-03-02 Hynek Schlawack <hynek@ularx.de>
7dafe00b 5505
01c52d31
MB
5506 * gnus-art.el (gnus-article-browse-html-temp)
5507 (gnus-article-browse-delete-temp): New variables.
5508 (gnus-article-browse-delete-temp-files): New function.
5509 (gnus-article-browse-html-parts): Use it.
7dafe00b 5510
01c52d31 55112006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 5512
01c52d31 5513 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7dafe00b 5514
01c52d31
MB
5515 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5516 string.
7dafe00b 5517
01c52d31
MB
5518 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5519 gnus-summary-insert-new-articles when unplugged. Remove
5520 gnus-summary-search-article-forward.
7dafe00b 5521
01c52d31
MB
5522 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5523 display-visual-class instead of display-color-cells.
7dafe00b 5524
01c52d31 55252006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7dafe00b 5526
01c52d31
MB
5527 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5528 message/* containing non-ASCII text properly.
7dafe00b 5529
01c52d31 55302006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 5531
01c52d31
MB
5532 * message.el: Require gmm-utils, remove autoloads.
5533 (message-tool-bar): Set default based on
5534 gmm-tool-bar-style.
5535 (message-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 5536
01c52d31
MB
5537 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5538 gmm-tool-bar-style.
5539 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 5540
01c52d31
MB
5541 * gnus-group.el (gnus-group-tool-bar): Set default based on
5542 gmm-tool-bar-style.
5543 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 5544
01c52d31
MB
5545 * gmm-utils.el (gmm-image-directory): Rename variable from
5546 gmm-image-load-path.
5547 (gmm-image-load-path): Use gmm-image-directory.
5548 (gmm-customize-mode): New function.
5549 (gmm-tool-bar-style): New variable.
7dafe00b 5550
01c52d31
MB
5551 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5552 gnus-group-redraw-line-number.
5553 (gnus-group-redraw-check): Simplify.
5554 (gnus-group-tool-bar-update): Remove redraw check.
5555 (gnus-group-make-tool-bar): Add redraw check.
447505b5 5556
01c52d31 55572006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
447505b5 5558
01c52d31 5559 * gnus-art.el (gnus-button): Add missing parentheses.
3031d8b0 5560
01c52d31 55612006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3031d8b0 5562
01c52d31 5563 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3031d8b0 5564
01c52d31 55652006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 5566
01c52d31
MB
5567 * gnus-art.el (gnus-button): New face.
5568 (gnus-article-button-face): Use it.
3031d8b0 5569
01c52d31
MB
5570 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5571 gnus-summary-next-page. Re-order.
3031d8b0 5572
01c52d31
MB
5573 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5574 next-node are now included.
5575 (gnus-group-redraw-line-number): New internal variable.
5576 (gnus-group-redraw-check): Helper function for updating the tool
5577 bar.
5578 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3031d8b0 5579
01c52d31 5580 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3031d8b0 5581
01c52d31
MB
5582 * spam.el (spam-spamassassin-score-regexp): New internal variable.
5583 (spam-extra-header-to-number, spam-check-spamassassin-headers):
5584 Use it to match format of Spamassassin 3.0 and later. Reported by
5585 IRIE Tetsuya <irie@t.email.ne.jp>.
5586 (spam-check-bogofilter)
5587 (spam-bogofilter-register-with-bogofilter): Fix args of
5588 `gnus-error' calls.
3031d8b0 5589
01c52d31 55902006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 5591
01c52d31
MB
5592 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5593 unnecessary interaction when sending queued mails. Reported by
5594 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3031d8b0 5595
01c52d31 55962006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 5597
01c52d31
MB
5598 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5599 first or last are nil.
3031d8b0 5600
01c52d31 56012006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3031d8b0 5602
01c52d31 5603 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3031d8b0 5604
01c52d31 56052006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3031d8b0 5606
01c52d31 5607 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3031d8b0 5608
01c52d31 56092006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
eab52f48 5610
01c52d31 5611 * dns.el (query-dns): Protect more against buggy tcp output.
eab52f48 5612
01c52d31 56132006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 5614
01c52d31
MB
5615 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5616 nov.php.
58090a8d 5617
01c52d31 56182006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
58090a8d 5619
01c52d31
MB
5620 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5621 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5622 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
5623 output on the server side.
5624 (nnweb-google-create-mapping): Update regexps and add some
5625 progress indication.
58090a8d 5626
01c52d31 56272006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 5628
01c52d31
MB
5629 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5630 gnus-agent-toggle-plugged. Re-order icons.
5631 (gnus-group-tool-bar-gnome): Add
5632 gnus-group-{prev,next}-unread-group.
5633 (gnus-group-tool-bar-gnome): Re-order icons.
58090a8d 5634
01c52d31
MB
5635 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5636 gnus-summary-insert-new-articles.
58090a8d 5637
01c52d31
MB
5638 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5639 comments.
58090a8d 5640
01c52d31
MB
5641 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
5642 also available in Emacs 21.3.
58090a8d 5643
01c52d31
MB
5644 * message.el (message-fix-before-sending): Change "Emacs 22" to
5645 "Emacs 23 (unicode)" in comment.
58090a8d 5646
01c52d31
MB
5647 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5648 "Emacs 23 (unicode)" in comment.
58090a8d 5649
01c52d31
MB
5650 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5651 comment.
5652 (mm-coding-system-p): Add comment about no-MULE XEmacs.
58090a8d 5653
01c52d31 5654 * mm-view.el (mm-fill-flowed): Add :version.
58090a8d 5655
01c52d31 56562006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
58090a8d 5657
01c52d31
MB
5658 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5659 and load-path.
58090a8d 5660
01c52d31 56612006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 5662
01c52d31
MB
5663 * message.el: Autoload gmm-image-load-path.
5664 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5665 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
5666 consitency.
58090a8d 5667
01c52d31
MB
5668 * gmm-utils.el (gmm-image-load-path): Also search in
5669 "../etc/images". Don't set gmm-image-load-path if we don't find
5670 the image.
58090a8d 5671
01c52d31 56722006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
58090a8d 5673
01c52d31
MB
5674 * gmm-utils.el (gmm-image-load-path): Don't make
5675 `gmm-image-load-path' include subdirectories which the second arg
5676 `image' might specify.
58090a8d 5677
01c52d31
MB
5678 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5679 subdirectory to icon file names.
58090a8d 5680
01c52d31 5681 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9872af18 5682
01c52d31 56832006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 5684
01c52d31
MB
5685 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5686 gmm-image-load-path calls.
58090a8d 5687
01c52d31 5688 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
58090a8d 5689
01c52d31 5690 * message.el (message-make-tool-bar): Ditto.
58090a8d 5691
01c52d31 5692 * mml.el (mml-preview): Added comment concerning tool bar icons.
58090a8d 5693
01c52d31
MB
5694 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5695 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
58090a8d 5696
01c52d31
MB
5697 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5698 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9d64cd13 5699
01c52d31
MB
5700 * message.el (message-tool-bar-gnome): Use new icon names.
5701 (message-make-tool-bar): Use `gmm-image-load-path'.
9d64cd13 5702
01c52d31
MB
5703 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5704 functions from MH-E.
5705 (gmm-image-load-path): New variable from MH-E.
5706 (gmm-image-load-path): New function from MH-E. Added arguments
5707 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
5708 *-image-load-path-called-flag.
4c2ad11d 5709
01c52d31 57102006-02-21 Milan Zamazal <pdm@brailcom.org>
4c2ad11d 5711
01c52d31 5712 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
f129a4df 5713
01c52d31 57142006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
f129a4df 5715
01c52d31
MB
5716 * nnimap.el (nnimap-request-move-article): Change folder back to
5717 source group before deleting.
6586e9c9 5718
01c52d31 57192006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
6586e9c9 5720
01c52d31 5721 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
e8beac8a 5722
01c52d31
MB
5723 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5724 mm-url.
e8beac8a 5725
01c52d31 5726 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
e8beac8a 5727
01c52d31 57282006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
e8beac8a 5729
01c52d31
MB
5730 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5731 coding system which mm-charset-to-coding-system returns for a
5732 given charset is valid.
e8beac8a 5733
01c52d31 57342006-02-16 Juanma Barranquero <lekktu@gmail.com>
e8beac8a 5735
01c52d31
MB
5736 * html2text.el (html2text-remove-tag-list):
5737 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
e8beac8a 5738
01c52d31 57392006-02-14 Chong Yidong <cyd@stupidchicken.com>
e8beac8a 5740
01c52d31 5741 * gnus-cus.el: Revert 2005-10-17 change.
e8beac8a 5742
01c52d31 57432006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
3b059693 5744
01c52d31
MB
5745 * gnus-art.el (article-strip-banner): Call
5746 article-really-strip-banner only when the regexp match is made.
3b059693 5747
01c52d31 57482006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
3b059693 5749
01c52d31
MB
5750 * gnus-art.el (article-strip-banner): Use
5751 gnus-extract-address-components instead of
5752 mail-header-parse-addresses to make it work with non-ASCII text;
5753 remove mail-encode-encoded-word-string.
3b059693 5754
01c52d31
MB
5755 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5756 values which are surrounded with \"...\"; make it never cause a
5757 Lisp error; give up parsing of parameters if it failed in
5758 extracting type.
3b059693 5759
880820fe 57602006-02-14 Arne Jørgensen <arne@arnested.dk>
3b059693 5761
01c52d31
MB
5762 * smime.el (smime-cert-by-ldap-1): Fix bug where
5763 `smime-ldap-search' returns results without userCertificates.
ab513ed4 5764
01c52d31 57652006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
ab513ed4 5766
01c52d31 5767 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
28e48287 5768
01c52d31 57692006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
28e48287 5770
01c52d31
MB
5771 * spam.el (spam-check-spamassassin-headers): Adapt format for
5772 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
5773 <ari@mbf.ocn.ne.jp>.
5774 (spam-list-of-processors): Add spam-use-gmane.
2a0d53ac 5775
01c52d31 57762006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
2a0d53ac 5777
01c52d31
MB
5778 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5779 make-temp-file; make it work with XEmacs as well.
9516b9f4 5780
01c52d31
MB
5781 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5782 mm-make-temp-file.
9516b9f4 5783
01c52d31
MB
5784 * mm-decode.el (mm-display-external): Use the 3rd arg of
5785 mm-make-temp-file.
5786 (mm-create-image-xemacs): Ditto.
9516b9f4 5787
01c52d31 57882006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
9516b9f4 5789
01c52d31
MB
5790 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5791 with message-narrow-to-headers.
5792 (gnus-draft-setup): Narrow to header to run message-fetch-field.
5793 (gnus-draft-check-draft-articles): New function.
5794 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9516b9f4 5795
01c52d31 57962006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
9516b9f4 5797
01c52d31
MB
5798 * gnus-art.el (gnus-article-browse-html-parts):
5799 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5800 Don't use suffix argument for mm-make-temp-file for Emacs 21
5801 compatibility. Remove useless `format'.
292f71fe 5802
01c52d31 58032006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
292f71fe 5804
01c52d31
MB
5805 * nnweb.el (nnweb-google-wash-article): Update regexps.
5806 (nnweb-group-alist): Use defvoo instead of defvar.
292f71fe 5807
01c52d31 58082006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
292f71fe 5809
01c52d31
MB
5810 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5811 re-loading nn* modules.
292f71fe 5812
01c52d31 58132006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
292f71fe 5814
01c52d31
MB
5815 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5816 for `tool-bar-mode' and don't check it's default-value.
292f71fe 5817
01c52d31 5818 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
292f71fe 5819
01c52d31 5820 * message.el (message-make-tool-bar): Ditto.
292f71fe 5821
01c52d31
MB
5822 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5823 `substring'. Shorten tmp-file name.
292f71fe 5824
01c52d31 5825 * gnus.el: Remove bogus comment.
292f71fe 5826
01c52d31 58272006-02-10 Hynek Schlawack <hynek@ularx.de>
bd2cef66 5828
01c52d31
MB
5829 * gnus-art.el (gnus-article-browse-html-parts): New function.
5830 (gnus-article-browse-html-article): New function for viewing html
5831 articles with a browser.
bd2cef66 5832
01c52d31 58332006-02-09 Daiki Ueno <ueno@unixuser.org>
ffda926c 5834
01c52d31
MB
5835 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
5836 (mml2015-pgg-encrypt): Ditto.
ffda926c 5837
01c52d31
MB
5838 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
5839 (mml1991-pgg-encrypt): Ditto.
f5fab556 5840
01c52d31 58412006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
f5fab556 5842
01c52d31
MB
5843 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
5844 message-make-date instead of current-time-string.
4b9f0de2 5845
01c52d31
MB
5846 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
5847 to gnus-decoded which mm-uu might set.
4b9f0de2 5848
01c52d31 58492006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
710f2e1b 5850
01c52d31
MB
5851 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
5852 don't decode quoted parameters; remove misimported Emacs code.
5853 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5854 (rfc2231-decode-encoded-string): Don't use split-string which
5855 behaves differently according to Emacs version; use
5856 mm-decode-coding-region to convert charset to coding-system.
5857 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5858 (rfc2231-encode-string): Remove misimported Emacs code.
710f2e1b 5859
01c52d31 58602006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
20051b27 5861
01c52d31
MB
5862 * gnus-art.el (article-decode-charset): Don't use ignore-errors
5863 when calling mail-header-parse-content-type.
5864 (article-de-quoted-unreadable): Ditto.
5865 (article-de-base64-unreadable): Ditto.
5866 (article-wash-html): Ditto.
20051b27 5867
01c52d31
MB
5868 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
5869 calling mail-header-parse-content-type and
5870 mail-header-parse-content-disposition.
5871 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
5872 mail-header-parse-content-type.
82259e50 5873
01c52d31
MB
5874 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
5875 insert charset and format parameters; encode description after
5876 inserting it to buffer.
5877 (mml-insert-parameter): Fold lines properly even if a parameter is
5878 segmented into two or more lines; change the max column to 76.
82259e50 5879
01c52d31
MB
5880 * rfc1843.el (rfc1843-decode-article-body): Don't use
5881 ignore-errors when calling mail-header-parse-content-type.
46f93472 5882
01c52d31
MB
5883 * rfc2231.el (rfc2231-parse-string): Return at least type if
5884 possible; don't cause an error even if it fails in parsing of
5885 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5886 (rfc2231-encode-string): Don't break lines at the beginning, leave
5887 it to mml-insert-parameter.
46f93472 5888
01c52d31
MB
5889 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
5890 calling mail-header-parse-content-type.
d3a597b7 5891
01c52d31 58922006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
d3a597b7 5893
01c52d31
MB
5894 * spam-report.el (spam-report-gmane-use-article-number):
5895 Improve doc string.
5896 (spam-report-gmane-internal): Check if a suitable header was found
5897 in the article.
8753ddee 5898
01c52d31 58992006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
8753ddee 5900
01c52d31
MB
5901 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
5902 (rfc2231-encode-string): Make param*=value always begin with LWSP.
8753ddee 5903
01c52d31 59042006-02-05 Romain Francoise <romain@orebokech.com>
8753ddee 5905
01c52d31 5906 Update copyright notices of all files in the gnus directory.
8753ddee 5907
01c52d31 59082006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
8753ddee 5909
01c52d31 5910 * nnweb.el (nnweb-request-group): Avoid growing overview files.
bbcb5072 5911
01c52d31 59122006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
bbcb5072 5913
01c52d31
MB
5914 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
5915 segmented lines of parameter value to cope with Thunderbird 1.5
5916 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
5917 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5918 (rfc2231-encode-string): Don't make lines exceeding 76 column.
c615a00c 5919
01c52d31 59202006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
c615a00c 5921
01c52d31
MB
5922 * mml.el (mml-generate-mime-1): Correct the order of inline signed
5923 parts.
a33704bb 5924
01c52d31 59252006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
a33704bb 5926
01c52d31
MB
5927 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
5928 there's only one active file for all servers.
5929 (nnweb-request-scan): Make sure nnweb-articles is initialized on
5930 solid groups. Gnus might have used a FAST request to select the group.
5931 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
5932 and nnweb-search redundantly in the active file.
5933 (nnweb-request-list): Don't list bogus groups. There can only be one.
5934 (nnweb-request-create-group): Don't use ARGS.
5935 (nnweb-possibly-change-server, nnweb-request-group): Remove some
5936 initialisations. Let nnoo do the work.
a33704bb 5937
01c52d31 59382006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
a33704bb 5939
01c52d31
MB
5940 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
5941 Say the part has been decoded.
a33704bb 5942
01c52d31 5943 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
a33704bb 5944
01c52d31 59452006-01-31 Kevin Ryde <user42@zip.com.au>
53cfefc8 5946
01c52d31
MB
5947 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
5948 mailcap-viewer-test-cache when there's no 'test clause, since that
5949 will invert the meaning of a "nil" test previously determined by
5950 mailcap-mailcap-entry-passes-test.
53cfefc8 5951
01c52d31 59522006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
53cfefc8 5953
01c52d31
MB
5954 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
5955 compiling.
53cfefc8 5956
01c52d31 5957 * gnus-sum.el: Ditto.
53cfefc8 5958
01c52d31 5959 * message.el: Don't bind tool-bar-map when compiling.
53cfefc8 5960
01c52d31 59612006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
53cfefc8 5962
01c52d31 5963 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
53cfefc8 5964
01c52d31 59652006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
53cfefc8 5966
01c52d31
MB
5967 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
5968 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
5969 current Google Groups.
53cfefc8 5970
01c52d31 59712006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
53cfefc8 5972
01c52d31
MB
5973 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
5974 and tool-bar-mode.
66841476 5975
01c52d31
MB
5976 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
5977 and tool-bar-mode.
66841476 5978
01c52d31
MB
5979 * message.el (message-tool-bar-update): Simplify.
5980 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
81df110a 5981
01c52d31
MB
5982 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
5983 gnus-summary-buffer.
5984 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
5985 gnus-summary-reply.
81df110a 5986
01c52d31 5987 * gmm-utils.el (gmm): Add :version.
5fae1cae 5988
01c52d31 59892006-01-26 Steve Youngs <steve@sxemacs.org>
5fae1cae 5990
01c52d31
MB
5991 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
5992 autoload.
5fae1cae 5993
01c52d31 59942006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5fae1cae 5995
01c52d31 5996 * gmm-utils.el (gmm-verbose): Add :group.
5fae1cae 5997
01c52d31 59982006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
c4fbd740 5999
01c52d31 6000 * message.el: Change some comments WRT tool-bars.
81df110a 6001
01c52d31
MB
6002 * gnus-sum.el (gnus-summary-tool-bar)
6003 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6004 (gnus-summary-tool-bar-zap-list): New variables.
6005 (gnus-summary-make-tool-bar): Complete rewrite using
6006 `gmm-tool-bar-from-list'.
430d3ed7 6007
01c52d31
MB
6008 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6009 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6010 variables.
6011 (gnus-group-make-tool-bar): Complete rewrite using
6012 `gmm-tool-bar-from-list'.
6013 (gnus-group-tool-bar-update): New function.
430d3ed7 6014
01c52d31 6015 * message.el (message-mode-field-menu): Add "Show hidden Headers".
430d3ed7 6016
01c52d31 60172006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
430d3ed7 6018
01c52d31
MB
6019 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6020 is dissected into a single part of which the type is the same as
6021 the given one; decode charset.
6ff5b064 6022
01c52d31 60232006-01-21 Kevin Ryde <user42@zip.com.au>
6ff5b064 6024
01c52d31
MB
6025 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6026 into alists as symbol not string, since that's what
6027 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6028 look for.
a8f6d239 6029
01c52d31 60302006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
a8f6d239 6031
01c52d31
MB
6032 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6033 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
a8f6d239 6034
01c52d31 6035 * message.el (message-tool-bar-gnome): Use gmm-ignore.
a8f6d239 6036
01c52d31 60372006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
d752cf53 6038
01c52d31
MB
6039 * gnus-art.el (gnus-mime-security-button-commands): New variable.
6040 (gnus-mime-security-button-menu): New definition.
6041 (gnus-mime-security-button-map): Use them.
6042 (gnus-mime-security-button-menu): New function.
6043 (gnus-insert-mime-security-button): Addition to help echo.
6044 (gnus-mime-security-run-function, gnus-mime-security-save-part)
6045 (gnus-mime-security-pipe-part): New functions.
d752cf53 6046
01c52d31
MB
6047 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6048 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
d752cf53 6049
01c52d31
MB
6050 * mm-decode.el (mm-handle-set-disposition): Remove.
6051 (mm-handle-set-description): Remove.
d752cf53 6052
01c52d31 60532006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
d752cf53 6054
01c52d31
MB
6055 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6056 (mm-w3m-standalone-supports-m17n-p): New function.
6057 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6058 w3m usage.
d752cf53 6059
01c52d31
MB
6060 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6061 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
d752cf53 6062
01c52d31 60632006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
d752cf53 6064
01c52d31
MB
6065 * message.el (message-tool-bar-zap-list): Use
6066 gmm-tool-bar-zap-list as custom type.
6067 (message-tool-bar-update): New function.
6068 (message-tool-bar, message-tool-bar-gnome)
6069 (message-tool-bar-retro): Add message-tool-bar-update.
6070 (message-tool-bar-gnome): Add flyspell-buffer.
d752cf53 6071
01c52d31 6072 * gnus-util.el (gnus-error): Describe `args'.
4a2358e9 6073
01c52d31
MB
6074 * gmm-utils.el (gmm-error): Describe `args'.
6075 (gmm-tool-bar-zap-list): New widget.
6076 (gmm-tool-bar-from-list): Improve description of `zap-list'.
4a2358e9 6077
01c52d31 60782006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4a2358e9 6079
01c52d31
MB
6080 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6081 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6082 the number of recursive calls.
4a2358e9 6083
01c52d31
MB
6084 * mm-decode.el (mm-handle-set-disposition): New macro.
6085 (mm-handle-set-description): New macro.
4a2358e9 6086
01c52d31 60872006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4a2358e9 6088
01c52d31
MB
6089 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6090 encoding.
4a2358e9 6091
01c52d31 60922006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
4a2358e9 6093
01c52d31
MB
6094 * message.el (message-tool-bar-zap-list, message-tool-bar)
6095 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6096 (message-tool-bar-local-item-from-menu): Remove.
6097 (message-tool-bar-map): Replace by `message-make-tool-bar'.
6098 (message-make-tool-bar): New function.
6099 (message-mode): Use `message-make-tool-bar'.
4a2358e9 6100
01c52d31
MB
6101 * gmm-utils.el: New file.
6102 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6103 (gmm-lazy): New widget copied from `nnmail.el'.
6104 (gmm-tool-bar-from-list): New function for creating customizable
6105 tool bars.
6106 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
6107 output.
6108 (gmm): Add :prefix to defgroup.
4a2358e9 6109
01c52d31 61102006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
4a2358e9 6111
01c52d31 6112 * gmm-utils.el (gmm-widget-p): New function.
4a2358e9 6113
01c52d31 61142006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
4a2358e9 6115
01c52d31
MB
6116 * mml.el (mml-attach-file): Describe `description' in doc string.
6117 (mml-menu): Add Emacs MIME manual and PGG manual.
4a2358e9 6118
01c52d31 61192006-01-20 Richard M. Stallman <rms@gnu.org>
4a2358e9 6120
01c52d31 6121 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
4a2358e9 6122
01c52d31 61232006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
4a2358e9 6124
01c52d31 6125 * nntp.el (nntp-end-of-line): Doc fix.
4a2358e9 6126
01c52d31 61272006-01-20 Chong Yidong <cyd@stupidchicken.com>
4a2358e9 6128
01c52d31
MB
6129 * imap.el (imap-open): Handle case where buffer is a buffer
6130 object.
41e11121 6131
01c52d31 61322005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
41e11121 6133
01c52d31
MB
6134 * gnus-delay.el (gnus-delay): Don't autoload.
6135 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6136 to be re-loaded when customizing the `gnus-delay' group.
f3f01d5d 6137
01c52d31 61382005-01-20 Chong Yidong <cyd@stupidchicken.com>
f3f01d5d 6139
01c52d31 6140 * message.el (message-insert-citation-line): Use newlines.
f3f01d5d 6141
01c52d31 61422006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
f3f01d5d 6143
01c52d31 6144 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
bcc7dd61 6145
01c52d31 6146 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
bcc7dd61 6147
01c52d31 61482006-01-19 Mark D. Baushke <mdb@gnu.org>
bcc7dd61 6149
01c52d31 6150 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
bcc7dd61 6151
01c52d31 61522006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
bcc7dd61 6153
01c52d31
MB
6154 * mm-decode.el (mm-inlined-types): Add application/pgp.
6155 (mm-automatic-display): Ditto.
11e22c4a 6156
01c52d31
MB
6157 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6158 part as text.
11e22c4a 6159
01c52d31 61602006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11e22c4a 6161
01c52d31
MB
6162 * nnrss.el: Update copyright.
6163 (nnrss-opml-import): Query whether to subscribe to each entry.
97f78c9b 6164
01c52d31
MB
6165 * gnus-art.el:
6166 * gnus-sum.el:
6167 * mm-uu.el:
6168 * mm-view.el: Update copyright.
97f78c9b 6169
01c52d31 61702006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
97f78c9b 6171
01c52d31
MB
6172 * message.el (message-info): New function.
6173 (message-mode-menu): Add it.
6174 Update copyright.
97f78c9b 6175
01c52d31 6176 * ChangeLog: Fix and update copyright.
97f78c9b 6177
01c52d31 61782006-01-13 Romain Francoise <romain@orebokech.com>
afea040a 6179
01c52d31
MB
6180 * message.el (message-forward-subject-name-subject): Prefer the
6181 address to 'nowhere' if the sender has no name.
6182 Fix typo. Update copyright year.
97f78c9b 6183
01c52d31 61842006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
afea040a 6185
01c52d31
MB
6186 * gnus-art.el (article-wash-html): Use
6187 gnus-summary-show-article-charset-alist if a numeric arg is given.
6188 (gnus-article-wash-html-with-w3m-standalone): New function.
afea040a 6189
01c52d31
MB
6190 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6191 mm-inline-text-html-render-with-w3m-standalone.
6192 (mm-text-html-washer-alist): Map w3m-standalone to
6193 gnus-article-wash-html-with-w3m-standalone.
6194 (mm-inline-text-html-render-with-w3m-standalone): New function.
afea040a 6195
01c52d31 61962006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
afea040a 6197
01c52d31
MB
6198 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6199 Improve LaTeX.
4b91459a 6200
01c52d31 62012006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
4b91459a 6202
01c52d31
MB
6203 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6204 (nnrss-request-article): Render text/plain parts as HTML.
4b91459a 6205
01c52d31
MB
6206 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6207 the buffer.
4b91459a 6208
01c52d31 62092006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
4b91459a 6210
01c52d31
MB
6211 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6212 custom definition of `gnus-posting-styles'.
d44e3b45 6213
01c52d31
MB
6214 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6215 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
d44e3b45 6216
01c52d31 62172006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
4b91459a 6218
01c52d31
MB
6219 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6220 Use nntp for bug archive.
4b91459a 6221
01c52d31 62222006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
c03ac728 6223
01c52d31
MB
6224 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6225 parts.
6226 (nnrss-normalize-date): New function converts ISO 8601 date into
6227 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6228 (nnrss-check-group): Use it.
c03ac728 6229
01c52d31 62302006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
d8a88581 6231
01c52d31 6232 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
d8a88581 6233
01c52d31
MB
6234 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6235 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6236 (nnrss-insert-w3): Ditto.
d8a88581 6237
01c52d31 62382005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
d8a88581 6239
01c52d31
MB
6240 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6241 the articles to be forwarded including the case where neither a
6242 number of articles nor a region is specified.
d8a88581 6243
01c52d31 62442005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7573397b 6245
01c52d31
MB
6246 * nnrss.el (nnrss-request-article): Fix last change; fill
6247 text/plain parts.
7573397b 6248
01c52d31 62492005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
7573397b 6250
01c52d31
MB
6251 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6252 in text/plain part.
6253 (nnrss-check-group): Don't add excessive newline to dc:subject.
bcc7dd61 6254
01c52d31 62552005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
bcc7dd61 6256
01c52d31
MB
6257 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6258 article.
9ebc3953 6259
01c52d31 62602005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9ebc3953 6261
01c52d31
MB
6262 * nnml.el: Don't require gnus-bcklg. Autoload it.
6263 (nnml-use-compressed-files, nnml-save-mail): Support other
6264 comression programs such as bzip2.
7929f858 6265
01c52d31 62662005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7929f858 6267
01c52d31
MB
6268 * dns.el (query-dns): Make sure we check the buffer size before
6269 removing tcp headers.
7929f858 6270
01c52d31 62712005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
ead25b5c 6272
01c52d31
MB
6273 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6274 remove MIME buttons associated with multipart/alternative parts.
6275 (gnus-mime-display-alternative): Tag buttons using `article-type'
6276 text property.
ead25b5c 6277
01c52d31
MB
6278 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6279 associated with multipart/alternative parts.
ead25b5c 6280
01c52d31 6281 * gnus-art.el (gnus-signature-separator): Fix custom type.
8774406b 6282
01c52d31
MB
6283 * mm-decode.el (mm-inlined-types): Fix custom type.
6284 (mm-keep-viewer-alive-types): Ditto.
6285 (mm-automatic-display): Ditto.
6286 (mm-attachment-override-types): Ditto.
6287 (mm-inline-override-types): Ditto.
6288 (mm-automatic-external-display): Ditto.
8774406b 6289
01c52d31 62902005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
a0ec7a4a 6291
01c52d31
MB
6292 * spam-report.el (spam-report-user-mail-address)
6293 (spam-report-user-agent): New variables.
6294 (spam-report-url-ping-plain): Use spam-report-user-agent.
a0ec7a4a 6295
01c52d31 62962005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
59fda2fa 6297
01c52d31
MB
6298 * gnus-art.el (gnus-button-handle-custom): Do not just use
6299 `customize-apropos' for any "M-x customize-*" button but the
6300 function called for. Accept both the function name and its
6301 argument in order to achieve this.
6302 (gnus-button-alist): Remove support for "custom:" URL's. Pass
6303 function name to `gnus-button-handle-custom' in case of "M-x
6304 customize-*" buttons.
59fda2fa 6305
01c52d31 63062005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
59fda2fa 6307
01c52d31
MB
6308 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6309 multipart/alternative and add xref to mm-discouraged-alternatives
6310 in doc string.
7d0c69be 6311
01c52d31
MB
6312 * mm-decode.el (mm-discouraged-alternatives): Add xref to
6313 gnus-buttonized-mime-types in doc string.
7d0c69be 6314
01c52d31 63152005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
d6697c02 6316
01c52d31
MB
6317 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6318 Suggest image/.* in the doc string.
d6697c02 6319
01c52d31 63202005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
d6697c02 6321
01c52d31
MB
6322 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6323 message-marks (Debian bug #342521).
d6697c02 6324
01c52d31 63252005-12-12 Simon Josefsson <jas@extundo.com>
84861437 6326
01c52d31
MB
6327 * password.el (password-read-from-cache): Add.
6328 (password-read): Use it.
84861437 6329
01c52d31 63302005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
84861437 6331
01c52d31
MB
6332 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6333 us-ascii as a MIME charset.
3338c0ad 6334
01c52d31
MB
6335 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6336 against the case where the 2nd arg TYPE is nil.
3338c0ad 6337
01c52d31 63382005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
9180519b 6339
01c52d31 6340 * pop3.el (pop3-stream-type): Fix custom version.
9180519b 6341
01c52d31 6342 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9180519b 6343
01c52d31 63442005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
23873c96 6345
01c52d31 6346 * mm-decode.el (mm-display-external): Add missing cdr.
23873c96 6347
01c52d31 63482005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
b66c24b4 6349
01c52d31
MB
6350 * mm-decode.el (mm-display-external): Use nametemplate (defined in
6351 RFC1524) if it is in mailcap or add a suffix according to
6352 mailcap-mime-extensions when generating a temp filename; postpone
6353 deleting a temp file for 2 seconds for some wrappers, shell
6354 scripts, and so on, which might exit right after having started a
6355 viewer command as a background job.
6356
63572005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6358
6359 * nntp.el (nntp-marks-directory): Fix custom group.
6360
6361 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6362 steps when < 10.
6363
6364 * gnus-start.el (gnus-no-server-1): Mention
6365 `gnus-level-default-subscribed' in doc string.
6366
63672005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6368
6369 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6370 parens.
6371
63722005-11-26 Dave Love <fx@gnu.org>
6373
6374 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6375 (tls-program, tls-success): Provide openssl alternative.
6376
6377 * starttls.el: Doc fixes.
6378 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6379 SERVICE to PORT.
6380
002876ab 6381 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
01c52d31
MB
6382 port null or service name.
6383 (starttls-negotiate): Autoload.
6384
63852005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6386
6387 * message.el (message-kill-to-signature): Fix interactive spec.
6388
63892005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6390
6391 * pop3.el (pop3-open-server): Recognize a string as a service name.
6392
63932005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
6394
6395 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6396
63972005-11-23 Dave Love <fx@gnu.org>
6398
6399 Add pop3s, pop3/starttls.
6400
6401 * pop3.el (pop3-authentication-scheme): Clarify doc.
6402 (open-tls-stream, starttls-open-stream): Autoload.
6403 (pop3-stream-type): New.
6404 (pop3-open-server): Use it.
6405
6406 * mail-source.el (mail-sources): Fix some :types. Add stream type
6407 for POP.
6408 (mail-source-keyword-map): Add :stream for POP.
6409 (mail-source-fetch-pop): Use pop3-stream-type.
6410
64112005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
6412
6413 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6414 of current-time-string.
6415
64162005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
6417
6418 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6419 date header.
6420
64212005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6422
6423 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6424 it can seriously impact performance as it bypasses the agent's
6425 local caches.
6426
64272005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6428
6429 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6430 must be explicitly online rather than "not explicitly offline" for
6431 its flags to be synchronized.
6432
6433 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6434 that gnus-uu-unmark-thread will function correctly.
6435
6436 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6437 1024K is instead displayed as 1M.
6438
64392005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6440
6441 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6442
64432005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
6444
6445 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6446
64472005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
6448
6449 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6450 error message to display actual error condition.
6451 (gnus-agent-save-local): Avoid saving symbols that are bound to
6452 nil as they simply result in a warning message in
6453 gnus-agent-read-local.
6454
64552005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6456
6457 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6458 rather than make-variable-buffer-local for file-precious-flag.
6459
64602005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6461
6462 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6463 for duplicates which are removed. The invalid sort check then
6464 triggers a rescan after the sort as sorting may have moved
6465 duplicate entries such that they can be cheaply detected.
6466
64672005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6468
6469 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6470
64712005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6472
6473 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6474 internal variable to a custom variable. Changed default value
6475 from compressed(2) to uncompressed(1).
6476 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6477 support for uncompressed agentview files. Taken together, reading
6478 the agentview file should now be 6-7 times faster.
6479
64802005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
6481
6482 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6483 as a buffer-local variable. This avoids creating truncated
6484 dribble files as a result of a hang up, eg.
6485
64862005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6487
6488 * gnus-start.el (gnus-start-draft-setup): Enforce
6489 `gnus-draft-mode' for nndraft:drafts at startup.
6490
6491 * gnus.el (gnus-splash): Change custom group.
6492 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6493 allow-list argument.
6494
6495 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6496 string.
6497
64982005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6499
6500 * gnus-art.el (gnus-default-article-saver): Add user-defined
6501 `function' to custom type.
6502
65032005-10-30 Chong Yidong <cyd@stupidchicken.com>
6504
6505 * imap.el (imap-open): Handle case where buffer is a buffer
6506 object.
6507
65082005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6509
6510 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6511 long lines.
6512 (gnus-cache-delete-group): Wrap doc strings.
6513
6514 * gnus-agent.el (gnus-agent-rename-group)
6515 (gnus-agent-delete-group): Wrap doc strings.
6516
01c52d31
MB
65172005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6518
6519 * gnus-start.el (gnus-1): Add "native" to
6520 gnus-predefined-server-alist.
6521
6522 * gnus.el (gnus-method-to-server): Don't add "native" to the
6523 lists here, because that leads to problems when
6524 gnus-select-method is bound.
6525
65262005-11-09 Simon Josefsson <jas@extundo.com>
6527
6528 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6529 use (not sort-by-date) instead.
6530
65312005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6532
6533 * gnus-delay.el (gnus-delay-group): Don't autoload.
6534 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6535 to be re-loaded when customizing the `gnus-delay' group.
6536
65372005-11-19 Chong Yidong <cyd@stupidchicken.com>
6538
6539 * message.el: Revert last changes.
6540 (message-insert-citation-line): Use newlines.
6541
65422005-11-17 Chong Yidong <cyd@stupidchicken.com>
6543
6544 * message.el (message-courtesy-message)
6545 (message-mark-insert-begin, message-mark-insert-end)
6546 (message-elide-ellipsis, message-cancel-message)
6547 (message-add-header, message-change-subject)
6548 (message-cross-post-followup-to-header)
6549 (message-cross-post-insert-note, message-reduce-to-to-cc)
6550 (message-widen-reply, message-delete-not-region)
6551 (message-kill-to-signature, message-insert-signature)
6552 (message-insert-importance-high, message-insert-importance-low)
6553 (message-insert-or-toggle-importance)
6554 (message-insert-disposition-notification-to)
6555 (message-indent-citation, message-yank-original)
6556 (message-cite-original-without-signature, message-cite-original)
6557 (message-insert-citation-line, message-position-on-field)
6558 (message-fix-before-sending, message-send-mail-partially)
6559 (message-send-mail, message-send-mail-with-sendmail)
6560 (message-send-mail-with-qmail, message-send-news)
6561 (message-check-news-header-syntax, message-generate-headers)
6562 (message-insert-courtesy-copy, message-fill-address)
6563 (message-fill-header, message-shorten-references)
6564 (message-setup-1, message-cancel-news)
6565 (message-forward-make-body-plain, message-forward-make-body-mime)
6566 (message-forward-make-body-mml, message-encode-message-body)
6567 (message-forward-make-body-digest-plain)
6568 (message-forward-make-body-digest-mime)
6569 (message-use-alternative-email-as-from): Insert `hard-newline'
6570 instead of ordinary newlines.
6571
65722005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
6573
6574 * message.el (message-generate-headers): Downcase the argument
6575 given to message-check-element.
6576
65772005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
6578
6579 * nntp.el (nntp-authinfo-rejected): New error condition.
6580 (nntp-wait-for): Use new error condition to signal authentication
6581 error.
6582 (nntp-retrieve-data): Rethrow new error condition to break out of
6583 recursive call to nntp-send-authinfo.
6584
65852005-11-08 Romain Francoise <romain@orebokech.com>
6586
6587 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6588 (gnus-summary-exit-map): Bind to `Z p'.
6589 (gnus-summary-make-menu-bar): Add menu item.
6590
65912005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
6592
6593 * gnus-art.el (gnus-article-treat-custom): Add `first'.
6594 (gnus-treat-*): Add `first' in all doc strings.
6595
6596 * gnus-group.el (gnus-group-compact-group): Fix typo.
6597
65982005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6599
6600 * gnus.el (gnus-parameters-case-fold-search): New variable.
6601 (gnus-parameters-get-parameter): Use it.
6602
6603 * gnus-score.el (gnus-home-score-file): Doc fix.
6604
66052005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
6606
6607 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6608
66092005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
6610
6611 * mm-util.el (mm-special-display-p): New function.
6612
6613 * mml.el (mml-preview): Use it; doc fix.
6614
66152005-10-29 Romain Francoise <romain@orebokech.com>
6616
6617 * message.el (message-fix-before-sending): Fix comment.
6618
66192005-10-29 Jari Aalto <jari.aalto@cante.net>
6620
6621 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6622
66232005-10-29 Jari Aalto <jari.aalto@cante.net>
6624
6625 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6626 Used in gnus-score.el.
6627
66282005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6629
6630 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6631
66322005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6633
6634 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6635 whitespace removed in revision 7.8. Use concatenated string to
6636 protect trailing whitespace.
6637
880820fe 66382005-10-27 Jouni K. Seppänen <jks@iki.fi>
01c52d31
MB
6639
6640 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6641 (nnimap-request-expire-articles): Use it to avoid sending 'UID
6642 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6643 Courier IMAP ("some version from 2004"). Mostly based on similar
6644 code in the same function.
6645
66462005-10-26 Didier Verna <didier@xemacs.org>
6647
002876ab 6648 * gnus-group.el (gnus-group-compact-group): Invalidate original
01c52d31 6649 article buffer.
002876ab 6650 * gnus-srvr.el (gnus-server-compact-server): Ditto.
c9e31f32 6651 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
01c52d31
MB
6652 NOV database and in article itself.
6653 Invalidate article backlog.
6654
66552005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
6656
6657 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6658
66592005-10-26 Simon Josefsson <jas@extundo.com>
6660
6661 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6662 part of 2004-07-25 change.
6663
66642005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
6665
6666 * message.el (message-display-completion-list): New function.
6667 (message-expand-group): Use it; make sure the Completions buffer
6668 is modifiable.
6669
66702005-10-30 Chong Yidong <cyd@stupidchicken.com>
6671
c9e31f32 6672 * imap.el (imap-open): Handle case where buffer is a buffer object.
01c52d31
MB
6673
66742005-10-24 Eli Zaretskii <eliz@gnu.org>
6675
6676 * pgg-def.el:
6677 * pgg-gpg.el:
6678 * pgg-parse.el:
6679 * pgg-pgp.el:
6680 * pgg-pgp5.el:
6681 * pgg.el: Move to the parent lisp directory.
6682
66832005-10-23 Chong Yidong <cyd@stupidchicken.com>
6684
6685 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6686 user-mail-name is an empty string.
6687
66882005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
6689
6690 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6691 depending on gnus-score-decay-constant.
6692
6693 * encrypt.el (encrypt-insert-file-contents)
6694 (encrypt-write-file-contents): Don't use `gnus-message'.
6695
6696 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6697 arguments.
6698 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
6699 arguments to mm-uu-verbatim-marks-extract.
6700 (mm-uu-hide-markers): New variable.
6701 (mm-uu-extract): Use face similar to `gnus-cite-3'.
6702
6703 * gnus-fun.el (gnus-convert-image-to-x-face-command)
6704 (gnus-convert-image-to-face-command): Use "convert" by default to
6705 allow other input image formats.
6706 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6707 accordingly.
6708
67092005-10-23 Simon Josefsson <jas@extundo.com>
6710
6711 * imap.el (imap-gssapi-program): Align command line parameters
6712 with latest GNU SASL.
6713 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6714
67152005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6716
6717 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6718 HTML.
6719 (nnslashdot-request-article): Ditto.
6720
67212005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
6722
6723 * mail-source.el (mail-source-fetch-pop): Require pop3.
6724 (mail-source-check-pop): Ditto.
6725
67262005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6727
6728 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6729 errors.
6730
67312005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
6732
6733 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6734 (gnus-treat-strip-leading-blank-lines): Improve doc string.
6735
6736 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6737
6738 * mm-bodies.el (mm-decode-string): Call
6739 `mm-charset-to-coding-system' with allow-override argument.
6740
67412005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6742
6743 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6744 (rfc2047-charset-to-coding-system): New function.
6745 (rfc2047-decode-encoded-words): New function.
6746 (rfc2047-decode-region): Use them.
6747 (rfc2047-decode-cte): Remove.
6748 (rfc2047-parse-and-decode): Remove.
6749 (rfc2047-decode): Remove.
6750
67512005-10-15 Kenichi Handa <handa@m17n.org>
6752
6753 * rfc2047.el (rfc2047-decode-cte): New function.
6754 (rfc2047-decode-region): Change the way to decode successive
6755 encoded-words: decode B- or Q-encoding in each encoded-word,
6756 concatenate them, and decode it as charset.
6757
67582005-10-17 Chong Yidong <cyd@stupidchicken.com>
6759
6760 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
6761 widget-move-and-invoke.
6762 (gnus-custom-mode): Use gnus-custom-map.
6763
67642005-10-15 Bill Wohler <wohler@newt.com>
6765
6766 * message.el (message-tool-bar-map): Renamed image file from
6767 mail_send to mail/send.
6768
67692005-10-16 Masatake YAMATO <jet@gyve.org>
6770
6771 * message.el (message-expand-group): Pass the common
6772 prefix substring of completion to `display-completion-list'.
6773
67742005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
6775
6776 * mml-sec.el (mml-secure-method): New internal variable.
6777 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
6778 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6779 functions using mml-secure-method.
6780
6781 * mml.el (mml-mode-map): Add key bindings for those functions.
6782 (mml-menu): Simplify security menu entries. Suggested by Jesper
6783 Harder <harder@myrealbox.com>.
6784 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
6785 end of message if point is the headers of the message.
6786
6787 * message.el (message-in-body-p): New function.
6788
6789 * assistant.el: Autoload gnus-util and netrc.
6790
6791 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
6792 Use `mm-charset-override-alist' only when decoding.
6793
6794 * mm-bodies.el (mm-decode-body): Call
6795 `mm-charset-to-coding-system' with allow-override argument.
6796
6797 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
6798 `filename' from Content-Disposition if Content-Type doesn't
6799 provide `name'.
6800 (gnus-mime-view-part-as-type): Set default instead of
6801 initial-input.
6802
68032005-10-09 Daniel Brockman <daniel@brockman.se>
6804
6805 * format-spec.el (format-spec): Propagate text properties of % spec.
6806
68072005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
6808
6809 * gnus-art.el (gnus-treat-predicate): Add `first'.
6810
68112005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
6812
6813 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
6814 (mm-charset-override-alist): New variable.
6815 (mm-charset-to-coding-system): Use it.
6816 (mm-codepage-setup): New helper function.
6817 (mm-charset-eval-alist): New variable.
6818 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
6819 about unknown charsets.
6820
68212005-10-04 David Hansen <david.hansen@gmx.net>
6822
6823 * nnrss.el (nnrss-request-article): Add support for the comments tag.
6824 (nnrss-check-group): Ditto.
6825
68262005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
6827
6828 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
6829 Rename x-gnus-verbatim to x-verbatim.
6830 (mm-uu-type-alist): Fix regexp for verbatim-marks.
6831
6832 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
6833 x-verbatim.
6834
6835 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
6836
6837 * gnus-util.el (gnus-remove-duplicates): Remove.
6838
6839 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
6840 instead of gnus-remove-duplicates.
6841
6842 * message.el (message-remove-duplicates): Remove.
6843 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
6844 message-remove-duplicates.
6845
6846 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
6847 available, else use implementation from `delete-dups'.
6848
6849 * message.el (message-insert-expires): New function.
6850 (message-mode-map): Add key binding.
6851 (message-mode-field-menu): Add menu entry.
6852 (message-mode): Document it.
6853 (message-make-expires-date): Use `message-make-date'.
6854
68552005-10-04 Josh Huber <huber@alum.wpi.edu>
6856
6857 * message.el (message-make-expires-date): New function.
6858
01c52d31
MB
68592005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
6860
6861 * time-date.el: Autoload parse-time-string, XEmacs needs it.
6862
68632005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6864
6865 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
6866 function rather than the diff-mode.el package.
6867 (mm-display-external): Use with-current-buffer.
6868 (mm-viewer-completion-map, mm-viewer-completion-map):
6869 Move initialization inside declaration.
6870
68712005-09-29 Simon Josefsson <jas@extundo.com>
6872
6873 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
6874 autoload mail-check-payment.
6875 (spam-check-hashcash): Define unconditionally, since hashcash.el
6876 is part of Gnus now. Ignore errors from payment checking.
6877
68782005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
6879
6880 * message.el (message-bold-region, message-unbold-region): Rename
6881 from `bold-region' and `unbold-region'.
6882
6883 * message.el: Remove useless autoloads.
6884
68852005-09-28 Simon Josefsson <jas@extundo.com>
6886
6887 * message.el (message-use-idna): Default to t.
6888 (message-use-idna): Test whether encoding works too. Doc fix.
6889
68902005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6891
6892 * nntp.el (nntp-warn-about-losing-connection): Remove.
6893
68942005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
6895
6896 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
6897 customizable. Change default value.
6898 (mm-uu-diff-groups-regexp): Change default value.
6899 (mm-uu-type-alist): Add doc string.
6900 (mm-uu-configure): Add doc string. Make it interactive.
6901 (mm-uu-tex-groups-regexp): New variable.
6902 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
6903 (mm-uu-type-alist): Add LaTeX documents.
6904 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
6905 of "text/verbatim".
6906 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
6907
6908 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
6909 instead of "text/verbatim".
6910
6911 * message.el (message-mark-inserted-region)
6912 (message-mark-insert-file): Use slrn style marks when called with
6913 prefix argument.
6914
69152005-09-27 Simon Josefsson <jas@extundo.com>
6916
6917 * message.el (message-idna-to-ascii-rhs-1): Reformat.
6918
880820fe 69192005-09-27 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
6920
6921 * message.el (message-remove-duplicates): New function.
6922 Implementation borrowed from `gnus-remove-duplicates'.
6923 (message-idna-to-ascii-rhs): Also encode idna addresses in
6924 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6925 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
6926 only ask about the same idna domain once per header and also tell
6927 in what header to replace the idna domain.
6928
6929 * gnus-art.el (article-decode-idna-rhs): Also decode idna
6930 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6931 (article-decode-idna-rhs): Fix regexp so that all idna-address in
6932 a header is decoded and not just the last one.
6933
69342005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
6935
6936 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
6937 has been decoded.
6938
6939 * mm-decode.el (mm-automatic-display): Add text/verbatim.
6940 (mm-insert-part): Don't modify text if it has been decoded.
6941
6942 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
6943 decoded.
6944
6945 * mm-view.el (mm-inline-text): Don't strip text props unless
6946 decoding enriched or richtext parts.
6947
69482005-09-25 Romain Francoise <romain@orebokech.com>
6949
6950 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
6951 * gnus-start.el (gnus-subscribe-interactively):
6952 * gnus-uu.el (gnus-uu-grab-articles):
6953 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
6954 space.
6955
69562005-09-24 Emilio C. Lopes <eclig@gmx.net>
6957
6958 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6959 * mm-view.el (mm-view-pkcs7-decrypt):
6960 * gnus-sum.el (gnus-summary-limit-to-extra)
6961 (gnus-summary-respool-article, gnus-read-move-group-name):
6962 * gnus-score.el (gnus-summary-increase-score):
6963 * gnus-util.el (gnus-completing-read-with-default):
6964 * gnus-art.el (gnus-read-save-file-name)
6965 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
6966 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
6967 * message.el (message-check-news-header-syntax):
6968 Follow convention for reading with the minibuffer.
6969
69702005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
6971
6972 * spam-report.el (spam-report-url-ping-plain):
6973 Use gnus-extended-version as User-Agent.
6974
6975 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
6976 default value is nil.
6977
6978 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
6979 (mm-uu-verbatim-marks-extract): New function.
6980 (mm-uu-extract): New face.
6981 (mm-uu-copy-to-buffer): Use it.
6982
6983 * spam-report.el (spam-report-gmane-ham): Renamed from
6984 `spam-report-gmane-unspam'.
6985 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
6986 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
6987
6988 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
6989 Autoload.
6990 (spam-report-gmane-unregister-routine): Renamed
6991 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
6992
69932005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
6994
6995 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
6996 (spam-report-gmane-unregister-routine): Add support for gmane
6997 unregistration.
6998
6999 * spam-report.el (spam-report-gmane-unspam)
7000 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7001 (spam-report-gmane): Change to take a single article and do unspam
7002 registration.
7003
70042005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
7005
7006 * mm-url.el (mm-url-decode-entities): Fix regexp.
7007
70082005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7009
7010 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7011 default to nil, to be able to use Gnus at all. If the default
7012 switches to something else, then the function should be fixed not
7013 be exceedingly slow.
7014
70152005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
7016
7017 * gnus-start.el (gnus-activate-group): If the server is nil, don't
7018 fail hard.
7019
7020 * spam-report.el: Add better Keywords line.
7021
7022 * spam.el: Add Maintainer and better Keywords line.
7023
70242005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
7025
7026 * gnus-art.el (gnus-article-replace-part)
7027 (gnus-mime-replace-part): New functions.
7028 (gnus-mime-action-alist, gnus-mime-button-commands)
7029 (gnus-mime-save-part-and-strip): Added file argument.
7030 (gnus-article-part-wrapper): Added interactive argument.
7031
7032 * gnus-sum.el (gnus-summary-mime-map): Add
7033 `gnus-article-replace-part'.
7034
70352005-09-19 Didier Verna <didier@xemacs.org>
7036
7037 The nnml compaction feature:
7038 * nnml.el (nnml-request-compact-group): New function.
7039 * nnml.el (nnml-request-compact): New function.
7040 * gnus-int.el (gnus-request-compact-group): New function.
7041 * gnus-int.el (gnus-request-compact): New function.
7042 * gnus-group.el (gnus-group-compact-group): New function.
7043 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7044 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7045 * gnus-srvr.el (gnus-server-compact-server): New function.
7046 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7047 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7048
70492005-09-18 Deepak Goel <deego@gnufans.org>
7050
7051 * sieve.el (sieve-help): Fix `message' call: first arg should be a
7052 format spec.
7053
70542005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7055
7056 * gnus.el (gnus-group-startup-message): Bind image-load-path.
7057
70582005-09-15 Romain Francoise <romain@orebokech.com>
7059
7060 * message.el (message-fill-paragraph): Clarify docstring.
7061
70622005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7063
7064 * gnus-art.el (gnus-mime-display-part): Protect against broken
7065 MIME messages.
7066
70672005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
7068
7069 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7070 before parsing header.
7071
70722005-09-11 Jari Aalto <jari.aalto@cante.net>
7073
002876ab 7074 * html2text.el (html2text-replace-list): Add new entities.
01c52d31
MB
7075
70762005-09-11 Romain Francoise <romain@orebokech.com>
7077
7078 * message.el (message-alternative-emails): Improve docstring.
7079 (message-setup-1): Call `message-use-alternative-email-as-from'
7080 after `message-setup-hook' to give it precedence over posting
7081 styles, etc.
7082 (message-use-alternative-email-as-from): Add docstring. Remove
7083 the original From header if present.
7084
7085 * nnml.el (nnml-compressed-files-size-threshold): New variable.
7086 (nnml-save-mail): Use it.
7087
7088 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7089 articles. Add new argument `silent'.
7090 (gnus-uu-mark-all): Report the total number of marked articles.
7091
70922005-09-10 Romain Francoise <romain@orebokech.com>
7093
7094 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7095 (gnus-uu-mark-series): Likewise.
7096
70972005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
7098
7099 * spam-report.el (spam-report-gmane): Fix generation of spam
7100 report URL.
7101
71022005-09-10 Simon Josefsson <jas@extundo.com>
7103
7104 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7105 t, based on discussion on the ding list with Robert Epprecht
7106 <epprecht@solnet.ch>.
7107
71082005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
7109
7110 * spam-report.el (spam-report-gmane): Make it work without
7111 X-Report-Spam header. Gmane now only provides Archived-At.
7112 This is only used if `spam-report-gmane-use-article-number' is nil.
7113 (spam-report-gmane-spam-header): Remove. Not used anymore.
7114
7115 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7116 make `gnus-summary-sort-by-recipient' work with threading.
7117
7118 * nnweb.el (nnweb-google-wash-article): Print a message if article
7119 is not available.
7120
71212005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7122
7123 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7124 change. Decode text/* parts content before displaying.
7125
71262005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
7127
7128 * mml-smime.el: Remove defvar of gnus-extract-address-components.
7129
71302005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
7131
7132 * mm-view.el (mm-display-inline-fontify): Disable support modes.
7133
71342005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
7135
c9e31f32 7136 * message.el (message-tab-body-function): Fix mismatched custom type.
01c52d31
MB
7137
7138 * gnus.el (gnus-group-change-level-function): Ditto.
7139
7140 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7141
7142 * gnus-art.el (gnus-signature-limit)
7143 (gnus-article-mime-part-function): Ditto.
7144
71452005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
7146
7147 * mml.el (mml-mode): Silence the byte compiler.
7148
7149 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7150 using `(sit-for 0)' before moving the point to the specified part;
7151 skip unbuttonized parts.
7152 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7153 return to the summary window if gnus-auto-select-part is non-nil.
7154
71552005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
7156
7157 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7158 variables.
7159 (mml-dnd-attach-file, mml-mode): Use them.
7160
7161 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7162 Make fetching article by MID work again for Google Groups. Added
7163 FIXME concerning gnus-group-make-web-group.
7164
7165 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7166 Don't depend on Gnus by using mail-extract-address-components if
7167 gnus-extract-address-components is not bound.
7168
71692005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7170
7171 * gnus-art.el (gnus-mime-display-security): Don't display the
7172 signature, but only the signed part.
7173
71742005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
7175
7176 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7177
7178 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7179 list, not listp.
7180
71812005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
7182
7183 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7184 when encoding.
7185
7186 * mm-bodies.el (mm-decode-content-transfer-encoding):
7187 De-canonicalize CRLF for all text content types, not just
7188 text/plain.
7189
71902005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7191
7192 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7193 valid article; point arrow and cursor at the MIME button.
7194
71952005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
7196
7197 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7198 Suggested by Dan Christensen <jdc@uwo.ca>.
7199
7200 * mm-decode.el (mm-save-part): Enable change of prompt.
7201
72022005-08-29 Jari Aalto <jari.aalto@cante.net>
7203
7204 * gnus-msg.el (gnus-inews-add-send-actions): Made
7205 `message-post-method' lambda parameter ARG `&optional'.
7206
72072005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
7208
7209 * gnus-sum.el (gnus-summary-mime-map): Added
7210 gnus-article-save-part-and-strip, gnus-article-delete-part and
7211 gnus-article-jump-to-part.
7212
7213 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7214 (gnus-article-edit-part): Use it.
7215 (gnus-article-part-wrapper): Added no-handle argument.
7216 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7217 functions.
7218
72192005-08-29 Romain Francoise <romain@orebokech.com>
7220
7221 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7222 docstring.
7223 (gnus-face-from-file): Likewise.
7224
72252005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
7226
7227 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7228 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7229 non-nil.
7230 (gnus-auto-select-part): New variable.
7231 (gnus-article-jump-to-part): New function.
7232 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7233 (gnus-mime-delete-part): Allow selecting specified part after
7234 deleting or stripping parts.
7235 (gnus-article-jump-to-part): Don't use `read-number'. Use last
7236 part if argument is bogus.
7237
72382005-08-31 Juanma Barranquero <lekktu@gmail.com>
7239
7240 * gnus-art.el (w3m-minor-mode-map):
7241 * gnus-spec.el (gnus-newsrc-file-version):
7242 * gnus-util.el (nnmail-active-file-coding-system)
7243 (gnus-original-article-buffer, gnus-user-agent):
7244 * gnus.el (gnus-ham-process-destinations)
7245 (gnus-parameter-ham-marks-alist)
7246 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7247 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7248 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7249 * mm-decode.el (gnus-current-window-configuration):
7250 * mm-extern.el (gnus-article-mime-handles):
7251 * mm-url.el (url-current-object, url-package-name)
7252 (url-package-version):
7253 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7254 (smime-keys, w3m-cid-retrieve-function-alist)
7255 (w3m-current-buffer, w3m-display-inline-images)
7256 (w3m-minor-mode-map):
7257 * mml-smime.el (gnus-extract-address-components):
7258 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7259 (gnus-newsrc-hashtb, message-default-charset)
7260 (message-deletable-headers, message-options)
7261 (message-posting-charset, message-required-mail-headers)
7262 (message-required-news-headers):
7263 * mml1991.el (mc-pgp-always-sign):
7264 * mml2015.el (mc-pgp-always-sign):
7265 * nnheader.el (nnmail-extra-headers):
7266 * rfc1843.el (gnus-decode-encoded-word-function)
7267 (gnus-decode-header-function, gnus-newsgroup-name):
7268 * spam-stat.el (gnus-original-article-buffer): Add defvars.
7269
72702005-08-22 Karl Chen <quarl@cs.berkeley.edu>
7271
7272 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7273 the end of the date treatments.
7274
72752005-08-15 Simon Josefsson <jas@extundo.com>
7276
7277 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7278 it in url-handlers.el and XEmacs in url.el. Reported by Luca
7279 Capello and Romain Francoise.
7280 (pgg-fetch-key-function): Removed, not used?
7281 (pgg-insert-url-with-w3): Require url, to get
7282 url-insert-file-contents regardless of where it is defined.
7283
72842005-08-13 Romain Francoise <romain@orebokech.com>
7285
7286 * message.el (message-cite-original-1): New function.
7287 (message-cite-original): Use it.
7288 (message-cite-original-without-signature): Ditto.
7289
72902005-08-08 Romain Francoise <romain@orebokech.com>
7291
7292 * message.el (message-yank-empty-prefix): New variable.
7293 (message-indent-citation): Use it.
7294 (message-cite-original-without-signature): Respect X-No-Archive.
7295
72962005-08-08 Simon Josefsson <jas@extundo.com>
7297
7298 * pgg.el: Autoload url-insert-file-contents instead of loading
7299 w3/url.
7300 (pgg-insert-url-with-w3): Don't load url here.
7301
73022005-08-07 Jesper Harder <harder@phys.au.dk>
7303
7304 * message.el (message-kill-to-signature): Don't insert newline at
7305 bol.
7306 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7307
73082005-08-06 Romain Francoise <romain@orebokech.com>
7309
7310 * message.el (message-user-fqdn): Fix typo in docstring.
7311
73122005-08-05 Daiki Ueno <ueno@unixuser.org>
7313
7314 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7315
7316 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7317
73182005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
7319
7320 * mm-bodies.el (mm-encode-body): Use coding system rather than
7321 charset to encode text.
7322
7323 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7324 number of charsets if utf-8 is available (XEmacs).
7325
73262005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
7327
7328 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7329 taken from `gnus-button-mid-or-mail-regexp'.
7330 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7331 (gnus-button-alist): Improve regexp for domain part of the MIDs
7332 for news:localpart@domain buttons.
7333 (gnus-button-ctan-directory-regexp): Update.
7334
73352005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
7336
7337 * sieve-manage.el (sieve-manage-interactive-login): Use
7338 make-local-variable rather than make-variable-buffer-local.
7339 (sieve-manage-open): Ditto.
7340 (sieve-manage-authenticate): Ditto.
7341
7342 * mml.el (mml-generate-mime-1): Make the content type default to
7343 text/plain if the filename is not specified.
7344
73452005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
7346
7347 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7348 instead of insert-buffer.
7349
7350 * message.el (message-yank-original): Ditto; set the mark at the
7351 end of the yanked message.
7352
73532005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
7354
7355 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7356 lines to scroll rather than to stop it.
7357
7358 * mml.el (mml-generate-default-type): Add doc string.
7359 (mml-generate-mime-1): Use mm-default-file-encoding or make it
7360 default to application/octet-stream when determining the content
7361 type if it is not specified for the part or the mml contents; add
7362 a comment about mml-generate-default-type.
7363
73642005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
7365
7366 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7367 make it default to application/octet-stream when determining the
7368 content type if it is not specified for the external contents.
7369
73702005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
7371
7372 * rfc2231.el (rfc2231-parse-string): Take care that not only a
7373 segmented parameter but also other parameters might be there.
7374
73752005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
7376
7377 * mm-decode.el (mm-display-external): Delete temp file, directory
7378 and buffer immediately if the external process is exited.
7379
73802005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
7381
7382 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7383 fewer lines than that of scroll-margin.
7384 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7385
73862005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
7387
7388 * gnus-art.el (gnus-article-next-page): Revert.
7389 (gnus-article-beginning-of-window): New macro.
7390 (gnus-article-next-page-1): Use it.
7391 (gnus-article-prev-page): Ditto.
7392 (gnus-article-edit-part): Use insert-buffer-substring instead of
7393 insert-buffer.
7394 (gnus-article-edit-exit): Ditto.
7395
7396 * gnus-util.el (gnus-beginning-of-window): Remove.
7397 (gnus-end-of-window): Remove.
7398
73992005-07-25 Simon Josefsson <jas@extundo.com>
7400
7401 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7402 to have the url package without w3. Reported by Daiki Ueno
7403 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7404
74052005-07-20 Didier Verna <didier@xemacs.org>
7406
7407 * gnus-diary.el: Remove the description comment (nndiary is now
7408 properly documented in the Gnus manual).
7409 Fix the spelling of "Back End".
7410 * nndiary.el: Ditto.
7411 Fix the copyright notice.
7412
74132005-07-18 Romain Francoise <romain@orebokech.com>
7414
149cd465
JB
7415 * gnus-sum.el (gnus-summary-to-prefix)
7416 (gnus-summary-newsgroup-prefix): New variables.
01c52d31
MB
7417 (gnus-summary-from-or-to-or-newsgroups): Use them.
7418
74192005-07-17 Romain Francoise <romain@orebokech.com>
7420
7421 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7422 space as it's generally not especially interesting to the user.
7423
74242005-07-16 Romain Francoise <romain@orebokech.com>
7425
7426 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7427 nil to avoid prompting and file modification if one of the
7428 messages at the top of the nnfolder file contains a copyright
7429 notice.
7430 Update copyright notice.
7431
7432 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7433 instead of `current-time-string' as the latter creates a time
7434 string that is not RFC 2822 compliant (it lacks the zone).
7435 Update copyright notice.
7436
74372005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7438
7439 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7440 for text/rtf. Display default in prompt. Pass default for M-n.
7441
7442 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7443
74442005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7445
7446 * gnus-msg.el (gnus-button-mailto): Remove
7447 save-selected-window-window hackery because it relies on
7448 save-selected-window internals.
7449
74502005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
7451
7452 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7453 (gnus-article-next-page-1): Use gnus-beginning-of-window.
7454 (gnus-article-prev-page): Ditto.
7455
7456 * gnus-util.el (gnus-beginning-of-window): New function.
7457 (gnus-end-of-window): New function.
7458
74592005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
7460
7461 * gnus-score.el (gnus-score-edit-all-score): Set
7462 gnus-score-edit-exit-function to gnus-score-edit-done and call
7463 gnus-message.
7464
74652005-07-14 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-13 Katsumi Yamaoka <yamaoka@jpl.org>
7472
7473 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7474 add-minor-mode.
7475 (gnus-binary-mode): Ditto.
7476
7477 * gnus-topic.el (gnus-topic-mode): Ditto.
7478
74792005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
7480
7481 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7482 (gnus-article-prev-page): Take scroll-margin into consideration.
7483
74842005-07-04 Lute Kamstra <lute@gnu.org>
7485
7486 Update FSF's address in GPL notices.
7487
74882005-07-04 Juanma Barranquero <lekktu@gmail.com>
7489
7490 * gnus.el (gnus-exit):
7491 * gnus-group.el (gnus-group-icons):
7492 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7493
7494 * gnus-nocem.el (gnus-nocem):
7495 * message.el (message-various, message-buffers, message-sending)
7496 (message-interface, message-forwarding, message-insertion)
7497 (message-headers, message-news, message-mail):
7498 * pgg-gpg.el (pgg-gpg):
7499 * pgg-parse.el (pgg-parse):
7500 * pgg-pgp.el (pgg-pgp):
7501 * pgg-pgp5.el (pgg-pgp5):
7502 * pop3.el (pop3): Finish `defgroup' description with period.
7503
75042005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
7505
7506 * gnus-art.el (article-display-face): Improve the efficiency.
7507 (article-display-x-face): Ditto; remove grey x-face stuff.
7508
75092005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
7510
7511 * gnus-art.el (article-display-face): Correct the position in
7512 which Faces are inserted.
7513
75142005-06-29 Didier Verna <didier@xemacs.org>
7515
7516 * gnus-art.el (article-display-face): Display faces in correct
7517 order.
7518
75192005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7520
7521 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7522 (gnus-fill-real-hashtb): Use hash table instead of obarray.
7523 (gnus-nocem-check-article): Fetch the Type header.
7524 (gnus-nocem-message-wanted-p): Fix the way to examine types.
7525 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7526 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7527 make sure gnus-nocem-hashtb is initialized.
7528 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7529 (gnus-nocem-unwanted-article-p): Ditto.
7530
7531 * pgg.el (pgg-verify): Return the verification result.
7532
75332005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7534
7535 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7536 is ascii.
7537
75382005-06-24 Juanma Barranquero <lekktu@gmail.com>
7539
7540 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7541 `show-nonbreak-escape'.
7542
75432005-06-23 Lute Kamstra <lute@gnu.org>
7544
7545 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7546
7547 * dig.el (dig-mode):
7548 * smime.el (smime-mode): Use gnus-run-mode-hooks.
7549
75502005-06-21 Juanma Barranquero <lekktu@gmail.com>
7551
7552 * nnimap.el (nnimap-split-download-body): Fix spellings.
7553
75542005-06-16 Juanma Barranquero <lekktu@gmail.com>
7555
7556 * gnus-art.el (gnus-article-encrypt-body):
7557 * gnus-cus.el (gnus-score-customize):
cc398b83
JB
7558 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7559 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
b66c24b4 7560
880820fe 75612005-06-16 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
7562
7563 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7564 header by looking for magic "MII" at the beginnig.
7565
75662005-06-16 Miles Bader <miles@gnu.org>
7567
7568 * assistant.el (assistant-field): Remove "-face" suffix from face name.
7569 (assistant-field-face): New backward-compatibility alias for renamed
7570 face.
7571 (assistant-render-text): Use renamed assistant-field face.
7572
7573 * spam.el (spam): Remove "-face" suffix from face name.
7574 (spam-face): New backward-compatibility alias for renamed face.
7575 (spam-face, spam-initialize): Use renamed spam face.
7576
7577 * message.el (message-header-to, message-header-cc)
7578 (message-header-subject, message-header-newsgroups)
7579 (message-header-other, message-header-name)
7580 (message-header-xheader, message-separator, message-cited-text)
7581 (message-mml): Remove "-face" suffix from face names.
7582 (message-header-to-face, message-header-cc-face)
7583 (message-header-subject-face, message-header-newsgroups-face)
7584 (message-header-other-face, message-header-name-face)
7585 (message-header-xheader-face, message-separator-face)
7586 (message-cited-text-face, message-mml-face):
7587 New backward-compatibility aliases for renamed faces.
7588 (message-font-lock-keywords): Use renamed message faces.
7589
7590 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7591 (sieve-test-commands, sieve-tagged-arguments):
7592 Remove "-face" suffix from face names.
7593 (sieve-control-commands-face, sieve-action-commands-face)
7594 (sieve-test-commands-face, sieve-tagged-arguments-face):
7595 New backward-compatibility aliases for renamed faces.
7596 (sieve-control-commands-face, sieve-action-commands-face)
7597 (sieve-test-commands-face, sieve-tagged-arguments-face):
7598 Use renamed sieve faces.
7599
7600 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7601 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7602 (gnus-group-news-3-empty, gnus-group-news-4)
7603 (gnus-group-news-4-empty, gnus-group-news-5)
7604 (gnus-group-news-5-empty, gnus-group-news-6)
7605 (gnus-group-news-6-empty, gnus-group-news-low)
7606 (gnus-group-news-low-empty, gnus-group-mail-1)
7607 (gnus-group-mail-1-empty, gnus-group-mail-2)
7608 (gnus-group-mail-2-empty, gnus-group-mail-3)
7609 (gnus-group-mail-3-empty, gnus-group-mail-low)
7610 (gnus-group-mail-low-empty, gnus-summary-selected)
7611 (gnus-summary-cancelled, gnus-summary-high-ticked)
7612 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7613 (gnus-summary-high-ancient, gnus-summary-low-ancient)
7614 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7615 (gnus-summary-low-undownloaded)
7616 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7617 (gnus-summary-low-unread, gnus-summary-normal-unread)
7618 (gnus-summary-high-read, gnus-summary-low-read)
7619 (gnus-summary-normal-read, gnus-splash):
7620 Remove "-face" suffix from face names.
7621 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7622 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7623 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7624 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7625 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7626 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7627 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7628 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7629 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7630 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7631 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7632 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7633 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7634 (gnus-summary-normal-ticked-face)
7635 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7636 (gnus-summary-normal-ancient-face)
7637 (gnus-summary-high-undownloaded-face)
7638 (gnus-summary-low-undownloaded-face)
7639 (gnus-summary-normal-undownloaded-face)
7640 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7641 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7642 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7643 (gnus-splash-face):
7644 New backward-compatibility aliases for renamed faces.
7645 (gnus-group-startup-message): Use renamed gnus faces.
7646
7647 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7648 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7649 (gnus-server-agent): Remove "-face" suffix from face names.
7650 (gnus-server-agent-face, gnus-server-opened-face)
7651 (gnus-server-closed-face, gnus-server-denied-face)
7652 (gnus-server-offline-face):
7653 New backward-compatibility aliases for renamed faces.
7654 (gnus-server-agent-face, gnus-server-opened-face)
7655 (gnus-server-closed-face, gnus-server-denied-face)
7656 (gnus-server-offline-face): Use renamed gnus faces.
7657
7658 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7659 Remove "-face" suffix from face names.
7660 (gnus-picon-xbm-face, gnus-picon-face):
7661 New backward-compatibility aliases for renamed faces.
7662
7663 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7664 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7665 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7666 (gnus-cite-11): Remove "-face" suffix from face names.
7667 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7668 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7669 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7670 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7671 New backward-compatibility aliases for renamed faces.
7672 (gnus-cite-attribution-face, gnus-cite-face-list)
7673 (gnus-article-boring-faces): Use renamed gnus faces.
7674
7675 * gnus-art.el (gnus-signature, gnus-header-from)
7676 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7677 (gnus-header-content): Remove "-face" suffix from face names.
7678 (gnus-signature-face, gnus-header-from-face)
7679 (gnus-header-subject-face, gnus-header-newsgroups-face)
7680 (gnus-header-name-face, gnus-header-content-face):
7681 New backward-compatibility aliases for renamed faces.
7682 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7683
7684 * gnus-sum.el (gnus-summary-selected-face)
7685 (gnus-summary-highlight): Use renamed gnus faces.
7686 * gnus-group.el (gnus-group-highlight): Likewise.
7687
76882005-06-14 Juanma Barranquero <lekktu@gmail.com>
7689
7690 * gnus-sieve.el (gnus-sieve-article-add-rule):
7691 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7692 * spam-stat.el (spam-stat-buffer-change-to-spam)
7693 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7694
7695 * message.el (message-is-yours-p):
7696 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7697
76982005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
7699
7700 * mm-view.el (mm-inline-text): Withdraw the last change.
7701
77022005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
7703
7704 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7705 executing enriched-decode.
7706
77072005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
7708
7709 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7710 charset of tar files.
7711
77122005-06-04 Luc Teirlinck <teirllm@auburn.edu>
7713
7714 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7715
77162005-06-04 Lute Kamstra <lute@gnu.org>
7717
7718 * nnfolder.el (nnfolder-read-folder): Make sure that undo
7719 information is never recorded.
7720
77212005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7722
7723 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7724
77252005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
7726
7727 * pop3.el (pop3-apop): Run md5 in the binary mode.
7728
7729 * starttls.el (starttls-set-process-query-on-exit-flag):
7730 Use eval-and-compile.
7731
77322005-05-31 Simon Josefsson <jas@extundo.com>
7733
7734 * smime.el (smime-replace-in-string): Define.
7735 (smime-cert-by-ldap-1): Use it.
7736
77372005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
7738
7739 * gnus-art.el (article-display-x-face): Replace
7740 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7741
7742 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7743 set-process-query-on-exit-flag or process-kill-without-query.
7744
7745 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7746 loop instead of replace-regexp.
7747
7748 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7749 instead of process-kill-without-query if it is available.
7750
7751 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7752 instead of find-file-hooks if it is available.
7753
7754 * mml1991.el: Bind pgg-default-user-id when compiling.
7755
7756 * mml2015.el: Bind pgg-default-user-id when compiling.
7757
7758 * nndraft.el (nndraft-request-associate-buffer):
7759 Use write-contents-functions instead of write-contents-hooks if it is
7760 available.
7761
7762 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7763 instead of find-file-hooks if it is available.
7764
7765 * nntp.el (nntp-open-connection): Replace
7766 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7767 (nntp-open-ssl-stream): Ditto.
7768 (nntp-open-tls-stream): Ditto.
7769
7770 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
7771 set-process-query-on-exit-flag or process-kill-without-query.
7772 (starttls-open-stream-gnutls): Use it instead of
7773 process-kill-without-query.
7774 (starttls-open-stream): Ditto.
7775
77762005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
7777
7778 * smime.el (smime-cert-by-ldap-1): Don't use
7779 replace-regexp-in-string.
7780
880820fe 77812005-05-31 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
7782
7783 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
7784
7785 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
002876ab 7786 in PEM format. Adjust to the XEmacs compability.
01c52d31
MB
7787
77882005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
7789
7790 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
7791 by `string-to-number'.
7792 * gnus-agent.el (gnus-agent-regenerate-group)
7793 (gnus-agent-fetch-articles): Ditto.
7794 * gnus-art.el (gnus-button-fetch-group): Ditto.
7795 * gnus-cache.el (gnus-cache-generate-active)
7796 (gnus-cache-articles-in-group): Ditto.
7797 * gnus-group.el (gnus-group-set-current-level)
7798 (gnus-group-insert-group-line): Ditto.
7799 * gnus-score.el (gnus-score-set-expunge-below)
7800 (gnus-score-set-mark-below, gnus-summary-score-effect)
7801 (gnus-summary-score-entry): Ditto.
7802 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
7803 (gnus-soup-pack): Ditto.
7804 * gnus-spec.el (gnus-xmas-format): Ditto.
7805 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
7806 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
7807 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
7808 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
7809 * nndb.el (nndb-get-remote-expire-response): Ditto.
7810 * nndiary.el (nndiary-parse-schedule-value)
7811 (nndiary-string-to-number, nndiary-request-replace-article)
7812 (nndiary-request-article): Ditto.
7813 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
7814 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
7815 * nneething.el (nneething-make-head): Ditto.
7816 * nnfolder.el (nnfolder-request-article)
7817 (nnfolder-retrieve-headers): Ditto.
7818 * nnheader.el (nnheader-file-to-number): Ditto.
7819 * nnkiboze.el (nnkiboze-request-article): Ditto.
7820 * nnmail.el (nnmail-process-unix-mail-format)
7821 (nnmail-process-babyl-mail-format): Ditto.
7822 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
7823 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
7824 (nnmh-request-create-group, nnmh-request-list-1)
7825 (nnmh-request-group, nnmh-request-article): Ditto.
7826 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
7827 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
7828 * nnsoup.el (nnsoup-make-active): Ditto.
7829 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
7830 * nntp.el (nntp-find-group-and-number)
7831 (nntp-retrieve-headers-with-xover): Ditto.
7832 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
7833 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
7834 (pgg-format-key-identifier): Ditto.
7835 * pop3.el (pop3-last, pop3-stat): Ditto.
7836 * qp.el (quoted-printable-decode-region): Ditto.
7837
7838 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
7839 of concat.
7840
78412005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
7842
7843 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
7844
7845 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
7846
7847 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
7848
7849 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
7850
7851 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
7852
7853 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
7854
7855 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
7856 (gnus-carpal-mode): Ditto.
7857
7858 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
7859 (gnus-browse-mode): Ditto.
7860
7861 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
7862
7863 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
7864
78652005-05-29 Richard M. Stallman <rms@gnu.org>
7866
7867 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
7868
78692005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
7870
7871 * gnus-util.el (gnus-run-mode-hooks): New function.
7872
7873 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
7874
78752005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7876
7877 * gnus-agent.el (gnus-agent-make-mode-line-string):
7878 Use mode-line-highlight as mouse-face.
7879
78802005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
7881
7882 * canlock.el (canlock): Change the parent group to news.
7883
7884 * deuglify.el (gnus-outlook-deuglify): Add :group.
7885
7886 * dig.el (dig): Add :group.
7887
7888 * dns-mode.el (dns-mode): Add :group.
7889
7890 * encrypt.el (encrypt): Add :group.
7891
7892 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
7893 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
7894 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
7895 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
7896 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
7897
7898 * gnus-diary.el (gnus-diary): Add :group.
7899
7900 * gnus.el (gnus-group-news-1-face): Add :group.
7901 (gnus-group-news-1-empty-face): Ditto.
7902 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
7903 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
7904 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
7905 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
7906 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
7907 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
7908 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
7909 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
7910 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
7911 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
7912 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
7913 (gnus-summary-high-ticked-face): Ditto.
7914 (gnus-summary-low-ticked-face): Ditto.
7915 (gnus-summary-normal-ticked-face): Ditto.
7916 (gnus-summary-high-ancient-face): Ditto.
7917 (gnus-summary-low-ancient-face): Ditto.
7918 (gnus-summary-normal-ancient-face): Ditto.
7919 (gnus-summary-high-undownloaded-face): Ditto.
7920 (gnus-summary-low-undownloaded-face): Ditto.
7921 (gnus-summary-normal-undownloaded-face): Ditto.
7922 (gnus-summary-high-unread-face): Ditto.
7923 (gnus-summary-low-unread-face): Ditto.
7924 (gnus-summary-normal-unread-face): Ditto.
7925 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
7926 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
7927
7928 * hashcash.el (hashcash): New custom group.
7929 (hashcash-default-payment): Add :group.
7930 (hashcash-payment-alist): Ditto.
7931 (hashcash-default-accept-payment): Ditto.
7932 (hashcash-accept-resources): Ditto.
7933 (hashcash-path): Ditto.
7934 (hashcash-extra-generate-parameters): Ditto.
7935 (hashcash-double-spend-database): Ditto.
7936 (hashcash-in-news): Ditto.
7937
7938 * message.el (message-minibuffer-local-map): Add :group.
7939
7940 * netrc.el (netrc): Add :group.
7941
7942 * sieve-manage.el (sieve-manage-log): Add :group.
7943 (sieve-manage-default-user): Diito.
7944 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
7945 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
7946 (sieve-manage-authenticators): Ditto.
7947 (sieve-manage-authenticator-alist): Ditto.
7948 (sieve-manage-default-port): Ditto.
7949
7950 * sieve-mode.el (sieve-control-commands-face): Add :group.
7951 (sieve-action-commands-face): Ditto.
7952 (sieve-test-commands-face): Ditto.
7953 (sieve-tagged-arguments-face): Ditto.
7954
7955 * smime.el (smime): Add :group.
7956
7957 * spam-report.el (spam-report): Add :group.
7958
7959 * spam.el (spam, spam-face): Add :group.
7960
79612005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7962
7963 * nntp.el (nntp-next-result-arrived-p): Some news servers may
7964 return \n.\n.\n at the end of articles. Protect against that.
7965 (nntp-with-open-group): Allow debugging.
7966
7967 * nnheader.el (mail-header-set-extra): Make into a function
7968 because I just could't understand how to quote the list properly.
7969
7970 * dns.el (query-dns-cached): New function.
7971
79722005-05-26 Lute Kamstra <lute@gnu.org>
7973
7974 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
7975
79762005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
7977
7978 * gnus-art.el: Don't autoload mail-extract-address-components.
7979
7980 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
7981 eval-and-compile to evaluate it.
7982
7983 * hashcash.el: Don't autoload executable-find.
7984
7985 * nndb.el: Don't declare the nndb back end two or more times; don't
7986 autoload news-reply-mode, news-setup, cancel-timer and telnet.
7987
7988 * nntp.el: Autoload format-spec instead of format; use
7989 eval-and-compile to evaluate autoload forms.
7990
79912005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
7992
7993 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
7994
79952005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7996
7997 * gnus.el (gnus-version-number): Bump version.
7998
79992005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
8000
8001 * gnus.el: No Gnus v0.3 is released.
8002
80032005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
8004
8005 * gnus-art.el (gnus-article-edit-part): Disable undo.
8006
80072005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
8008
8009 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8010 gnus-article-date-lapsed-new-header is t if date timer is active;
8011 skip headers in which the original date value is empty.
8012 (gnus-article-save-original-date): Redefine it as a macro.
8013 (gnus-display-mime): Use it.
8014
80152005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
8016
8017 * gnus-art.el (article-date-ut): Support converting date in
8018 forwarded parts as well.
8019 (gnus-article-save-original-date): New function.
8020 (gnus-display-mime): Use it.
8021
80222005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
8023
8024 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8025 enclosure element of <item>.
8026
80272005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
8028
8029 * message.el (message-kill-buffer-query): Renamed from
8030 `message-kill-buffer-query-if-modified'. Added :version.
8031
80322005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
8033
8034 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8035 window layout.
8036
80372005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
8038
8039 * mml.el: Autoload dnd when compiling.
8040
80412005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
8042
8043 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8044 x-dnd-*.
8045
80462005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
8047
8048 * qp.el (quoted-printable-encode-region): Save excursion.
8049
80502005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
8051
8052 * message.el (message-kill-buffer-query-if-modified): Add new variable
8053 so the user can kill a modified message buffer quickly.
8054 (message-kill-buffer): Use it.
8055
80562005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
8057
8058 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
8059 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8060
80612005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
8062
8063 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8064 contained in text because xml.el decodes entities) with LFs.
8065
80662005-04-11 Lute Kamstra <lute@gnu.org>
8067
8068 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8069 differently.
8070
80712005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8072
8073 * mm-util.el (mm-detect-coding-region): Typo.
8074
80752005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
8076
8077 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8078
80792005-04-06 D Goel <deego@gnufans.org>
8080
8081 * spam-stat.el (spam-stat-score-buffer): Add a call to a
8082 user-function allow user modifications of the scores.
8083 (spam-stat-score-buffer-user): New function, to allow
8084 user-computed modifications to the score.
002876ab
JB
8085 (spam-stat-score-buffer-user-functions): List of additional
8086 scoring functions.
8087 (spam-stat-error-holder): Global temporary error holder.
8088 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8089 variable.
01c52d31
MB
8090
80912005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
8092
8093 * gnus-registry.el (gnus-registry-clean-empty-function)
8094 (gnus-registry-trim, gnus-registry-fetch-groups)
8095 (gnus-registry-delete-group): Groups that match
8096 `gnus-registry-ignored-groups' are removed from the registry
8097 entries, not just ignored for splitting. This helps clean up the
8098 registry. Also, `gnus-registry-fetch-groups' is a convenient way
8099 to get all the groups a message ID is in.
8100
8101 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8102 (spam-stat-split-fancy): Change "threshhold" to "threshold"
8103 (spam-stat-score-buffer-user-functions): Add :number custom type.
8104
81052005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8106
8107 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8108 argument in XEmacs.
8109
8110 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8111 (nnrss-request-group): Decode group name first.
8112 (nnrss-request-article): Make a text/plain article if mml-to-mime
8113 failed.
8114 (nnrss-get-encoding): Return a compatible encoding according to
8115 nnrss-compatible-encoding-alist.
8116 (nnrss-find-el): Use consp instead of listp.
8117 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8118
81192005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8120
8121 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8122 which Emacs 20 doesn't support.
8123 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8124
81252005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
8126
8127 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
002876ab 8128 silence the byte compiler inside the defun.
01c52d31
MB
8129
8130 * gnus-demon.el (parse-time-string): Add autoload.
8131
8132 * gnus-delay.el (parse-time-string): Add autoload.
8133
8134 * gnus-art.el (parse-time-string): Add autoload.
8135
8136 * nnultimate.el (parse-time): Require for `parse-time-string'.
8137
81382005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
8139
8140 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8141
8142 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8143
8144 * smime.el (smime-ldap-host-list): Add :version.
8145
81462005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8147
8148 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8149 pass it to `gnus-browse-read-group'.
8150 (gnus-browse-read-group): Add NUMBER argument and pass it to
8151 `gnus-group-read-ephemeral-group'.
8152
8153 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8154 argument and pass it to `gnus-group-read-group'.
8155
81562005-03-19 Aidan Kehoe <kehoea@parhasard.net>
8157
8158 * mm-util.el (mm-xemacs-find-mime-charset): Only call
8159 mm-xemacs-find-mime-charset-1 if we have the mule feature
8160 available at runtime.
8161
81622005-03-25 Werner Lemberg <wl@gnu.org>
8163
8164 * nnmaildir.el: Replace `illegal' with `invalid'.
8165
81662005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8167
8168 * gnus-start.el (gnus-display-time-event-handler):
8169 Check display-time-timer at runtime rather than only at load time
8170 in case display-time-mode is turned off in the mean time.
8171
81722005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
8173
8174 * nnimap.el (nnimap-open-connection): Print which authinfo file is
8175 used.
8176
8177 * nneething.el (nneething-map-file-directory): Derive from
8178 `gnus-directory'.
8179
8180 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8181 the To/Cc button.
8182
81832005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
8184
8185 * nnmaildir.el (nnmaildir-request-accept-article):
8186 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8187
81882005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
8189
8190 * gnus-async.el: Require timer-funcs at compile time when in
8191 XEmacs for `run-with-idle-timer'.
8192
81932005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
8194
8195 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8196 autoloaded function.
8197
81982005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8199
8200 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8201
880820fe 82022005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
01c52d31
MB
8203
8204 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8205
82062005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8207
8208 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8209 gnus-expert-user to default.
8210
82112005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
8212
8213 * nnimap.el (nnimap-open-server): Ditto.
8214
8215 * imap.el (imap-authenticate): Fix typo.
8216
82172005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
8218
8219 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8220 buffer (since IMAP server might return FETCH response out of
8221 order, and the nntp buffer must be sorted).
8222
82232005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
8224
8225 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8226 comparison on string.
8227
149cd465
JB
8228 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8229 (gnus-agent-score): Renamed category keywords to match gnus-cus.
01c52d31
MB
8230 (gnus-agent-summary-fetch-series): Modified to protect against
8231 gnus-agent-summary-fetch-group clearing processable flags.
8232 (gnus-agent-synchronize-group-flags): Update live group buffer as
8233 synchronization may occur due to the user toggle the plugged
8234 status.
8235 (gnus-agent-fetch-group-1): Clear downloadable flag when article
8236 successfully downloaded.
8237 (gnus-agent-expire-group-1): Avoid using markers when the overview
8238 is in ascending order; greatly improves performance.
8239 (gnus-agent-regenerate-group): Use
8240 gnus-agent-synchronize-group-flags to reset read status in both
8241 gnus and server.
8242 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8243
82442005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8245
8246 * message.el: Don't autoload former message-utils variables.
8247 (message-strip-subject-trailing-was): Change doc string.
8248
8249 * nnweb.el: Fixes for `gnus-group-make-web-group'.
8250 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
8251 (nnweb-google-search): Add "hl=en" here.
8252 (nnweb-google-parse-1, nnweb-google-create-mapping):
8253 Don't hardcode URL.
8254
82552005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8256
8257 * message.el (message-get-reply-headers, message-followup):
8258 Mention related variables `message-use-followup-to' and
8259 `message-use-mail-followup-to', in the information buffer.
8260
8261 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8262 of broken groups(-beta).google.com.
8263
82642005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
8265
8266 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8267 parameter to invoked gnus-request-move-article; remove the
8268 redundant gnus-sum-hint-move-is-internal variable; apply the marks
8269 all at once instead of once per article.
8270 (gnus-summary-remove-process-mark): Accept a list of articles as
8271 well as a single article for processing.
8272
8273 * gnus-int.el (gnus-request-move-article): Add move-is-internal
8274 parameter.
8275
8276 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8277
8278 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8279
8280 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8281 parameter.
8282
8283 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8284 parameter.
8285
8286 * nnimap.el (nnimap-request-move-article): Add move-is-internal
8287 parameter and remove the gnus-sum-hint-move-is-internal variable.
8288
8289 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8290 parameter.
8291
8292 * nndraft.el (nndraft-request-move-article): Add move-is-internal
8293 parameter.
8294
8295 * nndiary.el (nndiary-request-move-article): Add move-is-internal
8296 parameter.
8297
8298 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8299
8300 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8301 parameter.
8302
8303 * nnagent.el (nnagent-request-move-article): Add move-is-internal
8304 parameter.
8305
83062005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
8307
8308 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8309 a more conservative way.
8310
83112005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8312
8313 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8314 buffer, so it moves the window's cursor.
8315
880820fe 83162005-02-26 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
8317
8318 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8319 `mm-dissect-multipart' and receive the from field as an (optional)
8320 argument from `mm-dissect-multipart'.
8321 (mm-dissect-multipart): Receive the from field as an argument and
8322 pass it on when we call `mm-dissect-buffer' on MIME parts.
8323 Fixes verification/decryption of signed/encrypted MIME parts.
8324
83252005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
8326
8327 * gnus-sum.el (gnus-summary-move-article): Set
8328 gnus-sum-hint-move-is-internal for gnus-request-move-article and
8329 whatever it calls (right now, only nnimap-request-move article
8330 respects it).
8331
8332 * nnimap.el (nnimap-request-move-article): When
8333 gnus-sum-hint-move-is-internal is set, don't do the extra
8334 nnimap-request-article.
8335
83362005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
8337
8338 * nnheader.el (nnheader-find-file-noselect): Add doc string.
8339
8340 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8341 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8342
8343 * gnus-sum.el (gnus-summary-caesar-message):
8344 Apply `gnus-treat-article' after rotation.
8345
8346 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8347 doc string.
8348
83492005-02-22 Simon Josefsson <jas@extundo.com>
8350
8351 * encrypt.el (encrypt-password-cache-expiry): Remove (use
880820fe 8352 `password-cache-expiry' instead). Reported by Arne Jørgensen
01c52d31
MB
8353 <arne@arnested.dk>.
8354 (encrypt): Add password-cache and password-cache-expiry as group
8355 members.
8356
880820fe 83572005-02-22 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
8358
8359 * smime.el (smime-ldap-host-list): Doc fix.
8360 (smime-ask-passphrase): Use `password-read-and-add' to read (and
8361 cache) password.
8362 (smime-sign-region): Use it.
8363 (smime-decrypt-region): Use it.
8364 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8365 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8366 fails.
8367 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8368 certificate from DER to PEM format rather than calling openssl.
8369
8370 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8371
8372 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8373 for signing/encryption.
8374
8375 * mml.el (mml-parse-1): Use them.
8376
880820fe 83772005-02-21 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
8378
8379 * nnrss.el (nnrss-verbose): Removed.
8380 (nnrss-request-group): Use `nnheader-message' instead.
8381
83822005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
8383
8384 * nnrss.el (nnrss-verbose): New variable.
8385 (nnrss-request-group): Make it say nnrss is requesting a group.
8386
83872005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
8388
8389 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8390 Handle news URL with given port correctly.
8391
83922005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
8393
8394 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8395 containing special characters.
8396
8397 * gnus-sum.el (gnus-summary-edit-article): Ditto.
8398
8399 * mml.el (mime-to-mml): Ditto.
8400
8401 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8402 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8403 (rfc2047-decode-region): Quote decoded words containing special
8404 characters when rfc2047-quote-decoded-words-containing-tspecials
8405 is non-nil.
8406
84072005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
8408
8409 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8410
8411 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8412
84132005-02-15 Simon Josefsson <jas@extundo.com>
8414
8415 * nnimap.el (nnimap-debug): Doc fix.
8416
8417 * imap.el (imap-debug): Doc fix.
8418
84192005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
8420
8421 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8422
84232005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
8424
8425 * gnus.el (spam-contents): Improve docs for spam-contents
8426 parameter in its variable incarnation.
8427
84282005-02-14 Simon Josefsson <jas@extundo.com>
8429
8430 * smime-ldap.el: Use require instead of load-library for ldap.
8431 (smime-ldap-search): Indent.
8432 (smime-ldap-search-internal): Shorten line.
8433
8434 * smime.el (smime-cert-by-dns): Add doc-string.
8435 (smime-cert-by-ldap-1): Indent.
8436
8437 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8438 mml-smime-get-dns-ldap.
8439 (mml-smime-encrypt-query): Use new function. Default to ldap.
8440
880820fe 84412005-02-14 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
8442
8443 * smime.el: Require smime-ldap.
8444 (smime-ldap-host-list): New variable.
8445 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8446
8447 * mml-smime.el (mml-smime-encrypt-query): New function.
8448 (mml-smime-encrypt-query): Use it.
8449
8450 * smime-ldap.el: New file.
8451
84522005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
8453
8454 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8455
84562005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8457
8458 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8459 argument in doc string. Make query for type more clear.
8460
84612005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
8462
8463 * gnus.el (gnus-group-startup-message): Search for gnus images in
8464 etc/images/gnus.
8465 * mm-util.el (mm-image-load-path): Likewise.
8466 * smiley.el (smiley-data-directory): Search for smilies in
8467 etc/images/smilies.
8468
84692005-02-09 Kim F. Storm <storm@cua.dk>
8470
8471 Change Emacs release version from 21.4 to 22.1 throughout.
8472 Change Emacs development version from 21.3.50 to 22.0.50.
8473
84742005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
8475
8476 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8477
8478 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8479 non-Mule XEmacs as well.
8480 (mm-decompress-buffer): Signal an error intentionally if it does
8481 not decompress compressed data because auto-compression-mode is
8482 disabled.
8483
84842005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
8485
8486 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8487 an ID in the registry even if it has no groups.
8488
84892005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
8490
8491 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8492 merge it into mm-decompress-buffer.
8493 (gnus-mime-copy-part): Use the MIME part charset, the value which
8494 a user specified or gnus-newsgroup-charset for decoding, like
8495 gnus-mime-inline-part does; set buffer-file-coding-system to tell
8496 save-buffer what was used. Suggested by Kevin Ryde
8497 <user42@zip.com.au>.
8498 (gnus-mime-inline-part): Allow the name parameter as well as the
8499 filename parameter; force decompressing of compressed data; always
8500 display contents being not decoded as unibyte.
8501
8502 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8503 as well as the filename parameter.
8504
8505 * mm-util.el (mm-decompress-buffer): Merge
8506 gnus-mime-jka-compr-maybe-uncompress.
8507 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8508 of compressed data.
8509
85102005-02-08 Simon Josefsson <jas@extundo.com>
8511
8512 * imap.el (imap-log): Doc fix.
8513
85142005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
8515
8516 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8517 the coding cookies; decompress compressed parts.
8518
10d1d0af 8519 * mml.el (mml-generate-mime-1): Add the charset parameter according
01c52d31
MB
8520 to the value which a user specified manually or the coding cookie.
8521
8522 * mm-util.el (mm-string-to-multibyte): New function.
8523 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8524 (mm-coding-system-to-mime-charset): New function.
8525 (mm-decompress-buffer): New function.
8526 (mm-find-buffer-file-coding-system): New function.
8527
8528 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8529 (mm-display-inline-fontify): Rewrite for decoding and decompressing
8530 parts.
8531
85322005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8533
8534 * mm-view.el (mm-display-inline-fontify): Decode a part according
8535 to the charset parameter.
8536
85372005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
8538
8539 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8540 prefix arg is neither nil nor a number, as info specifies.
8541
85422005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
8543
8544 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8545 timestamps.
8546
85472005-02-02 Jari Aalto <jari.aalto@cante.net>
8548
8549 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8550 groups error checking and notify user.
8551
85522005-02-02 Jari Aalto <jari.aalto@poboxes.com>
8553
8554 * message.el (message-send-mail-function): Check existence of
8555 sendmail-program first before using default value
8556 `message-send-mail-with-sendmail'. Otherwise use more generic
8557 `smtpmail-send-it'.
8558
85592005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8560
8561 * nntp.el (nntp-request-update-info): Always return nil.
8562
85632005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
8564
8565 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8566
85672005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8568
8569 * message.el (message-beginning-of-line): Change the behavior when
8570 invoked between BOL and : so that it first moves backward.
8571
85722005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8573
8574 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8575 article buffer when editing of the article is discarded.
8576 (gnus-article-prepare): Revert.
8577
85782005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8579
8580 * gnus-art.el (gnus-article-prepare):
8581 Remove message-strip-forbidden-properties from the local hook.
8582
85832005-01-27 Simon Josefsson <jas@extundo.com>
8584
8585 * password.el (password-cache-add): Only start one timer per key.
8586 Reported by Derek Atkins <warlord@MIT.EDU>.
8587
85882005-01-26 Steve Youngs <steve@sxemacs.org>
8589
8590 * run-at-time.el: Removed. It is no longer needed as
8591 timer-funcs.el in the xemacs-base package has a working version of
8592 `run-at-time'.
8593
8594 * password.el: Require timer-funcs instead of run-at-time in
8595 XEmacs.
8596 Remove `password-run-at-time' macro.
8597 (password-cache-add): Use `run-at-time' instead of
8598 `password-run-at-time'.
8599
8600 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8601 for `run-with-idle-timer'.
8602
8603 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8604 for `run-at-time'.
8605
8606 * mm-url.el: Require timer-funcs at compile time when in XEmacs
8607 for `with-timeout'.
8608
86092005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8610
8611 * mml.el (mml-generate-mime-1): Convert string into unibyte when
8612 inserting " *mml*" buffer's contents into a unibyte temp buffer.
8613
86142005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
8615
8616 * mail-source.el (mail-source-fetch-imap): Search for ^From case
8617 sensitively.
8618
86192005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
8620
8621 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8622
86232005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
8624
8625 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8626 which will be inserted according to the multibyteness of a buffer
8627 rather than the type of contents. Suggested by ARISAWA Akihiro
8628 <ari@mbf.ocn.ne.jp>.
8629
8630 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8631 of string which old xml.el may return rather than a string.
8632
86332005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8634
8635 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8636
86372005-01-16 Simon Josefsson <jas@extundo.com>
8638
8639 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8640 idn/idna.el isn't available.
8641 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
8642 <michael@waxrat.com>.
8643
8644 * hashcash.el: Remove non-FSF copyright header.
8645
8646 * hashcash.el (hashcash-extra-generate-parameters): New variable.
8647 (hashcash-generate-payment): Use it.
8648 (hashcash-generate-payment-async): Use it.
8649
86502005-01-15 Simon Josefsson <jas@extundo.com>
8651
8652 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8653 Suggested by Raymond Scholz <ray-2005@zonix.de>.
8654
8655 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8656 gnus-summary-idna-message.
8657 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8658 (gnus-summary-idna-message): New function.
8659
86602005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
8661
8662 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8663 gnus-novice-user.
8664
86652005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
8666
8667 * nnrss.el (nnrss-request-delete-group): Delete entries in
8668 nnrss-group-alist as well.
8669 (nnrss-save-server-data): Insert newline.
8670
86712005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
8672
8673 * gnus.el (gnus-user-agent): Use list of symbols instead of
8674 symbols. Display full version number for (S)XEmacs. Optionally
8675 display (S)XEmacs codename.
8676
8677 * gnus-util.el (gnus-emacs-version): Update for new
8678 `gnus-user-agent'.
8679
8680 * gnus-msg.el (gnus-extended-version): Make it possible to omit
8681 Gnus version.
8682
86832005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
8684
8685 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
8686 which is unreadable in some setups.
8687
86882005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8689
8690 * gnus-spec.el (gnus-update-format-specifications): Flush the
8691 group format spec cache if it doesn't support decoded group names.
8692
86932005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8694
c9e31f32
SM
8695 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8696 Allow to apply decay on score files matching a regexp.
01c52d31
MB
8697
86982004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
8699
8700 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8701 compatibility in %g and %c.
8702
87032004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
8704
8705 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8706 name for only %g and %c.
8707 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8708 of gnus-tmp-group to decoded group name.
8709 (gnus-group-make-rss-group): Exclude `/'s from group names.
8710
87112004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
8712
8713 * nnrss.el (nnrss-get-encoding): Fix regexp.
8714
87152004-12-27 Simon Josefsson <jas@extundo.com>
8716
8717 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8718 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8719 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
8720
87212004-12-17 Kim F. Storm <storm@cua.dk>
8722
8723 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8724
8725 * gnus-sum.el (gnus-summary-mode-map): Likewise.
8726
87272004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8728
8729 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8730
87312004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
8732
8733 * nnrss.el: Require rfc2047 and mml.
8734 (nnrss-file-coding-system): New variable.
8735 (nnrss-format-string): Redefine it as an inline function.
8736 (nnrss-decode-group-name): New function.
8737 (nnrss-string-as-multibyte): Remove.
8738 (nnrss-retrieve-headers): Decode group name; don't use
8739 nnrss-format-string.
8740 (nnrss-request-group): Decode group name.
8741 (nnrss-request-article): Decode group name; allow a Message-ID as
8742 well as an article number; don't use nnrss-format-string; encode a
8743 Message-ID string which may contain non-ASCII characters; use
8744 mml-to-mime to compose a MIME article.
8745 (nnrss-request-expire-articles): Decode group name.
8746 (nnrss-request-delete-group): Decode group name.
8747 (nnrss-fetch): Clarify error message.
8748 (nnrss-read-server-data): Use insert-file-contents instead of load;
8749 bind file-name-coding-system; use multibyte buffer.
8750 (nnrss-save-server-data): Bind coding-system-for-write to the
8751 value of nnrss-file-coding-system; bind file-name-coding-system;
8752 add coding cookie.
8753 (nnrss-read-group-data): Use insert-file-contents instead of load;
8754 bind file-name-coding-system; use multibyte buffer.
8755 (nnrss-save-group-data): Bind coding-system-for-write to the
8756 value of nnrss-file-coding-system; bind file-name-coding-system.
8757 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8758 make it work with non-ASCII text.
8759 (nnrss-find-el): Make it work with old xml.el as well.
8760
87612004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8762
8763 * nnrss.el (nnrss-get-encoding): New function.
8764 (nnrss-fetch): Use unibyte buffer initially; bind
8765 coding-system-for-read while performing mm-url-insert; remove ^Ms;
8766 decode contents according to the encoding attribute.
8767 (nnrss-save-group-data): Add coding cookie.
8768 (nnrss-mime-encode-string): New function.
8769 (nnrss-check-group): Use it to encode subject and author.
8770
87712004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
8772
8773 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
8774 imaginary variable.
8775
87762004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8777
8778 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8779 correctly even if there are wide characters.
8780
87812004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
8782
8783 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8784 downcased symbol names; make a new cache instead of reusing
8785 bbdb-hashtable.
8786
87872004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
8788
8789 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8790 concatenating segments rather than before concatenating them.
8791 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8792
8793 * message.el (message-get-reply-headers): Bind `extra'.
8794
87952004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8796
8797 * message.el (message-extra-wide-headers): New variable.
8798 (message-get-reply-headers): Use it.
8799
88002004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
8801
8802 * gnus-agent.el (gnus-agent-group-path): Decode group name.
8803 (gnus-agent-group-pathname): Ditto.
8804
8805 * gnus-cache.el (gnus-cache-file-name): Decode group name.
8806
8807 * gnus-group.el (gnus-group-make-group): Decode group name.
8808 (gnus-group-make-rss-group): Register the group data after opening
8809 the nnrss group.
8810
88112004-12-17 Paul Jarc <prj@po.cwru.edu>
8812
8813 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
8814 by expiry now get marked as read.
8815
88162004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8817
8818 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
8819
88202004-12-17 Aidan Kehoe <kehoea@parhasard.net>
8821
8822 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
8823 unify Latin characters in XEmacs.
8824 (mm-find-mime-charset-region): Use it.
8825
88262004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8827
8828 * gnus-util.el (gnus-delete-directory): New function.
8829
8830 * gnus-agent.el (gnus-agent-delete-group): Use it.
8831
8832 * gnus-cache.el (gnus-cache-delete-group): Use it.
8833
88342004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
8835
8836 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
8837 names.
8838
88392004-12-16 Simon Josefsson <jas@extundo.com>
8840
8841 * hashcash.el (hashcash-payment-alist): Fix custom :type.
8842
88432004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8844
8845 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
8846
8847 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
8848 (gnus-group-set-current-level): Decode group name.
8849
88502004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
8851
8852 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
8853 failed.
8854
88552004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
8856
8857 * gnus-group.el (gnus-group-delete-group): Decode group name.
8858 (gnus-group-make-rss-group): Encode group name.
8859 (gnus-group-catchup-current): Decode group name.
8860 (gnus-group-kill-group): Decode group name.
8861
88622004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
8863
8864 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
8865
88662004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
8867
8868 * gnus-group.el (gnus-group-make-rss-group):
8869 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
8870
8871 * gnus-start.el (gnus-setup-news): Honor user's setting to
8872 gnus-message-archive-method. Suggested by Lute Kamstra
8873 <lute@gnu.org>.
8874
88752004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
8876
8877 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
8878 global counterparts of the buffer-local variables.
8879
88802004-11-16 Romain Francoise <romain@orebokech.com>
8881
8882 * gnus-sum.el (gnus-summary-exit): Don't clear the global
8883 counterparts of the buffer-local variables.
8884
88852004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8886
8887 * message.el (message-forbidden-properties): Fixed typo in doc
8888 string.
8889
88902004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8891
8892 * gnus-util.el (gnus-replace-in-string): Added doc string.
8893
8894 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
8895 to avoid problems when splitting mails with many recipients.
8896
88972004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8898
8899 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
8900 pop-to-buffer, covered by the subsequent gnus-configure-windows.
8901
89022004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
8903
8904 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
8905 if there is no hashtable in memory or file modification time is
8906 newer than cached timestamp.
8907
89082004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
8909
8910 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
8911 not-matching option.
8912
89132004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
8914
8915 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
8916 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
8917 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8918 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
8919 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
8920 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
8921
89222004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
8923
8924 * message.el (message-forward-make-body-mml): Remove headers
8925 according to message-forward-ignored-headers if a message is decoded.
8926
89272004-12-02 Romain Francoise <romain@orebokech.com>
8928
8929 * message.el (message-forward-make-body-plain): Always remove
8930 headers according to message-forward-ignored-headers.
8931
89322004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
8933
8934 * spam.el (spam-summary-prepare-exit): Remove the
8935 gnus-summary-limit pop for now, it has problems with ham marks for
8936 me.
8937
89382004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
8939
8940 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
8941 correctly.
8942
89432004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
8944
8945 * format-spec.el (format-spec): Message the char.
8946
89472004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8948
8949 * gnus-art.el (gnus-split-methods): Reformat comments.
8950
8951 * spam.el (spam-summary-prepare-exit): Remove article limits
8952 before exiting the summary buffer.
8953
89542004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8955
8956 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
8957 order to silence the byte compiler.
8958
8959 * spam.el: Fix the way to silence the byte compiler, which
8960 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
8961 bbdb-search-simple, spam-BBDB-register-routine,
8962 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
8963 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
8964 spam-stat-buffer-is-spam, spam-stat-load,
8965 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
8966 spam-stat-save and spam-stat-split-fancy.
8967
89682004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8969
8970 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
8971 which may confuse users.
8972 (canlock-password-for-verify): Ditto.
8973
8974 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
8975
8976 * gnus-art.el (gnus-emphasis-alist): Ditto.
8977
8978 * gnus-registry.el (gnus-registry-max-entries): Ditto.
8979
8980 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
8981
8982 * gnus-start.el (gnus-save-killed-list): Ditto.
8983
8984 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
8985 (gnus-sum-thread-tree-root): Ditto.
8986 (gnus-sum-thread-tree-false-root): Ditto.
8987 (gnus-sum-thread-tree-single-indent): Ditto.
8988
8989 * message.el (message-courtesy-message): Ditto.
8990 (message-archive-note): Ditto.
8991 (message-subscribed-address-file): Ditto.
8992 (message-user-fqdn): Ditto.
8993
8994 * spam-report.el (spam-report-gmane-regex): Ditto.
8995
8996 * spam.el (spam-blackhole-good-server-regex): Ditto.
8997
89982004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8999
9000 * mml.el (mml-preview): Widen the message buffer before copying
9001 the contents to the preview buffer; sort headers before previewing.
9002
9003 * message.el (message-hidden-headers): Fix the way to avoid a bug
9004 in the `repeat' widget in Emacs 21.3 or earlier.
9005
90062004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9007
9008 * message.el (message-hidden-headers): Default to "^References:".
9009 Improve customization type. Suggested by Reiner Steib
9010 <Reiner.Steib@gmx.de>.
9011
90122004-11-25 Romain Francoise <romain@orebokech.com>
9013
9014 * message.el (message-strip-forbidden-properties): Remove check for
9015 obsolete `message-hidden' text property, hidden headers are not
9016 accessible in the buffer anymore.
9017
90182004-11-22 Romain Francoise <romain@orebokech.com>
9019
9020 * message.el (message-header-format-alist): Add `From' in list
9021 so that it can be sorted.
9022 (message-fix-before-sending): Widen and sort headers before
9023 sending.
9024 (message-hide-headers): Use narrowing to hide headers by moving
9025 them to the top of the buffer and narrowing to the region
9026 underneath.
9027
90282004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9029
9030 * message.el (message-strip-forbidden-properties): Bind
9031 buffer-read-only (etc) to nil.
9032
90332004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
9034
9035 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9036 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9037
90382004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
9039
9040 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9041
90422004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9043
9044 * dns.el (query-dns): Use sit-for to time instead of
9045 accept-process-output, since that doesn't seem to work on udp
9046 sockets.
9047
90482004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
9049
9050 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9051
90522004-11-15 Jesper Harder <harder@ifa.au.dk>
9053
9054 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9055 doc string. Improve doc string.
9056
90572004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
9058
9059 * nntp.el (nntp-request-update-info): Return nil if
9060 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9061 may not call gnus-activate-group which uselessly issues the GROUP
9062 commands for all nntp groups and wastes time. Reported by Romain
9063 Francoise <romain@orebokech.com>.
9064
9065 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9066
90672004-11-15 Simon Josefsson <jas@extundo.com>
9068
9069 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9070 headers separately.
880820fe 9071 (gnus-button-openpgp): New function, inspired by Jochen Küpper
01c52d31
MB
9072 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9073
90742004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
9075
9076 * gnus-start.el (gnus-convert-old-newsrc):
9077 Assign legacy-gnus-agent to 5.10.7.
9078
90792004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9080
9081 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9082 start of the lines.
9083
90842004-11-14 Magnus Henoch <mange@freemail.hu>
9085
9086 * hashcash.el (hashcash-default-payment): Change default to 20
9087 (hashcash-default-accept-payment): Change default to 20
9088 (hashcash-process-alist): New variable
9089 (hashcash-generate-payment-async): Add
9090 (hashcash-already-paid-p): Add
9091 (hashcash-insert-payment): Don't generate payments twice
9092 (hashcash-insert-payment-async): Add
9093 (hashcash-insert-payment-async-2): Add
9094 (hashcash-cancel-async): Add
9095 (hashcash-wait-async): Add
9096 (hashcash-processes-running-p): Add
9097 (hashcash-wait-or-cancel): Add
9098 (mail-add-payment): New optional argument. Conditionally start
9099 asynchronous calculation.
9100 (mail-add-payment-async): Add
9101
9102 * message.el (message-send-mail): Wait for asynchronous hashcash
9103 results. Don't clobber existing X-Hashcash headers.
9104 (message-setup-1): Call mail-add-payment-async when
9105 message-generate-hashcash is non-nil.
9106
91072004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9108
9109 * message.el (message-use-alternative-email-as-from): Examine the
9110 From header as well; use message-make-from in order to include a
9111 user's full name.
9112
91132004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9114
9115 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9116 default; improve customization type.
9117 (gnus-emphasis-custom-with-format): New macro.
9118 (gnus-emphasis-custom-value-to-external): New function.
9119 (gnus-emphasis-custom-value-to-internal): New function.
9120
91212004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9122
9123 * dns.el (query-dns): Resolve reverse addresses.
9124
91252004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9126
9127 * gnus-group.el (gnus-group-get-new-news): Use it.
9128
9129 * gnus-start.el (gnus-check-reasonable-setup): New function.
9130
91312004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
9132
9133 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9134 "Args out of range" error. Reported by Arnaud Giersch
9135 <arnaud.giersch@free.fr>.
9136
91372004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
9138
9139 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9140
91412004-11-04 Richard M. Stallman <rms@gnu.org>
9142
9143 * spam.el (spam group): Add :version.
9144
9145 * pgg-def.el (pgg group): Add :version.
9146
91472004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
9148
9149 * gnus-art.el (gnus-article-edit-article): Don't associate the
9150 article buffer with a draft file. This is a temporary measure
9151 against the 2004-08-22 change to gnus-article-edit-mode.
9152
91532004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9154
9155 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9156 (html2text-format-tags): Remove unused variable `attr'.
9157
91582004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9159
9160 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9161
9162 * spam-stat.el (spam-stat): Add :version.
9163
9164 * sieve.el (sieve): Add :version.
9165
9166 * sha1.el (sha1): Add :version.
9167 (sha1-use-external): Remove redundant version.
9168
9169 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9170 (nnmail-cache-ignore-groups, nnmail-spool-hook)
9171 (nnmail-split-fancy-match-partial-words)
9172 (nnmail-split-lowercase-expanded): Add :version.
9173
9174 * nndiary.el (nndiary): Add :version.
9175
9176 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9177
9178 * mml-sec.el (mml-default-sign-method)
9179 (mml-default-encrypt-method, mml-signencrypt-style-alist):
9180 Add :version.
9181
9182 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9183
9184 * mm-url.el (mm-url-use-external, mm-url-program)
9185 (mm-url-arguments): Add :version.
9186
9187 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9188 (mm-attachment-file-modes, mm-decrypt-option)
9189 (mm-w3m-safe-url-regexp): Add :version.
9190
9191 * message.el (message-cite-prefix-regexp)
9192 (message-sendmail-envelope-from, message-minibuffer-local-map)
9193 (message-user-fqdn, message-completion-alist): Add :version.
9194
9195 * gnus-win.el (gnus-configure-windows-hook)
9196 (gnus-use-frames-on-any-display): Add :version.
9197
9198 * gnus-art.el (gnus-article-address-banner-alist)
9199 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9200 (gnus-treat-from-picon, gnus-treat-mail-picon)
9201 (gnus-treat-x-pgp-sig): Add :version.
9202
9203 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9204 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9205 (gnus-summary-article-delete-hook)
9206 (gnus-summary-display-while-building): Add :version.
9207
9208 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
079a5e72 9209 (gnus-get-top-new-news-hook): Add :version.
01c52d31
MB
9210
9211 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9212 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9213
9214 * gnus-registry.el (gnus-registry): Add :version.
9215
9216 * gnus-spec.el (gnus-use-correct-string-widths)
9217 (gnus-make-format-preserve-properties): Add :version.
9218
9219 * gnus.el (gnus-group-charter-alist)
9220 (gnus-group-fetch-control-use-browse-url)
9221 (gnus-install-group-spam-parameters): Add :version.
9222
9223 * gnus-diary.el (gnus-diary): Add :version.
9224
9225 * gnus-delay.el (gnus-delay): Add :version.
9226
9227 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9228 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9229 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9230 Add :version.
9231
9232 * gnus-agent.el (gnus-agent-max-fetch-size)
9233 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9234 (gnus-agent-prompt-send-queue): Add :version.
9235
9236 * deuglify.el (gnus-outlook-deuglify): Add :version.
9237
9238 * html2text.el: Beautify code. Improve doc strings. Some
9239 checkdoc cleanup.
9240 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9241
92422004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
9243
9244 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9245
92462004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
9247
9248 * gnus-registry.el (gnus-registry-hashtb): Create the registry
9249 when package is loaded.
9250
9251 * spam.el (spam-summary-score-preferred-header): Add global preference
9252 for people who want to override the default SpamAssassin over
9253 Bogofilter preference (when both are set).
9254 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9255 (spam-user-format-function-S): Check
9256 spam-summary-score-preferred-header.
9257 (spam-extra-header-to-number): Add X-Bogosity header parsing.
9258 (spam-user-format-function-S): Format the score correctly.
9259
92602004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
9261
9262 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9263 signature file. Suggested by Manoj Srivastava
9264 <srivasta@golden-gryphon.com>.
9265
9266 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9267 iso-2022-jp even in the Japanese language environment.
9268 Suggested by Jason Rumney <jasonr@gnu.org>.
9269
92702004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
9271
9272 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9273 use the same characters as the dummy marks; make it free from
9274 getting affected by the language environment.
9275 (gnus-summary-read-group-1): Update mark positions only when the
9276 format spec is updated.
9277
9278 * gnus-spec.el (gnus-update-format-specifications): Return a list
9279 of updated types.
9280
92812004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
9282
9283 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9284 of boundp to check if display-warning is available.
9285
92862004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
9287
9288 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9289
92902004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
9291
9292 * nnspool.el (nnspool-spool-directory): Use news-path if the
9293 news-directory variable is not bound.
9294
9295 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9296 function instead of display-warning if it is not available.
9297
92982004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9299
9300 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9301 v5-10: Use `point-at-bol'.
9302
93032004-10-26 Simon Josefsson <jas@extundo.com>
9304
9305 * hashcash.el: Fix URL in comment, reported by Cheng Gao
9306 <chenggao@gmail.com>.
9307
93082004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9309
9310 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
9311 instead.
9312
93132004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
9314
9315 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9316 to remove a server from the nnimap-server-buffer-alist.
9317 (nnimap-open-connection, nnimap-close-server): Use it.
9318
9319 * gnus-encrypt.el: Remove file in favor of encrypt.el.
9320
93212004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
9322
9323 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9324 running the major-mode function.
9325
93262004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9327
9328 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9329 dummy marks in the right way.
9330
93312004-10-18 David Edmondson <dme@dme.org>
9332
9333 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9334 excessively.
9335
93362004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
9337
9338 * gnus-util.el (gnus-split-references): Accept a nil references
9339 string and go on blissfully.
9340
9341 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9342 cases where the references string is non-nil but has no references.
9343
9344 * encrypt.el: Add autoload tags.
9345
9346 * spam.el (spam-resolve-registrations-routine): Remove article
9347 from unregistration list too. Reported by David Hanak
9348 <dhanak@isis.vanderbilt.edu>
9349
93502004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
9351
9352 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9353 nil. Changed custom type.
9354
93552004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
9356
9357 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9358
9359 * gnus-sum.el (gnus-summary-move-article): Use it.
9360
93612004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
9362
9363 * encrypt.el: Add autoload cookies.
9364
9365 * spam.el (spam-backend-article-list-property)
9366 (spam-backend-get-article-todo-list)
9367 (spam-backend-put-article-todo-list, )
9368 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9369 Resolve registrations separately.
9370 (spam-register-routine): Format comments.
9371 (spam-unregister-routine, spam-register-routine): Always call with
9372 specific-articles, no default list.
9373 (spam-summary-prepare-exit): Use the spam-classifications function.
9374
9375 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9376 gnus-encrypt.el.
9377
002876ab 9378 * encrypt.el: Copied from gnus-encrypt.el.
01c52d31 9379
002876ab 9380 * gnus-encrypt.el: Commented that it's obsolete.
01c52d31
MB
9381
93822004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9383
9384 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9385 (gnus-score-save): Use it.
9386
9387 * message.el (message-bury): Use `window-dedicated-p'.
9388
93892004-10-15 Simon Josefsson <jas@extundo.com>
9390
9391 * pop3.el (top-level): Don't require nnheader.
9392 (pop3-read-timeout): Add.
9393 (pop3-accept-process-output): Add.
9394 (pop3-read-response, pop3-retr): Use it.
9395
93962004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
9397
9398 * spam.el (spam-register-routine): Move comment.
9399 (spam-verify-bogofilter): Use 'unknown for the initial
9400 spam-bogofilter-valid state, not 'never.
9401
9402 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9403 for netrc-machine.
9404
9405 * nnimap.el (nnimap-open-connection): Use
9406 netrc-machine-user-or-password.
9407
94082004-10-17 Richard M. Stallman <rms@gnu.org>
9409
9410 * gnus-registry.el (gnus-registry-unload-hook):
9411 Set as a variable with add-hook.
9412
9413 * nnspool.el (nnspool-spool-directory): Use news-directory instead
9414 of news-path.
9415
9416 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9417
9418 * spam.el: Delete duplicate `provide'.
9419 (spam-unload-hook): Set as a variable with add-hook.
9420
94212004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9422
9423 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9424 in the doc string.
9425
9426 * message.el (message-ignored-news-headers)
9427 (message-ignored-supersedes-headers)
9428 (message-ignored-resent-headers)
9429 (message-forward-ignored-headers): Improve custom type.
9430
94312004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9432
9433 * message.el (message-tokenize-header): Fix 2004-09-06 change
9434 which used point-min in the wrong place.
9435
94362004-10-12 Simon Josefsson <jas@extundo.com>
9437
9438 * tls.el (tls-certtool-program): New variable.
9439 (tls-certificate-information): New function, based on
9440 ssl-certificate-information.
9441
94422004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9443
9444 * compface.el: Move the version of ELisp-based uncompface program
9445 to the contrib directory because of the copyright problem.
9446
94472004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9448
9449 * message.el (message-kill-buffer): Raise the current frame.
9450
94512004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
9452
9453 * gnus-sum.el: Mention that multibyte characters don't work as marks.
9454
9455 * gnus.el (message-y-or-n-p): Autoload.
9456
9457 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9458 (pop3-password-required, pop3-authentication-scheme)
9459 (pop3-leave-mail-on-server): Made customizable.
9460 (pop3): New custom group.
9461 (pop3-retr): Remove `sleep-for' statements.
9462 Suggested by Dave Love <fx@gnu.org>.
9463
9464 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9465 Windows/DOS.
9466
9467 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9468 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
9469 Dave Love <fx@gnu.org>.
9470
9471 * mml.el (mml-minibuffer-read-disposition): Require match.
9472 Suggested by Dave Love <fx@gnu.org>.
9473
94742004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
9475
9476 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
9477 doc string.
9478
94792004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
9480
9481 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9482
94832004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9484
9485 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9486 instead of calling `mm-insert-inline', to decode text/* parts
9487 before displaying them.
9488
94892004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9490
9491 * mm-uu.el (mm-uu-text-plain-type): New variable.
9492 (mm-uu-pgp-signed-extract-1): Use it.
9493 (mm-uu-pgp-encrypted-extract-1): Use it.
9494 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9495 bind mm-uu-text-plain-type with that value.
9496 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9497 mm-uu-dissect.
9498
94992004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9500
9501 * gnus-group.el (gnus-update-group-mark-positions):
9502 * gnus-sum.el (gnus-update-summary-mark-positions):
9503 * message.el (message-check-news-body-syntax):
9504 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9505 of string-as-multibyte.
9506
95072004-10-05 Juri Linkov <juri@jurta.org>
9508
9509 * gnus-group.el (gnus-update-group-mark-positions):
9510 * gnus-sum.el (gnus-update-summary-mark-positions):
9511 * message.el (message-check-news-body-syntax):
9512 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9513 8-bit unibyte values to a multibyte string for search functions.
9514
95152004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9516
9517 * mm-uu.el (mm-uu-dissect): Allow optional arg.
9518 (mm-uu-dissect-text-parts): New function.
9519
9520 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9521 dissect text parts.
9522
9523 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9524 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9525
9526 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9527
9528 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9529 gnus-current-topics instead of gnus-current-topic.
9530
95312004-10-06 Jesper Harder <harder@ifa.au.dk>
9532
9533 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9534
95352004-10-05 Jesper Harder <harder@ifa.au.dk>
9536
9537 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9538 where approriate.
9539
9540 * nnml.el (nnml-generate-active-info): do.
9541
9542 * nndiary.el (nndiary-generate-active-info): do.
9543
9544 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9545 (gnus-topic-move): do.
9546
9547 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9548 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9549
9550 * gnus-srvr.el (gnus-server-prepare)
9551 (gnus-server-open-all-servers): do.
9552
9553 * gnus-msg.el (gnus-summary-cancel-article)
9554 (gnus-summary-resend-message)
9555 (gnus-summary-mail-crosspost-complaint): do.
9556
9557 * gnus-move.el (gnus-change-server): do.
9558
9559 * gnus-group.el (gnus-group-unmark-all-groups)
9560 (gnus-group-set-current-level): do.
9561
95622004-10-04 Simon Josefsson <jas@extundo.com>
9563
9564 * message.el (message-generate-hashcash): Doc fix.
9565
95662004-10-02 Kevin Greiner <kgreiner@compsol.cc>
9567
9568 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9569 avoid infinite recursion via gnus-get-function.
9570
95712004-10-02 Jesper Harder <harder@ifa.au.dk>
9572
9573 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9574
9575 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9576
9577 * nnmail.el (nnmail-split-history): do.
9578
9579 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9580 (nnml-request-delete-group): do.
9581
9582 * nnslashdot.el (nnslashdot-read-groups): do.
9583
9584 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9585 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9586
9587 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9588 (nnspool-sift-nov-with-sed): Use last
9589 (nnspool-retrieve-headers-with-nov): Use mapc.
9590 (nnspool-request-newgroups): Use dolist.
9591 (nnspool-request-group): Use last.
9592
9593 * nntp.el (nntp-read-server-type): Use dolist.
9594
9595 * nnvirtual.el (nnvirtual-create-mapping)
9596 (nnvirtual-update-read-and-marked): Use dolist.
9597 (nnvirtual-convert-headers): Simplify.
9598
95992004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9600
9601 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9602 support for sync'ing tick marks.
9603
96042004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9605
9606 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9607 there's no visible header.
9608
96092004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9610
9611 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9612 necessary, pass full group name to gnus-request-set-marks.
9613
96142004-10-01 Simon Josefsson <jas@extundo.com>
9615
9616 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
9617 acroread.
9618
96192004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9620
9621 * spam-report.el (spam-report-gmane): Fix interactive.
9622
9623 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9624
9625 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9626 when writing file.
9627 (gnus-agent-synchronize-flags): Don't default to being
9628 interactive.
9629
96302004-09-30 Simon Josefsson <jas@extundo.com>
9631
9632 * message.el (message-generate-hashcash): Add.
9633 (message-send-mail): Use it, call mail-add-payment.
9634
96352004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
9636
9637 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9638
96392004-09-28 Kevin Greiner <kgreiner@compsol.cc>
9640
9641 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9642 gnus-requst-update-info with explicit code to sync the in-memory
9643 info read flags with the marks being sync'd to the backend.
9644
9645 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9646
96472004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9648
9649 * spam.el (spam-verify-bogofilter): Add new function.
9650 (spam-check-bogofilter)
9651 (spam-bogofilter-register-with-bogofilter): Use it.
9652 (spam-verify-bogofilter): Add small fixes.
9653
96542004-09-28 Simon Josefsson <jas@extundo.com>
9655
9656 * hashcash.el (hashcash-generate-payment): Revert.
9657
96582004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9659
9660 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9661 gnus-extract-references instead of gnus-split-references.
9662
9663 * gnus-util.el (gnus-extract-references): Add new function, analogous
9664 to gnus-split-references but extracts only the message-ID without
9665 anything extra.
9666
9667 * hashcash.el (hashcash-generate-payment)
9668 (hashcash-check-payment): Do the right thing if hashcash-path is
9669 nil (because the hashcash program could not be found).
9670
9671 * spam.el (spam-use-hashcash): Remove comment.
9672
96732004-09-27 Jesper Harder <harder@ifa.au.dk>
9674
9675 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9676 (gnus-cache-enter-article, gnus-cache-remove-article)
9677 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9678
9679 * gnus-async.el (gnus-async-prefetch-remove-group): do.
9680
9681 * gnus-art.el (article-hide-boring-headers)
9682 (article-translate-strings, article-display-face)
9683 (gnus-article-mime-match-handle-first)
9684 (gnus-article-highlight-headers)
9685 (gnus-article-add-buttons-to-head): do.
9686
96872004-09-27 Simon Josefsson <jas@extundo.com>
9688
9689 * hashcash.el: New version, from
9690 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
9691 ../contrib/.
9692
96932004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9694
9695 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9696
96972004-09-26 Jesper Harder <harder@ifa.au.dk>
9698
9699 * gnus-dup.el (gnus-dup-open): Use mapc.
9700 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9701
9702 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9703 Reported by Stefan Wiens <s.wi@gmx.net>.
9704
9705 * gnus.el (gnus-shutdown): Use dolist.
9706
9707 * gnus-undo.el (gnus-undo): Use mapc.
9708
9709 * nnrss.el (nnrss-generate-active): do.
9710
9711 * message.el (message-cite-original-without-signature)
9712 (message-cite-original): Use mapc.
9713 (message-do-actions, message-make-forward-subject): Use dolist.
9714
97152004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9716
9717 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9718 deletion to remove entire duplicate line. Fixes merged article
9719 number bug.
9720
97212004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9722
9723 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9724 servers that are offline. Avoids having gnus-agent-toggle-plugged
9725 first ask if you want to open a server and then, even when you
9726 responded with no, asking if you want to synchronize the server's
9727 flags.
9728 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9729 multi-line expressions.
9730 (gnus-agent-synchronize-group-flags): New internal function.
9731 Updates marks in memory (in the info structure) AND in the
9732 backend.
9733
9734 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9735
9736 * nnagent.el (nnagent-request-set-mark): Use
9737 gnus-agent-synchronize-group-flags, not backend's request-set-mark
9738 method, to ensure that synchronization updates marks in the
9739 backend and in the info (in memory) structure.
9740
97412004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9742
9743 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9744 convention fully; don't miss the root article of a thread; make
9745 the X-Draft-From header with correct article numbers.
9746
97472004-09-23 Kevin Greiner <kgreiner@compsol.cc>
9748
9749 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9750 unless plugged. Disable the agent so that an open failure causes
9751 an error.
9752
9753 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9754 Reverted 2004-09-21 change. The backend must be opened while
9755 synchronizing flags even when the backend stores the flags
9756 locally.
9757
97582004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
9759
9760 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9761 in `header' match. Reported by Svend Tollak Munkejord.
9762
9763 * message.el (message-cite-original): Fix use of
9764 `message-cite-articles-with-x-no-archive'.
9765
97662004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9767
9768 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9769 (gnus-window-to-buffer): Ditto.
9770
9771 * mml.el (mml-preview-buffer): New variable.
9772 (mml-preview): Manage window layout with gnus-buffer-configuration.
9773
9774 * gnus-msg.el (gnus-setup-message): Put article numbers into the
9775 X-Draft-From header even if those articles aren't quoted.
9776
97772004-09-21 Kevin Greiner <kgreiner@compsol.cc>
9778
9779 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9780 (gnus-request-set-mark, gnus-request-update-mark): Use new
9781 g-s-t-u-l-m to decide to use backend even when unplugged.
9782
97832004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
9784
9785 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
9786 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
9787
97882004-09-20 Simon Josefsson <jas@extundo.com>
9789
9790 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
9791 "utf-16-le".
9792
97932004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9794
9795 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
9796
97972004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
9798
9799 * uudecode.el (uudecode-use-external): Add :version.
9800
9801 * smime.el (smime-CA-file, smime-encrypt-cipher)
9802 (smime-dns-server): Add :version.
9803
9804 * smiley.el (gnus-smiley-file-types): Add :version.
9805
9806 * sha1.el (sha1-use-external): Add :version.
9807
9808 * pgg-def.el (pgg-query-keyserver): Add :version.
9809
9810 * nnmail.el (nnmail-fancy-expiry-targets)
9811 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
9812 Add :version.
9813
9814 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
9815 (nnimap-retrieve-groups-asynchronous): Add :version.
9816 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
9817
9818 * mml.el (mml-content-disposition-parameters)
9819 (mml-insert-mime-headers-always): Add :version.
9820
9821 * mm-util.el (mm-coding-system-priorities): Add :version.
9822
9823 * mm-decode.el (mm-inline-text-html-with-images)
9824 (mm-keep-viewer-alive-types, mm-external-terminal-program)
9825 (mm-verify-option): Add :version.
9826 (mm-text-html-renderer): Change :version.
9827
9828 * message.el (message-fcc-externalize-attachments)
9829 (message-required-headers, message-draft-headers)
9830 (message-subject-trailing-was-query)
9831 (message-subject-trailing-was-ask-regexp)
9832 (message-subject-trailing-was-regexp, message-mark-insert-begin)
9833 (message-mark-insert-end, message-archive-header)
9834 (message-archive-note, message-cross-post-default)
9835 (message-cross-post-note, message-followup-to-note)
9836 (message-cross-post-note-function, message-use-mail-followup-to)
9837 (message-subscribed-address-functions)
9838 (message-subscribed-address-file, message-subscribed-addresses)
9839 (message-subscribed-regexps, message-allow-no-recipients)
9840 (message-yank-cited-prefix, message-signature-insert-empty-line)
9841 (message-hidden-headers, message-hierarchical-addresses)
9842 (message-mail-user-agent, message-use-idna)
9843 (message-valid-fqdn-regexp)
9844 (message-strip-special-text-properties, message-header-synonyms)
9845 (message-beginning-of-line, message-tab-body-function): Add :version.
9846 (message-insert-canlock, message-wide-reply-confirm-recipients):
9847 Change :version.
9848
9849 * mail-source.el (mail-source-ignore-errors): Add :group, :type
9850 and :version.
9851 (mail-source-delete-old-incoming-confirm)
9852 (mail-source-movemail-program): Add :version.
9853
9854 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
9855 (gnus-agent-cache, gnus-agent): Change :version.
9856
9857 * gnus-util.el (gnus-use-byte-compile): Change :version.
9858
9859 * gnus-sum.el (gnus-summary-make-false-root-always)
9860 (gnus-summary-default-high-score)
9861 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
9862 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
9863 (gnus-read-all-available-headers, gnus-article-emulate-mime)
9864 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
9865 (gnus-sum-thread-tree-single-indent)
9866 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9867 (gnus-sum-thread-tree-leaf-with-other)
9868 (gnus-sum-thread-tree-single-leaf): Add :version.
9869 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
9870 (gnus-article-loose-mime): Change :version.
9871
9872 * gnus-start.el (gnus-backup-startup-file)
9873 (gnus-save-startup-file-via-temp-buffer): Add :version.
9874
9875 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
9876 (gnus-server-offline-face): Add :version.
9877
9878 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
9879
9880 * gnus-msg.el (gnus-gcc-externalize-attachments)
9881 (gnus-debug-files, gnus-debug-exclude-variables)
9882 (gnus-discouraged-post-methods): Change :version.
9883 (gnus-confirm-mail-reply-to-news)
9884 (gnus-confirm-treat-mail-like-news): Add :version.
9885
9886 * gnus-int.el (gnus-server-unopen-status): Add :version.
9887
9888 * gnus-group.el (gnus-group-jump-to-group-prompt)
9889 (gnus-large-ephemeral-newsgroup)
9890 (gnus-fetch-old-ephemeral-headers): Add :version.
9891
9892 * gnus-fun.el (gnus-x-face-directory)
9893 (gnus-convert-pbm-to-x-face-command)
9894 (gnus-convert-image-to-x-face-command)
9895 (gnus-convert-image-to-face-command): Add :version.
9896
9897 * gnus-delay.el (gnus-delay-default-hour): Add :version.
9898
9899 * gnus-cite.el (gnus-cite-blank-line-after-header)
9900 (gnus-article-boring-faces): Add :version.
9901
9902 * gnus-art.el (gnus-buttonized-mime-types)
9903 (gnus-inhibit-mime-unbuttonizing)
9904 (gnus-treat-display-face)
9905 (gnus-treat-body-boundary): Change :version.
9906 (gnus-body-boundary-delimiter, gnus-picon-databases)
9907 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
9908 (gnus-treat-date-english, gnus-treat-fold-headers)
9909 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
9910 (gnus-treat-mail-picon, gnus-treat-wash-html)
9911 (gnus-article-encrypt-protocol)
9912 (gnus-use-idna, gnus-article-over-scroll)
9913 (gnus-mime-display-multipart-alternative-as-mixed)
9914 (gnus-mime-display-multipart-related-as-mixed)
9915 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
9916 (gnus-ctan-url, gnus-button-ctan-handler)
9917 (gnus-button-handle-ctan-bogus-regexp)
9918 (gnus-button-ctan-directory-regexp)
9919 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
9920 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
9921 (gnus-button-man-level, gnus-button-emacs-level)
9922 (gnus-button-message-level, gnus-button-browse-level): Add :version.
9923
9924 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
9925 (gnus-agent-go-online): Change :version.
9926 (gnus-agent-expire-unagentized-dirs)
9927 (gnus-agent-auto-agentize-methods): Add :version.
9928
9929 * flow-fill.el (fill-flowed-display-column)
9930 (fill-flowed-encode-column): Add :version.
9931
9932 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9933 (gnus-outlook-deuglify-unwrap-max)
9934 (gnus-outlook-deuglify-cite-marks)
9935 (gnus-outlook-deuglify-unwrap-stop-chars)
9936 (gnus-outlook-deuglify-no-wrap-chars)
9937 (gnus-outlook-deuglify-attrib-cut-regexp)
9938 (gnus-outlook-deuglify-attrib-verb-regexp)
9939 (gnus-outlook-deuglify-attrib-end-regexp)
9940 (gnus-outlook-display-hook): Add :version.
9941
9942 * binhex.el (binhex-use-external): Add :version.
9943
99442004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
9945
9946 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
9947 and `invisible'.
9948
99492004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9950
9951 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
9952 in gnus-registry-trim.
9953
99542004-09-13 Simon Josefsson <jas@extundo.com>
9955
9956 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
9957
9958 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
9959
9960 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
9961 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9962 <yamaoka@jpl.org>.
9963 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
9964 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9965 <yamaoka@jpl.org>.
9966
9967 * sieve.el (sieve-manage-mode): Ditto.
9968
99692004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
9970
9971 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
9972
99732004-09-11 Simon Josefsson <jas@extundo.com>
9974
9975 * dns-mode.el: Add.
9976
9977 * mm-view.el (mm-display-dns-inline): Add.
9978
9979 * mm-decode.el (mm-inline-media-tests): Add text/dns.
9980 (mm-automatic-display): Ditto.
9981
9982 * mailcap.el (mailcap-mime-data): Add text/dns.
9983 (mailcap-mime-extensions): Map .soa to text/dns.
9984
99852004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
9986
9987 * gnus-art.el (article-decode-mime-words, article-babel)
9988 (gnus-article-highlight-signature, gnus-article-add-buttons)
9989 (gnus-signature-toggle): Remove unnecessary bindings of
9990 `inhibit-read-only' inherited from v5.10 merge.
9991
99922004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
9993
9994 * nntp.el (nntp): New customization group.
9995 (nntp-authinfo-file): Add customization group.
9996
9997 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
9998
9999 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10000
10001 * gnus.el (to-address, to-list, subscribed)
10002 (large-newsgroup-initial): Ditto.
10003
10004 * flow-fill.el (fill-flowed-display-column)
10005 (fill-flowed-encode-column): Ditto.
10006
ce058493 100072004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
01c52d31
MB
10008
10009 * message.el (message-tokenize-header, message-send-mail-with-qmail):
10010 Use point-min rather than 1.
10011 (message-send-mail): Use buffer-size rather than point-max.
10012
10013 * gnus-sum.el (gnus-summary-search-article-forward):
10014 Signal a specific `search-failed' rather than a generic `error'.
10015
10016 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10017 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10018 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10019
100202004-09-10 Simon Josefsson <jas@extundo.com>
10021
10022 * nndb.el (require): Remove tcp and duplicate cl.
10023
100242004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10025
10026 * gnus-agent.el (directory-files-and-attributes): Move forward.
10027
100282004-09-09 Kevin Greiner <kgreiner@compsol.cc>
10029
10030 * gnus-agent.el (directory-files-and-attributes): Optionally
10031 defined to support XEmacs.
10032
100332004-09-09 Kevin Greiner <kgreiner@compsol.cc>
10034
002876ab 10035 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
01c52d31
MB
10036 to avoid run-time CL dependencies.
10037 (gnus-agent-unfetch-articles): New function.
10038 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10039 article numbers even when local .overview file is missing.
002876ab 10040 (gnus-agent-read-article-number): New function. Only accepts
01c52d31
MB
10041 27-bit article numbers.
10042 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10043 gnus-agent-read-article-number.
10044 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10045 from backend while recognizing that article numbers in .overview
10046 must be valid.
10047 (gnus-agent-update-files-total-fetched-for): Use
10048 directory-files-and-attributes to improve performance.
10049 * gnus-int.el (gnus-request-move-article): Use
10050 gnus-agent-unfetch-articles in place of gnus-agent-expire to
10051 improve performance.
10052
10053 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10054 some users confused by references to .newsrc when they only have a
10055 .newsrc.eld file.
149cd465
JB
10056 (gnus-convert-mark-converter-prompt)
10057 (gnus-convert-converter-needs-prompt): Fixed use of property list.
01c52d31 10058 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
002876ab 10059 New function. Used internally to only display 'gnus converting
01c52d31
MB
10060 files' message when actually necessary.
10061
10062 * gnus-sum.el (): Removed (require 'gnus-agent) as required
10063 methods now autoloaded.
10064
100652004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
10066
10067 * gnus-sum.el (gnus-summary-insert-subject): Remove list
10068 identifiers.
10069
100702004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
10071
10072 * gnus-picon.el: Fix indentation and closing parenthesis.
10073
100742004-09-01 Simon Josefsson <jas@extundo.com>
10075
10076 * message.el (message-canlock-generate): Require sha1, not
56fd9faa 10077 sha1-el. (Can we get rid of this require altogether? It is ugly
01c52d31
MB
10078 to require within a function. Sadly, if sha1.el isn't loaded, the
10079 let binding in m-c-g will hide the defcustom definition, which is
10080 bad.)
10081
10082 * canlock.el: Require sha1, not sha1-el.
10083
10084 * message.el: Don't autoload sha1 (there is a autoload cookie in
10085 sha1.el).
10086
10087 * sha1-el.el: Renamed to sha1.el.
10088
100892004-08-30 Juanma Barranquero <lektu@terra.es>
10090
10091 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10092
100932004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10094
10095 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10096
100972004-08-30 Kim F. Storm <storm@cua.dk>
10098
10099 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10100
10101 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10102 Add :group 'nnimap.
10103
101042004-08-30 Andreas Schwab <schwab@suse.de>
10105
10106 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10107 ?* and ?\;.
10108
10109 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10110 and ?\' to symbol instead of whitespace.
10111
101122004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
10113
10114 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10115
10116 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10117 instead of re-search-forward.
10118
10119 * gnus-uu.el (gnus-uu-save-article): Ditto.
10120 (gnus-uu-post-encode-uuencode): Ditto.
10121
10122 * html2text.el (html2text-clean-list-items): Ditto.
10123 (html2text-clean-dtdd): Ditto.
10124 (html2text-format-tags): Ditto.
10125
10126 * message.el (message-send-mail-with-sendmail): Fix regexp.
10127 (message-fill-field-general): Use search-forward instead of
10128 re-search-forward.
10129 (unbold-region): Ditto.
10130
10131 * nnrss.el (nnrss-request-article): Ditto.
10132
10133 * nnslashdot.el (nnslashdot-request-article): Ditto.
10134
10135 * nnweb.el (nnweb-gmane-wash-article): Ditto.
10136
10137 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10138 "Unrecognized menu descriptor" error in XEmacs.
10139
101402004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
10141
10142 * gnus-sum.el (gnus-read-header): Don't remove a header for the
10143 parent article of a sparse article in the thread hashtb.
10144
101452004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
10146
10147 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10148 (nnmail-expand-newtext): Lowercase expanded entries if
10149 nnmail-split-lowercase-expanded is non-nil.
10150
101512004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
10152
c9e31f32 10153 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
01c52d31
MB
10154
10155 * gnus-group.el (gnus-group-line-format-alist): Convert the value
10156 of gnus-tmp-news-method into string under XEmacs. It will be
10157 passed to gnus-correct-length which takes only a string argument.
10158
101592004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
10160
10161 * gnus-util.el (gnus-bind-print-variables): New macro.
10162 (gnus-prin1): Use it.
10163 (gnus-prin1-to-string): Use it.
10164 (gnus-pp): New function.
10165 (gnus-pp-to-string): New function.
10166
c9e31f32
SM
10167 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10168 Replace pp-to-string with gnus-pp-to-string.
01c52d31
MB
10169 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10170 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10171 * gnus-msg.el (gnus-debug): Ditto.
10172 * gnus-score.el (gnus-score-save): Ditto.
10173 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10174 gnus-pp-to-string.
10175 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10176 with gnus-pp.
10177 * score-mode.el (gnus-score-pretty-print): Ditto.
10178 * webmail.el (webmail-debug): Ditto.
10179
101802004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
10181
c9e31f32
SM
10182 * gnus-art.el (article-display-face, article-display-x-face):
10183 Use buffer-read-only.
01c52d31
MB
10184
101852004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
10186
c9e31f32
SM
10187 * gnus-art.el (article-hide-list-identifiers):
10188 Bind inhibit-read-only as t.
01c52d31
MB
10189
101902004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
10191
10192 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10193
101942004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10195
10196 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10197 (gnus-narrow-to-page): Don't assume point-min == 1.
10198 (gnus-article-edit-mode): Derive from message-mode.
10199
10200 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10201 point-min == 1.
10202
10203 * imap.el (imap-parse-address-list, imap-parse-body-ext):
10204 Disable incorrect use of `assert'.
10205
10206 * message.el (message-mode): Set comment-start-skip.
10207
10208
102092004-08-22 Sam Steingold <sds@gnu.org>
10210
10211 * pop3.el (pop3-leave-mail-on-server): New user variable.
10212 (pop3-movemail): Delete mail only when it is nil.
10213
102142004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
10215
10216 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10217
10218 * mml.el (mml-preview): Use `pop-to-buffer'.
10219
10220 * message.el (message-goto-mail-followup-to): Insert after "To".
10221 (message-carefully-insert-headers): Add comment.
10222
10223 * gnus.el: Remove unused variable `gnus-article-check-size'.
10224
10225 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10226
10227 * gnus-art.el (gnus-button-alist): Improve
10228 `gnus-button-handle-library' entry.
10229
102302004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
10231
10232 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10233 downcase, since XEmacs capitalizes error messages differently.
10234
102352004-08-18 Jesper Harder <harder@ifa.au.dk>
10236
10237 * nntp.el: Add (require 'gnus) due to reference to
10238 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
10239
102402004-08-18 Florian Weimer <fw@deneb.enyo.de>
10241
10242 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10243 `mm-fill-flowed'.
10244
10245 * mm-decode.el (mm-dissect-singlepart): Check it.
10246
102472004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
10248
10249 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10250 'imap' for netrc parsing.
10251
102522004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
10253
10254 * mailcap.el (mailcap-mime-data): Mark as risky.
10255
102562004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
10257
10258 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10259 may be included in the encoded word.
10260 (rfc2047-encode): Don't append a space if the encoded word
10261 includes close parenthesis.
10262
102632004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
10264
10265 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10266 of text within parentheses.
10267
102682004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
10269
10270 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10271 (gnus-encrypt-write-file-contents): Make the password key the file
10272 name PLUS the cipher, not just the cipher. Also remove failed
10273 passwords from the cache.
10274
102752004-08-06 Simon Josefsson <jas@extundo.com>
10276
10277 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
10278 fix.
10279
102802004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
10281
10282 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10283 LWSP.
10284
102852004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
10286
10287 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10288 to append in-reply-to: data to the references: header.
10289
10290 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10291 (netrc-parse): Use gnus-encrypt.el functions.
10292
10293 * gnus-encrypt.el: Add new file for encryption support; currently
10294 does only a few GPG ciphers and an internal XOR cipher.
10295
10296 * password.el: Add comments on using password-read-and-add.
10297 (password-read-and-add): Add function to read and add the
10298 password to the cache at once.
10299
103002004-07-28 Simon Josefsson <jas@extundo.com>
10301
10302 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10303 parameter (but don't use it, for now).
10304
10305 * imap.el (imap-ssl-open): Use imap-process-connection-type,
10306 instead of hard coding to nil.
10307
103082004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
10309
10310 * mm-view.el (mm-inline-image-emacs): Open lines under an image
10311 as mm-inline-image-xemacs does.
10312
103132004-07-26 Simon Josefsson <jas@extundo.com>
10314
10315 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10316 Revert part of 2004-07-17 change below.
10317
103182004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
10319
10320 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
10321 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10322
103232004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10324
10325 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10326 quotes that actually start with ">" at the beginning of the
10327 lines.
10328
103292004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10330
10331 * rfc2047.el (rfc2047-encode-region): Fix last change.
10332 (rfc2047-encode-parameter): Remove useless concat.
10333
103342004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
10335
10336 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10337 encode special characters; fix some kind of misconfigured headers;
10338 signal a real error if debug-on-quit or debug-on-error is non-nil.
10339 (rfc2047-encode-max-chars): New variable.
10340 (rfc2047-encode-1): Use it.
10341 (rfc2047-encode-parameter): New function.
10342
10343 * mml.el (mml-insert-parameter): Remove an excessive space.
10344
103452004-07-17 Simon Josefsson <jas@extundo.com>
10346
10347 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10348 Kai Grossjohann <kai@emptydomain.de>.
10349 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10350 (gnus-group-make-menu-bar): Ditto.
10351
10352 * gnus-util.el (gnus-group-server): Add.
10353
103542004-07-16 Jesper Harder <harder@ifa.au.dk>
10355
10356 * message.el (message-clone-locals): Clone sendmail and smtp
10357 variables.
10358
103592004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10360
10361 * rfc2047.el (rfc2047-encode-region): Fix last change.
10362
103632004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10364
10365 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10366 characters as non-special.
10367
103682004-07-09 Simon Josefsson <jas@extundo.com>
10369
10370 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10371 Users will lose all flag changes made while unplugged with
10372 e.g. nntp unless flag synchronization happens, thus `nil' is not a
10373 good default. See numerous reports on ding mailing list.
10374
103752004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
10376
10377 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10378 add generate-head-function and generate-article-function to the
10379 rfc822-forward entry.
10380 (nndoc-rfc822-forward-generate-article): New function.
10381 (nndoc-rfc822-forward-generate-head): New function.
10382
10383 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10384
103852004-07-06 Dan Christensen <jdc@uwo.ca>
10386
10387 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10388 respect display group parameter and gnus-summary-expunge-below.
10389 (gnus-articles-to-read): Remove unused reference to display group
10390 parameter.
10391
103922004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10393
10394 * nnheader.el (nnheader-uniquify-message-id): New experimental
10395 variable.
10396 (nnheader-nov-read-message-id): Use it.
10397
10398 * spam-report.el (spam-report-gmane): Add interactive.
10399
104002004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10401
10402 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10403 qp-or-base64 for the application/* types.
10404
104052004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
10406
10407 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10408
104092004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
10410
10411 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10412 trim value.
10413
104142004-01-25 Paul Jarc <prj@po.cwru.edu>
10415
10416 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10417 New macro and function.
10418 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10419
104202004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10421
10422 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10423 after-load-alist.
10424
104252004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10426
10427 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10428 update info that isn't there.
10429
104302004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
10431
10432 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10433 entry.
10434
104352004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10436
10437 * mm-view.el (mm-inline-render-with-function): Use multibyte
10438 buffer; decode html source by charset.
10439
10440 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10441
10442 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10443 Mule-UCS is loaded under XEmacs.
10444 (mm-mime-mule-charset-alist): Avoid duplicated entries.
10445
104462004-06-28 Jesper Harder <harder@ifa.au.dk>
10447
10448 * nnheader.el (nnheader-max-head-length): Increase to 8192.
10449
104502004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
10451
10452 * mm-util.el (mm-coding-system-p): Return a coding-system.
10453 (mm-mime-mule-charset-alist): Use shift_jis instead of
10454 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10455 entries for the mime charsets iso-2022-jp-3 and shift_jis.
10456 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10457 instead of japanese-shift-jis and iso-latin-1 respectively in
10458 order to share the default value with both Emacs and XEmacs-mule.
10459 (mm-mule-charset-to-mime-charset): Make
10460 mm-coding-system-priorities effective.
10461 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10462 while predicating of candidates upon the priorities.
10463
104642004-06-27 Jesper Harder <harder@ifa.au.dk>
10465
10466 * gnus-sum.el (gnus-summary-make-menu-bar): Add
10467 gnus-uu-invert-processable.
10468
10469 * gnus.el: Autoload gnus-uu-invert-processable.
10470
104712004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
10472
10473 * mm-util.el (mm-with-multibyte-buffer): New macro.
10474
10475 * rfc2047.el (rfc2047-encode-string): Use it.
10476 (rfc2047-encode-region): Move point to the end of the region after
10477 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10478
104792004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10480
10481 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10482 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10483
104842004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10485
10486 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10487 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
10488 Karl Chen <quarl@nospam.quarl.org>.
10489
104902004-06-23 Jesper Harder <harder@ifa.au.dk>
10491
10492 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10493 invalid addresses.
10494
104952004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
10496
10497 * spam.el: Change section markers, revise TODO list.
10498 (spam-backends): Make new master list of all installed backends.
10499 (spam-summary-exit-behavior): Add new variable to determine how
10500 messages moves are done at summary exit.
10501 (spam-move-spam-nonspam-groups-only)
10502 (spam-process-ham-in-nonham-groups)
10503 (spam-process-ham-in-spam-groups): Remove variables, the
10504 spam-summary-exit-behavior variable should be used to manage this
10505 behavior.
10506 (spam-old-ham-articles, spam-old-spam-articles): Remove.
10507 (spam-old-articles): Add variable, replacing spam-old-ham-articles
10508 and spam-old-spam-articles.
10509 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10510 Add empty variables, placeholders for the backends they represent.
10511 (spam-set-difference): Move, unchanged.
10512 (spam-list-of-processors): Declare OBSOLETE, not used anymore
10513 unless the user has a processor variable.
10514 (spam-classifications, spam-classification-valid-p)
10515 (spam-backend-properties, spam-backend-property-valid-p)
10516 (spam-backend-function-type-valid-p)
10517 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10518 (spam-report-articles-gmane, spam-report-articles-resend):
10519 Remove functions, they are not needed.
10520 (spam-install-backend-super, spam-backend-list)
10521 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10522 (spam-backend-function, spam-backend-ham-registration-function)
10523 (spam-backend-spam-registration-function)
10524 (spam-backend-ham-unregistration-function)
10525 (spam-backend-spam-unregistration-function)
10526 (spam-backend-statistical-p, spam-backend-mover-p)
10527 (spam-install-backend-alias, spam-install-checkonly-backend)
10528 (spam-install-mover-backend, spam-install-nocheck-backend)
10529 (spam-install-backend, spam-install-statistical-backend)
10530 (spam-install-statistical-checkonly-backend): Add backend installation
10531 support.
10532 (spam-summary-prepare-exit): Rewrite to use the new backend code.
10533 (spam-group-processor-p): Use the new backend code and respect the
10534 summary exit behavior.
10535 (spam-mark-spam-as-expired-and-move-routine): Remove.
10536 (spam-summary-prepare): Change to use the new spam-old-articles
10537 variable.
10538 (spam-copy-or-move-routine, spam-copy-spam-routine)
10539 (spam-move-spam-routine, spam-copy-ham-routine)
10540 (spam-move-ham-routine): Add code to copy/move ham or spam.
10541 (spam-fetch-field-fast): Improve doc and code, plus allow the
10542 'number request.
10543 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10544 variables.
10545 (spam-split, spam-find-spam): Use the new backend code.
10546 (spam-registration-functions): Remove variable.
10547 (spam-unregister-routine): Add convenience wrapper.
10548 (spam-log-undo-registration, spam-register-routine)
10549 (spam-log-processing-to-registry)
10550 (spam-log-unregistration-needed-p): Rename "check" to "backend"
10551 where possible.
10552 (spam-check-gmane-xref, spam-check-regex-headers)
10553 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10554 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10555 (spam-check-bogofilter-headers, spam-check-spamoracle)
10556 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10557 (spam-check-crm114-headers): Use the spam-split-group that
10558 spam-split prepares, no need to determine it every time.
10559
10560 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10561 to the nnheader-parse-naked-head call.
10562
10563 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10564
10565 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10566 the nnheader-nov-read-message-id call.
10567
105682004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
10569
10570 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10571 gnus-activate-group twice. Suggested by Markus Peter
10572 <warp@spin.de>.
10573
105742004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
10575
10576 * gnus-art.el (gnus-article-time-format): Exchange the order of
10577 day and month in the default value; fix customization type.
10578 (article-date-ut): Use add-text-properties.
10579 (article-make-date-line): Use message-make-date instead of
10580 current-time-string.
10581
10582 * message.el (message-fetch-field): Don't use set-text-properties.
10583 (message-make-date): Simplify.
0f49874b 10584
01c52d31 105852004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 10586
01c52d31
MB
10587 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10588 (rfc2047-encode-region): Treat text within parentheses as special;
10589 show the original text when error has occurred.
0f49874b 10590
01c52d31
MB
10591 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10592 already-computed method to gnus-activate-group.
0f49874b 10593
01c52d31
MB
10594 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10595 same select-methods identical Lisp objects.
0f49874b 10596
01c52d31
MB
10597 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10598 object when modifying the info.
0f49874b 10599
01c52d31 106002004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 10601
01c52d31
MB
10602 * gnus-srvr.el (gnus-server-set-info): Remove the server from
10603 gnus-opened-servers since it has never been opened with the new
10604 configuration yet.
0f49874b 10605
01c52d31 106062004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 10607
01c52d31
MB
10608 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10609 arg to nnheader-generate-fake-message-id.
0f49874b 10610
01c52d31 106112004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
ca0a6900 10612
01c52d31
MB
10613 * nnheader.el (nnheader-generate-fake-message-id): Accept a
10614 number and build a fake message ID localized to a group and
10615 article number (so it's repeatable from that point on).
cc4a96c6 10616 (nnheader-fake-message-id-p): Change regex to accommodate new fake
01c52d31 10617 ID format.
ca0a6900 10618
01c52d31
MB
10619 * gnus-sum.el (gnus-get-newsgroup-headers): Call
10620 nnheader-generate-fake-message-id with the article number.
ca0a6900 10621
01c52d31 106222004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
a21fb88e 10623
01c52d31
MB
10624 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10625 end-of-buffer.
a21fb88e 10626
01c52d31 106272004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
a21fb88e 10628
01c52d31 10629 * message.el (message-ignored-supersedes-headers): Add Approved.
a21fb88e 10630
01c52d31 106312004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
bfe5418b 10632
01c52d31
MB
10633 * rfc2047.el (rfc2047-encode-message-header): Remove useless
10634 goto-char.
10635 (rfc2047-encode): Fold the line before encoding.
bfe5418b 10636
01c52d31 106372004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
d4755e04 10638
01c52d31
MB
10639 * rfc2047.el (rfc2047-encode-message-header): Disabled header
10640 folding -- not all headers can be folded, and this should be done
10641 by the message composition mode. Probably. I think.
d4755e04 10642
01c52d31 106432004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
95f75c75 10644
01c52d31
MB
10645 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10646 fast.
95f75c75 10647
01c52d31
MB
10648 * gnus-ems.el (gnus-remove-image): Don't use
10649 message-text-with-property; remove only the image found first.
4a43ee9b 10650
01c52d31 106512004-06-09 Jesper Harder <harder@ifa.au.dk>
4a43ee9b 10652
01c52d31 10653 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
4a43ee9b 10654
01c52d31 106552004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
4a43ee9b 10656
01c52d31
MB
10657 * message.el (message-text-with-property): Make it fast and accept
10658 optional arguments.
10659 (message-strip-forbidden-properties): Use it.
10660 (message-fix-before-sending): Follow the m-t-w-p change.
4a43ee9b 10661
01c52d31 10662 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
4a43ee9b 10663
01c52d31 106642004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
4a43ee9b 10665
01c52d31
MB
10666 * gnus-art.el (article-hide-headers): Don't change the buffer
10667 mistakenly when performing mml-preview even if
10668 gnus-single-article-buffer is nil.
4a43ee9b 10669
01c52d31 106702004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
4a43ee9b 10671
01c52d31
MB
10672 * message.el (message-expand-name-databases): New user option.
10673 (message-expand-name): Use it.
4a43ee9b 10674
01c52d31 106752004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
4a43ee9b 10676
01c52d31
MB
10677 * spam.el (spam-report-articles-resend)
10678 (spam-report-resend-register-routine): Allow ham reporting.
10679 (spam-report-resend-register-ham-routine): Add wrapper.
10680 (spam-registration-functions): Add ham resending functions.
10681 (spam-list-of-processors): Add ham resend processor.
4a43ee9b 10682
01c52d31
MB
10683 * gnus.el (ham-resend-to): Add new group parameter.
10684 (spam-process): Add ham resend option.
4a43ee9b 10685
01c52d31
MB
10686 * spam-report.el (spam-report-resend): Allow reporting ham.
10687 (spam-report-resend-ham): Add wrapper.
4a43ee9b 10688
01c52d31 106892004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4a43ee9b 10690
01c52d31
MB
10691 * message.el (message-cite-articles-with-x-no-archive): New
10692 variable.
10693 (message-cite-original): Use it.
4a43ee9b 10694
01c52d31 106952004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
e9bd5782 10696
01c52d31 10697 * message.el (message-cite-original): Respect X-No-Archive.
e9bd5782 10698
01c52d31 106992004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
e9bd5782 10700
01c52d31
MB
10701 * gnus-art.el (article-hide-headers): Refer to the values for
10702 gnus-ignored-headers and gnus-visible-headers in the summary
10703 buffer since a user may have set them as group parameters.
cfcd5c91 10704
01c52d31 107052004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
cfcd5c91 10706
01c52d31
MB
10707 * assistant.el (assistant-node-name): Add convenience function.
10708 (assistant-render-text, assistant-render-node): Add error handling,
10709 plus handle multiple next nodes.
10710 (assistant-find-next-node): Comment out for now.
10711 (assistant-find-next-nodes): Add function, returns list of next
10712 nodes.
10713
107142004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
10715
10716 * mail-source.el (mail-source-directory): Fix doc-string.
10717
107182004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
10719
10720 * assistant.el (assistant-render-text, assistant-eval): Add :set
10721 widget type, which is different because it takes and returns a
10722 list. Much hilarity ensues.
10723
107242004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
10725
10726 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10727
10728 * gnus-group.el (gnus-group-get-new-news-this-group): Added
10729 doc-string.
10730
10731 * gnus-start.el (gnus-activate-group): Added doc-string.
10732
107332004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10734
10735 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10736
107372004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
10738
10739 * assistant.el (assistant-render-text): Try to add a :set
10740 widget, more to come.
10741
10742 * spam.el (spam-group-spam-contents-p): Handle empty groupname
10743 strings.
10744 (spam-report-articles-resend)
10745 (spam-register-routine): Do registration iff any articles warrant
10746 it.
10747 (spam-summary-prepare-exit): Change log message for nil group
10748 destinations.
10749
107502004-05-27 Daniel Pittman <daniel@rimspace.net>
10751
10752 * spam.el (spam-report-resend-register-routine): Allow
10753 spam-report-resend-to to be a group parameter or a global value.
10754
107552004-05-26 Simon Josefsson <jas@extundo.com>
10756
10757 * starttls.el: Merge with my GNUTLS based starttls.el.
10758 (starttls-gnutls-program, starttls-use-gnutls)
10759 (starttls-extra-arguments, starttls-process-connection-type)
10760 (starttls-connect, starttls-failure, starttls-success): New
10761 variables.
10762 (starttls-program, starttls-extra-args): Doc fix.
10763 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10764 functions.
10765 (starttls-negotiate, starttls-open-stream): Check
10766 `starttls-use-gnutls' and pass on to corresponding *-gnutls
10767 function if it is set.
10768
107692004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
10770
10771 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10772 structured fields.
10773
107742004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10775
10776 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10777
107782004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
10779
10780 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
10781 variable.
10782 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
10783 assigning the spam-mark to new messages.
10784
880820fe 107852004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
01c52d31
MB
10786
10787 (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
10788
107892004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10790
10791 * rfc2047.el (rfc2047-encodable-p): Don't move point.
10792 (rfc2047-decode): Treat the ascii coding-system as raw-text by
10793 default.
10794
107952004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
10796
002876ab 10797 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
01c52d31
MB
10798 correct data.
10799
108002004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
10801
10802 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
10803 (spam-group-processor-p): Fix function.
10804 (spam-group-processor-multiple-p)
10805 (spam-group-spam-processor-report-gmane-p)
10806 (spam-group-spam-processor-report-resend-p)
10807 (spam-group-spam-processor-bogofilter-p)
10808 (spam-group-spam-processor-blacklist-p)
10809 (spam-group-spam-processor-ifile-p)
10810 (spam-group-ham-processor-ifile-p)
10811 (spam-group-spam-processor-spamoracle-p)
10812 (spam-group-spam-processor-crm114-p)
10813 (spam-group-ham-processor-bogofilter-p)
10814 (spam-group-spam-processor-stat-p)
10815 (spam-group-ham-processor-stat-p)
10816 (spam-group-ham-processor-whitelist-p)
10817 (spam-group-ham-processor-BBDB-p)
10818 (spam-group-ham-processor-spamoracle-p)
10819 (spam-group-ham-processor-copy-p): Remove functions with some
10820 prejudice against unneeded code.
10821 (spam-report-articles-resend)
10822 (spam-report-resend-register-routine): Allow the group/topic
10823 spam-resend-to value to override spam-report-resend-to.
10824 (spam-summary-prepare-exit): Invoke spam-group-processor-p
10825 properly now.
10826
10827 * gnus.el (spam-resend-to): Add group/topic parameter.
10828 (spam-process): Move the OBSOLETE processors to the end of the
10829 choices.
10830
108312004-05-24 Daniel Pittman <daniel@rimspace.net>
10832
10833 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
10834 with resend-to set to nil, and then ask the user if necessary.
10835 (spam-report-resend): spam-report-resend takes a list of articles, not
10836 separate article numbers.
10837
108382004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10839
10840 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
10841 addition to emacs-w3m.
10842
108432004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10844
10845 * assistant.el (assistant-authinfo-data): New function.
10846 (assistant-eval): Eval for entire assistant.
10847
10848 * netrc.el (netrc-services-file): New variable.
10849 (netrc-parse-services): New function.
10850 (netrc-find-service-name): New function.
10851 (netrc-find-service-number): New function.
10852 (netrc-port-equal): New function.
10853 (netrc-machine): Use it.
10854
10855 * nnimap.el (nnimap-open-connection): Use netrc.
10856
10857 * gnus-util.el (gnus-netrc-get): Remove aliases.
10858
10859 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
10860
10861 * assistant.el (wid-edit): Fix compilation.
10862
10863 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
10864
108652004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
10866
10867 * gnus-util.el (gnus-set-file-modes): New function. (small
10868 patch).
10869
108702004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
cfcd5c91 10871
01c52d31 10872 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
cfcd5c91 10873
01c52d31
MB
10874 * assistant.el (assistant-render-node): Fix up rendering and
10875 read-only text.
10876 (assistant-render-node): Reset.
10877 (assistant-make-read-only): Not sticky.
cfcd5c91 10878
01c52d31 108792004-05-20 Danny Siu <dsiu@adobe.com>
cfcd5c91 10880
01c52d31
MB
10881 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
10882 centered even when gnus-auto-center-summary is t
cfcd5c91 10883
01c52d31 108842004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
cfcd5c91 10885
01c52d31
MB
10886 * dns.el (dns-get-txt-answer): New function.
10887 (dns-read-txt): Ditto.
10888 (query-dns): Use it.
cfcd5c91 10889
01c52d31 108902004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
cfcd5c91 10891
01c52d31
MB
10892 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
10893 active for foreign groups even if the group level is higher than
10894 the specified value.
cfcd5c91 10895
01c52d31 108962004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9ad41fb7 10897
01c52d31
MB
10898 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
10899 non-active groups.
9ad41fb7 10900
01c52d31 10901 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
b4e8a25b 10902
01c52d31 109032004-05-20 Magnus Henoch <mange@freemail.hu>
b4e8a25b 10904
01c52d31 10905 * dns.el (dns-read-type): Add support for SVR. (small patch)
b4e8a25b 10906
01c52d31 109072004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
ddfbe5db 10908
01c52d31
MB
10909 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
10910 (spam-crm114-header, spam-crm114-spam-switch)
10911 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
10912 (spam-crm114-positive-spam-header)
10913 (spam-crm114-database-directory, spam-list-of-processors)
10914 (spam-group-spam-processor-crm114-p)
10915 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
10916 (spam-generic-score, spam-list-of-checks)
10917 (spam-list-of-statistical-checks, spam-registration-functions)
10918 (spam-check-crm114-headers, spam-crm114-score)
10919 (spam-check-crm114, spam-crm114-register-with-crm114)
10920 (spam-crm114-register-spam-routine)
10921 (spam-crm114-unregister-spam-routine)
10922 (spam-crm114-register-ham-routine)
10923 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
880820fe 10924 asjo@koldfront.dk (Adam Sjøgren).
ddfbe5db 10925
01c52d31 10926 * gnus.el: Add spam-use-crm114.
d0859c9a 10927
01c52d31
MB
10928 * spam.el (spam-list-of-processors, spam-registration-functions):
10929 Add spam-use-resend.
10930 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
10931 (spam-report-articles-gmane): Add doc fix.
149cd465
JB
10932 (spam-report-articles-resend, spam-report-resend-register-routine):
10933 Add wrappers around spam-report-resend-to.
d0859c9a 10934
01c52d31
MB
10935 * spam-report.el (spam-report-resend-to, spam-report-resend):
10936 Add support for resending spam.
10937 (spam-report-gmane): Fix line length >80.
d0859c9a 10938
01c52d31 10939 * gnus.el (spam-process): Add spam-use-resend.
d0859c9a 10940
01c52d31 109412004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
d0859c9a 10942
01c52d31
MB
10943 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
10944 number of processed spam messages.
10945 (spam-ham-copy-or-move-routine): Return the number of processed
10946 ham messages.
10947 (spam-summary-prepare-exit): Use the above values to decide
10948 whether status messages shouled be displayed.
d0859c9a 10949
01c52d31 109502004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
d0859c9a 10951
01c52d31
MB
10952 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
10953 `rfc2047-encoding-function-alist' in order to avoid conflicting
10954 with the old version.
10955 (rfc2047-encode-region): Concatenate words containing non-ASCII
10956 characters in structured fields; don't encode space-delimited
10957 ASCII words even in unstructured fields; don't break words at
10958 char-category boundaries.
10959 (rfc2047-encode-1): New function.
10960 (rfc2047-encode): Use it; encode text so that it occupies the
10961 maximum width within 76-column; work correctly on Q encoding for
10962 iso-2022-* charsets.
10963 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
10964 sure not to break a line just after the header name.
10965 (rfc2047-b-encode-region): Removed.
10966 (rfc2047-b-encode-string): New function.
10967 (rfc2047-q-encode-region): Removed.
10968 (rfc2047-q-encode-string): New function.
d0859c9a 10969
01c52d31 10970 * mm-util.el (mm-replace-in-string): New function.
d0859c9a 10971
01c52d31 109722004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
d0859c9a 10973
01c52d31
MB
10974 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
10975 get it right.
10976 (gnus-inews-make-draft): Really.
d0859c9a 10977
01c52d31 109782004-05-19 Ben Menasha <bmenasha@benmenasha.net>
d0859c9a 10979
01c52d31
MB
10980 * nnmh.el (nnmh-request-list-1): Don't check the link count
10981 before descending. (small patch)
d0859c9a 10982
01c52d31 109832004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
d0859c9a 10984
01c52d31
MB
10985 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
10986 stuff.
6441d280 10987
01c52d31
MB
10988 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
10989 on real group name.
6441d280 10990
01c52d31 10991 * gnus-art.el (gnus-signature-limit): Doc fix.
8654e13a 10992
01c52d31 10993 * gnus-msg.el (gnus-inews-make-draft): Quote list.
8654e13a 10994
01c52d31 109952004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8654e13a 10996
01c52d31
MB
10997 * gnus-draft.el (gnus-draft-send): Bind
10998 rfc2047-encode-encoded-words.
8654e13a 10999
01c52d31
MB
11000 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11001 (rfc2047-encodable-p): Say that =? needs encoding.
11002 (rfc2047-encode-encoded-words): New variable.
8654e13a 11003
01c52d31 11004 * gnus-group.el (gnus-group-select-group): Doc fix.
8654e13a 11005
01c52d31 11006 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
31640842 11007
01c52d31
MB
11008 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11009 to nil.
31640842 11010
01c52d31 11011 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
31640842 11012
01c52d31 11013 * nnheader.el (nnheader-get-lines-and-char): New function.
31640842 11014
01c52d31 110152004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
61b397cd 11016
01c52d31
MB
11017 * gnus-msg.el (gnus-summary-followup-with-original): Document
11018 yanking of region when active.
61b397cd 11019
01c52d31 110202004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
61b397cd 11021
01c52d31
MB
11022 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11023 groups if the group level is higher than the specified value.
31640842 11024
01c52d31 110252004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
cd01ded9 11026
01c52d31
MB
11027 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11028 (gnus-group-jump-to-group): Added prefix argument using
11029 `gnus-group-jump-to-group-prompt'. Query before jumping to
11030 non-active group.
cd01ded9 11031
01c52d31
MB
11032 * compface.el (uncompface): Be verbose when changing
11033 `uncompface-use-external'.
850c333d 11034
01c52d31
MB
11035 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11036 handle manual section.
850c333d 11037
01c52d31 110382004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
ff5e68bf 11039
01c52d31 11040 * gnus-art.el (gnus-button-alist): Revert previous change.
ff5e68bf 11041
01c52d31 110422004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
ff5e68bf 11043
01c52d31 11044 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
ff5e68bf 11045
01c52d31 110462004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6a748eda 11047
01c52d31
MB
11048 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11049 whether backend can accept message.
6a748eda 11050
01c52d31 11051 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9d9b0de9 11052
01c52d31 110532004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
9d9b0de9 11054
01c52d31
MB
11055 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11056 Avoid creating directory when nntp-marks-is-evil is true.
11057 Reported by Reiner Steib.
9a89f5b0 11058
01c52d31 110592004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
9a89f5b0 11060
01c52d31
MB
11061 * gnus-picon.el (gnus-picon-style): New variable.
11062 (gnus-picon-insert-glyph): Added optional `nostring' argument.
11063 (gnus-picon-transform-address): Support `gnus-picon-style'. From
11064 Jesper Harder <harder@ifa.au.dk>.
91472578 11065
01c52d31 110662004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 11067
01c52d31
MB
11068 * message.el (message-fill-field): Return point.
11069 (message-generate-headers): Go to end of field.
91472578 11070
01c52d31
MB
11071 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11072 stuff for non-living groups.
91472578 11073
01c52d31 110742004-05-18 Jesper Harder <harder@ifa.au.dk>
91472578 11075
01c52d31
MB
11076 * gnus-art.el (gnus-article-followup-with-original)
11077 (gnus-article-reply-with-original): gnus-mark-active-p ->
11078 gnus-region-active-p.
91472578 11079
01c52d31 110802004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
91472578 11081
01c52d31
MB
11082 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11083 only when there is spam or ham to be processed.
91472578 11084
01c52d31 110852004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 11086
01c52d31
MB
11087 * mail-source.el (mail-source-delete-crash-box): Refactor.
11088 (mail-source-fetch): Use it.
11089 (mail-source-fetch-file): Ditto.
11090 (mail-source-fetch-directory): Run postscript in loop.
11091 (mail-source-fetch-pop): Delete.
11092 (mail-source-fetch-maildir): Ditto.
11093 (mail-source-fetch-imap): Ditto.
91472578 11094
01c52d31 11095 * imap.el (imap-authenticators): Comment out sasl.
91472578 11096
01c52d31
MB
11097 * message.el (message-skip-to-next-address): New function.
11098 (message-fill-header-address): Refactor.
11099 (message-fill-address): Use it.
11100 (message-delete-address): Use it.
11101 (message-fill-header-general): Refactor.
11102 (message-fill-field-address): Rename.
11103 (message-narrow-to-field): Find the start of the header.
11104 (message-header-format-alist): Don't pre-fill.
11105 (message-fill-header): Removed.
11106 (message-insert-header): New function.
11107 (message-shorten-references): Use it.
91472578 11108
01c52d31 11109 * rfc2047.el (rfc2047-field-value): Strip props.
91472578 11110
01c52d31 11111 * mail-parse.el (mail-header-make-address): New alias.
91472578 11112
01c52d31 11113 * ietf-drums.el (ietf-drums-make-address): New function.
91472578 11114
01c52d31 11115 * imap.el: Add compiler directives.
91472578 11116
01c52d31 11117 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
91472578 11118
01c52d31
MB
11119 * gnus-art.el (article-decode-idna-rhs): Don't use
11120 message-idna-inside-rhs-p.
91472578 11121
01c52d31 111222004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 11123
01c52d31
MB
11124 * message.el (message-idna-inside-rhs-p): Removed.
11125 (message-idna-to-ascii-rhs-1): Use proper address parsing.
1b155fbd 11126
01c52d31
MB
11127 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11128 false positives.
1b155fbd 11129
ce058493 111302004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
91472578 11131
01c52d31 11132 * imap.el (imap-sasl-make-mechanisms): Use sasl.
91472578 11133
01c52d31 111342004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 11135
ce058493 11136 * nneething.el (nneething-file-name): Don't create spurious
01c52d31 11137 files.
91472578 11138
01c52d31
MB
11139 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11140 (gnus-inews-do-gcc): Remove sleep.
498063ec 11141
01c52d31
MB
11142 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11143 part under point.
498063ec 11144
01c52d31
MB
11145 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11146 (gnus-agent-regenerate-group): Using nil messages aren't valid.
498063ec 11147
01c52d31 111482004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
498063ec 11149
01c52d31 11150 * spam.el (spam-summary-prepare-exit): Fixed (length).
498063ec 11151
01c52d31 111522004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
498063ec 11153
01c52d31
MB
11154 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11155 as expired without moving it" message when there are spam
11156 messages left.
498063ec 11157
01c52d31 111582004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
707f2b38 11159
002876ab 11160 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
01c52d31 11161 header is not nil.
707f2b38 11162
01c52d31 111632004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
10ace8ea 11164
01c52d31
MB
11165 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11166 nntp-possibly-create-directory, not nntp-possibly-change-group.
11167 (nntp-marks-changed-p): New arg SERVER.
11168 (nntp-request-update-info): Adjust caller.
10ace8ea 11169
01c52d31 111702004-05-14 Kai Grossjohann <kai@emptydomain.de>
10ace8ea 11171
01c52d31 11172 * nntp.el (nntp-save-marks): Pass missing arg.
10ace8ea 11173
01c52d31 111742004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
10ace8ea 11175
01c52d31
MB
11176 * nntp.el: Support marks.
11177 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11178 (nntp-marks-modtime, nntp-marks-directory): New variables.
11179 (nntp-request-set-mark, nntp-request-update-info)
11180 (nntp-possibly-create-directory, nntp-marks-changed-p)
11181 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11182 functions.
10ace8ea 11183
01c52d31 111842004-05-12 Jesper Harder <harder@ifa.au.dk>
10ace8ea 11185
01c52d31
MB
11186 * gnus-score.el (gnus-score-insert-help): Use
11187 gnus-select-lowest-window.
10ace8ea 11188
01c52d31
MB
11189 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11190 appt-select-lowest-window and rename to gnus-select-lowest-window.
10ace8ea 11191
01c52d31 11192 * gnus.el: do.
10ace8ea 11193
01c52d31 111942004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10ace8ea 11195
01c52d31
MB
11196 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11197 encodings of MIME-encoded words, in order to improve
11198 interoperability with several broken MUAs.
10ace8ea 11199
01c52d31 112002004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
f3f7f80c 11201
01c52d31
MB
11202 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11203 tags, only when charsets are not specified in headers.
11204 (mm-inline-text-html-render-with-w3m): Ditto.
f3f7f80c 11205
01c52d31 112062004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
0302b80e 11207
01c52d31
MB
11208 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11209 instead of MIME-decoded from fields when checking
11210 `gnus-article-address-banner-alist'.
0302b80e 11211
01c52d31 112122004-05-03 Jesper Harder <harder@ifa.au.dk>
fa9a04e1 11213
01c52d31
MB
11214 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11215 description rather than subject.
fa9a04e1 11216
01c52d31 112172004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
fa9a04e1 11218
01c52d31 11219 * gnus.el (gnus-version-number): Bump.
fa9a04e1 11220
01c52d31 112212004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
fa9a04e1 11222
01c52d31 11223 * gnus.el: No Gnus v0.2 is released.
fa9a04e1 11224
01c52d31 112252004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
fa9a04e1 11226
01c52d31
MB
11227 * gnus-agent.el (gnus-agent-read-agentview): Inline
11228 gnus-uncompress-range.
fa9a04e1 11229
01c52d31 112302004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
fa9a04e1 11231
01c52d31
MB
11232 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11233 `exec-installed-p'.
fa9a04e1 11234
01c52d31 112352004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
fa9a04e1 11236
01c52d31
MB
11237 * gnus.el (spam-process, spam-autodetect-methods): Add
11238 bsfilter and bsfilter-headers.
fa9a04e1 11239
01c52d31
MB
11240 * spam.el (spam-bsfilter): New customize group.
11241 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11242 (spam-bsfilter-header, spam-bsfilter-probability-header)
11243 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11244 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11245 (spam-bsfilter-database-directory): New options.
11246 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11247 (spam-list-of-statistical-checks, spam-registration-functions):
11248 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11249 (spam-bsfilter-score): New command.
11250 (spam-check-bsfilter-headers, spam-check-bsfilter)
11251 (spam-bsfilter-register-with-bsfilter)
11252 (spam-bsfilter-register-spam-routine)
11253 (spam-bsfilter-unregister-spam-routine)
11254 (spam-bsfilter-register-ham-routine)
11255 (spam-bsfilter-unregister-ham-routine): New functions.
11256 (spam-generic-score): Support bsfilter; Accept an optional argument
11257 to recalcurate spam score even if scoring header has already been
11258 added.
11259 (spam-bogofilter-score, spam-spamassassin-score): Accept an
11260 optional argument to recalcurate spam score even if scoring header
11261 has already been added.
bf68d4e6 11262
01c52d31 112632004-04-29 Jesper Harder <harder@ifa.au.dk>
bf68d4e6 11264
01c52d31
MB
11265 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11266 strings! Reported by David D. Smith <davidsmith@acm.org>.
11267 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11268 link is missing.
f66ce3b9 11269
01c52d31 112702004-04-28 Jesper Harder <harder@ifa.au.dk>
f66ce3b9 11271
01c52d31
MB
11272 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11273 (html2text-get-attr): Rewrite.
14f56b66 11274
01c52d31
MB
11275 * message.el (message-setup-1): Remove redundant put-text-property
11276 on mail-header-separator.
14f56b66 11277
01c52d31 112782004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
ec3c4a4c 11279
01c52d31
MB
11280 * gnus-registry.el (gnus-registry-cache-whitespace)
11281 (gnus-registry-action, gnus-registry-spool-action)
11282 (gnus-registry-split-fancy-with-parent): Change message levels
11283 from 5 to 3 or 7, as needed.
ec3c4a4c 11284
01c52d31
MB
11285 * spam.el (spam-summary-prepare-exit)
11286 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11287 (spam-split, spam-find-spam, spam-log-undo-registration)
11288 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11289 level from 5 to 6.
5f5475ac 11290
01c52d31 112912004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
5f5475ac 11292
01c52d31
MB
11293 * gnus-ems.el: Autoload appt-select-lowest-window (revert
11294 2004-03-04 change).
5f5475ac 11295
01c52d31 112962004-04-25 Jesper Harder <harder@ifa.au.dk>
2fd561a9 11297
c9e31f32
SM
11298 * sieve-manage.el (sieve-manage-open):
11299 * nnweb.el (nnweb-insert-html):
01c52d31 11300 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
c9e31f32
SM
11301 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11302 * nnspool.el (nnspool-request-group):
01c52d31 11303 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
c9e31f32 11304 * nnml.el (nnml-request-update-info):
01c52d31 11305 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
c9e31f32 11306 (nnmh-request-create-group, nnmh-update-gnus-unreads):
01c52d31 11307 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
c9e31f32
SM
11308 (nnimap-request-set-mark):
11309 * nnfolder.el (nnfolder-request-update-info):
01c52d31 11310 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
c9e31f32
SM
11311 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11312 * gnus-uu.el (gnus-uu-find-articles-matching):
01c52d31 11313 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
01c52d31 11314 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
c9e31f32
SM
11315 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11316 * gnus-nocem.el (gnus-nocem-scan-groups):
11317 * gnus-int.el (gnus-start-news-server):
01c52d31 11318 * gnus-group.el (gnus-group-make-kiboze-group)
c9e31f32
SM
11319 (gnus-group-browse-foreign-server):
11320 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11321 Use mapc when appropriate.
270a576a 11322
01c52d31 113232004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 11324
01c52d31 11325 FIXME: Make separate entries for each person.
270a576a 11326
01c52d31 11327 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
880820fe 11328 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
01c52d31 11329 <shields@msrl.com>:
270a576a 11330
01c52d31
MB
11331 * spam.el (spam-necessary-extra-headers): Get the extra headers we
11332 may need for spam sorting and scoring.
11333 (spam-user-format-function-S): Add user format function suitable for
11334 general use.
11335 (spam-article-sort-by-spam-status): Add sorting function for summary
11336 sorting.
11337 (spam-extra-header-to-number): Add function to get a score from a
11338 header.
11339 (spam-summary-score): Add function to get a numeric score from the
11340 headers.
c9e31f32 11341 (spam-generic-score): Fix function doc, was in wrong place.
01c52d31
MB
11342 (spam-initialize): Take symbols when it's run, and install the
11343 extra headers that spam-necessary-extra-headers thinks we need.
270a576a 11344
01c52d31 113452004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 11346
01c52d31 11347 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
880820fe 11348 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
270a576a 11349
01c52d31 113502004-04-17 Jesper Harder <harder@ifa.au.dk>
270a576a 11351
01c52d31
MB
11352 * gnus-sum.el (gnus-set-global-variables)
11353 (gnus-build-all-threads, gnus-get-newsgroup-headers)
11354 (gnus-article-get-xrefs, gnus-summary-best-group)
11355 (gnus-summary-next-article, gnus-summary-enter-digest-group)
11356 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
c9e31f32
SM
11357 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11358 Use with-current-buffer.
270a576a 11359
01c52d31 113602004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 11361
01c52d31
MB
11362 * spam.el (spam-summary-prepare-exit): Simplify logic.
11363 (spam-fetch-article-header): Read the article header if it's not
11364 available.
11365 (spam-list-articles): Simplify logic.
11366 (spam-filelist-register-routine): Fix bug with unregister-list.
270a576a 11367
01c52d31 11368 * gnus-registry.el: Fix comments at beginning.
270a576a 11369
01c52d31 113702004-04-16 Jesper Harder <harder@ifa.au.dk>
d31fa104 11371
01c52d31
MB
11372 * message.el (message-cater-to-broken-inn): Remove.
11373 (message-shorten-references): Make sure the total folded length of
11374 References is shorter than 998 characters to cater to a bug in INN
11375 2.3. Also, don't pretend that references aren't folded -- this
11376 hasn't worked for a while.
d31fa104 11377
01c52d31 113782004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
9b981cb6 11379
01c52d31
MB
11380 * gnus-agent.el (gnus-agentize):
11381 gnus-agent-send-mail-real-function no longer set to current value
11382 of message-send-mail-function but rather a lambda that calls
11383 message-send-mail-function. The change makes the agent real-time
11384 responsive to user changes to message-send-mail-function.
9b981cb6 11385
01c52d31 113862004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
9b981cb6 11387
01c52d31
MB
11388 * legacy-gnus-agent.el
11389 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11390 help from Florian Weimer <fw@deneb.enyo.de>
9b981cb6 11391
01c52d31 113922004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
56c30d72 11393
01c52d31 11394 * nnmail.el (nnmail-cache-insert): Revert last change.
56c30d72 11395
01c52d31 113962004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
f429956a 11397
01c52d31
MB
11398 * nnmail.el (nnmail-cache-insert): Always check whether
11399 nnmail-cache-ignore-groups matches a group name.
f429956a 11400
01c52d31 114012004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
5c243ee4 11402
01c52d31
MB
11403 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11404 (spam-find-spam, spam-log-processing-to-registry)
11405 (spam-log-registered-p, spam-log-unregistration-needed-p)
11406 (spam-log-undo-registration): Use gnus-message instead of
11407 gnus-error, none of these errors are fatal.
5c243ee4 11408
01c52d31
MB
11409 * gnus-registry.el (gnus-registry-clean-empty-function)
11410 (gnus-registry-clean-empty): Remove only empty entries without
11411 extra data.
aba1948a 11412
01c52d31 114132004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
aba1948a 11414
01c52d31
MB
11415 * spam-stat.el (spam-stat-buffer-change-to-spam)
11416 (spam-stat-buffer-change-to-non-spam): Change (error) to
11417 (gnus-message 8) invocation.
aba1948a 11418
01c52d31 114192004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
aba1948a 11420
01c52d31
MB
11421 * nntp.el (nntp-via-netcat-command): New variable.
11422 (nntp-via-netcat-switches): New variable.
11423 (nntp-open-via-rlogin-and-netcat): New function.
11424 (nntp-open-connection-function): Doc fix.
11425 (nntp-telnet-command): Doc fix.
11426 (nntp-end-of-line): Doc fix.
11427 (nntp-via-rlogin-command): Doc fix.
11428 (nntp-via-user-name): Doc fix.
11429 (nntp-via-address): Doc fix.
aba1948a 11430
01c52d31 114312004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
aba1948a 11432
01c52d31
MB
11433 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11434 error in Emacs 21.1.
ddff82cf 11435
01c52d31 114362004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
ddff82cf 11437
01c52d31 11438 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
112d84ef 11439
01c52d31
MB
114402004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
11441 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11442 (gnus-agent-with-refreshed-group): New macro.
11443 (gnus-agent-rename-group): New function.
11444 (gnus-agent-delete-group): New function.
11445 (gnus-agent-save-group-info): Use gnus-command-method when
11446 `method' parameter is nil. Don't write nil entries into the
11447 active file.
11448 (gnus-agent-get-group-info): New function.
11449 (gnus-agent-fetch-articles): Use
11450 gnus-agent-update-files-total-fetched-for to increment disk space
11451 used.
11452 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11453 gnus-agent-update-view-total-fetched-for to increment disk space
11454 used.
11455 (gnus-agent-get-local): Added optional parameters to avoid calling
11456 gnus-group-real-name and gnus-find-method-for-group.
11457 (gnus-agent-set-local): Delete stored entry if either min, or max,
11458 are nil.
11459 (gnus-agent-fetch-session): Reworded error/quit messages. On
11460 quit, use gnus-agent-regenerate-group to record existance of any
11461 articles fetched to disk before the quit occurred.
11462 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11463 gnus-agent-update-view-total-fetched-for, and
11464 gnus-agent-update-files-total-fetched-for to decrement disk space
11465 used.
11466 (gnus-agent-retrieve-headers): Use
11467 gnus-agent-update-view-total-fetched-for to increment disk space
11468 used.
11469 (gnus-agent-regenerate-group): Replace gnus-group-update-group
11470 with gnus-agent-update-files-total-fetched-for to decrement disk
11471 space and fresh group buffer.
11472 (gnus-agent-inhibit-update-total-fetched-for): New variable.
11473 (gnus-agent-need-update-total-fetched-for): New variable.
11474 (gnus-agent-update-files-total-fetched-for): New function.
11475 (gnus-agent-update-view-total-fetched-for): New function.
11476 (gnus-agent-total-fetched-for): New function.
11477
11478 * gnus-cache.el (gnus-cache-save-buffers): Use
11479 gnus-cache-update-overview-total-fetched-for to change disk space
11480 used by this group.
11481 (gnus-cache-possibly-enter-article): Use
11482 gnus-cache-update-file-total-fetched-for to increment disk space
11483 used by this group.
11484 (gnus-cache-possibly-remove-article): Use
11485 gnus-cache-update-file-total-fetched-for to decrement disk space
11486 used by this group.
11487 (gnus-cache-generate-nov-databases): Purge total fetched cache.
11488 (gnus-cache-rename-group): New function.
11489 (gnus-cache-delete-group): New function.
11490 (gnus-cache-inhibit-update-total-fetched-for): New variable.
11491 (gnus-cache-need-update-total-fetched-for): New variable.
11492 (gnus-cache-with-refreshed-group): New macro.
11493 (gnus-cache-update-file-total-fetched-for): New function.
11494 (gnus-cache-update-overview-total-fetched-for): New function.
11495 (gnus-cache-rename-group-total-fetched-for): New function.
11496 (gnus-cache-delete-group-total-fetched-for): New function.
11497 (gnus-cache-total-fetched-for): New function.
112d84ef 11498
01c52d31
MB
11499 * gnus-group.el: Require gnus-sum and autoload functions to
11500 resolve warnings when gnus-group.el compiled alone.
11501 (gnus-group-line-format): Documented new %F
11502 (size of Fetched data) group line format; identifies disk space
11503 used by agent and cache.
11504 (gnus-group-line-format-alist): Defined new F format.
11505 (gnus-total-fetched-for): New function.
11506 (gnus-group-delete-group): No longer update
11507 gnus-cache-active-altered as gnus-request-delete-group now keeps
11508 the cache in sync.
11509 (gnus-group-list-active): Let the agent store a server's active
11510 list if currently plugged.
2f7717f6 11511
c9e31f32
SM
11512 * gnus-int.el (gnus-request-delete-group):
11513 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
01c52d31 11514 local disk in sync with the server.
c9e31f32
SM
11515 (gnus-request-rename-group):
11516 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
01c52d31 11517 local disk in sync with the server.
2f7717f6 11518
c9e31f32
SM
11519 * gnus-start.el (gnus-get-unread-articles):
11520 Cosmetic simplification to logic.
c44edf72 11521
01c52d31 11522 * gnus-util.el (gnus-rename-file): New function.
c44edf72 11523
01c52d31 115242004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
c44edf72 11525
01c52d31 11526 * mm-util.el (mm-image-load-path): Handle nil in load-path.
aa0a8561 11527
01c52d31 115282004-04-07 Jesper Harder <harder@ifa.au.dk>
aa0a8561 11529
01c52d31
MB
11530 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11531 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
aa0a8561 11532
01c52d31 115332004-04-06 Jesper Harder <harder@ifa.au.dk>
aa0a8561 11534
01c52d31
MB
11535 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11536 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
aa0a8561 11537
01c52d31 115382004-04-03 Jesper Harder <harder@ifa.au.dk>
aa0a8561 11539
01c52d31 11540 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
aa0a8561 11541
01c52d31 115422004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
aa0a8561 11543
01c52d31
MB
11544 * spam.el (spam-set-difference): Add function to replace
11545 gnus-set-difference in spam.el.
11546 (spam-summary-prepare-exit): Use spam-set-difference.
aa0a8561 11547
01c52d31 115482004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
aa0a8561 11549
01c52d31
MB
11550 * gnus-registry.el (gnus-registry-cache-file): Update to use
11551 gnus-dribble-directory OR gnus-home-directory OR ~.
11552 (gnus-registry-split-fancy-with-parent): Fix doc.
aa0a8561 11553
01c52d31 115542004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
aa0a8561 11555
01c52d31
MB
11556 * message.el (message-exchange-point-and-mark): Use
11557 message-mark-active-p. Suggested by Jesper Harder
11558 <harder@ifa.au.dk>.
45893b95 11559
01c52d31 115602004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
45893b95 11561
01c52d31
MB
11562 * message.el (message-exchange-point-and-mark): Don't activate
11563 region if it was inactive. Suggested by Hiroshi Fujishima
11564 <pooh@nature.tsukuba.ac.jp>.
734c5765 11565
01c52d31 115662004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
734c5765 11567
01c52d31
MB
11568 * gnus-art.el (article-display-face): Display Faces in the same
11569 order as X-Faces.
734c5765 11570
01c52d31 115712004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11572
01c52d31 11573 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
ad136a7c 11574
01c52d31 115752004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11576
01c52d31
MB
11577 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11578 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11579 (gnus-article-mime-hierarchy): Remove.
11580 (gnus-article-mime-hierarchy-next): Remove.
11581 (gnus-article-mode): Revert 2004-03-19 change.
11582 (gnus-article-setup-buffer): Revert 2004-03-19 change.
11583 (gnus-insert-mime-button): Revert 2004-03-19 change.
11584 (gnus-mime-accumulate-hierarchy): Remove.
11585 (gnus-mime-enter-multipart): Remove.
149cd465 11586 (gnus-mime-leave-multipart): Remove.
01c52d31
MB
11587 (gnus-mime-display-part): Revert 2004-03-19 change.
11588 (gnus-mime-display-alternative): Revert 2004-03-19 change.
ad136a7c 11589
01c52d31 11590 * mml.el (mml-preview): Revert 2004-03-19 change.
ad136a7c 11591
01c52d31 115922004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
ad136a7c 11593
01c52d31 11594 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
ad136a7c 11595
01c52d31 115962004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11597
01c52d31
MB
11598 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11599 t while entering a file name using the mm-with-multibyte macro.
11600 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
ad136a7c 11601
01c52d31 11602 * mm-util.el (mm-with-multibyte): New macro.
ad136a7c 11603
01c52d31 116042004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11605
01c52d31
MB
11606 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11607 user option.
11608 (gnus-mime-multipart-functions): Doc and customization fix.
11609 (gnus-article-mime-hierarchy): New variable.
11610 (gnus-article-mime-hierarchy-next): New variable.
11611 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11612 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11613 gnus-article-mime-hierarchy-next to nil.
11614 (gnus-insert-mime-button): Show hierarchy numbers.
11615 (gnus-mime-accumulate-hierarchy): New function.
11616 (gnus-mime-enter-multipart): New function.
11617 (gnus-mime-leave-multipart): New function.
11618 (gnus-mime-display-part): Recompute hierarchical MIME structure.
11619 (gnus-mime-display-alternative): Show hierarchy numbers.
ad136a7c 11620
01c52d31
MB
11621 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11622 gnus-article-mime-hierarchy-next to nil.
ad136a7c 11623
01c52d31 116242004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
ad136a7c 11625
01c52d31 11626 * dns.el: Don't require gnus-xmas.
ad136a7c 11627
01c52d31 116282004-03-17 Jesper Harder <harder@ifa.au.dk>
ad136a7c 11629
01c52d31
MB
11630 * mml.el (mml-generate-mime-1): Don't use format=flowed with
11631 inline PGP.
11632 (mml-menu): Disable mml-quote-region if mark is inactive.
ad136a7c 11633
01c52d31 116342004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11635
01c52d31
MB
11636 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11637 when the group's active is not available.
ad136a7c 11638
01c52d31 116392004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11640
01c52d31
MB
11641 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11642 error.
ad136a7c 11643
01c52d31 116442004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
ad136a7c 11645
01c52d31
MB
11646 * imap.el (imap-store-password): New variable.
11647 (imap-interactive-login): Use it.
11648 Suggested by Mark Plaksin <happy@mcplaksin.org>.
ad136a7c 11649
01c52d31 116502004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11651
01c52d31
MB
11652 * gnus-art.el (gnus-article-read-summary-keys): Restore new
11653 window-start and hscroll to summary window.
ad136a7c 11654
01c52d31 116552004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
ad136a7c 11656
01c52d31
MB
11657 * gnus-start.el (gnus-convert-old-newsrc): Only write the
11658 conversion message to newsrc-dribble when an actual conversion is
11659 performed.
ad136a7c 11660
01c52d31 116612004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
ad136a7c 11662
01c52d31 11663 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
ad136a7c 11664
01c52d31 116652004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 11666
01c52d31
MB
11667 * mm-decode.el (mm-complicated-handles): New function reviving
11668 former definition of mm-multiple-handles.
49561cf6 11669
01c52d31
MB
11670 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11671 (gnus-mime-delete-part): Use it.
49561cf6 11672
01c52d31 116732004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
87589a70 11674
01c52d31
MB
11675 * gnus-agent.el (gnus-agent-read-local): Bind
11676 nnheader-file-coding-system to gnus-agent-file-coding-system to
11677 avoid the implicit assumption that they will always be equal.
11678 (gnus-agent-save-local): Bind buffer-file-coding-system, not
11679 coding-system-for-write, as the with-temp-file macro first prints
11680 to a buffer then saves the buffer.
87589a70 11681
01c52d31 116822004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
c825ac9d 11683
01c52d31
MB
11684 * gnus-art.el (gnus-article-edit-part): New function.
11685 (gnus-mime-save-part-and-strip): Use it; do query instead of
11686 signaling an error; don't use mm-multiple-handles.
11687 (gnus-mime-delete-part): Ditto.
c825ac9d 11688
01c52d31 116892004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
ae465fa7 11690
01c52d31
MB
11691 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11692 old file versions.
11693 (gnus-group-prepare-hook): Removed function that converted list
11694 form of gnus-agent-expire-days to group properties.
ae465fa7 11695
01c52d31
MB
11696 * gnus-int.el: Autoload gnus-agent-regenerate-group.
11697 (gnus-request-accept-article): Re-indented.
5f49be3f 11698
01c52d31
MB
11699 * gnus-start.el (gnus-convert-old-newsrc): Registered new
11700 converters to handle old agent file formats. Added logic for a
11701 "backup before upgrading warning".
11702 (gnus-convert-mark-converter-prompt): Developers can mark
11703 functions as needing (default), or not needing,
11704 gnus-convert-old-newsrc's "backup before upgrading warning".
11705 (gnus-convert-converter-needs-prompt): Tests whether the user
11706 should be protected from potentially irreversable changes by the
11707 function.
5f49be3f 11708
002876ab 11709 * legacy-gnus-agent.el: New. Provides converters that are only
01c52d31 11710 loaded when gnus-convert-old-newsrc needs to call them.
fb54e72e 11711
01c52d31 117122004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
fb54e72e 11713
01c52d31 11714 * mail-source.el (mail-source-touch-pop): Doc fix.
fb54e72e 11715
01c52d31 11716 * message.el (message-smtpmail-send-it): Doc fix.
0683d241 11717
01c52d31 117182004-03-05 Jesper Harder <harder@ifa.au.dk>
0683d241 11719
01c52d31 11720 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
1b155fbd 11721
01c52d31 11722 * nnmail.el (nnmail-split-fancy): do.
1b155fbd 11723
01c52d31 11724 * gnus-kill.el (gnus-kill, gnus-execute): do.
0683d241 11725
01c52d31 117262004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
0683d241 11727
01c52d31
MB
11728 * gnus-sum.el (gnus-widget-reversible-match)
11729 (gnus-widget-reversible-to-internal)
11730 (gnus-widget-reversible-to-external): New functions.
11731 (gnus-widget-reversible): New widget.
11732 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
0683d241 11733
01c52d31 117342004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
0683d241 11735
01c52d31
MB
11736 * gnus-sum.el (gnus-thread-sort-functions)
11737 (gnus-article-sort-functions): Document `(not F)' items.
0683d241 11738
01c52d31 117392004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
e2642250 11740
01c52d31
MB
11741 * spam.el (spam-use-gmane-xref): Add new backend.
11742 (spam-gmane-xref-spam-group): Add variable to control the name of the
11743 Gmane spam group.
11744 (spam-blackhole-servers, spam-blackhole-good-server-regex)
11745 (spam-regex-headers-spam, spam-regex-headers-ham)
11746 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11747 (spam-list-of-checks): Add spam-use-gmane-xref to list of
11748 backends and checks.
11749 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
e2642250 11750
01c52d31
MB
11751 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11752 an autodetect method.
e2642250 11753
01c52d31 117542004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
e2642250 11755
01c52d31
MB
11756 * gnus-int.el (gnus-request-accept-article): Inform the agent that
11757 articles are being added to a group.
11758 (gnus-request-replace-article): Inform the agent that articles
11759 need to be uncached as the cached contents are no longer valid.
e2642250 11760
01c52d31 117612004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
e2642250 11762
01c52d31 11763 * binhex.el: Don't autoload executable-find.
e2642250 11764
01c52d31 11765 * canlock.el: Don't autoload mail-fetch-field.
e2642250 11766
01c52d31 11767 * gnus-ems.el: Don't autoload appt-select-lowest-window.
e2642250 11768
01c52d31
MB
11769 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
11770 rmail-dont-reply-to and rmail-output.
e2642250 11771
01c52d31 11772 * gnus-score.el: Don't autoload ffap-string-at-point.
e2642250 11773
01c52d31 11774 * gnus-setup.el: Don't autoload sc-cite-original.
e2642250 11775
01c52d31
MB
11776 * imap.el: Don't autoload base64-decode-string,
11777 base64-encode-string and md5.
e2642250 11778
01c52d31
MB
11779 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
11780 and rmail-msg-restore-non-pruned-header.
e2642250 11781
01c52d31 11782 * mm-decode.el: Don't autoload executable-find.
e2642250 11783
01c52d31 11784 * mm-url.el: Don't autoload executable-find.
e2642250 11785
01c52d31 11786 * mm-view.el: Don't autoload diff-mode.
e2642250 11787
01c52d31
MB
11788 * nndb.el: Don't autoload news-reply-mode, news-setup,
11789 cancel-timer and telnet.
e2642250 11790
01c52d31 11791 * password.el: Don't autoload run-at-time for Emacs.
e2642250 11792
01c52d31 11793 * sha1-el.el: Don't autoload executable-find.
e2642250 11794
01c52d31 11795 * sieve-mode.el: Don't autoload c-mode.
e2642250 11796
01c52d31 11797 * uudecode.el: Don't autoload executable-find.
e2642250 11798
01c52d31 117992004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
e2642250 11800
01c52d31
MB
11801 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
11802 (gnus-agent-possibly-alter-active): Avoid null in numeric
11803 comparison.
11804 (gnus-agent-set-local): Refuse to save null in local object table.
11805 (gnus-agent-regenerate-group): The REREAD parameter can now be a
11806 list of articles that will be marked as unread.
e2642250 11807
01c52d31 118082004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
e2642250 11809
01c52d31 11810 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
e2642250 11811
01c52d31 118122004-03-04 Jesper Harder <harder@ifa.au.dk>
ba0226dd 11813
01c52d31
MB
11814 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
11815 language tags.
ba0226dd 11816
01c52d31 118172004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
e2642250 11818
01c52d31
MB
11819 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
11820 Don't bind "obarray".
5153a47a 11821
01c52d31
MB
11822 * gnus-sum.el (gnus-thread-sort-functions): Added
11823 `gnus-thread-sort-by-most-recent-number' and
11824 `gnus-thread-sort-by-most-recent-date'.
11825 Reported by Kai Grossjohann <kai@emptydomain.de>.
2a95505b 11826
01c52d31 118272004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5153a47a 11828
01c52d31 11829 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
5153a47a 11830
01c52d31 118312004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
5153a47a 11832
01c52d31
MB
11833 * gnus-cus.el (gnus-agent-customize-category): Removed
11834 ignore-errors macro reference that required cl to be loaded at
11835 run-time.
5153a47a 11836
01c52d31
MB
11837 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
11838 single-interval range of the form (min . max). Previously the
11839 range had to look like ((min . max)). Likewise, return
11840 (min . max) rather than ((min . max)).
11841 (gnus-range-map): Use gnus-range-normalize to accept
11842 single-interval range.
5153a47a 11843
01c52d31
MB
11844 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
11845 the cache, but not the agent, now appear with their usual face.
5153a47a 11846
01c52d31 118472004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
5153a47a 11848
01c52d31
MB
11849 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
11850 w3m-safe-url-regexp variable buffer-local.
86713405 11851
01c52d31 11852 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
86713405 11853
01c52d31 118542004-02-27 Simon Josefsson <jas@extundo.com>
86713405 11855
01c52d31
MB
11856 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
11857 gnus-group-real-prefix.
11858 (gnus-summary-move-article): Use it, instead of
11859 gnus-group-real-prefix.
86713405 11860
01c52d31 118612004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
d5ddd795 11862
01c52d31
MB
11863 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
11864 w3m-safe-url-regexp variable buffer-local and set it as the value
11865 of mm-w3m-safe-url-regexp.
d5ddd795 11866
01c52d31 11867 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
d5ddd795 11868
01c52d31
MB
11869 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
11870 parsing gnus-posting-styles when the message is not for replying.
d5ddd795 11871
01c52d31
MB
11872 * nnrss.el (nnrss-opml-export): Use
11873 mm-set-buffer-file-coding-system instead of
11874 set-buffer-file-coding-system.
54506618 11875
01c52d31 118762004-02-27 Jesper Harder <harder@ifa.au.dk>
54506618 11877
01c52d31
MB
11878 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
11879 of checkdoc.el).
11880 * nnrss.el: do.
11881 * gnus-mlspl.el: do.
11882 * gnus-ml.el: do.
11883 * gnus-srvr.el: do.
54506618 11884
01c52d31 11885 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
54506618 11886
01c52d31 118872004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
54506618 11888
01c52d31
MB
11889 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
11890 Corrections to custom-manual links.
54506618 11891
01c52d31 11892 * gnus-art.el (gnus-article): Ditto.
54506618 11893
01c52d31 11894 * mm-decode.el (mime-display, mime-security): Ditto.
54506618 11895
01c52d31 118962004-02-26 Jesper Harder <harder@ifa.au.dk>
54506618 11897
01c52d31 11898 * flow-fill.el: Typo.
54506618 11899
01c52d31 119002004-02-26 Andrew Cohen <cohen@andy.bu.edu>
49561cf6 11901
01c52d31 11902 * spam-wash.el: New file.
54506618 11903
01c52d31 119042004-02-26 Mark A. Hershberger <mah@everybody.org>
54506618 11905
01c52d31 11906 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
54506618 11907
01c52d31 119082004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
49561cf6 11909
01c52d31
MB
11910 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
11911 to be run with new-articles as LIST1, not LIST2.
11912 (spam-registration-functions): Add spam-use-ham-copy as a nil
11913 registration backend.
54506618 11914
01c52d31 119152004-02-26 Jesper Harder <harder@ifa.au.dk>
54506618 11916
01c52d31
MB
11917 * spam-stat.el (spam-stat-washing-hook): New option.
11918 (spam-stat-buffer-words): Use it.
11919 (spam-stat-process-directory, spam-stat-test-directory): Use
11920 insert-file-contents-literally.
11921 (spam-stat-coding-system): New variable.
11922 (spam-stat-load, spam-stat-save): Use it.
54506618 11923
01c52d31 119242004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 11925
01c52d31
MB
11926 * spam-report.el (spam-report-plug-agent): Quote
11927 spam-report-url-to-file and spam-report-url-ping-plain.
54506618 11928
01c52d31 119292004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
54506618 11930
01c52d31
MB
11931 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
11932 / in mailto URLs.
54506618 11933
01c52d31 119342004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
54506618 11935
01c52d31
MB
11936 * spam-report.el (spam-report-process-queue): Fix interactive use.
11937 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
11938 (spam-report-unplug-agent): Doc fixes.
11939 (spam-report-url-ping-mm-url, spam-report-url-to-file)
11940 (spam-report-agentize, spam-report-deagentize): Autoload
54506618 11941
01c52d31 119422004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 11943
01c52d31
MB
11944 * message.el (message-setup-fill-variables): Add mml tags to
11945 paragraph-start and paragraph-separate. Suggested by Andrew Korty
11946 <ajk@iu.edu>.
11947 (message-mode): Don't modify paragraph-separate there.
54506618 11948
01c52d31 119492004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 11950
01c52d31
MB
11951 * compface.el (uncompface-use-external): Default to undecided.
11952 (uncompface-use-external-threshold): New variable.
11953 (uncompface-float-time): New macro.
11954 (uncompface): Determine whether to use the external decoder if
11955 uncompface-use-external is undecided.
54506618 11956
01c52d31 119572004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
54506618 11958
01c52d31
MB
11959 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
11960 after images.
54506618 11961
01c52d31 11962 * gnus-art.el (gnus-mime-display-single): Remove dead code.
54506618 11963
01c52d31 119642004-02-14 Jesper Harder <harder@ifa.au.dk>
49561cf6 11965
01c52d31 11966 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
54506618 11967
002876ab 11968 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
54506618 11969
01c52d31
MB
11970 * gnus-sum.el (gnus-summary-limit-to-age)
11971 (gnus-summary-limit-children): do.
54506618 11972
01c52d31 11973 * gnus-int.el (gnus-request-scan): do.
54506618 11974
01c52d31 11975 * gnus-group.el (gnus-group-suspend): do.
54506618 11976
01c52d31 11977 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
54506618 11978
01c52d31 11979 * gnus-cite.el (gnus-cite-parse-attributions): do.
54506618 11980
01c52d31
MB
11981 * gnus-agent.el (gnus-summary-set-agent-mark)
11982 (gnus-agent-regenerate-group): do.
54506618 11983
01c52d31 11984 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
54506618 11985
01c52d31 11986 * binhex.el (binhex-decode-region-internal): do.
54506618 11987
01c52d31 119882004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 11989
01c52d31
MB
11990 * gnus-fun.el (gnus-face-properties-alist): New user option.
11991 (gnus-display-x-face-in-from): Use it.
54506618 11992
01c52d31 11993 * gnus-art.el (article-display-face): Ditto.
54506618 11994
01c52d31 11995 * compface.el (uncompface-use-external): Default to nil.
54506618 11996
01c52d31 119972004-02-12 Jesper Harder <harder@ifa.au.dk>
54506618 11998
01c52d31
MB
11999 * nntp.el (nntp-erase-buffer): New function.
12000 (nntp-retrieve-data, nntp-send-command)
12001 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12002 (nntp-possibly-change-group): Use it.
54506618 12003
01c52d31
MB
12004 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12005 with-current-buffer.
54506618 12006
01c52d31 120072004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
54506618 12008
01c52d31
MB
12009 * compface.el: Merge the ELisp-based uncompface program.
12010 (compface): New customization group.
12011 (uncompface-use-external): New user option.
12012 (uncompface): Call uncompface-internal if uncompface-use-external
12013 is nil.
12014 (uncompface-internal): New function. Note that there are also
12015 some other functions and variables added for this function.
54506618 12016
01c52d31 120172004-02-10 Jesper Harder <harder@ifa.au.dk>
54506618 12018
01c52d31
MB
12019 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12020 if necessary.
54506618 12021
01c52d31 120222004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
54506618 12023
01c52d31
MB
12024 * spam-report.el (spam-report-unplug-agent)
12025 (spam-report-plug-agent, spam-report-deagentize)
12026 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12027 Add support for the Agent in spam-report: when unplugged, report to a
12028 file; when plugged, submit all the requests.
54506618 12029
01c52d31
MB
12030 * spam.el (spam-register-routine): Fix message about
12031 registration.
54506618 12032
01c52d31 120332004-02-09 Jesper Harder <harder@ifa.au.dk>
49561cf6 12034
01c52d31
MB
12035 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12036 dependencies.
12037 (rfc2047-encode): Use it.
54506618 12038
01c52d31
MB
12039 * gnus-art.el (gnus-button-marker-list): Move before first
12040 reference.
54506618 12041
01c52d31
MB
12042 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12043 (imap-parse-body): Fix format string mismatch.
54506618 12044
01c52d31 12045 * gnus-score.el (gnus-summary-increase-score): do.
54506618 12046
01c52d31 12047 * nnrss.el (nnrss-close): New function.
54506618 12048
01c52d31 120492004-02-08 Jesper Harder <harder@ifa.au.dk>
54506618 12050
01c52d31
MB
12051 * nnrss.el (nnrss-make-filename): New function.
12052 (nnrss-request-delete-group, nnrss-read-server-data)
12053 (nnrss-save-server-data, nnrss-read-group-data)
12054 (nnrss-save-group-data): Use it.
12055 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12056 (nnrss-read-server-data, nnrss-read-group-data): Use load.
12057 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
54506618 12058
01c52d31 120592004-02-07 Jesper Harder <harder@ifa.au.dk>
54506618 12060
01c52d31 12061 * mml.el (mml-compute-boundary-1): Don't uncompress files.
54506618 12062
01c52d31 120632004-02-06 Jesper Harder <harder@ifa.au.dk>
54506618 12064
01c52d31
MB
12065 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12066 files.
54506618 12067
01c52d31
MB
12068 * message.el (message-generate-headers-first): Don't quote nil
12069 and t in docstrings.
54506618 12070
01c52d31 12071 * imap.el (imap-id): do.
54506618 12072
01c52d31
MB
12073 * gnus-agent.el (gnus-agent-consider-all-articles)
12074 (gnus-agent-queue-mail): do.
54506618 12075
01c52d31 120762004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
54506618 12077
01c52d31
MB
12078 * spam-report.el (spam-report-process-queue): New function.
12079 Process requests from `spam-report-requests-file'.
12080 (spam-report-process-queue): Doc fix.
54506618 12081
01c52d31 120822004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
531e5812 12083
01c52d31
MB
12084 * spam.el (spam-register-routine)
12085 (spam-log-processing-to-registry, spam-log-registered-p)
12086 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12087 Change "check" to "spam-check" for semi-clarity.
531e5812 12088
01c52d31 120892004-02-05 Jesper Harder <harder@ifa.au.dk>
531e5812 12090
01c52d31 12091 * pop3.el: Require nnheader.
531e5812 12092
01c52d31 12093 * mml-smime.el: Require cl. Autoload message-fetch-field.
531e5812 12094
01c52d31 12095 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
531e5812 12096
01c52d31 12097 * gnus-picon.el: Require cl.
531e5812 12098
01c52d31 12099 * gnus-fun.el: Require gnus-ems and gnus-util.
531e5812 12100
01c52d31 12101 * gnus.el (gnus-method-to-server): Move defsubst before first use.
531e5812 12102
01c52d31 12103 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
531e5812 12104
01c52d31
MB
12105 * gnus-art.el (gnus-article-edit-mode): Define before first
12106 reference.
531e5812 12107
01c52d31 121082004-02-04 Jesper Harder <harder@ifa.au.dk>
531e5812 12109
01c52d31
MB
12110 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12111 (gnus-uu-post-encoded): Use point-at-bol.
531e5812 12112
01c52d31 12113 * gnus-topic.el (gnus-group-active-topic-p): do.
69075cdd 12114
01c52d31 12115 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
69075cdd 12116
01c52d31 12117 * gnus-group.el (gnus-group-kill-region): do.
69075cdd 12118
01c52d31 12119 * gnus-art.el (article-date-ut): do.
69075cdd 12120
01c52d31
MB
12121 * message.el (message-fetch-field): Remove redundant
12122 case-fold-search binding.
12123 (message-narrow-to-field): Simplify.
69075cdd 12124
01c52d31 121252004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
8903a9c8 12126
01c52d31 12127 * spam.el (spam-directory): Derive from `gnus-directory'.
8903a9c8 12128
01c52d31
MB
12129 * spam-report.el (spam-report-url-to-file)
12130 (spam-report-requests-file): New function and variable for offline
12131 reporting.
12132 (spam-report-url-ping-function): Add `spam-report-url-to-file'
12133 and user defined function.
12134 (spam-report-url-ping-mm-url): Remove doubled slash.
8903a9c8 12135
01c52d31 121362004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
8903a9c8 12137
01c52d31 12138 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
8903a9c8 12139
01c52d31 121402004-02-03 Jesper Harder <harder@ifa.au.dk>
ebbeed62 12141
01c52d31
MB
12142 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12143 format string mismatch.
ebbeed62 12144
01c52d31 12145 * sieve.el (sieve-deactivate-all): do.
8903a9c8 12146
01c52d31 12147 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
8903a9c8 12148
01c52d31 12149 * nnlistserv.el (nnlistserv-kk-wash-article): do.
e62e7654 12150
01c52d31 12151 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
e62e7654 12152
01c52d31 12153 * mm-bodies.el (mm-7bit-chars): Don't include \r.
e62e7654 12154
01c52d31 121552004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
e62e7654 12156
01c52d31
MB
12157 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12158 the list of checks.
e62e7654 12159
01c52d31 121602004-01-31 Jesper Harder <harder@ifa.au.dk>
e62e7654 12161
01c52d31
MB
12162 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12163 padding.
e62e7654 12164
01c52d31 121652004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
c3bc41c2 12166
01c52d31
MB
12167 * mm-view.el (mm-fill-flowed): New variable.
12168 (mm-inline-text): Use it.
eb6a2b61 12169
01c52d31 121702004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
c3bc41c2 12171
01c52d31
MB
12172 * spam.el (spam-spamassassin-register-ham-routine)
12173 (spam-spamassassin-register-spam-routine): Fix function names.
7c3bb5a5 12174
01c52d31 121752004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
7c3bb5a5 12176
01c52d31
MB
12177 * gnus.el (gnus-tmp-grouplens): Remove.
12178 (gnus-summary-line-format): Remove grouplens.
f0096211 12179
01c52d31 12180 * gnus-group.el (gnus-group-line-format): Ditto.
f0096211 12181
01c52d31
MB
12182 * gnus-spec.el (gnus-format-specs): Ditto.
12183 (gnus-update-format-specifications): Flush the group format spec
12184 cache if there's the grouplens stuff.
12185 (gnus-parse-simple-format): Replace %l with the empty string.
f0096211 12186
01c52d31 121872004-01-27 Jerry James <james@xemacs.org> (tiny change)
f0096211 12188
01c52d31
MB
12189 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12190 omission.
14e20e13 12191
01c52d31 121922004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
14e20e13 12193
01c52d31
MB
12194 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12195 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
c1d7d285 12196
01c52d31 121972004-01-25 Paul Jarc <prj@po.cwru.edu>
c1d7d285 12198
149cd465
JB
12199 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12200 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
01c52d31
MB
12201 New macros and functions.
12202 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12203 Handle > NLINK_MAX messages.
12204 * nnmaildir.el (nnmaildir-request-set-mark): Use
12205 nnmaildir--emlink-p and nnmaildir--eexist-p.
c1d7d285 12206
01c52d31 122072004-01-25 Alex Schroeder <alex@gnu.org>
c1d7d285 12208
01c52d31
MB
12209 * spam-stat.el (spam-stat-process-directory-age): New option.
12210 (spam-stat-process-directory): Use it.
c1d7d285 12211
01c52d31 122122004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
c1d7d285 12213
01c52d31
MB
12214 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12215 (spam-stat-save): Accept prefix argument.
c1d7d285 12216
01c52d31 122172004-01-23 Paul Jarc <prj@po.cwru.edu>
c1d7d285 12218
01c52d31
MB
12219 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12220 links" error.
c1d7d285 12221
01c52d31 122222004-01-23 Jesper Harder <harder@ifa.au.dk>
10b43d7c 12223
01c52d31
MB
12224 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12225 compatibility with old .newsrc.eld files.
10b43d7c 12226
01c52d31 12227 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
f4dd4ae8 12228
01c52d31 12229 * gnus-start.el (gnus-1): do.
f4dd4ae8 12230
01c52d31 12231 * gnus-group.el (gnus-group-line-format-alist): do.
1b155fbd 12232
01c52d31 12233 * gnus.el (gnus-use-grouplens, gnus-visual): do.
1b155fbd 12234
01c52d31 12235 * gnus-gl.el: Remove.
f4dd4ae8 12236
01c52d31 122372004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
f4dd4ae8 12238
01c52d31
MB
12239 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12240 marks consisting of a single range {for example, (3 . 5)} rather
12241 than a list of a single range { ((3 . 5)) }.
49561cf6 12242
01c52d31 122432004-01-23 Jesper Harder <harder@ifa.au.dk>
f4dd4ae8 12244
01c52d31
MB
12245 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12246 with-current-buffer.
12247 (spam-stat-store-current-buffer): Use insert-buffer-substring to
12248 avoid consing a string.
f4dd4ae8 12249
01c52d31
MB
12250 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12251 Remove obsolete entries for big5 and gb2312.
f4dd4ae8 12252
01c52d31 122532004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
49561cf6 12254
01c52d31
MB
12255 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12256 uncompressed list.
f4dd4ae8 12257
01c52d31 122582004-01-22 Jesper Harder <harder@ifa.au.dk>
f4dd4ae8 12259
01c52d31
MB
12260 * spam-stat.el (spam-stat-strip-xref): New function.
12261 (spam-stat-process-directory): Use it.
f4dd4ae8 12262
01c52d31
MB
12263 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12264 here -- it's done in message-fetch-field.
f4dd4ae8 12265
01c52d31 122662004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
f4dd4ae8 12267
149cd465
JB
12268 * gnus-agent.el (gnus-agent-queue-mail)
12269 (gnus-agent-prompt-send-queue): New variables.
01c52d31
MB
12270 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12271 * gnus-draft.el (gnus-group-send-queue): Pass the group name
12272 "nndraft:queue" along to gnus-draft-send. Use
12273 gnus-agent-prompt-send-queue.
12274 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12275 is "nndraft:queue". Suggested by Gaute Strokkenes
12276 <gs234@srcf.ucam.org>
f4dd4ae8 12277
01c52d31
MB
12278 * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12279 (agent-enable-undownloaded-faces): Added
12280 (gnus-agent-cat-groups): Use eval-and-compile, not
12281 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12282 method of gnus-agent-cat-groups even when the buffer has been
12283 evaled.
3042deef 12284 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
01c52d31 12285 delete gnus-agent-save-active-1.
002876ab 12286 (gnus-agent-save-groups): Deleted. Identical to
01c52d31
MB
12287 gnus-agent-save-active.
12288 (gnus-agent-write-active): No longer adjust agent's copy of active
12289 file as agent's adjustments are now stored in their own
002876ab 12290 file. Removed optional parameter.
01c52d31
MB
12291 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12292 servers. Add use of min/max range limits from server's local
12293 file.
12294 (gnus-agent-save-alist): Removed unused optional argument.
149cd465
JB
12295 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12296 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
01c52d31 12297 (gnus-agent-set-local): A per-server file that keeps min/max range
ec5741dc 12298 limits for articles known to the agent. Provides a fast mechanism
01c52d31 12299 for altering many active ranges.
3042deef 12300 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
01c52d31
MB
12301 active file (local makes it unnecessary).
12302 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12303
12304 * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12305 (agent-enable-undownloaded-faces): Added
12306
12307 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12308 disable it when sending to "nndraft:queue".
12309 (gnus-group-send-queue): Add safety check to avoid sending queue
12310 when unplugged.
f4dd4ae8 12311
01c52d31
MB
12312 * gnus-group.el (gnus-group-catchup): Use new
12313 gnus-sequence-of-unread-articles, not
12314 gnus-list-of-unread-articles, to avoid exhausting memory with huge
12315 numbers of articles. Use gnus-range-map to avoid having to
12316 uncompress the unread list.
149cd465
JB
12317 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12318 Fixed invalid ange-ftp reference.
9b5773bc 12319
01c52d31
MB
12320 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12321 (gnus-sorted-range-intersection): Intersection of two ranges
12322 without requiring that they first be uncompressed.
9b5773bc 12323
01c52d31
MB
12324 * gnus-start.el (gnus-activate-group): Unless blocked by the
12325 caller, possibly expand the active range to include both cached
12326 and agentized articles.
12327 (gnus-convert-old-newsrc): Rewrote in anticipation of having
12328 multiple version-dependent converters.
12329 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12330 gnus-agent-save-active.
12331 (gnus-save-newsrc-file): Save dirty agent range limits.
46cdaf24 12332
01c52d31
MB
12333 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12334 gnus-agent-possibly-alter-active.
12335 (gnus-adjust-marked-articles): Faster handling of simple lists
12336
123372004-01-21 Jesper Harder <harder@ifa.au.dk>
12338
12339 * spam-stat.el (spam-stat-test-directory): New optional argument
12340 displays a list of files detected. Suggested by Andrew Cohen
12341 <cohen@andy.bu.edu>.
12342 (spam-stat-buffer-words-with-scores): Don't narrow and change
12343 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
12344
296fa7b4 123452004-01-20 Hubert Chan <hubert@uhoreg.ca>
01c52d31
MB
12346
12347 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12348 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12349 (spam-spamassassin-arguments)
12350 (spam-spamassassin-spam-flag-header)
12351 (spam-spamassassin-positive-spam-flag-header)
12352 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12353 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12354 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12355 (spam-list-of-processors, spam-list-of-checks)
12356 (spam-list-of-statistical-checks, spam-registration-functions)
12357 (spam-check-spamassassin-headers, spam-check-spamassassin)
12358 (spam-spamassassin-score)
12359 (spam-spamassassin-register-with-sa-learn)
12360 (spam-spamassassin-register-spam-routine)
12361 (spam-spamassassin-register-ham-routine)
12362 (spam-assassin-register-spam-routine)
002876ab
JB
12363 (spam-assassin-register-ham-routine): Add SpamAssassin support.
12364 (spam-bogofilter-score): Fix to show article before scoring.
01c52d31
MB
12365
123662004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
12367
12368 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12369 default scoring function.
12370 (spam-generic-score): Call spam-spamassassin-score if
12371 spam-use-spamassassin or spam-use-spamassassin-headers is on;
12372 spam-bogofilter-score otherwise.
12373
12374 * gnus.el (spam-process, spam-autodetect-methods): Add
12375 spamassassin and spamassassin-headers.
12376
123772004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
12378
12379 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12380 Suppress unnecessary messages.
12381
123822004-01-20 Jesper Harder <harder@ifa.au.dk>
12383
12384 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12385 make-hash-table.
46cdaf24 12386
01c52d31 123872004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 12388
01c52d31 12389 * canlock.el (base64-encode-string): Don't autoload it.
a08b59c9 12390
01c52d31 123912004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 12392
01c52d31
MB
12393 * run-at-time.el: Remove useless (require 'itimer),
12394 eval-and-compile and (featurep 'xemacs).
a08b59c9 12395
01c52d31 123962004-01-16 Jesper Harder <harder@ifa.au.dk>
a08b59c9 12397
01c52d31
MB
12398 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12399 GROUP is a virtual group.
a08b59c9 12400
01c52d31 124012004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
a08b59c9 12402
01c52d31 12403 * gnus.el: Autoload `message-y-or-n-p'.
a08b59c9 12404
01c52d31 124052004-01-15 Jesper Harder <harder@ifa.au.dk>
a08b59c9 12406
01c52d31 12407 * pgg-parse.el: Remove unnecessary (require 'custom).
a08b59c9 12408
01c52d31 12409 * pgg-def.el: do.
a08b59c9 12410
01c52d31 12411 * nnmail.el: do.
a08b59c9 12412
01c52d31 12413 * gnus-undo.el: do.
a08b59c9 12414
01c52d31 12415 * gnus-picon.el: do.
a08b59c9 12416
01c52d31 12417 * gnus-util.el: do.
a08b59c9 12418
01c52d31 124192004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
a08b59c9 12420
01c52d31 12421 * gnus-sum.el (gnus-pick-line-number): Add autoload.
a08b59c9 12422
01c52d31 124232004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 12424
01c52d31
MB
12425 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12426 handle, as well as a list.
a08b59c9 12427
01c52d31
MB
12428 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12429 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12430 (mm-w3m-cid-retrieve): Simplify.
a08b59c9 12431
01c52d31 124322004-01-14 Vasily Korytov <deskpot@myrealbox.com>
a08b59c9 12433
01c52d31
MB
12434 * message.el (message-kill-to-signature): Allow prefix arg to
12435 specify number of lines to keep before signature.
a08b59c9 12436
01c52d31
MB
124372004-01-14 Kai Grossjohann <kai@emptydomain.de>
12438
12439 (message-kill-to-signature): Change docstring.
a08b59c9 12440
01c52d31 124412004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 12442
01c52d31
MB
12443 * canlock.el: Always require sha1-el.
12444 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
a08b59c9 12445
01c52d31 12446 * message.el: Autoload sha1 only when compiling.
a08b59c9 12447
01c52d31 124482004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 12449
01c52d31 12450 * message.el (message-canlock-generate): Require sha1-el.
a08b59c9 12451
01c52d31 124522004-01-13 Jesper Harder <harder@ifa.au.dk>
a08b59c9 12453
01c52d31 12454 * message.el (message-expand-name): Silence the byte compiler.
a08b59c9 12455
01c52d31 124562004-01-13 Simon Josefsson <jas@extundo.com>
1232b9cb 12457
01c52d31
MB
12458 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12459 Invoke gnus-score-mode. Reported by
880820fe 12460 bojohan+news@dd.chalmers.se (Johan Bockgård).
1232b9cb 12461
01c52d31
MB
12462 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
12463 Jim Blandy <jimb@redhat.com> (tiny change).
1232b9cb 12464
01c52d31 124652004-01-12 Jesper Harder <harder@ifa.au.dk>
1232b9cb 12466
01c52d31 12467 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
ef3b7aae 12468
01c52d31 124692004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
ef3b7aae 12470
01c52d31
MB
12471 * spam.el (spam-get-article-as-string): Update to use
12472 gnus-request-article-this-buffer, much simpler.
12473 (spam-get-article-as-buffer): Remove.
6e7fb80c 12474
01c52d31 124752004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
6e7fb80c 12476
296fa7b4 12477 * message.el (message-expand-name): Use EUDC if the user uses that.
7cb0aa56 12478
01c52d31 124792004-01-12 Jesper Harder <harder@ifa.au.dk>
7cb0aa56 12480
01c52d31
MB
12481 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12482 character for the encoding to avoid consing a string.
7cb0aa56 12483
01c52d31
MB
12484 * rfc2047.el (rfc2047-decode-string): Don't cons a string
12485 unnecessarily.
7cb0aa56 12486
01c52d31 12487 * mm-util.el (mm-replace-chars-in-string): Remove.
7cb0aa56 12488
01c52d31
MB
12489 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12490 of mm-replace-chars-in-string.
e79f14a4 12491
01c52d31 124922004-01-11 Jesper Harder <harder@ifa.au.dk>
e79f14a4 12493
c9e31f32 12494 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
e79f14a4 12495
01c52d31 12496 * mm-util.el (mm-subst-char-in-string): Support inplace.
e79f14a4 12497
01c52d31
MB
12498 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12499 a new string in every iteration. Use shy groups.
e79f14a4 12500
01c52d31 125012004-01-10 Jesper Harder <harder@ifa.au.dk>
e79f14a4 12502
c9e31f32
SM
12503 * gnus-srvr.el (gnus-browse-unsubscribe-group):
12504 * gnus-soup.el (gnus-soup-group-brew):
12505 * gnus-msg.el (gnus-put-message):
12506 * gnus-move.el (gnus-group-move-group-to-server):
12507 * gnus-kill.el (gnus-batch-score):
01c52d31
MB
12508 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12509 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12510 (gnus-group-update-group, gnus-group-read-group)
12511 (gnus-group-make-group, gnus-group-make-help-group)
12512 (gnus-group-make-archive-group, gnus-group-make-directory-group)
12513 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12514 (gnus-group-sort-by-unread, gnus-group-catchup)
12515 (gnus-group-unsubscribe-group, gnus-group-kill-group)
12516 (gnus-group-yank-group, gnus-group-set-info)
c9e31f32
SM
12517 (gnus-group-list-groups):
12518 * gnus.el (gnus-generate-new-group-name):
12519 * gnus-delay.el (gnus-delay-send-queue):
12520 * nnvirtual.el (nnvirtual-catchup-group):
01c52d31 12521 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
01c52d31 12522 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
c9e31f32 12523 (gnus-group-prepare-topics, gnus-topic-check-topology):
01c52d31
MB
12524 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12525 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12526 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
c9e31f32
SM
12527 (gnus-group-make-articles-read):
12528 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12529 (gnus-group-change-level, gnus-kill-newsgroup)
12530 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12531 (gnus-get-unread-articles, gnus-make-articles-unread)
12532 (gnus-make-ascending-articles-unread): Use accessor
12533 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12534 to get group information for improved readability.
12535
1270d7ca 12536
01c52d31 125372004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 12538
01c52d31
MB
12539 * gnus-art.el (article-decode-mime-words, article-babel)
12540 (gnus-article-highlight-signature, gnus-article-add-buttons)
12541 (gnus-signature-toggle): Use gnus-with-article-buffer.
1270d7ca 12542
01c52d31
MB
12543 * gnus-art.el (gnus-article-highlight-headers)
12544 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
1270d7ca 12545
01c52d31
MB
12546 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12547 (gnus-article-set-globals, gnus-request-article-this-buffer)
12548 (gnus-button-message-id, gnus-article-maybe-hide-headers)
12549 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12550 (gnus-mime-display-alternative): Use with-current-buffer.
1270d7ca 12551
01c52d31 125522004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 12553
01c52d31
MB
12554 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12555 also under 80 char limit, and call gnus-error if needed.
12556 (spam-fetch-article-header): Fix - it was a
12557 buffer-local variable (gnus-newsgroup-data).
12558 (spam-find-spam): Use spam-generate-fake-headers, forget about
12559 spam-insert-fake-headers.
12560 (spam-insert-fake-headers): Remove.
1270d7ca 12561
01c52d31 125622004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 12563
01c52d31
MB
12564 * deuglify.el (gnus-article-outlook-unwrap-lines)
12565 (gnus-outlook-rearrange-article)
12566 (gnus-outlook-repair-attribution-outlook)
12567 (gnus-outlook-repair-attribution-block)
12568 (gnus-outlook-repair-attribution-other): Remove redundant
12569 save-excursion.
1270d7ca 12570
01c52d31 125712004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 12572
01c52d31
MB
12573 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12574 (spam-fetch-field-subject-fast)
12575 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12576 (spam-fetch-article-header): Add functions to deal with Gnus
12577 internals for fast retrieval of article header data.
12578 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
1270d7ca 12579
01c52d31 125802004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 12581
01c52d31
MB
12582 * pop3.el (pop3-md5): Remove.
12583 (pop3-apop): Replace pop3-md5 with md5.
1270d7ca 12584
01c52d31 12585 * mm-bodies.el: base64 is always built-in.
1270d7ca 12586
01c52d31
MB
12587 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12588 with-current-buffer.
1270d7ca 12589
23f87bed 125902004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 12591
23f87bed
MB
12592 * canlock.el (canlock-insert-header): Remove excessive grouping in
12593 regexp.
1270d7ca 12594
01c52d31
MB
12595 * gnus-sum.el (gnus-summary-read-document): Ditto.
12596
12597 * gnus-uu.el (gnus-uu-part-number): Ditto.
12598
12599 * html2text.el (html2text-remove-tags): Ditto.
12600 (html2text-format-tags): Ditto.
12601 (html2text-format-single-elements): Ditto.
12602
12603 * mml.el (mml-parse-1): Ditto.
12604
126052004-01-08 Jesper Harder <harder@ifa.au.dk>
12606
12607 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12608
12609 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12610
12611 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12612
12613 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12614
126152003-11-15 Simon Josefsson <jas@extundo.com>
12616
12617 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12618 (pgg-gpg-lookup-key): Use regexp match instead of
12619 split-string (split-string is different between emacs 21.2 and
12620 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
12621
126222004-01-08 Jesper Harder <harder@ifa.au.dk>
12623
12624 * gnus-art.el (gnus-mime-view-all-parts)
12625 (gnus-article-part-wrapper, gnus-article-view-part): Use
12626 with-current-buffer.
12627
126282004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12629
12630 * spam.el (spam-disable-spam-split-during-ham-respool)
12631 (spam-spamoracle-database, spam-cache-lookups)
12632 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12633 (spam-group-ham-mark-p, spam-group-spam-mark-p)
12634 (spam-group-ham-marks, spam-group-spam-marks)
12635 (spam-group-spam-contents-p, spam-group-ham-contents-p)
12636 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12637 also add spam-use-blackholes to the statistical checks.
12638 (spam-fetch-field-fast): Add interface to fetching fields, may
12639 become a macro.
12640 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12641 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12642 (spam-insert-fake-headers): Fake an article when needed.
12643 (spam-find-spam): Fake article when possible.
12644 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12645 (spam-check-bogofilter-headers): Use message-fetch-field instead
12646 of nnmail-fetch-field.
12647
126482004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
12649
12650 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12651
126522004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12653
12654 * spam.el (spam-split): Do not require spam-use-CHECK to be
12655 enabled if that check is passed to spam-split explicitly; also
12656 fix so 'spam doesn't get converted to spam-split-group when
12657 spam-split-symbolic-return is t.
12658 (spam-find-spam): Find registrations of the article and use those
12659 instead of re-running spam-split to find the spam/ham
12660 classification of the article.
12661 (spam-log-processing-to-registry, spam-log-registered-p)
12662 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12663 Use gnus-error instead of gnus-message.
12664 (spam-log-registration-type): Add function to determine the
12665 classification of a message based on registry entries; will
12666 return nil if both 'spam and 'ham are found.
12667 (spam-check-BBDB): Expand all the BBDB macros here so we can have
12668 a reasonably fast local cache without the loading errors.
12669 (spam-cache-lookups): Set to t by default.
12670 (spam-find-spam): Don't try to guess spam-cache-lookups.
12671 (spam-enter-whitelist, spam-enter-blacklist): Clear the
12672 spam-caches entry.
12673 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12674 caching of whitelist/blacklist entries.
12675 (spam-check-whitelist, spam-check-blacklist): Invoke
12676 spam-from-listed-p with a type, not a cache variable.
12677 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12678
126792004-01-07 Jesper Harder <harder@ifa.au.dk>
12680
12681 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12682
12683 * nnmail.el (nnmail-split-fancy): do.
12684
12685 * mml.el (mml-parse): do.
12686
12687 * gnus-score.el (gnus-enter-score-words-into-hashtb)
12688 (gnus-score-adaptive): do.
12689
23f87bed 126902004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 12691
01c52d31
MB
12692 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12693 (gnus-mime-button-map): Don't set keymap parent.
12694 (gnus-button-ctan-directory-regexp): Use shy grouping.
12695 (gnus-prev-page-map): Don't set keymap parent.
12696 (gnus-prev-page-map): Remove duplicated one.
12697 (gnus-next-page-map): Don't set keymap parent.
12698 (gnus-mime-security-button-map): Ditto.
12699
12700 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12701 version number.
12702
23f87bed 12703 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
1270d7ca 12704
23f87bed 127052004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 12706
23f87bed
MB
12707 * canlock.el (canlock-sha1-function): Remove.
12708 (canlock-sha1-function-for-verify): Remove.
12709 (canlock-openssl-program): Remove.
12710 (canlock-openssl-args): Remove.
12711 (canlock-ignore-errors): Remove.
12712 (canlock-sha1-with-openssl): Remove.
12713 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12714 (canlock-verify): Don't use canlock-ignore-errors.
1270d7ca 12715
23f87bed
MB
12716 * sha1-el.el (sha1-string-external): Make it can return a string
12717 in binary form.
12718 (sha1-region-external): Ditto.
12719 (sha1-string-internal): Ditto.
12720 (sha1-region-internal): Ditto.
12721 (sha1-region): Ditto.
12722 (sha1-string): Ditto.
12723 (sha1): Ditto.
1270d7ca 12724
01c52d31 127252004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 12726
01c52d31 12727 * spam.el (spam-report-articles-gmane): New command.
1270d7ca 12728
01c52d31 127292004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 12730
01c52d31 12731 * gnus.el: Don't make unnecessary *Group* buffer when loading.
1270d7ca 12732
01c52d31
MB
12733 * run-at-time.el (run-at-time-saved): Remove.
12734 (run-at-time): Doc fix.
1270d7ca 12735
01c52d31 127362004-01-07 Jesper Harder <harder@ifa.au.dk>
1270d7ca 12737
01c52d31
MB
12738 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12739 (gnus-summary-limit-map): Add it.
12740 (gnus-summary-make-menu-bar): do.
1270d7ca 12741
01c52d31 127422004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 12743
01c52d31
MB
12744 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12745 Make attempt at some caching support (done for BBDB only now).
12746 (spam-find-spam): Set spam-cache-lookups if there are more than 2
12747 addresses to be checked.
12748 (spam-clear-cache-BBDB): Add function, to be invoked by
12749 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12750 (spam-check-BBDB): Check and use the caches, if
12751 spam-cache-lookups is on, remove superfluous (provide).
1270d7ca 12752
01c52d31 127532004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1270d7ca 12754
01c52d31 12755 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
1270d7ca 12756
01c52d31 127572004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
1270d7ca 12758
01c52d31
MB
12759 * run-at-time.el (run-at-time-saved): Move to after the definition
12760 of `run-at-time'.
1270d7ca 12761
01c52d31 127622004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 12763
01c52d31
MB
12764 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
12765 mm-w3m-local-map-property.
1270d7ca 12766
01c52d31
MB
12767 * mm-view.el (mm-w3m-mode-map): Remove.
12768 (mm-w3m-local-map-property): Remove.
12769 (mm-inline-text-html-render-with-w3m): Don't use
12770 mm-w3m-local-map-property.
1270d7ca 12771
01c52d31 127722004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 12773
01c52d31 12774 * run-at-time.el: New file.
1270d7ca 12775
01c52d31
MB
12776 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
12777 of gnus-set-text-properties.
1270d7ca 12778
01c52d31 12779 * gnus-uu.el (gnus-uu-save-article): Ditto.
1270d7ca 12780
01c52d31 12781 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
1270d7ca 12782
01c52d31 12783 * gnus-cite.el (gnus-cite-parse): Ditto.
1b155fbd 12784
01c52d31
MB
12785 * gnus-art.el (gnus-button-push): Use set-text-properties instead
12786 of gnus-.
1b155fbd 12787
01c52d31
MB
12788 * gnus.el: Changed calls to nnheader-run-at-time and
12789 password-run-at-time throughout to use run-at-time directly.
1b155fbd 12790
01c52d31 12791 * password.el: Removed definition of run-at-time.
1b155fbd 12792
880820fe 127932004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
1b155fbd 12794
01c52d31
MB
12795 * mml.el (mml-minibuffer-read-disposition): Show attachment type
12796 in prompt.
1b155fbd 12797
01c52d31 127982004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
1b155fbd 12799
01c52d31
MB
12800 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
12801 XEmacs version.
1270d7ca 12802
01c52d31
MB
12803 * dns.el (dns-make-network-process): Use `open-network-stream'
12804 instead of `gnus-xmas-open-network-stream'.
1270d7ca 12805
01c52d31 12806 * .cvsignore: Add auto-autoloads.el, custom-load.el.
1270d7ca 12807
01c52d31 128082004-01-06 Jesper Harder <harder@ifa.au.dk>
1270d7ca 12809
01c52d31
MB
12810 * gnus-art.el (gnus-mime-display-alternative)
12811 (gnus-insert-mime-button, gnus-insert-mime-security-button)
12812 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
12813 Don't use gnus-local-map-property.
1270d7ca 12814
01c52d31 12815 * gnus-util.el (gnus-local-map-property): Remove.
1270d7ca 12816
01c52d31
MB
12817 * mm-view.el (mm-view-pkcs7-decrypt): Replace
12818 gnus-completing-read-maybe-default with completing-read.
1270d7ca 12819
01c52d31
MB
12820 * gnus-util.el (gnus-completing-read): do.
12821 (gnus-completing-read-maybe-default): Remove.
1270d7ca 12822
01c52d31 128232004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
1270d7ca 12824
01c52d31
MB
12825 * password.el: Only autoload `run-at-time' if not XEmacs.
12826 Only autoload the itimer functions if XEmacs.
1270d7ca 12827
01c52d31 128282004-01-06 Jesper Harder <harder@ifa.au.dk>
1270d7ca 12829
01c52d31
MB
12830 * gnus-art.el (gnus-read-string): Remove.
12831 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
12832 read-string.
1270d7ca 12833
01c52d31 128342004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 12835
01c52d31
MB
12836 * netrc.el: Autoload password-read.
12837 (netrc): Add configuration group.
12838 (netrc-encoding-method, netrc-openssl-path): Add
12839 variables for encoding and decoding of files with symmetric
12840 ciphers.
12841 (netrc-encode): Add assistant function to encode a file with
12842 netrc-encoding-method.
12843 (netrc-parse): Add interactive parameter, added optional
12844 decoding if netrc-encoding-method is non-nil but otherwise
12845 behavior is standard.
12846 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
12847 Do s/encode/encrypt/ everywhere.
1270d7ca 12848
01c52d31 12849 * spam.el: Remove executable-find autoload.
1270d7ca 12850
01c52d31 128512004-01-05 Jesper Harder <harder@ifa.au.dk>
1270d7ca 12852
01c52d31 12853 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
1270d7ca 12854
01c52d31 12855 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
1270d7ca 12856
01c52d31 128572004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
c113de23 12858
01c52d31 12859 * gnus-art.el (gnus-treat-ansi-sequences,
149cd465 12860 (article-treat-ansi-sequences): New variable and function.
01c52d31 12861 Suggested by Dan Jacobson <jidanni@jidanni.org>.
1270d7ca 12862
01c52d31
MB
12863 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12864 Use it.
1270d7ca 12865
01c52d31 128662004-01-05 Jesper Harder <harder@ifa.au.dk>
1270d7ca 12867
01c52d31 12868 * mm-util.el (mm-quote-arg): Remove.
23f87bed 12869
01c52d31
MB
12870 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
12871 shell-quote-argument.
1270d7ca 12872
01c52d31 12873 * gnus-uu.el (gnus-uu-command): do.
1270d7ca 12874
01c52d31 12875 * gnus-sum.el (gnus-summary-insert-pseudos): do.
1270d7ca 12876
01c52d31
MB
12877 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
12878 with make-char.
1270d7ca 12879
01c52d31 12880 * mm-util.el (mm-make-char): Remove.
1270d7ca 12881
01c52d31
MB
12882 * mml.el (mml-mode): Replace gnus-add-minor-mode with
12883 add-minor-mode.
1270d7ca 12884
01c52d31 12885 * gnus-undo.el (gnus-undo-mode): do.
1270d7ca 12886
01c52d31 12887 * gnus-topic.el (gnus-topic-mode): do.
1270d7ca 12888
01c52d31 12889 * gnus-sum.el (gnus-dead-summary-mode): do.
1270d7ca 12890
01c52d31 12891 * gnus-start.el (gnus-slave-mode): do.
1270d7ca 12892
01c52d31 12893 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
1270d7ca 12894
01c52d31 12895 * gnus-ml.el (gnus-mailing-list-mode): do.
1270d7ca 12896
01c52d31 12897 * gnus-gl.el (gnus-grouplens-mode): do.
1270d7ca 12898
01c52d31 12899 * gnus-draft.el (gnus-draft-mode): do.
1270d7ca 12900
01c52d31 12901 * gnus-dired.el (gnus-dired-mode): do.
1270d7ca 12902
01c52d31 12903 * gnus-ems.el (gnus-add-minor-mode): Remove.
1270d7ca 12904
01c52d31
MB
12905 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12906 Replace gnus-char-width with char-width.
1270d7ca 12907
01c52d31 12908 * gnus-ems.el (gnus-char-width): Remove.
1270d7ca 12909
01c52d31
MB
12910 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12911 Replace gnus-char-width with char-width.
1270d7ca 12912
01c52d31 12913 * gnus-ems.el (gnus-char-width): Remove.
1270d7ca 12914
01c52d31
MB
12915 * spam-stat.el (with-syntax-table): Remove with-syntax-table
12916 definition.
12917 Remove Emacs 20 hash table compatibility code.
1270d7ca 12918
01c52d31
MB
12919 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
12920 20 compatibility code.
1270d7ca 12921
01c52d31 12922 * spam.el (spam-point-at-eol): Replace with point-at-eol.
1270d7ca 12923
01c52d31 12924 * smime.el (smime-point-at-eol): Replace with point-at-eol.
1270d7ca 12925
01c52d31
MB
12926 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
12927 with point-at-{eol,bol}.
1270d7ca 12928
01c52d31 12929 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
1270d7ca 12930
01c52d31 12931 * imap.el (imap-point-at-eol): Replace with point-at-eol.
1270d7ca 12932
149cd465
JB
12933 * flow-fill.el (fill-flowed-point-at-bol)
12934 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
1270d7ca 12935
01c52d31
MB
12936 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
12937 Replace with point-at-{eol,bol} throughout all files.
1270d7ca 12938
01c52d31 129392004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 12940
01c52d31
MB
12941 * ntlm.el (ntlm-string-as-unibyte): New macro.
12942 (ntlm-build-auth-response): Use it.
1270d7ca 12943
01c52d31
MB
12944 Remove Emacs 20 stuff:
12945 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
12946 of delq and copy-sequence.
12947 * gnus-art.el (popup-menu): Remove the compiler macro.
12948 * nnmail.el (nnmail-split-fancy): Don't support customizing with
12949 Emacs 20.
1270d7ca 12950
01c52d31 129512004-01-05 Simon Josefsson <jas@extundo.com>
1270d7ca 12952
01c52d31
MB
12953 * ntlm.el: Fix namespace. Change smb-passwd-hash into
12954 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
12955 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
12956 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
12957 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
12958 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
12959 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
12960 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
12961 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
12962 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
12963 ntlm-string-permute, string-lshift into ntlm-string-lshift,
12964 string-xor into ntlm-string-xor. Suggested by
12965 Jesper Harder <harder@myrealbox.com>.
1270d7ca 12966
01c52d31 12967 * ntlm.el: Don't include poem.
1270d7ca 12968
01c52d31
MB
12969 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
12970 Jesper Harder <harder@myrealbox.com>.
1270d7ca 12971
01c52d31 12972 * sasl-ntlm.el, ntlm.el, md4.el: New files.
1270d7ca 12973
01c52d31
MB
12974 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
12975 probably breaks emacs with DL patch, but do we care? Is anyone
12976 still using the DL stuff?)
1270d7ca 12977
01c52d31
MB
12978 * sieve-manage.el: Use the password package.
12979 (sieve-manage-read-passwd): Remove.
12980 (sieve-manage-interactive-login): Use password. Re-add
12981 condition-case around loop.
12982
12983 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
12984 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
12985 the password package.
12986
129872003-02-19 Simon Josefsson <jas@extundo.com>
12988
12989 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
12990 token.
12991
129922002-08-07 Simon Josefsson <jas@extundo.com>
12993
12994 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
12995 (sieve-manage-authenticators):
12996 (sieve-manage-authenticator-alist): Add some SASL mechs.
12997 (sieve-sasl-auth): New function.
12998 (sieve-manage-cram-md5-auth):
12999 (sieve-manage-plain-auth): Rewrite using SASL library.
13000 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13001 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13002 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13003 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13004
130052004-01-05 Simon Josefsson <jas@extundo.com>
13006
13007 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13008 New files.
13009
130102004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13011
13012 * gnus-group.el (gnus-no-groups-message): Update.
13013
13014 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13015
130162003-11-09 Simon Josefsson <jas@extundo.com>
13017
13018 * imap.el: Support for ID IMAP extension (RFC 2971).
13019 (imap-local-variables): Add imap-id.
13020 (imap-id): New variable.
13021 (imap-id): New function.
13022 (imap-parse-response): Parse untagged ID response.
13023 * nnimap.el (nnimap-id): New variable.
13024 (nnimap-open-connection): Use it.
13025
130262003-12-28 Simon Josefsson <jas@extundo.com>
13027
13028 * gnus-score.el (gnus-score-edit-all-score): New.
13029 * gnus-group.el (gnus-group-score-map): Bind it to W e.
13030
130312004-01-04 Simon Josefsson <jas@extundo.com>
13032
13033 * password.el: Add.
13034
130352004-01-04 Mario Lang <lang@zid.tugraz.at>
13036
13037 * dns.el: Add support for AAAA records (see RFC 3596)
13038
13039 * Fix typo PRT -> PTR
13040
13041 * Parse MX, PTR and SOA replies (see RFC 1035)
13042
130432004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13044
13045 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13046
13047 * Moved to Changelog.2.
13048
130492004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13050
13051 * gnus.el (gnus-version-number): Bump version.
13052
130532004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13054
13055 * gnus.el: No Gnus v0.1 is released.
1270d7ca 13056
01c52d31 130572004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1270d7ca 13058
01c52d31 13059 * gnus.el: No Gnus v0.0 is released.
1270d7ca 13060
01c52d31 130612004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 13062
01c52d31
MB
13063 * gnus.el (gnus-version-number): Bump.
13064 (gnus-version): No.
1270d7ca 13065
ef3b7aae 13066See ChangeLog.2 for earlier changes.
2a34a036 13067
e3fe4da0 13068 Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5b87ad55
GM
13069
13070 This file is part of GNU Emacs.
13071
5e809f55 13072 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 13073 it under the terms of the GNU General Public License as published by
5e809f55
GM
13074 the Free Software Foundation, either version 3 of the License, or
13075 (at your option) any later version.
5b87ad55
GM
13076
13077 GNU Emacs is distributed in the hope that it will be useful,
13078 but WITHOUT ANY WARRANTY; without even the implied warranty of
13079 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13080 GNU General Public License for more details.
13081
13082 You should have received a copy of the GNU General Public License
5e809f55 13083 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9 13084
ef3b7aae 13085;; Local Variables:
880820fe 13086;; coding: utf-8
d7ba2a01 13087;; fill-column: 79
33462dfa 13088;; add-log-time-zone-rule: t
ef3b7aae
MB
13089;; End:
13090
ab5796a9 13091;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4