]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
535cbd065f5e86569135802f3465c25c13afb517
[gnu-emacs] / lisp / gnus / ChangeLog
1 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4 fast.
5
6 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7
8 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
9
10 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
11 on links.
12
13 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14
15 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
16
17 * message.el (message-idna-to-ascii-rhs-1): Protect against local
18 users' addresses that don't have domain parts.
19 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
20 rather than message-narrow-to-head since there will be the message
21 header separator.
22
23 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
24
25 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
26 since the result is inserted in a unibyte buffer anyway.
27 (nnimap-demule-use-string-to-multibyte): Remove.
28 (nnimap-demule): Alias it to mm-string-to-multibyte.
29
30 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
31
32 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
33 variable for debugging bug#464 and bug#1174.
34 (nnimap-demule): Use it.
35
36 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
37
38 * message.el (message-send-mail): Just set the buffer to unibyte
39 rather than use mm-with-unibyte-current-buffer which does a lot more.
40 (message-send-mail-partially): Don't bother with
41 mm-with-unibyte-current-buffer since it's already been made unibyte by
42 message-send-mail.
43
44 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
45
46 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
47
48 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
49
50 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
51
52 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
53
54 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
55 require itself and to remove `with-no-warnings'.
56
57 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
58
59 * starttls.el (starttls-any-program-available): Get the name of the
60 available TLS layer program.
61 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
62 well as the host name in the "opening" message.
63
64 * auth-source.el (auth-source-cache, auth-source-do-cache)
65 (auth-source-user-or-password): Cache passwords and logins by default,
66 allow override with `auth-source-do-cache'.
67 (auth-source-forget-user-or-password): Allow users to remove cache
68 entries if needed.
69
70 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
71
72 * ietf-drums.el (ietf-drums-remove-comments): Localize second
73 condition-case to only the forward-sexp call.
74
75 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
76
77 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
78 quotes contained. Make it more robust regardless by an extra
79 condition-case wrapper.
80
81 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
82
83 * nnml.el (nnml-request-expire-articles): Check if the function set to
84 `nnmail-expiry-target' returns the symbol `delete'.
85
86 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
87
88 * nnmail.el (nnmail-expiry-target): Fix custom type.
89
90 2008-10-02 Glenn Morris <rgm@gnu.org>
91
92 * mm-util.el (mm-codepage-setup): Tweak codepage error.
93 Silence compiler warning.
94
95 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
96
97 * mml.el (mml-menu): Don't assume mml2015 is bound.
98
99 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
100
101 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
102 exists.
103
104 2008-09-27 Glenn Morris <rgm@gnu.org>
105
106 * gnus-util.el (mail-header-remove-comments): Autoload it.
107
108 2008-09-27 Andreas Schwab <schwab@suse.de>
109
110 * gnus-util.el (gnus-split-references): Strip comments.
111 (gnus-parent-id): Likewise.
112
113 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
114
115 * message.el (message-confirm-send): Fix version.
116
117 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
118
119 * message.el (message-idna-to-ascii-rhs-1): Use
120 mail-extract-address-components rather than mail-header-parse-addresses
121 that is an alias by default to ietf-drums-parse-addresses that does not
122 support non-ASCII names in headers' contents.
123
124 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
125
126 * message.el (message-confirm-send): Fixed variable documentation to
127 avoid the "y/n" wording.
128
129 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
130
131 * message.el (message-set-auto-save-file-name): Save to a different
132 filename so multiple messages (especially drafts) can be recovered.
133
134 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
135
136 * message.el (message-confirm-send): Add appropriate version.
137
138 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
139
140 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
141 defvar.
142
143 2008-09-22 Daiki Ueno <ueno@unixuser.org>
144
145 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
146 (mm-pkcs7-enveloped-magic): Ditto.
147
148 2008-09-17 Simon Josefsson <simon@josefsson.org>
149
150 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
151 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
152
153 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
154
155 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
156 default, it's better.
157
158 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
159
160 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
161 summary line gnus-number property and ignore them (with a warning
162 message).
163
164 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
165
166 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
167 macro caddr in the interactive form since it won't be expanded.
168
169 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
170
171 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
172 `charset'; fix name of function called recursively.
173 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
174
175 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
176
177 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
178 (gnus-mime-set-charset-parameters): New function.
179 (gnus-mime-view-part-as-charset): Use it to correctly display part
180 specifying wrong charset.
181
182 2008-09-08 David Engster <dengste@eml.cc>
183
184 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
185 in completing-read for back end server.
186
187 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
188
189 * message.el (message-confirm-send): New variable to confirm sending a
190 message.
191 (message-send): Use it.
192
193 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
194
195 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
196
197 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
198
199 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
200
201 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
202
203 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
204 prevent tracking too many groups.
205 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
206 Use it.
207
208 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
209
210 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
211 moving point to the bottom of the window in order to avoid recentering.
212
213 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
214
215 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
216 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
217 (gnus-article-beginning-of-window): Fix calculation.
218
219 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
220
221 * gnus-msg.el (gnus-summary-supersede-article)
222 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
223 value of gnus-newsgroup-charset to decode non-MIME encoded text in
224 message header.
225
226 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
227
228 * message.el:
229 * gnus-start.el:
230 * gnus-registry.el: Remove VMS support.
231
232 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
233
234 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
235 macro.
236 (rfc2104-hash): Use it.
237
238 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
239
240 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
241 (gnus-summary-sort-by-most-recent-date): New commands.
242 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
243 and menu entries.
244
245 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
246
247 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
248 don't redisplay article for raw contents; remove plural articles stuff.
249
250 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
251 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
252 on gnus-summary-save-article; display results properly.
253
254 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
255
256 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
257
258 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
259
260 * gnus-art.el (gnus-summary-save-in-pipe): Consider
261 gnus-save-all-headers.
262
263 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
264
265 * gnus-util.el (ns-focus-frame): Remove declaration.
266 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
267 like x.
268
269 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
270
271 * rfc2104.el (rfc2104-zero): Delete defconst.
272 (rfc2104-hex-alist): Likewise.
273 (rfc2104-hex-to-int): Delete func.
274 (rfc2104-hexstring-to-bitstring): Likewise.
275 (rfc2104-nybbles): New defconst.
276 (rfc2104-hash): Rewrite for speed.
277
278 2008-07-16 Glenn Morris <rgm@gnu.org>
279
280 * gnus-util.el (ns-focus-frame): Declare for compiler.
281
282 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
283
284 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
285 set as a group parameter.
286 (gnus-summary-save-in-pipe): Work when it is called independently.
287 (gnus-summary-pipe-to-muttprint): Don't modify
288 gnus-summary-pipe-output-default-command.
289
290 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
291
292 * message.el (message-send-mail-with-sendmail):
293 Display the error message.
294
295 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
296
297 * gnus-art.el (gnus-default-article-saver):
298 Add gnus-summary-save-in-pipe to choices.
299 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
300 gnus-summary-pipe-output-default-command as the default command.
301 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
302 instead of gnus-last-shell-command.
303
304 * gnus-sum.el (gnus-summary-pipe-output-default-command):
305 New user option.
306 (gnus-summary-muttprint-program): Mention the value will be changed.
307 (gnus-summary-save-article): Force showing of all headers.
308 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
309
310 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
311
312 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
313
314 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
315
316 * nnimap.el (nnimap-id):
317 * sieve-manage.el (sieve-manage-open): Doc fixes.
318
319 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
320
321 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
322 if available.
323
324 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
325
326 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
327
328 * nnkiboze.el (nnkiboze-generate-group):
329 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
330
331 * nnmairix.el: Require CL.
332
333 2008-06-15 David Engster <dengste@eml.cc>
334
335 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
336
337 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
338
339 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
340 New macros that expand to an `aset'/`aref' call under Emacs, and to a
341 runtime choice under XEmacs.
342
343 * gnus-sum.el (gnus-summary-set-display-table):
344 Use `gnus-put-display-table', `gnus-get-display-table',
345 `gnus-set-display-table' for the display table, instead of `aset'.
346
347 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
348
349 * nnmairix.el: Add autoloads.
350
351 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
352
353 * nnmairix.el (nnmairix-delete-recreate-group)
354 (nnmairix-update-and-clear-marks): Fix error messages.
355
356 2008-06-14 David Engster <dengste@eml.cc>
357
358 * nnmairix.el: Upgrade to version 0.6.
359 (nnmairix-group-toggle-propmarks-this-group)
360 (nnmairix-group-toggle-readmarks-this-group)
361 (nnmairix-group-delete-recreate-this-group)
362 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
363 (nnmairix-remove-tick-mark-original-article): New commands.
364 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
365 (nnmairix-propagate-marks-to-nnmairix-groups)
366 (nnmairix-only-use-registry, nnmairix-allowfast-default)
367 (nnmairix-marks-cache, nnmairix-version-output): New variables.
368 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
369 functions needed for marks propagation and manipulation of read marks.
370 (nnmairix-update-groups): New function.
371 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
372 (nnmairix-determine-original-group-from-registry)
373 (nnmairix-determine-original-group-from-path)
374 (nnmairix-get-group-from-file-path, nnmairix-map-range)
375 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
376 New helper functions.
377 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
378 keystrokes for new commands.
379 (nnmairix-delete-and-create-on-change): Doc string cleanup.
380 (nnmairix-request-group): Check allow-fast group parameter.
381 (nnmairix-request-create-group): Set allow-fast group parameter if
382 nnmairix-allowfast-default is set.
383 (nnmairix-close-group): Propagate marks upon closing if needed.
384 (nnmairix-group-toggle-threads-this-group): Use new.
385 nnmairix-group-toggle-parameter helper function.
386 (nnmairix-search): Better check for empty search result.
387 (nnmairix-goto-original-article): Use new helper functions for
388 determining original article.
389 (nnmairix-show-original-article): Make sure message-id is in brackets.
390 (nnmairix-call-mairix-binary): Change variable name.
391 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
392 helper function.
393 (nnmairix-widget-toggle-activate): Fix doc string.
394
395 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
396
397 * nnir.el: Require edmacro when compiling with XEmacs.
398 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
399 available in Emacs 21.
400
401 2008-06-11 Glenn Morris <rgm@gnu.org>
402
403 * gnus-util.el (x-focus-frame):
404 * gnus.el (image-size):
405 * mm-decode.el (image-size): Declare.
406
407 * gnus-picon.el (declare-function): Add compat definition.
408 (image-size): Declare.
409
410 * gnus-group.el (tool-bar-map):
411 * gnus-sum.el (tool-bar-map): Define for compiler.
412
413 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
414
415 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
416
417 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
418 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
419 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
420 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
421 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
422 * sieve-manage.el, spam-report.el, spam.el:
423 Remove unnecessary eval-and-compile of autoloads.
424
425 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
426
427 * auth-source.el: Precise Tramp doc.
428
429 2008-06-07 Glenn Morris <rgm@gnu.org>
430
431 * nnmairix.el: Remove unnecessary eval-when-compile.
432
433 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
434
435 * nnir.el: New file.
436
437 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
438
439 * gnus-util.el (gnus-read-shell-command): New function.
440 * mm-decode.el (mm-pipe-part):
441 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
442
443 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
444
445 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
446
447 2008-06-03 Glenn Morris <rgm@gnu.org>
448
449 * pop3.el (nnheader-accept-process-output): Autoload it.
450
451 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
452
453 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
454 are not 2-digit hexadecimal characters that follow `%'s.
455
456 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
457
458 * message.el (message-bogus-recipient-p): Fix type in doc string.
459 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
460 (message-bogus-addresses): Rename from message-bogus-address-regexp.
461 Improve custom options.
462 (message-bogus-recipient-p): Adjust accordingly.
463
464 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
465
466 * nnmairix.el: Require edmacro when compiling with XEmacs.
467
468 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
469
470 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
471 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
472
473 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
474
475 * auth-source.el: Add more docs.
476
477 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
478
479 * nnheader.el (nnheader-read-timeout): Change the default timeout from
480 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
481 retrieval faster in some cases, but might make CPU usage larger. If
482 this has any bad side effects, we might revert this change.
483
484 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
485 seems to make mail retrieval much, much faster.
486 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
487 unconditionally.
488
489 * gnus-draft.el (gnus-group-send-queue): Bind
490 message-send-mail-partially-limit to nil to avoid being prompted.
491
492 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
493
494 * mml.el (mml-attach-buffer): Prompt for `disposition'.
495
496 * message.el (message-bogus-address-regexp): Fix and improve custom
497 type.
498 (message-setup-hook): Add message-check-recipients as custom option.
499
500 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
501
502 * message.el (message-cite-function): Remove bogus autoload which crept
503 in during merge from v5-10.
504
505 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
506
507 * nnimap.el (nnimap-open-connection): Fix login/password bug.
508
509 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
510
511 * auth-source.el: Preliminary Tramp docs.
512 (auth-sources): Change the default auth-sources to use
513 EPA .gpg files.
514
515 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
516
517 * nntp.el: Autoload `auth-source-user-or-password'.
518 (nntp-send-authinfo): Use it.
519
520 * nnimap.el: Autoload `auth-source-user-or-password'.
521 (nnimap-open-connection): Use it.
522
523 * auth-source.el: Added docs on using with url-auth. Import gnus-util
524 for the gnus-message function.
525 (auth-source-user-or-password): Use it.
526
527 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
528
529 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
530 rfc2104-hexstring-to-byte-list. Return a unibyte string.
531 (rfc2104-hash): Use it.
532
533 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
534
535 * gnus-art.el (gnus-article-toggle-truncate-lines):
536 Don't use `iff' in docstring.
537
538 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
539
540 * gnus-registry.el: Adjusted copyright dates and added a keyword.
541
542 * gnus-util.el (gnus-extract-address-component-name)
543 (gnus-extract-address-component-email): Convenience functions around
544 `gnus-extract-address-components'.
545
546 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
547 Use `gnus-extract-address-component-email' to fix bug of comparing full
548 sender name to `user-mail-address'.
549
550 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
551
552 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
553 catch/throw to optimize.
554 (gnus-registry-find-keywords): Just use member to find a keyword.
555
556 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
557
558 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
559 is current before calling gnus-server-prepare.
560 (gnus-server-setup-buffer, gnus-server-update-server)
561 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
562
563 2008-05-04 Juri Linkov <juri@jurta.org>
564
565 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
566 (mailcap-file-default-commands): Use mailcap-replace-in-string
567 instead of replace-regexp-in-string, and mailcap-delete-duplicates
568 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
569
570 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
571
572 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
573
574 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
575
576 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
577 hooks.
578 (gnus-update-read-articles): Speed up non-marks-using users.
579 (gnus-use-marks): Define gnus-use-marks.
580 (gnus-propagate-marks): Rename variable to something more sensible.
581
582 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
583
584 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
585 (gmm-image-load-path-for-library): Fix typos in docstrings.
586 (gmm-message): Reflow docstring.
587
588 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
589
590 * mail-source.el (mail-source-set-1, mail-source-bind):
591 Move auth-source code out of the macro to clean it up and fix bugs.
592
593 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
594
595 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
596 by sender if it's equal to user-mail-address, it's likely to be
597 useless.
598
599 * mail-source.el (mail-source-bind): Don't use user or password if they
600 are not bound. Unintern them if they are nil. Don't use server unless
601 it's bound, and default it to empty string otherwise.
602
603 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
604
605 * mail-source.el: Load auth-source.el.
606 (mail-source-bind): Add comments. Call auth-source-user-or-password to
607 get user name or password, if auth-sources is set up.
608
609 * gnus-registry.el (gnus-registry-split-strategy): New variable for
610 strategy of splitting with parent.
611 (gnus-registry-split-fancy-with-parent)
612 (gnus-registry-post-process-groups): Use it and fix prior
613 bug (returning a list as the split result).
614
615 * auth-source.el (auth-sources): Remove server parameter.
616 (auth-source-pick, auth-source-user-or-password)
617 (auth-source-user-or-password-imap)
618 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
619 (auth-source-user-or-password-sftp)
620 (auth-source-user-or-password-smtp): Remove server parameter.
621
622 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
623
624 * smime.el (smime-sign-region, smime-encrypt-region)
625 (smime-decrypt-region):
626 Remove redundant calls to `generate-new-buffer-name'.
627
628 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
629
630 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
631 Don't use QP for message/rfc822.
632 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
633
634 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
635
636 * sieve-manage.el (sieve-string-bytes): Remove.
637 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
638 correct byte-length only if the process's coding-system is the same as
639 the one used internally by Emacs to represent strings.
640
641 2008-04-22 Juri Linkov <juri@jurta.org>
642
643 * mailcap.el (mailcap-file-default-commands): New function.
644
645 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
646
647 * message.el (message-signature-separator, message-cite-function):
648 Change custom version.
649
650 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
651
652 * mm-decode.el (mm-display-external): Make temp file read-only.
653
654 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
655
656 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
657 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
658 `C-c C-f d'.
659
660 2008-04-12 Adrian Aichner <adrian@xemacs.org>
661
662 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
663
664 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
665
666 * auth-source.el: Added docs.
667 (auth-sources): Modify format to support server.
668 (auth-source-pick, auth-source-user-or-password)
669 (auth-source-user-or-password-imap)
670 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
671 (auth-source-user-or-password-sftp)
672 (auth-source-user-or-password-smtp): Add server parameter.
673
674 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
675
676 * gnus-registry.el: Initialize the registry when gnus-registry-install
677 is t.
678
679 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
680
681 * compface.el (uncompface): Make buffer unibyte.
682
683 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
684
685 * mail-source.el (mail-source-value):
686 Prefer fboundp to functionp so it works with macros as well.
687
688 2008-04-05 Glenn Morris <rgm@gnu.org>
689
690 * gnus-ems.el (mm-disable-multibyte): Autoload it.
691
692 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
693
694 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
695 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
696
697 * nnheader.el (nnheader-init-server-buffer): Change buffer's
698 multibyteness after rather than before erasing it.
699
700 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
701 mm-with-multibyte.
702 (gnus-request-article-this-buffer): Make sure the proper decoding is
703 used if gnus-original-article-buffer happens to be unibyte.
704
705 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
706 default-enable-multibyte-characters.
707
708 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
709 default-enable-multibyte-characters.
710
711 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
712
713 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
714
715 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
716
717 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
718 Fix last change in case the element is not even a symbol.
719
720 2008-04-02 Simon Josefsson <simon@josefsson.org>
721
722 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
723 imap-enable-exchange-bug-workaround.
724 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
725
726 2008-04-01 Simon Josefsson <simon@josefsson.org>
727
728 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
729 a 100 byte status-checks into a 2-3MB transfer for each group.
730 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
731 to enable bug workaround or not.
732 (nnimap-find-minmax-uid): Only enable workaround conditionally.
733
734 2008-03-31 Glenn Morris <rgm@gnu.org>
735
736 * message.el (mml2015-use): Declare for compiler.
737 (message-info): Require mml2015 when appropriate.
738
739 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
740
741 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
742 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
743 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
744 (nntp-service-to-port): New function.
745 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
746 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
747 (nntp-open-netcat-stream): New function.
748 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
749
750 2008-03-29 Sven Joachim <svenjoac@gmx.de>
751
752 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
753
754 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
755
756 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
757
758 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
759
760 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
761
762 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
763
764 * message.el (message-signature-separator): Change default.
765 Improve custom type.
766 (message-cite-function): Change default to
767 message-cite-original-without-signature.
768
769 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
770 toggle.
771
772 * message.el (message-check-news-body-syntax): Fix signature check.
773 (message-setup-1): Mark buffer as unmodified _after_ running
774 message-setup-hook and handling message-alternative-emails.
775 (message-shorten-references): Be more strict when building list of
776 valid references to comply with GNKSA.
777
778 * gnus-group.el (gnus-read-ephemeral-bug-group)
779 (gnus-read-ephemeral-debian-bug-group)
780 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
781
782 * message.el (message-info): Don't use booleanp which isn't supported
783 in Emacs 21 and XEmacs.
784
785 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
786
787 * gnus-group.el (gnus-gmane-group-download-format): Rename from
788 gnus-group-gmane-group-download-format.
789 (gnus-group-read-ephemeral-gmane-group): Rename from
790 gnus-group-read-ephemeral-gmane-group.
791 (gnus-read-ephemeral-gmane-group-url): Rename from
792 gnus-group-read-ephemeral-gmane-group-url.
793 (gnus-bug-group-download-format-alist): New variable.
794 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
795 (gnus-read-ephemeral-emacs-bug-group): New commands.
796
797 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
798
799 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
800 (gnus-visible-headers): Improve custom type.
801
802 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
803
804 * mml.el (mml-menu): Add workarounds for XEmacs.
805
806 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
807 X-Boundary header.
808
809 * message.el (message-simplify-recipients): Fix previous commit.
810
811 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
812
813 * mm-util.el (mm-set-buffer-multibyte): New function.
814 * mm-decode.el (mm-copy-to-buffer): Use it.
815
816 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
817 Prefer fboundp to functionp so it works with macros as well.
818
819 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
820
821 * message.el (message-alter-recipients-discard-bogus-full-name):
822 New function.
823 (message-alter-recipients-function): New variable.
824 (message-get-reply-headers): Use it.
825 (message-replace-header): New helper function.
826 (message-recipients-without-full-name): New variable.
827 (message-simplify-recipients): New command.
828
829 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
830
831 * message.el (message-info): Handle EasyPG manual.
832
833 * mml.el (mml-menu): Add entry for EasyPG.
834
835 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
836
837 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
838 parameter.
839
840 * message.el (message-disassociate-draft): Specify drafts group name
841 fully.
842
843 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
844
845 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
846 unnecessary duplicates from the match list.
847
848 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
849
850 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
851 args of `how-many' of which the XEmacs version doesn't take; declare
852 Info-index-next as function.
853
854 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
855
856 * gnus-score.el (gnus-score-headers): Fix handling of
857 gnus-inhibit-slow-scoring.
858
859 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
860 string.
861 (gnus-button-url-regexp): Improve handling of parenthesis.
862 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
863 (gnus-button-handle-info-keystrokes): Handle index entries.
864
865 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
866
867 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
868 Incoming* files.
869
870 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
871
872 * auth-source.el (auth-sources): Renamed from auth-source-choices.
873 (auth-source-pick): Use it.
874
875 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
876
877 * auth-source.el (auth-source-protocols)
878 (auth-source-protocols-customize, auth-source-choices): Added and
879 modified variable customizations and defaults.
880 (auth-source-pick, auth-source-user-or-password)
881 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
882 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
883 (auth-source-user-or-password-sftp)
884 (auth-source-user-or-password-smtp): Use new variables and provide an
885 interface to netrc.el.
886
887 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
888
889 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
890 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
891 Make sure the nntp port to specify is a string.
892
893 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
894
895 * nntp.el: Use with-current-buffer.
896 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
897 dubious mm-with-unibyte-current-buffer.
898 (nntp-with-open-group-function): New function extracted from
899 nntp-with-open-group macro.
900 (nntp-with-open-group): Use the function, so it's easier to debug.
901 Add indentation and debugging info.
902 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
903 the use of the netcat alternatives.
904
905 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
906 Avoid mm-string-as-multibyte as well.
907
908 * nnweb.el (nnweb-insert-html):
909 Remove use of nnheader-string-as-multibyte.
910
911 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
912 (nnheader-string-as-multibyte): Remove.
913
914 * mm-view.el: Use inhibit-read-only.
915 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
916 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
917 or unibyte-string.
918
919 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
920 (mm-uu-yenc-extract): Use with-current-buffer.
921
922 * gnus-soup.el (gnus-soup-send-packet): Don't use
923 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
924
925 * nnmh.el: Use with-current-buffer.
926 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
927 mm-string-as-multibyte on the output of mm-encode-coding-string.
928
929 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
930 (nnimap-request-move-article): Use with-current-buffer.
931
932 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
933 inserting the handle-buffer's text, so the implicit multibyte->unibyte
934 conversion uses string-make-unibyte rather than string-as-unibyte.
935
936 * gnus-msg.el: Use with-current-buffer.
937
938 * message.el (message-ignored-resent-headers): Add "Delivered-To".
939
940 2008-03-10 Daiki Ueno <ueno@unixuser.org>
941
942 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
943 string for caching if it is 'PIN.
944
945 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
946
947 * mail-source.el (mail-source-delete-old-incoming-confirm):
948 Change default to nil.
949 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
950
951 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
952
953 * gnus-art.el (gnus-narrow-to-page): Position point properly.
954 (gnus-article-goto-prev-page): Work for articles having ^L's.
955
956 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
957
958 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
959
960 2008-03-07 Karl Fogel <kfogel@red-bean.com>
961
962 * gnus-bookmark.el: Adjust for renames in bookmark.el.
963 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
964 (gnus-bookmark-jump): Adjust some variable names.
965
966 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
967
968 * auth-source.el: New package.
969 (auth-source-choices): Add customization entry point variable.
970
971 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
972 bug.
973
974 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
975
976 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
977 (gnus-registry-initialize, gnus-registry-install-p): Use it.
978 (gnus-registry-install-shortcuts): Rename from
979 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
980 the `gnus-registry-mark-map' keymap dynamically from
981 `gnus-registry-marks'. The generated functions update the summary line
982 when a registry mark is added or deleted, and will call
983 `gnus-registry-install-p' (see the comments in the code).
984 (gnus-registry-user-format-function-M): Use concat intelligently.
985
986 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
987 the registry mark functions.
988
989 2008-03-05 Glenn Morris <rgm@gnu.org>
990
991 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
992 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
993 gnus-art.
994 (top-level): No need to load own source when compiling.
995
996 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
997
998 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
999 Suggested by <chris.anderton@zetnet.co.uk>.
1000
1001 2008-03-04 Glenn Morris <rgm@gnu.org>
1002
1003 * gnus-sum.el (top-level): No need to require gnus when compiling,
1004 since unconditionally required near start of file.
1005 (gnus-summary-display-while-building): Move definition before use.
1006
1007 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
1008
1009 * gnus-registry.el (gnus-registry-user-format-function-M): Add
1010 formatting function.
1011
1012 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
1013
1014 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
1015 with plists.
1016 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
1017 Use new format.
1018
1019 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
1020
1021 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
1022 `where-is-internal' that returns a range of key sequences.
1023
1024 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
1025
1026 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
1027
1028 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1029 (gnus-summary-jump-to-group): Consider windows on other displayed
1030 frames as well. Similar changes might be needed elsewhere, but that's
1031 the one I've bumped into during my use.
1032
1033 * nndoc.el (nndoc-oe-dbx-type-p):
1034 * gnus-msg.el (gnus-debug):
1035 * gnus-group.el (gnus-update-group-mark-positions):
1036 Use mm-string-to-multibyte.
1037
1038 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
1039
1040 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
1041 doesn't handle NotDashEscaped.
1042
1043 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
1044 (mml-dnd-attach-options): Fix typo in custom choice.
1045
1046 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
1047 nndoc-article-type to mbox.
1048 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
1049
1050 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
1051 to nil, instead of html2text.
1052
1053 * imap.el (imap-debug): Add `imap-ping-server'.
1054
1055 * gnus-bookmark.el: Add FIXMEs.
1056
1057 * message.el (message-form-letter-separator)
1058 (message-send-form-letter-delay): New variables.
1059 (message-send-form-letter): Use them. New command to send form
1060 letters. Requested by Uwe Siart.
1061 (message-send-mail-function): Doc fix. Add "Other" custom option.
1062
1063 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
1064
1065 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
1066 empty author.
1067
1068 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
1069
1070 * gnus-registry.el (gnus-registry-marks): Add variable for
1071 customization of marks and their appearance.
1072 (gnus-registry-read-mark): Use it.
1073 (gnus-registry-do-marks): Add utility function to loop through
1074 `gnus-registry-marks'.
1075 (gnus-registry-install-shortcuts-and-menus): Add function to install
1076 shortcuts and menus.
1077 (gnus-registry-initialize): Use it.
1078 (gnus-registry-default-mark): Clarify documentation.
1079
1080 2008-02-29 Glenn Morris <rgm@gnu.org>
1081
1082 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1083 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1084 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1085 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1086 Change defcustom :version from 23.0 to 23.1.
1087
1088 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
1089
1090 * gnus-registry.el (gnus-registry-follow-group-p)
1091 (gnus-registry-post-process-groups): Add functions to aid registry
1092 splitting and improve logging. Clarify behavior in function
1093 documentation.
1094 (gnus-registry-split-fancy-with-parent): Use them.
1095
1096 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1097
1098 * gnus-art.el: Use with-current-buffer.
1099
1100 2008-02-27 David Engster <dengste@eml.cc>
1101
1102 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1103 Express real group name in the response.
1104
1105 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
1106
1107 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1108 (nnmairix-last-server, nnmairix-current-server): Defvar them.
1109 (nnmairix-goto-original-article): Defvar gnus-registry-install and
1110 autoload gnus-registry-fetch-group when compiling.
1111 (nnmairix-request-group-with-article-number-correction): Remove
1112 unreferenced argument passed to nnmairix-call-backend.
1113
1114 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
1115
1116 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1117 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
1118 Wilde.
1119
1120 2008-02-27 Glenn Morris <rgm@gnu.org>
1121
1122 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
1123 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1124 variables to defconsts. Convert comments to doc-strings.
1125 (nnmairix-last-server, nnmairix-current-server): Convert from free
1126 variables to defvars. Convert comments to doc-strings.
1127 (gnus-registry-fetch-group): Autoload.
1128 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1129 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
1130 (nnmairix-widget-build-editable-fields): Use car cddr rather than
1131 caddr.
1132 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1133 nnmairix-request-group-with-article-number-correction call.
1134 (nnmairix-fast, nnmairix-group): New, less general names, for free
1135 variables passed from nnmairix-request-group to
1136 nnmairix-request-group-with-article-number-correction. Declare.
1137 (nnmairix-request-group-with-article-number-correction):
1138 Use nnmairix-fast, nnmairix-group rather than fast, group.
1139
1140 2008-02-26 David Engster <dengste@eml.cc>
1141
1142 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
1143 version 0.5.
1144
1145 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
1146
1147 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1148 instead of making an extra function call. Don't add the current group
1149 to articles only when they have the group. Use
1150 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1151 Reported by David <de_bb@arcor.de>.
1152
1153 2008-02-24 Miles Bader <miles@gnu.org>
1154
1155 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
1156 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
1157 (mm-find-mime-charset-region):
1158 * mm-bodies.el (mm-encode-body):
1159 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
1160
1161 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
1162
1163 * mail-source.el (mail-source-delete-incoming): Change default.
1164 Supplement doc string.
1165
1166 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1167
1168 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
1169
1170 * nnmail.el (nnmail-message-id-cache-file): Derive from
1171 `gnus-home-directory'.
1172
1173 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
1174
1175 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
1176 Document negative prefix.
1177
1178 * gnus-group.el (gnus-group-read-group): Document negative prefix.
1179
1180 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1181
1182 * message.el (message-unsent-separator): Add the Exim bounce
1183 separator.
1184
1185 2008-02-10 Daiki Ueno <ueno@unixuser.org>
1186
1187 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1188 list.
1189 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1190 recipient/signer list.
1191
1192 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
1193
1194 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1195 fbound (Emacs 23 unicode), signal an error.
1196
1197 2008-02-08 Glenn Morris <rgm@gnu.org>
1198
1199 * gnus-art.el (pgg-display-output-buffer): Declare as function.
1200
1201 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
1202
1203 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1204 ports to the calls to `netrc-machine-user-or-password' in addition to
1205 "imap" and "imaps".
1206
1207 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
1208
1209 * gnus.el (gnus-group-startup-message): Add `find-image' call before
1210 image-load-path is let-bound. Reported by Harald Hanche-Olsen
1211 <hanche@math.ntnu.no>.
1212
1213 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
1214
1215 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1216
1217 2008-02-01 Zhang Wei <id.brep@gmail.com>
1218
1219 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1220
1221 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1222
1223 2008-02-01 Miles Bader <miles@gnu.org>
1224
1225 * mml.el (mml-parse-1): Remove apparently vestigial use of
1226 `mm-hack-charsets'.
1227 * mm-bodies.el (mm-encode-body): Likewise.
1228
1229 2008-02-01 Kenichi Handa <handa@m17n.org>
1230
1231 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1232 rfc2104-hexstring-to-bitstring and changed to return a byte list.
1233 (rfc2104-hash): Convert the result of concat to unibyte string.
1234
1235 2008-02-01 Dave Love <fx@gnu.org>
1236
1237 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1238 coding-system-for-read.
1239 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1240
1241 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
1242 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
1243 (mm-find-mime-charset-region): Remove hack-charsets stuff.
1244
1245 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
1246
1247 * mail-source.el (mail-sources): Add `group' choice.
1248
1249 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1250 parameter `in-group' to control into which group the articles go.
1251 Add treatment of `group' mail-source.
1252
1253 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1254
1255 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1256 * message.el (message-beginning-of-line): Use featurep instead of bound
1257 tests in order to resolve conditionals at compile time.
1258
1259 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
1260
1261 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1262
1263 * mm-decode.el (mm-dissect-buffer): Decode description.
1264
1265 * mml.el (mml-to-mime): Encode message header first.
1266
1267 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
1268
1269 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1270 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1271
1272 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
1273
1274 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1275
1276 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
1277
1278 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1279 prefix keys.
1280 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1281 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1282 gnus-xmas.el.
1283
1284 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
1285
1286 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1287 Add new variables for article mark management.
1288 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1289 list of extra data entries which, when present, will indicate that the
1290 article ID should not be trimmed from the registry.
1291 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1292 functions.
1293 (gnus-registry-read-mark): New function to read a mark name from the
1294 user.
1295 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1296 (gnus-registry-set-article-mark-internal): New functions to add and
1297 remove marks.
1298 (gnus-registry-get-article-marks): New function to show the marks for
1299 an article, or retrieve them for further use.
1300
1301 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
1302
1303 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1304 keys when no argument is given.
1305
1306 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
1307
1308 * gnus-sum.el (gnus-article-sort-by-random)
1309 (gnus-thread-sort-by-random): Fix doc strings. Reported by
1310 jidanni@jidanni.org.
1311
1312 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
1313
1314 * gnus-art.el (gnus-article-describe-bindings): New function.
1315 (gnus-article-read-summary-keys): Use it.
1316 (gnus-article-mode-map): Bind `C-h b' to it.
1317
1318 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
1319
1320 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1321 XEmacs.
1322 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1323 against non-character events.
1324
1325 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1326
1327 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1328 command.
1329 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1330 instead of END. Change name of the temp file.
1331 (gnus-group-gmane-group-download-format): Add doc string. Make it
1332 customizable.
1333
1334 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
1335
1336 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1337 bind `S W' to gnus-article-wide-reply-with-original; set default
1338 binding to gnus-article-read-summary-send-keys.
1339 (gnus-article-read-summary-keys): Fix the order of keys; display
1340 continuation keys correctly in the echo area; describe bindings
1341 correctly when keys end with `C-h'.
1342 (gnus-article-read-summary-send-keys): New function.
1343 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1344 for gnus-article-read-summary-send-keys; display continuation keys
1345 correctly in the echo area.
1346 (gnus-article-reply-with-original): Ignore prefix argument.
1347 (gnus-article-wide-reply-with-original): New function.
1348
1349 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1350
1351 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1352 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1353
1354 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1355
1356 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1357 (gnus-group-read-ephemeral-gmane-group): New command.
1358
1359 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1360
1361 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1362
1363 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
1364
1365 * message.el (message-send-mail-function): Increase custom version.
1366
1367 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1368 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
1369
1370 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
1371
1372 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1373 html parts correctly; support forwarded messages.
1374 (gnus-article-browse-html-article): Remove work buffers.
1375
1376 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1377 compiling.
1378 (netrc-bound-and-true-p): New macro.
1379 (netrc-parse): Use it instead of bound-and-true-p that is not available
1380 in XEmacs 21.4.
1381
1382 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
1383
1384 * gnus-registry.el (gnus-registry-mark-article)
1385 (gnus-registry-article-marks): Add functionality to mark articles
1386 through the Gnus registry.
1387
1388 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1389 (netrc-parse): Use encrypt-file-alist to determine if
1390 encrypt-find-model or encrypt-insert-file-contents should be used.
1391
1392 2007-12-19 Glenn Morris <rgm@gnu.org>
1393
1394 * mml.el (message-options-set, message-narrow-to-head)
1395 (message-in-body-p, message-mail-p, message-encode-message-body):
1396 Autoload.
1397 (message-remove-header, message-narrow-to-headers-or-head)
1398 (message-subscribed-p, message-make-mail-followup-to)
1399 (message-position-on-field, message-news-p)
1400 (message-options-set-recipient, message-generate-headers)
1401 (message-sort-headers): Declare as functions.
1402
1403 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
1404
1405 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1406 convention in doc string.
1407
1408 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
1409
1410 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1411 title to html parts.
1412 (gnus-article-browse-html-article): Pass message header to it.
1413
1414 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1415
1416 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
1417
1418 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1419 or password compatible with XEmacs.
1420
1421 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
1422
1423 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1424 format document.
1425 (gnus-mime-delete-part): Don't write description line if empty.
1426 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1427
1428 2007-12-14 Johan Bockgård <bojohan@gnu.org>
1429
1430 * gnus-sum.el (gnus-summary-mark-unread-as-read)
1431 (gnus-summary-mark-read-and-unread-as-read)
1432 (gnus-summary-mark-current-read-and-unread-as-read)
1433 (gnus-summary-mark-unread-as-ticked): Doc fix.
1434 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1435
1436 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1437
1438 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
1439 Christoph Conrad <christoph.conrad@gmx.de>.
1440
1441 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1442
1443 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1444 yes-or-no-p.
1445
1446 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
1447
1448 * mm-decode.el (mm-add-meta-html-tag): New function.
1449 (mm-save-part-to-file, mm-pipe-part): Use it.
1450
1451 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1452 gnus-y-or-n-p instead of y-or-n-p.
1453 (gnus-article-browse-html-parts): Work with message/external-body; use
1454 mm-add-meta-html-tag.
1455
1456 2007-12-11 Glenn Morris <rgm@gnu.org>
1457
1458 * gnus-cache.el: Require gnus-sum not just when compiling.
1459
1460 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1461
1462 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1463 definitions before use.
1464
1465 * mm-decode.el: Require gnus-util.
1466 (mm-remove-part): Only call delete-annotation on XEmacs.
1467
1468 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1469
1470 * nnmail.el: Require gnus-int.
1471
1472 * spam.el: Move `require's before `eval-when-compile's.
1473
1474 * gnus-ems.el (gnus-alive-p):
1475 * gnus-fun.el (message-goto-eoh):
1476 * gnus-util.el (gnus-group-name-decode):
1477 * mail-source.el (gnus-compress-sequence):
1478 * message.el (Info-goto-node, format-spec):
1479 * mm-bodies.el (message-options-get):
1480 * mm-decode.el (mm-view-pkcs7):
1481 * mm-util.el (gmm-write-region):
1482 * mml-smime.el (mml-compute-boundary)
1483 (gnus-completing-read-with-default):
1484 * mml.el (widget-button-press, gnus-make-hashtable):
1485 * mml1991.el (mm-decode-content-transfer-encoding)
1486 (mm-encode-content-transfer-encoding)
1487 (message-options-get, message-options-set):
1488 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1489 * nnfolder.el (gnus-request-group):
1490 * nnheader.el (ietf-drums-unfold-fws):
1491 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1492 * smime.el (gnus-run-mode-hooks):
1493 * spam-stat.el (gnus-message): Autoload.
1494
1495 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1496 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1497 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1498 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1499 Add declare-function compatibility definition.
1500
1501 * gnus-cache.el (nnvirtual-find-group-art):
1502 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1503 (gnus-add-image, gnus-add-wash-type):
1504 * gnus-group.el (nnkiboze-score-file):
1505 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1506 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1507 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1508 (message-tokenize-header, gnus-get-buffer-create)
1509 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1510 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1511 * gnus.el (gnus-group-decoded-name):
1512 * mail-source.el (imap-capability):
1513 * mm-bodies.el (message-options-set):
1514 * mm-decode.el (gnus-configure-windows):
1515 * mm-extern.el (message-goto-body):
1516 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1517 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1518 (epg-sub-key-validity, message-options-set):
1519 * mml.el (widget-event-point, gnus-configure-windows):
1520 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1521 * mml2015.el (epg-check-configuration, epg-configuration)
1522 (message-options-set):
1523 * nndb.el (nndb-request-article):
1524 * nnfolder.el (gnus-request-create-group):
1525 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1526 * nnmaildir.el (gnus-group-mark-article-read):
1527 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1528 * rfc1843.el (message-fetch-field):
1529 * spam.el (gnus-extract-address-components):
1530 Declare as functions.
1531
1532 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1533
1534 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1535
1536 2007-12-09 Glenn Morris <rgm@gnu.org>
1537
1538 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1539
1540 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1541 * message.el, mm-view.el, sieve-manage, smime.el:
1542 Add declare-function compatibility definition.
1543
1544 * gnus-art.el (w3-region, w3m-region, Info-menu):
1545 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1546 * gnus-sum.el (gnus-get-predicate):
1547 * gnus-util.el (mm-append-to-file, w32-focus-frame):
1548 * message.el (mail-abbrev-in-expansion-header-p):
1549 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1550 (w3m-detect-meta-charset, w3m-region):
1551 * sieve-manage.el (password-read, password-cache-add)
1552 (password-cache-remove):
1553 * smime.el (password-read-and-add): Declare as functions.
1554
1555 2007-12-08 David Kastrup <dak@gnu.org>
1556
1557 * gnus-sum.el (gnus-summary-simplify-subject-query):
1558 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1559 `message'.
1560
1561 2007-12-07 Glenn Morris <rgm@gnu.org>
1562
1563 * gnus-art.el (article-make-date-line): Revert previous change.
1564
1565 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
1566
1567 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1568
1569 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
1570
1571 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1572 Call gnus-add-to-range ranges only once with a prepared article-list.
1573
1574 2007-12-06 Paul Jarc <prj@po.cwru.edu>
1575
1576 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1577 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1578 group names with backslashes. Reported by Tassilo Horn
1579 <tassilo@member.fsf.org>.
1580
1581 2007-12-06 D. Goel <deego3@gmail.com>
1582
1583 * gnus-art.el (article-make-date-line):
1584 * gnus-start.el (gnus-load):
1585 * pop3.el (pop3-read-response): Fix buggy call to `error'.
1586
1587 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1588
1589 * gnus-art.el (gnus-use-idna)
1590 * gnus-start.el (gnus-site-init-file)
1591 * message.el (message-use-idna)
1592 * mm-uu.el (mm-uu-hide-markers)
1593 * smiley.el (smiley-style): Revert changes that suppress warnings.
1594
1595 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1596
1597 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1598 specify charset to html source. Reported by Christoph Conrad
1599 <christoph.conrad@gmx.de>.
1600
1601 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1602
1603 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1604 idna-program in order to suppress byte compile warning issued by XEmacs
1605 that came to byte compile the default value section of defcustom forms
1606 recently.
1607
1608 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1609 value of installation-directory.
1610
1611 * message.el (message-use-idna): Don't directly refer to the value of
1612 idna-program.
1613
1614 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1615
1616 * smiley.el (smiley-style): Don't directly call face-attribute.
1617
1618 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
1619
1620 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1621
1622 * gnus-dired.el: Reduce Gnus dependencies.
1623 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1624 require. Use autoloads instead.
1625 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1626 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1627 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1628 (gnus-dired-mode): Adjust doc string.
1629 (gnus-dired-mail-mode): New variable.
1630 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1631 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1632 (gnus-dired-mail-buffers): New function. Return mail or message
1633 composition buffers.
1634 (gnus-dired-attach): Use it.
1635 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1636 NO-DECODE.
1637 (gnus-dired-print): Use `gnus-print-buffer' depending on
1638 `gnus-dired-mail-mode'.
1639
1640 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1641
1642 * rfc2047.el (rfc2047-encoded-word-regexp)
1643 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1644 explaining what regexp patterns are for.
1645
1646 2007-12-04 Glenn Morris <rgm@gnu.org>
1647
1648 * password.el: Move to ../password-cache.el.
1649
1650 * mml1991.el (password-read, password-cache-add, password-cache-remove):
1651 * mml2015.el (password-read, password-cache-add, password-cache-remove):
1652 * mml-smime.el (password-read, password-cache-add)
1653 (password-cache-remove):
1654 No need to autoload, since mml-sec requires password.
1655
1656 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1657 * message.el (gnus-extract-address-components):
1658 * mml-smime.el (gnus-extract-address-components): Define for compiler.
1659
1660 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1661 password.
1662
1663 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
1664
1665 * mailcap.el: Reduce dependencies.
1666 (mail-header-parse-content-type): Autoload.
1667 (mailcap-delete-duplicates): New alias.
1668 (mailcap-mime-info): Add optional argument NO-DECODE.
1669 (mailcap-mime-types): Use mailcap-delete-duplicates.
1670
1671 * message.el (message-ignored-supersedes-headers): Add "X-ID".
1672
1673 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1674
1675 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1676 function.
1677
1678 * gnus-uu.el (gnus-uu-decode-yenc): New command.
1679 (gnus-uu-yenc-article): New function.
1680
1681 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1682
1683 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1684 buffer.
1685
1686 2007-12-02 Glenn Morris <rgm@gnu.org>
1687
1688 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
1689 Move to ../net.
1690
1691 * binhex.el, uudecode.el: Move to ../mail.
1692
1693 * encrypt.el: Remove file.
1694
1695 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1696
1697 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1698 matches on patches.
1699
1700 * gnus-art.el (gnus-article-browse-html-article): Mention
1701 `mm-text-html-renderer' in the doc string.
1702
1703 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1704 string. Add comments.
1705
1706 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1707 if rhs is ASCII.
1708
1709 2007-12-01 Glenn Morris <rgm@gnu.org>
1710
1711 * dig.el, dns.el: Move to ../net.
1712 * format-spec.el, hex-util.el, sha1.el: Move to ../.
1713
1714 * mail-source.el (top-level): Require format-spec before
1715 eval-when-compile.
1716
1717 2007-11-30 Glenn Morris <rgm@gnu.org>
1718
1719 * encrypt.el: Require password, rather than autoloading password-read.
1720
1721 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
1722
1723 * gnus.el (gnus-method-to-server): Add an optional parameter so the
1724 caller can indicate whether the cache should be disregarded for this
1725 call. This way the result of the call is reproducible at all times and
1726 can be considered a canonical server name for the supplied method.
1727 (gnus-agent-method-p): Canonicalize server names by pushing their
1728 method through `gnus-method-to-server' using the no-cache argument.
1729
1730 * gnus-srvr.el (gnus-server-insert-server-line): Call
1731 `gnus-method-to-server' with `no-cache' argument.
1732
1733 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1734 gnus-agent-possibly-synchronize-flags as this should be called when the
1735 server is actually being opened.
1736 (gnus-agent-possibly-synchronize-flags)
1737 (gnus-agent-possibly-synchronize-flags-server): Move check for the
1738 flags file of an agentized server to the latter function.
1739
1740 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1741 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1742 after a connection has been established successfully.
1743
1744 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
1745
1746 * gnus-art.el (article-display-face): Force to display face if called
1747 interactively; check if gnus-article-x-face-too-ugly matches author.
1748 (article-display-x-face): Display face even if From header is missing
1749 as article-display-face does.
1750
1751 2007-11-28 Richard Stallman <rms@gnu.org>
1752
1753 * md4.el: Move to ../.
1754 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
1755
1756 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
1757
1758 * mail-source.el (mail-sources): Default to fetch from file for
1759 compatibility with default of nnmail-spool-file.
1760
1761 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
1762
1763 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1764 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1765 to look for encoded word that should be encoded again.
1766 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1767 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1768 encoding pattern.
1769 (rfc2047-decode-region): Switch strict regexp and loose one according
1770 to rfc2047-allow-irregular-q-encoded-words.
1771
1772 2007-11-26 Simon Josefsson <simon@josefsson.org>
1773
1774 * imap.el: Move to ../net directory.
1775
1776 2007-11-25 Romain Francoise <romain@orebokech.com>
1777
1778 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1779
1780 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1781
1782 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1783 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1784
1785 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1786 `nnmail-spool-file'.
1787
1788 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1789 `nnmail-spool-file'.
1790
1791 * gnus-move.el (gnus-change-server): Ditto.
1792
1793 * gnus-kill.el (gnus-batch-score): Ditto.
1794
1795 * gnus-cache.el (gnus-jog-cache): Ditto.
1796
1797 * gnus-msg.el (gnus-summary-reply):
1798 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1799
1800 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1801
1802 * gnus-cache.el (gnus-cache-generate-nov-databases):
1803 Use nnml-generate-nov-databases-directory instead of
1804 nnml-generate-nov-databases-1.
1805
1806 2007-11-24 Glenn Morris <rgm@gnu.org>
1807
1808 * message.el (message-tool-bar-retro): Update for rename
1809 mail_send.xpm->mail-send.xpm.
1810
1811 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1812
1813 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1814 `smime-ldap-search' for Emacs 22 and up.
1815
1816 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1817
1818 * hashcash.el: Move to ../mail directory.
1819
1820 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
1821
1822 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1823 `smime-ldap-search' for Emacs 22 and up.
1824
1825 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1826
1827 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1828
1829 * message.el (message-send-mail-function): Fix error convention.
1830 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1831 (message-widen-reply, message-send-mail, message-talkative-question)
1832 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1833 (message-clone-locals, message-send-news): Use with-current-buffer.
1834 (message-insert-or-toggle-importance): Remove unused var `valid'.
1835 (message-make-references): Remove unused var `new-references'.
1836 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1837
1838 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
1839
1840 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1841 (spam-split-symbolic-return-positive): Reflow docstring.
1842 (spam-backends, spam-summary-exit-behavior)
1843 (spam-mark-ham-unread-before-move-from-spam-group)
1844 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1845 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1846 (spam-clear-cache, spam-backend-check, spam-install-backend)
1847 (spam-install-statistical-backend, spam-list-of-processors)
1848 (spam-group-processor-p, spam-split, spam-bogofilter-score)
1849 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1850 (spam-check-crm114, spam-initialize, spam-unload-hook):
1851 Fix typos in docstrings.
1852
1853 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1854
1855 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1856 been checked if they have never been read and those group levels are
1857 higher than the one that a user specified.
1858
1859 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1860
1861 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1862 foreign groups unless a group level is specified by a user.
1863 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1864
1865 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
1866
1867 * message.el (message-send-mail-function): Require sendmail.
1868
1869 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
1870
1871 * message.el (message-send-mail-function): Check for smtpmail too.
1872
1873 * utf7.el (utf7-encode, utf7-decode): Use coding system
1874 `utf-7'/`utf-7-imap' from utf-7.el' if available.
1875
1876 * message.el (message-send-mail-function): New function.
1877 (message-send-mail-function): Set default using
1878 message-send-mail-function. Adjust doc string.
1879 (message-send-mail-with-mailclient): New function.
1880
1881 2007-11-17 Richard Stallman <rms@gnu.org>
1882
1883 * assistant.el: Remove file.
1884
1885 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1886
1887 * smime.el (from):
1888 * rfc2047.el (message-posting-charset):
1889 * qp.el (mm-use-ultra-safe-encoding):
1890 * pop3.el (parse-time-months):
1891 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1892 * nnml.el (files):
1893 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1894 (jka-compr-compression-info-list, ange-ftp-path-format)
1895 (efs-path-regexp):
1896 * nndiary.el (files):
1897 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1898 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1899 (epg-digest-algorithm-alist, inhibit-redisplay)
1900 (password-cache-expiry):
1901 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1902 (pgg-output-buffer, password-cache-expiry):
1903 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1904 (efs-path-regexp):
1905 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1906 (inhibit-redisplay):
1907 * mm-uu.el (file-name, start-point, end-point, entry)
1908 (gnus-newsgroup-name, gnus-newsgroup-charset):
1909 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1910 (latin-unity-ucs-list):
1911 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1912 (mm-uu-binhex-decode-function):
1913 * message.el (gnus-message-group-art, gnus-list-identifiers)
1914 (rmail-enable-mime-composing, gnus-local-organization)
1915 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1916 (gnus-read-active-file, facemenu-add-face-function)
1917 (facemenu-remove-face-function, gnus-article-decoded-p)
1918 (tool-bar-mode):
1919 * mail-source.el (display-time-mail-function):
1920 * gnus-util.el (nnmail-pathname-coding-system)
1921 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1922 (gnus-original-article-buffer, gnus-user-agent)
1923 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1924 (xemacs-codename, sxemacs-codename, emacs-program-version):
1925 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1926 * gnus-start.el (gnus-agent-covered-methods)
1927 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1928 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1929 (gnus-newsgroup-headers, gnus-group-list-mode)
1930 (gnus-group-mark-positions, gnus-newsgroup-data)
1931 (gnus-newsgroup-unreads, nnoo-state-alist)
1932 (gnus-current-select-method, mail-sources)
1933 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1934 (nnmail-spool-file, gnus-cache-active-hashtb):
1935 * gnus-mh.el (mh-lib-progs):
1936 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1937 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1938 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1939 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1940 (gnus-group-buffer):
1941 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1942 (font-lock-set-defaults):
1943 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1944 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1945 (gnus-summary-post-menu, total-parts, type, condition, length):
1946 * gnus-agent.el (gnus-agent-read-agentview):
1947 * flow-fill.el (show-trailing-whitespace):
1948 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1949 eval-and-compile wrappers for byte compiler pacifiers.
1950
1951 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1952 (mm-display-inline-fontify): Check for featurep 'xemacs not
1953 extent-list.
1954
1955 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1956 itimer-list.
1957 (mm-create-image-xemacs): Only do something for XEmacs.
1958 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1959
1960 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1961
1962 * gnus-registry.el (gnus-adaptive-word-syntax-table):
1963 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1964
1965 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
1966
1967 * nnimap.el (nnimap-split-download-body):
1968 * gnus-demon.el (gnus-demon):
1969 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
1970
1971 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
1972
1973 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
1974 macros.
1975 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
1976 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
1977 copy data from unibyte buffer to multibyte current buffer.
1978 (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
1979 to copy data from unibyte current buffer to multibyte buffer.
1980 (nntp-make-process-buffer): Make process buffer unibyte.
1981
1982 * pop3.el (pop3-open-server): Fix typo in Lisp code.
1983
1984 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
1985
1986 * pop3.el (pop3-open-server): Accept and process data more robustly at
1987 connexion start to avoid spurious "POP SSL connexion failed" errors.
1988
1989 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
1990
1991 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
1992 read group names.
1993
1994 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
1995
1996 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
1997
1998 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
1999
2000 * nnmail.el (nnmail-parse-active): Make group names unibyte.
2001 (nnmail-save-active): Use a unibyte buffer when saving active file,
2002 which may contain non-ASCII group names.
2003
2004 * nnml.el (nnml-request-group): Decode group names in messages.
2005
2006 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
2007
2008 * message.el (message-citation-line-function)
2009 (message-insert-formatted-citation-line): Fix spelling of
2010 `message-insert-formated-citation-line'.
2011
2012 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
2013
2014 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2015
2016 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2017
2018 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
2019 nnmail-pathname-coding-system.
2020
2021 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
2022 that a user enters; decode group names in messages.
2023
2024 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
2025
2026 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
2027
2028 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2029
2030 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2031
2032 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2033 risky local variable.
2034
2035 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2036
2037 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
2038
2039 * encrypt.el: Improve documentation to fix function name typo.
2040 Reported by Daiki Ueno <ueno@unixuser.org>.
2041
2042 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
2043
2044 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2045 even if the point is not in the last page of an article.
2046 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2047 back to the previous page.
2048
2049 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
2050
2051 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2052
2053 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
2054
2055 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2056
2057 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2058
2059 * message.el (message-check-news-body-syntax): Avoid
2060 mm-string-as-multibyte.
2061 (message-hide-headers): Don't assume (point-min)==1.
2062
2063 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2064
2065 * message.el (message-remove-blank-cited-lines): Fix if remove is
2066 given.
2067 (message-bogus-address-regexp): New variable.
2068 (message-bogus-recipient-p): New function.
2069 (message-check-recipients): New command.
2070 (message-syntax-checks): Add `bogus-recipient'.
2071 (message-fix-before-sending): Add `bogus-recipient'.
2072
2073 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
2074 (gnus-treat-body-boundary): Don't test window-system.
2075
2076 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
2077
2078 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
2079
2080 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2081
2082 * gnus.el: Bump version to Gnus v5.13.
2083
2084 2007-10-28 Miles Bader <miles@gnu.org>
2085
2086 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2087 at compile-time too.
2088
2089 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
2090
2091 * gnus-msg.el (gnus-message-setup-hook): Add
2092 `message-remove-blank-cited-lines' to options.
2093
2094 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
2095
2096 * message.el (message-remove-blank-cited-lines): New function.
2097 Suggested by Karl Plästerer.
2098
2099 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
2100
2101 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2102 mapc.
2103
2104 * imap.el (imap-open): Replace mapcar called for effect with mapc.
2105 (top-level): Use mapc to set functions to be traced for debugging.
2106
2107 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2108 called for effect with while loop.
2109
2110 * message.el (message-talkative-question): Replace mapcar called for
2111 effect with mapc.
2112
2113 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2114 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2115 called for effect with dolist.
2116
2117 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2118
2119 * nndiary.el: Use dolist instead of mapcar to add diary headers to
2120 gnus-extra-headers and nnmail-extra-headers.
2121
2122 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2123 called for effect with dolist.
2124 (top-level): Use mapc to set functions to be traced for debugging.
2125
2126 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2127 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2128 dolist.
2129
2130 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2131 Replace mapcar called for effect with mapc.
2132 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2133 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2134 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2135 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2136
2137 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2138 remove-if that's a cl function.
2139
2140 * webmail.el (webmail-debug): Replace mapcar called for effect with
2141 dolist.
2142
2143 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
2144
2145 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2146 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2147 with while loop.
2148
2149 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2150 functions from article-* functions.
2151 (gnus-multi-decode-header): Replace mapcar called for effect with
2152 dolist.
2153
2154 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2155 (gnus-bookmark-show-details): Replace mapcar called for effect with
2156 while loop.
2157
2158 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2159 called for effect with while loop.
2160
2161 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2162 with dolist.
2163
2164 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2165 mapcar called for effect with dolist.
2166
2167 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2168
2169 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2170 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2171 Replace mapcar called for effect with dolist.
2172 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2173 mapc.
2174
2175 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2176 Replace mapcar called for effect with dolist.
2177 (gnus-topic-list): Replace mapcar called for effect with mapc.
2178
2179 * gnus.el: Use mapc instead of mapcar to add autoloads.
2180
2181 2007-10-23 Richard Stallman <rms@gnu.org>
2182
2183 * gnus-group.el (gnus-group-highlight): Mark as risky.
2184
2185 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
2186
2187 * gnus.el (gnus-server-to-method): Return method found first in
2188 gnus-newsrc-alist.
2189
2190 * gnus-art.el (gnus-article-highlight-signature)
2191 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2192 button overlay without the front stickiness.
2193
2194 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
2195
2196 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2197 overview buffer needed a catch to receive its throw.
2198 (gnus-agent-flush-cache): Declared as interactive to make this function
2199 easier to use.
2200
2201 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
2202
2203 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2204 `next-line'.
2205
2206 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
2207
2208 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2209 exclude address matching message-dont-reply-to-names.
2210
2211 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2212
2213 * gnus-util.el (gnus-string<): New function.
2214
2215 * gnus-sum.el (gnus-article-sort-by-author)
2216 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2217
2218 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2219
2220 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2221 the frame-focus tag is set in gnus-buffer-configuration.
2222
2223 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
2224
2225 * gnus-art.el (gnus-article-add-button): Make a button overlay without
2226 the front stickiness.
2227
2228 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2229
2230 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2231 url pattern; remove duplicate one.
2232 (gnus-article-extend-url-button): New function.
2233 (gnus-article-add-buttons): Use it.
2234 (gnus-button-push): Use concatenated url that it makes.
2235
2236 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
2237
2238 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2239 (sieve-manage-open): Use `mapc' instead of `mapcar'.
2240
2241 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2242
2243 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2244 Don't hardcode point-min==1.
2245
2246 2007-09-30 David Kastrup <dak@gnu.org>
2247
2248 * gnus-art.el (gnus-article-reply-with-original)
2249 (gnus-article-followup-with-original): When `transient-mark-mode' is
2250 off, refrain from active-region behavior for followups.
2251
2252 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
2253
2254 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2255 Fix comment about "iso8859-1".
2256
2257 2007-10-08 Daiki Ueno <ueno@unixuser.org>
2258
2259 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2260 ones returned from the verify-function.
2261
2262 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2263 mml2015-extract-cleartext-signature if extraction failed.
2264
2265 2007-10-07 Daiki Ueno <ueno@unixuser.org>
2266
2267 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2268 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2269 failed.
2270
2271 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
2272
2273 * Relicense "GPLv2 or later" files to "GPLv3 or later".
2274
2275 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
2276
2277 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2278 to mark a thread as expirable. Add variable `hide' to handle hiding of
2279 thread for both the null and zero (kill/expire thread) universal prefix
2280 cases.
2281 (gnus-summary-expire-thread): Add new function to expire a thread,
2282 using gnus-summary-kill-thread.
2283 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2284 shortcuts for gnus-summary-expire-thread.
2285 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2286 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
2287
2288 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
2289
2290 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2291 extras value, so an extras entry can be deleted.
2292 (gnus-registry-delete-extra-entry): Use it.
2293 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2294 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2295 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2296 storage through the gnus-registry, and provide an appropriate API for
2297 it.
2298
2299 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2300
2301 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2302 Suggested by Leo <sdl.web@gmail.com>.
2303
2304 * gnus.el: Do.
2305
2306 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2307
2308 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2309 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
2310
2311 * gnus-agent.el (gnus-agent-fetch-headers): Do.
2312
2313 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2314 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2315
2316 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2317
2318 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2319 newline.
2320 (nnmbox-request-accept-article): Don't change article in source buffer;
2321 narrow to header to use message-fetch-field rather than
2322 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2323 (nnmbox-request-replace-article): Quote lines that'll be misidentified
2324 as delimiters; make sure article ends with newline.
2325 (nnmbox-delete-mail): Correct last position of article to be deleted;
2326 ignore X-Gnus-Newsgroup header in article body.
2327 (nnmbox-save-mail): Quote lines looking like delimiters at the right
2328 positions; make sure article ends with newline.
2329
2330 * message.el (message-display-abbrev): Don't infloop when a user
2331 inserts SPC in the beginning of header.
2332
2333 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
2334
2335 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2336 list of groups not followed by default. Fix type to be regexp.
2337 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2338
2339 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
2340
2341 * hmac-def.el (define-hmac-function): Switch from old-style to
2342 new-style backquotes.
2343
2344 * md4.el (md4-make-step): Likewise.
2345
2346 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2347
2348 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2349 raw-text coding system when saving .newsrc file, which may contain
2350 non-ASCII group names.
2351
2352 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
2353
2354 * gnus-cus.el (gnus-score-extra): New widget.
2355 (gnus-score-extra-convert): New function.
2356 (gnus-score-customize): Use it for Extra.
2357
2358 2007-08-31 Daiki Ueno <ueno@unixuser.org>
2359
2360 * mml2015.el (mml2015-extract-cleartext-signature): New function.
2361 (mml2015-mailcrypt-clear-verify): Use it.
2362 (mml2015-gpg-clear-verify): Use it.
2363 (mml2015-pgg-clear-verify): Use it.
2364 (mml2015-epg-clear-verify): Replace the current part with the output
2365 from GnuPG; don't extract the plaintext by itself.
2366
2367 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2368 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2369 mml2015-clear-verify-function; don't touch the armor headers or
2370 dash-escaped text here.
2371
2372 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
2373
2374 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2375 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2376 parts, or application/octet-stream as a last resort.
2377 (gnus-mime-view-part-as-type): Don't toggle display.
2378 (gnus-mime-view-part-as-charset): Don't turn off display before
2379 querying charset.
2380
2381 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2382 stuff to undisplayer function in Emacs.
2383 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2384
2385 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2386 text/calendar parts.
2387
2388 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
2389
2390 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2391 decoding text/calendar parts.
2392
2393 * message.el (message-forward-make-body-mime): Always mark body as
2394 having no illegible text; remove signed-or-encrypted argument.
2395 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2396
2397 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2398 (mml-generate-mime-1): Don't encode body if it is specified to be in
2399 raw form; don't make buffer be unibyte when inserting multibyte string.
2400
2401 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2402
2403 * sha1.el: Fix up comment style.
2404 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2405 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2406
2407 * hex-util.el: Fix up comment style.
2408 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2409
2410 * gnus-salt.el: Use with-current-buffer.
2411 (gnus-pick-setup-message): Fix long-standing typo.
2412
2413 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
2414
2415 * imap.el (imap-logout-timeout): New variable.
2416 (imap-logout, imap-logout-wait): New functions.
2417 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2418
2419 * nnimap.el (nnimap-logout-timeout): New server variable.
2420 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2421 nnimap-logout-timeout.
2422
2423 * gnus-art.el (gnus-article-summary-command-nosave)
2424 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2425
2426 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
2427
2428 * gnus.el (gnus-maximum-newsgroup): New variable.
2429
2430 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2431 according to gnus-maximum-newsgroup.
2432
2433 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2434 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2435 Limit the range of articles according to gnus-maximum-newsgroup.
2436
2437 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
2438
2439 * gnus-art.el (gnus-sticky-article): Fixed problems described in
2440 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
2441 Don't perform gnus-configure-windows here; reuse existing sticky
2442 article buffer.
2443
2444 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2445 it doesn't exist in gnus-article-mode.
2446
2447 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
2448
2449 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2450 (gnus-agent-decoded-group-name): New function.
2451 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2452 (gnus-agent-expire-group-1): Use it; decode group name in messages.
2453
2454 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
2455
2456 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2457 Add binding for gnus-sticky-article.
2458 (gnus-summary-exit): Don't kill sticky article buffers.
2459
2460 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2461 article buffer.
2462 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2463 (gnus-kill-sticky-article-buffers): New commands.
2464
2465 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
2466
2467 * nntp.el (nntp-xref-number-is-evil): New server variable.
2468 (nntp-find-group-and-number): If it is non-nil, don't trust article
2469 numbers in the Xref header.
2470
2471 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
2472
2473 * gnus-agent.el (gnus-agent-read-group): New function.
2474 (gnus-agent-flush-group, gnus-agent-expire-group)
2475 (gnus-agent-regenerate-group): Use it.
2476 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2477 nnmail-pathname-coding-system.
2478
2479 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
2480
2481 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2482
2483 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2484 that are unread as unread, and also as selected so that information of
2485 marks having been changed by a user may be updated when exiting group.
2486
2487 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
2488
2489 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
2490
2491 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
2492
2493 * gnus-art.el (gnus-mime-display-single): Pass part number that is
2494 calculated ignoring signature parts to gnus-treat-article.
2495
2496 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
2497
2498 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2499 a point here in order to keep the window start.
2500 (gnus-insert-mime-security-button): Make a button overlay without the
2501 front stickiness.
2502 (gnus-mime-display-security): Goto the end of a button.
2503
2504 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2505
2506 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
2507
2508 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2509 group-name-at-point.
2510 (gnus-group-completing-read): New function that offers decoded
2511 non-ASCII group names for completion.
2512 (gnus-fetch-group, gnus-group-read-ephemeral-group)
2513 (gnus-group-jump-to-group, gnus-group-make-group-simple)
2514 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2515 (gnus-group-fetch-control): Use it.
2516 (gnus-fetch-group): Use group-name-at-point for the initial value
2517 rather than the default value; use gnus-alive-p.
2518
2519 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2520 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2521 (gnus-summary-post-news): Use gnus-group-completing-read.
2522
2523 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2524 (gnus-read-move-group-name): Decode group name for completion.
2525
2526 2007-07-31 Ted Zlatanov <tzz@lifelogs.com>
2527
2528 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2529 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2530 Yamaoka slightly modified the code).
2531
2532 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
2533
2534 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2535 (nnmail-split-incoming): Bind it.
2536
2537 * nnml.el (nnml-group-name-charset): New function.
2538 (nnml-decoded-group-name): Use it; don't decode group name if
2539 nnmail-group-names-not-encoded-p is non-nil.
2540 (nnml-encoded-group-name): New function.
2541 (nnml-group-pathname): Inline nnml-decoded-group-name.
2542 (nnml-request-expire-articles): Decode group name in message.
2543 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2544 nnmail-pathname-coding-system.
2545 (nnml-save-mail, nnml-active-number): Work with decoded group names and
2546 not decoded ones according to nnmail-group-names-not-encoded-p.
2547 (nnml-generate-active-info): Use nnml-encoded-group-name.
2548
2549 2007-08-08 Glenn Morris <rgm@gnu.org>
2550
2551 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2552 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2553 doc-strings and comments.
2554
2555 2007-07-25 Glenn Morris <rgm@gnu.org>
2556
2557 * Relicense all FSF files to GPLv3 or later.
2558
2559 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2560
2561 * gnus-sum.el (gnus-summary-move-article): Make
2562 gnus-summary-respool-article work.
2563
2564 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
2565
2566 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2567 string.
2568
2569 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
2570
2571 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
2572 that should be ignored when comparing distant RSS articles with local
2573 ones.
2574 (nnrss-make-hash-index): New function. Create a hash index according
2575 to the ignored fields.
2576 (nnrss-check-group): Use it.
2577
2578 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
2579
2580 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2581
2582 * gnus-art.el (article-decode-group-name): Decode Xref header too.
2583
2584 * gnus-group.el (gnus-group-make-group): Encode group name here unless
2585 the new optional argument ENCODED is non-nil.
2586 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2587 coding system for encoding group name.
2588 (gnus-group-make-rss-group): Pass un-encoded group name to
2589 gnus-group-make-group.
2590 (gnus-group-set-info): Tell gnus-group-make-group that group name is
2591 encoded.
2592
2593 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2594 Encode group name to which articles are moved or copied.
2595 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2596 coding system for encoding Newsgroup, Followup-To and Xref headers.
2597
2598 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2599 marks; use nnheader-file-coding-system to write a file.
2600 (nnagent-retrieve-headers): Bind file-name-coding-system to
2601 nnmail-pathname-coding-system.
2602
2603 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2604
2605 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2606 (nnml-request-article, nnml-request-create-group)
2607 (nnml-request-rename-group, nnml-find-id)
2608 (nnml-possibly-change-directory, nnml-possibly-create-directory)
2609 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2610 (nnml-save-marks): Use nnml-group-pathname instead of
2611 nnmail-group-pathname.
2612
2613 (nnml-request-create-group, nnml-request-expire-articles)
2614 (nnml-request-move-article, nnml-request-delete-group)
2615 (nnml-deletable-article-p, nnml-possibly-create-directory)
2616 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2617 (nnml-open-marks): Bind file-name-coding-system to
2618 nnmail-pathname-coding-system.
2619
2620 (nnml-request-article): Pass server argument to nnml-find-group-number.
2621 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2622 server argument to nnml-possibly-create-directory.
2623 (nnml-request-accept-article): Pass server argument to
2624 nnml-active-number and nnml-save-mail.
2625 (nnml-find-group-number): Pass server argument to nnml-find-id.
2626 (nnml-request-update-info): Pass server argument to
2627 nnml-marks-changed-p.
2628
2629 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2630 (nnml-save-mail, nnml-active-number): Add server argument.
2631
2632 (nnml-request-delete-group): Warn if group is missing.
2633 (nnml-get-nov-buffer): Decode group name.
2634 (nnml-generate-active-info): Encode group name.
2635 (nnml-open-marks): Decode group name in messages.
2636
2637 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
2638
2639 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2640 if it is not specified.
2641 (gnus-article-pipe-part, gnus-article-save-part)
2642 (gnus-article-interactively-view-part, gnus-article-copy-part)
2643 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2644 (gnus-article-inline-part, gnus-article-save-part-and-strip)
2645 (gnus-article-replace-part, gnus-article-delete-part)
2646 (gnus-article-view-part-as-type): Pass raw prefix argument to
2647 gnus-article-part-wrapper.
2648
2649 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
2650
2651 * gnus-agent.el (gnus-agent-save-active): Bind
2652 nnheader-file-coding-system to gnus-agent-file-coding-system.
2653
2654 * gnus-cache.el (gnus-cache-save-buffers)
2655 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2656 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2657 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2658 (gnus-cache-braid-nov, gnus-cache-braid-heads)
2659 (gnus-cache-generate-active, gnus-cache-rename-group)
2660 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2661 (gnus-cache-update-overview-total-fetched-for): Bind
2662 file-name-coding-system to nnmail-pathname-coding-system.
2663 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2664 variables.
2665 (gnus-cache-decoded-group-name): New function.
2666 (gnus-cache-file-name): Use it.
2667 (gnus-cache-generate-active): Use non-decoded group name for active.
2668
2669 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2670 right place.
2671 (gnus-write-active-file): Don't break non-ASCII group names.
2672
2673 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2674 nnmail-pathname-coding-system.
2675
2676 * gnus-uu.el (gnus-uu-decode-save): Typo.
2677
2678 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
2679
2680 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2681
2682 2007-07-14 David Kastrup <dak@gnu.org>
2683
2684 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
2685 finishing actions if we did not edit the article.
2686
2687 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2688
2689 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2690 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2691 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2692 (gnus-agent-flush-group, gnus-agent-flush-cache)
2693 (gnus-agent-fetch-headers, gnus-agent-load-alist)
2694 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2695 (gnus-agent-retrieve-headers, gnus-agent-request-article)
2696 (gnus-agent-regenerate-group)
2697 (gnus-agent-update-files-total-fetched-for)
2698 (gnus-agent-update-view-total-fetched-for): Bind
2699 file-name-coding-system to nnmail-pathname-coding-system.
2700 (gnus-agent-group-pathname): Don't encode file names by
2701 nnmail-pathname-coding-system.
2702 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2703 coding-system-for-write instead of buffer-file-coding-system to
2704 gnus-agent-file-coding-system.
2705
2706 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2707 Decode group name.
2708
2709 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2710
2711 * gnus-start.el (gnus-update-active-hashtb-from-killed)
2712 (gnus-read-newsrc-el-file): Make group names unibyte.
2713
2714 * nnmail.el (nnmail-group-pathname): Don't encode file names by
2715 nnmail-pathname-coding-system.
2716
2717 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2718 (nnrss-request-delete-group): Bind file-name-coding-system to
2719 nnmail-pathname-coding-system.
2720 (nnrss-read-server-data, nnrss-read-group-data): Bind
2721 file-name-coding-system correctly.
2722 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2723
2724 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2725 (nntp-server-to-method-cache): New variable.
2726 (nntp-group-pathname): New function that decodes non-ASCII group names.
2727 (nntp-possibly-create-directory, nntp-marks-changed-p)
2728 (nntp-save-marks, nntp-open-marks): Use it.
2729 (nntp-possibly-create-directory, nntp-open-marks):
2730 Bind file-name-coding-system to nnmail-pathname-coding-system.
2731 (nntp-open-marks): Decode group names when bootstrapping marks.
2732
2733 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2734 Newsgroups and Folowup-To headers.
2735
2736 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2737
2738 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2739 (gnus-server-closed-face, gnus-server-denied-face)
2740 (gnus-server-offline-face): Remove variable.
2741 (gnus-server-font-lock-keywords): Use faces that are not aliases.
2742
2743 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2744 of modifying message-stack directly for XEmacs.
2745
2746 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2747 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2748 if the coding-system argument is nil for XEmacs.
2749
2750 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2751 mm-charset-override-alist.
2752
2753 * rfc2047.el: Don't require base64; require rfc2045 for the function
2754 rfc2045-encode-string.
2755 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2756 to quote the parameter value.
2757
2758 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
2759
2760 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2761 form in gnus-group-name-charset-method-alist.
2762
2763 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2764 overrides the default layout edit-form.
2765
2766 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2767
2768 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2769
2770 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
2771
2772 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2773 as unfetched articles.
2774
2775 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
2776
2777 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2778
2779 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2780
2781 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2782 original back end that keeps marks in the local system.
2783
2784 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2785
2786 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2787 arg of pop-to-buffer for XEmacs.
2788 (gnus-article-read-summary-keys): Ditto; don't restore window
2789 configuration if summary command ends up with neither article buffer
2790 nor summary buffer; describe bindings if summary keys end with C-h.
2791
2792 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
2793
2794 * message.el (message-fix-before-sending): Skip raw message part to be
2795 forwarded while checking illegible text.
2796 (message-forward-make-body-mime, message-forward-make-body): Mark
2797 signed or encrypted raw message as having no illegible text.
2798
2799 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
2800
2801 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2802 (gnus-message-with-timestamp-1): New macro.
2803 (gnus-message-with-timestamp): New function.
2804 (gnus-message): Use them.
2805
2806 * nnheader.el (nnheader-message): Use them.
2807
2808 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
2809
2810 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2811 .newsrc.eld file.
2812
2813 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
2814
2815 * gnus-agent.el (gnus-agent-fetch-headers)
2816 (gnus-agent-retrieve-headers): Bind
2817 gnus-decode-encoded-address-function to identity.
2818
2819 * nntp.el (nntp-send-xover-command): Recognize an xover command is
2820 available also when the server returns simply a dot.
2821
2822 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2823
2824 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
2825
2826 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2827
2828 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
2829
2830 * gnus-ems.el (gnus-x-splash): Make it work.
2831
2832 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2833 from being used.
2834
2835 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
2836
2837 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2838 the front stickiness.
2839 (gnus-article-summary-command-nosave): Correct the order of the
2840 arguments passed to pop-to-buffer.
2841 (gnus-article-read-summary-keys): Ditto; make it work properly when the
2842 summary command ends up with the article buffer.
2843
2844 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2845 the same faces.
2846
2847 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2848
2849 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2850
2851 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2852
2853 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2854 * gnus-sum.el (gnus-summary-highlight):
2855 * mail-source.el (mail-source-delete-old-incoming-confirm):
2856 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2857
2858 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
2859
2860 * gnus-art.el (gnus-mime-view-part-externally)
2861 (gnus-mime-view-part-internally): Fix predicate function passed to
2862 completing-read.
2863
2864 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2865
2866 * gnus.el (gnus-update-message-archive-method): Add :version.
2867
2868 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
2869
2870 * gnus.el (gnus-update-message-archive-method): New variable.
2871
2872 * gnus-start.el (gnus-setup-news): Update saved "archive" method
2873 according to gnus-message-archive-method if
2874 gnus-update-message-archive-method is non-nil.
2875
2876 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2877
2878 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
2879 by Loic Dachary <loic@dachary.org>.
2880 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2881
2882 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
2883
2884 * message.el (message-pop-to-buffer): Add switch-function argument.
2885 (message-mail): Pass switch-function argument to it.
2886
2887 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
2888
2889 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2890 Improve doc string.
2891
2892 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
2893
2894 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2895 (gnus-header-content)
2896 * gnus-cite.el (gnus-cite-10)
2897 * gnus-srvr.el (gnus-server-closed)
2898 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2899 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2900 (gnus-group-mail-3-empty, gnus-group-mail-low)
2901 (gnus-group-mail-low-empty, gnus-splash)
2902 * message.el (message-header-to, message-header-cc)
2903 (message-header-subject, message-header-other, message-header-name)
2904 (message-header-xheader, message-separator, message-cited-text)
2905 (message-mml): Lighten colors of faces used for dark background.
2906
2907 2007-05-24 Simon Josefsson <simon@josefsson.org>
2908
2909 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2910 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
2911
2912 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
2913
2914 * message.el (message-narrow-to-headers-or-head):
2915 Ignore mail-header-separator in the body.
2916
2917 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
2918
2919 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2920 same as window size.
2921
2922 2007-05-22 Kevin Ryde <user42@zip.com.au>
2923
2924 * message.el (message-font-lock-keywords): Use message-header-xheader
2925 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
2926 ahead of the anything pattern, to get it recognised.
2927
2928 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
2929
2930 * gnus-sum.el (gnus-articles-to-read)
2931 (gnus-summary-insert-old-articles): Don't truncate group name for
2932 `read-string'.
2933
2934 * gnus-util.el (gnus-limit-string): Delete this function.
2935
2936 * gnus-sum.el (gnus-simplify-subject-fully): Use
2937 `truncate-string-to-width' instead.
2938
2939 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
2940
2941 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
2942 if, on summary exit, the next group has to be selected.
2943 (gnus-summary-exit): Use it.
2944
2945 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
2946
2947 * gnus-art.el (gnus-article-mode): Fix comment about displaying
2948 non-break space.
2949
2950 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
2951
2952 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2953 Check if group is not a directory.
2954 (nnfolder-request-expire-articles): Don't delete articles if the target
2955 group is not available.
2956
2957 * nnml.el (nnml-request-create-group): Properly check if group is not a
2958 file.
2959 (nnml-request-expire-articles): Don't delete articles if the target
2960 group is not available.
2961
2962 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2963 Don't quote characters that are within parentheses.
2964
2965 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
2966
2967 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
2968 (gnus-handle-ephemeral-exit): Select article according to it.
2969
2970 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
2971
2972 * message.el (message-insert-formated-citation-line): Remove newline.
2973 (message-citation-line-format): Add final \n here so that the user can
2974 avoid a blank line.
2975
2976 2007-05-03 Dan Christensen <jdc@uwo.ca>
2977
2978 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2979 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2980 Update lanl/arXiv support.
2981
2982 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2983
2984 * gnus.el: Bump version number.
2985
2986 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2987
2988 * gnus.el (gnus-version-number): Bump version.
2989
2990 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2991
2992 * gnus.el: No Gnus v0.6 is released.
2993
2994 2007-04-27 Didier Verna <didier@xemacs.org>
2995
2996 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
2997 * gmm-utils.el (gmm-regexp-concat): here.
2998 * message.el: Don't require 'gnus-util.
2999 (message-dont-reply-to-names): Handle name change above.
3000 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
3001
3002 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
3003
3004 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
3005 since the initial value varies according to the system.
3006
3007 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
3008
3009 * mm-util.el (mm-charset-synonym-alist): Defcustom.
3010
3011 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
3012
3013 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
3014
3015 2007-04-24 Didier Verna <didier@xemacs.org>
3016
3017 Improve the type of gnus-ignored-from-addresses.
3018 * gnus-util.el (gnus-orify-regexp): New function.
3019 * message.el (gnus-util): Require it.
3020 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
3021 * gnus-sum.el (gnus-ignored-from-addresses): New function.
3022 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
3023
3024 2007-04-24 Didier Verna <didier@xemacs.org>
3025
3026 * gnus-sum.el:
3027 * gnus-utils.el: Fix some trailing whitespaces.
3028
3029 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
3030
3031 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3032 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3033 article's Message-ID; refer parent article in summary buffer.
3034
3035 * message.el (message-bounce): Call mime-to-mml.
3036
3037 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
3038
3039 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
3040
3041 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
3042
3043 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3044 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3045 displayed of multipart/alternative part if it is invoked from summary
3046 buffer.
3047
3048 * mm-view.el (mm-inline-text-html-render-with-w3m)
3049 (mm-inline-text-html-render-with-w3m-standalone)
3050 (mm-inline-render-with-function): Use mail-parse-charset by default.
3051
3052 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
3053
3054 * parse-time.el (parse-time-string-chars): Check if CHAR
3055 is less than the length of parse-time-syntax.
3056
3057 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
3058
3059 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3060 from gnus-newsgroup-processable.
3061
3062 2007-04-16 Didier Verna <didier@xemacs.org>
3063
3064 * gnus-msg.el (gnus-configure-posting-styles): Handle
3065 message-signature-directory properly with :file syntax. Reported by
3066 "Leo".
3067
3068 2007-04-11 Didier Verna <didier@xemacs.org>
3069
3070 New user option: message-signature-directory.
3071 * gnus-msg.el (gnus-configure-posting-styles): Support it.
3072 * message.el (message-insert-signature): Ditto.
3073 * message.el (message-signature-file): Doc update.
3074 * message.el (message-signature-directory): New.
3075
3076 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
3077
3078 * gnus-msg.el (gnus-inews-yank-articles): Use
3079 message-exchange-point-and-mark instead of exchange-point-and-mark.
3080
3081 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
3082
3083 * message.el (message-yank-original): Make sure cited text ends with
3084 newline; don't exchange point and mark.
3085
3086 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
3087
3088 * tls.el (open-tls-stream): Properly handle case where there
3089 is no associated buffer.
3090
3091 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
3092
3093 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3094 message-yank-original, make sure (< mark TEXT point).
3095
3096 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
3097
3098 * message.el (message-fill-column): New variable.
3099 (message-mode): Use it. Add comment on a possible new hook.
3100
3101 * nnmail.el (nnmail-spool-file): Mark as obsolete.
3102 (nnmail-get-new-mail): Reformat.
3103
3104 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3105
3106 * gmm-utils.el: Fix Commentary.
3107 (gmm-tool-bar-from-list): Fix typo in doc string.
3108
3109 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
3110
3111 * message.el (message-yank-original): Don't switch point and mark
3112 unnecessarily to put point and mark as documented.
3113
3114 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3115
3116 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3117 from the message heads.
3118
3119 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
3120
3121 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3122 article buffer does not have a window. This may not be the best
3123 solution but is certainly better than setting the start of the null,
3124 that is the current, window.
3125
3126 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
3127
3128 * gnus-draft.el (gnus-draft-setup-hook): New hook.
3129 (gnus-draft-setup): Run it.
3130
3131 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3132 gnus-score-fast-scoring. Allow regexp.
3133 (gnus-score-headers): Use it.
3134
3135 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3136 XEmacs.
3137
3138 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3139 string.
3140 (gnus-button-alist): Also catch `<f1> k ...'.
3141 (gnus-treat-display-x-face): Fix doc string.
3142
3143 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3144
3145 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3146 evaluation of gnus-extended-version to ensure correct generation of the
3147 User-Agent header when message-generate-headers-first is used.
3148
3149 2007-03-24 Simon Josefsson <simon@josefsson.org>
3150
3151 * hashcash.el (hashcash-generate-payment-async): Don't crash if
3152 hashcash-path is nil. Don't call callback with incorrect number of
3153 parameters if val is 0.
3154
3155 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3156
3157 * message.el (message-required-news-headers):
3158 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3159
3160 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
3161
3162 * message.el (message-generate-new-buffers): Change the meaning of the
3163 nil value; add `standard' to the choices; treat t as `unique'; improve
3164 doc string.
3165 (gnus-select-frame-set-input-focus): Autoload.
3166 (message-buffer-name): Search for the existing message buffer if
3167 message-generate-new-buffers is nil or `standard'; treat the value t of
3168 message-generate-new-buffers as `unique'.
3169 (message-pop-to-buffer): Raise the frame already displaying the message
3170 buffer; clear the echo area after querying.
3171 (message-setup): Pass the `continue' argument to compose-mail.
3172 (message-mail): Prefer `switch-function' if it is given; search for the
3173 existing message buffer if the `continue' argument is non-nil; pass
3174 continue and switch-function arguments to compose-mail by way of
3175 message-setup.
3176 (message-mail-other-window): Adjust argument of message-setup.
3177 (message-mail-other-frame): Ditto.
3178
3179 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
3180
3181 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3182 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3183 to turn font-lock on when turning gnus-message-citation-mode on.
3184
3185 2007-03-06 Daiki Ueno <ueno@unixuser.org>
3186
3187 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3188 (mml-smime-function-alist): New variable; add epg as the backend.
3189 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3190 mml-smime- functions instead.
3191 * mm-view.el: Require smime.
3192
3193 2007-03-05 Didier Verna <didier@xemacs.org>
3194
3195 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3196 instead of just inheritance for posting styles.
3197 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3198
3199 2007-02-24 John Paul Wallington <jpw@pobox.com>
3200
3201 * tls.el (tls-certtool-program): Fix custom type.
3202
3203 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3204
3205 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3206 and point-at-eol instead of line-(beginning|end)-position.
3207
3208 * assistant.el (assistant-parse-buffer): Ditto.
3209
3210 2007-02-28 Daiki Ueno <ueno@unixuser.org>
3211
3212 * mml2015.el (mml2015-epg-find-usable-key): New function.
3213 (mml2015-epg-sign): Use it.
3214 (mml2015-epg-encrypt): Use it.
3215
3216 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3217
3218 * message.el (message-make-in-reply-to): Quote name containing
3219 non-ASCII characters. It will make the RFC2047 encoder cause an error
3220 if there are special characters. Reported by NAKAJI Hiroyuki
3221 <nakaji@jp.freebsd.org>.
3222
3223 2007-02-27 Didier Verna <didier@xemacs.org>
3224
3225 Include the group parameters as well as the topic ones in the
3226 inheritance filter process.
3227 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3228 argument GROUP-PARAMS-LIST.
3229 * gnus-topic.el (gnus-group-topic-parameters): Use it.
3230
3231 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
3232
3233 * nntp.el (nntp-never-echoes-commands)
3234 (nntp-open-connection-functions-never-echo-commands): New variables.
3235 (nntp-send-command): Use them.
3236
3237 2007-02-20 Daiki Ueno <ueno@unixuser.org>
3238
3239 * mml2015.el (mml2015-epg-verify): Simplified.
3240
3241 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
3242
3243 * mml.el (mml-content-disposition-alist): New user option.
3244 (mml-content-disposition): New function.
3245 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3246 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3247
3248 2007-02-19 Daiki Ueno <ueno@unixuser.org>
3249
3250 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3251 verification.
3252
3253 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3254
3255 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3256 articles posted in the last 24 hours.
3257
3258 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
3259
3260 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3261
3262 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
3263
3264 * nntp.el (nntp-send-command): Don't wait for echoes when
3265 nntp-open-ssl-stream is used.
3266
3267 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
3268
3269 * gnus-cite.el (gnus-test-font-lock-add-keywords)
3270 (gnus-message-add-citation-keywords)
3271 (gnus-message-remove-citation-keywords): Remove.
3272 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3273 directly, make the variables in font-lock-defaults buffer-local, add
3274 gnus-message-citation-keywords to them and then update the value of
3275 font-lock-keywords.
3276
3277 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
3278
3279 * message.el (message-cite-original-1): Don't call
3280 gnus-article-highlight-citation.
3281
3282 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3283 citations; fix line count.
3284
3285 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
3286
3287 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3288 (gnus-message-add-citation-keywords)
3289 (gnus-message-remove-citation-keywords): Use it; fix the emulating
3290 versions of font-lock-add-keywords and font-lock-remove-keywords to
3291 work with XEmacs correctly.
3292
3293 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
3294
3295 * gnus-cite.el (gnus-cite-face-list): Set the values of
3296 gnus-message-max-citation-depth and gnus-message-citation-keywords.
3297 (gnus-message-max-citation-depth): Use defvar rather than defconst.
3298 (gnus-message-cite-prefix-regexp): New variable.
3299 (gnus-message-search-citation-line): Use it; protect against long
3300 citation prefix; fill match data with nil rather than 0 for XEmacs; set
3301 the 0th match data for Emacs.
3302 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3303 (gnus-message-add-citation-keywords): Append keywords rather than
3304 prepending; emulate font-lock-add-keywords if it is not available.
3305 (gnus-message-remove-citation-keywords): Emulate
3306 font-lock-remove-keywords if it is not available.
3307
3308 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3309
3310 * message.el (message-cite-prefix-regexp): Set the value of
3311 gnus-message-cite-prefix-regexp.
3312
3313 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3314
3315 * nnweb.el (nnweb-google-parse-1): Update parser.
3316
3317 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
3318
3319 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3320
3321 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3322
3323 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3324 regexp.
3325
3326 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
3327
3328 * uudecode.el (uudecode-string-to-multibyte): New function emulating
3329 string-to-multibyte.
3330 (uudecode-decode-region-internal): Use it.
3331
3332 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
3333
3334 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3335 custom choice.
3336
3337 * gnus-art.el (gnus-signature-limit): Fix custom choice.
3338
3339 2007-01-22 Daiki Ueno <ueno@unixuser.org>
3340
3341 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3342
3343 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3344 `write-region' to respect `mm-inhibit-file-name-handlers'.
3345
3346 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
3347
3348 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3349 Use gnus-home-directory instead of "~/" or "$HOME".
3350
3351 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
3352
3353 * encrypt.el (encrypt-insert-file-contents): Add better prompt
3354 to mention filename.
3355 Add comments at beginning regarding usage.
3356 (encrypt-write-file-contents): Change interactive so a string is
3357 acceptable. If the file has no associated model, show an error instead
3358 of a nonsense prompt.
3359
3360 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3361
3362 * spam.el (spam-bsfilter-ham-switch): Fix typo.
3363 Thanks to Yoshihiko Yamada for kind notification of this typo.
3364
3365 2007-01-12 Kenichi Handa <handa@m17n.org>
3366
3367 * uudecode.el (uudecode-decode-region-internal): Make it work in a
3368 multibyte buffer.
3369
3370 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
3371
3372 * gnus-score.el (gnus-score-fast-scoring): New variable.
3373 (gnus-score-headers): Use it.
3374
3375 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3376
3377 * message.el (message-cite-original-1): Call
3378 gnus-article-highlight-citation if requested.
3379 (message-make-from): Allow name and address as optional arguments.
3380
3381 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3382
3383 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3384 bugs to doc string.
3385 (gnus-button-alist): Add mid\\|message-id.
3386 (gnus-button-fetch-group): Extend for use in
3387 `browse-url-browser-function'.
3388 (gnus-button-url-regexp): Try to catch paired parentheses like in
3389 Wikipedia URLs.
3390
3391 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3392 Suggested by Simon Krahnke <overlord@gmx.li>.
3393
3394 2007-01-13 Romain Francoise <romain@orebokech.com>
3395
3396 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3397 Update copyright.
3398
3399 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
3400
3401 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3402
3403 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
3404
3405 * gnus-registry.el (gnus-registry-unfollowed-groups)
3406 (gnus-registry-split-fancy-with-parent): Fix documentation.
3407
3408 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3409
3410 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3411 from nnweb groups.
3412
3413 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3414
3415 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3416 Xref urls. Erase buffer before requesting head.
3417
3418 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3419
3420 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
3421
3422 * gnus-soup.el (gnus-soup): New custom group. Make user variables
3423 customizable.
3424
3425 2007-01-05 Daiki Ueno <ueno@unixuser.org>
3426
3427 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3428 no signing key is found.
3429 (mml2015-epg-encrypt): Ask user whether to skip or abort if
3430 no encrypting and/or signing key is found.
3431
3432 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
3433
3434 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3435
3436 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3437
3438 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3439 headers read from disk with the ones newly found in the current search.
3440 This should no longer cause problems, because the article numbers in
3441 Gmane's `nov.php' output are ignored since the previous change.
3442
3443 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3444
3445 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3446
3447 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
3448
3449 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3450
3451 2007-01-01 Romain Francoise <romain@orebokech.com>
3452
3453 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3454
3455 2006-12-31 Steve Youngs <steve@sxemacs.org>
3456
3457 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3458 `define-minor-mode' macro definition expanded properly.
3459 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3460 exclude it there.
3461
3462 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3463 of 2006-12-30. The default is nil on (S)XEmacs already because of the
3464 `fboundp' test.
3465 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3466 This is OK to autoload in (S)XEmacs now.
3467
3468 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3469
3470 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3471 keystroke.
3472 (gnus-summary-limit-to-singletons): Fix typo.
3473
3474 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3475 else fails.
3476
3477 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3478
3479 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3480 docstring.
3481
3482 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3483 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3484 (gnus-summary-insert-dormant-articles): Fix typo in message.
3485
3486 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
3487
3488 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3489 nil for XEmacs.
3490 (gnus-message-citation-mode): Don't autoload in XEmacs.
3491
3492 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3493
3494 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
3495
3496 * nnimap.el (nnimap-expunge-search-string): Mention
3497 nnimap-search-uids-not-since-is-evil in docstring.
3498
3499 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
3500
3501 * spam.el: Revert to make-obsolete-variable because
3502 define-obsolete-variable-alias is not supported in Emacs 21.
3503
3504 * spam.el (spam-ifile-path, spam-ifile-database-path)
3505 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3506 make-obsolete-variable.
3507 (spam-bsfilter-path, spam-bsfilter-program)
3508 (spam-spamassassin-path, spam-spamassassin-program)
3509 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
3510 use "path" inappropriately.
3511 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3512 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3513 variable names.
3514
3515 2006-12-28 Daiki Ueno <ueno@unixuser.org>
3516
3517 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3518 summary buffer.
3519
3520 * password.el (password-cache-remove): Use clear-string to burn
3521 password, if available.
3522
3523 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3524
3525 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3526
3527 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3528
3529 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3530 (gnus-message-highlight-citation): Move defcustom here from
3531 gnus-cite.el.
3532 (gnus-message-citation-mode): Autoload.
3533
3534 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
3535 checks to make it compile with XEmacs.
3536 (gnus-message-citation-mode): New minor mode.
3537 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3538 (gnus-message-highlight-citation): New variables.
3539 (gnus-message-search-citation-line)
3540 (gnus-message-add-citation-keywords)
3541 (gnus-message-remove-citation-keywords)
3542 (turn-on-gnus-message-citation-mode)
3543 (turn-off-gnus-message-citation-mode): New functions.
3544
3545 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
3546
3547 * gnus-cite.el: Enable highlighting of different citation levels in
3548 message-mode.
3549
3550 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3551
3552 * message.el (message-make-fqdn): Fix comment.
3553 (message-bogus-system-names): Add ".local".
3554
3555 * spam.el (spam-ifile-path, spam-ifile-program)
3556 (spam-ifile-database-path, spam-ifile-database)
3557 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3558 Don't use "path" inappropriately.
3559 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3560 strings.
3561 (spam-check-ifile, spam-ifile-register-with-ifile)
3562 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3563 new variable names.
3564
3565 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3566 (gnus-treat-display-smileys): Simplify using
3567 gnus-image-type-available-p.
3568
3569 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3570 available.
3571
3572 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3573
3574 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3575 one after turning on the buffer's multibyteness instead of decoding
3576 them directly in the unibyte buffer that causes unexpected conversion
3577 in Emacs 23 (unicode).
3578
3579 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3580
3581 * message.el (message-generate-hashcash): Fix custom type.
3582
3583 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3584
3585 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3586
3587 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3588
3589 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3590 disconnect icons. Add help text.
3591
3592 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
3593
3594 * spam.el (spam-extra-header-to-number): CRM114 spam score is
3595 negated to be consistent with the others we handle.
3596
3597 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3598
3599 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3600 version of gnus-summary-buffer to something, so that we can use two
3601 article buffers at the same time.
3602
3603 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
3604
3605 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3606 trigger all the extra headers.
3607 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3608 sorting.
3609
3610 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3611
3612 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3613 solid groups.
3614
3615 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
3616
3617 * legacy-gnus-agent.el: Add Copyright notice.
3618
3619 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
3620
3621 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3622
3623 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3624
3625 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3626
3627 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3628 to make it work reliably in CVS Emacs.
3629 (gnus-summary-limit-strange-charsets-predicate)
3630 (gnus-summary-limit-to-predicate): New functions.
3631
3632 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
3633
3634 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3635 specifying array size.
3636 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3637 array if it is too small.
3638 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3639 (gnus-sort-threads-loop): New function.
3640
3641 2006-12-06 Chris Moore <dooglus@gmail.com>
3642
3643 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3644 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3645
3646 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
3647
3648 * mm-url.el (mm-url-predefined-programs): Call curl with correct
3649 options.
3650
3651 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3652
3653 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3654 DOS-ing the recipient.
3655
3656 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3657 the headers when creating the mapping to avoid mismappings.
3658 (nnweb-gmane-create-mapping): Always nix out old mapping.
3659
3660 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3661
3662 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3663 and mm-verify-option to never.
3664
3665 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3666
3667 * message.el (message-signed-or-encrypted-p): New function.
3668 (message-forward-make-body): Use it.
3669
3670 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3671 Replace encode-coding-string with mm-encode-coding-string.
3672
3673 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
3674
3675 * nneething.el (nneething-decode-file-name): Replace
3676 decode-coding-string with mm-decode-coding-string.
3677
3678 * gnus-int.el (gnus-open-server): Say failed server's name.
3679
3680 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
3681
3682 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3683 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3684
3685 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3686 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3687 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3688 (gnus-group-make-directory-group, gnus-group-transpose-groups):
3689 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3690 (gnus-subscribe-newsgroup, gnus-1):
3691 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3692 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3693 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3694 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3695
3696 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3697
3698 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3699 keystroke.
3700 (gnus-summary-limit-to-bodies): Implement headersp.
3701
3702 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3703
3704 * dns.el (query-dns): Protect against "Process dns deleted" strings.
3705
3706 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
3707
3708 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3709
3710 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3711
3712 * message.el (message-generate-hashcash): Expand range of values to
3713 include `opportunistic'.
3714 (message-send-mail): Use it.
3715
3716 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3717
3718 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3719 and comment it.
3720
3721 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3722
3723 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
3724
3725 * gnus-util.el (gnus-extract-address-components): Improve comment.
3726
3727 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3728
3729 * gnus-util.el (gnus-extract-address-components): Work with address in
3730 which the name portion contains @.
3731
3732 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3733
3734 * gnus.el (gnus-start): Move custom group up.
3735 (gnus-select-method): Don't autoload, but make it available for
3736 `customize-variable'.
3737 (gnus-getenv-nntpserver): Don't autoload.
3738
3739 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
3740
3741 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3742
3743 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3744
3745 * message.el (message-sendmail-extra-arguments): New variable.
3746 (message-send-mail-with-sendmail): Use it.
3747
3748 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3749
3750 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3751 mm-with-unibyte-current-buffer to make string unibyte.
3752
3753 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3754 mm-string-as-multibyte.
3755
3756 2006-11-14 Daiki Ueno <ueno@unixuser.org>
3757
3758 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3759 Reported by Werner Koch <wk@gnupg.org>.
3760
3761 2006-11-14 Daiki Ueno <ueno@p360>
3762
3763 * mml2015.el: Autoload epa-select-keys when compiling.
3764
3765 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3766
3767 * mml2015.el (mml2015-epg-sign): Save the signing keys in
3768 message-options.
3769 (mml2015-epg-encrypt): Save the recipient keys in message-options.
3770
3771 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3772
3773 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3774 EasyPG (< 0.0.6).
3775 (mml2015-always-trust): New user option.
3776 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3777 prompt.
3778
3779 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3780
3781 * nntp.el (nntp-authinfo-force): New variable.
3782 (nntp-send-authinfo): Use it.
3783
3784 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
3785
3786 * message.el (message-strip-subject-encoded-words): Allow _not_ to
3787 decode encoded words. Improve prompt. Add comment about forwarding.
3788 (message-replacement-char): Move up.
3789
3790 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3791
3792 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3793 instead of gnus-intersection because arguments of gnus-sorted-nunion
3794 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
3795
3796 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
3797
3798 * message.el (message-strip-subject-encoded-words): Reformat prompt.
3799 (message-simplify-subject-functions): Enable
3800 message-strip-subject-encoded-words by default.
3801
3802 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
3803
3804 * message.el (message-strip-subject-encoded-words): New function
3805 (message-simplify-subject-functions): New variable.
3806 (message-simplify-subject): Use it. Fix typo in doc string.
3807 Support message-strip-subject-encoded-words.
3808
3809 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
3810
3811 * gnus-diary.el (gnus-diary-delay-format-function):
3812 * nndiary.el (nndiary-reminders):
3813 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3814
3815 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
3816
3817 * gnus-art.el (article-hide-boring-headers): Fetch date from
3818 gnus-original-article-buffer to avoid problems with localized date
3819 strings.
3820
3821 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
3822
3823 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3824
3825 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
3826
3827 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3828 New variables.
3829 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3830 (mm-charset-synonym-alist): Move some entries to
3831 mm-codepage-iso-8859-list.
3832 (mm-charset-synonym-alist, mm-charset-override-alist): Add
3833 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3834
3835 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3836
3837 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3838
3839 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
3840
3841 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3842 with Emacs 21 and XEmacs.
3843
3844 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
3845
3846 * spam.el (spam-parse-address): New function for better parsing,
3847 catching errors, etc.
3848 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3849
3850 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
3851
3852 * mm-view.el: Add interactive arg to html2text autoload.
3853
3854 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
3855
3856 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3857
3858 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
3859
3860 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3861 variables.
3862 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3863 (mm-charset-synonym-alist): Move some entries to
3864 mm-codepage-iso-8859-list.
3865
3866 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3867
3868 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
3869
3870 * message.el (message-citation-line-format)
3871 (message-insert-formated-citation-line): Fix implementation of %E, %N
3872 and %n according to the doc string.
3873
3874 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
3875
3876 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3877 car-safe to avoid bad parses.
3878
3879 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3880
3881 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3882 names.
3883
3884 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3885
3886 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3887
3888 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3889 header.
3890
3891 * message.el (message-draft-headers): Add Date.
3892 (message-headers-to-generate): Fix typo in docstring.
3893
3894 * nndraft.el (nndraft-required-headers): New variable.
3895 (nndraft-generate-headers): Use it.
3896
3897 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3898
3899 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3900
3901 * gnus-registry.el (gnus-registry-wash-for-keywords)
3902 (gnus-registry-find-keywords): New functions to allow easy searching of
3903 articles that are in the registry.
3904
3905 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3906
3907 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3908 ietf-drums-parse-address instead of gnus-extract-address-components.
3909 Reported by Damien Elmes <damien@repose.cx>.
3910
3911 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
3912
3913 * gnus.el (gnus-mime): Remove unused custom group.
3914
3915 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3916
3917 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
3918 "blank line" when searching for end of armor headers.
3919
3920 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3921
3922 * gmm-utils.el (gmm-write-region): Fix variable name.
3923
3924 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
3925
3926 * gmm-utils.el (gmm-write-region): New function based on compatibility
3927 code from `mm-make-temp-file'.
3928
3929 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
3930
3931 * nnmaildir.el (nnmaildir--update-nov)
3932 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
3933 Use `gmm-write-region'.
3934
3935 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
3936
3937 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
3938 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3939
3940 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
3941
3942 * message.el (message-replacement-char): New variable.
3943 (message-fix-before-sending): Use it.
3944 (message-simplify-subject): New function to remove duplicate code.
3945 (message-reply, message-followup): Use it.
3946
3947 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
3948 gnus-summary-limit-to-articles.
3949
3950 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
3951
3952 * gnus-util.el (gnus-with-local-quit): New macro.
3953
3954 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
3955
3956 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
3957
3958 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
3959 ignore non-string data.
3960
3961 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
3962
3963 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
3964 non-string data (needs to be done in the registry too).
3965
3966 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3967
3968 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
3969 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
3970 (gnus-registry-split-fancy-with-parent)
3971 (gnus-registry-fetch-simplified-message-subject-fast)
3972 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
3973 Remove text properties on ingress into the registry and when it's saved.
3974 (gnus-registry-clean-empty-function): Fix bug with cleaning the
3975 registry from entries with no groups.
3976
3977 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3978
3979 * gnus-util.el (gnus-string-remove-all-properties): Add utility
3980 function to remove string properties.
3981
3982 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
3983
3984 * gmm-utils.el (gmm): Adjust custom version.
3985
3986 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
3987 custom version.
3988
3989 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
3990
3991 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
3992
3993 * gnus-art.el (gnus-insert-prev-page-button)
3994 (gnus-insert-next-page-button): Simplify. Reformat.
3995
3996 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3997
3998 * gnus-art.el (gnus-insert-prev-page-button)
3999 (gnus-insert-next-page-button): Apply gnus-article-button-face.
4000
4001 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
4002
4003 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
4004
4005 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
4006
4007 (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
4008 gnus-article-button-face to MIME and security buttons.
4009
4010 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
4011
4012 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
4013 readable.
4014
4015 2006-09-20 Steve Youngs <steve@sxemacs.org>
4016
4017 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
4018 `browse-url-of-file' instead of `browse-url'.
4019
4020 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4021
4022 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4023 regexp. Articles containing quotation were cut prematurely.
4024
4025 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
4026
4027 * message.el (message-cite-original-1): Use nobody by default for the
4028 value of From header.
4029 (message-reply): Ditto.
4030
4031 2006-09-11 Daiki Ueno <ueno@unixuser.org>
4032
4033 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4034 to the gnus-info. This fixes a bug of inline-PGP message verification.
4035 Reported by Michael Piotrowski <mxp@dynalabs.de>.
4036
4037 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
4038
4039 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4040 mails in the doc string. Add some URLs in comment.
4041 (pop3-movemail): Warn about pop3-leave-mail-on-server.
4042
4043 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
4044
4045 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4046 backslashes handling and the way to find boundaries of quoted strings.
4047
4048 2006-09-07 Daiki Ueno <ueno@unixuser.org>
4049
4050 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4051 mml1991-encrypt-to-self is set and mml1991-signers is not set.
4052 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4053 mml2015-encrypt-to-self is set and mml2015-signers is not set.
4054
4055 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
4056
4057 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
4058 doc string.
4059 (gnus-button-regexp, gnus-button-last): Remove unused variables.
4060
4061 2006-09-06 Simon Josefsson <jas@extundo.com>
4062
4063 * mml2015.el (mml2015-use): Doc fix, mention epg.
4064
4065 2006-09-06 Daiki Ueno <ueno@unixuser.org>
4066
4067 * mml2015.el (mml2015-use): Default to epg, if available.
4068
4069 2006-09-06 Daiki Ueno <ueno@unixuser.org>
4070
4071 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4072 message-sender.
4073 (mml1991-epg-encrypt): Ditto.
4074 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4075 message-sender.
4076 (mml2015-epg-encrypt): Ditto.
4077
4078 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
4079
4080 * message.el (message-send-mail-with-sendmail): Look for sendmail in
4081 several common directories.
4082
4083 2006-09-05 Daiki Ueno <ueno@unixuser.org>
4084
4085 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4086 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4087
4088 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
4089
4090 * gnus-art.el (article-decode-encoded-words): Make it fast.
4091
4092 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
4093
4094 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4095
4096 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4097 in quoted string into `\'.
4098
4099 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4100
4101 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4102 Use standard-syntax-table.
4103
4104 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4105
4106 * gnus-art.el (gnus-decode-address-function): New variable.
4107 (article-decode-encoded-words): Use it to decode headers which are
4108 assumed to contain addresses.
4109 (gnus-mime-delete-part): Remove useless `or'.
4110
4111 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4112 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4113 (gnus-nov-parse-line): Use it to decode From header.
4114 (gnus-get-newsgroup-headers): Ditto.
4115 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4116
4117 * mail-parse.el (mail-decode-encoded-address-region): New alias.
4118 (mail-decode-encoded-address-string): New alias.
4119
4120 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4121 New function.
4122 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4123 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4124 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4125 (rfc2047-decode-string): Ditto.
4126 (rfc2047-decode-address-region): New function.
4127 (rfc2047-decode-address-string): New function.
4128
4129 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
4130
4131 * message.el (message-caesar-buffer-body): Allow rotating headers.
4132
4133 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4134
4135 * message.el (message-insert-formated-citation-line): Fix %f.
4136 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4137
4138 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
4139
4140 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4141 (gnus-bookmark-mouse-available-p): New macro.
4142 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4143 (gnus-bookmark-bmenu-show-infos): Use it.
4144 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4145 (gnus-bookmark-bmenu-hide-infos): Ditto.
4146 (gnus-bookmark-remove-properties): New function.
4147 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4148 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4149 (gnus-bookmark-write-file): Bind coding-system-for-write.
4150 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4151 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4152 group before selecting it.
4153 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4154 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4155 quit-window if it is not available; use gnus-mouse-2 and bind it to
4156 gnus-bookmark-bmenu-select-by-mouse.
4157 (gnus-bookmark-show-details): Remove unused variable `details-list'.
4158 (gnus-bookmark-bmenu-select-by-mouse): New function.
4159
4160 2006-08-13 Romain Francoise <romain@orebokech.com>
4161
4162 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4163 space.
4164
4165 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4166
4167 * compface.el (uncompface): Use binary rather than raw-text-unix.
4168
4169 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4170
4171 * compface.el (uncompface): Make sure the eol conversion doesn't take
4172 place when communicating with the external programs. Reported by
4173 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4174
4175 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
4176
4177 * nnheader.el (nnheader-insert-head): Fix typo in comment.
4178
4179 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4180
4181 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4182 Make it more robust by parsing author and date independently.
4183
4184 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
4185
4186 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4187
4188 2006-07-28 Daiki Ueno <ueno@unixuser.org>
4189
4190 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4191 first matching secret key.
4192 (mml2015-epg-encrypt): Ditto.
4193
4194 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4195 first matching secret key.
4196 (mml1991-epg-encrypt): Ditto.
4197
4198 * mml2015.el (mml2015-encrypt-to-self): New user option.
4199 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4200 mml2015-epg-encrypt-to-self is set.
4201
4202 * mml1991.el (mml1991-encrypt-to-self): New variable.
4203 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4204 mml1991-epg-encrypt-to-self is set.
4205
4206 * mml2015.el (mml2015-signers): New user option.
4207 (mml2015-epg-sign): Reflect the value of mml2015-signers.
4208 (mml2015-epg-encrypt): Allow to select signing keys.
4209
4210 * mml1991.el (mml1991-signers): New variable.
4211 (mml1991-epg-sign): Reflect the value of mml1991-signers.
4212 (mml1991-epg-encrypt): Allow to select signing keys.
4213
4214 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
4215
4216 * nnheader.el (nnheader-insert-head): Make it work even if the file
4217 uses CRLF for the line-break code.
4218
4219 2006-07-25 Daiki Ueno <ueno@unixuser.org>
4220
4221 * mml2015.el: Require mml-sec instead of password.
4222 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4223 (mml2015-cache-passphrase): Inherit the default value from
4224 mml-secure-cache-passphrase.
4225 (mml2015-passphrase-cache-expiry): Inherit the default value from
4226 mml-secure-passphrase-cache-expiry.
4227
4228 * mml1991.el: Require mml-sec instead of password.
4229 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4230 (mml1991-cache-passphrase): Inherit the default value from
4231 mml-secure-cache-passphrase.
4232 (mml1991-passphrase-cache-expiry): Inherit the default value from
4233 mml-secure-passphrase-cache-expiry.
4234
4235 * mml-sec.el: Require password.
4236 (mml-secure-verbose): New user option.
4237 (mml-secure-cache-passphrase): New user option.
4238 (mml-secure-passphrase-cache-expiry): New user option.
4239
4240 2006-07-24 Daiki Ueno <ueno@unixuser.org>
4241
4242 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4243 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
4244 andreas@altroot.de (Andreas Vögele).
4245
4246 FIXME: Use `tiny change'?
4247
4248 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4249
4250 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4251 workaround for the url package included with Emacs.
4252
4253 * nnweb.el (nnweb-google-create-mapping): Update regexp.
4254
4255 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
4256
4257 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4258 correctly. This fixes a bug caused by the 2006-05-12 change.
4259
4260 2006-07-18 Karl Fogel <kfogel@red-bean.com>
4261
4262 * nnmail.el (nnmail-article-group): If splitting raises an error, give
4263 some information about the error when saying that the `bogus' mail
4264 group will be used.
4265
4266 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
4267
4268 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4269 string.
4270
4271 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
4272
4273 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4274
4275 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4276
4277 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4278
4279 2006-07-10 Daiki Ueno <ueno@unixuser.org>
4280
4281 * mml1991.el (mml1991-function-alist): Add epg.
4282 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4283 (mml1991-epg-encrypt): New functions.
4284
4285 2006-07-10 Daiki Ueno <ueno@unixuser.org>
4286
4287 * mml2015.el (mml2015-verbose): New variable.
4288 (mml2015-cache-passphrase): Ditto.
4289 (mml2015-passphrase-cache-expiry): Ditto.
4290 (mml2015-function-alist): Add epg.
4291 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4292 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4293 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4294 functions.
4295
4296 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4297
4298 * message.el (message-cite-original-1): Preserve region when removing
4299 quoted text due to X-No-Archive in order to avoid bogus attribution
4300 when citing multiple messages.
4301
4302 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4303
4304 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
4305 Kenneth Jacker <khj@be.cs.appstate.edu>.
4306
4307 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
4308
4309 * gnus-diary.el (gnus-user-format-function-d)
4310 (gnus-user-format-function-D): Autoload.
4311
4312 * imap.el (Commentary): Fix typo.
4313
4314 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4315 2006-04-22 contribution.
4316
4317 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4318
4319 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4320 It didn't really fix the bogosity I'm seeing with solid web groups.
4321
4322 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4323
4324 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4325 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4326 created using server names. If we use the feature without declaring
4327 it, Gnus does not properly manage server and group state.
4328
4329 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4330 bound.
4331
4332 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4333
4334 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4335 looking up the method using GROUP's prefix before inventing a new one.
4336 It is used on killed/unknown groups in various places where returning
4337 an all-new method isn't expected by the caller.
4338
4339 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4340 and match semantics of gnus-group-real-prefix.
4341
4342 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
4343
4344 * nnmail.el (nnmail-broken-references-mailers): New variable.
4345 (nnmail-ignore-broken-references): New function generalizing
4346 nnmail-fix-eudora-headers.
4347 (nnmail-fix-eudora-headers): Now obsolete.
4348
4349 * gnus-art.el (gnus-button-handle-custom): Support
4350 `customize-apropos*'.
4351
4352 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4353
4354 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4355
4356 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4357 articles.
4358
4359 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
4360
4361 * message.el (message-cite-reply-above): New variable.
4362 (message-yank-original): Use it.
4363
4364 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
4365
4366 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4367
4368 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
4369
4370 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4371 as read.
4372
4373 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4374
4375 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
4376
4377 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4378 (gnus-bookmark-default-file): Use gnus-directory.
4379 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4380 Remove "*" in doc string.
4381 (gnus-bookmark-write-file): Simplify.
4382 (gnus-bookmark-maybe-sort-alist): Use `when'.
4383 (gnus-bookmark-get-bookmark): Fix typo in doc string.
4384 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4385 FIXME about Emacs 21 and XEmacs compatibility.
4386 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4387 compatibility.
4388 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4389 compatibility.
4390 (gnus-bookmark-menu-heading): Fix version.
4391
4392 2006-06-19 Bastien Guerry <bzg@altern.org>
4393
4394 * gnus-bookmark.el: New file.
4395
4396 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
4397
4398 * message.el (message-syntax-checks): Doc fix.
4399
4400 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4401
4402 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4403 unsubscribed groups as if they were killed ones. It causes duplicate
4404 entries in gnus-newsrc-alist.
4405
4406 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
4407
4408 * message.el (message-syntax-checks): Doc fix.
4409 (message-send-mail): Add check for continuation headers.
4410 (message-check-news-header-syntax): Fix regexp used to check for
4411 continuation headers.
4412
4413 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
4414
4415 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4416
4417 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
4418
4419 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4420
4421 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
4422
4423 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4424 default-truncate-lines.
4425
4426 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
4427
4428 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4429 to fill the utf-8 entry.
4430
4431 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4432
4433 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4434
4435 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
4436
4437 * gnus-agent.el (directory-files-and-attributes): Move all the way
4438 forward (the third and final move).
4439 (gnus-agent-read-agentview): Trap reconstruction errors due to
4440 nonexistant directory. Handle by returning nil.
4441
4442 2006-05-30 Didier Verna <didier@xemacs.org>
4443
4444 * message.el (message-dont-reply-to-names): Update the custom type.
4445 * message.el (message-dont-reply-to-names): New defsubst: potentially
4446 convert a list of regexps into a single one.
4447 * message.el (message-get-reply-headers): Use it.
4448 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4449
4450 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
4451
4452 * gnus-agent.el (directory-files-and-attributes): Move forward.
4453
4454 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4455
4456 * gnus-ml.el (gnus-mailing-list-subscribe)
4457 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4458 (gnus-mailing-list-message): Fix doc strings.
4459
4460 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4461
4462 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4463 of doing it manually.
4464
4465 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4466
4467 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4468 comment.
4469
4470 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
4471
4472 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4473 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4474 (gnus-agent-read-local): All symbols allocated in my-obarray
4475 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4476 (gnus-agent-regenerate-group): Check numeric names to see if they are
4477 messages or groups.
4478 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4479 better way of do this...)
4480
4481 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4482 'dummy.group' (there should be a better way of do this...)
4483
4484 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
4485
4486 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4487 (gnus-saved-headers): Ditto.
4488 (gnus-default-article-saver): Mention functions may have properties.
4489 (gnus-article-save): Override gnus-save-all-headers and
4490 gnus-saved-headers by :headers property which saver function may have.
4491 (gnus-summary-save-in-file): Add :headers property.
4492 (gnus-summary-write-to-file): Ditto.
4493
4494 * gnus-sum.el (gnus-summary-save-article): Bind
4495 gnus-prompt-before-saving to t when saving many articles in a file;
4496 always show all headers.
4497
4498 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4499
4500 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4501 marks.
4502
4503 * message.el (message-indent-citation): Add optional arguments to allow
4504 using it outside of message buffers.
4505
4506 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4507 (gnus-article-treat-unfold-headers): Use it.
4508 (gnus-article-truncate-lines): New variable.
4509 (gnus-article-mode): Use it.
4510 (gnus-article-toggle-truncate-lines): New function.
4511
4512 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4513 gnus-article-toggle-truncate-lines.
4514
4515 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4516 coding system in XEmacs, use binary.
4517
4518 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
4519
4520 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4521 after-load-alist.
4522
4523 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4524 this function should save decoded articles.
4525 (gnus-summary-write-to-file): Use property to specify this function
4526 should save decoded articles and specify gnus-summary-save-in-file
4527 should be used to save articles other than the first one when saving
4528 many articles.
4529 (gnus-summary-save-body-in-file): Use property to specify this
4530 function should save decoded articles.
4531 (gnus-summary-write-body-to-file): Use property to specify this
4532 function should save decoded articles and specify
4533 gnus-summary-save-body-in-file should be used to save articles other
4534 than the first one when saving many articles.
4535
4536 * gnus-sum.el (gnus-summary-save-article): Simplify.
4537
4538 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
4539
4540 * gnus-art.el (gnus-default-article-saver): Add
4541 gnus-summary-write-body-to-file.
4542 (gnus-article-save-coding-system): Don't use coding system object
4543 in XEmacs.
4544 (gnus-read-save-file-name): Add optional `dir-var' argument which
4545 specifies directory in which files are saved; work even if optional
4546 `variable' argument is not specified.
4547 (gnus-summary-write-to-file): Read file name.
4548 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4549 (gnus-summary-write-body-to-file): New function.
4550
4551 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4552 (gnus-summary-local-variables): Add it.
4553 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4554 (gnus-summary-save-article): Remove optional `decode' argument;
4555 determine whether to decode articles by the value of
4556 gnus-default-article-saver; when saving many files using
4557 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4558 it first and use gnus-summary-save-in-file or
4559 gnus-summary-save-body-in-file thereafter unless
4560 gnus-prompt-before-saving is always; move point to article which
4561 will be saved.
4562 (gnus-summary-save-article-file): Revert.
4563 (gnus-summary-write-article-file): Revert.
4564 (gnus-summary-save-article-body-file): Revert.
4565 (gnus-summary-write-article-body-file): New function.
4566
4567 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4568
4569 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4570
4571 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4572
4573 * gnus-art.el (gnus-default-article-saver): Doc fix.
4574 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4575 from gnus-summary-save-article-coding-system, and default to a
4576 certain coding system.
4577 (gnus-output-to-file): Add coding cookie and encode text according
4578 to gnus-article-save-coding-system; don't use mm-append-to-file.
4579
4580 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4581 gnus-art.el and rename to gnus-article-save-coding-system.
4582 (gnus-summary-save-article): Require gnus-art; don't show all
4583 headers if it decodes articles; don't add coding cookie here;
4584 don't bind mm-text-coding-system-for-write.
4585 (gnus-summary-save-article-file): Save decoded articles.
4586 (gnus-summary-write-article-file): When saving many files, use
4587 gnus-summary-write-to-file first and gnus-summary-save-in-file
4588 thereafter unless gnus-prompt-before-saving is always.
4589 (gnus-summary-save-article-body-file): Save decoded articles.
4590
4591 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4592
4593 * nnrss.el (nnrss-check-group): Bind hash-index.
4594
4595 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
4596
4597 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4598 its hash index. Store this hash in `nnrss-group-data'.
4599 (nnrss-read-group-data): Update accordingly.
4600
4601 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4602
4603 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4604 entry.
4605
4606 * gnus-sum.el (gnus-summary-make-menu-bar): Add
4607 gnus-article-browse-html-article.
4608
4609 2006-05-23 Hynek Schlawack <hynek@ularx.de>
4610
4611 * gnus-sum.el (gnus-summary-mime-map): Add
4612 gnus-article-browse-html-article.
4613 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4614
4615 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4616 suitable coding systems in customize.
4617
4618 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4619
4620 * mail-source.el (mail-sources): Fix custom type.
4621
4622 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
4623
4624 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4625 (gnus-summary-expire-articles-now): Shorten prompt.
4626
4627 * gmm-utils.el (wid-edit): Require.
4628 (defun-gmm): Renamed from `gmm-defun-compat'.
4629 (gmm-image-search-load-path): Use it.
4630 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
4631
4632 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
4633
4634 * gnus-sum.el (gnus-summary-save-article-coding-system): New
4635 variable.
4636 (gnus-summary-save-article): Add optional `decode' argument. If
4637 it is set and gnus-summary-save-article-coding-system is non-nil,
4638 save decoded article.
4639 (gnus-summary-write-article-file): Save decoded article if
4640 gnus-summary-save-article-coding-system is non-nil.
4641
4642 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4643 type.
4644
4645 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4646
4647 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4648
4649 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4650
4651 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4652 first to test gnus-single-article-buffer which may be buffer-local.
4653
4654 * gnus-sum.el (gnus-summary-setup-buffer): Make
4655 gnus-single-article-buffer buffer-local and nil in ephemeral
4656 group; make gnus-article-buffer, gnus-article-current, and
4657 gnus-original-article-buffer always buffer-local.
4658 (gnus-summary-exit): Kill article buffer belonging to ephemeral
4659 group.
4660 (gnus-handle-ephemeral-exit): Don't move to next summary line.
4661
4662 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
4663
4664 * nnml.el (nnml-request-compact-group): Compressed files might not
4665 have .gz extension.
4666
4667 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4668
4669 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4670 (mm-copy-to-buffer): Use with-current-buffer.
4671 (mm-display-part): Simplify.
4672 (mm-inlinable-p): Add optional arg `type'.
4673
4674 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4675
4676 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4677 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4678 Try harder to show the attachment internally or externally using
4679 gnus-mime-view-part-as-type.
4680
4681 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
4682
4683 * message.el (message-from-style, message-signature-separator)
4684 (message-user-organization-file, message-send-mail-function)
4685 (message-citation-line-function, message-yank-prefix)
4686 (message-indent-citation-function, message-signature)
4687 (message-signature-file, message-signature-insert-empty-line):
4688 Remove autoloads.
4689
4690 * gnus-art.el (gnus-buttonized-mime-types): Remove
4691 "multipart/signed". Revert 2006-04-26 change.
4692
4693 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4694
4695 * gnus.el (gnus-version-number): Bump version.
4696
4697 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4698
4699 * gnus.el: No Gnus v0.5 is released.
4700
4701 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4702
4703 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4704 fetching articles by message-id.
4705
4706 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4707
4708 * message.el (hashcash): Require hashcash as normal.
4709
4710 * ecomplete.el (ecomplete-highlight-match-line): Use
4711 point-at-eol.
4712 (ecomplete-highlight-match-line): Use `highlight', because that
4713 face exists in both Emacs and XEmacs.
4714
4715 * message.el (message-display-abbrev): Use point-at-bol.
4716
4717 * mail-source.el: Don't require timer/timer-funcs.
4718
4719 * gnus-async.el: Ditto.
4720
4721 * password.el: Ditto.
4722
4723 * mm-url.el: Ditto.
4724
4725 * mm-util.el: Require timer/timer-funcs.
4726
4727 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4728
4729 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4730 Close.
4731
4732 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
4733
4734 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4735 unibyte after clear-decrypt function runs.
4736
4737 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4738 returns as a unibyte string.
4739
4740 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
4741
4742 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4743 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4744 (mml1991-pgg-encrypt): Ditto.
4745
4746 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
4747
4748 * message.el (message-user-organization-file): Check several
4749 locations of the organization file.
4750
4751 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4752 Add gnus-article-view-part-as-type.
4753
4754 * gnus-art.el (gnus-article-view-part-as-type): New function.
4755
4756 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4757 .mobi and .travel. Remove .nato, .bitnet and .uucp.
4758
4759 * mml.el: Simplify autoload.
4760 (mml-mode): defvar dnd-protocol-alist instead of using
4761 symbol-value.
4762 (mml-default-directory): New variable.
4763 (mml-minibuffer-read-file): Use it.
4764 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4765
4766 * message.el (message-citation-line-format): New variable.
4767 (message-insert-formated-citation-line): New function.
4768 (message-citation-line-function): Add
4769 `message-insert-formated-citation-line' to custom type.
4770
4771 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4772 to doc string.
4773
4774 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4775 depending on mm-verify-option.
4776
4777 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
4778
4779 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4780 binding pgg-* variables; reimplement the section which prevents
4781 MIME header from being signed.
4782 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4783 pgg-text-mode; remove a blank line at the top of body.
4784
4785 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4786 lines at the top of body; use gnus-newsgroup-charset if there's no
4787 Charset header.
4788
4789 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
4790
4791 * message.el (message-self-insert-commands): Doc fix.
4792
4793 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4794 (mm-uu-pgp-encrypted-test): Ditto.
4795 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4796 between header and body; return application/pgp-encrypted handle
4797 if decryption failed; decode decrypted body by charset.
4798
4799 * mm-decode.el (mm-automatic-display): Don't make application/pgp
4800 element match to application/pgp-*.
4801
4802 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4803
4804 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4805 HTML.
4806
4807 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4808
4809 * mail-source.el (mail-source-call-script): Message the error
4810 string.
4811
4812 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4813
4814 * gnus-util.el (gnus-byte-compile): Use it.
4815
4816 2006-04-22 xyblor <fake@invalid.email> (tiny change)
4817
4818 * gnus-util.el (kill-empty-logs): New function.
4819
4820 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4821
4822 * message.el (message-mail-alias-type): Doc fix.
4823 (message-mail-alias-type-p): New function.
4824 (message-send): Use it.
4825 (message-mode): Ditto.
4826 (message-strip-forbidden-properties): Ditto.
4827
4828 * ecomplete.el (ecomplete-database-file-coding-system): New
4829 variable.
4830 (ecomplete-save): Use it.
4831 (ecomplete-setup): Use it.
4832
4833 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
4834
4835 * message.el (message-self-insert-commands): New variable.
4836 (message-strip-forbidden-properties): Use it.
4837
4838 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4839
4840 * message.el (message-put-addresses-in-ecomplete): Use a regexp
4841 that doesn't make XEmacs choke.
4842
4843 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
4844
4845 * gnus-util.el (gnus-replace-in-string):
4846 Prefer replace-regexp-in-string over of replace-in-string.
4847
4848 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4849
4850 * gnus-util.el (gnus-select-frame-set-input-focus):
4851 Use select-frame-set-input-focus if it is available in XEmacs; use
4852 definition defined in Emacs 22 for old Emacsen.
4853
4854 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
4855
4856 * mm-view.el (mm-inline-text): Use equal instead of equalp.
4857
4858 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
4859
4860 * gnus-registry.el (gnus-registry-cache-save): Remove text
4861 properties when saving via the temp buffer.
4862
4863 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
4864
4865 * message.el (message-generate-hashcash): Honor custom type.
4866
4867 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4868
4869 * message.el (message-generate-hashcash): Default to non-nil when
4870 hashcash is found.
4871
4872 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
4873 (gnus-refer-thread-limit): Increase default to 500.
4874
4875 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
4876
4877 * flow-fill.el (fill-flowed): Allow delete-space.
4878
4879 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
4880
4881 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4882 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
4883 Remove autoloads.
4884
4885 2006-04-18 Simon Josefsson <jas@extundo.com>
4886
4887 * message.el (message-generate-hashcash): Default to.
4888
4889 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
4890
4891 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4892 concatenating segments rather than before concatenating them.
4893
4894 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
4895
4896 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
4897
4898 * imap.el (imap-quote-specials): New function.
4899 (imap-login-auth): Quote specials.
4900
4901 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4902
4903 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
4904
4905 * message.el (message-forward-make-body-plain): Allow
4906 message-forward-ignored-headers to be a list.
4907 (message-remove-ignored-headers): Factor out into function.
4908 (message-forward-make-body-mml): Use it.
4909 * rfc2231.el (rfc2231-parse-string): Remove dead code.
4910 (rfc2231-parse-string): Allow concatanation of parameters that
4911 aren't contiguous. The test case is
4912 (mail-header-parse-content-type "message/external-body;
4913 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
4914 access-type=LOCAL-FILE;
4915 name*1*=plugh%2fhello-sailor%2fbing.pdf")
4916
4917 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
4918
4919 * nntp.el (nntp-accept-process-output): Return the value of
4920 `nnheader-accept-process-output'.
4921
4922 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4923
4924 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
4925 (gnus-button-alist): Recognize more diff formats.
4926 (gnus-button-patch): Strip directory.
4927
4928 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
4929
4930 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
4931 Emacs 22 when setting focus.
4932
4933 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4934
4935 * gnus-art.el (gnus-article-treat-types): Do treatment of
4936 text/x-verbatim parts.
4937 (gnus-button-patch): New command.
4938
4939 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
4940 addresses that contain invalid characters.
4941
4942 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4943
4944 * message.el (message-put-addresses-in-ecomplete): Use
4945 gnus-replace-in-string.
4946 (message-is-yours-p): Use the more correct
4947 mail-header-parse-address instead of
4948 mail-extract-address-components.
4949 (message-put-addresses-in-ecomplete): Fix typo.
4950
4951 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
4952 keystroke.
4953
4954 * gnus-art.el (gnus-treatment-function-alist): Change order of
4955 newsgroups/generic header folding to avoid double-folding.
4956
4957 * message.el (message-hidden-headers): Add X-Draft-From.
4958
4959 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
4960 command.
4961 (gnus-summary-repeat-search-article-backward): New command.
4962
4963 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
4964 groups in the parent topic.
4965
4966 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
4967
4968 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
4969 (spam-extra-header-to-number): Return the CRM114 number as a
4970 number instead of a string.
4971
4972 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4973
4974 * gnus-art.el (gnus-face-properties-alist): Moved here from
4975 gnus-fun.
4976
4977 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
4978
4979 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4980
4981 * message.el (message-strip-forbidden-properties): Only display on
4982 self-insert-command.
4983
4984 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
4985 reindent.
4986 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
4987
4988 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
4989
4990 * smiley.el (smiley-style): Fix typo.
4991
4992 2006-03-23 Kenichi Handa <handa@m17n.org>
4993
4994 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
4995 instead of set-buffer-multibyte.
4996
4997 2006-03-23 Kenichi Handa <handa@m17n.org>
4998
4999 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5000 buffer and then decode the buffer text if necessary.
5001 (rfc2231-encode-string): Be sure to work on multibyte buffer at
5002 first, and after mm-encode-body, change the buffer to unibyte.
5003
5004 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5005
5006 * hashcash.el (hashcash-insert-payment-async-2): Use
5007 message-goto-eoh instead of doing it manually.
5008 (mail-add-payment): Use message-narrow-to-header instead of trying
5009 to do the same itself.
5010
5011 * message.el (message-hidden-headers): Add Face.
5012
5013 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
5014 reparenting code.
5015 (gnus-summary-reparent-children): Refactored out code.
5016 (gnus-summary-thread-map): New keystroke.
5017 (gnus-summary-reparent-children): Make into command.
5018
5019 * smiley.el (smiley-style): Default to `medium' if using a large
5020 font.
5021
5022 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
5023 does it itself.
5024
5025 * message.el (message-point-in-header-p): Simplify definition.
5026
5027 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5028
5029 * nnagent.el (nnagent-request-set-mark): Silence log file
5030 writing.
5031 (nnagent-request-set-mark): Use write-region instead of
5032 append-to-file.
5033
5034 * gnus-sum.el (gnus-read-header): Fudge article number if using a
5035 strange select method.
5036
5037 * ecomplete.el (ecomplete-display-matches): Get highlightling
5038 right.
5039 (ecomplete-display-matches): Use literals.
5040 (ecomplete-display-matches): Disable message logging.
5041
5042 * message.el (message-display-abbrev): Small optimization.
5043
5044 * ecomplete.el (ecomplete-display-matches): Allow automatic
5045 display.
5046
5047 * message.el (message-strip-forbidden-properties): Display
5048 abbrevs.
5049 (message-display-abbrev): Get automatic display right.
5050
5051 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5052 keystrokes.
5053
5054 2006-04-13 Romain Francoise <romain@orebokech.com>
5055
5056 TODO: Backport to v5-10!
5057
5058 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5059 Moved here (and renamed) from gnus-registry.el.
5060
5061 * gnus-registry.el: Require gnus-util.
5062 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
5063
5064 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5065
5066 * gnus-group.el (gnus-group-catchup-current): Change
5067 if-then-else-if-then-else into cond.
5068 (gnus-group-catchup): Indent.
5069 (group-name-at-point): New function.
5070 (gnus-fetch-group): Provide default from thing at point.
5071
5072 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5073
5074 * message.el (message-display-abbrev): Fix regexp.
5075
5076 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5077 choosing.
5078 (ecomplete-highlight-match-line): Fix up code rewrite, remove
5079 dead variables.
5080
5081 * message.el (message-newline-and-indent): Remove debugging.
5082 (message-display-abbrev): Use new implementation.
5083
5084 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
5085
5086 * gnus-art.el (gnus-article-mode): Set
5087 cursor-in-non-selected-windows to nil.
5088
5089 * smiley.el: Revert previous change.
5090 (smiley-data-directory): defvar it before using it in the
5091 defcustom of `smiley-style'.
5092
5093 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5094
5095 * message.el (message-newline-and-indent): New function.
5096
5097 * ecomplete.el: Implement more bits.
5098
5099 * message.el (message-put-addresses-in-ecomplete): Clean up the
5100 string.
5101
5102 * ecomplete.el (ecomplete-add-item): Chop off decimals.
5103
5104 * gnus-sum.el (gnus-summary-save-parts): Bind
5105 gnus-summary-save-parts-counter and use it to make unique file
5106 names.
5107
5108 * gnus-art.el (gnus-ignored-headers): Add some more headers.
5109
5110 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5111 parameter to say whether to actually parse the individual
5112 addresses.
5113
5114 * message.el (message-put-addresses-in-ecomplete): New function.
5115 (ecomplete): Require.
5116 (message-mail-alias-type): Add ecomplete as an option.
5117
5118 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
5119
5120 * flow-fill.el (fill-flowed): Remove trailing space from blank
5121 quoted lines.
5122
5123 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5124
5125 * smiley.el (smiley-style): Move definition later to avoid a
5126 compilation warning.
5127
5128 2006-04-12 Kenichi Handa <handa@m17n.org>
5129
5130 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5131 buffer and then decode the buffer text if necessary.
5132 (rfc2231-encode-string): Be sure to work on multibyte buffer at
5133 first, and after mm-encode-body, change the buffer to unibyte.
5134 Use mm-disable-multibyte instead of set-buffer-multibyte.
5135
5136 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
5137
5138 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5139 Content-Type header instead of Content-Disposition header.
5140 (gnus-mime-inline-part): Ditto.
5141 (gnus-mime-view-part-as-charset): Ignore charset that the part
5142 specifies.
5143
5144 * mm-decode.el (mm-display-part): Work with external parts and
5145 usual parts similarly.
5146
5147 * mm-extern.el (mm-inline-external-body): Use mm-display-part
5148 instead of gnus-display-mime.
5149
5150 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5151 instead of with-temp-buffer.
5152
5153 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5154 tag to summarized topics part in order to encode non-ASCII text.
5155
5156 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
5157
5158 * smiley.el (smiley-style): New variable.
5159 (smiley-directory): New function.
5160 (smiley-data-directory): Derive from `smiley-style' using
5161 `smiley-directory'.
5162 (smiley-regexp-alist): Add new entries.
5163
5164 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5165 (gnus-article-browse-delete-temp): Add :version.
5166
5167 2006-04-11 Arne Jørgensen <arne@arnested.dk>
5168
5169 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5170 the sieve region.
5171
5172 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5173
5174 * gnus.el (gnus-version-number): Bump version.
5175
5176 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
5177
5178 * gnus.el: No Gnus v0.4 is released.
5179
5180 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5181
5182 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5183 layout.
5184
5185 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5186 unknown charset.
5187
5188 * message.el (message-header-synonyms): Add Original-To to the
5189 default.
5190
5191 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5192 optional parameter.
5193
5194 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
5195
5196 * gnus-fun.el (gnus): Require it for gnus-directory.
5197
5198 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5199
5200 * gnus-fun.el (gnus-face-properties-alist): Add :version.
5201
5202 2006-04-05 Daiki Ueno <ueno@unixuser.org>
5203
5204 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5205
5206 2006-04-05 Simon Josefsson <jas@extundo.com>
5207
5208 * password.el (password-reset): New function.
5209
5210 2006-04-05 Daiki Ueno <ueno@unixuser.org>
5211
5212 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5213 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5214
5215 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5216
5217 * nnweb.el (nnweb-google-create-mapping): Update regexp.
5218 Some whitespace was matched into the url, which broke browsing hits
5219 > 100 when mm-url-use-external was nil.
5220
5221 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
5222
5223 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5224 gnus-extra-headers for 'Newsgroups.
5225
5226 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5227 bound.
5228
5229 2006-04-04 Daiki Ueno <ueno@unixuser.org>
5230
5231 * pgg-gpg.el: Clean up process buffers every time gpg processes
5232 complete.
5233
5234 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
5235
5236 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5237 doc string.
5238
5239 2006-04-03 Daiki Ueno <ueno@unixuser.org>
5240
5241 * pgg-gpg.el (pgg-gpg-process-filter)
5242 (pgg-gpg-wait-for-completion): Check if buffer is alive.
5243
5244 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5245 lines, temporary fix.
5246
5247 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
5248
5249 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5250
5251 2006-03-29 Daiki Ueno <ueno@unixuser.org>
5252
5253 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5254 default-enable-multibyte-characters. This reverts the change from
5255 revision 6.17 which is no longer necessary because the passphrase
5256 is sent separately now. GnuPG messages are unreadable under
5257 multibyte locales with default-enable-multibyte-characters set to
5258 nil.
5259
5260 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
5261
5262 * message.el (message-tool-bar-gnome): Move "spell".
5263
5264 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
5265
5266 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5267 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
5268 instead.
5269
5270 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
5271
5272 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5273 newsgroups handling for NNTP overviews which don't include
5274 Newsgroups.
5275
5276 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5277
5278 * message.el (message-resend): Bind message-generate-hashcash to nil.
5279
5280 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5281
5282 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5283 when searching for already-paid recipients.
5284
5285 2006-03-27 Daiki Ueno <ueno@unixuser.org>
5286
5287 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5288 passphrases when it is not needed.
5289 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5290 passphrase stuff from gpg, should only be necessary when you use
5291 gpg with a smartcard.
5292
5293 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
5294
5295 * mml.el (mml-insert-mime): Ignore cached contents of
5296 message/external-body part.
5297
5298 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5299 (mm-insert-part): Ditto.
5300
5301 2006-03-23 Simon Josefsson <jas@extundo.com>
5302
5303 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5304 Reiner.
5305 (pgg-gpg-use-agent-p): Use it again.
5306
5307 2006-03-23 Simon Josefsson <jas@extundo.com>
5308
5309 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5310 older emacsen.
5311 (pgg-gpg-use-agent-p): Don't use it.
5312
5313 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
5314
5315 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5316 if we can.
5317
5318 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
5319
5320 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5321 (pgg-gpg-update-agent): New function.
5322 (pgg-gpg-use-agent-p): New function.
5323 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5324 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5325 (pgg-gpg-sign-region): Use it.
5326
5327 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
5328
5329 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5330 Reported by Ralf Wachinger <rwachinger@gmx.de>.
5331
5332 2006-03-21 Simon Josefsson <jas@extundo.com>
5333
5334 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5335 <wilde@sha-bang.de>.
5336 (pgg-gpg-use-agent): New variable.
5337 (pgg-gpg-process-region): Use it.
5338 (pgg-gpg-encrypt-region): Likewise.
5339 (pgg-gpg-encrypt-symmetric-region): Likewise.
5340 (pgg-gpg-decrypt-region): Likewise.
5341 (pgg-gpg-sign-region): Likewise.
5342 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5343
5344 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5345
5346 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5347
5348 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5349 Add comment on version.
5350
5351 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
5352
5353 * smiley.el: Add missing test smiley.
5354
5355 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
5356
5357 * mm-decode.el (mm-with-part): New macro.
5358 (mm-get-part): Use it; work with message/external-body as well.
5359 (mm-save-part): Treat name and filename equally.
5360
5361 * mm-extern.el (mm-extern-cache-contents): New function.
5362 (mm-inline-external-body): Use it; force the part to be displayed;
5363 move undisplayer added to the cached handle to the parent.
5364
5365 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5366 (gnus-mime-view-part-as-type): Work with message/external-body.
5367
5368 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5369
5370 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5371
5372 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5373 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
5374 Emacs.]
5375
5376 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
5377
5378 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5379 path rather than symbol. Always return list of directories.
5380 Guarantee that image directory comes first. [Sync with image.el,
5381 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
5382
5383 * message.el (message-make-tool-bar): Adjust to new API of
5384 `gmm-image-load-path-for-library'.
5385
5386 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5387
5388 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5389
5390 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5391
5392 * gnus-art.el (gnus-article-only-boring-p):
5393 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5394 intangible text.
5395 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5396
5397 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
5398
5399 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
5400 `defun' instead of `gmm-defun-compat'.
5401
5402 2006-03-14 Simon Josefsson <jas@extundo.com>
5403
5404 * message.el (message-unique-id): Don't use message-number-base36
5405 if (user-uid) is a float.
5406 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5407
5408 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5409
5410 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5411
5412 * gnus-art.el (gnus-mime-display-single): Make sure there is an
5413 empty line between a part and a message part.
5414
5415 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5416
5417 * smiley.el: Add more test smileys.
5418 (smiley-data-directory, smiley-regexp-alist)
5419 (gnus-smiley-file-types): Fix doc strings.
5420 (smiley-update-cache): Clear smiley-cached-regexp-alist before
5421 adding new elements.
5422 (smiley-mouse-map): Unused code. Make it a comment.
5423
5424 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
5425
5426 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5427 scan latest NoCeM messages instead of old ones.
5428 (gnus-nocem-check-article): Fix regexps so as to match to PGP
5429 delimiters that are recently used.
5430 (gnus-nocem-load-cache): Add autoload cookie.
5431
5432 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5433
5434 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5435 level which is larger than gnus-use-nocem is specified.
5436
5437 * gnus-group.el (gnus-group-get-new-news): Ditto.
5438
5439 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
5440
5441 * gnus-util.el (gnus-tool-bar-update): New function.
5442
5443 * gnus-group.el (gnus-group-update-tool-bar): New variable.
5444 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5445
5446 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5447
5448 * gnus-group.el (gnus-group-redraw-when-idle)
5449 (gnus-group-redraw-check): Remove.
5450 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5451
5452 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
5453
5454 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5455 if optional last element is specified in splits (FIELD VALUE...).
5456
5457 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
5458
5459 * message.el (message-make-tool-bar): Rename gmm-image-load-path
5460 to gmm-image-load-path-for-library. Call with no-error argument.
5461 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5462
5463 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5464
5465 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5466
5467 * gmm-utils.el (gmm-image-load-path): Remove alias.
5468
5469 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
5470
5471 * gmm-utils.el (gmm-image-load-path): Add alias.
5472
5473 * nnml.el (nnml-generate-nov-databases-directory): Rename from
5474 nnml-generate-nov-databases-1.
5475 (nnml-generate-nov-databases): Use it.
5476 (nnml-generate-nov-databases-directory): Document no-active
5477 argument.
5478
5479 * gmm-utils.el (gmm-image-load-path-for-library): Return single
5480 directory if path is t. Add no-error.
5481
5482 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5483 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5484
5485 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5486 resetting gnus-article-browse-html-temp-list.
5487
5488 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5489 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
5490 Add example to docstring. Rename local variables. Move error
5491 checks to default case in cond and simplify.
5492
5493 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
5494
5495 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5496 handle is multipart when calling it recursively.
5497 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5498
5499 2006-03-03 Daniel Pittman <daniel@rimspace.net>
5500
5501 * nnimap.el (nnimap-request-update-info-internal): Optimize.
5502 Don't `gnus-uncompress-range' to avoid excessive memory usage.
5503
5504 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5505
5506 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5507 is loaded.
5508
5509 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5510 loaded.
5511
5512 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
5513
5514 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5515 to "Emacs 23 (unicode)" in doc string.
5516
5517 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5518 "Emacs 23 (unicode)" in comment.
5519
5520 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5521
5522 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5523
5524 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5525 characters 160 through 255 in Emacs 23.
5526
5527 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5528
5529 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5530 gnus-article-browse-html-temp.
5531 (gnus-article-browse-delete-temp): Make it customizable. Add
5532 `file'. Adjust doc string.
5533 (gnus-article-browse-delete-temp-files): Add argument. Allow
5534 query for each file. Adjust doc string.
5535 (gnus-article-browse-html-parts): Add
5536 `gnus-article-browse-delete-temp-files' to
5537 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5538
5539 2006-03-02 Hynek Schlawack <hynek@ularx.de>
5540
5541 * gnus-art.el (gnus-article-browse-html-temp)
5542 (gnus-article-browse-delete-temp): New variables.
5543 (gnus-article-browse-delete-temp-files): New function.
5544 (gnus-article-browse-html-parts): Use it.
5545
5546 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5547
5548 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5549
5550 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5551 string.
5552
5553 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5554 gnus-summary-insert-new-articles when unplugged. Remove
5555 gnus-summary-search-article-forward.
5556
5557 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5558 display-visual-class instead of display-color-cells.
5559
5560 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
5561
5562 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5563 message/* containing non-ASCII text properly.
5564
5565 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
5566
5567 * message.el: Require gmm-utils, remove autoloads.
5568 (message-tool-bar): Set default based on
5569 gmm-tool-bar-style.
5570 (message-tool-bar-gnome): Add gmm-customize-mode.
5571
5572 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5573 gmm-tool-bar-style.
5574 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5575
5576 * gnus-group.el (gnus-group-tool-bar): Set default based on
5577 gmm-tool-bar-style.
5578 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5579
5580 * gmm-utils.el (gmm-image-directory): Rename variable from
5581 gmm-image-load-path.
5582 (gmm-image-load-path): Use gmm-image-directory.
5583 (gmm-customize-mode): New function.
5584 (gmm-tool-bar-style): New variable.
5585
5586 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5587 gnus-group-redraw-line-number.
5588 (gnus-group-redraw-check): Simplify.
5589 (gnus-group-tool-bar-update): Remove redraw check.
5590 (gnus-group-make-tool-bar): Add redraw check.
5591
5592 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
5593
5594 * gnus-art.el (gnus-button): Add missing parentheses.
5595
5596 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
5597
5598 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5599
5600 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5601
5602 * gnus-art.el (gnus-button): New face.
5603 (gnus-article-button-face): Use it.
5604
5605 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5606 gnus-summary-next-page. Re-order.
5607
5608 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5609 next-node are now included.
5610 (gnus-group-redraw-line-number): New internal variable.
5611 (gnus-group-redraw-check): Helper function for updating the tool
5612 bar.
5613 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5614
5615 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5616
5617 * spam.el (spam-spamassassin-score-regexp): New internal variable.
5618 (spam-extra-header-to-number, spam-check-spamassassin-headers):
5619 Use it to match format of Spamassassin 3.0 and later. Reported by
5620 IRIE Tetsuya <irie@t.email.ne.jp>.
5621 (spam-check-bogofilter)
5622 (spam-bogofilter-register-with-bogofilter): Fix args of
5623 `gnus-error' calls.
5624
5625 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5626
5627 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5628 unnecessary interaction when sending queued mails. Reported by
5629 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5630
5631 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5632
5633 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5634 first or last are nil.
5635
5636 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5637
5638 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5639
5640 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5641
5642 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5643
5644 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5645
5646 * dns.el (query-dns): Protect more against buggy tcp output.
5647
5648 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
5649
5650 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5651 nov.php.
5652
5653 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5654
5655 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5656 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5657 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
5658 output on the server side.
5659 (nnweb-google-create-mapping): Update regexps and add some
5660 progress indication.
5661
5662 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
5663
5664 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5665 gnus-agent-toggle-plugged. Re-order icons.
5666 (gnus-group-tool-bar-gnome): Add
5667 gnus-group-{prev,next}-unread-group.
5668 (gnus-group-tool-bar-gnome): Re-order icons.
5669
5670 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5671 gnus-summary-insert-new-articles.
5672
5673 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5674 comments.
5675
5676 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
5677 also available in Emacs 21.3.
5678
5679 * message.el (message-fix-before-sending): Change "Emacs 22" to
5680 "Emacs 23 (unicode)" in comment.
5681
5682 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5683 "Emacs 23 (unicode)" in comment.
5684
5685 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5686 comment.
5687 (mm-coding-system-p): Add comment about no-MULE XEmacs.
5688
5689 * mm-view.el (mm-fill-flowed): Add :version.
5690
5691 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5692
5693 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5694 and load-path.
5695
5696 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
5697
5698 * message.el: Autoload gmm-image-load-path.
5699 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5700 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
5701 consitency.
5702
5703 * gmm-utils.el (gmm-image-load-path): Also search in
5704 "../etc/images". Don't set gmm-image-load-path if we don't find
5705 the image.
5706
5707 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
5708
5709 * gmm-utils.el (gmm-image-load-path): Don't make
5710 `gmm-image-load-path' include subdirectories which the second arg
5711 `image' might specify.
5712
5713 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5714 subdirectory to icon file names.
5715
5716 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5717
5718 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
5719
5720 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5721 gmm-image-load-path calls.
5722
5723 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5724
5725 * message.el (message-make-tool-bar): Ditto.
5726
5727 * mml.el (mml-preview): Added comment concerning tool bar icons.
5728
5729 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5730 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5731
5732 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5733 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5734
5735 * message.el (message-tool-bar-gnome): Use new icon names.
5736 (message-make-tool-bar): Use `gmm-image-load-path'.
5737
5738 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5739 functions from MH-E.
5740 (gmm-image-load-path): New variable from MH-E.
5741 (gmm-image-load-path): New function from MH-E. Added arguments
5742 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
5743 *-image-load-path-called-flag.
5744
5745 2006-02-21 Milan Zamazal <pdm@brailcom.org>
5746
5747 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5748
5749 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
5750
5751 * nnimap.el (nnimap-request-move-article): Change folder back to
5752 source group before deleting.
5753
5754 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
5755
5756 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5757
5758 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5759 mm-url.
5760
5761 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5762
5763 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
5764
5765 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5766 coding system which mm-charset-to-coding-system returns for a
5767 given charset is valid.
5768
5769 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5770
5771 * html2text.el (html2text-remove-tag-list):
5772 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5773
5774 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5775
5776 * gnus-cus.el: Revert 2005-10-17 change.
5777
5778 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
5779
5780 * gnus-art.el (article-strip-banner): Call
5781 article-really-strip-banner only when the regexp match is made.
5782
5783 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
5784
5785 * gnus-art.el (article-strip-banner): Use
5786 gnus-extract-address-components instead of
5787 mail-header-parse-addresses to make it work with non-ASCII text;
5788 remove mail-encode-encoded-word-string.
5789
5790 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5791 values which are surrounded with \"...\"; make it never cause a
5792 Lisp error; give up parsing of parameters if it failed in
5793 extracting type.
5794
5795 2006-02-14 Arne Jørgensen <arne@arnested.dk>
5796
5797 * smime.el (smime-cert-by-ldap-1): Fix bug where
5798 `smime-ldap-search' returns results without userCertificates.
5799
5800 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
5801
5802 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5803
5804 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
5805
5806 * spam.el (spam-check-spamassassin-headers): Adapt format for
5807 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
5808 <ari@mbf.ocn.ne.jp>.
5809 (spam-list-of-processors): Add spam-use-gmane.
5810
5811 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5812
5813 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5814 make-temp-file; make it work with XEmacs as well.
5815
5816 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5817 mm-make-temp-file.
5818
5819 * mm-decode.el (mm-display-external): Use the 3rd arg of
5820 mm-make-temp-file.
5821 (mm-create-image-xemacs): Ditto.
5822
5823 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5824
5825 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5826 with message-narrow-to-headers.
5827 (gnus-draft-setup): Narrow to header to run message-fetch-field.
5828 (gnus-draft-check-draft-articles): New function.
5829 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
5830
5831 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
5832
5833 * gnus-art.el (gnus-article-browse-html-parts):
5834 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5835 Don't use suffix argument for mm-make-temp-file for Emacs 21
5836 compatibility. Remove useless `format'.
5837
5838 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5839
5840 * nnweb.el (nnweb-google-wash-article): Update regexps.
5841 (nnweb-group-alist): Use defvoo instead of defvar.
5842
5843 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
5844
5845 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5846 re-loading nn* modules.
5847
5848 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
5849
5850 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5851 for `tool-bar-mode' and don't check it's default-value.
5852
5853 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5854
5855 * message.el (message-make-tool-bar): Ditto.
5856
5857 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5858 `substring'. Shorten tmp-file name.
5859
5860 * gnus.el: Remove bogus comment.
5861
5862 2006-02-10 Hynek Schlawack <hynek@ularx.de>
5863
5864 * gnus-art.el (gnus-article-browse-html-parts): New function.
5865 (gnus-article-browse-html-article): New function for viewing html
5866 articles with a browser.
5867
5868 2006-02-09 Daiki Ueno <ueno@unixuser.org>
5869
5870 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
5871 (mml2015-pgg-encrypt): Ditto.
5872
5873 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
5874 (mml1991-pgg-encrypt): Ditto.
5875
5876 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5877
5878 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
5879 message-make-date instead of current-time-string.
5880
5881 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
5882 to gnus-decoded which mm-uu might set.
5883
5884 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5885
5886 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
5887 don't decode quoted parameters; remove misimported Emacs code.
5888 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5889 (rfc2231-decode-encoded-string): Don't use split-string which
5890 behaves differently according to Emacs version; use
5891 mm-decode-coding-region to convert charset to coding-system.
5892 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5893 (rfc2231-encode-string): Remove misimported Emacs code.
5894
5895 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
5896
5897 * gnus-art.el (article-decode-charset): Don't use ignore-errors
5898 when calling mail-header-parse-content-type.
5899 (article-de-quoted-unreadable): Ditto.
5900 (article-de-base64-unreadable): Ditto.
5901 (article-wash-html): Ditto.
5902
5903 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
5904 calling mail-header-parse-content-type and
5905 mail-header-parse-content-disposition.
5906 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
5907 mail-header-parse-content-type.
5908
5909 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
5910 insert charset and format parameters; encode description after
5911 inserting it to buffer.
5912 (mml-insert-parameter): Fold lines properly even if a parameter is
5913 segmented into two or more lines; change the max column to 76.
5914
5915 * rfc1843.el (rfc1843-decode-article-body): Don't use
5916 ignore-errors when calling mail-header-parse-content-type.
5917
5918 * rfc2231.el (rfc2231-parse-string): Return at least type if
5919 possible; don't cause an error even if it fails in parsing of
5920 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5921 (rfc2231-encode-string): Don't break lines at the beginning, leave
5922 it to mml-insert-parameter.
5923
5924 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
5925 calling mail-header-parse-content-type.
5926
5927 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
5928
5929 * spam-report.el (spam-report-gmane-use-article-number):
5930 Improve doc string.
5931 (spam-report-gmane-internal): Check if a suitable header was found
5932 in the article.
5933
5934 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
5935
5936 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
5937 (rfc2231-encode-string): Make param*=value always begin with LWSP.
5938
5939 2006-02-05 Romain Francoise <romain@orebokech.com>
5940
5941 Update copyright notices of all files in the gnus directory.
5942
5943 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5944
5945 * nnweb.el (nnweb-request-group): Avoid growing overview files.
5946
5947 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
5948
5949 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
5950 segmented lines of parameter value to cope with Thunderbird 1.5
5951 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
5952 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5953 (rfc2231-encode-string): Don't make lines exceeding 76 column.
5954
5955 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
5956
5957 * mml.el (mml-generate-mime-1): Correct the order of inline signed
5958 parts.
5959
5960 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5961
5962 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
5963 there's only one active file for all servers.
5964 (nnweb-request-scan): Make sure nnweb-articles is initialized on
5965 solid groups. Gnus might have used a FAST request to select the group.
5966 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
5967 and nnweb-search redundantly in the active file.
5968 (nnweb-request-list): Don't list bogus groups. There can only be one.
5969 (nnweb-request-create-group): Don't use ARGS.
5970 (nnweb-possibly-change-server, nnweb-request-group): Remove some
5971 initialisations. Let nnoo do the work.
5972
5973 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
5974
5975 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
5976 Say the part has been decoded.
5977
5978 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
5979
5980 2006-01-31 Kevin Ryde <user42@zip.com.au>
5981
5982 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
5983 mailcap-viewer-test-cache when there's no 'test clause, since that
5984 will invert the meaning of a "nil" test previously determined by
5985 mailcap-mailcap-entry-passes-test.
5986
5987 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
5988
5989 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
5990 compiling.
5991
5992 * gnus-sum.el: Ditto.
5993
5994 * message.el: Don't bind tool-bar-map when compiling.
5995
5996 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
5997
5998 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
5999
6000 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
6001
6002 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
6003 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
6004 current Google Groups.
6005
6006 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
6007
6008 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
6009 and tool-bar-mode.
6010
6011 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
6012 and tool-bar-mode.
6013
6014 * message.el (message-tool-bar-update): Simplify.
6015 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
6016
6017 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
6018 gnus-summary-buffer.
6019 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
6020 gnus-summary-reply.
6021
6022 * gmm-utils.el (gmm): Add :version.
6023
6024 2006-01-26 Steve Youngs <steve@sxemacs.org>
6025
6026 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
6027 autoload.
6028
6029 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
6030
6031 * gmm-utils.el (gmm-verbose): Add :group.
6032
6033 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
6034
6035 * message.el: Change some comments WRT tool-bars.
6036
6037 * gnus-sum.el (gnus-summary-tool-bar)
6038 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6039 (gnus-summary-tool-bar-zap-list): New variables.
6040 (gnus-summary-make-tool-bar): Complete rewrite using
6041 `gmm-tool-bar-from-list'.
6042
6043 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6044 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6045 variables.
6046 (gnus-group-make-tool-bar): Complete rewrite using
6047 `gmm-tool-bar-from-list'.
6048 (gnus-group-tool-bar-update): New function.
6049
6050 * message.el (message-mode-field-menu): Add "Show hidden Headers".
6051
6052 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
6053
6054 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6055 is dissected into a single part of which the type is the same as
6056 the given one; decode charset.
6057
6058 2006-01-21 Kevin Ryde <user42@zip.com.au>
6059
6060 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6061 into alists as symbol not string, since that's what
6062 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6063 look for.
6064
6065 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
6066
6067 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6068 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6069
6070 * message.el (message-tool-bar-gnome): Use gmm-ignore.
6071
6072 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
6073
6074 * gnus-art.el (gnus-mime-security-button-commands): New variable.
6075 (gnus-mime-security-button-menu): New definition.
6076 (gnus-mime-security-button-map): Use them.
6077 (gnus-mime-security-button-menu): New function.
6078 (gnus-insert-mime-security-button): Addition to help echo.
6079 (gnus-mime-security-run-function, gnus-mime-security-save-part)
6080 (gnus-mime-security-pipe-part): New functions.
6081
6082 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6083 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6084
6085 * mm-decode.el (mm-handle-set-disposition): Remove.
6086 (mm-handle-set-description): Remove.
6087
6088 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
6089
6090 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6091 (mm-w3m-standalone-supports-m17n-p): New function.
6092 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6093 w3m usage.
6094
6095 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6096 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6097
6098 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
6099
6100 * message.el (message-tool-bar-zap-list): Use
6101 gmm-tool-bar-zap-list as custom type.
6102 (message-tool-bar-update): New function.
6103 (message-tool-bar, message-tool-bar-gnome)
6104 (message-tool-bar-retro): Add message-tool-bar-update.
6105 (message-tool-bar-gnome): Add flyspell-buffer.
6106
6107 * gnus-util.el (gnus-error): Describe `args'.
6108
6109 * gmm-utils.el (gmm-error): Describe `args'.
6110 (gmm-tool-bar-zap-list): New widget.
6111 (gmm-tool-bar-from-list): Improve description of `zap-list'.
6112
6113 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
6114
6115 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6116 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6117 the number of recursive calls.
6118
6119 * mm-decode.el (mm-handle-set-disposition): New macro.
6120 (mm-handle-set-description): New macro.
6121
6122 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
6123
6124 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6125 encoding.
6126
6127 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
6128
6129 * message.el (message-tool-bar-zap-list, message-tool-bar)
6130 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6131 (message-tool-bar-local-item-from-menu): Remove.
6132 (message-tool-bar-map): Replace by `message-make-tool-bar'.
6133 (message-make-tool-bar): New function.
6134 (message-mode): Use `message-make-tool-bar'.
6135
6136 * gmm-utils.el: New file.
6137 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6138 (gmm-lazy): New widget copied from `nnmail.el'.
6139 (gmm-tool-bar-from-list): New function for creating customizable
6140 tool bars.
6141 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
6142 output.
6143 (gmm): Add :prefix to defgroup.
6144
6145 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
6146
6147 * gmm-utils.el (gmm-widget-p): New function.
6148
6149 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
6150
6151 * mml.el (mml-attach-file): Describe `description' in doc string.
6152 (mml-menu): Add Emacs MIME manual and PGG manual.
6153
6154 2006-01-20 Richard M. Stallman <rms@gnu.org>
6155
6156 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6157
6158 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
6159
6160 * nntp.el (nntp-end-of-line): Doc fix.
6161
6162 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
6163
6164 * imap.el (imap-open): Handle case where buffer is a buffer
6165 object.
6166
6167 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6168
6169 * gnus-delay.el (gnus-delay): Don't autoload.
6170 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6171 to be re-loaded when customizing the `gnus-delay' group.
6172
6173 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
6174
6175 * message.el (message-insert-citation-line): Use newlines.
6176
6177 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
6178
6179 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6180
6181 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6182
6183 2006-01-19 Mark D. Baushke <mdb@gnu.org>
6184
6185 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6186
6187 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
6188
6189 * mm-decode.el (mm-inlined-types): Add application/pgp.
6190 (mm-automatic-display): Ditto.
6191
6192 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6193 part as text.
6194
6195 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
6196
6197 * nnrss.el: Update copyright.
6198 (nnrss-opml-import): Query whether to subscribe to each entry.
6199
6200 * gnus-art.el:
6201 * gnus-sum.el:
6202 * mm-uu.el:
6203 * mm-view.el: Update copyright.
6204
6205 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
6206
6207 * message.el (message-info): New function.
6208 (message-mode-menu): Add it.
6209 Update copyright.
6210
6211 * ChangeLog: Fix and update copyright.
6212
6213 2006-01-13 Romain Francoise <romain@orebokech.com>
6214
6215 * message.el (message-forward-subject-name-subject): Prefer the
6216 address to 'nowhere' if the sender has no name.
6217 Fix typo. Update copyright year.
6218
6219 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
6220
6221 * gnus-art.el (article-wash-html): Use
6222 gnus-summary-show-article-charset-alist if a numeric arg is given.
6223 (gnus-article-wash-html-with-w3m-standalone): New function.
6224
6225 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6226 mm-inline-text-html-render-with-w3m-standalone.
6227 (mm-text-html-washer-alist): Map w3m-standalone to
6228 gnus-article-wash-html-with-w3m-standalone.
6229 (mm-inline-text-html-render-with-w3m-standalone): New function.
6230
6231 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6232
6233 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6234 Improve LaTeX.
6235
6236 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
6237
6238 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6239 (nnrss-request-article): Render text/plain parts as HTML.
6240
6241 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6242 the buffer.
6243
6244 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
6245
6246 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6247 custom definition of `gnus-posting-styles'.
6248
6249 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6250 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6251
6252 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
6253
6254 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6255 Use nntp for bug archive.
6256
6257 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
6258
6259 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6260 parts.
6261 (nnrss-normalize-date): New function converts ISO 8601 date into
6262 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6263 (nnrss-check-group): Use it.
6264
6265 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
6266
6267 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6268
6269 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6270 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6271 (nnrss-insert-w3): Ditto.
6272
6273 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6274
6275 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6276 the articles to be forwarded including the case where neither a
6277 number of articles nor a region is specified.
6278
6279 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
6280
6281 * nnrss.el (nnrss-request-article): Fix last change; fill
6282 text/plain parts.
6283
6284 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
6285
6286 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6287 in text/plain part.
6288 (nnrss-check-group): Don't add excessive newline to dc:subject.
6289
6290 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
6291
6292 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6293 article.
6294
6295 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
6296
6297 * nnml.el: Don't require gnus-bcklg. Autoload it.
6298 (nnml-use-compressed-files, nnml-save-mail): Support other
6299 comression programs such as bzip2.
6300
6301 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6302
6303 * dns.el (query-dns): Make sure we check the buffer size before
6304 removing tcp headers.
6305
6306 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
6307
6308 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6309 remove MIME buttons associated with multipart/alternative parts.
6310 (gnus-mime-display-alternative): Tag buttons using `article-type'
6311 text property.
6312
6313 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6314 associated with multipart/alternative parts.
6315
6316 * gnus-art.el (gnus-signature-separator): Fix custom type.
6317
6318 * mm-decode.el (mm-inlined-types): Fix custom type.
6319 (mm-keep-viewer-alive-types): Ditto.
6320 (mm-automatic-display): Ditto.
6321 (mm-attachment-override-types): Ditto.
6322 (mm-inline-override-types): Ditto.
6323 (mm-automatic-external-display): Ditto.
6324
6325 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
6326
6327 * spam-report.el (spam-report-user-mail-address)
6328 (spam-report-user-agent): New variables.
6329 (spam-report-url-ping-plain): Use spam-report-user-agent.
6330
6331 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
6332
6333 * gnus-art.el (gnus-button-handle-custom): Do not just use
6334 `customize-apropos' for any "M-x customize-*" button but the
6335 function called for. Accept both the function name and its
6336 argument in order to achieve this.
6337 (gnus-button-alist): Remove support for "custom:" URL's. Pass
6338 function name to `gnus-button-handle-custom' in case of "M-x
6339 customize-*" buttons.
6340
6341 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
6342
6343 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6344 multipart/alternative and add xref to mm-discouraged-alternatives
6345 in doc string.
6346
6347 * mm-decode.el (mm-discouraged-alternatives): Add xref to
6348 gnus-buttonized-mime-types in doc string.
6349
6350 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
6351
6352 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6353 Suggest image/.* in the doc string.
6354
6355 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6356
6357 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6358 message-marks (Debian bug #342521).
6359
6360 2005-12-12 Simon Josefsson <jas@extundo.com>
6361
6362 * password.el (password-read-from-cache): Add.
6363 (password-read): Use it.
6364
6365 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
6366
6367 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6368 us-ascii as a MIME charset.
6369
6370 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6371 against the case where the 2nd arg TYPE is nil.
6372
6373 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6374
6375 * pop3.el (pop3-stream-type): Fix custom version.
6376
6377 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6378
6379 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6380
6381 * mm-decode.el (mm-display-external): Add missing cdr.
6382
6383 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6384
6385 * mm-decode.el (mm-display-external): Use nametemplate (defined in
6386 RFC1524) if it is in mailcap or add a suffix according to
6387 mailcap-mime-extensions when generating a temp filename; postpone
6388 deleting a temp file for 2 seconds for some wrappers, shell
6389 scripts, and so on, which might exit right after having started a
6390 viewer command as a background job.
6391
6392 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6393
6394 * nntp.el (nntp-marks-directory): Fix custom group.
6395
6396 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6397 steps when < 10.
6398
6399 * gnus-start.el (gnus-no-server-1): Mention
6400 `gnus-level-default-subscribed' in doc string.
6401
6402 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6403
6404 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6405 parens.
6406
6407 2005-11-26 Dave Love <fx@gnu.org>
6408
6409 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6410 (tls-program, tls-success): Provide openssl alternative.
6411
6412 * starttls.el: Doc fixes.
6413 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6414 SERVICE to PORT.
6415
6416 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
6417 port null or service name.
6418 (starttls-negotiate): Autoload.
6419
6420 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6421
6422 * message.el (message-kill-to-signature): Fix interactive spec.
6423
6424 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6425
6426 * pop3.el (pop3-open-server): Recognize a string as a service name.
6427
6428 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
6429
6430 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6431
6432 2005-11-23 Dave Love <fx@gnu.org>
6433
6434 Add pop3s, pop3/starttls.
6435
6436 * pop3.el (pop3-authentication-scheme): Clarify doc.
6437 (open-tls-stream, starttls-open-stream): Autoload.
6438 (pop3-stream-type): New.
6439 (pop3-open-server): Use it.
6440
6441 * mail-source.el (mail-sources): Fix some :types. Add stream type
6442 for POP.
6443 (mail-source-keyword-map): Add :stream for POP.
6444 (mail-source-fetch-pop): Use pop3-stream-type.
6445
6446 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
6447
6448 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6449 of current-time-string.
6450
6451 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
6452
6453 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6454 date header.
6455
6456 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6457
6458 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6459 it can seriously impact performance as it bypasses the agent's
6460 local caches.
6461
6462 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6463
6464 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6465 must be explicitly online rather than "not explicitly offline" for
6466 its flags to be synchronized.
6467
6468 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6469 that gnus-uu-unmark-thread will function correctly.
6470
6471 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6472 1024K is instead displayed as 1M.
6473
6474 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6475
6476 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6477
6478 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
6479
6480 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6481
6482 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
6483
6484 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6485 error message to display actual error condition.
6486 (gnus-agent-save-local): Avoid saving symbols that are bound to
6487 nil as they simply result in a warning message in
6488 gnus-agent-read-local.
6489
6490 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6491
6492 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6493 rather than make-variable-buffer-local for file-precious-flag.
6494
6495 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6496
6497 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6498 for duplicates which are removed. The invalid sort check then
6499 triggers a rescan after the sort as sorting may have moved
6500 duplicate entries such that they can be cheaply detected.
6501
6502 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6503
6504 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6505
6506 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6507
6508 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6509 internal variable to a custom variable. Changed default value
6510 from compressed(2) to uncompressed(1).
6511 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6512 support for uncompressed agentview files. Taken together, reading
6513 the agentview file should now be 6-7 times faster.
6514
6515 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
6516
6517 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6518 as a buffer-local variable. This avoids creating truncated
6519 dribble files as a result of a hang up, eg.
6520
6521 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6522
6523 * gnus-start.el (gnus-start-draft-setup): Enforce
6524 `gnus-draft-mode' for nndraft:drafts at startup.
6525
6526 * gnus.el (gnus-splash): Change custom group.
6527 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6528 allow-list argument.
6529
6530 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6531 string.
6532
6533 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6534
6535 * gnus-art.el (gnus-default-article-saver): Add user-defined
6536 `function' to custom type.
6537
6538 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6539
6540 * imap.el (imap-open): Handle case where buffer is a buffer
6541 object.
6542
6543 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6544
6545 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6546 long lines.
6547 (gnus-cache-delete-group): Wrap doc strings.
6548
6549 * gnus-agent.el (gnus-agent-rename-group)
6550 (gnus-agent-delete-group): Wrap doc strings.
6551
6552 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6553
6554 * gnus-start.el (gnus-1): Add "native" to
6555 gnus-predefined-server-alist.
6556
6557 * gnus.el (gnus-method-to-server): Don't add "native" to the
6558 lists here, because that leads to problems when
6559 gnus-select-method is bound.
6560
6561 2005-11-09 Simon Josefsson <jas@extundo.com>
6562
6563 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6564 use (not sort-by-date) instead.
6565
6566 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6567
6568 * gnus-delay.el (gnus-delay-group): Don't autoload.
6569 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6570 to be re-loaded when customizing the `gnus-delay' group.
6571
6572 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
6573
6574 * message.el: Revert last changes.
6575 (message-insert-citation-line): Use newlines.
6576
6577 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6578
6579 * message.el (message-courtesy-message)
6580 (message-mark-insert-begin, message-mark-insert-end)
6581 (message-elide-ellipsis, message-cancel-message)
6582 (message-add-header, message-change-subject)
6583 (message-cross-post-followup-to-header)
6584 (message-cross-post-insert-note, message-reduce-to-to-cc)
6585 (message-widen-reply, message-delete-not-region)
6586 (message-kill-to-signature, message-insert-signature)
6587 (message-insert-importance-high, message-insert-importance-low)
6588 (message-insert-or-toggle-importance)
6589 (message-insert-disposition-notification-to)
6590 (message-indent-citation, message-yank-original)
6591 (message-cite-original-without-signature, message-cite-original)
6592 (message-insert-citation-line, message-position-on-field)
6593 (message-fix-before-sending, message-send-mail-partially)
6594 (message-send-mail, message-send-mail-with-sendmail)
6595 (message-send-mail-with-qmail, message-send-news)
6596 (message-check-news-header-syntax, message-generate-headers)
6597 (message-insert-courtesy-copy, message-fill-address)
6598 (message-fill-header, message-shorten-references)
6599 (message-setup-1, message-cancel-news)
6600 (message-forward-make-body-plain, message-forward-make-body-mime)
6601 (message-forward-make-body-mml, message-encode-message-body)
6602 (message-forward-make-body-digest-plain)
6603 (message-forward-make-body-digest-mime)
6604 (message-use-alternative-email-as-from): Insert `hard-newline'
6605 instead of ordinary newlines.
6606
6607 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
6608
6609 * message.el (message-generate-headers): Downcase the argument
6610 given to message-check-element.
6611
6612 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
6613
6614 * nntp.el (nntp-authinfo-rejected): New error condition.
6615 (nntp-wait-for): Use new error condition to signal authentication
6616 error.
6617 (nntp-retrieve-data): Rethrow new error condition to break out of
6618 recursive call to nntp-send-authinfo.
6619
6620 2005-11-08 Romain Francoise <romain@orebokech.com>
6621
6622 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6623 (gnus-summary-exit-map): Bind to `Z p'.
6624 (gnus-summary-make-menu-bar): Add menu item.
6625
6626 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
6627
6628 * gnus-art.el (gnus-article-treat-custom): Add `first'.
6629 (gnus-treat-*): Add `first' in all doc strings.
6630
6631 * gnus-group.el (gnus-group-compact-group): Fix typo.
6632
6633 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6634
6635 * gnus.el (gnus-parameters-case-fold-search): New variable.
6636 (gnus-parameters-get-parameter): Use it.
6637
6638 * gnus-score.el (gnus-home-score-file): Doc fix.
6639
6640 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
6641
6642 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6643
6644 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
6645
6646 * mm-util.el (mm-special-display-p): New function.
6647
6648 * mml.el (mml-preview): Use it; doc fix.
6649
6650 2005-10-29 Romain Francoise <romain@orebokech.com>
6651
6652 * message.el (message-fix-before-sending): Fix comment.
6653
6654 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6655
6656 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6657
6658 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6659
6660 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6661 Used in gnus-score.el.
6662
6663 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6664
6665 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6666
6667 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6668
6669 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6670 whitespace removed in revision 7.8. Use concatenated string to
6671 protect trailing whitespace.
6672
6673 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
6674
6675 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6676 (nnimap-request-expire-articles): Use it to avoid sending 'UID
6677 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6678 Courier IMAP ("some version from 2004"). Mostly based on similar
6679 code in the same function.
6680
6681 2005-10-26 Didier Verna <didier@xemacs.org>
6682
6683 * gnus-group.el (gnus-group-compact-group): Invalidate original
6684 article buffer.
6685 * gnus-srvr.el (gnus-server-compact-server): Ditto.
6686 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6687 NOV database and in article itself.
6688 Invalidate article backlog.
6689
6690 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
6691
6692 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6693
6694 2005-10-26 Simon Josefsson <jas@extundo.com>
6695
6696 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6697 part of 2004-07-25 change.
6698
6699 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
6700
6701 * message.el (message-display-completion-list): New function.
6702 (message-expand-group): Use it; make sure the Completions buffer
6703 is modifiable.
6704
6705 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6706
6707 * imap.el (imap-open): Handle case where buffer is a buffer object.
6708
6709 2005-10-24 Eli Zaretskii <eliz@gnu.org>
6710
6711 * pgg-def.el:
6712 * pgg-gpg.el:
6713 * pgg-parse.el:
6714 * pgg-pgp.el:
6715 * pgg-pgp5.el:
6716 * pgg.el: Move to the parent lisp directory.
6717
6718 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
6719
6720 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6721 user-mail-name is an empty string.
6722
6723 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
6724
6725 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6726 depending on gnus-score-decay-constant.
6727
6728 * encrypt.el (encrypt-insert-file-contents)
6729 (encrypt-write-file-contents): Don't use `gnus-message'.
6730
6731 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6732 arguments.
6733 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
6734 arguments to mm-uu-verbatim-marks-extract.
6735 (mm-uu-hide-markers): New variable.
6736 (mm-uu-extract): Use face similar to `gnus-cite-3'.
6737
6738 * gnus-fun.el (gnus-convert-image-to-x-face-command)
6739 (gnus-convert-image-to-face-command): Use "convert" by default to
6740 allow other input image formats.
6741 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6742 accordingly.
6743
6744 2005-10-23 Simon Josefsson <jas@extundo.com>
6745
6746 * imap.el (imap-gssapi-program): Align command line parameters
6747 with latest GNU SASL.
6748 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6749
6750 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6751
6752 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6753 HTML.
6754 (nnslashdot-request-article): Ditto.
6755
6756 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
6757
6758 * mail-source.el (mail-source-fetch-pop): Require pop3.
6759 (mail-source-check-pop): Ditto.
6760
6761 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6762
6763 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6764 errors.
6765
6766 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
6767
6768 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6769 (gnus-treat-strip-leading-blank-lines): Improve doc string.
6770
6771 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6772
6773 * mm-bodies.el (mm-decode-string): Call
6774 `mm-charset-to-coding-system' with allow-override argument.
6775
6776 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6777
6778 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6779 (rfc2047-charset-to-coding-system): New function.
6780 (rfc2047-decode-encoded-words): New function.
6781 (rfc2047-decode-region): Use them.
6782 (rfc2047-decode-cte): Remove.
6783 (rfc2047-parse-and-decode): Remove.
6784 (rfc2047-decode): Remove.
6785
6786 2005-10-15 Kenichi Handa <handa@m17n.org>
6787
6788 * rfc2047.el (rfc2047-decode-cte): New function.
6789 (rfc2047-decode-region): Change the way to decode successive
6790 encoded-words: decode B- or Q-encoding in each encoded-word,
6791 concatenate them, and decode it as charset.
6792
6793 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
6794
6795 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
6796 widget-move-and-invoke.
6797 (gnus-custom-mode): Use gnus-custom-map.
6798
6799 2005-10-15 Bill Wohler <wohler@newt.com>
6800
6801 * message.el (message-tool-bar-map): Renamed image file from
6802 mail_send to mail/send.
6803
6804 2005-10-16 Masatake YAMATO <jet@gyve.org>
6805
6806 * message.el (message-expand-group): Pass the common
6807 prefix substring of completion to `display-completion-list'.
6808
6809 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
6810
6811 * mml-sec.el (mml-secure-method): New internal variable.
6812 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
6813 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6814 functions using mml-secure-method.
6815
6816 * mml.el (mml-mode-map): Add key bindings for those functions.
6817 (mml-menu): Simplify security menu entries. Suggested by Jesper
6818 Harder <harder@myrealbox.com>.
6819 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
6820 end of message if point is the headers of the message.
6821
6822 * message.el (message-in-body-p): New function.
6823
6824 * assistant.el: Autoload gnus-util and netrc.
6825
6826 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
6827 Use `mm-charset-override-alist' only when decoding.
6828
6829 * mm-bodies.el (mm-decode-body): Call
6830 `mm-charset-to-coding-system' with allow-override argument.
6831
6832 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
6833 `filename' from Content-Disposition if Content-Type doesn't
6834 provide `name'.
6835 (gnus-mime-view-part-as-type): Set default instead of
6836 initial-input.
6837
6838 2005-10-09 Daniel Brockman <daniel@brockman.se>
6839
6840 * format-spec.el (format-spec): Propagate text properties of % spec.
6841
6842 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
6843
6844 * gnus-art.el (gnus-treat-predicate): Add `first'.
6845
6846 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
6847
6848 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
6849 (mm-charset-override-alist): New variable.
6850 (mm-charset-to-coding-system): Use it.
6851 (mm-codepage-setup): New helper function.
6852 (mm-charset-eval-alist): New variable.
6853 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
6854 about unknown charsets.
6855
6856 2005-10-04 David Hansen <david.hansen@gmx.net>
6857
6858 * nnrss.el (nnrss-request-article): Add support for the comments tag.
6859 (nnrss-check-group): Ditto.
6860
6861 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
6862
6863 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
6864 Rename x-gnus-verbatim to x-verbatim.
6865 (mm-uu-type-alist): Fix regexp for verbatim-marks.
6866
6867 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
6868 x-verbatim.
6869
6870 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
6871
6872 * gnus-util.el (gnus-remove-duplicates): Remove.
6873
6874 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
6875 instead of gnus-remove-duplicates.
6876
6877 * message.el (message-remove-duplicates): Remove.
6878 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
6879 message-remove-duplicates.
6880
6881 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
6882 available, else use implementation from `delete-dups'.
6883
6884 * message.el (message-insert-expires): New function.
6885 (message-mode-map): Add key binding.
6886 (message-mode-field-menu): Add menu entry.
6887 (message-mode): Document it.
6888 (message-make-expires-date): Use `message-make-date'.
6889
6890 2005-10-04 Josh Huber <huber@alum.wpi.edu>
6891
6892 * message.el (message-make-expires-date): New function.
6893
6894 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
6895
6896 * time-date.el: Autoload parse-time-string, XEmacs needs it.
6897
6898 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6899
6900 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
6901 function rather than the diff-mode.el package.
6902 (mm-display-external): Use with-current-buffer.
6903 (mm-viewer-completion-map, mm-viewer-completion-map):
6904 Move initialization inside declaration.
6905
6906 2005-09-29 Simon Josefsson <jas@extundo.com>
6907
6908 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
6909 autoload mail-check-payment.
6910 (spam-check-hashcash): Define unconditionally, since hashcash.el
6911 is part of Gnus now. Ignore errors from payment checking.
6912
6913 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
6914
6915 * message.el (message-bold-region, message-unbold-region): Rename
6916 from `bold-region' and `unbold-region'.
6917
6918 * message.el: Remove useless autoloads.
6919
6920 2005-09-28 Simon Josefsson <jas@extundo.com>
6921
6922 * message.el (message-use-idna): Default to t.
6923 (message-use-idna): Test whether encoding works too. Doc fix.
6924
6925 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6926
6927 * nntp.el (nntp-warn-about-losing-connection): Remove.
6928
6929 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
6930
6931 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
6932 customizable. Change default value.
6933 (mm-uu-diff-groups-regexp): Change default value.
6934 (mm-uu-type-alist): Add doc string.
6935 (mm-uu-configure): Add doc string. Make it interactive.
6936 (mm-uu-tex-groups-regexp): New variable.
6937 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
6938 (mm-uu-type-alist): Add LaTeX documents.
6939 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
6940 of "text/verbatim".
6941 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
6942
6943 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
6944 instead of "text/verbatim".
6945
6946 * message.el (message-mark-inserted-region)
6947 (message-mark-insert-file): Use slrn style marks when called with
6948 prefix argument.
6949
6950 2005-09-27 Simon Josefsson <jas@extundo.com>
6951
6952 * message.el (message-idna-to-ascii-rhs-1): Reformat.
6953
6954 2005-09-27 Arne Jørgensen <arne@arnested.dk>
6955
6956 * message.el (message-remove-duplicates): New function.
6957 Implementation borrowed from `gnus-remove-duplicates'.
6958 (message-idna-to-ascii-rhs): Also encode idna addresses in
6959 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6960 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
6961 only ask about the same idna domain once per header and also tell
6962 in what header to replace the idna domain.
6963
6964 * gnus-art.el (article-decode-idna-rhs): Also decode idna
6965 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6966 (article-decode-idna-rhs): Fix regexp so that all idna-address in
6967 a header is decoded and not just the last one.
6968
6969 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
6970
6971 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
6972 has been decoded.
6973
6974 * mm-decode.el (mm-automatic-display): Add text/verbatim.
6975 (mm-insert-part): Don't modify text if it has been decoded.
6976
6977 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
6978 decoded.
6979
6980 * mm-view.el (mm-inline-text): Don't strip text props unless
6981 decoding enriched or richtext parts.
6982
6983 2005-09-25 Romain Francoise <romain@orebokech.com>
6984
6985 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
6986 * gnus-start.el (gnus-subscribe-interactively):
6987 * gnus-uu.el (gnus-uu-grab-articles):
6988 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
6989 space.
6990
6991 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
6992
6993 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6994 * mm-view.el (mm-view-pkcs7-decrypt):
6995 * gnus-sum.el (gnus-summary-limit-to-extra)
6996 (gnus-summary-respool-article, gnus-read-move-group-name):
6997 * gnus-score.el (gnus-summary-increase-score):
6998 * gnus-util.el (gnus-completing-read-with-default):
6999 * gnus-art.el (gnus-read-save-file-name)
7000 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7001 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7002 * message.el (message-check-news-header-syntax):
7003 Follow convention for reading with the minibuffer.
7004
7005 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
7006
7007 * spam-report.el (spam-report-url-ping-plain):
7008 Use gnus-extended-version as User-Agent.
7009
7010 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7011 default value is nil.
7012
7013 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7014 (mm-uu-verbatim-marks-extract): New function.
7015 (mm-uu-extract): New face.
7016 (mm-uu-copy-to-buffer): Use it.
7017
7018 * spam-report.el (spam-report-gmane-ham): Renamed from
7019 `spam-report-gmane-unspam'.
7020 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7021 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
7022
7023 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7024 Autoload.
7025 (spam-report-gmane-unregister-routine): Renamed
7026 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7027
7028 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
7029
7030 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7031 (spam-report-gmane-unregister-routine): Add support for gmane
7032 unregistration.
7033
7034 * spam-report.el (spam-report-gmane-unspam)
7035 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7036 (spam-report-gmane): Change to take a single article and do unspam
7037 registration.
7038
7039 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
7040
7041 * mm-url.el (mm-url-decode-entities): Fix regexp.
7042
7043 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7044
7045 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7046 default to nil, to be able to use Gnus at all. If the default
7047 switches to something else, then the function should be fixed not
7048 be exceedingly slow.
7049
7050 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
7051
7052 * gnus-start.el (gnus-activate-group): If the server is nil, don't
7053 fail hard.
7054
7055 * spam-report.el: Add better Keywords line.
7056
7057 * spam.el: Add Maintainer and better Keywords line.
7058
7059 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
7060
7061 * gnus-art.el (gnus-article-replace-part)
7062 (gnus-mime-replace-part): New functions.
7063 (gnus-mime-action-alist, gnus-mime-button-commands)
7064 (gnus-mime-save-part-and-strip): Added file argument.
7065 (gnus-article-part-wrapper): Added interactive argument.
7066
7067 * gnus-sum.el (gnus-summary-mime-map): Add
7068 `gnus-article-replace-part'.
7069
7070 2005-09-19 Didier Verna <didier@xemacs.org>
7071
7072 The nnml compaction feature:
7073 * nnml.el (nnml-request-compact-group): New function.
7074 * nnml.el (nnml-request-compact): New function.
7075 * gnus-int.el (gnus-request-compact-group): New function.
7076 * gnus-int.el (gnus-request-compact): New function.
7077 * gnus-group.el (gnus-group-compact-group): New function.
7078 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7079 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7080 * gnus-srvr.el (gnus-server-compact-server): New function.
7081 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7082 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7083
7084 2005-09-18 Deepak Goel <deego@gnufans.org>
7085
7086 * sieve.el (sieve-help): Fix `message' call: first arg should be a
7087 format spec.
7088
7089 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7090
7091 * gnus.el (gnus-group-startup-message): Bind image-load-path.
7092
7093 2005-09-15 Romain Francoise <romain@orebokech.com>
7094
7095 * message.el (message-fill-paragraph): Clarify docstring.
7096
7097 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7098
7099 * gnus-art.el (gnus-mime-display-part): Protect against broken
7100 MIME messages.
7101
7102 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
7103
7104 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7105 before parsing header.
7106
7107 2005-09-11 Jari Aalto <jari.aalto@cante.net>
7108
7109 * html2text.el (html2text-replace-list): Add new entities.
7110
7111 2005-09-11 Romain Francoise <romain@orebokech.com>
7112
7113 * message.el (message-alternative-emails): Improve docstring.
7114 (message-setup-1): Call `message-use-alternative-email-as-from'
7115 after `message-setup-hook' to give it precedence over posting
7116 styles, etc.
7117 (message-use-alternative-email-as-from): Add docstring. Remove
7118 the original From header if present.
7119
7120 * nnml.el (nnml-compressed-files-size-threshold): New variable.
7121 (nnml-save-mail): Use it.
7122
7123 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7124 articles. Add new argument `silent'.
7125 (gnus-uu-mark-all): Report the total number of marked articles.
7126
7127 2005-09-10 Romain Francoise <romain@orebokech.com>
7128
7129 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7130 (gnus-uu-mark-series): Likewise.
7131
7132 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
7133
7134 * spam-report.el (spam-report-gmane): Fix generation of spam
7135 report URL.
7136
7137 2005-09-10 Simon Josefsson <jas@extundo.com>
7138
7139 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7140 t, based on discussion on the ding list with Robert Epprecht
7141 <epprecht@solnet.ch>.
7142
7143 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
7144
7145 * spam-report.el (spam-report-gmane): Make it work without
7146 X-Report-Spam header. Gmane now only provides Archived-At.
7147 This is only used if `spam-report-gmane-use-article-number' is nil.
7148 (spam-report-gmane-spam-header): Remove. Not used anymore.
7149
7150 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7151 make `gnus-summary-sort-by-recipient' work with threading.
7152
7153 * nnweb.el (nnweb-google-wash-article): Print a message if article
7154 is not available.
7155
7156 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7157
7158 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7159 change. Decode text/* parts content before displaying.
7160
7161 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
7162
7163 * mml-smime.el: Remove defvar of gnus-extract-address-components.
7164
7165 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
7166
7167 * mm-view.el (mm-display-inline-fontify): Disable support modes.
7168
7169 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
7170
7171 * message.el (message-tab-body-function): Fix mismatched custom type.
7172
7173 * gnus.el (gnus-group-change-level-function): Ditto.
7174
7175 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7176
7177 * gnus-art.el (gnus-signature-limit)
7178 (gnus-article-mime-part-function): Ditto.
7179
7180 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
7181
7182 * mml.el (mml-mode): Silence the byte compiler.
7183
7184 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7185 using `(sit-for 0)' before moving the point to the specified part;
7186 skip unbuttonized parts.
7187 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7188 return to the summary window if gnus-auto-select-part is non-nil.
7189
7190 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
7191
7192 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7193 variables.
7194 (mml-dnd-attach-file, mml-mode): Use them.
7195
7196 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7197 Make fetching article by MID work again for Google Groups. Added
7198 FIXME concerning gnus-group-make-web-group.
7199
7200 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7201 Don't depend on Gnus by using mail-extract-address-components if
7202 gnus-extract-address-components is not bound.
7203
7204 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7205
7206 * gnus-art.el (gnus-mime-display-security): Don't display the
7207 signature, but only the signed part.
7208
7209 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
7210
7211 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7212
7213 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7214 list, not listp.
7215
7216 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
7217
7218 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7219 when encoding.
7220
7221 * mm-bodies.el (mm-decode-content-transfer-encoding):
7222 De-canonicalize CRLF for all text content types, not just
7223 text/plain.
7224
7225 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7226
7227 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7228 valid article; point arrow and cursor at the MIME button.
7229
7230 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
7231
7232 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7233 Suggested by Dan Christensen <jdc@uwo.ca>.
7234
7235 * mm-decode.el (mm-save-part): Enable change of prompt.
7236
7237 2005-08-29 Jari Aalto <jari.aalto@cante.net>
7238
7239 * gnus-msg.el (gnus-inews-add-send-actions): Made
7240 `message-post-method' lambda parameter ARG `&optional'.
7241
7242 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
7243
7244 * gnus-sum.el (gnus-summary-mime-map): Added
7245 gnus-article-save-part-and-strip, gnus-article-delete-part and
7246 gnus-article-jump-to-part.
7247
7248 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7249 (gnus-article-edit-part): Use it.
7250 (gnus-article-part-wrapper): Added no-handle argument.
7251 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7252 functions.
7253
7254 2005-08-29 Romain Francoise <romain@orebokech.com>
7255
7256 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7257 docstring.
7258 (gnus-face-from-file): Likewise.
7259
7260 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
7261
7262 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7263 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7264 non-nil.
7265 (gnus-auto-select-part): New variable.
7266 (gnus-article-jump-to-part): New function.
7267 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7268 (gnus-mime-delete-part): Allow selecting specified part after
7269 deleting or stripping parts.
7270 (gnus-article-jump-to-part): Don't use `read-number'. Use last
7271 part if argument is bogus.
7272
7273 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
7274
7275 * gnus-art.el (w3m-minor-mode-map):
7276 * gnus-spec.el (gnus-newsrc-file-version):
7277 * gnus-util.el (nnmail-active-file-coding-system)
7278 (gnus-original-article-buffer, gnus-user-agent):
7279 * gnus.el (gnus-ham-process-destinations)
7280 (gnus-parameter-ham-marks-alist)
7281 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7282 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7283 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7284 * mm-decode.el (gnus-current-window-configuration):
7285 * mm-extern.el (gnus-article-mime-handles):
7286 * mm-url.el (url-current-object, url-package-name)
7287 (url-package-version):
7288 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7289 (smime-keys, w3m-cid-retrieve-function-alist)
7290 (w3m-current-buffer, w3m-display-inline-images)
7291 (w3m-minor-mode-map):
7292 * mml-smime.el (gnus-extract-address-components):
7293 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7294 (gnus-newsrc-hashtb, message-default-charset)
7295 (message-deletable-headers, message-options)
7296 (message-posting-charset, message-required-mail-headers)
7297 (message-required-news-headers):
7298 * mml1991.el (mc-pgp-always-sign):
7299 * mml2015.el (mc-pgp-always-sign):
7300 * nnheader.el (nnmail-extra-headers):
7301 * rfc1843.el (gnus-decode-encoded-word-function)
7302 (gnus-decode-header-function, gnus-newsgroup-name):
7303 * spam-stat.el (gnus-original-article-buffer): Add defvars.
7304
7305 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
7306
7307 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7308 the end of the date treatments.
7309
7310 2005-08-15 Simon Josefsson <jas@extundo.com>
7311
7312 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7313 it in url-handlers.el and XEmacs in url.el. Reported by Luca
7314 Capello and Romain Francoise.
7315 (pgg-fetch-key-function): Removed, not used?
7316 (pgg-insert-url-with-w3): Require url, to get
7317 url-insert-file-contents regardless of where it is defined.
7318
7319 2005-08-13 Romain Francoise <romain@orebokech.com>
7320
7321 * message.el (message-cite-original-1): New function.
7322 (message-cite-original): Use it.
7323 (message-cite-original-without-signature): Ditto.
7324
7325 2005-08-08 Romain Francoise <romain@orebokech.com>
7326
7327 * message.el (message-yank-empty-prefix): New variable.
7328 (message-indent-citation): Use it.
7329 (message-cite-original-without-signature): Respect X-No-Archive.
7330
7331 2005-08-08 Simon Josefsson <jas@extundo.com>
7332
7333 * pgg.el: Autoload url-insert-file-contents instead of loading
7334 w3/url.
7335 (pgg-insert-url-with-w3): Don't load url here.
7336
7337 2005-08-07 Jesper Harder <harder@phys.au.dk>
7338
7339 * message.el (message-kill-to-signature): Don't insert newline at
7340 bol.
7341 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7342
7343 2005-08-06 Romain Francoise <romain@orebokech.com>
7344
7345 * message.el (message-user-fqdn): Fix typo in docstring.
7346
7347 2005-08-05 Daiki Ueno <ueno@unixuser.org>
7348
7349 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7350
7351 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7352
7353 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
7354
7355 * mm-bodies.el (mm-encode-body): Use coding system rather than
7356 charset to encode text.
7357
7358 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7359 number of charsets if utf-8 is available (XEmacs).
7360
7361 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
7362
7363 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7364 taken from `gnus-button-mid-or-mail-regexp'.
7365 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7366 (gnus-button-alist): Improve regexp for domain part of the MIDs
7367 for news:localpart@domain buttons.
7368 (gnus-button-ctan-directory-regexp): Update.
7369
7370 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
7371
7372 * sieve-manage.el (sieve-manage-interactive-login): Use
7373 make-local-variable rather than make-variable-buffer-local.
7374 (sieve-manage-open): Ditto.
7375 (sieve-manage-authenticate): Ditto.
7376
7377 * mml.el (mml-generate-mime-1): Make the content type default to
7378 text/plain if the filename is not specified.
7379
7380 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
7381
7382 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7383 instead of insert-buffer.
7384
7385 * message.el (message-yank-original): Ditto; set the mark at the
7386 end of the yanked message.
7387
7388 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
7389
7390 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7391 lines to scroll rather than to stop it.
7392
7393 * mml.el (mml-generate-default-type): Add doc string.
7394 (mml-generate-mime-1): Use mm-default-file-encoding or make it
7395 default to application/octet-stream when determining the content
7396 type if it is not specified for the part or the mml contents; add
7397 a comment about mml-generate-default-type.
7398
7399 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
7400
7401 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7402 make it default to application/octet-stream when determining the
7403 content type if it is not specified for the external contents.
7404
7405 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
7406
7407 * rfc2231.el (rfc2231-parse-string): Take care that not only a
7408 segmented parameter but also other parameters might be there.
7409
7410 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
7411
7412 * mm-decode.el (mm-display-external): Delete temp file, directory
7413 and buffer immediately if the external process is exited.
7414
7415 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
7416
7417 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7418 fewer lines than that of scroll-margin.
7419 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7420
7421 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
7422
7423 * gnus-art.el (gnus-article-next-page): Revert.
7424 (gnus-article-beginning-of-window): New macro.
7425 (gnus-article-next-page-1): Use it.
7426 (gnus-article-prev-page): Ditto.
7427 (gnus-article-edit-part): Use insert-buffer-substring instead of
7428 insert-buffer.
7429 (gnus-article-edit-exit): Ditto.
7430
7431 * gnus-util.el (gnus-beginning-of-window): Remove.
7432 (gnus-end-of-window): Remove.
7433
7434 2005-07-25 Simon Josefsson <jas@extundo.com>
7435
7436 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7437 to have the url package without w3. Reported by Daiki Ueno
7438 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7439
7440 2005-07-20 Didier Verna <didier@xemacs.org>
7441
7442 * gnus-diary.el: Remove the description comment (nndiary is now
7443 properly documented in the Gnus manual).
7444 Fix the spelling of "Back End".
7445 * nndiary.el: Ditto.
7446 Fix the copyright notice.
7447
7448 2005-07-18 Romain Francoise <romain@orebokech.com>
7449
7450 * gnus-sum.el (gnus-summary-to-prefix)
7451 (gnus-summary-newsgroup-prefix): New variables.
7452 (gnus-summary-from-or-to-or-newsgroups): Use them.
7453
7454 2005-07-17 Romain Francoise <romain@orebokech.com>
7455
7456 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7457 space as it's generally not especially interesting to the user.
7458
7459 2005-07-16 Romain Francoise <romain@orebokech.com>
7460
7461 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7462 nil to avoid prompting and file modification if one of the
7463 messages at the top of the nnfolder file contains a copyright
7464 notice.
7465 Update copyright notice.
7466
7467 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7468 instead of `current-time-string' as the latter creates a time
7469 string that is not RFC 2822 compliant (it lacks the zone).
7470 Update copyright notice.
7471
7472 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7473
7474 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7475 for text/rtf. Display default in prompt. Pass default for M-n.
7476
7477 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7478
7479 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7480
7481 * gnus-msg.el (gnus-button-mailto): Remove
7482 save-selected-window-window hackery because it relies on
7483 save-selected-window internals.
7484
7485 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
7486
7487 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7488 (gnus-article-next-page-1): Use gnus-beginning-of-window.
7489 (gnus-article-prev-page): Ditto.
7490
7491 * gnus-util.el (gnus-beginning-of-window): New function.
7492 (gnus-end-of-window): New function.
7493
7494 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
7495
7496 * gnus-score.el (gnus-score-edit-all-score): Set
7497 gnus-score-edit-exit-function to gnus-score-edit-done and call
7498 gnus-message.
7499
7500 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7501
7502 * gnus-msg.el (gnus-button-mailto): Remove
7503 save-selected-window-window hackery because it relies on
7504 save-selected-window internals.
7505
7506 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7507
7508 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7509 add-minor-mode.
7510 (gnus-binary-mode): Ditto.
7511
7512 * gnus-topic.el (gnus-topic-mode): Ditto.
7513
7514 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
7515
7516 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7517 (gnus-article-prev-page): Take scroll-margin into consideration.
7518
7519 2005-07-04 Lute Kamstra <lute@gnu.org>
7520
7521 Update FSF's address in GPL notices.
7522
7523 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
7524
7525 * gnus.el (gnus-exit):
7526 * gnus-group.el (gnus-group-icons):
7527 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7528
7529 * gnus-nocem.el (gnus-nocem):
7530 * message.el (message-various, message-buffers, message-sending)
7531 (message-interface, message-forwarding, message-insertion)
7532 (message-headers, message-news, message-mail):
7533 * pgg-gpg.el (pgg-gpg):
7534 * pgg-parse.el (pgg-parse):
7535 * pgg-pgp.el (pgg-pgp):
7536 * pgg-pgp5.el (pgg-pgp5):
7537 * pop3.el (pop3): Finish `defgroup' description with period.
7538
7539 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
7540
7541 * gnus-art.el (article-display-face): Improve the efficiency.
7542 (article-display-x-face): Ditto; remove grey x-face stuff.
7543
7544 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
7545
7546 * gnus-art.el (article-display-face): Correct the position in
7547 which Faces are inserted.
7548
7549 2005-06-29 Didier Verna <didier@xemacs.org>
7550
7551 * gnus-art.el (article-display-face): Display faces in correct
7552 order.
7553
7554 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7555
7556 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7557 (gnus-fill-real-hashtb): Use hash table instead of obarray.
7558 (gnus-nocem-check-article): Fetch the Type header.
7559 (gnus-nocem-message-wanted-p): Fix the way to examine types.
7560 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7561 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7562 make sure gnus-nocem-hashtb is initialized.
7563 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7564 (gnus-nocem-unwanted-article-p): Ditto.
7565
7566 * pgg.el (pgg-verify): Return the verification result.
7567
7568 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7569
7570 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7571 is ascii.
7572
7573 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
7574
7575 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7576 `show-nonbreak-escape'.
7577
7578 2005-06-23 Lute Kamstra <lute@gnu.org>
7579
7580 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7581
7582 * dig.el (dig-mode):
7583 * smime.el (smime-mode): Use gnus-run-mode-hooks.
7584
7585 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
7586
7587 * nnimap.el (nnimap-split-download-body): Fix spellings.
7588
7589 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
7590
7591 * gnus-art.el (gnus-article-encrypt-body):
7592 * gnus-cus.el (gnus-score-customize):
7593 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7594 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7595
7596 2005-06-16 Arne Jørgensen <arne@arnested.dk>
7597
7598 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7599 header by looking for magic "MII" at the beginnig.
7600
7601 2005-06-16 Miles Bader <miles@gnu.org>
7602
7603 * assistant.el (assistant-field): Remove "-face" suffix from face name.
7604 (assistant-field-face): New backward-compatibility alias for renamed
7605 face.
7606 (assistant-render-text): Use renamed assistant-field face.
7607
7608 * spam.el (spam): Remove "-face" suffix from face name.
7609 (spam-face): New backward-compatibility alias for renamed face.
7610 (spam-face, spam-initialize): Use renamed spam face.
7611
7612 * message.el (message-header-to, message-header-cc)
7613 (message-header-subject, message-header-newsgroups)
7614 (message-header-other, message-header-name)
7615 (message-header-xheader, message-separator, message-cited-text)
7616 (message-mml): Remove "-face" suffix from face names.
7617 (message-header-to-face, message-header-cc-face)
7618 (message-header-subject-face, message-header-newsgroups-face)
7619 (message-header-other-face, message-header-name-face)
7620 (message-header-xheader-face, message-separator-face)
7621 (message-cited-text-face, message-mml-face):
7622 New backward-compatibility aliases for renamed faces.
7623 (message-font-lock-keywords): Use renamed message faces.
7624
7625 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7626 (sieve-test-commands, sieve-tagged-arguments):
7627 Remove "-face" suffix from face names.
7628 (sieve-control-commands-face, sieve-action-commands-face)
7629 (sieve-test-commands-face, sieve-tagged-arguments-face):
7630 New backward-compatibility aliases for renamed faces.
7631 (sieve-control-commands-face, sieve-action-commands-face)
7632 (sieve-test-commands-face, sieve-tagged-arguments-face):
7633 Use renamed sieve faces.
7634
7635 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7636 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7637 (gnus-group-news-3-empty, gnus-group-news-4)
7638 (gnus-group-news-4-empty, gnus-group-news-5)
7639 (gnus-group-news-5-empty, gnus-group-news-6)
7640 (gnus-group-news-6-empty, gnus-group-news-low)
7641 (gnus-group-news-low-empty, gnus-group-mail-1)
7642 (gnus-group-mail-1-empty, gnus-group-mail-2)
7643 (gnus-group-mail-2-empty, gnus-group-mail-3)
7644 (gnus-group-mail-3-empty, gnus-group-mail-low)
7645 (gnus-group-mail-low-empty, gnus-summary-selected)
7646 (gnus-summary-cancelled, gnus-summary-high-ticked)
7647 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7648 (gnus-summary-high-ancient, gnus-summary-low-ancient)
7649 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7650 (gnus-summary-low-undownloaded)
7651 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7652 (gnus-summary-low-unread, gnus-summary-normal-unread)
7653 (gnus-summary-high-read, gnus-summary-low-read)
7654 (gnus-summary-normal-read, gnus-splash):
7655 Remove "-face" suffix from face names.
7656 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7657 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7658 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7659 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7660 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7661 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7662 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7663 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7664 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7665 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7666 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7667 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7668 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7669 (gnus-summary-normal-ticked-face)
7670 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7671 (gnus-summary-normal-ancient-face)
7672 (gnus-summary-high-undownloaded-face)
7673 (gnus-summary-low-undownloaded-face)
7674 (gnus-summary-normal-undownloaded-face)
7675 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7676 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7677 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7678 (gnus-splash-face):
7679 New backward-compatibility aliases for renamed faces.
7680 (gnus-group-startup-message): Use renamed gnus faces.
7681
7682 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7683 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7684 (gnus-server-agent): Remove "-face" suffix from face names.
7685 (gnus-server-agent-face, gnus-server-opened-face)
7686 (gnus-server-closed-face, gnus-server-denied-face)
7687 (gnus-server-offline-face):
7688 New backward-compatibility aliases for renamed faces.
7689 (gnus-server-agent-face, gnus-server-opened-face)
7690 (gnus-server-closed-face, gnus-server-denied-face)
7691 (gnus-server-offline-face): Use renamed gnus faces.
7692
7693 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7694 Remove "-face" suffix from face names.
7695 (gnus-picon-xbm-face, gnus-picon-face):
7696 New backward-compatibility aliases for renamed faces.
7697
7698 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7699 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7700 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7701 (gnus-cite-11): Remove "-face" suffix from face names.
7702 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7703 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7704 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7705 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7706 New backward-compatibility aliases for renamed faces.
7707 (gnus-cite-attribution-face, gnus-cite-face-list)
7708 (gnus-article-boring-faces): Use renamed gnus faces.
7709
7710 * gnus-art.el (gnus-signature, gnus-header-from)
7711 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7712 (gnus-header-content): Remove "-face" suffix from face names.
7713 (gnus-signature-face, gnus-header-from-face)
7714 (gnus-header-subject-face, gnus-header-newsgroups-face)
7715 (gnus-header-name-face, gnus-header-content-face):
7716 New backward-compatibility aliases for renamed faces.
7717 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7718
7719 * gnus-sum.el (gnus-summary-selected-face)
7720 (gnus-summary-highlight): Use renamed gnus faces.
7721 * gnus-group.el (gnus-group-highlight): Likewise.
7722
7723 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
7724
7725 * gnus-sieve.el (gnus-sieve-article-add-rule):
7726 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7727 * spam-stat.el (spam-stat-buffer-change-to-spam)
7728 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7729
7730 * message.el (message-is-yours-p):
7731 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7732
7733 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
7734
7735 * mm-view.el (mm-inline-text): Withdraw the last change.
7736
7737 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
7738
7739 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7740 executing enriched-decode.
7741
7742 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
7743
7744 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7745 charset of tar files.
7746
7747 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
7748
7749 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7750
7751 2005-06-04 Lute Kamstra <lute@gnu.org>
7752
7753 * nnfolder.el (nnfolder-read-folder): Make sure that undo
7754 information is never recorded.
7755
7756 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7757
7758 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7759
7760 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
7761
7762 * pop3.el (pop3-apop): Run md5 in the binary mode.
7763
7764 * starttls.el (starttls-set-process-query-on-exit-flag):
7765 Use eval-and-compile.
7766
7767 2005-05-31 Simon Josefsson <jas@extundo.com>
7768
7769 * smime.el (smime-replace-in-string): Define.
7770 (smime-cert-by-ldap-1): Use it.
7771
7772 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
7773
7774 * gnus-art.el (article-display-x-face): Replace
7775 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7776
7777 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7778 set-process-query-on-exit-flag or process-kill-without-query.
7779
7780 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7781 loop instead of replace-regexp.
7782
7783 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7784 instead of process-kill-without-query if it is available.
7785
7786 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7787 instead of find-file-hooks if it is available.
7788
7789 * mml1991.el: Bind pgg-default-user-id when compiling.
7790
7791 * mml2015.el: Bind pgg-default-user-id when compiling.
7792
7793 * nndraft.el (nndraft-request-associate-buffer):
7794 Use write-contents-functions instead of write-contents-hooks if it is
7795 available.
7796
7797 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7798 instead of find-file-hooks if it is available.
7799
7800 * nntp.el (nntp-open-connection): Replace
7801 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7802 (nntp-open-ssl-stream): Ditto.
7803 (nntp-open-tls-stream): Ditto.
7804
7805 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
7806 set-process-query-on-exit-flag or process-kill-without-query.
7807 (starttls-open-stream-gnutls): Use it instead of
7808 process-kill-without-query.
7809 (starttls-open-stream): Ditto.
7810
7811 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
7812
7813 * smime.el (smime-cert-by-ldap-1): Don't use
7814 replace-regexp-in-string.
7815
7816 2005-05-31 Arne Jørgensen <arne@arnested.dk>
7817
7818 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
7819
7820 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
7821 in PEM format. Adjust to the XEmacs compability.
7822
7823 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
7824
7825 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
7826 by `string-to-number'.
7827 * gnus-agent.el (gnus-agent-regenerate-group)
7828 (gnus-agent-fetch-articles): Ditto.
7829 * gnus-art.el (gnus-button-fetch-group): Ditto.
7830 * gnus-cache.el (gnus-cache-generate-active)
7831 (gnus-cache-articles-in-group): Ditto.
7832 * gnus-group.el (gnus-group-set-current-level)
7833 (gnus-group-insert-group-line): Ditto.
7834 * gnus-score.el (gnus-score-set-expunge-below)
7835 (gnus-score-set-mark-below, gnus-summary-score-effect)
7836 (gnus-summary-score-entry): Ditto.
7837 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
7838 (gnus-soup-pack): Ditto.
7839 * gnus-spec.el (gnus-xmas-format): Ditto.
7840 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
7841 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
7842 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
7843 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
7844 * nndb.el (nndb-get-remote-expire-response): Ditto.
7845 * nndiary.el (nndiary-parse-schedule-value)
7846 (nndiary-string-to-number, nndiary-request-replace-article)
7847 (nndiary-request-article): Ditto.
7848 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
7849 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
7850 * nneething.el (nneething-make-head): Ditto.
7851 * nnfolder.el (nnfolder-request-article)
7852 (nnfolder-retrieve-headers): Ditto.
7853 * nnheader.el (nnheader-file-to-number): Ditto.
7854 * nnkiboze.el (nnkiboze-request-article): Ditto.
7855 * nnmail.el (nnmail-process-unix-mail-format)
7856 (nnmail-process-babyl-mail-format): Ditto.
7857 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
7858 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
7859 (nnmh-request-create-group, nnmh-request-list-1)
7860 (nnmh-request-group, nnmh-request-article): Ditto.
7861 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
7862 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
7863 * nnsoup.el (nnsoup-make-active): Ditto.
7864 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
7865 * nntp.el (nntp-find-group-and-number)
7866 (nntp-retrieve-headers-with-xover): Ditto.
7867 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
7868 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
7869 (pgg-format-key-identifier): Ditto.
7870 * pop3.el (pop3-last, pop3-stat): Ditto.
7871 * qp.el (quoted-printable-decode-region): Ditto.
7872
7873 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
7874 of concat.
7875
7876 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
7877
7878 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
7879
7880 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
7881
7882 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
7883
7884 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
7885
7886 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
7887
7888 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
7889
7890 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
7891 (gnus-carpal-mode): Ditto.
7892
7893 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
7894 (gnus-browse-mode): Ditto.
7895
7896 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
7897
7898 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
7899
7900 2005-05-29 Richard M. Stallman <rms@gnu.org>
7901
7902 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
7903
7904 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
7905
7906 * gnus-util.el (gnus-run-mode-hooks): New function.
7907
7908 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
7909
7910 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7911
7912 * gnus-agent.el (gnus-agent-make-mode-line-string):
7913 Use mode-line-highlight as mouse-face.
7914
7915 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
7916
7917 * canlock.el (canlock): Change the parent group to news.
7918
7919 * deuglify.el (gnus-outlook-deuglify): Add :group.
7920
7921 * dig.el (dig): Add :group.
7922
7923 * dns-mode.el (dns-mode): Add :group.
7924
7925 * encrypt.el (encrypt): Add :group.
7926
7927 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
7928 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
7929 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
7930 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
7931 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
7932
7933 * gnus-diary.el (gnus-diary): Add :group.
7934
7935 * gnus.el (gnus-group-news-1-face): Add :group.
7936 (gnus-group-news-1-empty-face): Ditto.
7937 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
7938 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
7939 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
7940 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
7941 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
7942 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
7943 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
7944 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
7945 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
7946 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
7947 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
7948 (gnus-summary-high-ticked-face): Ditto.
7949 (gnus-summary-low-ticked-face): Ditto.
7950 (gnus-summary-normal-ticked-face): Ditto.
7951 (gnus-summary-high-ancient-face): Ditto.
7952 (gnus-summary-low-ancient-face): Ditto.
7953 (gnus-summary-normal-ancient-face): Ditto.
7954 (gnus-summary-high-undownloaded-face): Ditto.
7955 (gnus-summary-low-undownloaded-face): Ditto.
7956 (gnus-summary-normal-undownloaded-face): Ditto.
7957 (gnus-summary-high-unread-face): Ditto.
7958 (gnus-summary-low-unread-face): Ditto.
7959 (gnus-summary-normal-unread-face): Ditto.
7960 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
7961 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
7962
7963 * hashcash.el (hashcash): New custom group.
7964 (hashcash-default-payment): Add :group.
7965 (hashcash-payment-alist): Ditto.
7966 (hashcash-default-accept-payment): Ditto.
7967 (hashcash-accept-resources): Ditto.
7968 (hashcash-path): Ditto.
7969 (hashcash-extra-generate-parameters): Ditto.
7970 (hashcash-double-spend-database): Ditto.
7971 (hashcash-in-news): Ditto.
7972
7973 * message.el (message-minibuffer-local-map): Add :group.
7974
7975 * netrc.el (netrc): Add :group.
7976
7977 * sieve-manage.el (sieve-manage-log): Add :group.
7978 (sieve-manage-default-user): Diito.
7979 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
7980 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
7981 (sieve-manage-authenticators): Ditto.
7982 (sieve-manage-authenticator-alist): Ditto.
7983 (sieve-manage-default-port): Ditto.
7984
7985 * sieve-mode.el (sieve-control-commands-face): Add :group.
7986 (sieve-action-commands-face): Ditto.
7987 (sieve-test-commands-face): Ditto.
7988 (sieve-tagged-arguments-face): Ditto.
7989
7990 * smime.el (smime): Add :group.
7991
7992 * spam-report.el (spam-report): Add :group.
7993
7994 * spam.el (spam, spam-face): Add :group.
7995
7996 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7997
7998 * nntp.el (nntp-next-result-arrived-p): Some news servers may
7999 return \n.\n.\n at the end of articles. Protect against that.
8000 (nntp-with-open-group): Allow debugging.
8001
8002 * nnheader.el (mail-header-set-extra): Make into a function
8003 because I just could't understand how to quote the list properly.
8004
8005 * dns.el (query-dns-cached): New function.
8006
8007 2005-05-26 Lute Kamstra <lute@gnu.org>
8008
8009 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8010
8011 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
8012
8013 * gnus-art.el: Don't autoload mail-extract-address-components.
8014
8015 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8016 eval-and-compile to evaluate it.
8017
8018 * hashcash.el: Don't autoload executable-find.
8019
8020 * nndb.el: Don't declare the nndb back end two or more times; don't
8021 autoload news-reply-mode, news-setup, cancel-timer and telnet.
8022
8023 * nntp.el: Autoload format-spec instead of format; use
8024 eval-and-compile to evaluate autoload forms.
8025
8026 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
8027
8028 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8029
8030 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8031
8032 * gnus.el (gnus-version-number): Bump version.
8033
8034 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
8035
8036 * gnus.el: No Gnus v0.3 is released.
8037
8038 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
8039
8040 * gnus-art.el (gnus-article-edit-part): Disable undo.
8041
8042 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
8043
8044 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8045 gnus-article-date-lapsed-new-header is t if date timer is active;
8046 skip headers in which the original date value is empty.
8047 (gnus-article-save-original-date): Redefine it as a macro.
8048 (gnus-display-mime): Use it.
8049
8050 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
8051
8052 * gnus-art.el (article-date-ut): Support converting date in
8053 forwarded parts as well.
8054 (gnus-article-save-original-date): New function.
8055 (gnus-display-mime): Use it.
8056
8057 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
8058
8059 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8060 enclosure element of <item>.
8061
8062 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
8063
8064 * message.el (message-kill-buffer-query): Renamed from
8065 `message-kill-buffer-query-if-modified'. Added :version.
8066
8067 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
8068
8069 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8070 window layout.
8071
8072 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
8073
8074 * mml.el: Autoload dnd when compiling.
8075
8076 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
8077
8078 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8079 x-dnd-*.
8080
8081 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
8082
8083 * qp.el (quoted-printable-encode-region): Save excursion.
8084
8085 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
8086
8087 * message.el (message-kill-buffer-query-if-modified): Add new variable
8088 so the user can kill a modified message buffer quickly.
8089 (message-kill-buffer): Use it.
8090
8091 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
8092
8093 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
8094 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8095
8096 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
8097
8098 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8099 contained in text because xml.el decodes entities) with LFs.
8100
8101 2005-04-11 Lute Kamstra <lute@gnu.org>
8102
8103 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8104 differently.
8105
8106 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8107
8108 * mm-util.el (mm-detect-coding-region): Typo.
8109
8110 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
8111
8112 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8113
8114 2005-04-06 D Goel <deego@gnufans.org>
8115
8116 * spam-stat.el (spam-stat-score-buffer): Add a call to a
8117 user-function allow user modifications of the scores.
8118 (spam-stat-score-buffer-user): New function, to allow
8119 user-computed modifications to the score.
8120 (spam-stat-score-buffer-user-functions): List of additional
8121 scoring functions.
8122 (spam-stat-error-holder): Global temporary error holder.
8123 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8124 variable.
8125
8126 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
8127
8128 * gnus-registry.el (gnus-registry-clean-empty-function)
8129 (gnus-registry-trim, gnus-registry-fetch-groups)
8130 (gnus-registry-delete-group): Groups that match
8131 `gnus-registry-ignored-groups' are removed from the registry
8132 entries, not just ignored for splitting. This helps clean up the
8133 registry. Also, `gnus-registry-fetch-groups' is a convenient way
8134 to get all the groups a message ID is in.
8135
8136 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8137 (spam-stat-split-fancy): Change "threshhold" to "threshold"
8138 (spam-stat-score-buffer-user-functions): Add :number custom type.
8139
8140 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8141
8142 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8143 argument in XEmacs.
8144
8145 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8146 (nnrss-request-group): Decode group name first.
8147 (nnrss-request-article): Make a text/plain article if mml-to-mime
8148 failed.
8149 (nnrss-get-encoding): Return a compatible encoding according to
8150 nnrss-compatible-encoding-alist.
8151 (nnrss-find-el): Use consp instead of listp.
8152 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8153
8154 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8155
8156 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8157 which Emacs 20 doesn't support.
8158 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8159
8160 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
8161
8162 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8163 silence the byte compiler inside the defun.
8164
8165 * gnus-demon.el (parse-time-string): Add autoload.
8166
8167 * gnus-delay.el (parse-time-string): Add autoload.
8168
8169 * gnus-art.el (parse-time-string): Add autoload.
8170
8171 * nnultimate.el (parse-time): Require for `parse-time-string'.
8172
8173 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
8174
8175 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8176
8177 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8178
8179 * smime.el (smime-ldap-host-list): Add :version.
8180
8181 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8182
8183 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8184 pass it to `gnus-browse-read-group'.
8185 (gnus-browse-read-group): Add NUMBER argument and pass it to
8186 `gnus-group-read-ephemeral-group'.
8187
8188 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8189 argument and pass it to `gnus-group-read-group'.
8190
8191 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
8192
8193 * mm-util.el (mm-xemacs-find-mime-charset): Only call
8194 mm-xemacs-find-mime-charset-1 if we have the mule feature
8195 available at runtime.
8196
8197 2005-03-25 Werner Lemberg <wl@gnu.org>
8198
8199 * nnmaildir.el: Replace `illegal' with `invalid'.
8200
8201 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8202
8203 * gnus-start.el (gnus-display-time-event-handler):
8204 Check display-time-timer at runtime rather than only at load time
8205 in case display-time-mode is turned off in the mean time.
8206
8207 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
8208
8209 * nnimap.el (nnimap-open-connection): Print which authinfo file is
8210 used.
8211
8212 * nneething.el (nneething-map-file-directory): Derive from
8213 `gnus-directory'.
8214
8215 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8216 the To/Cc button.
8217
8218 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
8219
8220 * nnmaildir.el (nnmaildir-request-accept-article):
8221 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8222
8223 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
8224
8225 * gnus-async.el: Require timer-funcs at compile time when in
8226 XEmacs for `run-with-idle-timer'.
8227
8228 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
8229
8230 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8231 autoloaded function.
8232
8233 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8234
8235 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8236
8237 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
8238
8239 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8240
8241 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8242
8243 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8244 gnus-expert-user to default.
8245
8246 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
8247
8248 * nnimap.el (nnimap-open-server): Ditto.
8249
8250 * imap.el (imap-authenticate): Fix typo.
8251
8252 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
8253
8254 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8255 buffer (since IMAP server might return FETCH response out of
8256 order, and the nntp buffer must be sorted).
8257
8258 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
8259
8260 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8261 comparison on string.
8262
8263 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8264 (gnus-agent-score): Renamed category keywords to match gnus-cus.
8265 (gnus-agent-summary-fetch-series): Modified to protect against
8266 gnus-agent-summary-fetch-group clearing processable flags.
8267 (gnus-agent-synchronize-group-flags): Update live group buffer as
8268 synchronization may occur due to the user toggle the plugged
8269 status.
8270 (gnus-agent-fetch-group-1): Clear downloadable flag when article
8271 successfully downloaded.
8272 (gnus-agent-expire-group-1): Avoid using markers when the overview
8273 is in ascending order; greatly improves performance.
8274 (gnus-agent-regenerate-group): Use
8275 gnus-agent-synchronize-group-flags to reset read status in both
8276 gnus and server.
8277 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8278
8279 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8280
8281 * message.el: Don't autoload former message-utils variables.
8282 (message-strip-subject-trailing-was): Change doc string.
8283
8284 * nnweb.el: Fixes for `gnus-group-make-web-group'.
8285 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
8286 (nnweb-google-search): Add "hl=en" here.
8287 (nnweb-google-parse-1, nnweb-google-create-mapping):
8288 Don't hardcode URL.
8289
8290 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8291
8292 * message.el (message-get-reply-headers, message-followup):
8293 Mention related variables `message-use-followup-to' and
8294 `message-use-mail-followup-to', in the information buffer.
8295
8296 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8297 of broken groups(-beta).google.com.
8298
8299 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
8300
8301 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8302 parameter to invoked gnus-request-move-article; remove the
8303 redundant gnus-sum-hint-move-is-internal variable; apply the marks
8304 all at once instead of once per article.
8305 (gnus-summary-remove-process-mark): Accept a list of articles as
8306 well as a single article for processing.
8307
8308 * gnus-int.el (gnus-request-move-article): Add move-is-internal
8309 parameter.
8310
8311 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8312
8313 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8314
8315 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8316 parameter.
8317
8318 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8319 parameter.
8320
8321 * nnimap.el (nnimap-request-move-article): Add move-is-internal
8322 parameter and remove the gnus-sum-hint-move-is-internal variable.
8323
8324 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8325 parameter.
8326
8327 * nndraft.el (nndraft-request-move-article): Add move-is-internal
8328 parameter.
8329
8330 * nndiary.el (nndiary-request-move-article): Add move-is-internal
8331 parameter.
8332
8333 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8334
8335 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8336 parameter.
8337
8338 * nnagent.el (nnagent-request-move-article): Add move-is-internal
8339 parameter.
8340
8341 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
8342
8343 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8344 a more conservative way.
8345
8346 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8347
8348 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8349 buffer, so it moves the window's cursor.
8350
8351 2005-02-26 Arne Jørgensen <arne@arnested.dk>
8352
8353 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8354 `mm-dissect-multipart' and receive the from field as an (optional)
8355 argument from `mm-dissect-multipart'.
8356 (mm-dissect-multipart): Receive the from field as an argument and
8357 pass it on when we call `mm-dissect-buffer' on MIME parts.
8358 Fixes verification/decryption of signed/encrypted MIME parts.
8359
8360 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
8361
8362 * gnus-sum.el (gnus-summary-move-article): Set
8363 gnus-sum-hint-move-is-internal for gnus-request-move-article and
8364 whatever it calls (right now, only nnimap-request-move article
8365 respects it).
8366
8367 * nnimap.el (nnimap-request-move-article): When
8368 gnus-sum-hint-move-is-internal is set, don't do the extra
8369 nnimap-request-article.
8370
8371 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
8372
8373 * nnheader.el (nnheader-find-file-noselect): Add doc string.
8374
8375 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8376 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8377
8378 * gnus-sum.el (gnus-summary-caesar-message):
8379 Apply `gnus-treat-article' after rotation.
8380
8381 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8382 doc string.
8383
8384 2005-02-22 Simon Josefsson <jas@extundo.com>
8385
8386 * encrypt.el (encrypt-password-cache-expiry): Remove (use
8387 `password-cache-expiry' instead). Reported by Arne Jørgensen
8388 <arne@arnested.dk>.
8389 (encrypt): Add password-cache and password-cache-expiry as group
8390 members.
8391
8392 2005-02-22 Arne Jørgensen <arne@arnested.dk>
8393
8394 * smime.el (smime-ldap-host-list): Doc fix.
8395 (smime-ask-passphrase): Use `password-read-and-add' to read (and
8396 cache) password.
8397 (smime-sign-region): Use it.
8398 (smime-decrypt-region): Use it.
8399 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8400 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8401 fails.
8402 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8403 certificate from DER to PEM format rather than calling openssl.
8404
8405 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8406
8407 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8408 for signing/encryption.
8409
8410 * mml.el (mml-parse-1): Use them.
8411
8412 2005-02-21 Arne Jørgensen <arne@arnested.dk>
8413
8414 * nnrss.el (nnrss-verbose): Removed.
8415 (nnrss-request-group): Use `nnheader-message' instead.
8416
8417 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
8418
8419 * nnrss.el (nnrss-verbose): New variable.
8420 (nnrss-request-group): Make it say nnrss is requesting a group.
8421
8422 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
8423
8424 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8425 Handle news URL with given port correctly.
8426
8427 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
8428
8429 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8430 containing special characters.
8431
8432 * gnus-sum.el (gnus-summary-edit-article): Ditto.
8433
8434 * mml.el (mime-to-mml): Ditto.
8435
8436 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8437 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8438 (rfc2047-decode-region): Quote decoded words containing special
8439 characters when rfc2047-quote-decoded-words-containing-tspecials
8440 is non-nil.
8441
8442 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
8443
8444 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8445
8446 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8447
8448 2005-02-15 Simon Josefsson <jas@extundo.com>
8449
8450 * nnimap.el (nnimap-debug): Doc fix.
8451
8452 * imap.el (imap-debug): Doc fix.
8453
8454 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
8455
8456 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8457
8458 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
8459
8460 * gnus.el (spam-contents): Improve docs for spam-contents
8461 parameter in its variable incarnation.
8462
8463 2005-02-14 Simon Josefsson <jas@extundo.com>
8464
8465 * smime-ldap.el: Use require instead of load-library for ldap.
8466 (smime-ldap-search): Indent.
8467 (smime-ldap-search-internal): Shorten line.
8468
8469 * smime.el (smime-cert-by-dns): Add doc-string.
8470 (smime-cert-by-ldap-1): Indent.
8471
8472 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8473 mml-smime-get-dns-ldap.
8474 (mml-smime-encrypt-query): Use new function. Default to ldap.
8475
8476 2005-02-14 Arne Jørgensen <arne@arnested.dk>
8477
8478 * smime.el: Require smime-ldap.
8479 (smime-ldap-host-list): New variable.
8480 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8481
8482 * mml-smime.el (mml-smime-encrypt-query): New function.
8483 (mml-smime-encrypt-query): Use it.
8484
8485 * smime-ldap.el: New file.
8486
8487 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
8488
8489 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8490
8491 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8492
8493 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8494 argument in doc string. Make query for type more clear.
8495
8496 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
8497
8498 * gnus.el (gnus-group-startup-message): Search for gnus images in
8499 etc/images/gnus.
8500 * mm-util.el (mm-image-load-path): Likewise.
8501 * smiley.el (smiley-data-directory): Search for smilies in
8502 etc/images/smilies.
8503
8504 2005-02-09 Kim F. Storm <storm@cua.dk>
8505
8506 Change Emacs release version from 21.4 to 22.1 throughout.
8507 Change Emacs development version from 21.3.50 to 22.0.50.
8508
8509 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
8510
8511 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8512
8513 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8514 non-Mule XEmacs as well.
8515 (mm-decompress-buffer): Signal an error intentionally if it does
8516 not decompress compressed data because auto-compression-mode is
8517 disabled.
8518
8519 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
8520
8521 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8522 an ID in the registry even if it has no groups.
8523
8524 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
8525
8526 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8527 merge it into mm-decompress-buffer.
8528 (gnus-mime-copy-part): Use the MIME part charset, the value which
8529 a user specified or gnus-newsgroup-charset for decoding, like
8530 gnus-mime-inline-part does; set buffer-file-coding-system to tell
8531 save-buffer what was used. Suggested by Kevin Ryde
8532 <user42@zip.com.au>.
8533 (gnus-mime-inline-part): Allow the name parameter as well as the
8534 filename parameter; force decompressing of compressed data; always
8535 display contents being not decoded as unibyte.
8536
8537 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8538 as well as the filename parameter.
8539
8540 * mm-util.el (mm-decompress-buffer): Merge
8541 gnus-mime-jka-compr-maybe-uncompress.
8542 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8543 of compressed data.
8544
8545 2005-02-08 Simon Josefsson <jas@extundo.com>
8546
8547 * imap.el (imap-log): Doc fix.
8548
8549 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
8550
8551 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8552 the coding cookies; decompress compressed parts.
8553
8554 * mml.el (mml-generate-mime-1): Add the charset parameter according
8555 to the value which a user specified manually or the coding cookie.
8556
8557 * mm-util.el (mm-string-to-multibyte): New function.
8558 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8559 (mm-coding-system-to-mime-charset): New function.
8560 (mm-decompress-buffer): New function.
8561 (mm-find-buffer-file-coding-system): New function.
8562
8563 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8564 (mm-display-inline-fontify): Rewrite for decoding and decompressing
8565 parts.
8566
8567 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8568
8569 * mm-view.el (mm-display-inline-fontify): Decode a part according
8570 to the charset parameter.
8571
8572 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
8573
8574 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8575 prefix arg is neither nil nor a number, as info specifies.
8576
8577 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
8578
8579 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8580 timestamps.
8581
8582 2005-02-02 Jari Aalto <jari.aalto@cante.net>
8583
8584 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8585 groups error checking and notify user.
8586
8587 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
8588
8589 * message.el (message-send-mail-function): Check existence of
8590 sendmail-program first before using default value
8591 `message-send-mail-with-sendmail'. Otherwise use more generic
8592 `smtpmail-send-it'.
8593
8594 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8595
8596 * nntp.el (nntp-request-update-info): Always return nil.
8597
8598 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
8599
8600 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8601
8602 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8603
8604 * message.el (message-beginning-of-line): Change the behavior when
8605 invoked between BOL and : so that it first moves backward.
8606
8607 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8608
8609 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8610 article buffer when editing of the article is discarded.
8611 (gnus-article-prepare): Revert.
8612
8613 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8614
8615 * gnus-art.el (gnus-article-prepare):
8616 Remove message-strip-forbidden-properties from the local hook.
8617
8618 2005-01-27 Simon Josefsson <jas@extundo.com>
8619
8620 * password.el (password-cache-add): Only start one timer per key.
8621 Reported by Derek Atkins <warlord@MIT.EDU>.
8622
8623 2005-01-26 Steve Youngs <steve@sxemacs.org>
8624
8625 * run-at-time.el: Removed. It is no longer needed as
8626 timer-funcs.el in the xemacs-base package has a working version of
8627 `run-at-time'.
8628
8629 * password.el: Require timer-funcs instead of run-at-time in
8630 XEmacs.
8631 Remove `password-run-at-time' macro.
8632 (password-cache-add): Use `run-at-time' instead of
8633 `password-run-at-time'.
8634
8635 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8636 for `run-with-idle-timer'.
8637
8638 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8639 for `run-at-time'.
8640
8641 * mm-url.el: Require timer-funcs at compile time when in XEmacs
8642 for `with-timeout'.
8643
8644 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8645
8646 * mml.el (mml-generate-mime-1): Convert string into unibyte when
8647 inserting " *mml*" buffer's contents into a unibyte temp buffer.
8648
8649 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
8650
8651 * mail-source.el (mail-source-fetch-imap): Search for ^From case
8652 sensitively.
8653
8654 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
8655
8656 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8657
8658 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
8659
8660 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8661 which will be inserted according to the multibyteness of a buffer
8662 rather than the type of contents. Suggested by ARISAWA Akihiro
8663 <ari@mbf.ocn.ne.jp>.
8664
8665 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8666 of string which old xml.el may return rather than a string.
8667
8668 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8669
8670 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8671
8672 2005-01-16 Simon Josefsson <jas@extundo.com>
8673
8674 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8675 idn/idna.el isn't available.
8676 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
8677 <michael@waxrat.com>.
8678
8679 * hashcash.el: Remove non-FSF copyright header.
8680
8681 * hashcash.el (hashcash-extra-generate-parameters): New variable.
8682 (hashcash-generate-payment): Use it.
8683 (hashcash-generate-payment-async): Use it.
8684
8685 2005-01-15 Simon Josefsson <jas@extundo.com>
8686
8687 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8688 Suggested by Raymond Scholz <ray-2005@zonix.de>.
8689
8690 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8691 gnus-summary-idna-message.
8692 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8693 (gnus-summary-idna-message): New function.
8694
8695 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
8696
8697 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8698 gnus-novice-user.
8699
8700 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
8701
8702 * nnrss.el (nnrss-request-delete-group): Delete entries in
8703 nnrss-group-alist as well.
8704 (nnrss-save-server-data): Insert newline.
8705
8706 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
8707
8708 * gnus.el (gnus-user-agent): Use list of symbols instead of
8709 symbols. Display full version number for (S)XEmacs. Optionally
8710 display (S)XEmacs codename.
8711
8712 * gnus-util.el (gnus-emacs-version): Update for new
8713 `gnus-user-agent'.
8714
8715 * gnus-msg.el (gnus-extended-version): Make it possible to omit
8716 Gnus version.
8717
8718 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
8719
8720 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
8721 which is unreadable in some setups.
8722
8723 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8724
8725 * gnus-spec.el (gnus-update-format-specifications): Flush the
8726 group format spec cache if it doesn't support decoded group names.
8727
8728 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8729
8730 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8731 Allow to apply decay on score files matching a regexp.
8732
8733 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
8734
8735 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8736 compatibility in %g and %c.
8737
8738 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
8739
8740 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8741 name for only %g and %c.
8742 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8743 of gnus-tmp-group to decoded group name.
8744 (gnus-group-make-rss-group): Exclude `/'s from group names.
8745
8746 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
8747
8748 * nnrss.el (nnrss-get-encoding): Fix regexp.
8749
8750 2004-12-27 Simon Josefsson <jas@extundo.com>
8751
8752 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8753 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8754 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
8755
8756 2004-12-17 Kim F. Storm <storm@cua.dk>
8757
8758 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8759
8760 * gnus-sum.el (gnus-summary-mode-map): Likewise.
8761
8762 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8763
8764 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8765
8766 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
8767
8768 * nnrss.el: Require rfc2047 and mml.
8769 (nnrss-file-coding-system): New variable.
8770 (nnrss-format-string): Redefine it as an inline function.
8771 (nnrss-decode-group-name): New function.
8772 (nnrss-string-as-multibyte): Remove.
8773 (nnrss-retrieve-headers): Decode group name; don't use
8774 nnrss-format-string.
8775 (nnrss-request-group): Decode group name.
8776 (nnrss-request-article): Decode group name; allow a Message-ID as
8777 well as an article number; don't use nnrss-format-string; encode a
8778 Message-ID string which may contain non-ASCII characters; use
8779 mml-to-mime to compose a MIME article.
8780 (nnrss-request-expire-articles): Decode group name.
8781 (nnrss-request-delete-group): Decode group name.
8782 (nnrss-fetch): Clarify error message.
8783 (nnrss-read-server-data): Use insert-file-contents instead of load;
8784 bind file-name-coding-system; use multibyte buffer.
8785 (nnrss-save-server-data): Bind coding-system-for-write to the
8786 value of nnrss-file-coding-system; bind file-name-coding-system;
8787 add coding cookie.
8788 (nnrss-read-group-data): Use insert-file-contents instead of load;
8789 bind file-name-coding-system; use multibyte buffer.
8790 (nnrss-save-group-data): Bind coding-system-for-write to the
8791 value of nnrss-file-coding-system; bind file-name-coding-system.
8792 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8793 make it work with non-ASCII text.
8794 (nnrss-find-el): Make it work with old xml.el as well.
8795
8796 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8797
8798 * nnrss.el (nnrss-get-encoding): New function.
8799 (nnrss-fetch): Use unibyte buffer initially; bind
8800 coding-system-for-read while performing mm-url-insert; remove ^Ms;
8801 decode contents according to the encoding attribute.
8802 (nnrss-save-group-data): Add coding cookie.
8803 (nnrss-mime-encode-string): New function.
8804 (nnrss-check-group): Use it to encode subject and author.
8805
8806 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
8807
8808 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
8809 imaginary variable.
8810
8811 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8812
8813 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8814 correctly even if there are wide characters.
8815
8816 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
8817
8818 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8819 downcased symbol names; make a new cache instead of reusing
8820 bbdb-hashtable.
8821
8822 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
8823
8824 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8825 concatenating segments rather than before concatenating them.
8826 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8827
8828 * message.el (message-get-reply-headers): Bind `extra'.
8829
8830 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8831
8832 * message.el (message-extra-wide-headers): New variable.
8833 (message-get-reply-headers): Use it.
8834
8835 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
8836
8837 * gnus-agent.el (gnus-agent-group-path): Decode group name.
8838 (gnus-agent-group-pathname): Ditto.
8839
8840 * gnus-cache.el (gnus-cache-file-name): Decode group name.
8841
8842 * gnus-group.el (gnus-group-make-group): Decode group name.
8843 (gnus-group-make-rss-group): Register the group data after opening
8844 the nnrss group.
8845
8846 2004-12-17 Paul Jarc <prj@po.cwru.edu>
8847
8848 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
8849 by expiry now get marked as read.
8850
8851 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8852
8853 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
8854
8855 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
8856
8857 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
8858 unify Latin characters in XEmacs.
8859 (mm-find-mime-charset-region): Use it.
8860
8861 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8862
8863 * gnus-util.el (gnus-delete-directory): New function.
8864
8865 * gnus-agent.el (gnus-agent-delete-group): Use it.
8866
8867 * gnus-cache.el (gnus-cache-delete-group): Use it.
8868
8869 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
8870
8871 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
8872 names.
8873
8874 2004-12-16 Simon Josefsson <jas@extundo.com>
8875
8876 * hashcash.el (hashcash-payment-alist): Fix custom :type.
8877
8878 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8879
8880 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
8881
8882 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
8883 (gnus-group-set-current-level): Decode group name.
8884
8885 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
8886
8887 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
8888 failed.
8889
8890 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
8891
8892 * gnus-group.el (gnus-group-delete-group): Decode group name.
8893 (gnus-group-make-rss-group): Encode group name.
8894 (gnus-group-catchup-current): Decode group name.
8895 (gnus-group-kill-group): Decode group name.
8896
8897 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
8898
8899 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
8900
8901 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
8902
8903 * gnus-group.el (gnus-group-make-rss-group):
8904 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
8905
8906 * gnus-start.el (gnus-setup-news): Honor user's setting to
8907 gnus-message-archive-method. Suggested by Lute Kamstra
8908 <lute@gnu.org>.
8909
8910 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
8911
8912 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
8913 global counterparts of the buffer-local variables.
8914
8915 2004-11-16 Romain Francoise <romain@orebokech.com>
8916
8917 * gnus-sum.el (gnus-summary-exit): Don't clear the global
8918 counterparts of the buffer-local variables.
8919
8920 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8921
8922 * message.el (message-forbidden-properties): Fixed typo in doc
8923 string.
8924
8925 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8926
8927 * gnus-util.el (gnus-replace-in-string): Added doc string.
8928
8929 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
8930 to avoid problems when splitting mails with many recipients.
8931
8932 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8933
8934 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
8935 pop-to-buffer, covered by the subsequent gnus-configure-windows.
8936
8937 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
8938
8939 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
8940 if there is no hashtable in memory or file modification time is
8941 newer than cached timestamp.
8942
8943 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
8944
8945 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
8946 not-matching option.
8947
8948 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
8949
8950 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
8951 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
8952 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8953 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
8954 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
8955 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
8956
8957 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
8958
8959 * message.el (message-forward-make-body-mml): Remove headers
8960 according to message-forward-ignored-headers if a message is decoded.
8961
8962 2004-12-02 Romain Francoise <romain@orebokech.com>
8963
8964 * message.el (message-forward-make-body-plain): Always remove
8965 headers according to message-forward-ignored-headers.
8966
8967 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
8968
8969 * spam.el (spam-summary-prepare-exit): Remove the
8970 gnus-summary-limit pop for now, it has problems with ham marks for
8971 me.
8972
8973 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
8974
8975 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
8976 correctly.
8977
8978 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
8979
8980 * format-spec.el (format-spec): Message the char.
8981
8982 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8983
8984 * gnus-art.el (gnus-split-methods): Reformat comments.
8985
8986 * spam.el (spam-summary-prepare-exit): Remove article limits
8987 before exiting the summary buffer.
8988
8989 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8990
8991 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
8992 order to silence the byte compiler.
8993
8994 * spam.el: Fix the way to silence the byte compiler, which
8995 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
8996 bbdb-search-simple, spam-BBDB-register-routine,
8997 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
8998 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
8999 spam-stat-buffer-is-spam, spam-stat-load,
9000 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9001 spam-stat-save and spam-stat-split-fancy.
9002
9003 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
9004
9005 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9006 which may confuse users.
9007 (canlock-password-for-verify): Ditto.
9008
9009 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9010
9011 * gnus-art.el (gnus-emphasis-alist): Ditto.
9012
9013 * gnus-registry.el (gnus-registry-max-entries): Ditto.
9014
9015 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9016
9017 * gnus-start.el (gnus-save-killed-list): Ditto.
9018
9019 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9020 (gnus-sum-thread-tree-root): Ditto.
9021 (gnus-sum-thread-tree-false-root): Ditto.
9022 (gnus-sum-thread-tree-single-indent): Ditto.
9023
9024 * message.el (message-courtesy-message): Ditto.
9025 (message-archive-note): Ditto.
9026 (message-subscribed-address-file): Ditto.
9027 (message-user-fqdn): Ditto.
9028
9029 * spam-report.el (spam-report-gmane-regex): Ditto.
9030
9031 * spam.el (spam-blackhole-good-server-regex): Ditto.
9032
9033 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9034
9035 * mml.el (mml-preview): Widen the message buffer before copying
9036 the contents to the preview buffer; sort headers before previewing.
9037
9038 * message.el (message-hidden-headers): Fix the way to avoid a bug
9039 in the `repeat' widget in Emacs 21.3 or earlier.
9040
9041 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9042
9043 * message.el (message-hidden-headers): Default to "^References:".
9044 Improve customization type. Suggested by Reiner Steib
9045 <Reiner.Steib@gmx.de>.
9046
9047 2004-11-25 Romain Francoise <romain@orebokech.com>
9048
9049 * message.el (message-strip-forbidden-properties): Remove check for
9050 obsolete `message-hidden' text property, hidden headers are not
9051 accessible in the buffer anymore.
9052
9053 2004-11-22 Romain Francoise <romain@orebokech.com>
9054
9055 * message.el (message-header-format-alist): Add `From' in list
9056 so that it can be sorted.
9057 (message-fix-before-sending): Widen and sort headers before
9058 sending.
9059 (message-hide-headers): Use narrowing to hide headers by moving
9060 them to the top of the buffer and narrowing to the region
9061 underneath.
9062
9063 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9064
9065 * message.el (message-strip-forbidden-properties): Bind
9066 buffer-read-only (etc) to nil.
9067
9068 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
9069
9070 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9071 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9072
9073 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
9074
9075 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9076
9077 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9078
9079 * dns.el (query-dns): Use sit-for to time instead of
9080 accept-process-output, since that doesn't seem to work on udp
9081 sockets.
9082
9083 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
9084
9085 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9086
9087 2004-11-15 Jesper Harder <harder@ifa.au.dk>
9088
9089 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9090 doc string. Improve doc string.
9091
9092 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
9093
9094 * nntp.el (nntp-request-update-info): Return nil if
9095 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9096 may not call gnus-activate-group which uselessly issues the GROUP
9097 commands for all nntp groups and wastes time. Reported by Romain
9098 Francoise <romain@orebokech.com>.
9099
9100 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9101
9102 2004-11-15 Simon Josefsson <jas@extundo.com>
9103
9104 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9105 headers separately.
9106 (gnus-button-openpgp): New function, inspired by Jochen Küpper
9107 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9108
9109 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
9110
9111 * gnus-start.el (gnus-convert-old-newsrc):
9112 Assign legacy-gnus-agent to 5.10.7.
9113
9114 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9115
9116 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9117 start of the lines.
9118
9119 2004-11-14 Magnus Henoch <mange@freemail.hu>
9120
9121 * hashcash.el (hashcash-default-payment): Change default to 20
9122 (hashcash-default-accept-payment): Change default to 20
9123 (hashcash-process-alist): New variable
9124 (hashcash-generate-payment-async): Add
9125 (hashcash-already-paid-p): Add
9126 (hashcash-insert-payment): Don't generate payments twice
9127 (hashcash-insert-payment-async): Add
9128 (hashcash-insert-payment-async-2): Add
9129 (hashcash-cancel-async): Add
9130 (hashcash-wait-async): Add
9131 (hashcash-processes-running-p): Add
9132 (hashcash-wait-or-cancel): Add
9133 (mail-add-payment): New optional argument. Conditionally start
9134 asynchronous calculation.
9135 (mail-add-payment-async): Add
9136
9137 * message.el (message-send-mail): Wait for asynchronous hashcash
9138 results. Don't clobber existing X-Hashcash headers.
9139 (message-setup-1): Call mail-add-payment-async when
9140 message-generate-hashcash is non-nil.
9141
9142 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9143
9144 * message.el (message-use-alternative-email-as-from): Examine the
9145 From header as well; use message-make-from in order to include a
9146 user's full name.
9147
9148 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9149
9150 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9151 default; improve customization type.
9152 (gnus-emphasis-custom-with-format): New macro.
9153 (gnus-emphasis-custom-value-to-external): New function.
9154 (gnus-emphasis-custom-value-to-internal): New function.
9155
9156 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9157
9158 * dns.el (query-dns): Resolve reverse addresses.
9159
9160 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9161
9162 * gnus-group.el (gnus-group-get-new-news): Use it.
9163
9164 * gnus-start.el (gnus-check-reasonable-setup): New function.
9165
9166 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
9167
9168 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9169 "Args out of range" error. Reported by Arnaud Giersch
9170 <arnaud.giersch@free.fr>.
9171
9172 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
9173
9174 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9175
9176 2004-11-04 Richard M. Stallman <rms@gnu.org>
9177
9178 * spam.el (spam group): Add :version.
9179
9180 * pgg-def.el (pgg group): Add :version.
9181
9182 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
9183
9184 * gnus-art.el (gnus-article-edit-article): Don't associate the
9185 article buffer with a draft file. This is a temporary measure
9186 against the 2004-08-22 change to gnus-article-edit-mode.
9187
9188 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9189
9190 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9191 (html2text-format-tags): Remove unused variable `attr'.
9192
9193 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9194
9195 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9196
9197 * spam-stat.el (spam-stat): Add :version.
9198
9199 * sieve.el (sieve): Add :version.
9200
9201 * sha1.el (sha1): Add :version.
9202 (sha1-use-external): Remove redundant version.
9203
9204 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9205 (nnmail-cache-ignore-groups, nnmail-spool-hook)
9206 (nnmail-split-fancy-match-partial-words)
9207 (nnmail-split-lowercase-expanded): Add :version.
9208
9209 * nndiary.el (nndiary): Add :version.
9210
9211 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9212
9213 * mml-sec.el (mml-default-sign-method)
9214 (mml-default-encrypt-method, mml-signencrypt-style-alist):
9215 Add :version.
9216
9217 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9218
9219 * mm-url.el (mm-url-use-external, mm-url-program)
9220 (mm-url-arguments): Add :version.
9221
9222 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9223 (mm-attachment-file-modes, mm-decrypt-option)
9224 (mm-w3m-safe-url-regexp): Add :version.
9225
9226 * message.el (message-cite-prefix-regexp)
9227 (message-sendmail-envelope-from, message-minibuffer-local-map)
9228 (message-user-fqdn, message-completion-alist): Add :version.
9229
9230 * gnus-win.el (gnus-configure-windows-hook)
9231 (gnus-use-frames-on-any-display): Add :version.
9232
9233 * gnus-art.el (gnus-article-address-banner-alist)
9234 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9235 (gnus-treat-from-picon, gnus-treat-mail-picon)
9236 (gnus-treat-x-pgp-sig): Add :version.
9237
9238 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9239 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9240 (gnus-summary-article-delete-hook)
9241 (gnus-summary-display-while-building): Add :version.
9242
9243 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9244 (gnus-get-top-new-news-hook): Add :version.
9245
9246 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9247 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9248
9249 * gnus-registry.el (gnus-registry): Add :version.
9250
9251 * gnus-spec.el (gnus-use-correct-string-widths)
9252 (gnus-make-format-preserve-properties): Add :version.
9253
9254 * gnus.el (gnus-group-charter-alist)
9255 (gnus-group-fetch-control-use-browse-url)
9256 (gnus-install-group-spam-parameters): Add :version.
9257
9258 * gnus-diary.el (gnus-diary): Add :version.
9259
9260 * gnus-delay.el (gnus-delay): Add :version.
9261
9262 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9263 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9264 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9265 Add :version.
9266
9267 * gnus-agent.el (gnus-agent-max-fetch-size)
9268 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9269 (gnus-agent-prompt-send-queue): Add :version.
9270
9271 * deuglify.el (gnus-outlook-deuglify): Add :version.
9272
9273 * html2text.el: Beautify code. Improve doc strings. Some
9274 checkdoc cleanup.
9275 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9276
9277 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
9278
9279 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9280
9281 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
9282
9283 * gnus-registry.el (gnus-registry-hashtb): Create the registry
9284 when package is loaded.
9285
9286 * spam.el (spam-summary-score-preferred-header): Add global preference
9287 for people who want to override the default SpamAssassin over
9288 Bogofilter preference (when both are set).
9289 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9290 (spam-user-format-function-S): Check
9291 spam-summary-score-preferred-header.
9292 (spam-extra-header-to-number): Add X-Bogosity header parsing.
9293 (spam-user-format-function-S): Format the score correctly.
9294
9295 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
9296
9297 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9298 signature file. Suggested by Manoj Srivastava
9299 <srivasta@golden-gryphon.com>.
9300
9301 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9302 iso-2022-jp even in the Japanese language environment.
9303 Suggested by Jason Rumney <jasonr@gnu.org>.
9304
9305 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
9306
9307 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9308 use the same characters as the dummy marks; make it free from
9309 getting affected by the language environment.
9310 (gnus-summary-read-group-1): Update mark positions only when the
9311 format spec is updated.
9312
9313 * gnus-spec.el (gnus-update-format-specifications): Return a list
9314 of updated types.
9315
9316 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
9317
9318 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9319 of boundp to check if display-warning is available.
9320
9321 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
9322
9323 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9324
9325 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
9326
9327 * nnspool.el (nnspool-spool-directory): Use news-path if the
9328 news-directory variable is not bound.
9329
9330 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9331 function instead of display-warning if it is not available.
9332
9333 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9334
9335 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9336 v5-10: Use `point-at-bol'.
9337
9338 2004-10-26 Simon Josefsson <jas@extundo.com>
9339
9340 * hashcash.el: Fix URL in comment, reported by Cheng Gao
9341 <chenggao@gmail.com>.
9342
9343 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9344
9345 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
9346 instead.
9347
9348 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
9349
9350 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9351 to remove a server from the nnimap-server-buffer-alist.
9352 (nnimap-open-connection, nnimap-close-server): Use it.
9353
9354 * gnus-encrypt.el: Remove file in favor of encrypt.el.
9355
9356 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
9357
9358 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9359 running the major-mode function.
9360
9361 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9362
9363 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9364 dummy marks in the right way.
9365
9366 2004-10-18 David Edmondson <dme@dme.org>
9367
9368 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9369 excessively.
9370
9371 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
9372
9373 * gnus-util.el (gnus-split-references): Accept a nil references
9374 string and go on blissfully.
9375
9376 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9377 cases where the references string is non-nil but has no references.
9378
9379 * encrypt.el: Add autoload tags.
9380
9381 * spam.el (spam-resolve-registrations-routine): Remove article
9382 from unregistration list too. Reported by David Hanak
9383 <dhanak@isis.vanderbilt.edu>
9384
9385 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
9386
9387 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9388 nil. Changed custom type.
9389
9390 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
9391
9392 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9393
9394 * gnus-sum.el (gnus-summary-move-article): Use it.
9395
9396 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
9397
9398 * encrypt.el: Add autoload cookies.
9399
9400 * spam.el (spam-backend-article-list-property)
9401 (spam-backend-get-article-todo-list)
9402 (spam-backend-put-article-todo-list)
9403 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9404 Resolve registrations separately.
9405 (spam-register-routine): Format comments.
9406 (spam-unregister-routine, spam-register-routine): Always call with
9407 specific-articles, no default list.
9408 (spam-summary-prepare-exit): Use the spam-classifications function.
9409
9410 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9411 gnus-encrypt.el.
9412
9413 * encrypt.el: Copied from gnus-encrypt.el.
9414
9415 * gnus-encrypt.el: Commented that it's obsolete.
9416
9417 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9418
9419 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9420 (gnus-score-save): Use it.
9421
9422 * message.el (message-bury): Use `window-dedicated-p'.
9423
9424 2004-10-15 Simon Josefsson <jas@extundo.com>
9425
9426 * pop3.el (top-level): Don't require nnheader.
9427 (pop3-read-timeout): Add.
9428 (pop3-accept-process-output): Add.
9429 (pop3-read-response, pop3-retr): Use it.
9430
9431 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
9432
9433 * spam.el (spam-register-routine): Move comment.
9434 (spam-verify-bogofilter): Use 'unknown for the initial
9435 spam-bogofilter-valid state, not 'never.
9436
9437 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9438 for netrc-machine.
9439
9440 * nnimap.el (nnimap-open-connection): Use
9441 netrc-machine-user-or-password.
9442
9443 2004-10-17 Richard M. Stallman <rms@gnu.org>
9444
9445 * gnus-registry.el (gnus-registry-unload-hook):
9446 Set as a variable with add-hook.
9447
9448 * nnspool.el (nnspool-spool-directory): Use news-directory instead
9449 of news-path.
9450
9451 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9452
9453 * spam.el: Delete duplicate `provide'.
9454 (spam-unload-hook): Set as a variable with add-hook.
9455
9456 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9457
9458 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9459 in the doc string.
9460
9461 * message.el (message-ignored-news-headers)
9462 (message-ignored-supersedes-headers)
9463 (message-ignored-resent-headers)
9464 (message-forward-ignored-headers): Improve custom type.
9465
9466 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9467
9468 * message.el (message-tokenize-header): Fix 2004-09-06 change
9469 which used point-min in the wrong place.
9470
9471 2004-10-12 Simon Josefsson <jas@extundo.com>
9472
9473 * tls.el (tls-certtool-program): New variable.
9474 (tls-certificate-information): New function, based on
9475 ssl-certificate-information.
9476
9477 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9478
9479 * compface.el: Move the version of ELisp-based uncompface program
9480 to the contrib directory because of the copyright problem.
9481
9482 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9483
9484 * message.el (message-kill-buffer): Raise the current frame.
9485
9486 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
9487
9488 * gnus-sum.el: Mention that multibyte characters don't work as marks.
9489
9490 * gnus.el (message-y-or-n-p): Autoload.
9491
9492 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9493 (pop3-password-required, pop3-authentication-scheme)
9494 (pop3-leave-mail-on-server): Made customizable.
9495 (pop3): New custom group.
9496 (pop3-retr): Remove `sleep-for' statements.
9497 Suggested by Dave Love <fx@gnu.org>.
9498
9499 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9500 Windows/DOS.
9501
9502 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9503 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
9504 Dave Love <fx@gnu.org>.
9505
9506 * mml.el (mml-minibuffer-read-disposition): Require match.
9507 Suggested by Dave Love <fx@gnu.org>.
9508
9509 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
9510
9511 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
9512 doc string.
9513
9514 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
9515
9516 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9517
9518 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9519
9520 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9521 instead of calling `mm-insert-inline', to decode text/* parts
9522 before displaying them.
9523
9524 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9525
9526 * mm-uu.el (mm-uu-text-plain-type): New variable.
9527 (mm-uu-pgp-signed-extract-1): Use it.
9528 (mm-uu-pgp-encrypted-extract-1): Use it.
9529 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9530 bind mm-uu-text-plain-type with that value.
9531 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9532 mm-uu-dissect.
9533
9534 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9535
9536 * gnus-group.el (gnus-update-group-mark-positions):
9537 * gnus-sum.el (gnus-update-summary-mark-positions):
9538 * message.el (message-check-news-body-syntax):
9539 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9540 of string-as-multibyte.
9541
9542 2004-10-05 Juri Linkov <juri@jurta.org>
9543
9544 * gnus-group.el (gnus-update-group-mark-positions):
9545 * gnus-sum.el (gnus-update-summary-mark-positions):
9546 * message.el (message-check-news-body-syntax):
9547 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9548 8-bit unibyte values to a multibyte string for search functions.
9549
9550 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9551
9552 * mm-uu.el (mm-uu-dissect): Allow optional arg.
9553 (mm-uu-dissect-text-parts): New function.
9554
9555 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9556 dissect text parts.
9557
9558 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9559 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9560
9561 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9562
9563 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9564 gnus-current-topics instead of gnus-current-topic.
9565
9566 2004-10-06 Jesper Harder <harder@ifa.au.dk>
9567
9568 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9569
9570 2004-10-05 Jesper Harder <harder@ifa.au.dk>
9571
9572 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9573 where approriate.
9574
9575 * nnml.el (nnml-generate-active-info): do.
9576
9577 * nndiary.el (nndiary-generate-active-info): do.
9578
9579 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9580 (gnus-topic-move): do.
9581
9582 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9583 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9584
9585 * gnus-srvr.el (gnus-server-prepare)
9586 (gnus-server-open-all-servers): do.
9587
9588 * gnus-msg.el (gnus-summary-cancel-article)
9589 (gnus-summary-resend-message)
9590 (gnus-summary-mail-crosspost-complaint): do.
9591
9592 * gnus-move.el (gnus-change-server): do.
9593
9594 * gnus-group.el (gnus-group-unmark-all-groups)
9595 (gnus-group-set-current-level): do.
9596
9597 2004-10-04 Simon Josefsson <jas@extundo.com>
9598
9599 * message.el (message-generate-hashcash): Doc fix.
9600
9601 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
9602
9603 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9604 avoid infinite recursion via gnus-get-function.
9605
9606 2004-10-02 Jesper Harder <harder@ifa.au.dk>
9607
9608 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9609
9610 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9611
9612 * nnmail.el (nnmail-split-history): do.
9613
9614 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9615 (nnml-request-delete-group): do.
9616
9617 * nnslashdot.el (nnslashdot-read-groups): do.
9618
9619 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9620 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9621
9622 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9623 (nnspool-sift-nov-with-sed): Use last
9624 (nnspool-retrieve-headers-with-nov): Use mapc.
9625 (nnspool-request-newgroups): Use dolist.
9626 (nnspool-request-group): Use last.
9627
9628 * nntp.el (nntp-read-server-type): Use dolist.
9629
9630 * nnvirtual.el (nnvirtual-create-mapping)
9631 (nnvirtual-update-read-and-marked): Use dolist.
9632 (nnvirtual-convert-headers): Simplify.
9633
9634 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9635
9636 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9637 support for sync'ing tick marks.
9638
9639 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9640
9641 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9642 there's no visible header.
9643
9644 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9645
9646 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9647 necessary, pass full group name to gnus-request-set-marks.
9648
9649 2004-10-01 Simon Josefsson <jas@extundo.com>
9650
9651 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
9652 acroread.
9653
9654 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9655
9656 * spam-report.el (spam-report-gmane): Fix interactive.
9657
9658 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9659
9660 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9661 when writing file.
9662 (gnus-agent-synchronize-flags): Don't default to being
9663 interactive.
9664
9665 2004-09-30 Simon Josefsson <jas@extundo.com>
9666
9667 * message.el (message-generate-hashcash): Add.
9668 (message-send-mail): Use it, call mail-add-payment.
9669
9670 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
9671
9672 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9673
9674 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
9675
9676 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9677 gnus-requst-update-info with explicit code to sync the in-memory
9678 info read flags with the marks being sync'd to the backend.
9679
9680 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9681
9682 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9683
9684 * spam.el (spam-verify-bogofilter): Add new function.
9685 (spam-check-bogofilter)
9686 (spam-bogofilter-register-with-bogofilter): Use it.
9687 (spam-verify-bogofilter): Add small fixes.
9688
9689 2004-09-28 Simon Josefsson <jas@extundo.com>
9690
9691 * hashcash.el (hashcash-generate-payment): Revert.
9692
9693 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9694
9695 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9696 gnus-extract-references instead of gnus-split-references.
9697
9698 * gnus-util.el (gnus-extract-references): Add new function, analogous
9699 to gnus-split-references but extracts only the message-ID without
9700 anything extra.
9701
9702 * hashcash.el (hashcash-generate-payment)
9703 (hashcash-check-payment): Do the right thing if hashcash-path is
9704 nil (because the hashcash program could not be found).
9705
9706 * spam.el (spam-use-hashcash): Remove comment.
9707
9708 2004-09-27 Jesper Harder <harder@ifa.au.dk>
9709
9710 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9711 (gnus-cache-enter-article, gnus-cache-remove-article)
9712 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9713
9714 * gnus-async.el (gnus-async-prefetch-remove-group): do.
9715
9716 * gnus-art.el (article-hide-boring-headers)
9717 (article-translate-strings, article-display-face)
9718 (gnus-article-mime-match-handle-first)
9719 (gnus-article-highlight-headers)
9720 (gnus-article-add-buttons-to-head): do.
9721
9722 2004-09-27 Simon Josefsson <jas@extundo.com>
9723
9724 * hashcash.el: New version, from
9725 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
9726 ../contrib/.
9727
9728 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9729
9730 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9731
9732 2004-09-26 Jesper Harder <harder@ifa.au.dk>
9733
9734 * gnus-dup.el (gnus-dup-open): Use mapc.
9735 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9736
9737 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9738 Reported by Stefan Wiens <s.wi@gmx.net>.
9739
9740 * gnus.el (gnus-shutdown): Use dolist.
9741
9742 * gnus-undo.el (gnus-undo): Use mapc.
9743
9744 * nnrss.el (nnrss-generate-active): do.
9745
9746 * message.el (message-cite-original-without-signature)
9747 (message-cite-original): Use mapc.
9748 (message-do-actions, message-make-forward-subject): Use dolist.
9749
9750 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9751
9752 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9753 deletion to remove entire duplicate line. Fixes merged article
9754 number bug.
9755
9756 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9757
9758 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9759 servers that are offline. Avoids having gnus-agent-toggle-plugged
9760 first ask if you want to open a server and then, even when you
9761 responded with no, asking if you want to synchronize the server's
9762 flags.
9763 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9764 multi-line expressions.
9765 (gnus-agent-synchronize-group-flags): New internal function.
9766 Updates marks in memory (in the info structure) AND in the
9767 backend.
9768
9769 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9770
9771 * nnagent.el (nnagent-request-set-mark): Use
9772 gnus-agent-synchronize-group-flags, not backend's request-set-mark
9773 method, to ensure that synchronization updates marks in the
9774 backend and in the info (in memory) structure.
9775
9776 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9777
9778 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9779 convention fully; don't miss the root article of a thread; make
9780 the X-Draft-From header with correct article numbers.
9781
9782 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
9783
9784 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9785 unless plugged. Disable the agent so that an open failure causes
9786 an error.
9787
9788 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9789 Reverted 2004-09-21 change. The backend must be opened while
9790 synchronizing flags even when the backend stores the flags
9791 locally.
9792
9793 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
9794
9795 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9796 in `header' match. Reported by Svend Tollak Munkejord.
9797
9798 * message.el (message-cite-original): Fix use of
9799 `message-cite-articles-with-x-no-archive'.
9800
9801 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9802
9803 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9804 (gnus-window-to-buffer): Ditto.
9805
9806 * mml.el (mml-preview-buffer): New variable.
9807 (mml-preview): Manage window layout with gnus-buffer-configuration.
9808
9809 * gnus-msg.el (gnus-setup-message): Put article numbers into the
9810 X-Draft-From header even if those articles aren't quoted.
9811
9812 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
9813
9814 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9815 (gnus-request-set-mark, gnus-request-update-mark): Use new
9816 g-s-t-u-l-m to decide to use backend even when unplugged.
9817
9818 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
9819
9820 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
9821 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
9822
9823 2004-09-20 Simon Josefsson <jas@extundo.com>
9824
9825 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
9826 "utf-16-le".
9827
9828 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9829
9830 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
9831
9832 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
9833
9834 * uudecode.el (uudecode-use-external): Add :version.
9835
9836 * smime.el (smime-CA-file, smime-encrypt-cipher)
9837 (smime-dns-server): Add :version.
9838
9839 * smiley.el (gnus-smiley-file-types): Add :version.
9840
9841 * sha1.el (sha1-use-external): Add :version.
9842
9843 * pgg-def.el (pgg-query-keyserver): Add :version.
9844
9845 * nnmail.el (nnmail-fancy-expiry-targets)
9846 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
9847 Add :version.
9848
9849 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
9850 (nnimap-retrieve-groups-asynchronous): Add :version.
9851 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
9852
9853 * mml.el (mml-content-disposition-parameters)
9854 (mml-insert-mime-headers-always): Add :version.
9855
9856 * mm-util.el (mm-coding-system-priorities): Add :version.
9857
9858 * mm-decode.el (mm-inline-text-html-with-images)
9859 (mm-keep-viewer-alive-types, mm-external-terminal-program)
9860 (mm-verify-option): Add :version.
9861 (mm-text-html-renderer): Change :version.
9862
9863 * message.el (message-fcc-externalize-attachments)
9864 (message-required-headers, message-draft-headers)
9865 (message-subject-trailing-was-query)
9866 (message-subject-trailing-was-ask-regexp)
9867 (message-subject-trailing-was-regexp, message-mark-insert-begin)
9868 (message-mark-insert-end, message-archive-header)
9869 (message-archive-note, message-cross-post-default)
9870 (message-cross-post-note, message-followup-to-note)
9871 (message-cross-post-note-function, message-use-mail-followup-to)
9872 (message-subscribed-address-functions)
9873 (message-subscribed-address-file, message-subscribed-addresses)
9874 (message-subscribed-regexps, message-allow-no-recipients)
9875 (message-yank-cited-prefix, message-signature-insert-empty-line)
9876 (message-hidden-headers, message-hierarchical-addresses)
9877 (message-mail-user-agent, message-use-idna)
9878 (message-valid-fqdn-regexp)
9879 (message-strip-special-text-properties, message-header-synonyms)
9880 (message-beginning-of-line, message-tab-body-function): Add :version.
9881 (message-insert-canlock, message-wide-reply-confirm-recipients):
9882 Change :version.
9883
9884 * mail-source.el (mail-source-ignore-errors): Add :group, :type
9885 and :version.
9886 (mail-source-delete-old-incoming-confirm)
9887 (mail-source-movemail-program): Add :version.
9888
9889 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
9890 (gnus-agent-cache, gnus-agent): Change :version.
9891
9892 * gnus-util.el (gnus-use-byte-compile): Change :version.
9893
9894 * gnus-sum.el (gnus-summary-make-false-root-always)
9895 (gnus-summary-default-high-score)
9896 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
9897 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
9898 (gnus-read-all-available-headers, gnus-article-emulate-mime)
9899 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
9900 (gnus-sum-thread-tree-single-indent)
9901 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9902 (gnus-sum-thread-tree-leaf-with-other)
9903 (gnus-sum-thread-tree-single-leaf): Add :version.
9904 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
9905 (gnus-article-loose-mime): Change :version.
9906
9907 * gnus-start.el (gnus-backup-startup-file)
9908 (gnus-save-startup-file-via-temp-buffer): Add :version.
9909
9910 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
9911 (gnus-server-offline-face): Add :version.
9912
9913 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
9914
9915 * gnus-msg.el (gnus-gcc-externalize-attachments)
9916 (gnus-debug-files, gnus-debug-exclude-variables)
9917 (gnus-discouraged-post-methods): Change :version.
9918 (gnus-confirm-mail-reply-to-news)
9919 (gnus-confirm-treat-mail-like-news): Add :version.
9920
9921 * gnus-int.el (gnus-server-unopen-status): Add :version.
9922
9923 * gnus-group.el (gnus-group-jump-to-group-prompt)
9924 (gnus-large-ephemeral-newsgroup)
9925 (gnus-fetch-old-ephemeral-headers): Add :version.
9926
9927 * gnus-fun.el (gnus-x-face-directory)
9928 (gnus-convert-pbm-to-x-face-command)
9929 (gnus-convert-image-to-x-face-command)
9930 (gnus-convert-image-to-face-command): Add :version.
9931
9932 * gnus-delay.el (gnus-delay-default-hour): Add :version.
9933
9934 * gnus-cite.el (gnus-cite-blank-line-after-header)
9935 (gnus-article-boring-faces): Add :version.
9936
9937 * gnus-art.el (gnus-buttonized-mime-types)
9938 (gnus-inhibit-mime-unbuttonizing)
9939 (gnus-treat-display-face)
9940 (gnus-treat-body-boundary): Change :version.
9941 (gnus-body-boundary-delimiter, gnus-picon-databases)
9942 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
9943 (gnus-treat-date-english, gnus-treat-fold-headers)
9944 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
9945 (gnus-treat-mail-picon, gnus-treat-wash-html)
9946 (gnus-article-encrypt-protocol)
9947 (gnus-use-idna, gnus-article-over-scroll)
9948 (gnus-mime-display-multipart-alternative-as-mixed)
9949 (gnus-mime-display-multipart-related-as-mixed)
9950 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
9951 (gnus-ctan-url, gnus-button-ctan-handler)
9952 (gnus-button-handle-ctan-bogus-regexp)
9953 (gnus-button-ctan-directory-regexp)
9954 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
9955 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
9956 (gnus-button-man-level, gnus-button-emacs-level)
9957 (gnus-button-message-level, gnus-button-browse-level): Add :version.
9958
9959 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
9960 (gnus-agent-go-online): Change :version.
9961 (gnus-agent-expire-unagentized-dirs)
9962 (gnus-agent-auto-agentize-methods): Add :version.
9963
9964 * flow-fill.el (fill-flowed-display-column)
9965 (fill-flowed-encode-column): Add :version.
9966
9967 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9968 (gnus-outlook-deuglify-unwrap-max)
9969 (gnus-outlook-deuglify-cite-marks)
9970 (gnus-outlook-deuglify-unwrap-stop-chars)
9971 (gnus-outlook-deuglify-no-wrap-chars)
9972 (gnus-outlook-deuglify-attrib-cut-regexp)
9973 (gnus-outlook-deuglify-attrib-verb-regexp)
9974 (gnus-outlook-deuglify-attrib-end-regexp)
9975 (gnus-outlook-display-hook): Add :version.
9976
9977 * binhex.el (binhex-use-external): Add :version.
9978
9979 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
9980
9981 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
9982 and `invisible'.
9983
9984 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9985
9986 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
9987 in gnus-registry-trim.
9988
9989 2004-09-13 Simon Josefsson <jas@extundo.com>
9990
9991 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
9992
9993 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
9994
9995 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
9996 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9997 <yamaoka@jpl.org>.
9998 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
9999 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10000 <yamaoka@jpl.org>.
10001
10002 * sieve.el (sieve-manage-mode): Ditto.
10003
10004 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
10005
10006 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10007
10008 2004-09-11 Simon Josefsson <jas@extundo.com>
10009
10010 * dns-mode.el: Add.
10011
10012 * mm-view.el (mm-display-dns-inline): Add.
10013
10014 * mm-decode.el (mm-inline-media-tests): Add text/dns.
10015 (mm-automatic-display): Ditto.
10016
10017 * mailcap.el (mailcap-mime-data): Add text/dns.
10018 (mailcap-mime-extensions): Map .soa to text/dns.
10019
10020 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
10021
10022 * gnus-art.el (article-decode-mime-words, article-babel)
10023 (gnus-article-highlight-signature, gnus-article-add-buttons)
10024 (gnus-signature-toggle): Remove unnecessary bindings of
10025 `inhibit-read-only' inherited from v5.10 merge.
10026
10027 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
10028
10029 * nntp.el (nntp): New customization group.
10030 (nntp-authinfo-file): Add customization group.
10031
10032 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10033
10034 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10035
10036 * gnus.el (to-address, to-list, subscribed)
10037 (large-newsgroup-initial): Ditto.
10038
10039 * flow-fill.el (fill-flowed-display-column)
10040 (fill-flowed-encode-column): Ditto.
10041
10042 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10043
10044 * message.el (message-tokenize-header, message-send-mail-with-qmail):
10045 Use point-min rather than 1.
10046 (message-send-mail): Use buffer-size rather than point-max.
10047
10048 * gnus-sum.el (gnus-summary-search-article-forward):
10049 Signal a specific `search-failed' rather than a generic `error'.
10050
10051 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10052 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10053 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10054
10055 2004-09-10 Simon Josefsson <jas@extundo.com>
10056
10057 * nndb.el (require): Remove tcp and duplicate cl.
10058
10059 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10060
10061 * gnus-agent.el (directory-files-and-attributes): Move forward.
10062
10063 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
10064
10065 * gnus-agent.el (directory-files-and-attributes): Optionally
10066 defined to support XEmacs.
10067
10068 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
10069
10070 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10071 to avoid run-time CL dependencies.
10072 (gnus-agent-unfetch-articles): New function.
10073 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10074 article numbers even when local .overview file is missing.
10075 (gnus-agent-read-article-number): New function. Only accepts
10076 27-bit article numbers.
10077 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10078 gnus-agent-read-article-number.
10079 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10080 from backend while recognizing that article numbers in .overview
10081 must be valid.
10082 (gnus-agent-update-files-total-fetched-for): Use
10083 directory-files-and-attributes to improve performance.
10084 * gnus-int.el (gnus-request-move-article): Use
10085 gnus-agent-unfetch-articles in place of gnus-agent-expire to
10086 improve performance.
10087
10088 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10089 some users confused by references to .newsrc when they only have a
10090 .newsrc.eld file.
10091 (gnus-convert-mark-converter-prompt)
10092 (gnus-convert-converter-needs-prompt): Fixed use of property list.
10093 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10094 New function. Used internally to only display 'gnus converting
10095 files' message when actually necessary.
10096
10097 * gnus-sum.el (): Removed (require 'gnus-agent) as required
10098 methods now autoloaded.
10099
10100 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
10101
10102 * gnus-sum.el (gnus-summary-insert-subject): Remove list
10103 identifiers.
10104
10105 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
10106
10107 * gnus-picon.el: Fix indentation and closing parenthesis.
10108
10109 2004-09-01 Simon Josefsson <jas@extundo.com>
10110
10111 * message.el (message-canlock-generate): Require sha1, not
10112 sha1-el. (Can we get rid of this require altogether? It is ugly
10113 to require within a function. Sadly, if sha1.el isn't loaded, the
10114 let binding in m-c-g will hide the defcustom definition, which is
10115 bad.)
10116
10117 * canlock.el: Require sha1, not sha1-el.
10118
10119 * message.el: Don't autoload sha1 (there is a autoload cookie in
10120 sha1.el).
10121
10122 * sha1-el.el: Renamed to sha1.el.
10123
10124 2004-08-30 Juanma Barranquero <lektu@terra.es>
10125
10126 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10127
10128 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10129
10130 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10131
10132 2004-08-30 Kim F. Storm <storm@cua.dk>
10133
10134 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10135
10136 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10137 Add :group 'nnimap.
10138
10139 2004-08-30 Andreas Schwab <schwab@suse.de>
10140
10141 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10142 ?* and ?\;.
10143
10144 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10145 and ?\' to symbol instead of whitespace.
10146
10147 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
10148
10149 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10150
10151 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10152 instead of re-search-forward.
10153
10154 * gnus-uu.el (gnus-uu-save-article): Ditto.
10155 (gnus-uu-post-encode-uuencode): Ditto.
10156
10157 * html2text.el (html2text-clean-list-items): Ditto.
10158 (html2text-clean-dtdd): Ditto.
10159 (html2text-format-tags): Ditto.
10160
10161 * message.el (message-send-mail-with-sendmail): Fix regexp.
10162 (message-fill-field-general): Use search-forward instead of
10163 re-search-forward.
10164 (unbold-region): Ditto.
10165
10166 * nnrss.el (nnrss-request-article): Ditto.
10167
10168 * nnslashdot.el (nnslashdot-request-article): Ditto.
10169
10170 * nnweb.el (nnweb-gmane-wash-article): Ditto.
10171
10172 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10173 "Unrecognized menu descriptor" error in XEmacs.
10174
10175 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
10176
10177 * gnus-sum.el (gnus-read-header): Don't remove a header for the
10178 parent article of a sparse article in the thread hashtb.
10179
10180 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
10181
10182 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10183 (nnmail-expand-newtext): Lowercase expanded entries if
10184 nnmail-split-lowercase-expanded is non-nil.
10185
10186 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
10187
10188 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10189
10190 * gnus-group.el (gnus-group-line-format-alist): Convert the value
10191 of gnus-tmp-news-method into string under XEmacs. It will be
10192 passed to gnus-correct-length which takes only a string argument.
10193
10194 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
10195
10196 * gnus-util.el (gnus-bind-print-variables): New macro.
10197 (gnus-prin1): Use it.
10198 (gnus-prin1-to-string): Use it.
10199 (gnus-pp): New function.
10200 (gnus-pp-to-string): New function.
10201
10202 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10203 Replace pp-to-string with gnus-pp-to-string.
10204 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10205 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10206 * gnus-msg.el (gnus-debug): Ditto.
10207 * gnus-score.el (gnus-score-save): Ditto.
10208 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10209 gnus-pp-to-string.
10210 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10211 with gnus-pp.
10212 * score-mode.el (gnus-score-pretty-print): Ditto.
10213 * webmail.el (webmail-debug): Ditto.
10214
10215 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
10216
10217 * gnus-art.el (article-display-face, article-display-x-face):
10218 Use buffer-read-only.
10219
10220 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
10221
10222 * gnus-art.el (article-hide-list-identifiers):
10223 Bind inhibit-read-only as t.
10224
10225 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
10226
10227 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10228
10229 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10230
10231 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10232 (gnus-narrow-to-page): Don't assume point-min == 1.
10233 (gnus-article-edit-mode): Derive from message-mode.
10234
10235 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10236 point-min == 1.
10237
10238 * imap.el (imap-parse-address-list, imap-parse-body-ext):
10239 Disable incorrect use of `assert'.
10240
10241 * message.el (message-mode): Set comment-start-skip.
10242
10243
10244 2004-08-22 Sam Steingold <sds@gnu.org>
10245
10246 * pop3.el (pop3-leave-mail-on-server): New user variable.
10247 (pop3-movemail): Delete mail only when it is nil.
10248
10249 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
10250
10251 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10252
10253 * mml.el (mml-preview): Use `pop-to-buffer'.
10254
10255 * message.el (message-goto-mail-followup-to): Insert after "To".
10256 (message-carefully-insert-headers): Add comment.
10257
10258 * gnus.el: Remove unused variable `gnus-article-check-size'.
10259
10260 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10261
10262 * gnus-art.el (gnus-button-alist): Improve
10263 `gnus-button-handle-library' entry.
10264
10265 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
10266
10267 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10268 downcase, since XEmacs capitalizes error messages differently.
10269
10270 2004-08-18 Jesper Harder <harder@ifa.au.dk>
10271
10272 * nntp.el: Add (require 'gnus) due to reference to
10273 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
10274
10275 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
10276
10277 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10278 `mm-fill-flowed'.
10279
10280 * mm-decode.el (mm-dissect-singlepart): Check it.
10281
10282 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
10283
10284 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10285 'imap' for netrc parsing.
10286
10287 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
10288
10289 * mailcap.el (mailcap-mime-data): Mark as risky.
10290
10291 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
10292
10293 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10294 may be included in the encoded word.
10295 (rfc2047-encode): Don't append a space if the encoded word
10296 includes close parenthesis.
10297
10298 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
10299
10300 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10301 of text within parentheses.
10302
10303 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
10304
10305 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10306 (gnus-encrypt-write-file-contents): Make the password key the file
10307 name PLUS the cipher, not just the cipher. Also remove failed
10308 passwords from the cache.
10309
10310 2004-08-06 Simon Josefsson <jas@extundo.com>
10311
10312 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
10313 fix.
10314
10315 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
10316
10317 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10318 LWSP.
10319
10320 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
10321
10322 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10323 to append in-reply-to: data to the references: header.
10324
10325 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10326 (netrc-parse): Use gnus-encrypt.el functions.
10327
10328 * gnus-encrypt.el: Add new file for encryption support; currently
10329 does only a few GPG ciphers and an internal XOR cipher.
10330
10331 * password.el: Add comments on using password-read-and-add.
10332 (password-read-and-add): Add function to read and add the
10333 password to the cache at once.
10334
10335 2004-07-28 Simon Josefsson <jas@extundo.com>
10336
10337 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10338 parameter (but don't use it, for now).
10339
10340 * imap.el (imap-ssl-open): Use imap-process-connection-type,
10341 instead of hard coding to nil.
10342
10343 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
10344
10345 * mm-view.el (mm-inline-image-emacs): Open lines under an image
10346 as mm-inline-image-xemacs does.
10347
10348 2004-07-26 Simon Josefsson <jas@extundo.com>
10349
10350 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10351 Revert part of 2004-07-17 change below.
10352
10353 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
10354
10355 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
10356 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10357
10358 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10359
10360 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10361 quotes that actually start with ">" at the beginning of the
10362 lines.
10363
10364 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10365
10366 * rfc2047.el (rfc2047-encode-region): Fix last change.
10367 (rfc2047-encode-parameter): Remove useless concat.
10368
10369 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
10370
10371 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10372 encode special characters; fix some kind of misconfigured headers;
10373 signal a real error if debug-on-quit or debug-on-error is non-nil.
10374 (rfc2047-encode-max-chars): New variable.
10375 (rfc2047-encode-1): Use it.
10376 (rfc2047-encode-parameter): New function.
10377
10378 * mml.el (mml-insert-parameter): Remove an excessive space.
10379
10380 2004-07-17 Simon Josefsson <jas@extundo.com>
10381
10382 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10383 Kai Grossjohann <kai@emptydomain.de>.
10384 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10385 (gnus-group-make-menu-bar): Ditto.
10386
10387 * gnus-util.el (gnus-group-server): Add.
10388
10389 2004-07-16 Jesper Harder <harder@ifa.au.dk>
10390
10391 * message.el (message-clone-locals): Clone sendmail and smtp
10392 variables.
10393
10394 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10395
10396 * rfc2047.el (rfc2047-encode-region): Fix last change.
10397
10398 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10399
10400 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10401 characters as non-special.
10402
10403 2004-07-09 Simon Josefsson <jas@extundo.com>
10404
10405 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10406 Users will lose all flag changes made while unplugged with
10407 e.g. nntp unless flag synchronization happens, thus `nil' is not a
10408 good default. See numerous reports on ding mailing list.
10409
10410 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
10411
10412 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10413 add generate-head-function and generate-article-function to the
10414 rfc822-forward entry.
10415 (nndoc-rfc822-forward-generate-article): New function.
10416 (nndoc-rfc822-forward-generate-head): New function.
10417
10418 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10419
10420 2004-07-06 Dan Christensen <jdc@uwo.ca>
10421
10422 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10423 respect display group parameter and gnus-summary-expunge-below.
10424 (gnus-articles-to-read): Remove unused reference to display group
10425 parameter.
10426
10427 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10428
10429 * nnheader.el (nnheader-uniquify-message-id): New experimental
10430 variable.
10431 (nnheader-nov-read-message-id): Use it.
10432
10433 * spam-report.el (spam-report-gmane): Add interactive.
10434
10435 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10436
10437 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10438 qp-or-base64 for the application/* types.
10439
10440 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
10441
10442 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10443
10444 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
10445
10446 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10447 trim value.
10448
10449 2004-01-25 Paul Jarc <prj@po.cwru.edu>
10450
10451 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10452 New macro and function.
10453 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10454
10455 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10456
10457 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10458 after-load-alist.
10459
10460 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10461
10462 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10463 update info that isn't there.
10464
10465 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
10466
10467 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10468 entry.
10469
10470 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10471
10472 * mm-view.el (mm-inline-render-with-function): Use multibyte
10473 buffer; decode html source by charset.
10474
10475 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10476
10477 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10478 Mule-UCS is loaded under XEmacs.
10479 (mm-mime-mule-charset-alist): Avoid duplicated entries.
10480
10481 2004-06-28 Jesper Harder <harder@ifa.au.dk>
10482
10483 * nnheader.el (nnheader-max-head-length): Increase to 8192.
10484
10485 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
10486
10487 * mm-util.el (mm-coding-system-p): Return a coding-system.
10488 (mm-mime-mule-charset-alist): Use shift_jis instead of
10489 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10490 entries for the mime charsets iso-2022-jp-3 and shift_jis.
10491 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10492 instead of japanese-shift-jis and iso-latin-1 respectively in
10493 order to share the default value with both Emacs and XEmacs-mule.
10494 (mm-mule-charset-to-mime-charset): Make
10495 mm-coding-system-priorities effective.
10496 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10497 while predicating of candidates upon the priorities.
10498
10499 2004-06-27 Jesper Harder <harder@ifa.au.dk>
10500
10501 * gnus-sum.el (gnus-summary-make-menu-bar): Add
10502 gnus-uu-invert-processable.
10503
10504 * gnus.el: Autoload gnus-uu-invert-processable.
10505
10506 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
10507
10508 * mm-util.el (mm-with-multibyte-buffer): New macro.
10509
10510 * rfc2047.el (rfc2047-encode-string): Use it.
10511 (rfc2047-encode-region): Move point to the end of the region after
10512 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10513
10514 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10515
10516 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10517 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10518
10519 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10520
10521 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10522 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
10523 Karl Chen <quarl@nospam.quarl.org>.
10524
10525 2004-06-23 Jesper Harder <harder@ifa.au.dk>
10526
10527 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10528 invalid addresses.
10529
10530 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
10531
10532 * spam.el: Change section markers, revise TODO list.
10533 (spam-backends): Make new master list of all installed backends.
10534 (spam-summary-exit-behavior): Add new variable to determine how
10535 messages moves are done at summary exit.
10536 (spam-move-spam-nonspam-groups-only)
10537 (spam-process-ham-in-nonham-groups)
10538 (spam-process-ham-in-spam-groups): Remove variables, the
10539 spam-summary-exit-behavior variable should be used to manage this
10540 behavior.
10541 (spam-old-ham-articles, spam-old-spam-articles): Remove.
10542 (spam-old-articles): Add variable, replacing spam-old-ham-articles
10543 and spam-old-spam-articles.
10544 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10545 Add empty variables, placeholders for the backends they represent.
10546 (spam-set-difference): Move, unchanged.
10547 (spam-list-of-processors): Declare OBSOLETE, not used anymore
10548 unless the user has a processor variable.
10549 (spam-classifications, spam-classification-valid-p)
10550 (spam-backend-properties, spam-backend-property-valid-p)
10551 (spam-backend-function-type-valid-p)
10552 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10553 (spam-report-articles-gmane, spam-report-articles-resend):
10554 Remove functions, they are not needed.
10555 (spam-install-backend-super, spam-backend-list)
10556 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10557 (spam-backend-function, spam-backend-ham-registration-function)
10558 (spam-backend-spam-registration-function)
10559 (spam-backend-ham-unregistration-function)
10560 (spam-backend-spam-unregistration-function)
10561 (spam-backend-statistical-p, spam-backend-mover-p)
10562 (spam-install-backend-alias, spam-install-checkonly-backend)
10563 (spam-install-mover-backend, spam-install-nocheck-backend)
10564 (spam-install-backend, spam-install-statistical-backend)
10565 (spam-install-statistical-checkonly-backend): Add backend installation
10566 support.
10567 (spam-summary-prepare-exit): Rewrite to use the new backend code.
10568 (spam-group-processor-p): Use the new backend code and respect the
10569 summary exit behavior.
10570 (spam-mark-spam-as-expired-and-move-routine): Remove.
10571 (spam-summary-prepare): Change to use the new spam-old-articles
10572 variable.
10573 (spam-copy-or-move-routine, spam-copy-spam-routine)
10574 (spam-move-spam-routine, spam-copy-ham-routine)
10575 (spam-move-ham-routine): Add code to copy/move ham or spam.
10576 (spam-fetch-field-fast): Improve doc and code, plus allow the
10577 'number request.
10578 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10579 variables.
10580 (spam-split, spam-find-spam): Use the new backend code.
10581 (spam-registration-functions): Remove variable.
10582 (spam-unregister-routine): Add convenience wrapper.
10583 (spam-log-undo-registration, spam-register-routine)
10584 (spam-log-processing-to-registry)
10585 (spam-log-unregistration-needed-p): Rename "check" to "backend"
10586 where possible.
10587 (spam-check-gmane-xref, spam-check-regex-headers)
10588 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10589 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10590 (spam-check-bogofilter-headers, spam-check-spamoracle)
10591 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10592 (spam-check-crm114-headers): Use the spam-split-group that
10593 spam-split prepares, no need to determine it every time.
10594
10595 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10596 to the nnheader-parse-naked-head call.
10597
10598 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10599
10600 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10601 the nnheader-nov-read-message-id call.
10602
10603 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
10604
10605 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10606 gnus-activate-group twice. Suggested by Markus Peter
10607 <warp@spin.de>.
10608
10609 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
10610
10611 * gnus-art.el (gnus-article-time-format): Exchange the order of
10612 day and month in the default value; fix customization type.
10613 (article-date-ut): Use add-text-properties.
10614 (article-make-date-line): Use message-make-date instead of
10615 current-time-string.
10616
10617 * message.el (message-fetch-field): Don't use set-text-properties.
10618 (message-make-date): Simplify.
10619
10620 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
10621
10622 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10623 (rfc2047-encode-region): Treat text within parentheses as special;
10624 show the original text when error has occurred.
10625
10626 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10627 already-computed method to gnus-activate-group.
10628
10629 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10630 same select-methods identical Lisp objects.
10631
10632 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10633 object when modifying the info.
10634
10635 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10636
10637 * gnus-srvr.el (gnus-server-set-info): Remove the server from
10638 gnus-opened-servers since it has never been opened with the new
10639 configuration yet.
10640
10641 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
10642
10643 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10644 arg to nnheader-generate-fake-message-id.
10645
10646 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
10647
10648 * nnheader.el (nnheader-generate-fake-message-id): Accept a
10649 number and build a fake message ID localized to a group and
10650 article number (so it's repeatable from that point on).
10651 (nnheader-fake-message-id-p): Change regex to accommodate new fake
10652 ID format.
10653
10654 * gnus-sum.el (gnus-get-newsgroup-headers): Call
10655 nnheader-generate-fake-message-id with the article number.
10656
10657 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
10658
10659 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10660 end-of-buffer.
10661
10662 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10663
10664 * message.el (message-ignored-supersedes-headers): Add Approved.
10665
10666 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
10667
10668 * rfc2047.el (rfc2047-encode-message-header): Remove useless
10669 goto-char.
10670 (rfc2047-encode): Fold the line before encoding.
10671
10672 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10673
10674 * rfc2047.el (rfc2047-encode-message-header): Disabled header
10675 folding -- not all headers can be folded, and this should be done
10676 by the message composition mode. Probably. I think.
10677
10678 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
10679
10680 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10681 fast.
10682
10683 * gnus-ems.el (gnus-remove-image): Don't use
10684 message-text-with-property; remove only the image found first.
10685
10686 2004-06-09 Jesper Harder <harder@ifa.au.dk>
10687
10688 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
10689
10690 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
10691
10692 * message.el (message-text-with-property): Make it fast and accept
10693 optional arguments.
10694 (message-strip-forbidden-properties): Use it.
10695 (message-fix-before-sending): Follow the m-t-w-p change.
10696
10697 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
10698
10699 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10700
10701 * gnus-art.el (article-hide-headers): Don't change the buffer
10702 mistakenly when performing mml-preview even if
10703 gnus-single-article-buffer is nil.
10704
10705 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
10706
10707 * message.el (message-expand-name-databases): New user option.
10708 (message-expand-name): Use it.
10709
10710 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
10711
10712 * spam.el (spam-report-articles-resend)
10713 (spam-report-resend-register-routine): Allow ham reporting.
10714 (spam-report-resend-register-ham-routine): Add wrapper.
10715 (spam-registration-functions): Add ham resending functions.
10716 (spam-list-of-processors): Add ham resend processor.
10717
10718 * gnus.el (ham-resend-to): Add new group parameter.
10719 (spam-process): Add ham resend option.
10720
10721 * spam-report.el (spam-report-resend): Allow reporting ham.
10722 (spam-report-resend-ham): Add wrapper.
10723
10724 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10725
10726 * message.el (message-cite-articles-with-x-no-archive): New
10727 variable.
10728 (message-cite-original): Use it.
10729
10730 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10731
10732 * message.el (message-cite-original): Respect X-No-Archive.
10733
10734 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
10735
10736 * gnus-art.el (article-hide-headers): Refer to the values for
10737 gnus-ignored-headers and gnus-visible-headers in the summary
10738 buffer since a user may have set them as group parameters.
10739
10740 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
10741
10742 * assistant.el (assistant-node-name): Add convenience function.
10743 (assistant-render-text, assistant-render-node): Add error handling,
10744 plus handle multiple next nodes.
10745 (assistant-find-next-node): Comment out for now.
10746 (assistant-find-next-nodes): Add function, returns list of next
10747 nodes.
10748
10749 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
10750
10751 * mail-source.el (mail-source-directory): Fix doc-string.
10752
10753 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
10754
10755 * assistant.el (assistant-render-text, assistant-eval): Add :set
10756 widget type, which is different because it takes and returns a
10757 list. Much hilarity ensues.
10758
10759 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
10760
10761 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10762
10763 * gnus-group.el (gnus-group-get-new-news-this-group): Added
10764 doc-string.
10765
10766 * gnus-start.el (gnus-activate-group): Added doc-string.
10767
10768 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10769
10770 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10771
10772 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
10773
10774 * assistant.el (assistant-render-text): Try to add a :set
10775 widget, more to come.
10776
10777 * spam.el (spam-group-spam-contents-p): Handle empty groupname
10778 strings.
10779 (spam-report-articles-resend)
10780 (spam-register-routine): Do registration iff any articles warrant
10781 it.
10782 (spam-summary-prepare-exit): Change log message for nil group
10783 destinations.
10784
10785 2004-05-27 Daniel Pittman <daniel@rimspace.net>
10786
10787 * spam.el (spam-report-resend-register-routine): Allow
10788 spam-report-resend-to to be a group parameter or a global value.
10789
10790 2004-05-26 Simon Josefsson <jas@extundo.com>
10791
10792 * starttls.el: Merge with my GNUTLS based starttls.el.
10793 (starttls-gnutls-program, starttls-use-gnutls)
10794 (starttls-extra-arguments, starttls-process-connection-type)
10795 (starttls-connect, starttls-failure, starttls-success): New
10796 variables.
10797 (starttls-program, starttls-extra-args): Doc fix.
10798 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10799 functions.
10800 (starttls-negotiate, starttls-open-stream): Check
10801 `starttls-use-gnutls' and pass on to corresponding *-gnutls
10802 function if it is set.
10803
10804 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
10805
10806 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10807 structured fields.
10808
10809 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10810
10811 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10812
10813 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
10814
10815 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
10816 variable.
10817 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
10818 assigning the spam-mark to new messages.
10819
10820 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
10821
10822 (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
10823
10824 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10825
10826 * rfc2047.el (rfc2047-encodable-p): Don't move point.
10827 (rfc2047-decode): Treat the ascii coding-system as raw-text by
10828 default.
10829
10830 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
10831
10832 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
10833 correct data.
10834
10835 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
10836
10837 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
10838 (spam-group-processor-p): Fix function.
10839 (spam-group-processor-multiple-p)
10840 (spam-group-spam-processor-report-gmane-p)
10841 (spam-group-spam-processor-report-resend-p)
10842 (spam-group-spam-processor-bogofilter-p)
10843 (spam-group-spam-processor-blacklist-p)
10844 (spam-group-spam-processor-ifile-p)
10845 (spam-group-ham-processor-ifile-p)
10846 (spam-group-spam-processor-spamoracle-p)
10847 (spam-group-spam-processor-crm114-p)
10848 (spam-group-ham-processor-bogofilter-p)
10849 (spam-group-spam-processor-stat-p)
10850 (spam-group-ham-processor-stat-p)
10851 (spam-group-ham-processor-whitelist-p)
10852 (spam-group-ham-processor-BBDB-p)
10853 (spam-group-ham-processor-spamoracle-p)
10854 (spam-group-ham-processor-copy-p): Remove functions with some
10855 prejudice against unneeded code.
10856 (spam-report-articles-resend)
10857 (spam-report-resend-register-routine): Allow the group/topic
10858 spam-resend-to value to override spam-report-resend-to.
10859 (spam-summary-prepare-exit): Invoke spam-group-processor-p
10860 properly now.
10861
10862 * gnus.el (spam-resend-to): Add group/topic parameter.
10863 (spam-process): Move the OBSOLETE processors to the end of the
10864 choices.
10865
10866 2004-05-24 Daniel Pittman <daniel@rimspace.net>
10867
10868 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
10869 with resend-to set to nil, and then ask the user if necessary.
10870 (spam-report-resend): spam-report-resend takes a list of articles, not
10871 separate article numbers.
10872
10873 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10874
10875 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
10876 addition to emacs-w3m.
10877
10878 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10879
10880 * assistant.el (assistant-authinfo-data): New function.
10881 (assistant-eval): Eval for entire assistant.
10882
10883 * netrc.el (netrc-services-file): New variable.
10884 (netrc-parse-services): New function.
10885 (netrc-find-service-name): New function.
10886 (netrc-find-service-number): New function.
10887 (netrc-port-equal): New function.
10888 (netrc-machine): Use it.
10889
10890 * nnimap.el (nnimap-open-connection): Use netrc.
10891
10892 * gnus-util.el (gnus-netrc-get): Remove aliases.
10893
10894 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
10895
10896 * assistant.el (wid-edit): Fix compilation.
10897
10898 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
10899
10900 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
10901
10902 * gnus-util.el (gnus-set-file-modes): New function. (small
10903 patch).
10904
10905 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10906
10907 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
10908
10909 * assistant.el (assistant-render-node): Fix up rendering and
10910 read-only text.
10911 (assistant-render-node): Reset.
10912 (assistant-make-read-only): Not sticky.
10913
10914 2004-05-20 Danny Siu <dsiu@adobe.com>
10915
10916 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
10917 centered even when gnus-auto-center-summary is t
10918
10919 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10920
10921 * dns.el (dns-get-txt-answer): New function.
10922 (dns-read-txt): Ditto.
10923 (query-dns): Use it.
10924
10925 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
10926
10927 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
10928 active for foreign groups even if the group level is higher than
10929 the specified value.
10930
10931 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10932
10933 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
10934 non-active groups.
10935
10936 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
10937
10938 2004-05-20 Magnus Henoch <mange@freemail.hu>
10939
10940 * dns.el (dns-read-type): Add support for SVR. (small patch)
10941
10942 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
10943
10944 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
10945 (spam-crm114-header, spam-crm114-spam-switch)
10946 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
10947 (spam-crm114-positive-spam-header)
10948 (spam-crm114-database-directory, spam-list-of-processors)
10949 (spam-group-spam-processor-crm114-p)
10950 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
10951 (spam-generic-score, spam-list-of-checks)
10952 (spam-list-of-statistical-checks, spam-registration-functions)
10953 (spam-check-crm114-headers, spam-crm114-score)
10954 (spam-check-crm114, spam-crm114-register-with-crm114)
10955 (spam-crm114-register-spam-routine)
10956 (spam-crm114-unregister-spam-routine)
10957 (spam-crm114-register-ham-routine)
10958 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
10959 asjo@koldfront.dk (Adam Sjøgren).
10960
10961 * gnus.el: Add spam-use-crm114.
10962
10963 * spam.el (spam-list-of-processors, spam-registration-functions):
10964 Add spam-use-resend.
10965 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
10966 (spam-report-articles-gmane): Add doc fix.
10967 (spam-report-articles-resend, spam-report-resend-register-routine):
10968 Add wrappers around spam-report-resend-to.
10969
10970 * spam-report.el (spam-report-resend-to, spam-report-resend):
10971 Add support for resending spam.
10972 (spam-report-gmane): Fix line length >80.
10973
10974 * gnus.el (spam-process): Add spam-use-resend.
10975
10976 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10977
10978 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
10979 number of processed spam messages.
10980 (spam-ham-copy-or-move-routine): Return the number of processed
10981 ham messages.
10982 (spam-summary-prepare-exit): Use the above values to decide
10983 whether status messages shouled be displayed.
10984
10985 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
10986
10987 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
10988 `rfc2047-encoding-function-alist' in order to avoid conflicting
10989 with the old version.
10990 (rfc2047-encode-region): Concatenate words containing non-ASCII
10991 characters in structured fields; don't encode space-delimited
10992 ASCII words even in unstructured fields; don't break words at
10993 char-category boundaries.
10994 (rfc2047-encode-1): New function.
10995 (rfc2047-encode): Use it; encode text so that it occupies the
10996 maximum width within 76-column; work correctly on Q encoding for
10997 iso-2022-* charsets.
10998 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
10999 sure not to break a line just after the header name.
11000 (rfc2047-b-encode-region): Removed.
11001 (rfc2047-b-encode-string): New function.
11002 (rfc2047-q-encode-region): Removed.
11003 (rfc2047-q-encode-string): New function.
11004
11005 * mm-util.el (mm-replace-in-string): New function.
11006
11007 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11008
11009 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11010 get it right.
11011 (gnus-inews-make-draft): Really.
11012
11013 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
11014
11015 * nnmh.el (nnmh-request-list-1): Don't check the link count
11016 before descending. (small patch)
11017
11018 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11019
11020 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11021 stuff.
11022
11023 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11024 on real group name.
11025
11026 * gnus-art.el (gnus-signature-limit): Doc fix.
11027
11028 * gnus-msg.el (gnus-inews-make-draft): Quote list.
11029
11030 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11031
11032 * gnus-draft.el (gnus-draft-send): Bind
11033 rfc2047-encode-encoded-words.
11034
11035 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11036 (rfc2047-encodable-p): Say that =? needs encoding.
11037 (rfc2047-encode-encoded-words): New variable.
11038
11039 * gnus-group.el (gnus-group-select-group): Doc fix.
11040
11041 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11042
11043 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11044 to nil.
11045
11046 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11047
11048 * nnheader.el (nnheader-get-lines-and-char): New function.
11049
11050 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
11051
11052 * gnus-msg.el (gnus-summary-followup-with-original): Document
11053 yanking of region when active.
11054
11055 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
11056
11057 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11058 groups if the group level is higher than the specified value.
11059
11060 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
11061
11062 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11063 (gnus-group-jump-to-group): Added prefix argument using
11064 `gnus-group-jump-to-group-prompt'. Query before jumping to
11065 non-active group.
11066
11067 * compface.el (uncompface): Be verbose when changing
11068 `uncompface-use-external'.
11069
11070 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11071 handle manual section.
11072
11073 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11074
11075 * gnus-art.el (gnus-button-alist): Revert previous change.
11076
11077 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
11078
11079 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11080
11081 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11082
11083 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11084 whether backend can accept message.
11085
11086 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11087
11088 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
11089
11090 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11091 Avoid creating directory when nntp-marks-is-evil is true.
11092 Reported by Reiner Steib.
11093
11094 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
11095
11096 * gnus-picon.el (gnus-picon-style): New variable.
11097 (gnus-picon-insert-glyph): Added optional `nostring' argument.
11098 (gnus-picon-transform-address): Support `gnus-picon-style'. From
11099 Jesper Harder <harder@ifa.au.dk>.
11100
11101 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11102
11103 * message.el (message-fill-field): Return point.
11104 (message-generate-headers): Go to end of field.
11105
11106 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11107 stuff for non-living groups.
11108
11109 2004-05-18 Jesper Harder <harder@ifa.au.dk>
11110
11111 * gnus-art.el (gnus-article-followup-with-original)
11112 (gnus-article-reply-with-original): gnus-mark-active-p ->
11113 gnus-region-active-p.
11114
11115 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
11116
11117 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11118 only when there is spam or ham to be processed.
11119
11120 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11121
11122 * mail-source.el (mail-source-delete-crash-box): Refactor.
11123 (mail-source-fetch): Use it.
11124 (mail-source-fetch-file): Ditto.
11125 (mail-source-fetch-directory): Run postscript in loop.
11126 (mail-source-fetch-pop): Delete.
11127 (mail-source-fetch-maildir): Ditto.
11128 (mail-source-fetch-imap): Ditto.
11129
11130 * imap.el (imap-authenticators): Comment out sasl.
11131
11132 * message.el (message-skip-to-next-address): New function.
11133 (message-fill-header-address): Refactor.
11134 (message-fill-address): Use it.
11135 (message-delete-address): Use it.
11136 (message-fill-header-general): Refactor.
11137 (message-fill-field-address): Rename.
11138 (message-narrow-to-field): Find the start of the header.
11139 (message-header-format-alist): Don't pre-fill.
11140 (message-fill-header): Removed.
11141 (message-insert-header): New function.
11142 (message-shorten-references): Use it.
11143
11144 * rfc2047.el (rfc2047-field-value): Strip props.
11145
11146 * mail-parse.el (mail-header-make-address): New alias.
11147
11148 * ietf-drums.el (ietf-drums-make-address): New function.
11149
11150 * imap.el: Add compiler directives.
11151
11152 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11153
11154 * gnus-art.el (article-decode-idna-rhs): Don't use
11155 message-idna-inside-rhs-p.
11156
11157 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11158
11159 * message.el (message-idna-inside-rhs-p): Removed.
11160 (message-idna-to-ascii-rhs-1): Use proper address parsing.
11161
11162 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11163 false positives.
11164
11165 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11166
11167 * imap.el (imap-sasl-make-mechanisms): Use sasl.
11168
11169 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11170
11171 * nneething.el (nneething-file-name): Don't create spurious
11172 files.
11173
11174 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11175 (gnus-inews-do-gcc): Remove sleep.
11176
11177 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11178 part under point.
11179
11180 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11181 (gnus-agent-regenerate-group): Using nil messages aren't valid.
11182
11183 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
11184
11185 * spam.el (spam-summary-prepare-exit): Fixed (length).
11186
11187 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
11188
11189 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11190 as expired without moving it" message when there are spam
11191 messages left.
11192
11193 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
11194
11195 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11196 header is not nil.
11197
11198 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
11199
11200 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11201 nntp-possibly-create-directory, not nntp-possibly-change-group.
11202 (nntp-marks-changed-p): New arg SERVER.
11203 (nntp-request-update-info): Adjust caller.
11204
11205 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
11206
11207 * nntp.el (nntp-save-marks): Pass missing arg.
11208
11209 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
11210
11211 * nntp.el: Support marks.
11212 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11213 (nntp-marks-modtime, nntp-marks-directory): New variables.
11214 (nntp-request-set-mark, nntp-request-update-info)
11215 (nntp-possibly-create-directory, nntp-marks-changed-p)
11216 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11217 functions.
11218
11219 2004-05-12 Jesper Harder <harder@ifa.au.dk>
11220
11221 * gnus-score.el (gnus-score-insert-help): Use
11222 gnus-select-lowest-window.
11223
11224 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11225 appt-select-lowest-window and rename to gnus-select-lowest-window.
11226
11227 * gnus.el: do.
11228
11229 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11230
11231 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11232 encodings of MIME-encoded words, in order to improve
11233 interoperability with several broken MUAs.
11234
11235 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11236
11237 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11238 tags, only when charsets are not specified in headers.
11239 (mm-inline-text-html-render-with-w3m): Ditto.
11240
11241 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11242
11243 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11244 instead of MIME-decoded from fields when checking
11245 `gnus-article-address-banner-alist'.
11246
11247 2004-05-03 Jesper Harder <harder@ifa.au.dk>
11248
11249 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11250 description rather than subject.
11251
11252 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11253
11254 * gnus.el (gnus-version-number): Bump.
11255
11256 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
11257
11258 * gnus.el: No Gnus v0.2 is released.
11259
11260 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11261
11262 * gnus-agent.el (gnus-agent-read-agentview): Inline
11263 gnus-uncompress-range.
11264
11265 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11266
11267 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11268 `exec-installed-p'.
11269
11270 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11271
11272 * gnus.el (spam-process, spam-autodetect-methods): Add
11273 bsfilter and bsfilter-headers.
11274
11275 * spam.el (spam-bsfilter): New customize group.
11276 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11277 (spam-bsfilter-header, spam-bsfilter-probability-header)
11278 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11279 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11280 (spam-bsfilter-database-directory): New options.
11281 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11282 (spam-list-of-statistical-checks, spam-registration-functions):
11283 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11284 (spam-bsfilter-score): New command.
11285 (spam-check-bsfilter-headers, spam-check-bsfilter)
11286 (spam-bsfilter-register-with-bsfilter)
11287 (spam-bsfilter-register-spam-routine)
11288 (spam-bsfilter-unregister-spam-routine)
11289 (spam-bsfilter-register-ham-routine)
11290 (spam-bsfilter-unregister-ham-routine): New functions.
11291 (spam-generic-score): Support bsfilter; Accept an optional argument
11292 to recalcurate spam score even if scoring header has already been
11293 added.
11294 (spam-bogofilter-score, spam-spamassassin-score): Accept an
11295 optional argument to recalcurate spam score even if scoring header
11296 has already been added.
11297
11298 2004-04-29 Jesper Harder <harder@ifa.au.dk>
11299
11300 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11301 strings! Reported by David D. Smith <davidsmith@acm.org>.
11302 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11303 link is missing.
11304
11305 2004-04-28 Jesper Harder <harder@ifa.au.dk>
11306
11307 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11308 (html2text-get-attr): Rewrite.
11309
11310 * message.el (message-setup-1): Remove redundant put-text-property
11311 on mail-header-separator.
11312
11313 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
11314
11315 * gnus-registry.el (gnus-registry-cache-whitespace)
11316 (gnus-registry-action, gnus-registry-spool-action)
11317 (gnus-registry-split-fancy-with-parent): Change message levels
11318 from 5 to 3 or 7, as needed.
11319
11320 * spam.el (spam-summary-prepare-exit)
11321 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11322 (spam-split, spam-find-spam, spam-log-undo-registration)
11323 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11324 level from 5 to 6.
11325
11326 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
11327
11328 * gnus-ems.el: Autoload appt-select-lowest-window (revert
11329 2004-03-04 change).
11330
11331 2004-04-25 Jesper Harder <harder@ifa.au.dk>
11332
11333 * sieve-manage.el (sieve-manage-open):
11334 * nnweb.el (nnweb-insert-html):
11335 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11336 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11337 * nnspool.el (nnspool-request-group):
11338 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11339 * nnml.el (nnml-request-update-info):
11340 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11341 (nnmh-request-create-group, nnmh-update-gnus-unreads):
11342 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11343 (nnimap-request-set-mark):
11344 * nnfolder.el (nnfolder-request-update-info):
11345 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11346 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11347 * gnus-uu.el (gnus-uu-find-articles-matching):
11348 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11349 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11350 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11351 * gnus-nocem.el (gnus-nocem-scan-groups):
11352 * gnus-int.el (gnus-start-news-server):
11353 * gnus-group.el (gnus-group-make-kiboze-group)
11354 (gnus-group-browse-foreign-server):
11355 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11356 Use mapc when appropriate.
11357
11358 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
11359
11360 FIXME: Make separate entries for each person.
11361
11362 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11363 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11364 <shields@msrl.com>:
11365
11366 * spam.el (spam-necessary-extra-headers): Get the extra headers we
11367 may need for spam sorting and scoring.
11368 (spam-user-format-function-S): Add user format function suitable for
11369 general use.
11370 (spam-article-sort-by-spam-status): Add sorting function for summary
11371 sorting.
11372 (spam-extra-header-to-number): Add function to get a score from a
11373 header.
11374 (spam-summary-score): Add function to get a numeric score from the
11375 headers.
11376 (spam-generic-score): Fix function doc, was in wrong place.
11377 (spam-initialize): Take symbols when it's run, and install the
11378 extra headers that spam-necessary-extra-headers thinks we need.
11379
11380 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
11381
11382 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11383 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
11384
11385 2004-04-17 Jesper Harder <harder@ifa.au.dk>
11386
11387 * gnus-sum.el (gnus-set-global-variables)
11388 (gnus-build-all-threads, gnus-get-newsgroup-headers)
11389 (gnus-article-get-xrefs, gnus-summary-best-group)
11390 (gnus-summary-next-article, gnus-summary-enter-digest-group)
11391 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11392 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11393 Use with-current-buffer.
11394
11395 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
11396
11397 * spam.el (spam-summary-prepare-exit): Simplify logic.
11398 (spam-fetch-article-header): Read the article header if it's not
11399 available.
11400 (spam-list-articles): Simplify logic.
11401 (spam-filelist-register-routine): Fix bug with unregister-list.
11402
11403 * gnus-registry.el: Fix comments at beginning.
11404
11405 2004-04-16 Jesper Harder <harder@ifa.au.dk>
11406
11407 * message.el (message-cater-to-broken-inn): Remove.
11408 (message-shorten-references): Make sure the total folded length of
11409 References is shorter than 998 characters to cater to a bug in INN
11410 2.3. Also, don't pretend that references aren't folded -- this
11411 hasn't worked for a while.
11412
11413 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
11414
11415 * gnus-agent.el (gnus-agentize):
11416 gnus-agent-send-mail-real-function no longer set to current value
11417 of message-send-mail-function but rather a lambda that calls
11418 message-send-mail-function. The change makes the agent real-time
11419 responsive to user changes to message-send-mail-function.
11420
11421 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
11422
11423 * legacy-gnus-agent.el
11424 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11425 help from Florian Weimer <fw@deneb.enyo.de>
11426
11427 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
11428
11429 * nnmail.el (nnmail-cache-insert): Revert last change.
11430
11431 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
11432
11433 * nnmail.el (nnmail-cache-insert): Always check whether
11434 nnmail-cache-ignore-groups matches a group name.
11435
11436 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
11437
11438 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11439 (spam-find-spam, spam-log-processing-to-registry)
11440 (spam-log-registered-p, spam-log-unregistration-needed-p)
11441 (spam-log-undo-registration): Use gnus-message instead of
11442 gnus-error, none of these errors are fatal.
11443
11444 * gnus-registry.el (gnus-registry-clean-empty-function)
11445 (gnus-registry-clean-empty): Remove only empty entries without
11446 extra data.
11447
11448 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
11449
11450 * spam-stat.el (spam-stat-buffer-change-to-spam)
11451 (spam-stat-buffer-change-to-non-spam): Change (error) to
11452 (gnus-message 8) invocation.
11453
11454 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
11455
11456 * nntp.el (nntp-via-netcat-command): New variable.
11457 (nntp-via-netcat-switches): New variable.
11458 (nntp-open-via-rlogin-and-netcat): New function.
11459 (nntp-open-connection-function): Doc fix.
11460 (nntp-telnet-command): Doc fix.
11461 (nntp-end-of-line): Doc fix.
11462 (nntp-via-rlogin-command): Doc fix.
11463 (nntp-via-user-name): Doc fix.
11464 (nntp-via-address): Doc fix.
11465
11466 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
11467
11468 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11469 error in Emacs 21.1.
11470
11471 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
11472
11473 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11474
11475 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
11476 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11477 (gnus-agent-with-refreshed-group): New macro.
11478 (gnus-agent-rename-group): New function.
11479 (gnus-agent-delete-group): New function.
11480 (gnus-agent-save-group-info): Use gnus-command-method when
11481 `method' parameter is nil. Don't write nil entries into the
11482 active file.
11483 (gnus-agent-get-group-info): New function.
11484 (gnus-agent-fetch-articles): Use
11485 gnus-agent-update-files-total-fetched-for to increment disk space
11486 used.
11487 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11488 gnus-agent-update-view-total-fetched-for to increment disk space
11489 used.
11490 (gnus-agent-get-local): Added optional parameters to avoid calling
11491 gnus-group-real-name and gnus-find-method-for-group.
11492 (gnus-agent-set-local): Delete stored entry if either min, or max,
11493 are nil.
11494 (gnus-agent-fetch-session): Reworded error/quit messages. On
11495 quit, use gnus-agent-regenerate-group to record existance of any
11496 articles fetched to disk before the quit occurred.
11497 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11498 gnus-agent-update-view-total-fetched-for, and
11499 gnus-agent-update-files-total-fetched-for to decrement disk space
11500 used.
11501 (gnus-agent-retrieve-headers): Use
11502 gnus-agent-update-view-total-fetched-for to increment disk space
11503 used.
11504 (gnus-agent-regenerate-group): Replace gnus-group-update-group
11505 with gnus-agent-update-files-total-fetched-for to decrement disk
11506 space and fresh group buffer.
11507 (gnus-agent-inhibit-update-total-fetched-for): New variable.
11508 (gnus-agent-need-update-total-fetched-for): New variable.
11509 (gnus-agent-update-files-total-fetched-for): New function.
11510 (gnus-agent-update-view-total-fetched-for): New function.
11511 (gnus-agent-total-fetched-for): New function.
11512
11513 * gnus-cache.el (gnus-cache-save-buffers): Use
11514 gnus-cache-update-overview-total-fetched-for to change disk space
11515 used by this group.
11516 (gnus-cache-possibly-enter-article): Use
11517 gnus-cache-update-file-total-fetched-for to increment disk space
11518 used by this group.
11519 (gnus-cache-possibly-remove-article): Use
11520 gnus-cache-update-file-total-fetched-for to decrement disk space
11521 used by this group.
11522 (gnus-cache-generate-nov-databases): Purge total fetched cache.
11523 (gnus-cache-rename-group): New function.
11524 (gnus-cache-delete-group): New function.
11525 (gnus-cache-inhibit-update-total-fetched-for): New variable.
11526 (gnus-cache-need-update-total-fetched-for): New variable.
11527 (gnus-cache-with-refreshed-group): New macro.
11528 (gnus-cache-update-file-total-fetched-for): New function.
11529 (gnus-cache-update-overview-total-fetched-for): New function.
11530 (gnus-cache-rename-group-total-fetched-for): New function.
11531 (gnus-cache-delete-group-total-fetched-for): New function.
11532 (gnus-cache-total-fetched-for): New function.
11533
11534 * gnus-group.el: Require gnus-sum and autoload functions to
11535 resolve warnings when gnus-group.el compiled alone.
11536 (gnus-group-line-format): Documented new %F
11537 (size of Fetched data) group line format; identifies disk space
11538 used by agent and cache.
11539 (gnus-group-line-format-alist): Defined new F format.
11540 (gnus-total-fetched-for): New function.
11541 (gnus-group-delete-group): No longer update
11542 gnus-cache-active-altered as gnus-request-delete-group now keeps
11543 the cache in sync.
11544 (gnus-group-list-active): Let the agent store a server's active
11545 list if currently plugged.
11546
11547 * gnus-int.el (gnus-request-delete-group):
11548 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11549 local disk in sync with the server.
11550 (gnus-request-rename-group):
11551 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11552 local disk in sync with the server.
11553
11554 * gnus-start.el (gnus-get-unread-articles):
11555 Cosmetic simplification to logic.
11556
11557 * gnus-util.el (gnus-rename-file): New function.
11558
11559 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
11560
11561 * mm-util.el (mm-image-load-path): Handle nil in load-path.
11562
11563 2004-04-07 Jesper Harder <harder@ifa.au.dk>
11564
11565 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11566 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
11567
11568 2004-04-06 Jesper Harder <harder@ifa.au.dk>
11569
11570 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11571 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
11572
11573 2004-04-03 Jesper Harder <harder@ifa.au.dk>
11574
11575 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11576
11577 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
11578
11579 * spam.el (spam-set-difference): Add function to replace
11580 gnus-set-difference in spam.el.
11581 (spam-summary-prepare-exit): Use spam-set-difference.
11582
11583 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11584
11585 * gnus-registry.el (gnus-registry-cache-file): Update to use
11586 gnus-dribble-directory OR gnus-home-directory OR ~.
11587 (gnus-registry-split-fancy-with-parent): Fix doc.
11588
11589 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
11590
11591 * message.el (message-exchange-point-and-mark): Use
11592 message-mark-active-p. Suggested by Jesper Harder
11593 <harder@ifa.au.dk>.
11594
11595 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
11596
11597 * message.el (message-exchange-point-and-mark): Don't activate
11598 region if it was inactive. Suggested by Hiroshi Fujishima
11599 <pooh@nature.tsukuba.ac.jp>.
11600
11601 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
11602
11603 * gnus-art.el (article-display-face): Display Faces in the same
11604 order as X-Faces.
11605
11606 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
11607
11608 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11609
11610 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11611
11612 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11613 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11614 (gnus-article-mime-hierarchy): Remove.
11615 (gnus-article-mime-hierarchy-next): Remove.
11616 (gnus-article-mode): Revert 2004-03-19 change.
11617 (gnus-article-setup-buffer): Revert 2004-03-19 change.
11618 (gnus-insert-mime-button): Revert 2004-03-19 change.
11619 (gnus-mime-accumulate-hierarchy): Remove.
11620 (gnus-mime-enter-multipart): Remove.
11621 (gnus-mime-leave-multipart): Remove.
11622 (gnus-mime-display-part): Revert 2004-03-19 change.
11623 (gnus-mime-display-alternative): Revert 2004-03-19 change.
11624
11625 * mml.el (mml-preview): Revert 2004-03-19 change.
11626
11627 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
11628
11629 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11630
11631 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
11632
11633 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11634 t while entering a file name using the mm-with-multibyte macro.
11635 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11636
11637 * mm-util.el (mm-with-multibyte): New macro.
11638
11639 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
11640
11641 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11642 user option.
11643 (gnus-mime-multipart-functions): Doc and customization fix.
11644 (gnus-article-mime-hierarchy): New variable.
11645 (gnus-article-mime-hierarchy-next): New variable.
11646 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11647 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11648 gnus-article-mime-hierarchy-next to nil.
11649 (gnus-insert-mime-button): Show hierarchy numbers.
11650 (gnus-mime-accumulate-hierarchy): New function.
11651 (gnus-mime-enter-multipart): New function.
11652 (gnus-mime-leave-multipart): New function.
11653 (gnus-mime-display-part): Recompute hierarchical MIME structure.
11654 (gnus-mime-display-alternative): Show hierarchy numbers.
11655
11656 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11657 gnus-article-mime-hierarchy-next to nil.
11658
11659 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
11660
11661 * dns.el: Don't require gnus-xmas.
11662
11663 2004-03-17 Jesper Harder <harder@ifa.au.dk>
11664
11665 * mml.el (mml-generate-mime-1): Don't use format=flowed with
11666 inline PGP.
11667 (mml-menu): Disable mml-quote-region if mark is inactive.
11668
11669 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
11670
11671 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11672 when the group's active is not available.
11673
11674 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11675
11676 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11677 error.
11678
11679 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
11680
11681 * imap.el (imap-store-password): New variable.
11682 (imap-interactive-login): Use it.
11683 Suggested by Mark Plaksin <happy@mcplaksin.org>.
11684
11685 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
11686
11687 * gnus-art.el (gnus-article-read-summary-keys): Restore new
11688 window-start and hscroll to summary window.
11689
11690 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
11691
11692 * gnus-start.el (gnus-convert-old-newsrc): Only write the
11693 conversion message to newsrc-dribble when an actual conversion is
11694 performed.
11695
11696 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
11697
11698 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
11699
11700 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
11701
11702 * mm-decode.el (mm-complicated-handles): New function reviving
11703 former definition of mm-multiple-handles.
11704
11705 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11706 (gnus-mime-delete-part): Use it.
11707
11708 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
11709
11710 * gnus-agent.el (gnus-agent-read-local): Bind
11711 nnheader-file-coding-system to gnus-agent-file-coding-system to
11712 avoid the implicit assumption that they will always be equal.
11713 (gnus-agent-save-local): Bind buffer-file-coding-system, not
11714 coding-system-for-write, as the with-temp-file macro first prints
11715 to a buffer then saves the buffer.
11716
11717 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
11718
11719 * gnus-art.el (gnus-article-edit-part): New function.
11720 (gnus-mime-save-part-and-strip): Use it; do query instead of
11721 signaling an error; don't use mm-multiple-handles.
11722 (gnus-mime-delete-part): Ditto.
11723
11724 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
11725
11726 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11727 old file versions.
11728 (gnus-group-prepare-hook): Removed function that converted list
11729 form of gnus-agent-expire-days to group properties.
11730
11731 * gnus-int.el: Autoload gnus-agent-regenerate-group.
11732 (gnus-request-accept-article): Re-indented.
11733
11734 * gnus-start.el (gnus-convert-old-newsrc): Registered new
11735 converters to handle old agent file formats. Added logic for a
11736 "backup before upgrading warning".
11737 (gnus-convert-mark-converter-prompt): Developers can mark
11738 functions as needing (default), or not needing,
11739 gnus-convert-old-newsrc's "backup before upgrading warning".
11740 (gnus-convert-converter-needs-prompt): Tests whether the user
11741 should be protected from potentially irreversable changes by the
11742 function.
11743
11744 * legacy-gnus-agent.el: New. Provides converters that are only
11745 loaded when gnus-convert-old-newsrc needs to call them.
11746
11747 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
11748
11749 * mail-source.el (mail-source-touch-pop): Doc fix.
11750
11751 * message.el (message-smtpmail-send-it): Doc fix.
11752
11753 2004-03-05 Jesper Harder <harder@ifa.au.dk>
11754
11755 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11756
11757 * nnmail.el (nnmail-split-fancy): do.
11758
11759 * gnus-kill.el (gnus-kill, gnus-execute): do.
11760
11761 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
11762
11763 * gnus-sum.el (gnus-widget-reversible-match)
11764 (gnus-widget-reversible-to-internal)
11765 (gnus-widget-reversible-to-external): New functions.
11766 (gnus-widget-reversible): New widget.
11767 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
11768
11769 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
11770
11771 * gnus-sum.el (gnus-thread-sort-functions)
11772 (gnus-article-sort-functions): Document `(not F)' items.
11773
11774 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
11775
11776 * spam.el (spam-use-gmane-xref): Add new backend.
11777 (spam-gmane-xref-spam-group): Add variable to control the name of the
11778 Gmane spam group.
11779 (spam-blackhole-servers, spam-blackhole-good-server-regex)
11780 (spam-regex-headers-spam, spam-regex-headers-ham)
11781 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11782 (spam-list-of-checks): Add spam-use-gmane-xref to list of
11783 backends and checks.
11784 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
11785
11786 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11787 an autodetect method.
11788
11789 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11790
11791 * gnus-int.el (gnus-request-accept-article): Inform the agent that
11792 articles are being added to a group.
11793 (gnus-request-replace-article): Inform the agent that articles
11794 need to be uncached as the cached contents are no longer valid.
11795
11796 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11797
11798 * binhex.el: Don't autoload executable-find.
11799
11800 * canlock.el: Don't autoload mail-fetch-field.
11801
11802 * gnus-ems.el: Don't autoload appt-select-lowest-window.
11803
11804 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
11805 rmail-dont-reply-to and rmail-output.
11806
11807 * gnus-score.el: Don't autoload ffap-string-at-point.
11808
11809 * gnus-setup.el: Don't autoload sc-cite-original.
11810
11811 * imap.el: Don't autoload base64-decode-string,
11812 base64-encode-string and md5.
11813
11814 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
11815 and rmail-msg-restore-non-pruned-header.
11816
11817 * mm-decode.el: Don't autoload executable-find.
11818
11819 * mm-url.el: Don't autoload executable-find.
11820
11821 * mm-view.el: Don't autoload diff-mode.
11822
11823 * nndb.el: Don't autoload news-reply-mode, news-setup,
11824 cancel-timer and telnet.
11825
11826 * password.el: Don't autoload run-at-time for Emacs.
11827
11828 * sha1-el.el: Don't autoload executable-find.
11829
11830 * sieve-mode.el: Don't autoload c-mode.
11831
11832 * uudecode.el: Don't autoload executable-find.
11833
11834 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11835
11836 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
11837 (gnus-agent-possibly-alter-active): Avoid null in numeric
11838 comparison.
11839 (gnus-agent-set-local): Refuse to save null in local object table.
11840 (gnus-agent-regenerate-group): The REREAD parameter can now be a
11841 list of articles that will be marked as unread.
11842
11843 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11844
11845 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
11846
11847 2004-03-04 Jesper Harder <harder@ifa.au.dk>
11848
11849 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
11850 language tags.
11851
11852 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
11853
11854 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
11855 Don't bind "obarray".
11856
11857 * gnus-sum.el (gnus-thread-sort-functions): Added
11858 `gnus-thread-sort-by-most-recent-number' and
11859 `gnus-thread-sort-by-most-recent-date'.
11860 Reported by Kai Grossjohann <kai@emptydomain.de>.
11861
11862 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11863
11864 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
11865
11866 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
11867
11868 * gnus-cus.el (gnus-agent-customize-category): Removed
11869 ignore-errors macro reference that required cl to be loaded at
11870 run-time.
11871
11872 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
11873 single-interval range of the form (min . max). Previously the
11874 range had to look like ((min . max)). Likewise, return
11875 (min . max) rather than ((min . max)).
11876 (gnus-range-map): Use gnus-range-normalize to accept
11877 single-interval range.
11878
11879 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
11880 the cache, but not the agent, now appear with their usual face.
11881
11882 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
11883
11884 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
11885 w3m-safe-url-regexp variable buffer-local.
11886
11887 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11888
11889 2004-02-27 Simon Josefsson <jas@extundo.com>
11890
11891 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
11892 gnus-group-real-prefix.
11893 (gnus-summary-move-article): Use it, instead of
11894 gnus-group-real-prefix.
11895
11896 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
11897
11898 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
11899 w3m-safe-url-regexp variable buffer-local and set it as the value
11900 of mm-w3m-safe-url-regexp.
11901
11902 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11903
11904 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
11905 parsing gnus-posting-styles when the message is not for replying.
11906
11907 * nnrss.el (nnrss-opml-export): Use
11908 mm-set-buffer-file-coding-system instead of
11909 set-buffer-file-coding-system.
11910
11911 2004-02-27 Jesper Harder <harder@ifa.au.dk>
11912
11913 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
11914 of checkdoc.el).
11915 * nnrss.el: do.
11916 * gnus-mlspl.el: do.
11917 * gnus-ml.el: do.
11918 * gnus-srvr.el: do.
11919
11920 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
11921
11922 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
11923
11924 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
11925 Corrections to custom-manual links.
11926
11927 * gnus-art.el (gnus-article): Ditto.
11928
11929 * mm-decode.el (mime-display, mime-security): Ditto.
11930
11931 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11932
11933 * flow-fill.el: Typo.
11934
11935 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
11936
11937 * spam-wash.el: New file.
11938
11939 2004-02-26 Mark A. Hershberger <mah@everybody.org>
11940
11941 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
11942
11943 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
11944
11945 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
11946 to be run with new-articles as LIST1, not LIST2.
11947 (spam-registration-functions): Add spam-use-ham-copy as a nil
11948 registration backend.
11949
11950 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11951
11952 * spam-stat.el (spam-stat-washing-hook): New option.
11953 (spam-stat-buffer-words): Use it.
11954 (spam-stat-process-directory, spam-stat-test-directory): Use
11955 insert-file-contents-literally.
11956 (spam-stat-coding-system): New variable.
11957 (spam-stat-load, spam-stat-save): Use it.
11958
11959 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
11960
11961 * spam-report.el (spam-report-plug-agent): Quote
11962 spam-report-url-to-file and spam-report-url-ping-plain.
11963
11964 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
11965
11966 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
11967 / in mailto URLs.
11968
11969 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
11970
11971 * spam-report.el (spam-report-process-queue): Fix interactive use.
11972 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
11973 (spam-report-unplug-agent): Doc fixes.
11974 (spam-report-url-ping-mm-url, spam-report-url-to-file)
11975 (spam-report-agentize, spam-report-deagentize): Autoload
11976
11977 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
11978
11979 * message.el (message-setup-fill-variables): Add mml tags to
11980 paragraph-start and paragraph-separate. Suggested by Andrew Korty
11981 <ajk@iu.edu>.
11982 (message-mode): Don't modify paragraph-separate there.
11983
11984 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
11985
11986 * compface.el (uncompface-use-external): Default to undecided.
11987 (uncompface-use-external-threshold): New variable.
11988 (uncompface-float-time): New macro.
11989 (uncompface): Determine whether to use the external decoder if
11990 uncompface-use-external is undecided.
11991
11992 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11993
11994 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
11995 after images.
11996
11997 * gnus-art.el (gnus-mime-display-single): Remove dead code.
11998
11999 2004-02-14 Jesper Harder <harder@ifa.au.dk>
12000
12001 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12002
12003 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12004
12005 * gnus-sum.el (gnus-summary-limit-to-age)
12006 (gnus-summary-limit-children): do.
12007
12008 * gnus-int.el (gnus-request-scan): do.
12009
12010 * gnus-group.el (gnus-group-suspend): do.
12011
12012 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12013
12014 * gnus-cite.el (gnus-cite-parse-attributions): do.
12015
12016 * gnus-agent.el (gnus-summary-set-agent-mark)
12017 (gnus-agent-regenerate-group): do.
12018
12019 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12020
12021 * binhex.el (binhex-decode-region-internal): do.
12022
12023 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
12024
12025 * gnus-fun.el (gnus-face-properties-alist): New user option.
12026 (gnus-display-x-face-in-from): Use it.
12027
12028 * gnus-art.el (article-display-face): Ditto.
12029
12030 * compface.el (uncompface-use-external): Default to nil.
12031
12032 2004-02-12 Jesper Harder <harder@ifa.au.dk>
12033
12034 * nntp.el (nntp-erase-buffer): New function.
12035 (nntp-retrieve-data, nntp-send-command)
12036 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12037 (nntp-possibly-change-group): Use it.
12038
12039 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12040 with-current-buffer.
12041
12042 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
12043
12044 * compface.el: Merge the ELisp-based uncompface program.
12045 (compface): New customization group.
12046 (uncompface-use-external): New user option.
12047 (uncompface): Call uncompface-internal if uncompface-use-external
12048 is nil.
12049 (uncompface-internal): New function. Note that there are also
12050 some other functions and variables added for this function.
12051
12052 2004-02-10 Jesper Harder <harder@ifa.au.dk>
12053
12054 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12055 if necessary.
12056
12057 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
12058
12059 * spam-report.el (spam-report-unplug-agent)
12060 (spam-report-plug-agent, spam-report-deagentize)
12061 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12062 Add support for the Agent in spam-report: when unplugged, report to a
12063 file; when plugged, submit all the requests.
12064
12065 * spam.el (spam-register-routine): Fix message about
12066 registration.
12067
12068 2004-02-09 Jesper Harder <harder@ifa.au.dk>
12069
12070 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12071 dependencies.
12072 (rfc2047-encode): Use it.
12073
12074 * gnus-art.el (gnus-button-marker-list): Move before first
12075 reference.
12076
12077 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12078 (imap-parse-body): Fix format string mismatch.
12079
12080 * gnus-score.el (gnus-summary-increase-score): do.
12081
12082 * nnrss.el (nnrss-close): New function.
12083
12084 2004-02-08 Jesper Harder <harder@ifa.au.dk>
12085
12086 * nnrss.el (nnrss-make-filename): New function.
12087 (nnrss-request-delete-group, nnrss-read-server-data)
12088 (nnrss-save-server-data, nnrss-read-group-data)
12089 (nnrss-save-group-data): Use it.
12090 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12091 (nnrss-read-server-data, nnrss-read-group-data): Use load.
12092 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12093
12094 2004-02-07 Jesper Harder <harder@ifa.au.dk>
12095
12096 * mml.el (mml-compute-boundary-1): Don't uncompress files.
12097
12098 2004-02-06 Jesper Harder <harder@ifa.au.dk>
12099
12100 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12101 files.
12102
12103 * message.el (message-generate-headers-first): Don't quote nil
12104 and t in docstrings.
12105
12106 * imap.el (imap-id): do.
12107
12108 * gnus-agent.el (gnus-agent-consider-all-articles)
12109 (gnus-agent-queue-mail): do.
12110
12111 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
12112
12113 * spam-report.el (spam-report-process-queue): New function.
12114 Process requests from `spam-report-requests-file'.
12115 (spam-report-process-queue): Doc fix.
12116
12117 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
12118
12119 * spam.el (spam-register-routine)
12120 (spam-log-processing-to-registry, spam-log-registered-p)
12121 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12122 Change "check" to "spam-check" for semi-clarity.
12123
12124 2004-02-05 Jesper Harder <harder@ifa.au.dk>
12125
12126 * pop3.el: Require nnheader.
12127
12128 * mml-smime.el: Require cl. Autoload message-fetch-field.
12129
12130 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12131
12132 * gnus-picon.el: Require cl.
12133
12134 * gnus-fun.el: Require gnus-ems and gnus-util.
12135
12136 * gnus.el (gnus-method-to-server): Move defsubst before first use.
12137
12138 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12139
12140 * gnus-art.el (gnus-article-edit-mode): Define before first
12141 reference.
12142
12143 2004-02-04 Jesper Harder <harder@ifa.au.dk>
12144
12145 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12146 (gnus-uu-post-encoded): Use point-at-bol.
12147
12148 * gnus-topic.el (gnus-group-active-topic-p): do.
12149
12150 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12151
12152 * gnus-group.el (gnus-group-kill-region): do.
12153
12154 * gnus-art.el (article-date-ut): do.
12155
12156 * message.el (message-fetch-field): Remove redundant
12157 case-fold-search binding.
12158 (message-narrow-to-field): Simplify.
12159
12160 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
12161
12162 * spam.el (spam-directory): Derive from `gnus-directory'.
12163
12164 * spam-report.el (spam-report-url-to-file)
12165 (spam-report-requests-file): New function and variable for offline
12166 reporting.
12167 (spam-report-url-ping-function): Add `spam-report-url-to-file'
12168 and user defined function.
12169 (spam-report-url-ping-mm-url): Remove doubled slash.
12170
12171 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
12172
12173 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12174
12175 2004-02-03 Jesper Harder <harder@ifa.au.dk>
12176
12177 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12178 format string mismatch.
12179
12180 * sieve.el (sieve-deactivate-all): do.
12181
12182 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12183
12184 * nnlistserv.el (nnlistserv-kk-wash-article): do.
12185
12186 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12187
12188 * mm-bodies.el (mm-7bit-chars): Don't include \r.
12189
12190 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
12191
12192 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12193 the list of checks.
12194
12195 2004-01-31 Jesper Harder <harder@ifa.au.dk>
12196
12197 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12198 padding.
12199
12200 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
12201
12202 * mm-view.el (mm-fill-flowed): New variable.
12203 (mm-inline-text): Use it.
12204
12205 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
12206
12207 * spam.el (spam-spamassassin-register-ham-routine)
12208 (spam-spamassassin-register-spam-routine): Fix function names.
12209
12210 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
12211
12212 * gnus.el (gnus-tmp-grouplens): Remove.
12213 (gnus-summary-line-format): Remove grouplens.
12214
12215 * gnus-group.el (gnus-group-line-format): Ditto.
12216
12217 * gnus-spec.el (gnus-format-specs): Ditto.
12218 (gnus-update-format-specifications): Flush the group format spec
12219 cache if there's the grouplens stuff.
12220 (gnus-parse-simple-format): Replace %l with the empty string.
12221
12222 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
12223
12224 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12225 omission.
12226
12227 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
12228
12229 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12230 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12231
12232 2004-01-25 Paul Jarc <prj@po.cwru.edu>
12233
12234 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12235 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12236 New macros and functions.
12237 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12238 Handle > NLINK_MAX messages.
12239 * nnmaildir.el (nnmaildir-request-set-mark): Use
12240 nnmaildir--emlink-p and nnmaildir--eexist-p.
12241
12242 2004-01-25 Alex Schroeder <alex@gnu.org>
12243
12244 * spam-stat.el (spam-stat-process-directory-age): New option.
12245 (spam-stat-process-directory): Use it.
12246
12247 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
12248
12249 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12250 (spam-stat-save): Accept prefix argument.
12251
12252 2004-01-23 Paul Jarc <prj@po.cwru.edu>
12253
12254 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12255 links" error.
12256
12257 2004-01-23 Jesper Harder <harder@ifa.au.dk>
12258
12259 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12260 compatibility with old .newsrc.eld files.
12261
12262 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12263
12264 * gnus-start.el (gnus-1): do.
12265
12266 * gnus-group.el (gnus-group-line-format-alist): do.
12267
12268 * gnus.el (gnus-use-grouplens, gnus-visual): do.
12269
12270 * gnus-gl.el: Remove.
12271
12272 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
12273
12274 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12275 marks consisting of a single range {for example, (3 . 5)} rather
12276 than a list of a single range { ((3 . 5)) }.
12277
12278 2004-01-23 Jesper Harder <harder@ifa.au.dk>
12279
12280 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12281 with-current-buffer.
12282 (spam-stat-store-current-buffer): Use insert-buffer-substring to
12283 avoid consing a string.
12284
12285 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12286 Remove obsolete entries for big5 and gb2312.
12287
12288 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
12289
12290 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12291 uncompressed list.
12292
12293 2004-01-22 Jesper Harder <harder@ifa.au.dk>
12294
12295 * spam-stat.el (spam-stat-strip-xref): New function.
12296 (spam-stat-process-directory): Use it.
12297
12298 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12299 here -- it's done in message-fetch-field.
12300
12301 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
12302
12303 * gnus-agent.el (gnus-agent-queue-mail)
12304 (gnus-agent-prompt-send-queue): New variables.
12305 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12306 * gnus-draft.el (gnus-group-send-queue): Pass the group name
12307 "nndraft:queue" along to gnus-draft-send. Use
12308 gnus-agent-prompt-send-queue.
12309 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12310 is "nndraft:queue". Suggested by Gaute Strokkenes
12311 <gs234@srcf.ucam.org>
12312
12313 * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12314 (agent-enable-undownloaded-faces): Added
12315 (gnus-agent-cat-groups): Use eval-and-compile, not
12316 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12317 method of gnus-agent-cat-groups even when the buffer has been
12318 evaled.
12319 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12320 delete gnus-agent-save-active-1.
12321 (gnus-agent-save-groups): Deleted. Identical to
12322 gnus-agent-save-active.
12323 (gnus-agent-write-active): No longer adjust agent's copy of active
12324 file as agent's adjustments are now stored in their own
12325 file. Removed optional parameter.
12326 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12327 servers. Add use of min/max range limits from server's local
12328 file.
12329 (gnus-agent-save-alist): Removed unused optional argument.
12330 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12331 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12332 (gnus-agent-set-local): A per-server file that keeps min/max range
12333 limits for articles known to the agent. Provides a fast mechanism
12334 for altering many active ranges.
12335 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12336 active file (local makes it unnecessary).
12337 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12338
12339 * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12340 (agent-enable-undownloaded-faces): Added
12341
12342 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12343 disable it when sending to "nndraft:queue".
12344 (gnus-group-send-queue): Add safety check to avoid sending queue
12345 when unplugged.
12346
12347 * gnus-group.el (gnus-group-catchup): Use new
12348 gnus-sequence-of-unread-articles, not
12349 gnus-list-of-unread-articles, to avoid exhausting memory with huge
12350 numbers of articles. Use gnus-range-map to avoid having to
12351 uncompress the unread list.
12352 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12353 Fixed invalid ange-ftp reference.
12354
12355 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12356 (gnus-sorted-range-intersection): Intersection of two ranges
12357 without requiring that they first be uncompressed.
12358
12359 * gnus-start.el (gnus-activate-group): Unless blocked by the
12360 caller, possibly expand the active range to include both cached
12361 and agentized articles.
12362 (gnus-convert-old-newsrc): Rewrote in anticipation of having
12363 multiple version-dependent converters.
12364 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12365 gnus-agent-save-active.
12366 (gnus-save-newsrc-file): Save dirty agent range limits.
12367
12368 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12369 gnus-agent-possibly-alter-active.
12370 (gnus-adjust-marked-articles): Faster handling of simple lists
12371
12372 2004-01-21 Jesper Harder <harder@ifa.au.dk>
12373
12374 * spam-stat.el (spam-stat-test-directory): New optional argument
12375 displays a list of files detected. Suggested by Andrew Cohen
12376 <cohen@andy.bu.edu>.
12377 (spam-stat-buffer-words-with-scores): Don't narrow and change
12378 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
12379
12380 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
12381
12382 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12383 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12384 (spam-spamassassin-arguments)
12385 (spam-spamassassin-spam-flag-header)
12386 (spam-spamassassin-positive-spam-flag-header)
12387 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12388 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12389 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12390 (spam-list-of-processors, spam-list-of-checks)
12391 (spam-list-of-statistical-checks, spam-registration-functions)
12392 (spam-check-spamassassin-headers, spam-check-spamassassin)
12393 (spam-spamassassin-score)
12394 (spam-spamassassin-register-with-sa-learn)
12395 (spam-spamassassin-register-spam-routine)
12396 (spam-spamassassin-register-ham-routine)
12397 (spam-assassin-register-spam-routine)
12398 (spam-assassin-register-ham-routine): Add SpamAssassin support.
12399 (spam-bogofilter-score): Fix to show article before scoring.
12400
12401 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
12402
12403 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12404 default scoring function.
12405 (spam-generic-score): Call spam-spamassassin-score if
12406 spam-use-spamassassin or spam-use-spamassassin-headers is on;
12407 spam-bogofilter-score otherwise.
12408
12409 * gnus.el (spam-process, spam-autodetect-methods): Add
12410 spamassassin and spamassassin-headers.
12411
12412 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
12413
12414 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12415 Suppress unnecessary messages.
12416
12417 2004-01-20 Jesper Harder <harder@ifa.au.dk>
12418
12419 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12420 make-hash-table.
12421
12422 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
12423
12424 * canlock.el (base64-encode-string): Don't autoload it.
12425
12426 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12427
12428 * run-at-time.el: Remove useless (require 'itimer),
12429 eval-and-compile and (featurep 'xemacs).
12430
12431 2004-01-16 Jesper Harder <harder@ifa.au.dk>
12432
12433 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12434 GROUP is a virtual group.
12435
12436 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
12437
12438 * gnus.el: Autoload `message-y-or-n-p'.
12439
12440 2004-01-15 Jesper Harder <harder@ifa.au.dk>
12441
12442 * pgg-parse.el: Remove unnecessary (require 'custom).
12443
12444 * pgg-def.el: do.
12445
12446 * nnmail.el: do.
12447
12448 * gnus-undo.el: do.
12449
12450 * gnus-picon.el: do.
12451
12452 * gnus-util.el: do.
12453
12454 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
12455
12456 * gnus-sum.el (gnus-pick-line-number): Add autoload.
12457
12458 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
12459
12460 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12461 handle, as well as a list.
12462
12463 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12464 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12465 (mm-w3m-cid-retrieve): Simplify.
12466
12467 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
12468
12469 * message.el (message-kill-to-signature): Allow prefix arg to
12470 specify number of lines to keep before signature.
12471
12472 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
12473
12474 (message-kill-to-signature): Change docstring.
12475
12476 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
12477
12478 * canlock.el: Always require sha1-el.
12479 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12480
12481 * message.el: Autoload sha1 only when compiling.
12482
12483 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12484
12485 * message.el (message-canlock-generate): Require sha1-el.
12486
12487 2004-01-13 Jesper Harder <harder@ifa.au.dk>
12488
12489 * message.el (message-expand-name): Silence the byte compiler.
12490
12491 2004-01-13 Simon Josefsson <jas@extundo.com>
12492
12493 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12494 Invoke gnus-score-mode. Reported by
12495 bojohan+news@dd.chalmers.se (Johan Bockgård).
12496
12497 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
12498 Jim Blandy <jimb@redhat.com> (tiny change).
12499
12500 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12501
12502 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12503
12504 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
12505
12506 * spam.el (spam-get-article-as-string): Update to use
12507 gnus-request-article-this-buffer, much simpler.
12508 (spam-get-article-as-buffer): Remove.
12509
12510 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
12511
12512 * message.el (message-expand-name): Use EUDC if the user uses that.
12513
12514 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12515
12516 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12517 character for the encoding to avoid consing a string.
12518
12519 * rfc2047.el (rfc2047-decode-string): Don't cons a string
12520 unnecessarily.
12521
12522 * mm-util.el (mm-replace-chars-in-string): Remove.
12523
12524 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12525 of mm-replace-chars-in-string.
12526
12527 2004-01-11 Jesper Harder <harder@ifa.au.dk>
12528
12529 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12530
12531 * mm-util.el (mm-subst-char-in-string): Support inplace.
12532
12533 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12534 a new string in every iteration. Use shy groups.
12535
12536 2004-01-10 Jesper Harder <harder@ifa.au.dk>
12537
12538 * gnus-srvr.el (gnus-browse-unsubscribe-group):
12539 * gnus-soup.el (gnus-soup-group-brew):
12540 * gnus-msg.el (gnus-put-message):
12541 * gnus-move.el (gnus-group-move-group-to-server):
12542 * gnus-kill.el (gnus-batch-score):
12543 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12544 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12545 (gnus-group-update-group, gnus-group-read-group)
12546 (gnus-group-make-group, gnus-group-make-help-group)
12547 (gnus-group-make-archive-group, gnus-group-make-directory-group)
12548 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12549 (gnus-group-sort-by-unread, gnus-group-catchup)
12550 (gnus-group-unsubscribe-group, gnus-group-kill-group)
12551 (gnus-group-yank-group, gnus-group-set-info)
12552 (gnus-group-list-groups):
12553 * gnus.el (gnus-generate-new-group-name):
12554 * gnus-delay.el (gnus-delay-send-queue):
12555 * nnvirtual.el (nnvirtual-catchup-group):
12556 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12557 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12558 (gnus-group-prepare-topics, gnus-topic-check-topology):
12559 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12560 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12561 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12562 (gnus-group-make-articles-read):
12563 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12564 (gnus-group-change-level, gnus-kill-newsgroup)
12565 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12566 (gnus-get-unread-articles, gnus-make-articles-unread)
12567 (gnus-make-ascending-articles-unread): Use accessor
12568 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12569 to get group information for improved readability.
12570
12571
12572 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12573
12574 * gnus-art.el (article-decode-mime-words, article-babel)
12575 (gnus-article-highlight-signature, gnus-article-add-buttons)
12576 (gnus-signature-toggle): Use gnus-with-article-buffer.
12577
12578 * gnus-art.el (gnus-article-highlight-headers)
12579 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12580
12581 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12582 (gnus-article-set-globals, gnus-request-article-this-buffer)
12583 (gnus-button-message-id, gnus-article-maybe-hide-headers)
12584 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12585 (gnus-mime-display-alternative): Use with-current-buffer.
12586
12587 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12588
12589 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12590 also under 80 char limit, and call gnus-error if needed.
12591 (spam-fetch-article-header): Fix - it was a
12592 buffer-local variable (gnus-newsgroup-data).
12593 (spam-find-spam): Use spam-generate-fake-headers, forget about
12594 spam-insert-fake-headers.
12595 (spam-insert-fake-headers): Remove.
12596
12597 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12598
12599 * deuglify.el (gnus-article-outlook-unwrap-lines)
12600 (gnus-outlook-rearrange-article)
12601 (gnus-outlook-repair-attribution-outlook)
12602 (gnus-outlook-repair-attribution-block)
12603 (gnus-outlook-repair-attribution-other): Remove redundant
12604 save-excursion.
12605
12606 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12607
12608 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12609 (spam-fetch-field-subject-fast)
12610 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12611 (spam-fetch-article-header): Add functions to deal with Gnus
12612 internals for fast retrieval of article header data.
12613 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12614
12615 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12616
12617 * pop3.el (pop3-md5): Remove.
12618 (pop3-apop): Replace pop3-md5 with md5.
12619
12620 * mm-bodies.el: base64 is always built-in.
12621
12622 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12623 with-current-buffer.
12624
12625 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
12626
12627 * canlock.el (canlock-insert-header): Remove excessive grouping in
12628 regexp.
12629
12630 * gnus-sum.el (gnus-summary-read-document): Ditto.
12631
12632 * gnus-uu.el (gnus-uu-part-number): Ditto.
12633
12634 * html2text.el (html2text-remove-tags): Ditto.
12635 (html2text-format-tags): Ditto.
12636 (html2text-format-single-elements): Ditto.
12637
12638 * mml.el (mml-parse-1): Ditto.
12639
12640 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12641
12642 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12643
12644 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12645
12646 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12647
12648 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12649
12650 2003-11-15 Simon Josefsson <jas@extundo.com>
12651
12652 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12653 (pgg-gpg-lookup-key): Use regexp match instead of
12654 split-string (split-string is different between emacs 21.2 and
12655 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
12656
12657 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12658
12659 * gnus-art.el (gnus-mime-view-all-parts)
12660 (gnus-article-part-wrapper, gnus-article-view-part): Use
12661 with-current-buffer.
12662
12663 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12664
12665 * spam.el (spam-disable-spam-split-during-ham-respool)
12666 (spam-spamoracle-database, spam-cache-lookups)
12667 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12668 (spam-group-ham-mark-p, spam-group-spam-mark-p)
12669 (spam-group-ham-marks, spam-group-spam-marks)
12670 (spam-group-spam-contents-p, spam-group-ham-contents-p)
12671 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12672 also add spam-use-blackholes to the statistical checks.
12673 (spam-fetch-field-fast): Add interface to fetching fields, may
12674 become a macro.
12675 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12676 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12677 (spam-insert-fake-headers): Fake an article when needed.
12678 (spam-find-spam): Fake article when possible.
12679 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12680 (spam-check-bogofilter-headers): Use message-fetch-field instead
12681 of nnmail-fetch-field.
12682
12683 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
12684
12685 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12686
12687 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12688
12689 * spam.el (spam-split): Do not require spam-use-CHECK to be
12690 enabled if that check is passed to spam-split explicitly; also
12691 fix so 'spam doesn't get converted to spam-split-group when
12692 spam-split-symbolic-return is t.
12693 (spam-find-spam): Find registrations of the article and use those
12694 instead of re-running spam-split to find the spam/ham
12695 classification of the article.
12696 (spam-log-processing-to-registry, spam-log-registered-p)
12697 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12698 Use gnus-error instead of gnus-message.
12699 (spam-log-registration-type): Add function to determine the
12700 classification of a message based on registry entries; will
12701 return nil if both 'spam and 'ham are found.
12702 (spam-check-BBDB): Expand all the BBDB macros here so we can have
12703 a reasonably fast local cache without the loading errors.
12704 (spam-cache-lookups): Set to t by default.
12705 (spam-find-spam): Don't try to guess spam-cache-lookups.
12706 (spam-enter-whitelist, spam-enter-blacklist): Clear the
12707 spam-caches entry.
12708 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12709 caching of whitelist/blacklist entries.
12710 (spam-check-whitelist, spam-check-blacklist): Invoke
12711 spam-from-listed-p with a type, not a cache variable.
12712 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12713
12714 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12715
12716 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12717
12718 * nnmail.el (nnmail-split-fancy): do.
12719
12720 * mml.el (mml-parse): do.
12721
12722 * gnus-score.el (gnus-enter-score-words-into-hashtb)
12723 (gnus-score-adaptive): do.
12724
12725 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12726
12727 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12728 (gnus-mime-button-map): Don't set keymap parent.
12729 (gnus-button-ctan-directory-regexp): Use shy grouping.
12730 (gnus-prev-page-map): Don't set keymap parent.
12731 (gnus-prev-page-map): Remove duplicated one.
12732 (gnus-next-page-map): Don't set keymap parent.
12733 (gnus-mime-security-button-map): Ditto.
12734
12735 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12736 version number.
12737
12738 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
12739
12740 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12741
12742 * canlock.el (canlock-sha1-function): Remove.
12743 (canlock-sha1-function-for-verify): Remove.
12744 (canlock-openssl-program): Remove.
12745 (canlock-openssl-args): Remove.
12746 (canlock-ignore-errors): Remove.
12747 (canlock-sha1-with-openssl): Remove.
12748 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12749 (canlock-verify): Don't use canlock-ignore-errors.
12750
12751 * sha1-el.el (sha1-string-external): Make it can return a string
12752 in binary form.
12753 (sha1-region-external): Ditto.
12754 (sha1-string-internal): Ditto.
12755 (sha1-region-internal): Ditto.
12756 (sha1-region): Ditto.
12757 (sha1-string): Ditto.
12758 (sha1): Ditto.
12759
12760 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12761
12762 * spam.el (spam-report-articles-gmane): New command.
12763
12764 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12765
12766 * gnus.el: Don't make unnecessary *Group* buffer when loading.
12767
12768 * run-at-time.el (run-at-time-saved): Remove.
12769 (run-at-time): Doc fix.
12770
12771 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12772
12773 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12774 (gnus-summary-limit-map): Add it.
12775 (gnus-summary-make-menu-bar): do.
12776
12777 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
12778
12779 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12780 Make attempt at some caching support (done for BBDB only now).
12781 (spam-find-spam): Set spam-cache-lookups if there are more than 2
12782 addresses to be checked.
12783 (spam-clear-cache-BBDB): Add function, to be invoked by
12784 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12785 (spam-check-BBDB): Check and use the caches, if
12786 spam-cache-lookups is on, remove superfluous (provide).
12787
12788 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
12789
12790 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
12791
12792 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
12793
12794 * run-at-time.el (run-at-time-saved): Move to after the definition
12795 of `run-at-time'.
12796
12797 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12798
12799 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
12800 mm-w3m-local-map-property.
12801
12802 * mm-view.el (mm-w3m-mode-map): Remove.
12803 (mm-w3m-local-map-property): Remove.
12804 (mm-inline-text-html-render-with-w3m): Don't use
12805 mm-w3m-local-map-property.
12806
12807 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12808
12809 * run-at-time.el: New file.
12810
12811 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
12812 of gnus-set-text-properties.
12813
12814 * gnus-uu.el (gnus-uu-save-article): Ditto.
12815
12816 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
12817
12818 * gnus-cite.el (gnus-cite-parse): Ditto.
12819
12820 * gnus-art.el (gnus-button-push): Use set-text-properties instead
12821 of gnus-.
12822
12823 * gnus.el: Changed calls to nnheader-run-at-time and
12824 password-run-at-time throughout to use run-at-time directly.
12825
12826 * password.el: Removed definition of run-at-time.
12827
12828 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
12829
12830 * mml.el (mml-minibuffer-read-disposition): Show attachment type
12831 in prompt.
12832
12833 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
12834
12835 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
12836 XEmacs version.
12837
12838 * dns.el (dns-make-network-process): Use `open-network-stream'
12839 instead of `gnus-xmas-open-network-stream'.
12840
12841 * .cvsignore: Add auto-autoloads.el, custom-load.el.
12842
12843 2004-01-06 Jesper Harder <harder@ifa.au.dk>
12844
12845 * gnus-art.el (gnus-mime-display-alternative)
12846 (gnus-insert-mime-button, gnus-insert-mime-security-button)
12847 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
12848 Don't use gnus-local-map-property.
12849
12850 * gnus-util.el (gnus-local-map-property): Remove.
12851
12852 * mm-view.el (mm-view-pkcs7-decrypt): Replace
12853 gnus-completing-read-maybe-default with completing-read.
12854
12855 * gnus-util.el (gnus-completing-read): do.
12856 (gnus-completing-read-maybe-default): Remove.
12857
12858 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
12859
12860 * password.el: Only autoload `run-at-time' if not XEmacs.
12861 Only autoload the itimer functions if XEmacs.
12862
12863 2004-01-06 Jesper Harder <harder@ifa.au.dk>
12864
12865 * gnus-art.el (gnus-read-string): Remove.
12866 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
12867 read-string.
12868
12869 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
12870
12871 * netrc.el: Autoload password-read.
12872 (netrc): Add configuration group.
12873 (netrc-encoding-method, netrc-openssl-path): Add
12874 variables for encoding and decoding of files with symmetric
12875 ciphers.
12876 (netrc-encode): Add assistant function to encode a file with
12877 netrc-encoding-method.
12878 (netrc-parse): Add interactive parameter, added optional
12879 decoding if netrc-encoding-method is non-nil but otherwise
12880 behavior is standard.
12881 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
12882 Do s/encode/encrypt/ everywhere.
12883
12884 * spam.el: Remove executable-find autoload.
12885
12886 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12887
12888 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
12889
12890 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
12891
12892 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
12893
12894 * gnus-art.el (gnus-treat-ansi-sequences,
12895 (article-treat-ansi-sequences): New variable and function.
12896 Suggested by Dan Jacobson <jidanni@jidanni.org>.
12897
12898 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12899 Use it.
12900
12901 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12902
12903 * mm-util.el (mm-quote-arg): Remove.
12904
12905 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
12906 shell-quote-argument.
12907
12908 * gnus-uu.el (gnus-uu-command): do.
12909
12910 * gnus-sum.el (gnus-summary-insert-pseudos): do.
12911
12912 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
12913 with make-char.
12914
12915 * mm-util.el (mm-make-char): Remove.
12916
12917 * mml.el (mml-mode): Replace gnus-add-minor-mode with
12918 add-minor-mode.
12919
12920 * gnus-undo.el (gnus-undo-mode): do.
12921
12922 * gnus-topic.el (gnus-topic-mode): do.
12923
12924 * gnus-sum.el (gnus-dead-summary-mode): do.
12925
12926 * gnus-start.el (gnus-slave-mode): do.
12927
12928 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
12929
12930 * gnus-ml.el (gnus-mailing-list-mode): do.
12931
12932 * gnus-gl.el (gnus-grouplens-mode): do.
12933
12934 * gnus-draft.el (gnus-draft-mode): do.
12935
12936 * gnus-dired.el (gnus-dired-mode): do.
12937
12938 * gnus-ems.el (gnus-add-minor-mode): Remove.
12939
12940 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12941 Replace gnus-char-width with char-width.
12942
12943 * gnus-ems.el (gnus-char-width): Remove.
12944
12945 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12946 Replace gnus-char-width with char-width.
12947
12948 * gnus-ems.el (gnus-char-width): Remove.
12949
12950 * spam-stat.el (with-syntax-table): Remove with-syntax-table
12951 definition.
12952 Remove Emacs 20 hash table compatibility code.
12953
12954 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
12955 20 compatibility code.
12956
12957 * spam.el (spam-point-at-eol): Replace with point-at-eol.
12958
12959 * smime.el (smime-point-at-eol): Replace with point-at-eol.
12960
12961 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
12962 with point-at-{eol,bol}.
12963
12964 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
12965
12966 * imap.el (imap-point-at-eol): Replace with point-at-eol.
12967
12968 * flow-fill.el (fill-flowed-point-at-bol)
12969 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
12970
12971 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
12972 Replace with point-at-{eol,bol} throughout all files.
12973
12974 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12975
12976 * ntlm.el (ntlm-string-as-unibyte): New macro.
12977 (ntlm-build-auth-response): Use it.
12978
12979 Remove Emacs 20 stuff:
12980 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
12981 of delq and copy-sequence.
12982 * gnus-art.el (popup-menu): Remove the compiler macro.
12983 * nnmail.el (nnmail-split-fancy): Don't support customizing with
12984 Emacs 20.
12985
12986 2004-01-05 Simon Josefsson <jas@extundo.com>
12987
12988 * ntlm.el: Fix namespace. Change smb-passwd-hash into
12989 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
12990 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
12991 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
12992 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
12993 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
12994 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
12995 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
12996 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
12997 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
12998 ntlm-string-permute, string-lshift into ntlm-string-lshift,
12999 string-xor into ntlm-string-xor. Suggested by
13000 Jesper Harder <harder@myrealbox.com>.
13001
13002 * ntlm.el: Don't include poem.
13003
13004 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
13005 Jesper Harder <harder@myrealbox.com>.
13006
13007 * sasl-ntlm.el, ntlm.el, md4.el: New files.
13008
13009 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
13010 probably breaks emacs with DL patch, but do we care? Is anyone
13011 still using the DL stuff?)
13012
13013 * sieve-manage.el: Use the password package.
13014 (sieve-manage-read-passwd): Remove.
13015 (sieve-manage-interactive-login): Use password. Re-add
13016 condition-case around loop.
13017
13018 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13019 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13020 the password package.
13021
13022 2003-02-19 Simon Josefsson <jas@extundo.com>
13023
13024 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13025 token.
13026
13027 2002-08-07 Simon Josefsson <jas@extundo.com>
13028
13029 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13030 (sieve-manage-authenticators):
13031 (sieve-manage-authenticator-alist): Add some SASL mechs.
13032 (sieve-sasl-auth): New function.
13033 (sieve-manage-cram-md5-auth):
13034 (sieve-manage-plain-auth): Rewrite using SASL library.
13035 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13036 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13037 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13038 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13039
13040 2004-01-05 Simon Josefsson <jas@extundo.com>
13041
13042 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13043 New files.
13044
13045 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13046
13047 * gnus-group.el (gnus-no-groups-message): Update.
13048
13049 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13050
13051 2003-11-09 Simon Josefsson <jas@extundo.com>
13052
13053 * imap.el: Support for ID IMAP extension (RFC 2971).
13054 (imap-local-variables): Add imap-id.
13055 (imap-id): New variable.
13056 (imap-id): New function.
13057 (imap-parse-response): Parse untagged ID response.
13058 * nnimap.el (nnimap-id): New variable.
13059 (nnimap-open-connection): Use it.
13060
13061 2003-12-28 Simon Josefsson <jas@extundo.com>
13062
13063 * gnus-score.el (gnus-score-edit-all-score): New.
13064 * gnus-group.el (gnus-group-score-map): Bind it to W e.
13065
13066 2004-01-04 Simon Josefsson <jas@extundo.com>
13067
13068 * password.el: Add.
13069
13070 2004-01-04 Mario Lang <lang@zid.tugraz.at>
13071
13072 * dns.el: Add support for AAAA records (see RFC 3596)
13073
13074 * Fix typo PRT -> PTR
13075
13076 * Parse MX, PTR and SOA replies (see RFC 1035)
13077
13078 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13079
13080 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13081
13082 * Moved to Changelog.2.
13083
13084 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13085
13086 * gnus.el (gnus-version-number): Bump version.
13087
13088 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13089
13090 * gnus.el: No Gnus v0.1 is released.
13091
13092 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13093
13094 * gnus.el: No Gnus v0.0 is released.
13095
13096 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13097
13098 * gnus.el (gnus-version-number): Bump.
13099 (gnus-version): No.
13100
13101 See ChangeLog.2 for earlier changes.
13102
13103 Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
13104
13105 This file is part of GNU Emacs.
13106
13107 GNU Emacs is free software: you can redistribute it and/or modify
13108 it under the terms of the GNU General Public License as published by
13109 the Free Software Foundation, either version 3 of the License, or
13110 (at your option) any later version.
13111
13112 GNU Emacs is distributed in the hope that it will be useful,
13113 but WITHOUT ANY WARRANTY; without even the implied warranty of
13114 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13115 GNU General Public License for more details.
13116
13117 You should have received a copy of the GNU General Public License
13118 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
13119
13120 ;; Local Variables:
13121 ;; coding: utf-8
13122 ;; fill-column: 79
13123 ;; add-log-time-zone-rule: t
13124 ;; End:
13125
13126 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4