]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
* rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
[gnu-emacs] / lisp / gnus / ChangeLog
1 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4 `allow-override' which says whether to use `mm-charset-override-alist'.
5 (rfc2047-decode-encoded-words): Use it.
6
7 * mm-util.el (mm-charset-override-alist): Fix custom type;
8 add `(gb2312 . gbk)' to choices.
9
10 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
11
12 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
13 fast.
14
15 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
16
17 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
18
19 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
20 on links.
21
22 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
23
24 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
25
26 * message.el (message-idna-to-ascii-rhs-1): Protect against local
27 users' addresses that don't have domain parts.
28 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
29 rather than message-narrow-to-head since there will be the message
30 header separator.
31
32 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
33
34 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
35 since the result is inserted in a unibyte buffer anyway.
36 (nnimap-demule-use-string-to-multibyte): Remove.
37 (nnimap-demule): Alias it to mm-string-to-multibyte.
38
39 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
40
41 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
42 variable for debugging bug#464 and bug#1174.
43 (nnimap-demule): Use it.
44
45 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
46
47 * gnus-score.el (gnus-score-find-trace): Handle default score in total
48 score calculation correctly.
49
50 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
51
52 * message.el (message-send-mail): Just set the buffer to unibyte
53 rather than use mm-with-unibyte-current-buffer which does a lot more.
54 (message-send-mail-partially): Don't bother with
55 mm-with-unibyte-current-buffer since it's already been made unibyte by
56 message-send-mail.
57
58 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
59
60 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
61
62 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
63
64 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
65
66 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
67
68 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
69 require itself and to remove `with-no-warnings'.
70
71 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
72
73 * starttls.el (starttls-any-program-available): Get the name of the
74 available TLS layer program.
75 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
76 well as the host name in the "opening" message.
77
78 * auth-source.el (auth-source-cache, auth-source-do-cache)
79 (auth-source-user-or-password): Cache passwords and logins by default,
80 allow override with `auth-source-do-cache'.
81 (auth-source-forget-user-or-password): Allow users to remove cache
82 entries if needed.
83
84 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
85
86 * ietf-drums.el (ietf-drums-remove-comments): Localize second
87 condition-case to only the forward-sexp call.
88
89 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
90
91 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
92 quotes contained. Make it more robust regardless by an extra
93 condition-case wrapper.
94
95 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
96
97 * nnml.el (nnml-request-expire-articles): Check if the function set to
98 `nnmail-expiry-target' returns the symbol `delete'.
99
100 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
101
102 * nnmail.el (nnmail-expiry-target): Fix custom type.
103
104 2008-10-02 Glenn Morris <rgm@gnu.org>
105
106 * mm-util.el (mm-codepage-setup): Tweak codepage error.
107 Silence compiler warning.
108
109 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
110
111 * mml.el (mml-menu): Don't assume mml2015 is bound.
112
113 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
114
115 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
116 exists.
117
118 2008-09-27 Glenn Morris <rgm@gnu.org>
119
120 * gnus-util.el (mail-header-remove-comments): Autoload it.
121
122 2008-09-27 Andreas Schwab <schwab@suse.de>
123
124 * gnus-util.el (gnus-split-references): Strip comments.
125 (gnus-parent-id): Likewise.
126
127 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
128
129 * message.el (message-confirm-send): Fix version.
130
131 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
132
133 * message.el (message-idna-to-ascii-rhs-1): Use
134 mail-extract-address-components rather than mail-header-parse-addresses
135 that is an alias by default to ietf-drums-parse-addresses that does not
136 support non-ASCII names in headers' contents.
137
138 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
139
140 * message.el (message-confirm-send): Fixed variable documentation to
141 avoid the "y/n" wording.
142
143 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
144
145 * message.el (message-set-auto-save-file-name): Save to a different
146 filename so multiple messages (especially drafts) can be recovered.
147
148 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
149
150 * message.el (message-confirm-send): Add appropriate version.
151
152 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
153
154 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
155 defvar.
156
157 2008-09-22 Daiki Ueno <ueno@unixuser.org>
158
159 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
160 (mm-pkcs7-enveloped-magic): Ditto.
161
162 2008-09-17 Simon Josefsson <simon@josefsson.org>
163
164 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
165 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
166
167 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
168
169 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
170 default, it's better.
171
172 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
173
174 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
175 summary line gnus-number property and ignore them (with a warning
176 message).
177
178 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
179
180 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
181 macro caddr in the interactive form since it won't be expanded.
182
183 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
184
185 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
186 `charset'; fix name of function called recursively.
187 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
188
189 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
190
191 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
192 (gnus-mime-set-charset-parameters): New function.
193 (gnus-mime-view-part-as-charset): Use it to correctly display part
194 specifying wrong charset.
195
196 2008-09-08 David Engster <dengste@eml.cc>
197
198 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
199 in completing-read for back end server.
200
201 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
202
203 * message.el (message-confirm-send): New variable to confirm sending a
204 message.
205 (message-send): Use it.
206
207 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
208
209 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
210
211 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
212
213 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
214
215 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
216
217 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
218 prevent tracking too many groups.
219 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
220 Use it.
221
222 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
223
224 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
225 moving point to the bottom of the window in order to avoid recentering.
226
227 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
228
229 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
230 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
231 (gnus-article-beginning-of-window): Fix calculation.
232
233 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
234
235 * gnus-msg.el (gnus-summary-supersede-article)
236 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
237 value of gnus-newsgroup-charset to decode non-MIME encoded text in
238 message header.
239
240 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
241
242 * message.el:
243 * gnus-start.el:
244 * gnus-registry.el: Remove VMS support.
245
246 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
247
248 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
249 macro.
250 (rfc2104-hash): Use it.
251
252 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
253
254 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
255 (gnus-summary-sort-by-most-recent-date): New commands.
256 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
257 and menu entries.
258
259 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
260
261 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
262 don't redisplay article for raw contents; remove plural articles stuff.
263
264 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
265 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
266 on gnus-summary-save-article; display results properly.
267
268 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
269
270 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
271
272 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
273
274 * gnus-art.el (gnus-summary-save-in-pipe): Consider
275 gnus-save-all-headers.
276
277 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
278
279 * gnus-util.el (ns-focus-frame): Remove declaration.
280 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
281 like x.
282
283 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
284
285 * rfc2104.el (rfc2104-zero): Delete defconst.
286 (rfc2104-hex-alist): Likewise.
287 (rfc2104-hex-to-int): Delete func.
288 (rfc2104-hexstring-to-bitstring): Likewise.
289 (rfc2104-nybbles): New defconst.
290 (rfc2104-hash): Rewrite for speed.
291
292 2008-07-16 Glenn Morris <rgm@gnu.org>
293
294 * gnus-util.el (ns-focus-frame): Declare for compiler.
295
296 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
297
298 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
299 set as a group parameter.
300 (gnus-summary-save-in-pipe): Work when it is called independently.
301 (gnus-summary-pipe-to-muttprint): Don't modify
302 gnus-summary-pipe-output-default-command.
303
304 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
305
306 * message.el (message-send-mail-with-sendmail):
307 Display the error message.
308
309 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
310
311 * gnus-art.el (gnus-default-article-saver):
312 Add gnus-summary-save-in-pipe to choices.
313 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
314 gnus-summary-pipe-output-default-command as the default command.
315 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
316 instead of gnus-last-shell-command.
317
318 * gnus-sum.el (gnus-summary-pipe-output-default-command):
319 New user option.
320 (gnus-summary-muttprint-program): Mention the value will be changed.
321 (gnus-summary-save-article): Force showing of all headers.
322 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
323
324 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
325
326 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
327
328 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
329
330 * nnimap.el (nnimap-id):
331 * sieve-manage.el (sieve-manage-open): Doc fixes.
332
333 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
334
335 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
336 if available.
337
338 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
339
340 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
341
342 * nnkiboze.el (nnkiboze-generate-group):
343 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
344
345 * nnmairix.el: Require CL.
346
347 2008-06-15 David Engster <dengste@eml.cc>
348
349 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
350
351 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
352
353 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
354 New macros that expand to an `aset'/`aref' call under Emacs, and to a
355 runtime choice under XEmacs.
356
357 * gnus-sum.el (gnus-summary-set-display-table):
358 Use `gnus-put-display-table', `gnus-get-display-table',
359 `gnus-set-display-table' for the display table, instead of `aset'.
360
361 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
362
363 * nnmairix.el: Add autoloads.
364
365 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
366
367 * nnmairix.el (nnmairix-delete-recreate-group)
368 (nnmairix-update-and-clear-marks): Fix error messages.
369
370 2008-06-14 David Engster <dengste@eml.cc>
371
372 * nnmairix.el: Upgrade to version 0.6.
373 (nnmairix-group-toggle-propmarks-this-group)
374 (nnmairix-group-toggle-readmarks-this-group)
375 (nnmairix-group-delete-recreate-this-group)
376 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
377 (nnmairix-remove-tick-mark-original-article): New commands.
378 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
379 (nnmairix-propagate-marks-to-nnmairix-groups)
380 (nnmairix-only-use-registry, nnmairix-allowfast-default)
381 (nnmairix-marks-cache, nnmairix-version-output): New variables.
382 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
383 functions needed for marks propagation and manipulation of read marks.
384 (nnmairix-update-groups): New function.
385 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
386 (nnmairix-determine-original-group-from-registry)
387 (nnmairix-determine-original-group-from-path)
388 (nnmairix-get-group-from-file-path, nnmairix-map-range)
389 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
390 New helper functions.
391 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
392 keystrokes for new commands.
393 (nnmairix-delete-and-create-on-change): Doc string cleanup.
394 (nnmairix-request-group): Check allow-fast group parameter.
395 (nnmairix-request-create-group): Set allow-fast group parameter if
396 nnmairix-allowfast-default is set.
397 (nnmairix-close-group): Propagate marks upon closing if needed.
398 (nnmairix-group-toggle-threads-this-group): Use new.
399 nnmairix-group-toggle-parameter helper function.
400 (nnmairix-search): Better check for empty search result.
401 (nnmairix-goto-original-article): Use new helper functions for
402 determining original article.
403 (nnmairix-show-original-article): Make sure message-id is in brackets.
404 (nnmairix-call-mairix-binary): Change variable name.
405 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
406 helper function.
407 (nnmairix-widget-toggle-activate): Fix doc string.
408
409 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
410
411 * nnir.el: Require edmacro when compiling with XEmacs.
412 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
413 available in Emacs 21.
414
415 2008-06-11 Glenn Morris <rgm@gnu.org>
416
417 * gnus-util.el (x-focus-frame):
418 * gnus.el (image-size):
419 * mm-decode.el (image-size): Declare.
420
421 * gnus-picon.el (declare-function): Add compat definition.
422 (image-size): Declare.
423
424 * gnus-group.el (tool-bar-map):
425 * gnus-sum.el (tool-bar-map): Define for compiler.
426
427 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
428
429 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
430
431 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
432 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
433 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
434 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
435 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
436 * sieve-manage.el, spam-report.el, spam.el:
437 Remove unnecessary eval-and-compile of autoloads.
438
439 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
440
441 * auth-source.el: Precise Tramp doc.
442
443 2008-06-07 Glenn Morris <rgm@gnu.org>
444
445 * nnmairix.el: Remove unnecessary eval-when-compile.
446
447 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
448
449 * nnir.el: New file.
450
451 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
452
453 * gnus-util.el (gnus-read-shell-command): New function.
454 * mm-decode.el (mm-pipe-part):
455 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
456
457 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
458
459 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
460
461 2008-06-03 Glenn Morris <rgm@gnu.org>
462
463 * pop3.el (nnheader-accept-process-output): Autoload it.
464
465 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
466
467 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
468 are not 2-digit hexadecimal characters that follow `%'s.
469
470 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
471
472 * message.el (message-bogus-recipient-p): Fix type in doc string.
473 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
474 (message-bogus-addresses): Rename from message-bogus-address-regexp.
475 Improve custom options.
476 (message-bogus-recipient-p): Adjust accordingly.
477
478 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
479
480 * nnmairix.el: Require edmacro when compiling with XEmacs.
481
482 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
483
484 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
485 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
486
487 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
488
489 * auth-source.el: Add more docs.
490
491 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
492
493 * nnheader.el (nnheader-read-timeout): Change the default timeout from
494 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
495 retrieval faster in some cases, but might make CPU usage larger. If
496 this has any bad side effects, we might revert this change.
497
498 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
499 seems to make mail retrieval much, much faster.
500 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
501 unconditionally.
502
503 * gnus-draft.el (gnus-group-send-queue): Bind
504 message-send-mail-partially-limit to nil to avoid being prompted.
505
506 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
507
508 * mml.el (mml-attach-buffer): Prompt for `disposition'.
509
510 * message.el (message-bogus-address-regexp): Fix and improve custom
511 type.
512 (message-setup-hook): Add message-check-recipients as custom option.
513
514 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
515
516 * message.el (message-cite-function): Remove bogus autoload which crept
517 in during merge from v5-10.
518
519 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
520
521 * nnimap.el (nnimap-open-connection): Fix login/password bug.
522
523 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
524
525 * auth-source.el: Preliminary Tramp docs.
526 (auth-sources): Change the default auth-sources to use
527 EPA .gpg files.
528
529 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
530
531 * nntp.el: Autoload `auth-source-user-or-password'.
532 (nntp-send-authinfo): Use it.
533
534 * nnimap.el: Autoload `auth-source-user-or-password'.
535 (nnimap-open-connection): Use it.
536
537 * auth-source.el: Added docs on using with url-auth. Import gnus-util
538 for the gnus-message function.
539 (auth-source-user-or-password): Use it.
540
541 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
542
543 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
544 rfc2104-hexstring-to-byte-list. Return a unibyte string.
545 (rfc2104-hash): Use it.
546
547 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
548
549 * gnus-art.el (gnus-article-toggle-truncate-lines):
550 Don't use `iff' in docstring.
551
552 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
553
554 * gnus-registry.el: Adjusted copyright dates and added a keyword.
555
556 * gnus-util.el (gnus-extract-address-component-name)
557 (gnus-extract-address-component-email): Convenience functions around
558 `gnus-extract-address-components'.
559
560 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
561 Use `gnus-extract-address-component-email' to fix bug of comparing full
562 sender name to `user-mail-address'.
563
564 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
565
566 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
567 catch/throw to optimize.
568 (gnus-registry-find-keywords): Just use member to find a keyword.
569
570 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
571
572 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
573 is current before calling gnus-server-prepare.
574 (gnus-server-setup-buffer, gnus-server-update-server)
575 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
576
577 2008-05-04 Juri Linkov <juri@jurta.org>
578
579 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
580 (mailcap-file-default-commands): Use mailcap-replace-in-string
581 instead of replace-regexp-in-string, and mailcap-delete-duplicates
582 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
583
584 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
585
586 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
587
588 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
589
590 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
591 hooks.
592 (gnus-update-read-articles): Speed up non-marks-using users.
593 (gnus-use-marks): Define gnus-use-marks.
594 (gnus-propagate-marks): Rename variable to something more sensible.
595
596 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
597
598 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
599 (gmm-image-load-path-for-library): Fix typos in docstrings.
600 (gmm-message): Reflow docstring.
601
602 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
603
604 * mail-source.el (mail-source-set-1, mail-source-bind):
605 Move auth-source code out of the macro to clean it up and fix bugs.
606
607 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
608
609 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
610 by sender if it's equal to user-mail-address, it's likely to be
611 useless.
612
613 * mail-source.el (mail-source-bind): Don't use user or password if they
614 are not bound. Unintern them if they are nil. Don't use server unless
615 it's bound, and default it to empty string otherwise.
616
617 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
618
619 * mail-source.el: Load auth-source.el.
620 (mail-source-bind): Add comments. Call auth-source-user-or-password to
621 get user name or password, if auth-sources is set up.
622
623 * gnus-registry.el (gnus-registry-split-strategy): New variable for
624 strategy of splitting with parent.
625 (gnus-registry-split-fancy-with-parent)
626 (gnus-registry-post-process-groups): Use it and fix prior
627 bug (returning a list as the split result).
628
629 * auth-source.el (auth-sources): Remove server parameter.
630 (auth-source-pick, auth-source-user-or-password)
631 (auth-source-user-or-password-imap)
632 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
633 (auth-source-user-or-password-sftp)
634 (auth-source-user-or-password-smtp): Remove server parameter.
635
636 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
637
638 * smime.el (smime-sign-region, smime-encrypt-region)
639 (smime-decrypt-region):
640 Remove redundant calls to `generate-new-buffer-name'.
641
642 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
643
644 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
645 Don't use QP for message/rfc822.
646 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
647
648 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
649
650 * sieve-manage.el (sieve-string-bytes): Remove.
651 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
652 correct byte-length only if the process's coding-system is the same as
653 the one used internally by Emacs to represent strings.
654
655 2008-04-22 Juri Linkov <juri@jurta.org>
656
657 * mailcap.el (mailcap-file-default-commands): New function.
658
659 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
660
661 * message.el (message-signature-separator, message-cite-function):
662 Change custom version.
663
664 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
665
666 * mm-decode.el (mm-display-external): Make temp file read-only.
667
668 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
669
670 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
671 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
672 `C-c C-f d'.
673
674 2008-04-12 Adrian Aichner <adrian@xemacs.org>
675
676 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
677
678 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
679
680 * auth-source.el: Added docs.
681 (auth-sources): Modify format to support server.
682 (auth-source-pick, auth-source-user-or-password)
683 (auth-source-user-or-password-imap)
684 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
685 (auth-source-user-or-password-sftp)
686 (auth-source-user-or-password-smtp): Add server parameter.
687
688 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
689
690 * gnus-registry.el: Initialize the registry when gnus-registry-install
691 is t.
692
693 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
694
695 * compface.el (uncompface): Make buffer unibyte.
696
697 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
698
699 * mail-source.el (mail-source-value):
700 Prefer fboundp to functionp so it works with macros as well.
701
702 2008-04-05 Glenn Morris <rgm@gnu.org>
703
704 * gnus-ems.el (mm-disable-multibyte): Autoload it.
705
706 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
707
708 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
709 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
710
711 * nnheader.el (nnheader-init-server-buffer): Change buffer's
712 multibyteness after rather than before erasing it.
713
714 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
715 mm-with-multibyte.
716 (gnus-request-article-this-buffer): Make sure the proper decoding is
717 used if gnus-original-article-buffer happens to be unibyte.
718
719 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
720 default-enable-multibyte-characters.
721
722 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
723 default-enable-multibyte-characters.
724
725 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
726
727 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
728
729 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
730
731 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
732 Fix last change in case the element is not even a symbol.
733
734 2008-04-02 Simon Josefsson <simon@josefsson.org>
735
736 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
737 imap-enable-exchange-bug-workaround.
738 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
739
740 2008-04-01 Simon Josefsson <simon@josefsson.org>
741
742 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
743 a 100 byte status-checks into a 2-3MB transfer for each group.
744 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
745 to enable bug workaround or not.
746 (nnimap-find-minmax-uid): Only enable workaround conditionally.
747
748 2008-03-31 Glenn Morris <rgm@gnu.org>
749
750 * message.el (mml2015-use): Declare for compiler.
751 (message-info): Require mml2015 when appropriate.
752
753 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
754
755 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
756 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
757 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
758 (nntp-service-to-port): New function.
759 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
760 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
761 (nntp-open-netcat-stream): New function.
762 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
763
764 2008-03-29 Sven Joachim <svenjoac@gmx.de>
765
766 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
767
768 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
769
770 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
771
772 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
773
774 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
775
776 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
777
778 * message.el (message-signature-separator): Change default.
779 Improve custom type.
780 (message-cite-function): Change default to
781 message-cite-original-without-signature.
782
783 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
784 toggle.
785
786 * message.el (message-check-news-body-syntax): Fix signature check.
787 (message-setup-1): Mark buffer as unmodified _after_ running
788 message-setup-hook and handling message-alternative-emails.
789 (message-shorten-references): Be more strict when building list of
790 valid references to comply with GNKSA.
791
792 * gnus-group.el (gnus-read-ephemeral-bug-group)
793 (gnus-read-ephemeral-debian-bug-group)
794 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
795
796 * message.el (message-info): Don't use booleanp which isn't supported
797 in Emacs 21 and XEmacs.
798
799 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
800
801 * gnus-group.el (gnus-gmane-group-download-format): Rename from
802 gnus-group-gmane-group-download-format.
803 (gnus-group-read-ephemeral-gmane-group): Rename from
804 gnus-group-read-ephemeral-gmane-group.
805 (gnus-read-ephemeral-gmane-group-url): Rename from
806 gnus-group-read-ephemeral-gmane-group-url.
807 (gnus-bug-group-download-format-alist): New variable.
808 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
809 (gnus-read-ephemeral-emacs-bug-group): New commands.
810
811 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
812
813 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
814 (gnus-visible-headers): Improve custom type.
815
816 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
817
818 * mml.el (mml-menu): Add workarounds for XEmacs.
819
820 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
821 X-Boundary header.
822
823 * message.el (message-simplify-recipients): Fix previous commit.
824
825 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
826
827 * mm-util.el (mm-set-buffer-multibyte): New function.
828 * mm-decode.el (mm-copy-to-buffer): Use it.
829
830 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
831 Prefer fboundp to functionp so it works with macros as well.
832
833 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
834
835 * message.el (message-alter-recipients-discard-bogus-full-name):
836 New function.
837 (message-alter-recipients-function): New variable.
838 (message-get-reply-headers): Use it.
839 (message-replace-header): New helper function.
840 (message-recipients-without-full-name): New variable.
841 (message-simplify-recipients): New command.
842
843 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
844
845 * message.el (message-info): Handle EasyPG manual.
846
847 * mml.el (mml-menu): Add entry for EasyPG.
848
849 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
850
851 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
852 parameter.
853
854 * message.el (message-disassociate-draft): Specify drafts group name
855 fully.
856
857 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
858
859 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
860 unnecessary duplicates from the match list.
861
862 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
863
864 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
865 args of `how-many' of which the XEmacs version doesn't take; declare
866 Info-index-next as function.
867
868 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
869
870 * gnus-score.el (gnus-score-headers): Fix handling of
871 gnus-inhibit-slow-scoring.
872
873 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
874 string.
875 (gnus-button-url-regexp): Improve handling of parenthesis.
876 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
877 (gnus-button-handle-info-keystrokes): Handle index entries.
878
879 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
880
881 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
882 Incoming* files.
883
884 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
885
886 * auth-source.el (auth-sources): Renamed from auth-source-choices.
887 (auth-source-pick): Use it.
888
889 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
890
891 * auth-source.el (auth-source-protocols)
892 (auth-source-protocols-customize, auth-source-choices): Added and
893 modified variable customizations and defaults.
894 (auth-source-pick, auth-source-user-or-password)
895 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
896 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
897 (auth-source-user-or-password-sftp)
898 (auth-source-user-or-password-smtp): Use new variables and provide an
899 interface to netrc.el.
900
901 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
902
903 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
904 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
905 Make sure the nntp port to specify is a string.
906
907 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
908
909 * nntp.el: Use with-current-buffer.
910 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
911 dubious mm-with-unibyte-current-buffer.
912 (nntp-with-open-group-function): New function extracted from
913 nntp-with-open-group macro.
914 (nntp-with-open-group): Use the function, so it's easier to debug.
915 Add indentation and debugging info.
916 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
917 the use of the netcat alternatives.
918
919 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
920 Avoid mm-string-as-multibyte as well.
921
922 * nnweb.el (nnweb-insert-html):
923 Remove use of nnheader-string-as-multibyte.
924
925 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
926 (nnheader-string-as-multibyte): Remove.
927
928 * mm-view.el: Use inhibit-read-only.
929 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
930 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
931 or unibyte-string.
932
933 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
934 (mm-uu-yenc-extract): Use with-current-buffer.
935
936 * gnus-soup.el (gnus-soup-send-packet): Don't use
937 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
938
939 * nnmh.el: Use with-current-buffer.
940 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
941 mm-string-as-multibyte on the output of mm-encode-coding-string.
942
943 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
944 (nnimap-request-move-article): Use with-current-buffer.
945
946 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
947 inserting the handle-buffer's text, so the implicit multibyte->unibyte
948 conversion uses string-make-unibyte rather than string-as-unibyte.
949
950 * gnus-msg.el: Use with-current-buffer.
951
952 * message.el (message-ignored-resent-headers): Add "Delivered-To".
953
954 2008-03-10 Daiki Ueno <ueno@unixuser.org>
955
956 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
957 string for caching if it is 'PIN.
958
959 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
960
961 * mail-source.el (mail-source-delete-old-incoming-confirm):
962 Change default to nil.
963 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
964
965 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
966
967 * gnus-art.el (gnus-narrow-to-page): Position point properly.
968 (gnus-article-goto-prev-page): Work for articles having ^L's.
969
970 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
971
972 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
973
974 2008-03-07 Karl Fogel <kfogel@red-bean.com>
975
976 * gnus-bookmark.el: Adjust for renames in bookmark.el.
977 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
978 (gnus-bookmark-jump): Adjust some variable names.
979
980 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
981
982 * auth-source.el: New package.
983 (auth-source-choices): Add customization entry point variable.
984
985 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
986 bug.
987
988 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
989
990 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
991 (gnus-registry-initialize, gnus-registry-install-p): Use it.
992 (gnus-registry-install-shortcuts): Rename from
993 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
994 the `gnus-registry-mark-map' keymap dynamically from
995 `gnus-registry-marks'. The generated functions update the summary line
996 when a registry mark is added or deleted, and will call
997 `gnus-registry-install-p' (see the comments in the code).
998 (gnus-registry-user-format-function-M): Use concat intelligently.
999
1000 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
1001 the registry mark functions.
1002
1003 2008-03-05 Glenn Morris <rgm@gnu.org>
1004
1005 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
1006 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
1007 gnus-art.
1008 (top-level): No need to load own source when compiling.
1009
1010 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
1011
1012 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
1013 Suggested by <chris.anderton@zetnet.co.uk>.
1014
1015 2008-03-04 Glenn Morris <rgm@gnu.org>
1016
1017 * gnus-sum.el (top-level): No need to require gnus when compiling,
1018 since unconditionally required near start of file.
1019 (gnus-summary-display-while-building): Move definition before use.
1020
1021 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
1022
1023 * gnus-registry.el (gnus-registry-user-format-function-M): Add
1024 formatting function.
1025
1026 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
1027
1028 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
1029 with plists.
1030 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
1031 Use new format.
1032
1033 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
1034
1035 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
1036 `where-is-internal' that returns a range of key sequences.
1037
1038 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
1039
1040 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
1041
1042 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1043 (gnus-summary-jump-to-group): Consider windows on other displayed
1044 frames as well. Similar changes might be needed elsewhere, but that's
1045 the one I've bumped into during my use.
1046
1047 * nndoc.el (nndoc-oe-dbx-type-p):
1048 * gnus-msg.el (gnus-debug):
1049 * gnus-group.el (gnus-update-group-mark-positions):
1050 Use mm-string-to-multibyte.
1051
1052 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
1053
1054 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
1055 doesn't handle NotDashEscaped.
1056
1057 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
1058 (mml-dnd-attach-options): Fix typo in custom choice.
1059
1060 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
1061 nndoc-article-type to mbox.
1062 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
1063
1064 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
1065 to nil, instead of html2text.
1066
1067 * imap.el (imap-debug): Add `imap-ping-server'.
1068
1069 * gnus-bookmark.el: Add FIXMEs.
1070
1071 * message.el (message-form-letter-separator)
1072 (message-send-form-letter-delay): New variables.
1073 (message-send-form-letter): Use them. New command to send form
1074 letters. Requested by Uwe Siart.
1075 (message-send-mail-function): Doc fix. Add "Other" custom option.
1076
1077 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
1078
1079 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
1080 empty author.
1081
1082 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
1083
1084 * gnus-registry.el (gnus-registry-marks): Add variable for
1085 customization of marks and their appearance.
1086 (gnus-registry-read-mark): Use it.
1087 (gnus-registry-do-marks): Add utility function to loop through
1088 `gnus-registry-marks'.
1089 (gnus-registry-install-shortcuts-and-menus): Add function to install
1090 shortcuts and menus.
1091 (gnus-registry-initialize): Use it.
1092 (gnus-registry-default-mark): Clarify documentation.
1093
1094 2008-02-29 Glenn Morris <rgm@gnu.org>
1095
1096 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1097 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1098 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1099 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1100 Change defcustom :version from 23.0 to 23.1.
1101
1102 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
1103
1104 * gnus-registry.el (gnus-registry-follow-group-p)
1105 (gnus-registry-post-process-groups): Add functions to aid registry
1106 splitting and improve logging. Clarify behavior in function
1107 documentation.
1108 (gnus-registry-split-fancy-with-parent): Use them.
1109
1110 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1111
1112 * gnus-art.el: Use with-current-buffer.
1113
1114 2008-02-27 David Engster <dengste@eml.cc>
1115
1116 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1117 Express real group name in the response.
1118
1119 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
1120
1121 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1122 (nnmairix-last-server, nnmairix-current-server): Defvar them.
1123 (nnmairix-goto-original-article): Defvar gnus-registry-install and
1124 autoload gnus-registry-fetch-group when compiling.
1125 (nnmairix-request-group-with-article-number-correction): Remove
1126 unreferenced argument passed to nnmairix-call-backend.
1127
1128 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
1129
1130 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1131 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
1132 Wilde.
1133
1134 2008-02-27 Glenn Morris <rgm@gnu.org>
1135
1136 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
1137 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1138 variables to defconsts. Convert comments to doc-strings.
1139 (nnmairix-last-server, nnmairix-current-server): Convert from free
1140 variables to defvars. Convert comments to doc-strings.
1141 (gnus-registry-fetch-group): Autoload.
1142 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1143 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
1144 (nnmairix-widget-build-editable-fields): Use car cddr rather than
1145 caddr.
1146 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1147 nnmairix-request-group-with-article-number-correction call.
1148 (nnmairix-fast, nnmairix-group): New, less general names, for free
1149 variables passed from nnmairix-request-group to
1150 nnmairix-request-group-with-article-number-correction. Declare.
1151 (nnmairix-request-group-with-article-number-correction):
1152 Use nnmairix-fast, nnmairix-group rather than fast, group.
1153
1154 2008-02-26 David Engster <dengste@eml.cc>
1155
1156 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
1157 version 0.5.
1158
1159 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
1160
1161 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1162 instead of making an extra function call. Don't add the current group
1163 to articles only when they have the group. Use
1164 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1165 Reported by David <de_bb@arcor.de>.
1166
1167 2008-02-24 Miles Bader <miles@gnu.org>
1168
1169 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
1170 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
1171 (mm-find-mime-charset-region):
1172 * mm-bodies.el (mm-encode-body):
1173 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
1174
1175 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
1176
1177 * mail-source.el (mail-source-delete-incoming): Change default.
1178 Supplement doc string.
1179
1180 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1181
1182 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
1183
1184 * nnmail.el (nnmail-message-id-cache-file): Derive from
1185 `gnus-home-directory'.
1186
1187 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
1188
1189 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
1190 Document negative prefix.
1191
1192 * gnus-group.el (gnus-group-read-group): Document negative prefix.
1193
1194 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1195
1196 * message.el (message-unsent-separator): Add the Exim bounce
1197 separator.
1198
1199 2008-02-10 Daiki Ueno <ueno@unixuser.org>
1200
1201 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1202 list.
1203 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1204 recipient/signer list.
1205
1206 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
1207
1208 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1209 fbound (Emacs 23 unicode), signal an error.
1210
1211 2008-02-08 Glenn Morris <rgm@gnu.org>
1212
1213 * gnus-art.el (pgg-display-output-buffer): Declare as function.
1214
1215 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
1216
1217 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1218 ports to the calls to `netrc-machine-user-or-password' in addition to
1219 "imap" and "imaps".
1220
1221 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
1222
1223 * gnus.el (gnus-group-startup-message): Add `find-image' call before
1224 image-load-path is let-bound. Reported by Harald Hanche-Olsen
1225 <hanche@math.ntnu.no>.
1226
1227 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
1228
1229 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1230
1231 2008-02-01 Zhang Wei <id.brep@gmail.com>
1232
1233 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1234
1235 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1236
1237 2008-02-01 Miles Bader <miles@gnu.org>
1238
1239 * mml.el (mml-parse-1): Remove apparently vestigial use of
1240 `mm-hack-charsets'.
1241 * mm-bodies.el (mm-encode-body): Likewise.
1242
1243 2008-02-01 Kenichi Handa <handa@m17n.org>
1244
1245 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1246 rfc2104-hexstring-to-bitstring and changed to return a byte list.
1247 (rfc2104-hash): Convert the result of concat to unibyte string.
1248
1249 2008-02-01 Dave Love <fx@gnu.org>
1250
1251 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1252 coding-system-for-read.
1253 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1254
1255 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
1256 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
1257 (mm-find-mime-charset-region): Remove hack-charsets stuff.
1258
1259 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
1260
1261 * mail-source.el (mail-sources): Add `group' choice.
1262
1263 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1264 parameter `in-group' to control into which group the articles go.
1265 Add treatment of `group' mail-source.
1266
1267 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1268
1269 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1270 * message.el (message-beginning-of-line): Use featurep instead of bound
1271 tests in order to resolve conditionals at compile time.
1272
1273 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
1274
1275 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1276
1277 * mm-decode.el (mm-dissect-buffer): Decode description.
1278
1279 * mml.el (mml-to-mime): Encode message header first.
1280
1281 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
1282
1283 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1284 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1285
1286 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
1287
1288 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1289
1290 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
1291
1292 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1293 prefix keys.
1294 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1295 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1296 gnus-xmas.el.
1297
1298 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
1299
1300 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1301 Add new variables for article mark management.
1302 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1303 list of extra data entries which, when present, will indicate that the
1304 article ID should not be trimmed from the registry.
1305 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1306 functions.
1307 (gnus-registry-read-mark): New function to read a mark name from the
1308 user.
1309 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1310 (gnus-registry-set-article-mark-internal): New functions to add and
1311 remove marks.
1312 (gnus-registry-get-article-marks): New function to show the marks for
1313 an article, or retrieve them for further use.
1314
1315 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
1316
1317 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1318 keys when no argument is given.
1319
1320 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
1321
1322 * gnus-sum.el (gnus-article-sort-by-random)
1323 (gnus-thread-sort-by-random): Fix doc strings. Reported by
1324 jidanni@jidanni.org.
1325
1326 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
1327
1328 * gnus-art.el (gnus-article-describe-bindings): New function.
1329 (gnus-article-read-summary-keys): Use it.
1330 (gnus-article-mode-map): Bind `C-h b' to it.
1331
1332 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
1333
1334 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1335 XEmacs.
1336 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1337 against non-character events.
1338
1339 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1340
1341 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1342 command.
1343 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1344 instead of END. Change name of the temp file.
1345 (gnus-group-gmane-group-download-format): Add doc string. Make it
1346 customizable.
1347
1348 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
1349
1350 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1351 bind `S W' to gnus-article-wide-reply-with-original; set default
1352 binding to gnus-article-read-summary-send-keys.
1353 (gnus-article-read-summary-keys): Fix the order of keys; display
1354 continuation keys correctly in the echo area; describe bindings
1355 correctly when keys end with `C-h'.
1356 (gnus-article-read-summary-send-keys): New function.
1357 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1358 for gnus-article-read-summary-send-keys; display continuation keys
1359 correctly in the echo area.
1360 (gnus-article-reply-with-original): Ignore prefix argument.
1361 (gnus-article-wide-reply-with-original): New function.
1362
1363 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1364
1365 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1366 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1367
1368 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1369
1370 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1371 (gnus-group-read-ephemeral-gmane-group): New command.
1372
1373 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1374
1375 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1376
1377 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
1378
1379 * message.el (message-send-mail-function): Increase custom version.
1380
1381 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1382 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
1383
1384 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
1385
1386 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1387 html parts correctly; support forwarded messages.
1388 (gnus-article-browse-html-article): Remove work buffers.
1389
1390 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1391 compiling.
1392 (netrc-bound-and-true-p): New macro.
1393 (netrc-parse): Use it instead of bound-and-true-p that is not available
1394 in XEmacs 21.4.
1395
1396 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
1397
1398 * gnus-registry.el (gnus-registry-mark-article)
1399 (gnus-registry-article-marks): Add functionality to mark articles
1400 through the Gnus registry.
1401
1402 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1403 (netrc-parse): Use encrypt-file-alist to determine if
1404 encrypt-find-model or encrypt-insert-file-contents should be used.
1405
1406 2007-12-19 Glenn Morris <rgm@gnu.org>
1407
1408 * mml.el (message-options-set, message-narrow-to-head)
1409 (message-in-body-p, message-mail-p, message-encode-message-body):
1410 Autoload.
1411 (message-remove-header, message-narrow-to-headers-or-head)
1412 (message-subscribed-p, message-make-mail-followup-to)
1413 (message-position-on-field, message-news-p)
1414 (message-options-set-recipient, message-generate-headers)
1415 (message-sort-headers): Declare as functions.
1416
1417 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
1418
1419 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1420 convention in doc string.
1421
1422 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
1423
1424 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1425 title to html parts.
1426 (gnus-article-browse-html-article): Pass message header to it.
1427
1428 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1429
1430 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
1431
1432 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1433 or password compatible with XEmacs.
1434
1435 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
1436
1437 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1438 format document.
1439 (gnus-mime-delete-part): Don't write description line if empty.
1440 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1441
1442 2007-12-14 Johan Bockgård <bojohan@gnu.org>
1443
1444 * gnus-sum.el (gnus-summary-mark-unread-as-read)
1445 (gnus-summary-mark-read-and-unread-as-read)
1446 (gnus-summary-mark-current-read-and-unread-as-read)
1447 (gnus-summary-mark-unread-as-ticked): Doc fix.
1448 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1449
1450 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1451
1452 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
1453 Christoph Conrad <christoph.conrad@gmx.de>.
1454
1455 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1456
1457 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1458 yes-or-no-p.
1459
1460 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
1461
1462 * mm-decode.el (mm-add-meta-html-tag): New function.
1463 (mm-save-part-to-file, mm-pipe-part): Use it.
1464
1465 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1466 gnus-y-or-n-p instead of y-or-n-p.
1467 (gnus-article-browse-html-parts): Work with message/external-body; use
1468 mm-add-meta-html-tag.
1469
1470 2007-12-11 Glenn Morris <rgm@gnu.org>
1471
1472 * gnus-cache.el: Require gnus-sum not just when compiling.
1473
1474 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1475
1476 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1477 definitions before use.
1478
1479 * mm-decode.el: Require gnus-util.
1480 (mm-remove-part): Only call delete-annotation on XEmacs.
1481
1482 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1483
1484 * nnmail.el: Require gnus-int.
1485
1486 * spam.el: Move `require's before `eval-when-compile's.
1487
1488 * gnus-ems.el (gnus-alive-p):
1489 * gnus-fun.el (message-goto-eoh):
1490 * gnus-util.el (gnus-group-name-decode):
1491 * mail-source.el (gnus-compress-sequence):
1492 * message.el (Info-goto-node, format-spec):
1493 * mm-bodies.el (message-options-get):
1494 * mm-decode.el (mm-view-pkcs7):
1495 * mm-util.el (gmm-write-region):
1496 * mml-smime.el (mml-compute-boundary)
1497 (gnus-completing-read-with-default):
1498 * mml.el (widget-button-press, gnus-make-hashtable):
1499 * mml1991.el (mm-decode-content-transfer-encoding)
1500 (mm-encode-content-transfer-encoding)
1501 (message-options-get, message-options-set):
1502 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1503 * nnfolder.el (gnus-request-group):
1504 * nnheader.el (ietf-drums-unfold-fws):
1505 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1506 * smime.el (gnus-run-mode-hooks):
1507 * spam-stat.el (gnus-message): Autoload.
1508
1509 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1510 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1511 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1512 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1513 Add declare-function compatibility definition.
1514
1515 * gnus-cache.el (nnvirtual-find-group-art):
1516 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1517 (gnus-add-image, gnus-add-wash-type):
1518 * gnus-group.el (nnkiboze-score-file):
1519 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1520 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1521 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1522 (message-tokenize-header, gnus-get-buffer-create)
1523 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1524 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1525 * gnus.el (gnus-group-decoded-name):
1526 * mail-source.el (imap-capability):
1527 * mm-bodies.el (message-options-set):
1528 * mm-decode.el (gnus-configure-windows):
1529 * mm-extern.el (message-goto-body):
1530 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1531 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1532 (epg-sub-key-validity, message-options-set):
1533 * mml.el (widget-event-point, gnus-configure-windows):
1534 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1535 * mml2015.el (epg-check-configuration, epg-configuration)
1536 (message-options-set):
1537 * nndb.el (nndb-request-article):
1538 * nnfolder.el (gnus-request-create-group):
1539 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1540 * nnmaildir.el (gnus-group-mark-article-read):
1541 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1542 * rfc1843.el (message-fetch-field):
1543 * spam.el (gnus-extract-address-components):
1544 Declare as functions.
1545
1546 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1547
1548 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1549
1550 2007-12-09 Glenn Morris <rgm@gnu.org>
1551
1552 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1553
1554 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1555 * message.el, mm-view.el, sieve-manage.el, smime.el:
1556 Add declare-function compatibility definition.
1557
1558 * gnus-art.el (w3-region, w3m-region, Info-menu):
1559 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1560 * gnus-sum.el (gnus-get-predicate):
1561 * gnus-util.el (mm-append-to-file, w32-focus-frame):
1562 * message.el (mail-abbrev-in-expansion-header-p):
1563 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1564 (w3m-detect-meta-charset, w3m-region):
1565 * sieve-manage.el (password-read, password-cache-add)
1566 (password-cache-remove):
1567 * smime.el (password-read-and-add): Declare as functions.
1568
1569 2007-12-08 David Kastrup <dak@gnu.org>
1570
1571 * gnus-sum.el (gnus-summary-simplify-subject-query):
1572 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1573 `message'.
1574
1575 2007-12-07 Glenn Morris <rgm@gnu.org>
1576
1577 * gnus-art.el (article-make-date-line): Revert previous change.
1578
1579 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
1580
1581 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1582
1583 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
1584
1585 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1586 Call gnus-add-to-range ranges only once with a prepared article-list.
1587
1588 2007-12-06 Paul Jarc <prj@po.cwru.edu>
1589
1590 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1591 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1592 group names with backslashes. Reported by Tassilo Horn
1593 <tassilo@member.fsf.org>.
1594
1595 2007-12-06 D. Goel <deego3@gmail.com>
1596
1597 * gnus-art.el (article-make-date-line):
1598 * gnus-start.el (gnus-load):
1599 * pop3.el (pop3-read-response): Fix buggy call to `error'.
1600
1601 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1602
1603 * gnus-art.el (gnus-use-idna)
1604 * gnus-start.el (gnus-site-init-file)
1605 * message.el (message-use-idna)
1606 * mm-uu.el (mm-uu-hide-markers)
1607 * smiley.el (smiley-style): Revert changes that suppress warnings.
1608
1609 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1610
1611 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1612 specify charset to html source. Reported by Christoph Conrad
1613 <christoph.conrad@gmx.de>.
1614
1615 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1616
1617 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1618 idna-program in order to suppress byte compile warning issued by XEmacs
1619 that came to byte compile the default value section of defcustom forms
1620 recently.
1621
1622 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1623 value of installation-directory.
1624
1625 * message.el (message-use-idna): Don't directly refer to the value of
1626 idna-program.
1627
1628 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1629
1630 * smiley.el (smiley-style): Don't directly call face-attribute.
1631
1632 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
1633
1634 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1635
1636 * gnus-dired.el: Reduce Gnus dependencies.
1637 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1638 require. Use autoloads instead.
1639 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1640 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1641 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1642 (gnus-dired-mode): Adjust doc string.
1643 (gnus-dired-mail-mode): New variable.
1644 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1645 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1646 (gnus-dired-mail-buffers): New function. Return mail or message
1647 composition buffers.
1648 (gnus-dired-attach): Use it.
1649 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1650 NO-DECODE.
1651 (gnus-dired-print): Use `gnus-print-buffer' depending on
1652 `gnus-dired-mail-mode'.
1653
1654 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1655
1656 * rfc2047.el (rfc2047-encoded-word-regexp)
1657 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1658 explaining what regexp patterns are for.
1659
1660 2007-12-04 Glenn Morris <rgm@gnu.org>
1661
1662 * password.el: Move to ../password-cache.el.
1663
1664 * mml1991.el (password-read, password-cache-add, password-cache-remove):
1665 * mml2015.el (password-read, password-cache-add, password-cache-remove):
1666 * mml-smime.el (password-read, password-cache-add)
1667 (password-cache-remove):
1668 No need to autoload, since mml-sec requires password.
1669
1670 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1671 * message.el (gnus-extract-address-components):
1672 * mml-smime.el (gnus-extract-address-components): Define for compiler.
1673
1674 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1675 password.
1676
1677 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
1678
1679 * mailcap.el: Reduce dependencies.
1680 (mail-header-parse-content-type): Autoload.
1681 (mailcap-delete-duplicates): New alias.
1682 (mailcap-mime-info): Add optional argument NO-DECODE.
1683 (mailcap-mime-types): Use mailcap-delete-duplicates.
1684
1685 * message.el (message-ignored-supersedes-headers): Add "X-ID".
1686
1687 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1688
1689 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1690 function.
1691
1692 * gnus-uu.el (gnus-uu-decode-yenc): New command.
1693 (gnus-uu-yenc-article): New function.
1694
1695 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1696
1697 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1698 buffer.
1699
1700 2007-12-02 Glenn Morris <rgm@gnu.org>
1701
1702 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
1703 Move to ../net.
1704
1705 * binhex.el, uudecode.el: Move to ../mail.
1706
1707 * encrypt.el: Remove file.
1708
1709 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1710
1711 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1712 matches on patches.
1713
1714 * gnus-art.el (gnus-article-browse-html-article): Mention
1715 `mm-text-html-renderer' in the doc string.
1716
1717 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1718 string. Add comments.
1719
1720 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1721 if rhs is ASCII.
1722
1723 2007-12-01 Glenn Morris <rgm@gnu.org>
1724
1725 * dig.el, dns.el: Move to ../net.
1726 * format-spec.el, hex-util.el, sha1.el: Move to ../.
1727
1728 * mail-source.el (top-level): Require format-spec before
1729 eval-when-compile.
1730
1731 2007-11-30 Glenn Morris <rgm@gnu.org>
1732
1733 * encrypt.el: Require password, rather than autoloading password-read.
1734
1735 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
1736
1737 * gnus.el (gnus-method-to-server): Add an optional parameter so the
1738 caller can indicate whether the cache should be disregarded for this
1739 call. This way the result of the call is reproducible at all times and
1740 can be considered a canonical server name for the supplied method.
1741 (gnus-agent-method-p): Canonicalize server names by pushing their
1742 method through `gnus-method-to-server' using the no-cache argument.
1743
1744 * gnus-srvr.el (gnus-server-insert-server-line): Call
1745 `gnus-method-to-server' with `no-cache' argument.
1746
1747 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1748 gnus-agent-possibly-synchronize-flags as this should be called when the
1749 server is actually being opened.
1750 (gnus-agent-possibly-synchronize-flags)
1751 (gnus-agent-possibly-synchronize-flags-server): Move check for the
1752 flags file of an agentized server to the latter function.
1753
1754 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1755 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1756 after a connection has been established successfully.
1757
1758 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
1759
1760 * gnus-art.el (article-display-face): Force to display face if called
1761 interactively; check if gnus-article-x-face-too-ugly matches author.
1762 (article-display-x-face): Display face even if From header is missing
1763 as article-display-face does.
1764
1765 2007-11-28 Richard Stallman <rms@gnu.org>
1766
1767 * md4.el: Move to ../.
1768 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
1769
1770 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
1771
1772 * mail-source.el (mail-sources): Default to fetch from file for
1773 compatibility with default of nnmail-spool-file.
1774
1775 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
1776
1777 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1778 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1779 to look for encoded word that should be encoded again.
1780 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1781 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1782 encoding pattern.
1783 (rfc2047-decode-region): Switch strict regexp and loose one according
1784 to rfc2047-allow-irregular-q-encoded-words.
1785
1786 2007-11-26 Simon Josefsson <simon@josefsson.org>
1787
1788 * imap.el: Move to ../net directory.
1789
1790 2007-11-25 Romain Francoise <romain@orebokech.com>
1791
1792 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1793
1794 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1795
1796 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1797 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1798
1799 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1800 `nnmail-spool-file'.
1801
1802 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1803 `nnmail-spool-file'.
1804
1805 * gnus-move.el (gnus-change-server): Ditto.
1806
1807 * gnus-kill.el (gnus-batch-score): Ditto.
1808
1809 * gnus-cache.el (gnus-jog-cache): Ditto.
1810
1811 * gnus-msg.el (gnus-summary-reply):
1812 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1813
1814 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1815
1816 * gnus-cache.el (gnus-cache-generate-nov-databases):
1817 Use nnml-generate-nov-databases-directory instead of
1818 nnml-generate-nov-databases-1.
1819
1820 2007-11-24 Glenn Morris <rgm@gnu.org>
1821
1822 * message.el (message-tool-bar-retro): Update for rename
1823 mail_send.xpm->mail-send.xpm.
1824
1825 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1826
1827 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1828 `smime-ldap-search' for Emacs 22 and up.
1829
1830 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1831
1832 * hashcash.el: Move to ../mail directory.
1833
1834 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
1835
1836 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1837 `smime-ldap-search' for Emacs 22 and up.
1838
1839 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1840
1841 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1842
1843 * message.el (message-send-mail-function): Fix error convention.
1844 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1845 (message-widen-reply, message-send-mail, message-talkative-question)
1846 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1847 (message-clone-locals, message-send-news): Use with-current-buffer.
1848 (message-insert-or-toggle-importance): Remove unused var `valid'.
1849 (message-make-references): Remove unused var `new-references'.
1850 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1851
1852 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
1853
1854 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1855 (spam-split-symbolic-return-positive): Reflow docstring.
1856 (spam-backends, spam-summary-exit-behavior)
1857 (spam-mark-ham-unread-before-move-from-spam-group)
1858 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1859 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1860 (spam-clear-cache, spam-backend-check, spam-install-backend)
1861 (spam-install-statistical-backend, spam-list-of-processors)
1862 (spam-group-processor-p, spam-split, spam-bogofilter-score)
1863 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1864 (spam-check-crm114, spam-initialize, spam-unload-hook):
1865 Fix typos in docstrings.
1866
1867 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1868
1869 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1870 been checked if they have never been read and those group levels are
1871 higher than the one that a user specified.
1872
1873 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1874
1875 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1876 foreign groups unless a group level is specified by a user.
1877 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1878
1879 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
1880
1881 * message.el (message-send-mail-function): Require sendmail.
1882
1883 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
1884
1885 * message.el (message-send-mail-function): Check for smtpmail too.
1886
1887 * utf7.el (utf7-encode, utf7-decode): Use coding system
1888 `utf-7'/`utf-7-imap' from utf-7.el' if available.
1889
1890 * message.el (message-send-mail-function): New function.
1891 (message-send-mail-function): Set default using
1892 message-send-mail-function. Adjust doc string.
1893 (message-send-mail-with-mailclient): New function.
1894
1895 2007-11-17 Richard Stallman <rms@gnu.org>
1896
1897 * assistant.el: Remove file.
1898
1899 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1900
1901 * smime.el (from):
1902 * rfc2047.el (message-posting-charset):
1903 * qp.el (mm-use-ultra-safe-encoding):
1904 * pop3.el (parse-time-months):
1905 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1906 * nnml.el (files):
1907 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1908 (jka-compr-compression-info-list, ange-ftp-path-format)
1909 (efs-path-regexp):
1910 * nndiary.el (files):
1911 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1912 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1913 (epg-digest-algorithm-alist, inhibit-redisplay)
1914 (password-cache-expiry):
1915 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1916 (pgg-output-buffer, password-cache-expiry):
1917 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1918 (efs-path-regexp):
1919 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1920 (inhibit-redisplay):
1921 * mm-uu.el (file-name, start-point, end-point, entry)
1922 (gnus-newsgroup-name, gnus-newsgroup-charset):
1923 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1924 (latin-unity-ucs-list):
1925 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1926 (mm-uu-binhex-decode-function):
1927 * message.el (gnus-message-group-art, gnus-list-identifiers)
1928 (rmail-enable-mime-composing, gnus-local-organization)
1929 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1930 (gnus-read-active-file, facemenu-add-face-function)
1931 (facemenu-remove-face-function, gnus-article-decoded-p)
1932 (tool-bar-mode):
1933 * mail-source.el (display-time-mail-function):
1934 * gnus-util.el (nnmail-pathname-coding-system)
1935 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1936 (gnus-original-article-buffer, gnus-user-agent)
1937 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1938 (xemacs-codename, sxemacs-codename, emacs-program-version):
1939 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1940 * gnus-start.el (gnus-agent-covered-methods)
1941 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1942 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1943 (gnus-newsgroup-headers, gnus-group-list-mode)
1944 (gnus-group-mark-positions, gnus-newsgroup-data)
1945 (gnus-newsgroup-unreads, nnoo-state-alist)
1946 (gnus-current-select-method, mail-sources)
1947 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1948 (nnmail-spool-file, gnus-cache-active-hashtb):
1949 * gnus-mh.el (mh-lib-progs):
1950 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1951 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1952 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1953 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1954 (gnus-group-buffer):
1955 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1956 (font-lock-set-defaults):
1957 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1958 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1959 (gnus-summary-post-menu, total-parts, type, condition, length):
1960 * gnus-agent.el (gnus-agent-read-agentview):
1961 * flow-fill.el (show-trailing-whitespace):
1962 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1963 eval-and-compile wrappers for byte compiler pacifiers.
1964
1965 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1966 (mm-display-inline-fontify): Check for featurep 'xemacs not
1967 extent-list.
1968
1969 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1970 itimer-list.
1971 (mm-create-image-xemacs): Only do something for XEmacs.
1972 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1973
1974 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1975
1976 * gnus-registry.el (gnus-adaptive-word-syntax-table):
1977 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1978
1979 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
1980
1981 * nnimap.el (nnimap-split-download-body):
1982 * gnus-demon.el (gnus-demon):
1983 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
1984
1985 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
1986
1987 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
1988 macros.
1989 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
1990 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
1991 copy data from unibyte buffer to multibyte current buffer.
1992 (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
1993 to copy data from unibyte current buffer to multibyte buffer.
1994 (nntp-make-process-buffer): Make process buffer unibyte.
1995
1996 * pop3.el (pop3-open-server): Fix typo in Lisp code.
1997
1998 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
1999
2000 * pop3.el (pop3-open-server): Accept and process data more robustly at
2001 connexion start to avoid spurious "POP SSL connexion failed" errors.
2002
2003 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
2004
2005 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
2006 read group names.
2007
2008 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
2009
2010 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
2011
2012 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2013
2014 * nnmail.el (nnmail-parse-active): Make group names unibyte.
2015 (nnmail-save-active): Use a unibyte buffer when saving active file,
2016 which may contain non-ASCII group names.
2017
2018 * nnml.el (nnml-request-group): Decode group names in messages.
2019
2020 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
2021
2022 * message.el (message-citation-line-function)
2023 (message-insert-formatted-citation-line): Fix spelling of
2024 `message-insert-formated-citation-line'.
2025
2026 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
2027
2028 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2029
2030 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2031
2032 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
2033 nnmail-pathname-coding-system.
2034
2035 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
2036 that a user enters; decode group names in messages.
2037
2038 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
2039
2040 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
2041
2042 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2043
2044 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2045
2046 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2047 risky local variable.
2048
2049 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2050
2051 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
2052
2053 * encrypt.el: Improve documentation to fix function name typo.
2054 Reported by Daiki Ueno <ueno@unixuser.org>.
2055
2056 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
2057
2058 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2059 even if the point is not in the last page of an article.
2060 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2061 back to the previous page.
2062
2063 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
2064
2065 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2066
2067 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
2068
2069 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2070
2071 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2072
2073 * message.el (message-check-news-body-syntax): Avoid
2074 mm-string-as-multibyte.
2075 (message-hide-headers): Don't assume (point-min)==1.
2076
2077 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2078
2079 * message.el (message-remove-blank-cited-lines): Fix if remove is
2080 given.
2081 (message-bogus-address-regexp): New variable.
2082 (message-bogus-recipient-p): New function.
2083 (message-check-recipients): New command.
2084 (message-syntax-checks): Add `bogus-recipient'.
2085 (message-fix-before-sending): Add `bogus-recipient'.
2086
2087 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
2088 (gnus-treat-body-boundary): Don't test window-system.
2089
2090 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
2091
2092 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
2093
2094 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2095
2096 * gnus.el: Bump version to Gnus v5.13.
2097
2098 2007-10-28 Miles Bader <miles@gnu.org>
2099
2100 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2101 at compile-time too.
2102
2103 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
2104
2105 * gnus-msg.el (gnus-message-setup-hook): Add
2106 `message-remove-blank-cited-lines' to options.
2107
2108 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
2109
2110 * message.el (message-remove-blank-cited-lines): New function.
2111 Suggested by Karl Plästerer.
2112
2113 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
2114
2115 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2116 mapc.
2117
2118 * imap.el (imap-open): Replace mapcar called for effect with mapc.
2119 (top-level): Use mapc to set functions to be traced for debugging.
2120
2121 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2122 called for effect with while loop.
2123
2124 * message.el (message-talkative-question): Replace mapcar called for
2125 effect with mapc.
2126
2127 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2128 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2129 called for effect with dolist.
2130
2131 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2132
2133 * nndiary.el: Use dolist instead of mapcar to add diary headers to
2134 gnus-extra-headers and nnmail-extra-headers.
2135
2136 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2137 called for effect with dolist.
2138 (top-level): Use mapc to set functions to be traced for debugging.
2139
2140 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2141 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2142 dolist.
2143
2144 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2145 Replace mapcar called for effect with mapc.
2146 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2147 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2148 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2149 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2150
2151 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2152 remove-if that's a cl function.
2153
2154 * webmail.el (webmail-debug): Replace mapcar called for effect with
2155 dolist.
2156
2157 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
2158
2159 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2160 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2161 with while loop.
2162
2163 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2164 functions from article-* functions.
2165 (gnus-multi-decode-header): Replace mapcar called for effect with
2166 dolist.
2167
2168 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2169 (gnus-bookmark-show-details): Replace mapcar called for effect with
2170 while loop.
2171
2172 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2173 called for effect with while loop.
2174
2175 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2176 with dolist.
2177
2178 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2179 mapcar called for effect with dolist.
2180
2181 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2182
2183 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2184 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2185 Replace mapcar called for effect with dolist.
2186 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2187 mapc.
2188
2189 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2190 Replace mapcar called for effect with dolist.
2191 (gnus-topic-list): Replace mapcar called for effect with mapc.
2192
2193 * gnus.el: Use mapc instead of mapcar to add autoloads.
2194
2195 2007-10-23 Richard Stallman <rms@gnu.org>
2196
2197 * gnus-group.el (gnus-group-highlight): Mark as risky.
2198
2199 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
2200
2201 * gnus.el (gnus-server-to-method): Return method found first in
2202 gnus-newsrc-alist.
2203
2204 * gnus-art.el (gnus-article-highlight-signature)
2205 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2206 button overlay without the front stickiness.
2207
2208 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
2209
2210 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2211 overview buffer needed a catch to receive its throw.
2212 (gnus-agent-flush-cache): Declared as interactive to make this function
2213 easier to use.
2214
2215 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
2216
2217 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2218 `next-line'.
2219
2220 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
2221
2222 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2223 exclude address matching message-dont-reply-to-names.
2224
2225 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2226
2227 * gnus-util.el (gnus-string<): New function.
2228
2229 * gnus-sum.el (gnus-article-sort-by-author)
2230 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2231
2232 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2233
2234 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2235 the frame-focus tag is set in gnus-buffer-configuration.
2236
2237 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
2238
2239 * gnus-art.el (gnus-article-add-button): Make a button overlay without
2240 the front stickiness.
2241
2242 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2243
2244 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2245 url pattern; remove duplicate one.
2246 (gnus-article-extend-url-button): New function.
2247 (gnus-article-add-buttons): Use it.
2248 (gnus-button-push): Use concatenated url that it makes.
2249
2250 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
2251
2252 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2253 (sieve-manage-open): Use `mapc' instead of `mapcar'.
2254
2255 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2256
2257 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2258 Don't hardcode point-min==1.
2259
2260 2007-09-30 David Kastrup <dak@gnu.org>
2261
2262 * gnus-art.el (gnus-article-reply-with-original)
2263 (gnus-article-followup-with-original): When `transient-mark-mode' is
2264 off, refrain from active-region behavior for followups.
2265
2266 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
2267
2268 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2269 Fix comment about "iso8859-1".
2270
2271 2007-10-08 Daiki Ueno <ueno@unixuser.org>
2272
2273 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2274 ones returned from the verify-function.
2275
2276 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2277 mml2015-extract-cleartext-signature if extraction failed.
2278
2279 2007-10-07 Daiki Ueno <ueno@unixuser.org>
2280
2281 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2282 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2283 failed.
2284
2285 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
2286
2287 * Relicense "GPLv2 or later" files to "GPLv3 or later".
2288
2289 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
2290
2291 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2292 to mark a thread as expirable. Add variable `hide' to handle hiding of
2293 thread for both the null and zero (kill/expire thread) universal prefix
2294 cases.
2295 (gnus-summary-expire-thread): Add new function to expire a thread,
2296 using gnus-summary-kill-thread.
2297 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2298 shortcuts for gnus-summary-expire-thread.
2299 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2300 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
2301
2302 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
2303
2304 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2305 extras value, so an extras entry can be deleted.
2306 (gnus-registry-delete-extra-entry): Use it.
2307 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2308 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2309 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2310 storage through the gnus-registry, and provide an appropriate API for
2311 it.
2312
2313 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2314
2315 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2316 Suggested by Leo <sdl.web@gmail.com>.
2317
2318 * gnus.el: Do.
2319
2320 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2321
2322 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2323 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
2324
2325 * gnus-agent.el (gnus-agent-fetch-headers): Do.
2326
2327 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2328 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2329
2330 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2331
2332 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2333 newline.
2334 (nnmbox-request-accept-article): Don't change article in source buffer;
2335 narrow to header to use message-fetch-field rather than
2336 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2337 (nnmbox-request-replace-article): Quote lines that'll be misidentified
2338 as delimiters; make sure article ends with newline.
2339 (nnmbox-delete-mail): Correct last position of article to be deleted;
2340 ignore X-Gnus-Newsgroup header in article body.
2341 (nnmbox-save-mail): Quote lines looking like delimiters at the right
2342 positions; make sure article ends with newline.
2343
2344 * message.el (message-display-abbrev): Don't infloop when a user
2345 inserts SPC in the beginning of header.
2346
2347 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
2348
2349 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2350 list of groups not followed by default. Fix type to be regexp.
2351 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2352
2353 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
2354
2355 * hmac-def.el (define-hmac-function): Switch from old-style to
2356 new-style backquotes.
2357
2358 * md4.el (md4-make-step): Likewise.
2359
2360 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2361
2362 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2363 raw-text coding system when saving .newsrc file, which may contain
2364 non-ASCII group names.
2365
2366 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
2367
2368 * gnus-cus.el (gnus-score-extra): New widget.
2369 (gnus-score-extra-convert): New function.
2370 (gnus-score-customize): Use it for Extra.
2371
2372 2007-08-31 Daiki Ueno <ueno@unixuser.org>
2373
2374 * mml2015.el (mml2015-extract-cleartext-signature): New function.
2375 (mml2015-mailcrypt-clear-verify): Use it.
2376 (mml2015-gpg-clear-verify): Use it.
2377 (mml2015-pgg-clear-verify): Use it.
2378 (mml2015-epg-clear-verify): Replace the current part with the output
2379 from GnuPG; don't extract the plaintext by itself.
2380
2381 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2382 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2383 mml2015-clear-verify-function; don't touch the armor headers or
2384 dash-escaped text here.
2385
2386 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
2387
2388 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2389 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2390 parts, or application/octet-stream as a last resort.
2391 (gnus-mime-view-part-as-type): Don't toggle display.
2392 (gnus-mime-view-part-as-charset): Don't turn off display before
2393 querying charset.
2394
2395 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2396 stuff to undisplayer function in Emacs.
2397 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2398
2399 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2400 text/calendar parts.
2401
2402 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
2403
2404 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2405 decoding text/calendar parts.
2406
2407 * message.el (message-forward-make-body-mime): Always mark body as
2408 having no illegible text; remove signed-or-encrypted argument.
2409 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2410
2411 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2412 (mml-generate-mime-1): Don't encode body if it is specified to be in
2413 raw form; don't make buffer be unibyte when inserting multibyte string.
2414
2415 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2416
2417 * sha1.el: Fix up comment style.
2418 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2419 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2420
2421 * hex-util.el: Fix up comment style.
2422 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2423
2424 * gnus-salt.el: Use with-current-buffer.
2425 (gnus-pick-setup-message): Fix long-standing typo.
2426
2427 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
2428
2429 * imap.el (imap-logout-timeout): New variable.
2430 (imap-logout, imap-logout-wait): New functions.
2431 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2432
2433 * nnimap.el (nnimap-logout-timeout): New server variable.
2434 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2435 nnimap-logout-timeout.
2436
2437 * gnus-art.el (gnus-article-summary-command-nosave)
2438 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2439
2440 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
2441
2442 * gnus.el (gnus-maximum-newsgroup): New variable.
2443
2444 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2445 according to gnus-maximum-newsgroup.
2446
2447 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2448 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2449 Limit the range of articles according to gnus-maximum-newsgroup.
2450
2451 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
2452
2453 * gnus-art.el (gnus-sticky-article): Fixed problems described in
2454 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
2455 Don't perform gnus-configure-windows here; reuse existing sticky
2456 article buffer.
2457
2458 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2459 it doesn't exist in gnus-article-mode.
2460
2461 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
2462
2463 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2464 (gnus-agent-decoded-group-name): New function.
2465 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2466 (gnus-agent-expire-group-1): Use it; decode group name in messages.
2467
2468 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
2469
2470 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2471 Add binding for gnus-sticky-article.
2472 (gnus-summary-exit): Don't kill sticky article buffers.
2473
2474 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2475 article buffer.
2476 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2477 (gnus-kill-sticky-article-buffers): New commands.
2478
2479 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
2480
2481 * nntp.el (nntp-xref-number-is-evil): New server variable.
2482 (nntp-find-group-and-number): If it is non-nil, don't trust article
2483 numbers in the Xref header.
2484
2485 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
2486
2487 * gnus-agent.el (gnus-agent-read-group): New function.
2488 (gnus-agent-flush-group, gnus-agent-expire-group)
2489 (gnus-agent-regenerate-group): Use it.
2490 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2491 nnmail-pathname-coding-system.
2492
2493 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
2494
2495 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2496
2497 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2498 that are unread as unread, and also as selected so that information of
2499 marks having been changed by a user may be updated when exiting group.
2500
2501 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
2502
2503 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
2504
2505 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
2506
2507 * gnus-art.el (gnus-mime-display-single): Pass part number that is
2508 calculated ignoring signature parts to gnus-treat-article.
2509
2510 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
2511
2512 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2513 a point here in order to keep the window start.
2514 (gnus-insert-mime-security-button): Make a button overlay without the
2515 front stickiness.
2516 (gnus-mime-display-security): Goto the end of a button.
2517
2518 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2519
2520 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
2521
2522 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2523 group-name-at-point.
2524 (gnus-group-completing-read): New function that offers decoded
2525 non-ASCII group names for completion.
2526 (gnus-fetch-group, gnus-group-read-ephemeral-group)
2527 (gnus-group-jump-to-group, gnus-group-make-group-simple)
2528 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2529 (gnus-group-fetch-control): Use it.
2530 (gnus-fetch-group): Use group-name-at-point for the initial value
2531 rather than the default value; use gnus-alive-p.
2532
2533 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2534 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2535 (gnus-summary-post-news): Use gnus-group-completing-read.
2536
2537 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2538 (gnus-read-move-group-name): Decode group name for completion.
2539
2540 2007-07-31 Ted Zlatanov <tzz@lifelogs.com>
2541
2542 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2543 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2544 Yamaoka slightly modified the code).
2545
2546 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
2547
2548 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2549 (nnmail-split-incoming): Bind it.
2550
2551 * nnml.el (nnml-group-name-charset): New function.
2552 (nnml-decoded-group-name): Use it; don't decode group name if
2553 nnmail-group-names-not-encoded-p is non-nil.
2554 (nnml-encoded-group-name): New function.
2555 (nnml-group-pathname): Inline nnml-decoded-group-name.
2556 (nnml-request-expire-articles): Decode group name in message.
2557 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2558 nnmail-pathname-coding-system.
2559 (nnml-save-mail, nnml-active-number): Work with decoded group names and
2560 not decoded ones according to nnmail-group-names-not-encoded-p.
2561 (nnml-generate-active-info): Use nnml-encoded-group-name.
2562
2563 2007-08-08 Glenn Morris <rgm@gnu.org>
2564
2565 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2566 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2567 doc-strings and comments.
2568
2569 2007-07-25 Glenn Morris <rgm@gnu.org>
2570
2571 * Relicense all FSF files to GPLv3 or later.
2572
2573 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2574
2575 * gnus-sum.el (gnus-summary-move-article): Make
2576 gnus-summary-respool-article work.
2577
2578 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
2579
2580 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2581 string.
2582
2583 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
2584
2585 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
2586 that should be ignored when comparing distant RSS articles with local
2587 ones.
2588 (nnrss-make-hash-index): New function. Create a hash index according
2589 to the ignored fields.
2590 (nnrss-check-group): Use it.
2591
2592 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
2593
2594 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2595
2596 * gnus-art.el (article-decode-group-name): Decode Xref header too.
2597
2598 * gnus-group.el (gnus-group-make-group): Encode group name here unless
2599 the new optional argument ENCODED is non-nil.
2600 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2601 coding system for encoding group name.
2602 (gnus-group-make-rss-group): Pass un-encoded group name to
2603 gnus-group-make-group.
2604 (gnus-group-set-info): Tell gnus-group-make-group that group name is
2605 encoded.
2606
2607 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2608 Encode group name to which articles are moved or copied.
2609 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2610 coding system for encoding Newsgroup, Followup-To and Xref headers.
2611
2612 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2613 marks; use nnheader-file-coding-system to write a file.
2614 (nnagent-retrieve-headers): Bind file-name-coding-system to
2615 nnmail-pathname-coding-system.
2616
2617 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2618
2619 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2620 (nnml-request-article, nnml-request-create-group)
2621 (nnml-request-rename-group, nnml-find-id)
2622 (nnml-possibly-change-directory, nnml-possibly-create-directory)
2623 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2624 (nnml-save-marks): Use nnml-group-pathname instead of
2625 nnmail-group-pathname.
2626
2627 (nnml-request-create-group, nnml-request-expire-articles)
2628 (nnml-request-move-article, nnml-request-delete-group)
2629 (nnml-deletable-article-p, nnml-possibly-create-directory)
2630 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2631 (nnml-open-marks): Bind file-name-coding-system to
2632 nnmail-pathname-coding-system.
2633
2634 (nnml-request-article): Pass server argument to nnml-find-group-number.
2635 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2636 server argument to nnml-possibly-create-directory.
2637 (nnml-request-accept-article): Pass server argument to
2638 nnml-active-number and nnml-save-mail.
2639 (nnml-find-group-number): Pass server argument to nnml-find-id.
2640 (nnml-request-update-info): Pass server argument to
2641 nnml-marks-changed-p.
2642
2643 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2644 (nnml-save-mail, nnml-active-number): Add server argument.
2645
2646 (nnml-request-delete-group): Warn if group is missing.
2647 (nnml-get-nov-buffer): Decode group name.
2648 (nnml-generate-active-info): Encode group name.
2649 (nnml-open-marks): Decode group name in messages.
2650
2651 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
2652
2653 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2654 if it is not specified.
2655 (gnus-article-pipe-part, gnus-article-save-part)
2656 (gnus-article-interactively-view-part, gnus-article-copy-part)
2657 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2658 (gnus-article-inline-part, gnus-article-save-part-and-strip)
2659 (gnus-article-replace-part, gnus-article-delete-part)
2660 (gnus-article-view-part-as-type): Pass raw prefix argument to
2661 gnus-article-part-wrapper.
2662
2663 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
2664
2665 * gnus-agent.el (gnus-agent-save-active): Bind
2666 nnheader-file-coding-system to gnus-agent-file-coding-system.
2667
2668 * gnus-cache.el (gnus-cache-save-buffers)
2669 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2670 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2671 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2672 (gnus-cache-braid-nov, gnus-cache-braid-heads)
2673 (gnus-cache-generate-active, gnus-cache-rename-group)
2674 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2675 (gnus-cache-update-overview-total-fetched-for): Bind
2676 file-name-coding-system to nnmail-pathname-coding-system.
2677 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2678 variables.
2679 (gnus-cache-decoded-group-name): New function.
2680 (gnus-cache-file-name): Use it.
2681 (gnus-cache-generate-active): Use non-decoded group name for active.
2682
2683 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2684 right place.
2685 (gnus-write-active-file): Don't break non-ASCII group names.
2686
2687 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2688 nnmail-pathname-coding-system.
2689
2690 * gnus-uu.el (gnus-uu-decode-save): Typo.
2691
2692 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
2693
2694 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2695
2696 2007-07-14 David Kastrup <dak@gnu.org>
2697
2698 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
2699 finishing actions if we did not edit the article.
2700
2701 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2702
2703 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2704 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2705 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2706 (gnus-agent-flush-group, gnus-agent-flush-cache)
2707 (gnus-agent-fetch-headers, gnus-agent-load-alist)
2708 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2709 (gnus-agent-retrieve-headers, gnus-agent-request-article)
2710 (gnus-agent-regenerate-group)
2711 (gnus-agent-update-files-total-fetched-for)
2712 (gnus-agent-update-view-total-fetched-for): Bind
2713 file-name-coding-system to nnmail-pathname-coding-system.
2714 (gnus-agent-group-pathname): Don't encode file names by
2715 nnmail-pathname-coding-system.
2716 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2717 coding-system-for-write instead of buffer-file-coding-system to
2718 gnus-agent-file-coding-system.
2719
2720 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2721 Decode group name.
2722
2723 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2724
2725 * gnus-start.el (gnus-update-active-hashtb-from-killed)
2726 (gnus-read-newsrc-el-file): Make group names unibyte.
2727
2728 * nnmail.el (nnmail-group-pathname): Don't encode file names by
2729 nnmail-pathname-coding-system.
2730
2731 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2732 (nnrss-request-delete-group): Bind file-name-coding-system to
2733 nnmail-pathname-coding-system.
2734 (nnrss-read-server-data, nnrss-read-group-data): Bind
2735 file-name-coding-system correctly.
2736 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2737
2738 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2739 (nntp-server-to-method-cache): New variable.
2740 (nntp-group-pathname): New function that decodes non-ASCII group names.
2741 (nntp-possibly-create-directory, nntp-marks-changed-p)
2742 (nntp-save-marks, nntp-open-marks): Use it.
2743 (nntp-possibly-create-directory, nntp-open-marks):
2744 Bind file-name-coding-system to nnmail-pathname-coding-system.
2745 (nntp-open-marks): Decode group names when bootstrapping marks.
2746
2747 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2748 Newsgroups and Folowup-To headers.
2749
2750 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2751
2752 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2753 (gnus-server-closed-face, gnus-server-denied-face)
2754 (gnus-server-offline-face): Remove variable.
2755 (gnus-server-font-lock-keywords): Use faces that are not aliases.
2756
2757 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2758 of modifying message-stack directly for XEmacs.
2759
2760 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2761 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2762 if the coding-system argument is nil for XEmacs.
2763
2764 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2765 mm-charset-override-alist.
2766
2767 * rfc2047.el: Don't require base64; require rfc2045 for the function
2768 rfc2045-encode-string.
2769 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2770 to quote the parameter value.
2771
2772 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
2773
2774 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2775 form in gnus-group-name-charset-method-alist.
2776
2777 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2778 overrides the default layout edit-form.
2779
2780 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2781
2782 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2783
2784 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
2785
2786 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2787 as unfetched articles.
2788
2789 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
2790
2791 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2792
2793 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2794
2795 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2796 original back end that keeps marks in the local system.
2797
2798 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2799
2800 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2801 arg of pop-to-buffer for XEmacs.
2802 (gnus-article-read-summary-keys): Ditto; don't restore window
2803 configuration if summary command ends up with neither article buffer
2804 nor summary buffer; describe bindings if summary keys end with C-h.
2805
2806 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
2807
2808 * message.el (message-fix-before-sending): Skip raw message part to be
2809 forwarded while checking illegible text.
2810 (message-forward-make-body-mime, message-forward-make-body): Mark
2811 signed or encrypted raw message as having no illegible text.
2812
2813 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
2814
2815 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2816 (gnus-message-with-timestamp-1): New macro.
2817 (gnus-message-with-timestamp): New function.
2818 (gnus-message): Use them.
2819
2820 * nnheader.el (nnheader-message): Use them.
2821
2822 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
2823
2824 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2825 .newsrc.eld file.
2826
2827 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
2828
2829 * gnus-agent.el (gnus-agent-fetch-headers)
2830 (gnus-agent-retrieve-headers): Bind
2831 gnus-decode-encoded-address-function to identity.
2832
2833 * nntp.el (nntp-send-xover-command): Recognize an xover command is
2834 available also when the server returns simply a dot.
2835
2836 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2837
2838 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
2839
2840 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2841
2842 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
2843
2844 * gnus-ems.el (gnus-x-splash): Make it work.
2845
2846 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2847 from being used.
2848
2849 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
2850
2851 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2852 the front stickiness.
2853 (gnus-article-summary-command-nosave): Correct the order of the
2854 arguments passed to pop-to-buffer.
2855 (gnus-article-read-summary-keys): Ditto; make it work properly when the
2856 summary command ends up with the article buffer.
2857
2858 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2859 the same faces.
2860
2861 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2862
2863 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2864
2865 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2866
2867 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2868 * gnus-sum.el (gnus-summary-highlight):
2869 * mail-source.el (mail-source-delete-old-incoming-confirm):
2870 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2871
2872 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
2873
2874 * gnus-art.el (gnus-mime-view-part-externally)
2875 (gnus-mime-view-part-internally): Fix predicate function passed to
2876 completing-read.
2877
2878 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2879
2880 * gnus.el (gnus-update-message-archive-method): Add :version.
2881
2882 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
2883
2884 * gnus.el (gnus-update-message-archive-method): New variable.
2885
2886 * gnus-start.el (gnus-setup-news): Update saved "archive" method
2887 according to gnus-message-archive-method if
2888 gnus-update-message-archive-method is non-nil.
2889
2890 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2891
2892 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
2893 by Loic Dachary <loic@dachary.org>.
2894 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2895
2896 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
2897
2898 * message.el (message-pop-to-buffer): Add switch-function argument.
2899 (message-mail): Pass switch-function argument to it.
2900
2901 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
2902
2903 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2904 Improve doc string.
2905
2906 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
2907
2908 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2909 (gnus-header-content)
2910 * gnus-cite.el (gnus-cite-10)
2911 * gnus-srvr.el (gnus-server-closed)
2912 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2913 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2914 (gnus-group-mail-3-empty, gnus-group-mail-low)
2915 (gnus-group-mail-low-empty, gnus-splash)
2916 * message.el (message-header-to, message-header-cc)
2917 (message-header-subject, message-header-other, message-header-name)
2918 (message-header-xheader, message-separator, message-cited-text)
2919 (message-mml): Lighten colors of faces used for dark background.
2920
2921 2007-05-24 Simon Josefsson <simon@josefsson.org>
2922
2923 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2924 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
2925
2926 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
2927
2928 * message.el (message-narrow-to-headers-or-head):
2929 Ignore mail-header-separator in the body.
2930
2931 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
2932
2933 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2934 same as window size.
2935
2936 2007-05-22 Kevin Ryde <user42@zip.com.au>
2937
2938 * message.el (message-font-lock-keywords): Use message-header-xheader
2939 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
2940 ahead of the anything pattern, to get it recognised.
2941
2942 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
2943
2944 * gnus-sum.el (gnus-articles-to-read)
2945 (gnus-summary-insert-old-articles): Don't truncate group name for
2946 `read-string'.
2947
2948 * gnus-util.el (gnus-limit-string): Delete this function.
2949
2950 * gnus-sum.el (gnus-simplify-subject-fully): Use
2951 `truncate-string-to-width' instead.
2952
2953 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
2954
2955 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
2956 if, on summary exit, the next group has to be selected.
2957 (gnus-summary-exit): Use it.
2958
2959 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
2960
2961 * gnus-art.el (gnus-article-mode): Fix comment about displaying
2962 non-break space.
2963
2964 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
2965
2966 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2967 Check if group is not a directory.
2968 (nnfolder-request-expire-articles): Don't delete articles if the target
2969 group is not available.
2970
2971 * nnml.el (nnml-request-create-group): Properly check if group is not a
2972 file.
2973 (nnml-request-expire-articles): Don't delete articles if the target
2974 group is not available.
2975
2976 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2977 Don't quote characters that are within parentheses.
2978
2979 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
2980
2981 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
2982 (gnus-handle-ephemeral-exit): Select article according to it.
2983
2984 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
2985
2986 * message.el (message-insert-formated-citation-line): Remove newline.
2987 (message-citation-line-format): Add final \n here so that the user can
2988 avoid a blank line.
2989
2990 2007-05-03 Dan Christensen <jdc@uwo.ca>
2991
2992 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2993 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2994 Update lanl/arXiv support.
2995
2996 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2997
2998 * gnus.el: Bump version number.
2999
3000 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3001
3002 * gnus.el (gnus-version-number): Bump version.
3003
3004 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3005
3006 * gnus.el: No Gnus v0.6 is released.
3007
3008 2007-04-27 Didier Verna <didier@xemacs.org>
3009
3010 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
3011 * gmm-utils.el (gmm-regexp-concat): here.
3012 * message.el: Don't require 'gnus-util.
3013 (message-dont-reply-to-names): Handle name change above.
3014 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
3015
3016 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
3017
3018 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
3019 since the initial value varies according to the system.
3020
3021 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
3022
3023 * mm-util.el (mm-charset-synonym-alist): Defcustom.
3024
3025 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
3026
3027 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
3028
3029 2007-04-24 Didier Verna <didier@xemacs.org>
3030
3031 Improve the type of gnus-ignored-from-addresses.
3032 * gnus-util.el (gnus-orify-regexp): New function.
3033 * message.el (gnus-util): Require it.
3034 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
3035 * gnus-sum.el (gnus-ignored-from-addresses): New function.
3036 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
3037
3038 2007-04-24 Didier Verna <didier@xemacs.org>
3039
3040 * gnus-sum.el:
3041 * gnus-utils.el: Fix some trailing whitespaces.
3042
3043 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
3044
3045 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3046 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3047 article's Message-ID; refer parent article in summary buffer.
3048
3049 * message.el (message-bounce): Call mime-to-mml.
3050
3051 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
3052
3053 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
3054
3055 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
3056
3057 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3058 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3059 displayed of multipart/alternative part if it is invoked from summary
3060 buffer.
3061
3062 * mm-view.el (mm-inline-text-html-render-with-w3m)
3063 (mm-inline-text-html-render-with-w3m-standalone)
3064 (mm-inline-render-with-function): Use mail-parse-charset by default.
3065
3066 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
3067
3068 * parse-time.el (parse-time-string-chars): Check if CHAR
3069 is less than the length of parse-time-syntax.
3070
3071 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
3072
3073 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3074 from gnus-newsgroup-processable.
3075
3076 2007-04-16 Didier Verna <didier@xemacs.org>
3077
3078 * gnus-msg.el (gnus-configure-posting-styles): Handle
3079 message-signature-directory properly with :file syntax. Reported by
3080 "Leo".
3081
3082 2007-04-11 Didier Verna <didier@xemacs.org>
3083
3084 New user option: message-signature-directory.
3085 * gnus-msg.el (gnus-configure-posting-styles): Support it.
3086 * message.el (message-insert-signature): Ditto.
3087 * message.el (message-signature-file): Doc update.
3088 * message.el (message-signature-directory): New.
3089
3090 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
3091
3092 * gnus-msg.el (gnus-inews-yank-articles): Use
3093 message-exchange-point-and-mark instead of exchange-point-and-mark.
3094
3095 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
3096
3097 * message.el (message-yank-original): Make sure cited text ends with
3098 newline; don't exchange point and mark.
3099
3100 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
3101
3102 * tls.el (open-tls-stream): Properly handle case where there
3103 is no associated buffer.
3104
3105 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
3106
3107 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3108 message-yank-original, make sure (< mark TEXT point).
3109
3110 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
3111
3112 * message.el (message-fill-column): New variable.
3113 (message-mode): Use it. Add comment on a possible new hook.
3114
3115 * nnmail.el (nnmail-spool-file): Mark as obsolete.
3116 (nnmail-get-new-mail): Reformat.
3117
3118 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3119
3120 * gmm-utils.el: Fix Commentary.
3121 (gmm-tool-bar-from-list): Fix typo in doc string.
3122
3123 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
3124
3125 * message.el (message-yank-original): Don't switch point and mark
3126 unnecessarily to put point and mark as documented.
3127
3128 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3129
3130 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3131 from the message heads.
3132
3133 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
3134
3135 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3136 article buffer does not have a window. This may not be the best
3137 solution but is certainly better than setting the start of the null,
3138 that is the current, window.
3139
3140 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
3141
3142 * gnus-draft.el (gnus-draft-setup-hook): New hook.
3143 (gnus-draft-setup): Run it.
3144
3145 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3146 gnus-score-fast-scoring. Allow regexp.
3147 (gnus-score-headers): Use it.
3148
3149 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3150 XEmacs.
3151
3152 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3153 string.
3154 (gnus-button-alist): Also catch `<f1> k ...'.
3155 (gnus-treat-display-x-face): Fix doc string.
3156
3157 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3158
3159 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3160 evaluation of gnus-extended-version to ensure correct generation of the
3161 User-Agent header when message-generate-headers-first is used.
3162
3163 2007-03-24 Simon Josefsson <simon@josefsson.org>
3164
3165 * hashcash.el (hashcash-generate-payment-async): Don't crash if
3166 hashcash-path is nil. Don't call callback with incorrect number of
3167 parameters if val is 0.
3168
3169 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3170
3171 * message.el (message-required-news-headers):
3172 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3173
3174 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
3175
3176 * message.el (message-generate-new-buffers): Change the meaning of the
3177 nil value; add `standard' to the choices; treat t as `unique'; improve
3178 doc string.
3179 (gnus-select-frame-set-input-focus): Autoload.
3180 (message-buffer-name): Search for the existing message buffer if
3181 message-generate-new-buffers is nil or `standard'; treat the value t of
3182 message-generate-new-buffers as `unique'.
3183 (message-pop-to-buffer): Raise the frame already displaying the message
3184 buffer; clear the echo area after querying.
3185 (message-setup): Pass the `continue' argument to compose-mail.
3186 (message-mail): Prefer `switch-function' if it is given; search for the
3187 existing message buffer if the `continue' argument is non-nil; pass
3188 continue and switch-function arguments to compose-mail by way of
3189 message-setup.
3190 (message-mail-other-window): Adjust argument of message-setup.
3191 (message-mail-other-frame): Ditto.
3192
3193 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
3194
3195 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3196 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3197 to turn font-lock on when turning gnus-message-citation-mode on.
3198
3199 2007-03-06 Daiki Ueno <ueno@unixuser.org>
3200
3201 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3202 (mml-smime-function-alist): New variable; add epg as the backend.
3203 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3204 mml-smime- functions instead.
3205 * mm-view.el: Require smime.
3206
3207 2007-03-05 Didier Verna <didier@xemacs.org>
3208
3209 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3210 instead of just inheritance for posting styles.
3211 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3212
3213 2007-02-24 John Paul Wallington <jpw@pobox.com>
3214
3215 * tls.el (tls-certtool-program): Fix custom type.
3216
3217 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3218
3219 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3220 and point-at-eol instead of line-(beginning|end)-position.
3221
3222 * assistant.el (assistant-parse-buffer): Ditto.
3223
3224 2007-02-28 Daiki Ueno <ueno@unixuser.org>
3225
3226 * mml2015.el (mml2015-epg-find-usable-key): New function.
3227 (mml2015-epg-sign): Use it.
3228 (mml2015-epg-encrypt): Use it.
3229
3230 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3231
3232 * message.el (message-make-in-reply-to): Quote name containing
3233 non-ASCII characters. It will make the RFC2047 encoder cause an error
3234 if there are special characters. Reported by NAKAJI Hiroyuki
3235 <nakaji@jp.freebsd.org>.
3236
3237 2007-02-27 Didier Verna <didier@xemacs.org>
3238
3239 Include the group parameters as well as the topic ones in the
3240 inheritance filter process.
3241 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3242 argument GROUP-PARAMS-LIST.
3243 * gnus-topic.el (gnus-group-topic-parameters): Use it.
3244
3245 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
3246
3247 * nntp.el (nntp-never-echoes-commands)
3248 (nntp-open-connection-functions-never-echo-commands): New variables.
3249 (nntp-send-command): Use them.
3250
3251 2007-02-20 Daiki Ueno <ueno@unixuser.org>
3252
3253 * mml2015.el (mml2015-epg-verify): Simplified.
3254
3255 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
3256
3257 * mml.el (mml-content-disposition-alist): New user option.
3258 (mml-content-disposition): New function.
3259 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3260 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3261
3262 2007-02-19 Daiki Ueno <ueno@unixuser.org>
3263
3264 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3265 verification.
3266
3267 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3268
3269 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3270 articles posted in the last 24 hours.
3271
3272 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
3273
3274 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3275
3276 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
3277
3278 * nntp.el (nntp-send-command): Don't wait for echoes when
3279 nntp-open-ssl-stream is used.
3280
3281 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
3282
3283 * gnus-cite.el (gnus-test-font-lock-add-keywords)
3284 (gnus-message-add-citation-keywords)
3285 (gnus-message-remove-citation-keywords): Remove.
3286 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3287 directly, make the variables in font-lock-defaults buffer-local, add
3288 gnus-message-citation-keywords to them and then update the value of
3289 font-lock-keywords.
3290
3291 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
3292
3293 * message.el (message-cite-original-1): Don't call
3294 gnus-article-highlight-citation.
3295
3296 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3297 citations; fix line count.
3298
3299 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
3300
3301 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3302 (gnus-message-add-citation-keywords)
3303 (gnus-message-remove-citation-keywords): Use it; fix the emulating
3304 versions of font-lock-add-keywords and font-lock-remove-keywords to
3305 work with XEmacs correctly.
3306
3307 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
3308
3309 * gnus-cite.el (gnus-cite-face-list): Set the values of
3310 gnus-message-max-citation-depth and gnus-message-citation-keywords.
3311 (gnus-message-max-citation-depth): Use defvar rather than defconst.
3312 (gnus-message-cite-prefix-regexp): New variable.
3313 (gnus-message-search-citation-line): Use it; protect against long
3314 citation prefix; fill match data with nil rather than 0 for XEmacs; set
3315 the 0th match data for Emacs.
3316 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3317 (gnus-message-add-citation-keywords): Append keywords rather than
3318 prepending; emulate font-lock-add-keywords if it is not available.
3319 (gnus-message-remove-citation-keywords): Emulate
3320 font-lock-remove-keywords if it is not available.
3321
3322 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3323
3324 * message.el (message-cite-prefix-regexp): Set the value of
3325 gnus-message-cite-prefix-regexp.
3326
3327 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3328
3329 * nnweb.el (nnweb-google-parse-1): Update parser.
3330
3331 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
3332
3333 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3334
3335 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3336
3337 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3338 regexp.
3339
3340 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
3341
3342 * uudecode.el (uudecode-string-to-multibyte): New function emulating
3343 string-to-multibyte.
3344 (uudecode-decode-region-internal): Use it.
3345
3346 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
3347
3348 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3349 custom choice.
3350
3351 * gnus-art.el (gnus-signature-limit): Fix custom choice.
3352
3353 2007-01-22 Daiki Ueno <ueno@unixuser.org>
3354
3355 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3356
3357 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3358 `write-region' to respect `mm-inhibit-file-name-handlers'.
3359
3360 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
3361
3362 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3363 Use gnus-home-directory instead of "~/" or "$HOME".
3364
3365 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
3366
3367 * encrypt.el (encrypt-insert-file-contents): Add better prompt
3368 to mention filename.
3369 Add comments at beginning regarding usage.
3370 (encrypt-write-file-contents): Change interactive so a string is
3371 acceptable. If the file has no associated model, show an error instead
3372 of a nonsense prompt.
3373
3374 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3375
3376 * spam.el (spam-bsfilter-ham-switch): Fix typo.
3377 Thanks to Yoshihiko Yamada for kind notification of this typo.
3378
3379 2007-01-12 Kenichi Handa <handa@m17n.org>
3380
3381 * uudecode.el (uudecode-decode-region-internal): Make it work in a
3382 multibyte buffer.
3383
3384 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
3385
3386 * gnus-score.el (gnus-score-fast-scoring): New variable.
3387 (gnus-score-headers): Use it.
3388
3389 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3390
3391 * message.el (message-cite-original-1): Call
3392 gnus-article-highlight-citation if requested.
3393 (message-make-from): Allow name and address as optional arguments.
3394
3395 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3396
3397 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3398 bugs to doc string.
3399 (gnus-button-alist): Add mid\\|message-id.
3400 (gnus-button-fetch-group): Extend for use in
3401 `browse-url-browser-function'.
3402 (gnus-button-url-regexp): Try to catch paired parentheses like in
3403 Wikipedia URLs.
3404
3405 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3406 Suggested by Simon Krahnke <overlord@gmx.li>.
3407
3408 2007-01-13 Romain Francoise <romain@orebokech.com>
3409
3410 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3411 Update copyright.
3412
3413 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
3414
3415 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3416
3417 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
3418
3419 * gnus-registry.el (gnus-registry-unfollowed-groups)
3420 (gnus-registry-split-fancy-with-parent): Fix documentation.
3421
3422 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3423
3424 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3425 from nnweb groups.
3426
3427 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3428
3429 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3430 Xref urls. Erase buffer before requesting head.
3431
3432 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3433
3434 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
3435
3436 * gnus-soup.el (gnus-soup): New custom group. Make user variables
3437 customizable.
3438
3439 2007-01-05 Daiki Ueno <ueno@unixuser.org>
3440
3441 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3442 no signing key is found.
3443 (mml2015-epg-encrypt): Ask user whether to skip or abort if
3444 no encrypting and/or signing key is found.
3445
3446 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
3447
3448 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3449
3450 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3451
3452 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3453 headers read from disk with the ones newly found in the current search.
3454 This should no longer cause problems, because the article numbers in
3455 Gmane's `nov.php' output are ignored since the previous change.
3456
3457 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3458
3459 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3460
3461 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
3462
3463 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3464
3465 2007-01-01 Romain Francoise <romain@orebokech.com>
3466
3467 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3468
3469 2006-12-31 Steve Youngs <steve@sxemacs.org>
3470
3471 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3472 `define-minor-mode' macro definition expanded properly.
3473 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3474 exclude it there.
3475
3476 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3477 of 2006-12-30. The default is nil on (S)XEmacs already because of the
3478 `fboundp' test.
3479 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3480 This is OK to autoload in (S)XEmacs now.
3481
3482 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3483
3484 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3485 keystroke.
3486 (gnus-summary-limit-to-singletons): Fix typo.
3487
3488 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3489 else fails.
3490
3491 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3492
3493 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3494 docstring.
3495
3496 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3497 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3498 (gnus-summary-insert-dormant-articles): Fix typo in message.
3499
3500 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
3501
3502 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3503 nil for XEmacs.
3504 (gnus-message-citation-mode): Don't autoload in XEmacs.
3505
3506 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3507
3508 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
3509
3510 * nnimap.el (nnimap-expunge-search-string): Mention
3511 nnimap-search-uids-not-since-is-evil in docstring.
3512
3513 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
3514
3515 * spam.el: Revert to make-obsolete-variable because
3516 define-obsolete-variable-alias is not supported in Emacs 21.
3517
3518 * spam.el (spam-ifile-path, spam-ifile-database-path)
3519 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3520 make-obsolete-variable.
3521 (spam-bsfilter-path, spam-bsfilter-program)
3522 (spam-spamassassin-path, spam-spamassassin-program)
3523 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
3524 use "path" inappropriately.
3525 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3526 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3527 variable names.
3528
3529 2006-12-28 Daiki Ueno <ueno@unixuser.org>
3530
3531 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3532 summary buffer.
3533
3534 * password.el (password-cache-remove): Use clear-string to burn
3535 password, if available.
3536
3537 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3538
3539 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3540
3541 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3542
3543 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3544 (gnus-message-highlight-citation): Move defcustom here from
3545 gnus-cite.el.
3546 (gnus-message-citation-mode): Autoload.
3547
3548 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
3549 checks to make it compile with XEmacs.
3550 (gnus-message-citation-mode): New minor mode.
3551 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3552 (gnus-message-highlight-citation): New variables.
3553 (gnus-message-search-citation-line)
3554 (gnus-message-add-citation-keywords)
3555 (gnus-message-remove-citation-keywords)
3556 (turn-on-gnus-message-citation-mode)
3557 (turn-off-gnus-message-citation-mode): New functions.
3558
3559 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
3560
3561 * gnus-cite.el: Enable highlighting of different citation levels in
3562 message-mode.
3563
3564 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3565
3566 * message.el (message-make-fqdn): Fix comment.
3567 (message-bogus-system-names): Add ".local".
3568
3569 * spam.el (spam-ifile-path, spam-ifile-program)
3570 (spam-ifile-database-path, spam-ifile-database)
3571 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3572 Don't use "path" inappropriately.
3573 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3574 strings.
3575 (spam-check-ifile, spam-ifile-register-with-ifile)
3576 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3577 new variable names.
3578
3579 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3580 (gnus-treat-display-smileys): Simplify using
3581 gnus-image-type-available-p.
3582
3583 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3584 available.
3585
3586 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3587
3588 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3589 one after turning on the buffer's multibyteness instead of decoding
3590 them directly in the unibyte buffer that causes unexpected conversion
3591 in Emacs 23 (unicode).
3592
3593 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3594
3595 * message.el (message-generate-hashcash): Fix custom type.
3596
3597 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3598
3599 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3600
3601 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3602
3603 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3604 disconnect icons. Add help text.
3605
3606 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
3607
3608 * spam.el (spam-extra-header-to-number): CRM114 spam score is
3609 negated to be consistent with the others we handle.
3610
3611 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3612
3613 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3614 version of gnus-summary-buffer to something, so that we can use two
3615 article buffers at the same time.
3616
3617 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
3618
3619 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3620 trigger all the extra headers.
3621 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3622 sorting.
3623
3624 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3625
3626 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3627 solid groups.
3628
3629 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
3630
3631 * legacy-gnus-agent.el: Add Copyright notice.
3632
3633 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
3634
3635 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3636
3637 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3638
3639 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3640
3641 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3642 to make it work reliably in CVS Emacs.
3643 (gnus-summary-limit-strange-charsets-predicate)
3644 (gnus-summary-limit-to-predicate): New functions.
3645
3646 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
3647
3648 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3649 specifying array size.
3650 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3651 array if it is too small.
3652 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3653 (gnus-sort-threads-loop): New function.
3654
3655 2006-12-06 Chris Moore <dooglus@gmail.com>
3656
3657 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3658 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3659
3660 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
3661
3662 * mm-url.el (mm-url-predefined-programs): Call curl with correct
3663 options.
3664
3665 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3666
3667 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3668 DOS-ing the recipient.
3669
3670 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3671 the headers when creating the mapping to avoid mismappings.
3672 (nnweb-gmane-create-mapping): Always nix out old mapping.
3673
3674 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3675
3676 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3677 and mm-verify-option to never.
3678
3679 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3680
3681 * message.el (message-signed-or-encrypted-p): New function.
3682 (message-forward-make-body): Use it.
3683
3684 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3685 Replace encode-coding-string with mm-encode-coding-string.
3686
3687 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
3688
3689 * nneething.el (nneething-decode-file-name): Replace
3690 decode-coding-string with mm-decode-coding-string.
3691
3692 * gnus-int.el (gnus-open-server): Say failed server's name.
3693
3694 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
3695
3696 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3697 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3698
3699 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3700 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3701 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3702 (gnus-group-make-directory-group, gnus-group-transpose-groups):
3703 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3704 (gnus-subscribe-newsgroup, gnus-1):
3705 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3706 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3707 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3708 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3709
3710 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3711
3712 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3713 keystroke.
3714 (gnus-summary-limit-to-bodies): Implement headersp.
3715
3716 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3717
3718 * dns.el (query-dns): Protect against "Process dns deleted" strings.
3719
3720 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
3721
3722 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3723
3724 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3725
3726 * message.el (message-generate-hashcash): Expand range of values to
3727 include `opportunistic'.
3728 (message-send-mail): Use it.
3729
3730 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3731
3732 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3733 and comment it.
3734
3735 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3736
3737 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
3738
3739 * gnus-util.el (gnus-extract-address-components): Improve comment.
3740
3741 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3742
3743 * gnus-util.el (gnus-extract-address-components): Work with address in
3744 which the name portion contains @.
3745
3746 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3747
3748 * gnus.el (gnus-start): Move custom group up.
3749 (gnus-select-method): Don't autoload, but make it available for
3750 `customize-variable'.
3751 (gnus-getenv-nntpserver): Don't autoload.
3752
3753 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
3754
3755 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3756
3757 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3758
3759 * message.el (message-sendmail-extra-arguments): New variable.
3760 (message-send-mail-with-sendmail): Use it.
3761
3762 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3763
3764 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3765 mm-with-unibyte-current-buffer to make string unibyte.
3766
3767 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3768 mm-string-as-multibyte.
3769
3770 2006-11-14 Daiki Ueno <ueno@unixuser.org>
3771
3772 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3773 Reported by Werner Koch <wk@gnupg.org>.
3774
3775 2006-11-14 Daiki Ueno <ueno@p360>
3776
3777 * mml2015.el: Autoload epa-select-keys when compiling.
3778
3779 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3780
3781 * mml2015.el (mml2015-epg-sign): Save the signing keys in
3782 message-options.
3783 (mml2015-epg-encrypt): Save the recipient keys in message-options.
3784
3785 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3786
3787 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3788 EasyPG (< 0.0.6).
3789 (mml2015-always-trust): New user option.
3790 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3791 prompt.
3792
3793 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3794
3795 * nntp.el (nntp-authinfo-force): New variable.
3796 (nntp-send-authinfo): Use it.
3797
3798 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
3799
3800 * message.el (message-strip-subject-encoded-words): Allow _not_ to
3801 decode encoded words. Improve prompt. Add comment about forwarding.
3802 (message-replacement-char): Move up.
3803
3804 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3805
3806 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3807 instead of gnus-intersection because arguments of gnus-sorted-nunion
3808 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
3809
3810 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
3811
3812 * message.el (message-strip-subject-encoded-words): Reformat prompt.
3813 (message-simplify-subject-functions): Enable
3814 message-strip-subject-encoded-words by default.
3815
3816 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
3817
3818 * message.el (message-strip-subject-encoded-words): New function
3819 (message-simplify-subject-functions): New variable.
3820 (message-simplify-subject): Use it. Fix typo in doc string.
3821 Support message-strip-subject-encoded-words.
3822
3823 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
3824
3825 * gnus-diary.el (gnus-diary-delay-format-function):
3826 * nndiary.el (nndiary-reminders):
3827 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3828
3829 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
3830
3831 * gnus-art.el (article-hide-boring-headers): Fetch date from
3832 gnus-original-article-buffer to avoid problems with localized date
3833 strings.
3834
3835 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
3836
3837 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3838
3839 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
3840
3841 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3842 New variables.
3843 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3844 (mm-charset-synonym-alist): Move some entries to
3845 mm-codepage-iso-8859-list.
3846 (mm-charset-synonym-alist, mm-charset-override-alist): Add
3847 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3848
3849 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3850
3851 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3852
3853 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
3854
3855 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3856 with Emacs 21 and XEmacs.
3857
3858 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
3859
3860 * spam.el (spam-parse-address): New function for better parsing,
3861 catching errors, etc.
3862 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3863
3864 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
3865
3866 * mm-view.el: Add interactive arg to html2text autoload.
3867
3868 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
3869
3870 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3871
3872 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
3873
3874 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3875 variables.
3876 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3877 (mm-charset-synonym-alist): Move some entries to
3878 mm-codepage-iso-8859-list.
3879
3880 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3881
3882 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
3883
3884 * message.el (message-citation-line-format)
3885 (message-insert-formated-citation-line): Fix implementation of %E, %N
3886 and %n according to the doc string.
3887
3888 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
3889
3890 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3891 car-safe to avoid bad parses.
3892
3893 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3894
3895 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3896 names.
3897
3898 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3899
3900 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3901
3902 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3903 header.
3904
3905 * message.el (message-draft-headers): Add Date.
3906 (message-headers-to-generate): Fix typo in docstring.
3907
3908 * nndraft.el (nndraft-required-headers): New variable.
3909 (nndraft-generate-headers): Use it.
3910
3911 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3912
3913 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3914
3915 * gnus-registry.el (gnus-registry-wash-for-keywords)
3916 (gnus-registry-find-keywords): New functions to allow easy searching of
3917 articles that are in the registry.
3918
3919 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3920
3921 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3922 ietf-drums-parse-address instead of gnus-extract-address-components.
3923 Reported by Damien Elmes <damien@repose.cx>.
3924
3925 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
3926
3927 * gnus.el (gnus-mime): Remove unused custom group.
3928
3929 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3930
3931 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
3932 "blank line" when searching for end of armor headers.
3933
3934 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3935
3936 * gmm-utils.el (gmm-write-region): Fix variable name.
3937
3938 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
3939
3940 * gmm-utils.el (gmm-write-region): New function based on compatibility
3941 code from `mm-make-temp-file'.
3942
3943 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
3944
3945 * nnmaildir.el (nnmaildir--update-nov)
3946 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
3947 Use `gmm-write-region'.
3948
3949 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
3950
3951 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
3952 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3953
3954 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
3955
3956 * message.el (message-replacement-char): New variable.
3957 (message-fix-before-sending): Use it.
3958 (message-simplify-subject): New function to remove duplicate code.
3959 (message-reply, message-followup): Use it.
3960
3961 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
3962 gnus-summary-limit-to-articles.
3963
3964 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
3965
3966 * gnus-util.el (gnus-with-local-quit): New macro.
3967
3968 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
3969
3970 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
3971
3972 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
3973 ignore non-string data.
3974
3975 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
3976
3977 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
3978 non-string data (needs to be done in the registry too).
3979
3980 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3981
3982 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
3983 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
3984 (gnus-registry-split-fancy-with-parent)
3985 (gnus-registry-fetch-simplified-message-subject-fast)
3986 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
3987 Remove text properties on ingress into the registry and when it's saved.
3988 (gnus-registry-clean-empty-function): Fix bug with cleaning the
3989 registry from entries with no groups.
3990
3991 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3992
3993 * gnus-util.el (gnus-string-remove-all-properties): Add utility
3994 function to remove string properties.
3995
3996 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
3997
3998 * gmm-utils.el (gmm): Adjust custom version.
3999
4000 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
4001 custom version.
4002
4003 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
4004
4005 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
4006
4007 * gnus-art.el (gnus-insert-prev-page-button)
4008 (gnus-insert-next-page-button): Simplify. Reformat.
4009
4010 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
4011
4012 * gnus-art.el (gnus-insert-prev-page-button)
4013 (gnus-insert-next-page-button): Apply gnus-article-button-face.
4014
4015 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
4016
4017 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
4018
4019 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
4020
4021 (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
4022 gnus-article-button-face to MIME and security buttons.
4023
4024 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
4025
4026 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
4027 readable.
4028
4029 2006-09-20 Steve Youngs <steve@sxemacs.org>
4030
4031 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
4032 `browse-url-of-file' instead of `browse-url'.
4033
4034 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4035
4036 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4037 regexp. Articles containing quotation were cut prematurely.
4038
4039 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
4040
4041 * message.el (message-cite-original-1): Use nobody by default for the
4042 value of From header.
4043 (message-reply): Ditto.
4044
4045 2006-09-11 Daiki Ueno <ueno@unixuser.org>
4046
4047 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4048 to the gnus-info. This fixes a bug of inline-PGP message verification.
4049 Reported by Michael Piotrowski <mxp@dynalabs.de>.
4050
4051 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
4052
4053 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4054 mails in the doc string. Add some URLs in comment.
4055 (pop3-movemail): Warn about pop3-leave-mail-on-server.
4056
4057 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
4058
4059 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4060 backslashes handling and the way to find boundaries of quoted strings.
4061
4062 2006-09-07 Daiki Ueno <ueno@unixuser.org>
4063
4064 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4065 mml1991-encrypt-to-self is set and mml1991-signers is not set.
4066 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4067 mml2015-encrypt-to-self is set and mml2015-signers is not set.
4068
4069 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
4070
4071 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
4072 doc string.
4073 (gnus-button-regexp, gnus-button-last): Remove unused variables.
4074
4075 2006-09-06 Simon Josefsson <jas@extundo.com>
4076
4077 * mml2015.el (mml2015-use): Doc fix, mention epg.
4078
4079 2006-09-06 Daiki Ueno <ueno@unixuser.org>
4080
4081 * mml2015.el (mml2015-use): Default to epg, if available.
4082
4083 2006-09-06 Daiki Ueno <ueno@unixuser.org>
4084
4085 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4086 message-sender.
4087 (mml1991-epg-encrypt): Ditto.
4088 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4089 message-sender.
4090 (mml2015-epg-encrypt): Ditto.
4091
4092 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
4093
4094 * message.el (message-send-mail-with-sendmail): Look for sendmail in
4095 several common directories.
4096
4097 2006-09-05 Daiki Ueno <ueno@unixuser.org>
4098
4099 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4100 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4101
4102 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
4103
4104 * gnus-art.el (article-decode-encoded-words): Make it fast.
4105
4106 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
4107
4108 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4109
4110 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4111 in quoted string into `\'.
4112
4113 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4114
4115 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4116 Use standard-syntax-table.
4117
4118 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4119
4120 * gnus-art.el (gnus-decode-address-function): New variable.
4121 (article-decode-encoded-words): Use it to decode headers which are
4122 assumed to contain addresses.
4123 (gnus-mime-delete-part): Remove useless `or'.
4124
4125 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4126 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4127 (gnus-nov-parse-line): Use it to decode From header.
4128 (gnus-get-newsgroup-headers): Ditto.
4129 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4130
4131 * mail-parse.el (mail-decode-encoded-address-region): New alias.
4132 (mail-decode-encoded-address-string): New alias.
4133
4134 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4135 New function.
4136 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4137 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4138 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4139 (rfc2047-decode-string): Ditto.
4140 (rfc2047-decode-address-region): New function.
4141 (rfc2047-decode-address-string): New function.
4142
4143 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
4144
4145 * message.el (message-caesar-buffer-body): Allow rotating headers.
4146
4147 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4148
4149 * message.el (message-insert-formated-citation-line): Fix %f.
4150 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4151
4152 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
4153
4154 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4155 (gnus-bookmark-mouse-available-p): New macro.
4156 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4157 (gnus-bookmark-bmenu-show-infos): Use it.
4158 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4159 (gnus-bookmark-bmenu-hide-infos): Ditto.
4160 (gnus-bookmark-remove-properties): New function.
4161 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4162 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4163 (gnus-bookmark-write-file): Bind coding-system-for-write.
4164 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4165 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4166 group before selecting it.
4167 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4168 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4169 quit-window if it is not available; use gnus-mouse-2 and bind it to
4170 gnus-bookmark-bmenu-select-by-mouse.
4171 (gnus-bookmark-show-details): Remove unused variable `details-list'.
4172 (gnus-bookmark-bmenu-select-by-mouse): New function.
4173
4174 2006-08-13 Romain Francoise <romain@orebokech.com>
4175
4176 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4177 space.
4178
4179 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4180
4181 * compface.el (uncompface): Use binary rather than raw-text-unix.
4182
4183 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4184
4185 * compface.el (uncompface): Make sure the eol conversion doesn't take
4186 place when communicating with the external programs. Reported by
4187 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4188
4189 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
4190
4191 * nnheader.el (nnheader-insert-head): Fix typo in comment.
4192
4193 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4194
4195 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4196 Make it more robust by parsing author and date independently.
4197
4198 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
4199
4200 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4201
4202 2006-07-28 Daiki Ueno <ueno@unixuser.org>
4203
4204 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4205 first matching secret key.
4206 (mml2015-epg-encrypt): Ditto.
4207
4208 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4209 first matching secret key.
4210 (mml1991-epg-encrypt): Ditto.
4211
4212 * mml2015.el (mml2015-encrypt-to-self): New user option.
4213 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4214 mml2015-epg-encrypt-to-self is set.
4215
4216 * mml1991.el (mml1991-encrypt-to-self): New variable.
4217 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4218 mml1991-epg-encrypt-to-self is set.
4219
4220 * mml2015.el (mml2015-signers): New user option.
4221 (mml2015-epg-sign): Reflect the value of mml2015-signers.
4222 (mml2015-epg-encrypt): Allow to select signing keys.
4223
4224 * mml1991.el (mml1991-signers): New variable.
4225 (mml1991-epg-sign): Reflect the value of mml1991-signers.
4226 (mml1991-epg-encrypt): Allow to select signing keys.
4227
4228 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
4229
4230 * nnheader.el (nnheader-insert-head): Make it work even if the file
4231 uses CRLF for the line-break code.
4232
4233 2006-07-25 Daiki Ueno <ueno@unixuser.org>
4234
4235 * mml2015.el: Require mml-sec instead of password.
4236 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4237 (mml2015-cache-passphrase): Inherit the default value from
4238 mml-secure-cache-passphrase.
4239 (mml2015-passphrase-cache-expiry): Inherit the default value from
4240 mml-secure-passphrase-cache-expiry.
4241
4242 * mml1991.el: Require mml-sec instead of password.
4243 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4244 (mml1991-cache-passphrase): Inherit the default value from
4245 mml-secure-cache-passphrase.
4246 (mml1991-passphrase-cache-expiry): Inherit the default value from
4247 mml-secure-passphrase-cache-expiry.
4248
4249 * mml-sec.el: Require password.
4250 (mml-secure-verbose): New user option.
4251 (mml-secure-cache-passphrase): New user option.
4252 (mml-secure-passphrase-cache-expiry): New user option.
4253
4254 2006-07-24 Daiki Ueno <ueno@unixuser.org>
4255
4256 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4257 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
4258 andreas@altroot.de (Andreas Vögele).
4259
4260 FIXME: Use `tiny change'?
4261
4262 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4263
4264 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4265 workaround for the url package included with Emacs.
4266
4267 * nnweb.el (nnweb-google-create-mapping): Update regexp.
4268
4269 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
4270
4271 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4272 correctly. This fixes a bug caused by the 2006-05-12 change.
4273
4274 2006-07-18 Karl Fogel <kfogel@red-bean.com>
4275
4276 * nnmail.el (nnmail-article-group): If splitting raises an error, give
4277 some information about the error when saying that the `bogus' mail
4278 group will be used.
4279
4280 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
4281
4282 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4283 string.
4284
4285 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
4286
4287 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4288
4289 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4290
4291 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4292
4293 2006-07-10 Daiki Ueno <ueno@unixuser.org>
4294
4295 * mml1991.el (mml1991-function-alist): Add epg.
4296 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4297 (mml1991-epg-encrypt): New functions.
4298
4299 2006-07-10 Daiki Ueno <ueno@unixuser.org>
4300
4301 * mml2015.el (mml2015-verbose): New variable.
4302 (mml2015-cache-passphrase): Ditto.
4303 (mml2015-passphrase-cache-expiry): Ditto.
4304 (mml2015-function-alist): Add epg.
4305 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4306 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4307 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4308 functions.
4309
4310 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4311
4312 * message.el (message-cite-original-1): Preserve region when removing
4313 quoted text due to X-No-Archive in order to avoid bogus attribution
4314 when citing multiple messages.
4315
4316 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4317
4318 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
4319 Kenneth Jacker <khj@be.cs.appstate.edu>.
4320
4321 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
4322
4323 * gnus-diary.el (gnus-user-format-function-d)
4324 (gnus-user-format-function-D): Autoload.
4325
4326 * imap.el (Commentary): Fix typo.
4327
4328 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4329 2006-04-22 contribution.
4330
4331 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4332
4333 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4334 It didn't really fix the bogosity I'm seeing with solid web groups.
4335
4336 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4337
4338 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4339 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4340 created using server names. If we use the feature without declaring
4341 it, Gnus does not properly manage server and group state.
4342
4343 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4344 bound.
4345
4346 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4347
4348 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4349 looking up the method using GROUP's prefix before inventing a new one.
4350 It is used on killed/unknown groups in various places where returning
4351 an all-new method isn't expected by the caller.
4352
4353 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4354 and match semantics of gnus-group-real-prefix.
4355
4356 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
4357
4358 * nnmail.el (nnmail-broken-references-mailers): New variable.
4359 (nnmail-ignore-broken-references): New function generalizing
4360 nnmail-fix-eudora-headers.
4361 (nnmail-fix-eudora-headers): Now obsolete.
4362
4363 * gnus-art.el (gnus-button-handle-custom): Support
4364 `customize-apropos*'.
4365
4366 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4367
4368 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4369
4370 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4371 articles.
4372
4373 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
4374
4375 * message.el (message-cite-reply-above): New variable.
4376 (message-yank-original): Use it.
4377
4378 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
4379
4380 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4381
4382 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
4383
4384 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4385 as read.
4386
4387 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4388
4389 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
4390
4391 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4392 (gnus-bookmark-default-file): Use gnus-directory.
4393 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4394 Remove "*" in doc string.
4395 (gnus-bookmark-write-file): Simplify.
4396 (gnus-bookmark-maybe-sort-alist): Use `when'.
4397 (gnus-bookmark-get-bookmark): Fix typo in doc string.
4398 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4399 FIXME about Emacs 21 and XEmacs compatibility.
4400 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4401 compatibility.
4402 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4403 compatibility.
4404 (gnus-bookmark-menu-heading): Fix version.
4405
4406 2006-06-19 Bastien Guerry <bzg@altern.org>
4407
4408 * gnus-bookmark.el: New file.
4409
4410 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
4411
4412 * message.el (message-syntax-checks): Doc fix.
4413
4414 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4415
4416 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4417 unsubscribed groups as if they were killed ones. It causes duplicate
4418 entries in gnus-newsrc-alist.
4419
4420 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
4421
4422 * message.el (message-syntax-checks): Doc fix.
4423 (message-send-mail): Add check for continuation headers.
4424 (message-check-news-header-syntax): Fix regexp used to check for
4425 continuation headers.
4426
4427 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
4428
4429 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4430
4431 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
4432
4433 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4434
4435 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
4436
4437 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4438 default-truncate-lines.
4439
4440 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
4441
4442 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4443 to fill the utf-8 entry.
4444
4445 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4446
4447 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4448
4449 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
4450
4451 * gnus-agent.el (directory-files-and-attributes): Move all the way
4452 forward (the third and final move).
4453 (gnus-agent-read-agentview): Trap reconstruction errors due to
4454 nonexistant directory. Handle by returning nil.
4455
4456 2006-05-30 Didier Verna <didier@xemacs.org>
4457
4458 * message.el (message-dont-reply-to-names): Update the custom type.
4459 * message.el (message-dont-reply-to-names): New defsubst: potentially
4460 convert a list of regexps into a single one.
4461 * message.el (message-get-reply-headers): Use it.
4462 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4463
4464 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
4465
4466 * gnus-agent.el (directory-files-and-attributes): Move forward.
4467
4468 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4469
4470 * gnus-ml.el (gnus-mailing-list-subscribe)
4471 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4472 (gnus-mailing-list-message): Fix doc strings.
4473
4474 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4475
4476 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4477 of doing it manually.
4478
4479 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4480
4481 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4482 comment.
4483
4484 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
4485
4486 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4487 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4488 (gnus-agent-read-local): All symbols allocated in my-obarray
4489 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4490 (gnus-agent-regenerate-group): Check numeric names to see if they are
4491 messages or groups.
4492 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4493 better way of do this...)
4494
4495 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4496 'dummy.group' (there should be a better way of do this...)
4497
4498 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
4499
4500 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4501 (gnus-saved-headers): Ditto.
4502 (gnus-default-article-saver): Mention functions may have properties.
4503 (gnus-article-save): Override gnus-save-all-headers and
4504 gnus-saved-headers by :headers property which saver function may have.
4505 (gnus-summary-save-in-file): Add :headers property.
4506 (gnus-summary-write-to-file): Ditto.
4507
4508 * gnus-sum.el (gnus-summary-save-article): Bind
4509 gnus-prompt-before-saving to t when saving many articles in a file;
4510 always show all headers.
4511
4512 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4513
4514 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4515 marks.
4516
4517 * message.el (message-indent-citation): Add optional arguments to allow
4518 using it outside of message buffers.
4519
4520 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4521 (gnus-article-treat-unfold-headers): Use it.
4522 (gnus-article-truncate-lines): New variable.
4523 (gnus-article-mode): Use it.
4524 (gnus-article-toggle-truncate-lines): New function.
4525
4526 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4527 gnus-article-toggle-truncate-lines.
4528
4529 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4530 coding system in XEmacs, use binary.
4531
4532 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
4533
4534 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4535 after-load-alist.
4536
4537 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4538 this function should save decoded articles.
4539 (gnus-summary-write-to-file): Use property to specify this function
4540 should save decoded articles and specify gnus-summary-save-in-file
4541 should be used to save articles other than the first one when saving
4542 many articles.
4543 (gnus-summary-save-body-in-file): Use property to specify this
4544 function should save decoded articles.
4545 (gnus-summary-write-body-to-file): Use property to specify this
4546 function should save decoded articles and specify
4547 gnus-summary-save-body-in-file should be used to save articles other
4548 than the first one when saving many articles.
4549
4550 * gnus-sum.el (gnus-summary-save-article): Simplify.
4551
4552 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
4553
4554 * gnus-art.el (gnus-default-article-saver): Add
4555 gnus-summary-write-body-to-file.
4556 (gnus-article-save-coding-system): Don't use coding system object
4557 in XEmacs.
4558 (gnus-read-save-file-name): Add optional `dir-var' argument which
4559 specifies directory in which files are saved; work even if optional
4560 `variable' argument is not specified.
4561 (gnus-summary-write-to-file): Read file name.
4562 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4563 (gnus-summary-write-body-to-file): New function.
4564
4565 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4566 (gnus-summary-local-variables): Add it.
4567 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4568 (gnus-summary-save-article): Remove optional `decode' argument;
4569 determine whether to decode articles by the value of
4570 gnus-default-article-saver; when saving many files using
4571 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4572 it first and use gnus-summary-save-in-file or
4573 gnus-summary-save-body-in-file thereafter unless
4574 gnus-prompt-before-saving is always; move point to article which
4575 will be saved.
4576 (gnus-summary-save-article-file): Revert.
4577 (gnus-summary-write-article-file): Revert.
4578 (gnus-summary-save-article-body-file): Revert.
4579 (gnus-summary-write-article-body-file): New function.
4580
4581 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4582
4583 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4584
4585 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4586
4587 * gnus-art.el (gnus-default-article-saver): Doc fix.
4588 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4589 from gnus-summary-save-article-coding-system, and default to a
4590 certain coding system.
4591 (gnus-output-to-file): Add coding cookie and encode text according
4592 to gnus-article-save-coding-system; don't use mm-append-to-file.
4593
4594 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4595 gnus-art.el and rename to gnus-article-save-coding-system.
4596 (gnus-summary-save-article): Require gnus-art; don't show all
4597 headers if it decodes articles; don't add coding cookie here;
4598 don't bind mm-text-coding-system-for-write.
4599 (gnus-summary-save-article-file): Save decoded articles.
4600 (gnus-summary-write-article-file): When saving many files, use
4601 gnus-summary-write-to-file first and gnus-summary-save-in-file
4602 thereafter unless gnus-prompt-before-saving is always.
4603 (gnus-summary-save-article-body-file): Save decoded articles.
4604
4605 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4606
4607 * nnrss.el (nnrss-check-group): Bind hash-index.
4608
4609 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
4610
4611 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4612 its hash index. Store this hash in `nnrss-group-data'.
4613 (nnrss-read-group-data): Update accordingly.
4614
4615 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4616
4617 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4618 entry.
4619
4620 * gnus-sum.el (gnus-summary-make-menu-bar): Add
4621 gnus-article-browse-html-article.
4622
4623 2006-05-23 Hynek Schlawack <hynek@ularx.de>
4624
4625 * gnus-sum.el (gnus-summary-mime-map): Add
4626 gnus-article-browse-html-article.
4627 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4628
4629 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4630 suitable coding systems in customize.
4631
4632 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4633
4634 * mail-source.el (mail-sources): Fix custom type.
4635
4636 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
4637
4638 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4639 (gnus-summary-expire-articles-now): Shorten prompt.
4640
4641 * gmm-utils.el (wid-edit): Require.
4642 (defun-gmm): Renamed from `gmm-defun-compat'.
4643 (gmm-image-search-load-path): Use it.
4644 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
4645
4646 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
4647
4648 * gnus-sum.el (gnus-summary-save-article-coding-system): New
4649 variable.
4650 (gnus-summary-save-article): Add optional `decode' argument. If
4651 it is set and gnus-summary-save-article-coding-system is non-nil,
4652 save decoded article.
4653 (gnus-summary-write-article-file): Save decoded article if
4654 gnus-summary-save-article-coding-system is non-nil.
4655
4656 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4657 type.
4658
4659 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4660
4661 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4662
4663 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4664
4665 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4666 first to test gnus-single-article-buffer which may be buffer-local.
4667
4668 * gnus-sum.el (gnus-summary-setup-buffer): Make
4669 gnus-single-article-buffer buffer-local and nil in ephemeral
4670 group; make gnus-article-buffer, gnus-article-current, and
4671 gnus-original-article-buffer always buffer-local.
4672 (gnus-summary-exit): Kill article buffer belonging to ephemeral
4673 group.
4674 (gnus-handle-ephemeral-exit): Don't move to next summary line.
4675
4676 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
4677
4678 * nnml.el (nnml-request-compact-group): Compressed files might not
4679 have .gz extension.
4680
4681 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4682
4683 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4684 (mm-copy-to-buffer): Use with-current-buffer.
4685 (mm-display-part): Simplify.
4686 (mm-inlinable-p): Add optional arg `type'.
4687
4688 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4689
4690 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4691 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4692 Try harder to show the attachment internally or externally using
4693 gnus-mime-view-part-as-type.
4694
4695 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
4696
4697 * message.el (message-from-style, message-signature-separator)
4698 (message-user-organization-file, message-send-mail-function)
4699 (message-citation-line-function, message-yank-prefix)
4700 (message-indent-citation-function, message-signature)
4701 (message-signature-file, message-signature-insert-empty-line):
4702 Remove autoloads.
4703
4704 * gnus-art.el (gnus-buttonized-mime-types): Remove
4705 "multipart/signed". Revert 2006-04-26 change.
4706
4707 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4708
4709 * gnus.el (gnus-version-number): Bump version.
4710
4711 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4712
4713 * gnus.el: No Gnus v0.5 is released.
4714
4715 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4716
4717 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4718 fetching articles by message-id.
4719
4720 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4721
4722 * message.el (hashcash): Require hashcash as normal.
4723
4724 * ecomplete.el (ecomplete-highlight-match-line): Use
4725 point-at-eol.
4726 (ecomplete-highlight-match-line): Use `highlight', because that
4727 face exists in both Emacs and XEmacs.
4728
4729 * message.el (message-display-abbrev): Use point-at-bol.
4730
4731 * mail-source.el: Don't require timer/timer-funcs.
4732
4733 * gnus-async.el: Ditto.
4734
4735 * password.el: Ditto.
4736
4737 * mm-url.el: Ditto.
4738
4739 * mm-util.el: Require timer/timer-funcs.
4740
4741 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4742
4743 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4744 Close.
4745
4746 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
4747
4748 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4749 unibyte after clear-decrypt function runs.
4750
4751 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4752 returns as a unibyte string.
4753
4754 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
4755
4756 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4757 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4758 (mml1991-pgg-encrypt): Ditto.
4759
4760 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
4761
4762 * message.el (message-user-organization-file): Check several
4763 locations of the organization file.
4764
4765 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4766 Add gnus-article-view-part-as-type.
4767
4768 * gnus-art.el (gnus-article-view-part-as-type): New function.
4769
4770 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4771 .mobi and .travel. Remove .nato, .bitnet and .uucp.
4772
4773 * mml.el: Simplify autoload.
4774 (mml-mode): defvar dnd-protocol-alist instead of using
4775 symbol-value.
4776 (mml-default-directory): New variable.
4777 (mml-minibuffer-read-file): Use it.
4778 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4779
4780 * message.el (message-citation-line-format): New variable.
4781 (message-insert-formated-citation-line): New function.
4782 (message-citation-line-function): Add
4783 `message-insert-formated-citation-line' to custom type.
4784
4785 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4786 to doc string.
4787
4788 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4789 depending on mm-verify-option.
4790
4791 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
4792
4793 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4794 binding pgg-* variables; reimplement the section which prevents
4795 MIME header from being signed.
4796 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4797 pgg-text-mode; remove a blank line at the top of body.
4798
4799 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4800 lines at the top of body; use gnus-newsgroup-charset if there's no
4801 Charset header.
4802
4803 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
4804
4805 * message.el (message-self-insert-commands): Doc fix.
4806
4807 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4808 (mm-uu-pgp-encrypted-test): Ditto.
4809 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4810 between header and body; return application/pgp-encrypted handle
4811 if decryption failed; decode decrypted body by charset.
4812
4813 * mm-decode.el (mm-automatic-display): Don't make application/pgp
4814 element match to application/pgp-*.
4815
4816 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4817
4818 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4819 HTML.
4820
4821 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4822
4823 * mail-source.el (mail-source-call-script): Message the error
4824 string.
4825
4826 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4827
4828 * gnus-util.el (gnus-byte-compile): Use it.
4829
4830 2006-04-22 xyblor <fake@invalid.email> (tiny change)
4831
4832 * gnus-util.el (kill-empty-logs): New function.
4833
4834 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4835
4836 * message.el (message-mail-alias-type): Doc fix.
4837 (message-mail-alias-type-p): New function.
4838 (message-send): Use it.
4839 (message-mode): Ditto.
4840 (message-strip-forbidden-properties): Ditto.
4841
4842 * ecomplete.el (ecomplete-database-file-coding-system): New
4843 variable.
4844 (ecomplete-save): Use it.
4845 (ecomplete-setup): Use it.
4846
4847 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
4848
4849 * message.el (message-self-insert-commands): New variable.
4850 (message-strip-forbidden-properties): Use it.
4851
4852 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4853
4854 * message.el (message-put-addresses-in-ecomplete): Use a regexp
4855 that doesn't make XEmacs choke.
4856
4857 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
4858
4859 * gnus-util.el (gnus-replace-in-string):
4860 Prefer replace-regexp-in-string over of replace-in-string.
4861
4862 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4863
4864 * gnus-util.el (gnus-select-frame-set-input-focus):
4865 Use select-frame-set-input-focus if it is available in XEmacs; use
4866 definition defined in Emacs 22 for old Emacsen.
4867
4868 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
4869
4870 * mm-view.el (mm-inline-text): Use equal instead of equalp.
4871
4872 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
4873
4874 * gnus-registry.el (gnus-registry-cache-save): Remove text
4875 properties when saving via the temp buffer.
4876
4877 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
4878
4879 * message.el (message-generate-hashcash): Honor custom type.
4880
4881 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4882
4883 * message.el (message-generate-hashcash): Default to non-nil when
4884 hashcash is found.
4885
4886 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
4887 (gnus-refer-thread-limit): Increase default to 500.
4888
4889 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
4890
4891 * flow-fill.el (fill-flowed): Allow delete-space.
4892
4893 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
4894
4895 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4896 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
4897 Remove autoloads.
4898
4899 2006-04-18 Simon Josefsson <jas@extundo.com>
4900
4901 * message.el (message-generate-hashcash): Default to.
4902
4903 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
4904
4905 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4906 concatenating segments rather than before concatenating them.
4907
4908 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
4909
4910 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
4911
4912 * imap.el (imap-quote-specials): New function.
4913 (imap-login-auth): Quote specials.
4914
4915 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4916
4917 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
4918
4919 * message.el (message-forward-make-body-plain): Allow
4920 message-forward-ignored-headers to be a list.
4921 (message-remove-ignored-headers): Factor out into function.
4922 (message-forward-make-body-mml): Use it.
4923 * rfc2231.el (rfc2231-parse-string): Remove dead code.
4924 (rfc2231-parse-string): Allow concatanation of parameters that
4925 aren't contiguous. The test case is
4926 (mail-header-parse-content-type "message/external-body;
4927 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
4928 access-type=LOCAL-FILE;
4929 name*1*=plugh%2fhello-sailor%2fbing.pdf")
4930
4931 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
4932
4933 * nntp.el (nntp-accept-process-output): Return the value of
4934 `nnheader-accept-process-output'.
4935
4936 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4937
4938 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
4939 (gnus-button-alist): Recognize more diff formats.
4940 (gnus-button-patch): Strip directory.
4941
4942 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
4943
4944 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
4945 Emacs 22 when setting focus.
4946
4947 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4948
4949 * gnus-art.el (gnus-article-treat-types): Do treatment of
4950 text/x-verbatim parts.
4951 (gnus-button-patch): New command.
4952
4953 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
4954 addresses that contain invalid characters.
4955
4956 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4957
4958 * message.el (message-put-addresses-in-ecomplete): Use
4959 gnus-replace-in-string.
4960 (message-is-yours-p): Use the more correct
4961 mail-header-parse-address instead of
4962 mail-extract-address-components.
4963 (message-put-addresses-in-ecomplete): Fix typo.
4964
4965 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
4966 keystroke.
4967
4968 * gnus-art.el (gnus-treatment-function-alist): Change order of
4969 newsgroups/generic header folding to avoid double-folding.
4970
4971 * message.el (message-hidden-headers): Add X-Draft-From.
4972
4973 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
4974 command.
4975 (gnus-summary-repeat-search-article-backward): New command.
4976
4977 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
4978 groups in the parent topic.
4979
4980 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
4981
4982 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
4983 (spam-extra-header-to-number): Return the CRM114 number as a
4984 number instead of a string.
4985
4986 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4987
4988 * gnus-art.el (gnus-face-properties-alist): Moved here from
4989 gnus-fun.
4990
4991 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
4992
4993 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4994
4995 * message.el (message-strip-forbidden-properties): Only display on
4996 self-insert-command.
4997
4998 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
4999 reindent.
5000 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
5001
5002 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
5003
5004 * smiley.el (smiley-style): Fix typo.
5005
5006 2006-03-23 Kenichi Handa <handa@m17n.org>
5007
5008 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
5009 instead of set-buffer-multibyte.
5010
5011 2006-03-23 Kenichi Handa <handa@m17n.org>
5012
5013 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5014 buffer and then decode the buffer text if necessary.
5015 (rfc2231-encode-string): Be sure to work on multibyte buffer at
5016 first, and after mm-encode-body, change the buffer to unibyte.
5017
5018 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5019
5020 * hashcash.el (hashcash-insert-payment-async-2): Use
5021 message-goto-eoh instead of doing it manually.
5022 (mail-add-payment): Use message-narrow-to-header instead of trying
5023 to do the same itself.
5024
5025 * message.el (message-hidden-headers): Add Face.
5026
5027 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
5028 reparenting code.
5029 (gnus-summary-reparent-children): Refactored out code.
5030 (gnus-summary-thread-map): New keystroke.
5031 (gnus-summary-reparent-children): Make into command.
5032
5033 * smiley.el (smiley-style): Default to `medium' if using a large
5034 font.
5035
5036 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
5037 does it itself.
5038
5039 * message.el (message-point-in-header-p): Simplify definition.
5040
5041 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5042
5043 * nnagent.el (nnagent-request-set-mark): Silence log file
5044 writing.
5045 (nnagent-request-set-mark): Use write-region instead of
5046 append-to-file.
5047
5048 * gnus-sum.el (gnus-read-header): Fudge article number if using a
5049 strange select method.
5050
5051 * ecomplete.el (ecomplete-display-matches): Get highlightling
5052 right.
5053 (ecomplete-display-matches): Use literals.
5054 (ecomplete-display-matches): Disable message logging.
5055
5056 * message.el (message-display-abbrev): Small optimization.
5057
5058 * ecomplete.el (ecomplete-display-matches): Allow automatic
5059 display.
5060
5061 * message.el (message-strip-forbidden-properties): Display
5062 abbrevs.
5063 (message-display-abbrev): Get automatic display right.
5064
5065 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5066 keystrokes.
5067
5068 2006-04-13 Romain Francoise <romain@orebokech.com>
5069
5070 TODO: Backport to v5-10!
5071
5072 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5073 Moved here (and renamed) from gnus-registry.el.
5074
5075 * gnus-registry.el: Require gnus-util.
5076 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
5077
5078 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5079
5080 * gnus-group.el (gnus-group-catchup-current): Change
5081 if-then-else-if-then-else into cond.
5082 (gnus-group-catchup): Indent.
5083 (group-name-at-point): New function.
5084 (gnus-fetch-group): Provide default from thing at point.
5085
5086 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5087
5088 * message.el (message-display-abbrev): Fix regexp.
5089
5090 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5091 choosing.
5092 (ecomplete-highlight-match-line): Fix up code rewrite, remove
5093 dead variables.
5094
5095 * message.el (message-newline-and-indent): Remove debugging.
5096 (message-display-abbrev): Use new implementation.
5097
5098 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
5099
5100 * gnus-art.el (gnus-article-mode): Set
5101 cursor-in-non-selected-windows to nil.
5102
5103 * smiley.el: Revert previous change.
5104 (smiley-data-directory): defvar it before using it in the
5105 defcustom of `smiley-style'.
5106
5107 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5108
5109 * message.el (message-newline-and-indent): New function.
5110
5111 * ecomplete.el: Implement more bits.
5112
5113 * message.el (message-put-addresses-in-ecomplete): Clean up the
5114 string.
5115
5116 * ecomplete.el (ecomplete-add-item): Chop off decimals.
5117
5118 * gnus-sum.el (gnus-summary-save-parts): Bind
5119 gnus-summary-save-parts-counter and use it to make unique file
5120 names.
5121
5122 * gnus-art.el (gnus-ignored-headers): Add some more headers.
5123
5124 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5125 parameter to say whether to actually parse the individual
5126 addresses.
5127
5128 * message.el (message-put-addresses-in-ecomplete): New function.
5129 (ecomplete): Require.
5130 (message-mail-alias-type): Add ecomplete as an option.
5131
5132 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
5133
5134 * flow-fill.el (fill-flowed): Remove trailing space from blank
5135 quoted lines.
5136
5137 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5138
5139 * smiley.el (smiley-style): Move definition later to avoid a
5140 compilation warning.
5141
5142 2006-04-12 Kenichi Handa <handa@m17n.org>
5143
5144 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5145 buffer and then decode the buffer text if necessary.
5146 (rfc2231-encode-string): Be sure to work on multibyte buffer at
5147 first, and after mm-encode-body, change the buffer to unibyte.
5148 Use mm-disable-multibyte instead of set-buffer-multibyte.
5149
5150 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
5151
5152 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5153 Content-Type header instead of Content-Disposition header.
5154 (gnus-mime-inline-part): Ditto.
5155 (gnus-mime-view-part-as-charset): Ignore charset that the part
5156 specifies.
5157
5158 * mm-decode.el (mm-display-part): Work with external parts and
5159 usual parts similarly.
5160
5161 * mm-extern.el (mm-inline-external-body): Use mm-display-part
5162 instead of gnus-display-mime.
5163
5164 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5165 instead of with-temp-buffer.
5166
5167 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5168 tag to summarized topics part in order to encode non-ASCII text.
5169
5170 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
5171
5172 * smiley.el (smiley-style): New variable.
5173 (smiley-directory): New function.
5174 (smiley-data-directory): Derive from `smiley-style' using
5175 `smiley-directory'.
5176 (smiley-regexp-alist): Add new entries.
5177
5178 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5179 (gnus-article-browse-delete-temp): Add :version.
5180
5181 2006-04-11 Arne Jørgensen <arne@arnested.dk>
5182
5183 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5184 the sieve region.
5185
5186 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5187
5188 * gnus.el (gnus-version-number): Bump version.
5189
5190 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
5191
5192 * gnus.el: No Gnus v0.4 is released.
5193
5194 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5195
5196 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5197 layout.
5198
5199 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5200 unknown charset.
5201
5202 * message.el (message-header-synonyms): Add Original-To to the
5203 default.
5204
5205 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5206 optional parameter.
5207
5208 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
5209
5210 * gnus-fun.el (gnus): Require it for gnus-directory.
5211
5212 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5213
5214 * gnus-fun.el (gnus-face-properties-alist): Add :version.
5215
5216 2006-04-05 Daiki Ueno <ueno@unixuser.org>
5217
5218 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5219
5220 2006-04-05 Simon Josefsson <jas@extundo.com>
5221
5222 * password.el (password-reset): New function.
5223
5224 2006-04-05 Daiki Ueno <ueno@unixuser.org>
5225
5226 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5227 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5228
5229 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5230
5231 * nnweb.el (nnweb-google-create-mapping): Update regexp.
5232 Some whitespace was matched into the url, which broke browsing hits
5233 > 100 when mm-url-use-external was nil.
5234
5235 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
5236
5237 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5238 gnus-extra-headers for 'Newsgroups.
5239
5240 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5241 bound.
5242
5243 2006-04-04 Daiki Ueno <ueno@unixuser.org>
5244
5245 * pgg-gpg.el: Clean up process buffers every time gpg processes
5246 complete.
5247
5248 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
5249
5250 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5251 doc string.
5252
5253 2006-04-03 Daiki Ueno <ueno@unixuser.org>
5254
5255 * pgg-gpg.el (pgg-gpg-process-filter)
5256 (pgg-gpg-wait-for-completion): Check if buffer is alive.
5257
5258 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5259 lines, temporary fix.
5260
5261 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
5262
5263 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5264
5265 2006-03-29 Daiki Ueno <ueno@unixuser.org>
5266
5267 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5268 default-enable-multibyte-characters. This reverts the change from
5269 revision 6.17 which is no longer necessary because the passphrase
5270 is sent separately now. GnuPG messages are unreadable under
5271 multibyte locales with default-enable-multibyte-characters set to
5272 nil.
5273
5274 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
5275
5276 * message.el (message-tool-bar-gnome): Move "spell".
5277
5278 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
5279
5280 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5281 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
5282 instead.
5283
5284 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
5285
5286 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5287 newsgroups handling for NNTP overviews which don't include
5288 Newsgroups.
5289
5290 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5291
5292 * message.el (message-resend): Bind message-generate-hashcash to nil.
5293
5294 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5295
5296 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5297 when searching for already-paid recipients.
5298
5299 2006-03-27 Daiki Ueno <ueno@unixuser.org>
5300
5301 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5302 passphrases when it is not needed.
5303 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5304 passphrase stuff from gpg, should only be necessary when you use
5305 gpg with a smartcard.
5306
5307 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
5308
5309 * mml.el (mml-insert-mime): Ignore cached contents of
5310 message/external-body part.
5311
5312 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5313 (mm-insert-part): Ditto.
5314
5315 2006-03-23 Simon Josefsson <jas@extundo.com>
5316
5317 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5318 Reiner.
5319 (pgg-gpg-use-agent-p): Use it again.
5320
5321 2006-03-23 Simon Josefsson <jas@extundo.com>
5322
5323 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5324 older emacsen.
5325 (pgg-gpg-use-agent-p): Don't use it.
5326
5327 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
5328
5329 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5330 if we can.
5331
5332 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
5333
5334 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5335 (pgg-gpg-update-agent): New function.
5336 (pgg-gpg-use-agent-p): New function.
5337 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5338 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5339 (pgg-gpg-sign-region): Use it.
5340
5341 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
5342
5343 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5344 Reported by Ralf Wachinger <rwachinger@gmx.de>.
5345
5346 2006-03-21 Simon Josefsson <jas@extundo.com>
5347
5348 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5349 <wilde@sha-bang.de>.
5350 (pgg-gpg-use-agent): New variable.
5351 (pgg-gpg-process-region): Use it.
5352 (pgg-gpg-encrypt-region): Likewise.
5353 (pgg-gpg-encrypt-symmetric-region): Likewise.
5354 (pgg-gpg-decrypt-region): Likewise.
5355 (pgg-gpg-sign-region): Likewise.
5356 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5357
5358 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5359
5360 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5361
5362 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5363 Add comment on version.
5364
5365 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
5366
5367 * smiley.el: Add missing test smiley.
5368
5369 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
5370
5371 * mm-decode.el (mm-with-part): New macro.
5372 (mm-get-part): Use it; work with message/external-body as well.
5373 (mm-save-part): Treat name and filename equally.
5374
5375 * mm-extern.el (mm-extern-cache-contents): New function.
5376 (mm-inline-external-body): Use it; force the part to be displayed;
5377 move undisplayer added to the cached handle to the parent.
5378
5379 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5380 (gnus-mime-view-part-as-type): Work with message/external-body.
5381
5382 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5383
5384 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5385
5386 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5387 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
5388 Emacs.]
5389
5390 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
5391
5392 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5393 path rather than symbol. Always return list of directories.
5394 Guarantee that image directory comes first. [Sync with image.el,
5395 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
5396
5397 * message.el (message-make-tool-bar): Adjust to new API of
5398 `gmm-image-load-path-for-library'.
5399
5400 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5401
5402 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5403
5404 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5405
5406 * gnus-art.el (gnus-article-only-boring-p):
5407 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5408 intangible text.
5409 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5410
5411 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
5412
5413 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
5414 `defun' instead of `gmm-defun-compat'.
5415
5416 2006-03-14 Simon Josefsson <jas@extundo.com>
5417
5418 * message.el (message-unique-id): Don't use message-number-base36
5419 if (user-uid) is a float.
5420 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5421
5422 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5423
5424 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5425
5426 * gnus-art.el (gnus-mime-display-single): Make sure there is an
5427 empty line between a part and a message part.
5428
5429 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5430
5431 * smiley.el: Add more test smileys.
5432 (smiley-data-directory, smiley-regexp-alist)
5433 (gnus-smiley-file-types): Fix doc strings.
5434 (smiley-update-cache): Clear smiley-cached-regexp-alist before
5435 adding new elements.
5436 (smiley-mouse-map): Unused code. Make it a comment.
5437
5438 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
5439
5440 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5441 scan latest NoCeM messages instead of old ones.
5442 (gnus-nocem-check-article): Fix regexps so as to match to PGP
5443 delimiters that are recently used.
5444 (gnus-nocem-load-cache): Add autoload cookie.
5445
5446 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5447
5448 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5449 level which is larger than gnus-use-nocem is specified.
5450
5451 * gnus-group.el (gnus-group-get-new-news): Ditto.
5452
5453 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
5454
5455 * gnus-util.el (gnus-tool-bar-update): New function.
5456
5457 * gnus-group.el (gnus-group-update-tool-bar): New variable.
5458 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5459
5460 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5461
5462 * gnus-group.el (gnus-group-redraw-when-idle)
5463 (gnus-group-redraw-check): Remove.
5464 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5465
5466 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
5467
5468 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5469 if optional last element is specified in splits (FIELD VALUE...).
5470
5471 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
5472
5473 * message.el (message-make-tool-bar): Rename gmm-image-load-path
5474 to gmm-image-load-path-for-library. Call with no-error argument.
5475 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5476
5477 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5478
5479 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5480
5481 * gmm-utils.el (gmm-image-load-path): Remove alias.
5482
5483 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
5484
5485 * gmm-utils.el (gmm-image-load-path): Add alias.
5486
5487 * nnml.el (nnml-generate-nov-databases-directory): Rename from
5488 nnml-generate-nov-databases-1.
5489 (nnml-generate-nov-databases): Use it.
5490 (nnml-generate-nov-databases-directory): Document no-active
5491 argument.
5492
5493 * gmm-utils.el (gmm-image-load-path-for-library): Return single
5494 directory if path is t. Add no-error.
5495
5496 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5497 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5498
5499 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5500 resetting gnus-article-browse-html-temp-list.
5501
5502 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5503 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
5504 Add example to docstring. Rename local variables. Move error
5505 checks to default case in cond and simplify.
5506
5507 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
5508
5509 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5510 handle is multipart when calling it recursively.
5511 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5512
5513 2006-03-03 Daniel Pittman <daniel@rimspace.net>
5514
5515 * nnimap.el (nnimap-request-update-info-internal): Optimize.
5516 Don't `gnus-uncompress-range' to avoid excessive memory usage.
5517
5518 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5519
5520 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5521 is loaded.
5522
5523 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5524 loaded.
5525
5526 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
5527
5528 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5529 to "Emacs 23 (unicode)" in doc string.
5530
5531 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5532 "Emacs 23 (unicode)" in comment.
5533
5534 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5535
5536 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5537
5538 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5539 characters 160 through 255 in Emacs 23.
5540
5541 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5542
5543 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5544 gnus-article-browse-html-temp.
5545 (gnus-article-browse-delete-temp): Make it customizable. Add
5546 `file'. Adjust doc string.
5547 (gnus-article-browse-delete-temp-files): Add argument. Allow
5548 query for each file. Adjust doc string.
5549 (gnus-article-browse-html-parts): Add
5550 `gnus-article-browse-delete-temp-files' to
5551 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5552
5553 2006-03-02 Hynek Schlawack <hynek@ularx.de>
5554
5555 * gnus-art.el (gnus-article-browse-html-temp)
5556 (gnus-article-browse-delete-temp): New variables.
5557 (gnus-article-browse-delete-temp-files): New function.
5558 (gnus-article-browse-html-parts): Use it.
5559
5560 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5561
5562 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5563
5564 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5565 string.
5566
5567 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5568 gnus-summary-insert-new-articles when unplugged. Remove
5569 gnus-summary-search-article-forward.
5570
5571 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5572 display-visual-class instead of display-color-cells.
5573
5574 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
5575
5576 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5577 message/* containing non-ASCII text properly.
5578
5579 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
5580
5581 * message.el: Require gmm-utils, remove autoloads.
5582 (message-tool-bar): Set default based on
5583 gmm-tool-bar-style.
5584 (message-tool-bar-gnome): Add gmm-customize-mode.
5585
5586 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5587 gmm-tool-bar-style.
5588 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5589
5590 * gnus-group.el (gnus-group-tool-bar): Set default based on
5591 gmm-tool-bar-style.
5592 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5593
5594 * gmm-utils.el (gmm-image-directory): Rename variable from
5595 gmm-image-load-path.
5596 (gmm-image-load-path): Use gmm-image-directory.
5597 (gmm-customize-mode): New function.
5598 (gmm-tool-bar-style): New variable.
5599
5600 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5601 gnus-group-redraw-line-number.
5602 (gnus-group-redraw-check): Simplify.
5603 (gnus-group-tool-bar-update): Remove redraw check.
5604 (gnus-group-make-tool-bar): Add redraw check.
5605
5606 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
5607
5608 * gnus-art.el (gnus-button): Add missing parentheses.
5609
5610 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
5611
5612 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5613
5614 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5615
5616 * gnus-art.el (gnus-button): New face.
5617 (gnus-article-button-face): Use it.
5618
5619 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5620 gnus-summary-next-page. Re-order.
5621
5622 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5623 next-node are now included.
5624 (gnus-group-redraw-line-number): New internal variable.
5625 (gnus-group-redraw-check): Helper function for updating the tool
5626 bar.
5627 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5628
5629 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5630
5631 * spam.el (spam-spamassassin-score-regexp): New internal variable.
5632 (spam-extra-header-to-number, spam-check-spamassassin-headers):
5633 Use it to match format of Spamassassin 3.0 and later. Reported by
5634 IRIE Tetsuya <irie@t.email.ne.jp>.
5635 (spam-check-bogofilter)
5636 (spam-bogofilter-register-with-bogofilter): Fix args of
5637 `gnus-error' calls.
5638
5639 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5640
5641 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5642 unnecessary interaction when sending queued mails. Reported by
5643 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5644
5645 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5646
5647 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5648 first or last are nil.
5649
5650 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5651
5652 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5653
5654 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5655
5656 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5657
5658 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5659
5660 * dns.el (query-dns): Protect more against buggy tcp output.
5661
5662 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
5663
5664 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5665 nov.php.
5666
5667 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5668
5669 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5670 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5671 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
5672 output on the server side.
5673 (nnweb-google-create-mapping): Update regexps and add some
5674 progress indication.
5675
5676 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
5677
5678 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5679 gnus-agent-toggle-plugged. Re-order icons.
5680 (gnus-group-tool-bar-gnome): Add
5681 gnus-group-{prev,next}-unread-group.
5682 (gnus-group-tool-bar-gnome): Re-order icons.
5683
5684 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5685 gnus-summary-insert-new-articles.
5686
5687 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5688 comments.
5689
5690 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
5691 also available in Emacs 21.3.
5692
5693 * message.el (message-fix-before-sending): Change "Emacs 22" to
5694 "Emacs 23 (unicode)" in comment.
5695
5696 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5697 "Emacs 23 (unicode)" in comment.
5698
5699 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5700 comment.
5701 (mm-coding-system-p): Add comment about no-MULE XEmacs.
5702
5703 * mm-view.el (mm-fill-flowed): Add :version.
5704
5705 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5706
5707 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5708 and load-path.
5709
5710 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
5711
5712 * message.el: Autoload gmm-image-load-path.
5713 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5714 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
5715 consitency.
5716
5717 * gmm-utils.el (gmm-image-load-path): Also search in
5718 "../etc/images". Don't set gmm-image-load-path if we don't find
5719 the image.
5720
5721 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
5722
5723 * gmm-utils.el (gmm-image-load-path): Don't make
5724 `gmm-image-load-path' include subdirectories which the second arg
5725 `image' might specify.
5726
5727 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5728 subdirectory to icon file names.
5729
5730 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5731
5732 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
5733
5734 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5735 gmm-image-load-path calls.
5736
5737 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5738
5739 * message.el (message-make-tool-bar): Ditto.
5740
5741 * mml.el (mml-preview): Added comment concerning tool bar icons.
5742
5743 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5744 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5745
5746 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5747 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5748
5749 * message.el (message-tool-bar-gnome): Use new icon names.
5750 (message-make-tool-bar): Use `gmm-image-load-path'.
5751
5752 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5753 functions from MH-E.
5754 (gmm-image-load-path): New variable from MH-E.
5755 (gmm-image-load-path): New function from MH-E. Added arguments
5756 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
5757 *-image-load-path-called-flag.
5758
5759 2006-02-21 Milan Zamazal <pdm@brailcom.org>
5760
5761 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5762
5763 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
5764
5765 * nnimap.el (nnimap-request-move-article): Change folder back to
5766 source group before deleting.
5767
5768 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
5769
5770 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5771
5772 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5773 mm-url.
5774
5775 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5776
5777 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
5778
5779 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5780 coding system which mm-charset-to-coding-system returns for a
5781 given charset is valid.
5782
5783 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5784
5785 * html2text.el (html2text-remove-tag-list):
5786 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5787
5788 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5789
5790 * gnus-cus.el: Revert 2005-10-17 change.
5791
5792 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
5793
5794 * gnus-art.el (article-strip-banner): Call
5795 article-really-strip-banner only when the regexp match is made.
5796
5797 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
5798
5799 * gnus-art.el (article-strip-banner): Use
5800 gnus-extract-address-components instead of
5801 mail-header-parse-addresses to make it work with non-ASCII text;
5802 remove mail-encode-encoded-word-string.
5803
5804 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5805 values which are surrounded with \"...\"; make it never cause a
5806 Lisp error; give up parsing of parameters if it failed in
5807 extracting type.
5808
5809 2006-02-14 Arne Jørgensen <arne@arnested.dk>
5810
5811 * smime.el (smime-cert-by-ldap-1): Fix bug where
5812 `smime-ldap-search' returns results without userCertificates.
5813
5814 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
5815
5816 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5817
5818 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
5819
5820 * spam.el (spam-check-spamassassin-headers): Adapt format for
5821 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
5822 <ari@mbf.ocn.ne.jp>.
5823 (spam-list-of-processors): Add spam-use-gmane.
5824
5825 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5826
5827 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5828 make-temp-file; make it work with XEmacs as well.
5829
5830 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5831 mm-make-temp-file.
5832
5833 * mm-decode.el (mm-display-external): Use the 3rd arg of
5834 mm-make-temp-file.
5835 (mm-create-image-xemacs): Ditto.
5836
5837 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5838
5839 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5840 with message-narrow-to-headers.
5841 (gnus-draft-setup): Narrow to header to run message-fetch-field.
5842 (gnus-draft-check-draft-articles): New function.
5843 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
5844
5845 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
5846
5847 * gnus-art.el (gnus-article-browse-html-parts):
5848 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5849 Don't use suffix argument for mm-make-temp-file for Emacs 21
5850 compatibility. Remove useless `format'.
5851
5852 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5853
5854 * nnweb.el (nnweb-google-wash-article): Update regexps.
5855 (nnweb-group-alist): Use defvoo instead of defvar.
5856
5857 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
5858
5859 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5860 re-loading nn* modules.
5861
5862 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
5863
5864 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5865 for `tool-bar-mode' and don't check it's default-value.
5866
5867 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5868
5869 * message.el (message-make-tool-bar): Ditto.
5870
5871 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5872 `substring'. Shorten tmp-file name.
5873
5874 * gnus.el: Remove bogus comment.
5875
5876 2006-02-10 Hynek Schlawack <hynek@ularx.de>
5877
5878 * gnus-art.el (gnus-article-browse-html-parts): New function.
5879 (gnus-article-browse-html-article): New function for viewing html
5880 articles with a browser.
5881
5882 2006-02-09 Daiki Ueno <ueno@unixuser.org>
5883
5884 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
5885 (mml2015-pgg-encrypt): Ditto.
5886
5887 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
5888 (mml1991-pgg-encrypt): Ditto.
5889
5890 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5891
5892 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
5893 message-make-date instead of current-time-string.
5894
5895 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
5896 to gnus-decoded which mm-uu might set.
5897
5898 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5899
5900 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
5901 don't decode quoted parameters; remove misimported Emacs code.
5902 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5903 (rfc2231-decode-encoded-string): Don't use split-string which
5904 behaves differently according to Emacs version; use
5905 mm-decode-coding-region to convert charset to coding-system.
5906 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5907 (rfc2231-encode-string): Remove misimported Emacs code.
5908
5909 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
5910
5911 * gnus-art.el (article-decode-charset): Don't use ignore-errors
5912 when calling mail-header-parse-content-type.
5913 (article-de-quoted-unreadable): Ditto.
5914 (article-de-base64-unreadable): Ditto.
5915 (article-wash-html): Ditto.
5916
5917 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
5918 calling mail-header-parse-content-type and
5919 mail-header-parse-content-disposition.
5920 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
5921 mail-header-parse-content-type.
5922
5923 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
5924 insert charset and format parameters; encode description after
5925 inserting it to buffer.
5926 (mml-insert-parameter): Fold lines properly even if a parameter is
5927 segmented into two or more lines; change the max column to 76.
5928
5929 * rfc1843.el (rfc1843-decode-article-body): Don't use
5930 ignore-errors when calling mail-header-parse-content-type.
5931
5932 * rfc2231.el (rfc2231-parse-string): Return at least type if
5933 possible; don't cause an error even if it fails in parsing of
5934 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5935 (rfc2231-encode-string): Don't break lines at the beginning, leave
5936 it to mml-insert-parameter.
5937
5938 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
5939 calling mail-header-parse-content-type.
5940
5941 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
5942
5943 * spam-report.el (spam-report-gmane-use-article-number):
5944 Improve doc string.
5945 (spam-report-gmane-internal): Check if a suitable header was found
5946 in the article.
5947
5948 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
5949
5950 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
5951 (rfc2231-encode-string): Make param*=value always begin with LWSP.
5952
5953 2006-02-05 Romain Francoise <romain@orebokech.com>
5954
5955 Update copyright notices of all files in the gnus directory.
5956
5957 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5958
5959 * nnweb.el (nnweb-request-group): Avoid growing overview files.
5960
5961 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
5962
5963 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
5964 segmented lines of parameter value to cope with Thunderbird 1.5
5965 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
5966 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5967 (rfc2231-encode-string): Don't make lines exceeding 76 column.
5968
5969 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
5970
5971 * mml.el (mml-generate-mime-1): Correct the order of inline signed
5972 parts.
5973
5974 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5975
5976 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
5977 there's only one active file for all servers.
5978 (nnweb-request-scan): Make sure nnweb-articles is initialized on
5979 solid groups. Gnus might have used a FAST request to select the group.
5980 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
5981 and nnweb-search redundantly in the active file.
5982 (nnweb-request-list): Don't list bogus groups. There can only be one.
5983 (nnweb-request-create-group): Don't use ARGS.
5984 (nnweb-possibly-change-server, nnweb-request-group): Remove some
5985 initialisations. Let nnoo do the work.
5986
5987 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
5988
5989 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
5990 Say the part has been decoded.
5991
5992 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
5993
5994 2006-01-31 Kevin Ryde <user42@zip.com.au>
5995
5996 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
5997 mailcap-viewer-test-cache when there's no 'test clause, since that
5998 will invert the meaning of a "nil" test previously determined by
5999 mailcap-mailcap-entry-passes-test.
6000
6001 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
6002
6003 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
6004 compiling.
6005
6006 * gnus-sum.el: Ditto.
6007
6008 * message.el: Don't bind tool-bar-map when compiling.
6009
6010 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
6011
6012 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
6013
6014 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
6015
6016 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
6017 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
6018 current Google Groups.
6019
6020 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
6021
6022 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
6023 and tool-bar-mode.
6024
6025 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
6026 and tool-bar-mode.
6027
6028 * message.el (message-tool-bar-update): Simplify.
6029 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
6030
6031 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
6032 gnus-summary-buffer.
6033 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
6034 gnus-summary-reply.
6035
6036 * gmm-utils.el (gmm): Add :version.
6037
6038 2006-01-26 Steve Youngs <steve@sxemacs.org>
6039
6040 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
6041 autoload.
6042
6043 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
6044
6045 * gmm-utils.el (gmm-verbose): Add :group.
6046
6047 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
6048
6049 * message.el: Change some comments WRT tool-bars.
6050
6051 * gnus-sum.el (gnus-summary-tool-bar)
6052 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6053 (gnus-summary-tool-bar-zap-list): New variables.
6054 (gnus-summary-make-tool-bar): Complete rewrite using
6055 `gmm-tool-bar-from-list'.
6056
6057 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6058 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6059 variables.
6060 (gnus-group-make-tool-bar): Complete rewrite using
6061 `gmm-tool-bar-from-list'.
6062 (gnus-group-tool-bar-update): New function.
6063
6064 * message.el (message-mode-field-menu): Add "Show hidden Headers".
6065
6066 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
6067
6068 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6069 is dissected into a single part of which the type is the same as
6070 the given one; decode charset.
6071
6072 2006-01-21 Kevin Ryde <user42@zip.com.au>
6073
6074 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6075 into alists as symbol not string, since that's what
6076 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6077 look for.
6078
6079 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
6080
6081 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6082 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6083
6084 * message.el (message-tool-bar-gnome): Use gmm-ignore.
6085
6086 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
6087
6088 * gnus-art.el (gnus-mime-security-button-commands): New variable.
6089 (gnus-mime-security-button-menu): New definition.
6090 (gnus-mime-security-button-map): Use them.
6091 (gnus-mime-security-button-menu): New function.
6092 (gnus-insert-mime-security-button): Addition to help echo.
6093 (gnus-mime-security-run-function, gnus-mime-security-save-part)
6094 (gnus-mime-security-pipe-part): New functions.
6095
6096 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6097 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6098
6099 * mm-decode.el (mm-handle-set-disposition): Remove.
6100 (mm-handle-set-description): Remove.
6101
6102 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
6103
6104 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6105 (mm-w3m-standalone-supports-m17n-p): New function.
6106 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6107 w3m usage.
6108
6109 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6110 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6111
6112 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
6113
6114 * message.el (message-tool-bar-zap-list): Use
6115 gmm-tool-bar-zap-list as custom type.
6116 (message-tool-bar-update): New function.
6117 (message-tool-bar, message-tool-bar-gnome)
6118 (message-tool-bar-retro): Add message-tool-bar-update.
6119 (message-tool-bar-gnome): Add flyspell-buffer.
6120
6121 * gnus-util.el (gnus-error): Describe `args'.
6122
6123 * gmm-utils.el (gmm-error): Describe `args'.
6124 (gmm-tool-bar-zap-list): New widget.
6125 (gmm-tool-bar-from-list): Improve description of `zap-list'.
6126
6127 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
6128
6129 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6130 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6131 the number of recursive calls.
6132
6133 * mm-decode.el (mm-handle-set-disposition): New macro.
6134 (mm-handle-set-description): New macro.
6135
6136 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
6137
6138 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6139 encoding.
6140
6141 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
6142
6143 * message.el (message-tool-bar-zap-list, message-tool-bar)
6144 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6145 (message-tool-bar-local-item-from-menu): Remove.
6146 (message-tool-bar-map): Replace by `message-make-tool-bar'.
6147 (message-make-tool-bar): New function.
6148 (message-mode): Use `message-make-tool-bar'.
6149
6150 * gmm-utils.el: New file.
6151 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6152 (gmm-lazy): New widget copied from `nnmail.el'.
6153 (gmm-tool-bar-from-list): New function for creating customizable
6154 tool bars.
6155 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
6156 output.
6157 (gmm): Add :prefix to defgroup.
6158
6159 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
6160
6161 * gmm-utils.el (gmm-widget-p): New function.
6162
6163 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
6164
6165 * mml.el (mml-attach-file): Describe `description' in doc string.
6166 (mml-menu): Add Emacs MIME manual and PGG manual.
6167
6168 2006-01-20 Richard M. Stallman <rms@gnu.org>
6169
6170 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6171
6172 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
6173
6174 * nntp.el (nntp-end-of-line): Doc fix.
6175
6176 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
6177
6178 * imap.el (imap-open): Handle case where buffer is a buffer
6179 object.
6180
6181 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6182
6183 * gnus-delay.el (gnus-delay): Don't autoload.
6184 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6185 to be re-loaded when customizing the `gnus-delay' group.
6186
6187 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
6188
6189 * message.el (message-insert-citation-line): Use newlines.
6190
6191 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
6192
6193 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6194
6195 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6196
6197 2006-01-19 Mark D. Baushke <mdb@gnu.org>
6198
6199 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6200
6201 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
6202
6203 * mm-decode.el (mm-inlined-types): Add application/pgp.
6204 (mm-automatic-display): Ditto.
6205
6206 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6207 part as text.
6208
6209 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
6210
6211 * nnrss.el: Update copyright.
6212 (nnrss-opml-import): Query whether to subscribe to each entry.
6213
6214 * gnus-art.el:
6215 * gnus-sum.el:
6216 * mm-uu.el:
6217 * mm-view.el: Update copyright.
6218
6219 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
6220
6221 * message.el (message-info): New function.
6222 (message-mode-menu): Add it.
6223 Update copyright.
6224
6225 * ChangeLog: Fix and update copyright.
6226
6227 2006-01-13 Romain Francoise <romain@orebokech.com>
6228
6229 * message.el (message-forward-subject-name-subject): Prefer the
6230 address to 'nowhere' if the sender has no name.
6231 Fix typo. Update copyright year.
6232
6233 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
6234
6235 * gnus-art.el (article-wash-html): Use
6236 gnus-summary-show-article-charset-alist if a numeric arg is given.
6237 (gnus-article-wash-html-with-w3m-standalone): New function.
6238
6239 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6240 mm-inline-text-html-render-with-w3m-standalone.
6241 (mm-text-html-washer-alist): Map w3m-standalone to
6242 gnus-article-wash-html-with-w3m-standalone.
6243 (mm-inline-text-html-render-with-w3m-standalone): New function.
6244
6245 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6246
6247 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6248 Improve LaTeX.
6249
6250 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
6251
6252 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6253 (nnrss-request-article): Render text/plain parts as HTML.
6254
6255 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6256 the buffer.
6257
6258 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
6259
6260 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6261 custom definition of `gnus-posting-styles'.
6262
6263 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6264 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6265
6266 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
6267
6268 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6269 Use nntp for bug archive.
6270
6271 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
6272
6273 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6274 parts.
6275 (nnrss-normalize-date): New function converts ISO 8601 date into
6276 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6277 (nnrss-check-group): Use it.
6278
6279 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
6280
6281 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6282
6283 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6284 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6285 (nnrss-insert-w3): Ditto.
6286
6287 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6288
6289 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6290 the articles to be forwarded including the case where neither a
6291 number of articles nor a region is specified.
6292
6293 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
6294
6295 * nnrss.el (nnrss-request-article): Fix last change; fill
6296 text/plain parts.
6297
6298 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
6299
6300 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6301 in text/plain part.
6302 (nnrss-check-group): Don't add excessive newline to dc:subject.
6303
6304 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
6305
6306 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6307 article.
6308
6309 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
6310
6311 * nnml.el: Don't require gnus-bcklg. Autoload it.
6312 (nnml-use-compressed-files, nnml-save-mail): Support other
6313 comression programs such as bzip2.
6314
6315 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6316
6317 * dns.el (query-dns): Make sure we check the buffer size before
6318 removing tcp headers.
6319
6320 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
6321
6322 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6323 remove MIME buttons associated with multipart/alternative parts.
6324 (gnus-mime-display-alternative): Tag buttons using `article-type'
6325 text property.
6326
6327 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6328 associated with multipart/alternative parts.
6329
6330 * gnus-art.el (gnus-signature-separator): Fix custom type.
6331
6332 * mm-decode.el (mm-inlined-types): Fix custom type.
6333 (mm-keep-viewer-alive-types): Ditto.
6334 (mm-automatic-display): Ditto.
6335 (mm-attachment-override-types): Ditto.
6336 (mm-inline-override-types): Ditto.
6337 (mm-automatic-external-display): Ditto.
6338
6339 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
6340
6341 * spam-report.el (spam-report-user-mail-address)
6342 (spam-report-user-agent): New variables.
6343 (spam-report-url-ping-plain): Use spam-report-user-agent.
6344
6345 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
6346
6347 * gnus-art.el (gnus-button-handle-custom): Do not just use
6348 `customize-apropos' for any "M-x customize-*" button but the
6349 function called for. Accept both the function name and its
6350 argument in order to achieve this.
6351 (gnus-button-alist): Remove support for "custom:" URL's. Pass
6352 function name to `gnus-button-handle-custom' in case of "M-x
6353 customize-*" buttons.
6354
6355 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
6356
6357 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6358 multipart/alternative and add xref to mm-discouraged-alternatives
6359 in doc string.
6360
6361 * mm-decode.el (mm-discouraged-alternatives): Add xref to
6362 gnus-buttonized-mime-types in doc string.
6363
6364 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
6365
6366 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6367 Suggest image/.* in the doc string.
6368
6369 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6370
6371 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6372 message-marks (Debian bug #342521).
6373
6374 2005-12-12 Simon Josefsson <jas@extundo.com>
6375
6376 * password.el (password-read-from-cache): Add.
6377 (password-read): Use it.
6378
6379 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
6380
6381 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6382 us-ascii as a MIME charset.
6383
6384 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6385 against the case where the 2nd arg TYPE is nil.
6386
6387 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6388
6389 * pop3.el (pop3-stream-type): Fix custom version.
6390
6391 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6392
6393 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6394
6395 * mm-decode.el (mm-display-external): Add missing cdr.
6396
6397 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6398
6399 * mm-decode.el (mm-display-external): Use nametemplate (defined in
6400 RFC1524) if it is in mailcap or add a suffix according to
6401 mailcap-mime-extensions when generating a temp filename; postpone
6402 deleting a temp file for 2 seconds for some wrappers, shell
6403 scripts, and so on, which might exit right after having started a
6404 viewer command as a background job.
6405
6406 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6407
6408 * nntp.el (nntp-marks-directory): Fix custom group.
6409
6410 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6411 steps when < 10.
6412
6413 * gnus-start.el (gnus-no-server-1): Mention
6414 `gnus-level-default-subscribed' in doc string.
6415
6416 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6417
6418 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6419 parens.
6420
6421 2005-11-26 Dave Love <fx@gnu.org>
6422
6423 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6424 (tls-program, tls-success): Provide openssl alternative.
6425
6426 * starttls.el: Doc fixes.
6427 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6428 SERVICE to PORT.
6429
6430 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
6431 port null or service name.
6432 (starttls-negotiate): Autoload.
6433
6434 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6435
6436 * message.el (message-kill-to-signature): Fix interactive spec.
6437
6438 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6439
6440 * pop3.el (pop3-open-server): Recognize a string as a service name.
6441
6442 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
6443
6444 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6445
6446 2005-11-23 Dave Love <fx@gnu.org>
6447
6448 Add pop3s, pop3/starttls.
6449
6450 * pop3.el (pop3-authentication-scheme): Clarify doc.
6451 (open-tls-stream, starttls-open-stream): Autoload.
6452 (pop3-stream-type): New.
6453 (pop3-open-server): Use it.
6454
6455 * mail-source.el (mail-sources): Fix some :types. Add stream type
6456 for POP.
6457 (mail-source-keyword-map): Add :stream for POP.
6458 (mail-source-fetch-pop): Use pop3-stream-type.
6459
6460 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
6461
6462 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6463 of current-time-string.
6464
6465 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
6466
6467 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6468 date header.
6469
6470 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6471
6472 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6473 it can seriously impact performance as it bypasses the agent's
6474 local caches.
6475
6476 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6477
6478 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6479 must be explicitly online rather than "not explicitly offline" for
6480 its flags to be synchronized.
6481
6482 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6483 that gnus-uu-unmark-thread will function correctly.
6484
6485 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6486 1024K is instead displayed as 1M.
6487
6488 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6489
6490 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6491
6492 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
6493
6494 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6495
6496 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
6497
6498 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6499 error message to display actual error condition.
6500 (gnus-agent-save-local): Avoid saving symbols that are bound to
6501 nil as they simply result in a warning message in
6502 gnus-agent-read-local.
6503
6504 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6505
6506 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6507 rather than make-variable-buffer-local for file-precious-flag.
6508
6509 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6510
6511 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6512 for duplicates which are removed. The invalid sort check then
6513 triggers a rescan after the sort as sorting may have moved
6514 duplicate entries such that they can be cheaply detected.
6515
6516 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6517
6518 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6519
6520 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6521
6522 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6523 internal variable to a custom variable. Changed default value
6524 from compressed(2) to uncompressed(1).
6525 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6526 support for uncompressed agentview files. Taken together, reading
6527 the agentview file should now be 6-7 times faster.
6528
6529 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
6530
6531 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6532 as a buffer-local variable. This avoids creating truncated
6533 dribble files as a result of a hang up, eg.
6534
6535 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6536
6537 * gnus-start.el (gnus-start-draft-setup): Enforce
6538 `gnus-draft-mode' for nndraft:drafts at startup.
6539
6540 * gnus.el (gnus-splash): Change custom group.
6541 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6542 allow-list argument.
6543
6544 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6545 string.
6546
6547 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6548
6549 * gnus-art.el (gnus-default-article-saver): Add user-defined
6550 `function' to custom type.
6551
6552 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6553
6554 * imap.el (imap-open): Handle case where buffer is a buffer
6555 object.
6556
6557 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6558
6559 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6560 long lines.
6561 (gnus-cache-delete-group): Wrap doc strings.
6562
6563 * gnus-agent.el (gnus-agent-rename-group)
6564 (gnus-agent-delete-group): Wrap doc strings.
6565
6566 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6567
6568 * gnus-start.el (gnus-1): Add "native" to
6569 gnus-predefined-server-alist.
6570
6571 * gnus.el (gnus-method-to-server): Don't add "native" to the
6572 lists here, because that leads to problems when
6573 gnus-select-method is bound.
6574
6575 2005-11-09 Simon Josefsson <jas@extundo.com>
6576
6577 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6578 use (not sort-by-date) instead.
6579
6580 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6581
6582 * gnus-delay.el (gnus-delay-group): Don't autoload.
6583 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6584 to be re-loaded when customizing the `gnus-delay' group.
6585
6586 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
6587
6588 * message.el: Revert last changes.
6589 (message-insert-citation-line): Use newlines.
6590
6591 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6592
6593 * message.el (message-courtesy-message)
6594 (message-mark-insert-begin, message-mark-insert-end)
6595 (message-elide-ellipsis, message-cancel-message)
6596 (message-add-header, message-change-subject)
6597 (message-cross-post-followup-to-header)
6598 (message-cross-post-insert-note, message-reduce-to-to-cc)
6599 (message-widen-reply, message-delete-not-region)
6600 (message-kill-to-signature, message-insert-signature)
6601 (message-insert-importance-high, message-insert-importance-low)
6602 (message-insert-or-toggle-importance)
6603 (message-insert-disposition-notification-to)
6604 (message-indent-citation, message-yank-original)
6605 (message-cite-original-without-signature, message-cite-original)
6606 (message-insert-citation-line, message-position-on-field)
6607 (message-fix-before-sending, message-send-mail-partially)
6608 (message-send-mail, message-send-mail-with-sendmail)
6609 (message-send-mail-with-qmail, message-send-news)
6610 (message-check-news-header-syntax, message-generate-headers)
6611 (message-insert-courtesy-copy, message-fill-address)
6612 (message-fill-header, message-shorten-references)
6613 (message-setup-1, message-cancel-news)
6614 (message-forward-make-body-plain, message-forward-make-body-mime)
6615 (message-forward-make-body-mml, message-encode-message-body)
6616 (message-forward-make-body-digest-plain)
6617 (message-forward-make-body-digest-mime)
6618 (message-use-alternative-email-as-from): Insert `hard-newline'
6619 instead of ordinary newlines.
6620
6621 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
6622
6623 * message.el (message-generate-headers): Downcase the argument
6624 given to message-check-element.
6625
6626 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
6627
6628 * nntp.el (nntp-authinfo-rejected): New error condition.
6629 (nntp-wait-for): Use new error condition to signal authentication
6630 error.
6631 (nntp-retrieve-data): Rethrow new error condition to break out of
6632 recursive call to nntp-send-authinfo.
6633
6634 2005-11-08 Romain Francoise <romain@orebokech.com>
6635
6636 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6637 (gnus-summary-exit-map): Bind to `Z p'.
6638 (gnus-summary-make-menu-bar): Add menu item.
6639
6640 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
6641
6642 * gnus-art.el (gnus-article-treat-custom): Add `first'.
6643 (gnus-treat-*): Add `first' in all doc strings.
6644
6645 * gnus-group.el (gnus-group-compact-group): Fix typo.
6646
6647 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6648
6649 * gnus.el (gnus-parameters-case-fold-search): New variable.
6650 (gnus-parameters-get-parameter): Use it.
6651
6652 * gnus-score.el (gnus-home-score-file): Doc fix.
6653
6654 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
6655
6656 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6657
6658 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
6659
6660 * mm-util.el (mm-special-display-p): New function.
6661
6662 * mml.el (mml-preview): Use it; doc fix.
6663
6664 2005-10-29 Romain Francoise <romain@orebokech.com>
6665
6666 * message.el (message-fix-before-sending): Fix comment.
6667
6668 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6669
6670 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6671
6672 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6673
6674 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6675 Used in gnus-score.el.
6676
6677 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6678
6679 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6680
6681 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6682
6683 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6684 whitespace removed in revision 7.8. Use concatenated string to
6685 protect trailing whitespace.
6686
6687 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
6688
6689 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6690 (nnimap-request-expire-articles): Use it to avoid sending 'UID
6691 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6692 Courier IMAP ("some version from 2004"). Mostly based on similar
6693 code in the same function.
6694
6695 2005-10-26 Didier Verna <didier@xemacs.org>
6696
6697 * gnus-group.el (gnus-group-compact-group): Invalidate original
6698 article buffer.
6699 * gnus-srvr.el (gnus-server-compact-server): Ditto.
6700 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6701 NOV database and in article itself.
6702 Invalidate article backlog.
6703
6704 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
6705
6706 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6707
6708 2005-10-26 Simon Josefsson <jas@extundo.com>
6709
6710 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6711 part of 2004-07-25 change.
6712
6713 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
6714
6715 * message.el (message-display-completion-list): New function.
6716 (message-expand-group): Use it; make sure the Completions buffer
6717 is modifiable.
6718
6719 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6720
6721 * imap.el (imap-open): Handle case where buffer is a buffer object.
6722
6723 2005-10-24 Eli Zaretskii <eliz@gnu.org>
6724
6725 * pgg-def.el:
6726 * pgg-gpg.el:
6727 * pgg-parse.el:
6728 * pgg-pgp.el:
6729 * pgg-pgp5.el:
6730 * pgg.el: Move to the parent lisp directory.
6731
6732 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
6733
6734 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6735 user-mail-name is an empty string.
6736
6737 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
6738
6739 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6740 depending on gnus-score-decay-constant.
6741
6742 * encrypt.el (encrypt-insert-file-contents)
6743 (encrypt-write-file-contents): Don't use `gnus-message'.
6744
6745 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6746 arguments.
6747 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
6748 arguments to mm-uu-verbatim-marks-extract.
6749 (mm-uu-hide-markers): New variable.
6750 (mm-uu-extract): Use face similar to `gnus-cite-3'.
6751
6752 * gnus-fun.el (gnus-convert-image-to-x-face-command)
6753 (gnus-convert-image-to-face-command): Use "convert" by default to
6754 allow other input image formats.
6755 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6756 accordingly.
6757
6758 2005-10-23 Simon Josefsson <jas@extundo.com>
6759
6760 * imap.el (imap-gssapi-program): Align command line parameters
6761 with latest GNU SASL.
6762 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6763
6764 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6765
6766 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6767 HTML.
6768 (nnslashdot-request-article): Ditto.
6769
6770 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
6771
6772 * mail-source.el (mail-source-fetch-pop): Require pop3.
6773 (mail-source-check-pop): Ditto.
6774
6775 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6776
6777 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6778 errors.
6779
6780 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
6781
6782 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6783 (gnus-treat-strip-leading-blank-lines): Improve doc string.
6784
6785 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6786
6787 * mm-bodies.el (mm-decode-string): Call
6788 `mm-charset-to-coding-system' with allow-override argument.
6789
6790 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6791
6792 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6793 (rfc2047-charset-to-coding-system): New function.
6794 (rfc2047-decode-encoded-words): New function.
6795 (rfc2047-decode-region): Use them.
6796 (rfc2047-decode-cte): Remove.
6797 (rfc2047-parse-and-decode): Remove.
6798 (rfc2047-decode): Remove.
6799
6800 2005-10-15 Kenichi Handa <handa@m17n.org>
6801
6802 * rfc2047.el (rfc2047-decode-cte): New function.
6803 (rfc2047-decode-region): Change the way to decode successive
6804 encoded-words: decode B- or Q-encoding in each encoded-word,
6805 concatenate them, and decode it as charset.
6806
6807 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
6808
6809 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
6810 widget-move-and-invoke.
6811 (gnus-custom-mode): Use gnus-custom-map.
6812
6813 2005-10-15 Bill Wohler <wohler@newt.com>
6814
6815 * message.el (message-tool-bar-map): Renamed image file from
6816 mail_send to mail/send.
6817
6818 2005-10-16 Masatake YAMATO <jet@gyve.org>
6819
6820 * message.el (message-expand-group): Pass the common
6821 prefix substring of completion to `display-completion-list'.
6822
6823 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
6824
6825 * mml-sec.el (mml-secure-method): New internal variable.
6826 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
6827 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6828 functions using mml-secure-method.
6829
6830 * mml.el (mml-mode-map): Add key bindings for those functions.
6831 (mml-menu): Simplify security menu entries. Suggested by Jesper
6832 Harder <harder@myrealbox.com>.
6833 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
6834 end of message if point is the headers of the message.
6835
6836 * message.el (message-in-body-p): New function.
6837
6838 * assistant.el: Autoload gnus-util and netrc.
6839
6840 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
6841 Use `mm-charset-override-alist' only when decoding.
6842
6843 * mm-bodies.el (mm-decode-body): Call
6844 `mm-charset-to-coding-system' with allow-override argument.
6845
6846 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
6847 `filename' from Content-Disposition if Content-Type doesn't
6848 provide `name'.
6849 (gnus-mime-view-part-as-type): Set default instead of
6850 initial-input.
6851
6852 2005-10-09 Daniel Brockman <daniel@brockman.se>
6853
6854 * format-spec.el (format-spec): Propagate text properties of % spec.
6855
6856 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
6857
6858 * gnus-art.el (gnus-treat-predicate): Add `first'.
6859
6860 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
6861
6862 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
6863 (mm-charset-override-alist): New variable.
6864 (mm-charset-to-coding-system): Use it.
6865 (mm-codepage-setup): New helper function.
6866 (mm-charset-eval-alist): New variable.
6867 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
6868 about unknown charsets.
6869
6870 2005-10-04 David Hansen <david.hansen@gmx.net>
6871
6872 * nnrss.el (nnrss-request-article): Add support for the comments tag.
6873 (nnrss-check-group): Ditto.
6874
6875 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
6876
6877 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
6878 Rename x-gnus-verbatim to x-verbatim.
6879 (mm-uu-type-alist): Fix regexp for verbatim-marks.
6880
6881 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
6882 x-verbatim.
6883
6884 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
6885
6886 * gnus-util.el (gnus-remove-duplicates): Remove.
6887
6888 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
6889 instead of gnus-remove-duplicates.
6890
6891 * message.el (message-remove-duplicates): Remove.
6892 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
6893 message-remove-duplicates.
6894
6895 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
6896 available, else use implementation from `delete-dups'.
6897
6898 * message.el (message-insert-expires): New function.
6899 (message-mode-map): Add key binding.
6900 (message-mode-field-menu): Add menu entry.
6901 (message-mode): Document it.
6902 (message-make-expires-date): Use `message-make-date'.
6903
6904 2005-10-04 Josh Huber <huber@alum.wpi.edu>
6905
6906 * message.el (message-make-expires-date): New function.
6907
6908 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
6909
6910 * time-date.el: Autoload parse-time-string, XEmacs needs it.
6911
6912 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6913
6914 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
6915 function rather than the diff-mode.el package.
6916 (mm-display-external): Use with-current-buffer.
6917 (mm-viewer-completion-map, mm-viewer-completion-map):
6918 Move initialization inside declaration.
6919
6920 2005-09-29 Simon Josefsson <jas@extundo.com>
6921
6922 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
6923 autoload mail-check-payment.
6924 (spam-check-hashcash): Define unconditionally, since hashcash.el
6925 is part of Gnus now. Ignore errors from payment checking.
6926
6927 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
6928
6929 * message.el (message-bold-region, message-unbold-region): Rename
6930 from `bold-region' and `unbold-region'.
6931
6932 * message.el: Remove useless autoloads.
6933
6934 2005-09-28 Simon Josefsson <jas@extundo.com>
6935
6936 * message.el (message-use-idna): Default to t.
6937 (message-use-idna): Test whether encoding works too. Doc fix.
6938
6939 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6940
6941 * nntp.el (nntp-warn-about-losing-connection): Remove.
6942
6943 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
6944
6945 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
6946 customizable. Change default value.
6947 (mm-uu-diff-groups-regexp): Change default value.
6948 (mm-uu-type-alist): Add doc string.
6949 (mm-uu-configure): Add doc string. Make it interactive.
6950 (mm-uu-tex-groups-regexp): New variable.
6951 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
6952 (mm-uu-type-alist): Add LaTeX documents.
6953 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
6954 of "text/verbatim".
6955 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
6956
6957 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
6958 instead of "text/verbatim".
6959
6960 * message.el (message-mark-inserted-region)
6961 (message-mark-insert-file): Use slrn style marks when called with
6962 prefix argument.
6963
6964 2005-09-27 Simon Josefsson <jas@extundo.com>
6965
6966 * message.el (message-idna-to-ascii-rhs-1): Reformat.
6967
6968 2005-09-27 Arne Jørgensen <arne@arnested.dk>
6969
6970 * message.el (message-remove-duplicates): New function.
6971 Implementation borrowed from `gnus-remove-duplicates'.
6972 (message-idna-to-ascii-rhs): Also encode idna addresses in
6973 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6974 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
6975 only ask about the same idna domain once per header and also tell
6976 in what header to replace the idna domain.
6977
6978 * gnus-art.el (article-decode-idna-rhs): Also decode idna
6979 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6980 (article-decode-idna-rhs): Fix regexp so that all idna-address in
6981 a header is decoded and not just the last one.
6982
6983 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
6984
6985 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
6986 has been decoded.
6987
6988 * mm-decode.el (mm-automatic-display): Add text/verbatim.
6989 (mm-insert-part): Don't modify text if it has been decoded.
6990
6991 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
6992 decoded.
6993
6994 * mm-view.el (mm-inline-text): Don't strip text props unless
6995 decoding enriched or richtext parts.
6996
6997 2005-09-25 Romain Francoise <romain@orebokech.com>
6998
6999 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7000 * gnus-start.el (gnus-subscribe-interactively):
7001 * gnus-uu.el (gnus-uu-grab-articles):
7002 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7003 space.
7004
7005 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
7006
7007 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7008 * mm-view.el (mm-view-pkcs7-decrypt):
7009 * gnus-sum.el (gnus-summary-limit-to-extra)
7010 (gnus-summary-respool-article, gnus-read-move-group-name):
7011 * gnus-score.el (gnus-summary-increase-score):
7012 * gnus-util.el (gnus-completing-read-with-default):
7013 * gnus-art.el (gnus-read-save-file-name)
7014 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7015 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7016 * message.el (message-check-news-header-syntax):
7017 Follow convention for reading with the minibuffer.
7018
7019 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
7020
7021 * spam-report.el (spam-report-url-ping-plain):
7022 Use gnus-extended-version as User-Agent.
7023
7024 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7025 default value is nil.
7026
7027 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7028 (mm-uu-verbatim-marks-extract): New function.
7029 (mm-uu-extract): New face.
7030 (mm-uu-copy-to-buffer): Use it.
7031
7032 * spam-report.el (spam-report-gmane-ham): Renamed from
7033 `spam-report-gmane-unspam'.
7034 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7035 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
7036
7037 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7038 Autoload.
7039 (spam-report-gmane-unregister-routine): Renamed
7040 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7041
7042 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
7043
7044 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7045 (spam-report-gmane-unregister-routine): Add support for gmane
7046 unregistration.
7047
7048 * spam-report.el (spam-report-gmane-unspam)
7049 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7050 (spam-report-gmane): Change to take a single article and do unspam
7051 registration.
7052
7053 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
7054
7055 * mm-url.el (mm-url-decode-entities): Fix regexp.
7056
7057 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7058
7059 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7060 default to nil, to be able to use Gnus at all. If the default
7061 switches to something else, then the function should be fixed not
7062 be exceedingly slow.
7063
7064 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
7065
7066 * gnus-start.el (gnus-activate-group): If the server is nil, don't
7067 fail hard.
7068
7069 * spam-report.el: Add better Keywords line.
7070
7071 * spam.el: Add Maintainer and better Keywords line.
7072
7073 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
7074
7075 * gnus-art.el (gnus-article-replace-part)
7076 (gnus-mime-replace-part): New functions.
7077 (gnus-mime-action-alist, gnus-mime-button-commands)
7078 (gnus-mime-save-part-and-strip): Added file argument.
7079 (gnus-article-part-wrapper): Added interactive argument.
7080
7081 * gnus-sum.el (gnus-summary-mime-map): Add
7082 `gnus-article-replace-part'.
7083
7084 2005-09-19 Didier Verna <didier@xemacs.org>
7085
7086 The nnml compaction feature:
7087 * nnml.el (nnml-request-compact-group): New function.
7088 * nnml.el (nnml-request-compact): New function.
7089 * gnus-int.el (gnus-request-compact-group): New function.
7090 * gnus-int.el (gnus-request-compact): New function.
7091 * gnus-group.el (gnus-group-compact-group): New function.
7092 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7093 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7094 * gnus-srvr.el (gnus-server-compact-server): New function.
7095 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7096 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7097
7098 2005-09-18 Deepak Goel <deego@gnufans.org>
7099
7100 * sieve.el (sieve-help): Fix `message' call: first arg should be a
7101 format spec.
7102
7103 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7104
7105 * gnus.el (gnus-group-startup-message): Bind image-load-path.
7106
7107 2005-09-15 Romain Francoise <romain@orebokech.com>
7108
7109 * message.el (message-fill-paragraph): Clarify docstring.
7110
7111 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7112
7113 * gnus-art.el (gnus-mime-display-part): Protect against broken
7114 MIME messages.
7115
7116 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
7117
7118 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7119 before parsing header.
7120
7121 2005-09-11 Jari Aalto <jari.aalto@cante.net>
7122
7123 * html2text.el (html2text-replace-list): Add new entities.
7124
7125 2005-09-11 Romain Francoise <romain@orebokech.com>
7126
7127 * message.el (message-alternative-emails): Improve docstring.
7128 (message-setup-1): Call `message-use-alternative-email-as-from'
7129 after `message-setup-hook' to give it precedence over posting
7130 styles, etc.
7131 (message-use-alternative-email-as-from): Add docstring. Remove
7132 the original From header if present.
7133
7134 * nnml.el (nnml-compressed-files-size-threshold): New variable.
7135 (nnml-save-mail): Use it.
7136
7137 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7138 articles. Add new argument `silent'.
7139 (gnus-uu-mark-all): Report the total number of marked articles.
7140
7141 2005-09-10 Romain Francoise <romain@orebokech.com>
7142
7143 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7144 (gnus-uu-mark-series): Likewise.
7145
7146 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
7147
7148 * spam-report.el (spam-report-gmane): Fix generation of spam
7149 report URL.
7150
7151 2005-09-10 Simon Josefsson <jas@extundo.com>
7152
7153 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7154 t, based on discussion on the ding list with Robert Epprecht
7155 <epprecht@solnet.ch>.
7156
7157 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
7158
7159 * spam-report.el (spam-report-gmane): Make it work without
7160 X-Report-Spam header. Gmane now only provides Archived-At.
7161 This is only used if `spam-report-gmane-use-article-number' is nil.
7162 (spam-report-gmane-spam-header): Remove. Not used anymore.
7163
7164 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7165 make `gnus-summary-sort-by-recipient' work with threading.
7166
7167 * nnweb.el (nnweb-google-wash-article): Print a message if article
7168 is not available.
7169
7170 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7171
7172 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7173 change. Decode text/* parts content before displaying.
7174
7175 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
7176
7177 * mml-smime.el: Remove defvar of gnus-extract-address-components.
7178
7179 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
7180
7181 * mm-view.el (mm-display-inline-fontify): Disable support modes.
7182
7183 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
7184
7185 * message.el (message-tab-body-function): Fix mismatched custom type.
7186
7187 * gnus.el (gnus-group-change-level-function): Ditto.
7188
7189 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7190
7191 * gnus-art.el (gnus-signature-limit)
7192 (gnus-article-mime-part-function): Ditto.
7193
7194 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
7195
7196 * mml.el (mml-mode): Silence the byte compiler.
7197
7198 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7199 using `(sit-for 0)' before moving the point to the specified part;
7200 skip unbuttonized parts.
7201 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7202 return to the summary window if gnus-auto-select-part is non-nil.
7203
7204 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
7205
7206 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7207 variables.
7208 (mml-dnd-attach-file, mml-mode): Use them.
7209
7210 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7211 Make fetching article by MID work again for Google Groups. Added
7212 FIXME concerning gnus-group-make-web-group.
7213
7214 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7215 Don't depend on Gnus by using mail-extract-address-components if
7216 gnus-extract-address-components is not bound.
7217
7218 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7219
7220 * gnus-art.el (gnus-mime-display-security): Don't display the
7221 signature, but only the signed part.
7222
7223 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
7224
7225 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7226
7227 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7228 list, not listp.
7229
7230 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
7231
7232 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7233 when encoding.
7234
7235 * mm-bodies.el (mm-decode-content-transfer-encoding):
7236 De-canonicalize CRLF for all text content types, not just
7237 text/plain.
7238
7239 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7240
7241 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7242 valid article; point arrow and cursor at the MIME button.
7243
7244 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
7245
7246 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7247 Suggested by Dan Christensen <jdc@uwo.ca>.
7248
7249 * mm-decode.el (mm-save-part): Enable change of prompt.
7250
7251 2005-08-29 Jari Aalto <jari.aalto@cante.net>
7252
7253 * gnus-msg.el (gnus-inews-add-send-actions): Made
7254 `message-post-method' lambda parameter ARG `&optional'.
7255
7256 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
7257
7258 * gnus-sum.el (gnus-summary-mime-map): Added
7259 gnus-article-save-part-and-strip, gnus-article-delete-part and
7260 gnus-article-jump-to-part.
7261
7262 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7263 (gnus-article-edit-part): Use it.
7264 (gnus-article-part-wrapper): Added no-handle argument.
7265 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7266 functions.
7267
7268 2005-08-29 Romain Francoise <romain@orebokech.com>
7269
7270 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7271 docstring.
7272 (gnus-face-from-file): Likewise.
7273
7274 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
7275
7276 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7277 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7278 non-nil.
7279 (gnus-auto-select-part): New variable.
7280 (gnus-article-jump-to-part): New function.
7281 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7282 (gnus-mime-delete-part): Allow selecting specified part after
7283 deleting or stripping parts.
7284 (gnus-article-jump-to-part): Don't use `read-number'. Use last
7285 part if argument is bogus.
7286
7287 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
7288
7289 * gnus-art.el (w3m-minor-mode-map):
7290 * gnus-spec.el (gnus-newsrc-file-version):
7291 * gnus-util.el (nnmail-active-file-coding-system)
7292 (gnus-original-article-buffer, gnus-user-agent):
7293 * gnus.el (gnus-ham-process-destinations)
7294 (gnus-parameter-ham-marks-alist)
7295 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7296 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7297 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7298 * mm-decode.el (gnus-current-window-configuration):
7299 * mm-extern.el (gnus-article-mime-handles):
7300 * mm-url.el (url-current-object, url-package-name)
7301 (url-package-version):
7302 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7303 (smime-keys, w3m-cid-retrieve-function-alist)
7304 (w3m-current-buffer, w3m-display-inline-images)
7305 (w3m-minor-mode-map):
7306 * mml-smime.el (gnus-extract-address-components):
7307 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7308 (gnus-newsrc-hashtb, message-default-charset)
7309 (message-deletable-headers, message-options)
7310 (message-posting-charset, message-required-mail-headers)
7311 (message-required-news-headers):
7312 * mml1991.el (mc-pgp-always-sign):
7313 * mml2015.el (mc-pgp-always-sign):
7314 * nnheader.el (nnmail-extra-headers):
7315 * rfc1843.el (gnus-decode-encoded-word-function)
7316 (gnus-decode-header-function, gnus-newsgroup-name):
7317 * spam-stat.el (gnus-original-article-buffer): Add defvars.
7318
7319 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
7320
7321 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7322 the end of the date treatments.
7323
7324 2005-08-15 Simon Josefsson <jas@extundo.com>
7325
7326 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7327 it in url-handlers.el and XEmacs in url.el. Reported by Luca
7328 Capello and Romain Francoise.
7329 (pgg-fetch-key-function): Removed, not used?
7330 (pgg-insert-url-with-w3): Require url, to get
7331 url-insert-file-contents regardless of where it is defined.
7332
7333 2005-08-13 Romain Francoise <romain@orebokech.com>
7334
7335 * message.el (message-cite-original-1): New function.
7336 (message-cite-original): Use it.
7337 (message-cite-original-without-signature): Ditto.
7338
7339 2005-08-08 Romain Francoise <romain@orebokech.com>
7340
7341 * message.el (message-yank-empty-prefix): New variable.
7342 (message-indent-citation): Use it.
7343 (message-cite-original-without-signature): Respect X-No-Archive.
7344
7345 2005-08-08 Simon Josefsson <jas@extundo.com>
7346
7347 * pgg.el: Autoload url-insert-file-contents instead of loading
7348 w3/url.
7349 (pgg-insert-url-with-w3): Don't load url here.
7350
7351 2005-08-07 Jesper Harder <harder@phys.au.dk>
7352
7353 * message.el (message-kill-to-signature): Don't insert newline at
7354 bol.
7355 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7356
7357 2005-08-06 Romain Francoise <romain@orebokech.com>
7358
7359 * message.el (message-user-fqdn): Fix typo in docstring.
7360
7361 2005-08-05 Daiki Ueno <ueno@unixuser.org>
7362
7363 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7364
7365 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7366
7367 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
7368
7369 * mm-bodies.el (mm-encode-body): Use coding system rather than
7370 charset to encode text.
7371
7372 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7373 number of charsets if utf-8 is available (XEmacs).
7374
7375 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
7376
7377 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7378 taken from `gnus-button-mid-or-mail-regexp'.
7379 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7380 (gnus-button-alist): Improve regexp for domain part of the MIDs
7381 for news:localpart@domain buttons.
7382 (gnus-button-ctan-directory-regexp): Update.
7383
7384 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
7385
7386 * sieve-manage.el (sieve-manage-interactive-login): Use
7387 make-local-variable rather than make-variable-buffer-local.
7388 (sieve-manage-open): Ditto.
7389 (sieve-manage-authenticate): Ditto.
7390
7391 * mml.el (mml-generate-mime-1): Make the content type default to
7392 text/plain if the filename is not specified.
7393
7394 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
7395
7396 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7397 instead of insert-buffer.
7398
7399 * message.el (message-yank-original): Ditto; set the mark at the
7400 end of the yanked message.
7401
7402 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
7403
7404 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7405 lines to scroll rather than to stop it.
7406
7407 * mml.el (mml-generate-default-type): Add doc string.
7408 (mml-generate-mime-1): Use mm-default-file-encoding or make it
7409 default to application/octet-stream when determining the content
7410 type if it is not specified for the part or the mml contents; add
7411 a comment about mml-generate-default-type.
7412
7413 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
7414
7415 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7416 make it default to application/octet-stream when determining the
7417 content type if it is not specified for the external contents.
7418
7419 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
7420
7421 * rfc2231.el (rfc2231-parse-string): Take care that not only a
7422 segmented parameter but also other parameters might be there.
7423
7424 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
7425
7426 * mm-decode.el (mm-display-external): Delete temp file, directory
7427 and buffer immediately if the external process is exited.
7428
7429 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
7430
7431 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7432 fewer lines than that of scroll-margin.
7433 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7434
7435 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
7436
7437 * gnus-art.el (gnus-article-next-page): Revert.
7438 (gnus-article-beginning-of-window): New macro.
7439 (gnus-article-next-page-1): Use it.
7440 (gnus-article-prev-page): Ditto.
7441 (gnus-article-edit-part): Use insert-buffer-substring instead of
7442 insert-buffer.
7443 (gnus-article-edit-exit): Ditto.
7444
7445 * gnus-util.el (gnus-beginning-of-window): Remove.
7446 (gnus-end-of-window): Remove.
7447
7448 2005-07-25 Simon Josefsson <jas@extundo.com>
7449
7450 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7451 to have the url package without w3. Reported by Daiki Ueno
7452 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7453
7454 2005-07-20 Didier Verna <didier@xemacs.org>
7455
7456 * gnus-diary.el: Remove the description comment (nndiary is now
7457 properly documented in the Gnus manual).
7458 Fix the spelling of "Back End".
7459 * nndiary.el: Ditto.
7460 Fix the copyright notice.
7461
7462 2005-07-18 Romain Francoise <romain@orebokech.com>
7463
7464 * gnus-sum.el (gnus-summary-to-prefix)
7465 (gnus-summary-newsgroup-prefix): New variables.
7466 (gnus-summary-from-or-to-or-newsgroups): Use them.
7467
7468 2005-07-17 Romain Francoise <romain@orebokech.com>
7469
7470 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7471 space as it's generally not especially interesting to the user.
7472
7473 2005-07-16 Romain Francoise <romain@orebokech.com>
7474
7475 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7476 nil to avoid prompting and file modification if one of the
7477 messages at the top of the nnfolder file contains a copyright
7478 notice.
7479 Update copyright notice.
7480
7481 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7482 instead of `current-time-string' as the latter creates a time
7483 string that is not RFC 2822 compliant (it lacks the zone).
7484 Update copyright notice.
7485
7486 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7487
7488 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7489 for text/rtf. Display default in prompt. Pass default for M-n.
7490
7491 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7492
7493 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7494
7495 * gnus-msg.el (gnus-button-mailto): Remove
7496 save-selected-window-window hackery because it relies on
7497 save-selected-window internals.
7498
7499 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
7500
7501 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7502 (gnus-article-next-page-1): Use gnus-beginning-of-window.
7503 (gnus-article-prev-page): Ditto.
7504
7505 * gnus-util.el (gnus-beginning-of-window): New function.
7506 (gnus-end-of-window): New function.
7507
7508 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
7509
7510 * gnus-score.el (gnus-score-edit-all-score): Set
7511 gnus-score-edit-exit-function to gnus-score-edit-done and call
7512 gnus-message.
7513
7514 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7515
7516 * gnus-msg.el (gnus-button-mailto): Remove
7517 save-selected-window-window hackery because it relies on
7518 save-selected-window internals.
7519
7520 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7521
7522 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7523 add-minor-mode.
7524 (gnus-binary-mode): Ditto.
7525
7526 * gnus-topic.el (gnus-topic-mode): Ditto.
7527
7528 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
7529
7530 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7531 (gnus-article-prev-page): Take scroll-margin into consideration.
7532
7533 2005-07-04 Lute Kamstra <lute@gnu.org>
7534
7535 Update FSF's address in GPL notices.
7536
7537 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
7538
7539 * gnus.el (gnus-exit):
7540 * gnus-group.el (gnus-group-icons):
7541 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7542
7543 * gnus-nocem.el (gnus-nocem):
7544 * message.el (message-various, message-buffers, message-sending)
7545 (message-interface, message-forwarding, message-insertion)
7546 (message-headers, message-news, message-mail):
7547 * pgg-gpg.el (pgg-gpg):
7548 * pgg-parse.el (pgg-parse):
7549 * pgg-pgp.el (pgg-pgp):
7550 * pgg-pgp5.el (pgg-pgp5):
7551 * pop3.el (pop3): Finish `defgroup' description with period.
7552
7553 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
7554
7555 * gnus-art.el (article-display-face): Improve the efficiency.
7556 (article-display-x-face): Ditto; remove grey x-face stuff.
7557
7558 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
7559
7560 * gnus-art.el (article-display-face): Correct the position in
7561 which Faces are inserted.
7562
7563 2005-06-29 Didier Verna <didier@xemacs.org>
7564
7565 * gnus-art.el (article-display-face): Display faces in correct
7566 order.
7567
7568 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7569
7570 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7571 (gnus-fill-real-hashtb): Use hash table instead of obarray.
7572 (gnus-nocem-check-article): Fetch the Type header.
7573 (gnus-nocem-message-wanted-p): Fix the way to examine types.
7574 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7575 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7576 make sure gnus-nocem-hashtb is initialized.
7577 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7578 (gnus-nocem-unwanted-article-p): Ditto.
7579
7580 * pgg.el (pgg-verify): Return the verification result.
7581
7582 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7583
7584 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7585 is ascii.
7586
7587 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
7588
7589 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7590 `show-nonbreak-escape'.
7591
7592 2005-06-23 Lute Kamstra <lute@gnu.org>
7593
7594 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7595
7596 * dig.el (dig-mode):
7597 * smime.el (smime-mode): Use gnus-run-mode-hooks.
7598
7599 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
7600
7601 * nnimap.el (nnimap-split-download-body): Fix spellings.
7602
7603 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
7604
7605 * gnus-art.el (gnus-article-encrypt-body):
7606 * gnus-cus.el (gnus-score-customize):
7607 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7608 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7609
7610 2005-06-16 Arne Jørgensen <arne@arnested.dk>
7611
7612 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7613 header by looking for magic "MII" at the beginnig.
7614
7615 2005-06-16 Miles Bader <miles@gnu.org>
7616
7617 * assistant.el (assistant-field): Remove "-face" suffix from face name.
7618 (assistant-field-face): New backward-compatibility alias for renamed
7619 face.
7620 (assistant-render-text): Use renamed assistant-field face.
7621
7622 * spam.el (spam): Remove "-face" suffix from face name.
7623 (spam-face): New backward-compatibility alias for renamed face.
7624 (spam-face, spam-initialize): Use renamed spam face.
7625
7626 * message.el (message-header-to, message-header-cc)
7627 (message-header-subject, message-header-newsgroups)
7628 (message-header-other, message-header-name)
7629 (message-header-xheader, message-separator, message-cited-text)
7630 (message-mml): Remove "-face" suffix from face names.
7631 (message-header-to-face, message-header-cc-face)
7632 (message-header-subject-face, message-header-newsgroups-face)
7633 (message-header-other-face, message-header-name-face)
7634 (message-header-xheader-face, message-separator-face)
7635 (message-cited-text-face, message-mml-face):
7636 New backward-compatibility aliases for renamed faces.
7637 (message-font-lock-keywords): Use renamed message faces.
7638
7639 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7640 (sieve-test-commands, sieve-tagged-arguments):
7641 Remove "-face" suffix from face names.
7642 (sieve-control-commands-face, sieve-action-commands-face)
7643 (sieve-test-commands-face, sieve-tagged-arguments-face):
7644 New backward-compatibility aliases for renamed faces.
7645 (sieve-control-commands-face, sieve-action-commands-face)
7646 (sieve-test-commands-face, sieve-tagged-arguments-face):
7647 Use renamed sieve faces.
7648
7649 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7650 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7651 (gnus-group-news-3-empty, gnus-group-news-4)
7652 (gnus-group-news-4-empty, gnus-group-news-5)
7653 (gnus-group-news-5-empty, gnus-group-news-6)
7654 (gnus-group-news-6-empty, gnus-group-news-low)
7655 (gnus-group-news-low-empty, gnus-group-mail-1)
7656 (gnus-group-mail-1-empty, gnus-group-mail-2)
7657 (gnus-group-mail-2-empty, gnus-group-mail-3)
7658 (gnus-group-mail-3-empty, gnus-group-mail-low)
7659 (gnus-group-mail-low-empty, gnus-summary-selected)
7660 (gnus-summary-cancelled, gnus-summary-high-ticked)
7661 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7662 (gnus-summary-high-ancient, gnus-summary-low-ancient)
7663 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7664 (gnus-summary-low-undownloaded)
7665 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7666 (gnus-summary-low-unread, gnus-summary-normal-unread)
7667 (gnus-summary-high-read, gnus-summary-low-read)
7668 (gnus-summary-normal-read, gnus-splash):
7669 Remove "-face" suffix from face names.
7670 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7671 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7672 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7673 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7674 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7675 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7676 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7677 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7678 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7679 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7680 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7681 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7682 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7683 (gnus-summary-normal-ticked-face)
7684 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7685 (gnus-summary-normal-ancient-face)
7686 (gnus-summary-high-undownloaded-face)
7687 (gnus-summary-low-undownloaded-face)
7688 (gnus-summary-normal-undownloaded-face)
7689 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7690 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7691 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7692 (gnus-splash-face):
7693 New backward-compatibility aliases for renamed faces.
7694 (gnus-group-startup-message): Use renamed gnus faces.
7695
7696 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7697 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7698 (gnus-server-agent): Remove "-face" suffix from face names.
7699 (gnus-server-agent-face, gnus-server-opened-face)
7700 (gnus-server-closed-face, gnus-server-denied-face)
7701 (gnus-server-offline-face):
7702 New backward-compatibility aliases for renamed faces.
7703 (gnus-server-agent-face, gnus-server-opened-face)
7704 (gnus-server-closed-face, gnus-server-denied-face)
7705 (gnus-server-offline-face): Use renamed gnus faces.
7706
7707 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7708 Remove "-face" suffix from face names.
7709 (gnus-picon-xbm-face, gnus-picon-face):
7710 New backward-compatibility aliases for renamed faces.
7711
7712 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7713 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7714 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7715 (gnus-cite-11): Remove "-face" suffix from face names.
7716 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7717 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7718 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7719 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7720 New backward-compatibility aliases for renamed faces.
7721 (gnus-cite-attribution-face, gnus-cite-face-list)
7722 (gnus-article-boring-faces): Use renamed gnus faces.
7723
7724 * gnus-art.el (gnus-signature, gnus-header-from)
7725 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7726 (gnus-header-content): Remove "-face" suffix from face names.
7727 (gnus-signature-face, gnus-header-from-face)
7728 (gnus-header-subject-face, gnus-header-newsgroups-face)
7729 (gnus-header-name-face, gnus-header-content-face):
7730 New backward-compatibility aliases for renamed faces.
7731 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7732
7733 * gnus-sum.el (gnus-summary-selected-face)
7734 (gnus-summary-highlight): Use renamed gnus faces.
7735 * gnus-group.el (gnus-group-highlight): Likewise.
7736
7737 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
7738
7739 * gnus-sieve.el (gnus-sieve-article-add-rule):
7740 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7741 * spam-stat.el (spam-stat-buffer-change-to-spam)
7742 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7743
7744 * message.el (message-is-yours-p):
7745 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7746
7747 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
7748
7749 * mm-view.el (mm-inline-text): Withdraw the last change.
7750
7751 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
7752
7753 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7754 executing enriched-decode.
7755
7756 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
7757
7758 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7759 charset of tar files.
7760
7761 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
7762
7763 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7764
7765 2005-06-04 Lute Kamstra <lute@gnu.org>
7766
7767 * nnfolder.el (nnfolder-read-folder): Make sure that undo
7768 information is never recorded.
7769
7770 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7771
7772 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7773
7774 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
7775
7776 * pop3.el (pop3-apop): Run md5 in the binary mode.
7777
7778 * starttls.el (starttls-set-process-query-on-exit-flag):
7779 Use eval-and-compile.
7780
7781 2005-05-31 Simon Josefsson <jas@extundo.com>
7782
7783 * smime.el (smime-replace-in-string): Define.
7784 (smime-cert-by-ldap-1): Use it.
7785
7786 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
7787
7788 * gnus-art.el (article-display-x-face): Replace
7789 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7790
7791 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7792 set-process-query-on-exit-flag or process-kill-without-query.
7793
7794 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7795 loop instead of replace-regexp.
7796
7797 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7798 instead of process-kill-without-query if it is available.
7799
7800 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7801 instead of find-file-hooks if it is available.
7802
7803 * mml1991.el: Bind pgg-default-user-id when compiling.
7804
7805 * mml2015.el: Bind pgg-default-user-id when compiling.
7806
7807 * nndraft.el (nndraft-request-associate-buffer):
7808 Use write-contents-functions instead of write-contents-hooks if it is
7809 available.
7810
7811 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7812 instead of find-file-hooks if it is available.
7813
7814 * nntp.el (nntp-open-connection): Replace
7815 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7816 (nntp-open-ssl-stream): Ditto.
7817 (nntp-open-tls-stream): Ditto.
7818
7819 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
7820 set-process-query-on-exit-flag or process-kill-without-query.
7821 (starttls-open-stream-gnutls): Use it instead of
7822 process-kill-without-query.
7823 (starttls-open-stream): Ditto.
7824
7825 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
7826
7827 * smime.el (smime-cert-by-ldap-1): Don't use
7828 replace-regexp-in-string.
7829
7830 2005-05-31 Arne Jørgensen <arne@arnested.dk>
7831
7832 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
7833
7834 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
7835 in PEM format. Adjust to the XEmacs compability.
7836
7837 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
7838
7839 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
7840 by `string-to-number'.
7841 * gnus-agent.el (gnus-agent-regenerate-group)
7842 (gnus-agent-fetch-articles): Ditto.
7843 * gnus-art.el (gnus-button-fetch-group): Ditto.
7844 * gnus-cache.el (gnus-cache-generate-active)
7845 (gnus-cache-articles-in-group): Ditto.
7846 * gnus-group.el (gnus-group-set-current-level)
7847 (gnus-group-insert-group-line): Ditto.
7848 * gnus-score.el (gnus-score-set-expunge-below)
7849 (gnus-score-set-mark-below, gnus-summary-score-effect)
7850 (gnus-summary-score-entry): Ditto.
7851 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
7852 (gnus-soup-pack): Ditto.
7853 * gnus-spec.el (gnus-xmas-format): Ditto.
7854 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
7855 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
7856 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
7857 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
7858 * nndb.el (nndb-get-remote-expire-response): Ditto.
7859 * nndiary.el (nndiary-parse-schedule-value)
7860 (nndiary-string-to-number, nndiary-request-replace-article)
7861 (nndiary-request-article): Ditto.
7862 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
7863 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
7864 * nneething.el (nneething-make-head): Ditto.
7865 * nnfolder.el (nnfolder-request-article)
7866 (nnfolder-retrieve-headers): Ditto.
7867 * nnheader.el (nnheader-file-to-number): Ditto.
7868 * nnkiboze.el (nnkiboze-request-article): Ditto.
7869 * nnmail.el (nnmail-process-unix-mail-format)
7870 (nnmail-process-babyl-mail-format): Ditto.
7871 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
7872 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
7873 (nnmh-request-create-group, nnmh-request-list-1)
7874 (nnmh-request-group, nnmh-request-article): Ditto.
7875 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
7876 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
7877 * nnsoup.el (nnsoup-make-active): Ditto.
7878 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
7879 * nntp.el (nntp-find-group-and-number)
7880 (nntp-retrieve-headers-with-xover): Ditto.
7881 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
7882 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
7883 (pgg-format-key-identifier): Ditto.
7884 * pop3.el (pop3-last, pop3-stat): Ditto.
7885 * qp.el (quoted-printable-decode-region): Ditto.
7886
7887 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
7888 of concat.
7889
7890 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
7891
7892 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
7893
7894 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
7895
7896 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
7897
7898 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
7899
7900 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
7901
7902 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
7903
7904 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
7905 (gnus-carpal-mode): Ditto.
7906
7907 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
7908 (gnus-browse-mode): Ditto.
7909
7910 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
7911
7912 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
7913
7914 2005-05-29 Richard M. Stallman <rms@gnu.org>
7915
7916 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
7917
7918 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
7919
7920 * gnus-util.el (gnus-run-mode-hooks): New function.
7921
7922 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
7923
7924 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7925
7926 * gnus-agent.el (gnus-agent-make-mode-line-string):
7927 Use mode-line-highlight as mouse-face.
7928
7929 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
7930
7931 * canlock.el (canlock): Change the parent group to news.
7932
7933 * deuglify.el (gnus-outlook-deuglify): Add :group.
7934
7935 * dig.el (dig): Add :group.
7936
7937 * dns-mode.el (dns-mode): Add :group.
7938
7939 * encrypt.el (encrypt): Add :group.
7940
7941 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
7942 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
7943 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
7944 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
7945 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
7946
7947 * gnus-diary.el (gnus-diary): Add :group.
7948
7949 * gnus.el (gnus-group-news-1-face): Add :group.
7950 (gnus-group-news-1-empty-face): Ditto.
7951 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
7952 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
7953 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
7954 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
7955 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
7956 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
7957 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
7958 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
7959 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
7960 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
7961 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
7962 (gnus-summary-high-ticked-face): Ditto.
7963 (gnus-summary-low-ticked-face): Ditto.
7964 (gnus-summary-normal-ticked-face): Ditto.
7965 (gnus-summary-high-ancient-face): Ditto.
7966 (gnus-summary-low-ancient-face): Ditto.
7967 (gnus-summary-normal-ancient-face): Ditto.
7968 (gnus-summary-high-undownloaded-face): Ditto.
7969 (gnus-summary-low-undownloaded-face): Ditto.
7970 (gnus-summary-normal-undownloaded-face): Ditto.
7971 (gnus-summary-high-unread-face): Ditto.
7972 (gnus-summary-low-unread-face): Ditto.
7973 (gnus-summary-normal-unread-face): Ditto.
7974 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
7975 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
7976
7977 * hashcash.el (hashcash): New custom group.
7978 (hashcash-default-payment): Add :group.
7979 (hashcash-payment-alist): Ditto.
7980 (hashcash-default-accept-payment): Ditto.
7981 (hashcash-accept-resources): Ditto.
7982 (hashcash-path): Ditto.
7983 (hashcash-extra-generate-parameters): Ditto.
7984 (hashcash-double-spend-database): Ditto.
7985 (hashcash-in-news): Ditto.
7986
7987 * message.el (message-minibuffer-local-map): Add :group.
7988
7989 * netrc.el (netrc): Add :group.
7990
7991 * sieve-manage.el (sieve-manage-log): Add :group.
7992 (sieve-manage-default-user): Diito.
7993 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
7994 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
7995 (sieve-manage-authenticators): Ditto.
7996 (sieve-manage-authenticator-alist): Ditto.
7997 (sieve-manage-default-port): Ditto.
7998
7999 * sieve-mode.el (sieve-control-commands-face): Add :group.
8000 (sieve-action-commands-face): Ditto.
8001 (sieve-test-commands-face): Ditto.
8002 (sieve-tagged-arguments-face): Ditto.
8003
8004 * smime.el (smime): Add :group.
8005
8006 * spam-report.el (spam-report): Add :group.
8007
8008 * spam.el (spam, spam-face): Add :group.
8009
8010 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8011
8012 * nntp.el (nntp-next-result-arrived-p): Some news servers may
8013 return \n.\n.\n at the end of articles. Protect against that.
8014 (nntp-with-open-group): Allow debugging.
8015
8016 * nnheader.el (mail-header-set-extra): Make into a function
8017 because I just could't understand how to quote the list properly.
8018
8019 * dns.el (query-dns-cached): New function.
8020
8021 2005-05-26 Lute Kamstra <lute@gnu.org>
8022
8023 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8024
8025 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
8026
8027 * gnus-art.el: Don't autoload mail-extract-address-components.
8028
8029 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8030 eval-and-compile to evaluate it.
8031
8032 * hashcash.el: Don't autoload executable-find.
8033
8034 * nndb.el: Don't declare the nndb back end two or more times; don't
8035 autoload news-reply-mode, news-setup, cancel-timer and telnet.
8036
8037 * nntp.el: Autoload format-spec instead of format; use
8038 eval-and-compile to evaluate autoload forms.
8039
8040 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
8041
8042 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8043
8044 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8045
8046 * gnus.el (gnus-version-number): Bump version.
8047
8048 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
8049
8050 * gnus.el: No Gnus v0.3 is released.
8051
8052 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
8053
8054 * gnus-art.el (gnus-article-edit-part): Disable undo.
8055
8056 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
8057
8058 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8059 gnus-article-date-lapsed-new-header is t if date timer is active;
8060 skip headers in which the original date value is empty.
8061 (gnus-article-save-original-date): Redefine it as a macro.
8062 (gnus-display-mime): Use it.
8063
8064 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
8065
8066 * gnus-art.el (article-date-ut): Support converting date in
8067 forwarded parts as well.
8068 (gnus-article-save-original-date): New function.
8069 (gnus-display-mime): Use it.
8070
8071 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
8072
8073 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8074 enclosure element of <item>.
8075
8076 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
8077
8078 * message.el (message-kill-buffer-query): Renamed from
8079 `message-kill-buffer-query-if-modified'. Added :version.
8080
8081 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
8082
8083 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8084 window layout.
8085
8086 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
8087
8088 * mml.el: Autoload dnd when compiling.
8089
8090 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
8091
8092 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8093 x-dnd-*.
8094
8095 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
8096
8097 * qp.el (quoted-printable-encode-region): Save excursion.
8098
8099 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
8100
8101 * message.el (message-kill-buffer-query-if-modified): Add new variable
8102 so the user can kill a modified message buffer quickly.
8103 (message-kill-buffer): Use it.
8104
8105 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
8106
8107 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
8108 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8109
8110 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
8111
8112 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8113 contained in text because xml.el decodes entities) with LFs.
8114
8115 2005-04-11 Lute Kamstra <lute@gnu.org>
8116
8117 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8118 differently.
8119
8120 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8121
8122 * mm-util.el (mm-detect-coding-region): Typo.
8123
8124 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
8125
8126 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8127
8128 2005-04-06 D Goel <deego@gnufans.org>
8129
8130 * spam-stat.el (spam-stat-score-buffer): Add a call to a
8131 user-function allow user modifications of the scores.
8132 (spam-stat-score-buffer-user): New function, to allow
8133 user-computed modifications to the score.
8134 (spam-stat-score-buffer-user-functions): List of additional
8135 scoring functions.
8136 (spam-stat-error-holder): Global temporary error holder.
8137 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8138 variable.
8139
8140 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
8141
8142 * gnus-registry.el (gnus-registry-clean-empty-function)
8143 (gnus-registry-trim, gnus-registry-fetch-groups)
8144 (gnus-registry-delete-group): Groups that match
8145 `gnus-registry-ignored-groups' are removed from the registry
8146 entries, not just ignored for splitting. This helps clean up the
8147 registry. Also, `gnus-registry-fetch-groups' is a convenient way
8148 to get all the groups a message ID is in.
8149
8150 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8151 (spam-stat-split-fancy): Change "threshhold" to "threshold"
8152 (spam-stat-score-buffer-user-functions): Add :number custom type.
8153
8154 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8155
8156 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8157 argument in XEmacs.
8158
8159 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8160 (nnrss-request-group): Decode group name first.
8161 (nnrss-request-article): Make a text/plain article if mml-to-mime
8162 failed.
8163 (nnrss-get-encoding): Return a compatible encoding according to
8164 nnrss-compatible-encoding-alist.
8165 (nnrss-find-el): Use consp instead of listp.
8166 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8167
8168 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8169
8170 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8171 which Emacs 20 doesn't support.
8172 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8173
8174 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
8175
8176 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8177 silence the byte compiler inside the defun.
8178
8179 * gnus-demon.el (parse-time-string): Add autoload.
8180
8181 * gnus-delay.el (parse-time-string): Add autoload.
8182
8183 * gnus-art.el (parse-time-string): Add autoload.
8184
8185 * nnultimate.el (parse-time): Require for `parse-time-string'.
8186
8187 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
8188
8189 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8190
8191 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8192
8193 * smime.el (smime-ldap-host-list): Add :version.
8194
8195 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8196
8197 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8198 pass it to `gnus-browse-read-group'.
8199 (gnus-browse-read-group): Add NUMBER argument and pass it to
8200 `gnus-group-read-ephemeral-group'.
8201
8202 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8203 argument and pass it to `gnus-group-read-group'.
8204
8205 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
8206
8207 * mm-util.el (mm-xemacs-find-mime-charset): Only call
8208 mm-xemacs-find-mime-charset-1 if we have the mule feature
8209 available at runtime.
8210
8211 2005-03-25 Werner Lemberg <wl@gnu.org>
8212
8213 * nnmaildir.el: Replace `illegal' with `invalid'.
8214
8215 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8216
8217 * gnus-start.el (gnus-display-time-event-handler):
8218 Check display-time-timer at runtime rather than only at load time
8219 in case display-time-mode is turned off in the mean time.
8220
8221 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
8222
8223 * nnimap.el (nnimap-open-connection): Print which authinfo file is
8224 used.
8225
8226 * nneething.el (nneething-map-file-directory): Derive from
8227 `gnus-directory'.
8228
8229 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8230 the To/Cc button.
8231
8232 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
8233
8234 * nnmaildir.el (nnmaildir-request-accept-article):
8235 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8236
8237 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
8238
8239 * gnus-async.el: Require timer-funcs at compile time when in
8240 XEmacs for `run-with-idle-timer'.
8241
8242 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
8243
8244 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8245 autoloaded function.
8246
8247 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8248
8249 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8250
8251 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
8252
8253 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8254
8255 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8256
8257 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8258 gnus-expert-user to default.
8259
8260 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
8261
8262 * nnimap.el (nnimap-open-server): Ditto.
8263
8264 * imap.el (imap-authenticate): Fix typo.
8265
8266 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
8267
8268 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8269 buffer (since IMAP server might return FETCH response out of
8270 order, and the nntp buffer must be sorted).
8271
8272 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
8273
8274 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8275 comparison on string.
8276
8277 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8278 (gnus-agent-score): Renamed category keywords to match gnus-cus.
8279 (gnus-agent-summary-fetch-series): Modified to protect against
8280 gnus-agent-summary-fetch-group clearing processable flags.
8281 (gnus-agent-synchronize-group-flags): Update live group buffer as
8282 synchronization may occur due to the user toggle the plugged
8283 status.
8284 (gnus-agent-fetch-group-1): Clear downloadable flag when article
8285 successfully downloaded.
8286 (gnus-agent-expire-group-1): Avoid using markers when the overview
8287 is in ascending order; greatly improves performance.
8288 (gnus-agent-regenerate-group): Use
8289 gnus-agent-synchronize-group-flags to reset read status in both
8290 gnus and server.
8291 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8292
8293 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8294
8295 * message.el: Don't autoload former message-utils variables.
8296 (message-strip-subject-trailing-was): Change doc string.
8297
8298 * nnweb.el: Fixes for `gnus-group-make-web-group'.
8299 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
8300 (nnweb-google-search): Add "hl=en" here.
8301 (nnweb-google-parse-1, nnweb-google-create-mapping):
8302 Don't hardcode URL.
8303
8304 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8305
8306 * message.el (message-get-reply-headers, message-followup):
8307 Mention related variables `message-use-followup-to' and
8308 `message-use-mail-followup-to', in the information buffer.
8309
8310 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8311 of broken groups(-beta).google.com.
8312
8313 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
8314
8315 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8316 parameter to invoked gnus-request-move-article; remove the
8317 redundant gnus-sum-hint-move-is-internal variable; apply the marks
8318 all at once instead of once per article.
8319 (gnus-summary-remove-process-mark): Accept a list of articles as
8320 well as a single article for processing.
8321
8322 * gnus-int.el (gnus-request-move-article): Add move-is-internal
8323 parameter.
8324
8325 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8326
8327 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8328
8329 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8330 parameter.
8331
8332 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8333 parameter.
8334
8335 * nnimap.el (nnimap-request-move-article): Add move-is-internal
8336 parameter and remove the gnus-sum-hint-move-is-internal variable.
8337
8338 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8339 parameter.
8340
8341 * nndraft.el (nndraft-request-move-article): Add move-is-internal
8342 parameter.
8343
8344 * nndiary.el (nndiary-request-move-article): Add move-is-internal
8345 parameter.
8346
8347 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8348
8349 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8350 parameter.
8351
8352 * nnagent.el (nnagent-request-move-article): Add move-is-internal
8353 parameter.
8354
8355 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
8356
8357 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8358 a more conservative way.
8359
8360 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8361
8362 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8363 buffer, so it moves the window's cursor.
8364
8365 2005-02-26 Arne Jørgensen <arne@arnested.dk>
8366
8367 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8368 `mm-dissect-multipart' and receive the from field as an (optional)
8369 argument from `mm-dissect-multipart'.
8370 (mm-dissect-multipart): Receive the from field as an argument and
8371 pass it on when we call `mm-dissect-buffer' on MIME parts.
8372 Fixes verification/decryption of signed/encrypted MIME parts.
8373
8374 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
8375
8376 * gnus-sum.el (gnus-summary-move-article): Set
8377 gnus-sum-hint-move-is-internal for gnus-request-move-article and
8378 whatever it calls (right now, only nnimap-request-move article
8379 respects it).
8380
8381 * nnimap.el (nnimap-request-move-article): When
8382 gnus-sum-hint-move-is-internal is set, don't do the extra
8383 nnimap-request-article.
8384
8385 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
8386
8387 * nnheader.el (nnheader-find-file-noselect): Add doc string.
8388
8389 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8390 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8391
8392 * gnus-sum.el (gnus-summary-caesar-message):
8393 Apply `gnus-treat-article' after rotation.
8394
8395 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8396 doc string.
8397
8398 2005-02-22 Simon Josefsson <jas@extundo.com>
8399
8400 * encrypt.el (encrypt-password-cache-expiry): Remove (use
8401 `password-cache-expiry' instead). Reported by Arne Jørgensen
8402 <arne@arnested.dk>.
8403 (encrypt): Add password-cache and password-cache-expiry as group
8404 members.
8405
8406 2005-02-22 Arne Jørgensen <arne@arnested.dk>
8407
8408 * smime.el (smime-ldap-host-list): Doc fix.
8409 (smime-ask-passphrase): Use `password-read-and-add' to read (and
8410 cache) password.
8411 (smime-sign-region): Use it.
8412 (smime-decrypt-region): Use it.
8413 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8414 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8415 fails.
8416 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8417 certificate from DER to PEM format rather than calling openssl.
8418
8419 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8420
8421 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8422 for signing/encryption.
8423
8424 * mml.el (mml-parse-1): Use them.
8425
8426 2005-02-21 Arne Jørgensen <arne@arnested.dk>
8427
8428 * nnrss.el (nnrss-verbose): Removed.
8429 (nnrss-request-group): Use `nnheader-message' instead.
8430
8431 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
8432
8433 * nnrss.el (nnrss-verbose): New variable.
8434 (nnrss-request-group): Make it say nnrss is requesting a group.
8435
8436 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
8437
8438 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8439 Handle news URL with given port correctly.
8440
8441 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
8442
8443 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8444 containing special characters.
8445
8446 * gnus-sum.el (gnus-summary-edit-article): Ditto.
8447
8448 * mml.el (mime-to-mml): Ditto.
8449
8450 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8451 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8452 (rfc2047-decode-region): Quote decoded words containing special
8453 characters when rfc2047-quote-decoded-words-containing-tspecials
8454 is non-nil.
8455
8456 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
8457
8458 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8459
8460 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8461
8462 2005-02-15 Simon Josefsson <jas@extundo.com>
8463
8464 * nnimap.el (nnimap-debug): Doc fix.
8465
8466 * imap.el (imap-debug): Doc fix.
8467
8468 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
8469
8470 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8471
8472 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
8473
8474 * gnus.el (spam-contents): Improve docs for spam-contents
8475 parameter in its variable incarnation.
8476
8477 2005-02-14 Simon Josefsson <jas@extundo.com>
8478
8479 * smime-ldap.el: Use require instead of load-library for ldap.
8480 (smime-ldap-search): Indent.
8481 (smime-ldap-search-internal): Shorten line.
8482
8483 * smime.el (smime-cert-by-dns): Add doc-string.
8484 (smime-cert-by-ldap-1): Indent.
8485
8486 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8487 mml-smime-get-dns-ldap.
8488 (mml-smime-encrypt-query): Use new function. Default to ldap.
8489
8490 2005-02-14 Arne Jørgensen <arne@arnested.dk>
8491
8492 * smime.el: Require smime-ldap.
8493 (smime-ldap-host-list): New variable.
8494 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8495
8496 * mml-smime.el (mml-smime-encrypt-query): New function.
8497 (mml-smime-encrypt-query): Use it.
8498
8499 * smime-ldap.el: New file.
8500
8501 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
8502
8503 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8504
8505 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8506
8507 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8508 argument in doc string. Make query for type more clear.
8509
8510 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
8511
8512 * gnus.el (gnus-group-startup-message): Search for gnus images in
8513 etc/images/gnus.
8514 * mm-util.el (mm-image-load-path): Likewise.
8515 * smiley.el (smiley-data-directory): Search for smilies in
8516 etc/images/smilies.
8517
8518 2005-02-09 Kim F. Storm <storm@cua.dk>
8519
8520 Change Emacs release version from 21.4 to 22.1 throughout.
8521 Change Emacs development version from 21.3.50 to 22.0.50.
8522
8523 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
8524
8525 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8526
8527 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8528 non-Mule XEmacs as well.
8529 (mm-decompress-buffer): Signal an error intentionally if it does
8530 not decompress compressed data because auto-compression-mode is
8531 disabled.
8532
8533 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
8534
8535 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8536 an ID in the registry even if it has no groups.
8537
8538 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
8539
8540 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8541 merge it into mm-decompress-buffer.
8542 (gnus-mime-copy-part): Use the MIME part charset, the value which
8543 a user specified or gnus-newsgroup-charset for decoding, like
8544 gnus-mime-inline-part does; set buffer-file-coding-system to tell
8545 save-buffer what was used. Suggested by Kevin Ryde
8546 <user42@zip.com.au>.
8547 (gnus-mime-inline-part): Allow the name parameter as well as the
8548 filename parameter; force decompressing of compressed data; always
8549 display contents being not decoded as unibyte.
8550
8551 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8552 as well as the filename parameter.
8553
8554 * mm-util.el (mm-decompress-buffer): Merge
8555 gnus-mime-jka-compr-maybe-uncompress.
8556 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8557 of compressed data.
8558
8559 2005-02-08 Simon Josefsson <jas@extundo.com>
8560
8561 * imap.el (imap-log): Doc fix.
8562
8563 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
8564
8565 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8566 the coding cookies; decompress compressed parts.
8567
8568 * mml.el (mml-generate-mime-1): Add the charset parameter according
8569 to the value which a user specified manually or the coding cookie.
8570
8571 * mm-util.el (mm-string-to-multibyte): New function.
8572 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8573 (mm-coding-system-to-mime-charset): New function.
8574 (mm-decompress-buffer): New function.
8575 (mm-find-buffer-file-coding-system): New function.
8576
8577 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8578 (mm-display-inline-fontify): Rewrite for decoding and decompressing
8579 parts.
8580
8581 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8582
8583 * mm-view.el (mm-display-inline-fontify): Decode a part according
8584 to the charset parameter.
8585
8586 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
8587
8588 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8589 prefix arg is neither nil nor a number, as info specifies.
8590
8591 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
8592
8593 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8594 timestamps.
8595
8596 2005-02-02 Jari Aalto <jari.aalto@cante.net>
8597
8598 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8599 groups error checking and notify user.
8600
8601 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
8602
8603 * message.el (message-send-mail-function): Check existence of
8604 sendmail-program first before using default value
8605 `message-send-mail-with-sendmail'. Otherwise use more generic
8606 `smtpmail-send-it'.
8607
8608 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8609
8610 * nntp.el (nntp-request-update-info): Always return nil.
8611
8612 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
8613
8614 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8615
8616 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8617
8618 * message.el (message-beginning-of-line): Change the behavior when
8619 invoked between BOL and : so that it first moves backward.
8620
8621 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8622
8623 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8624 article buffer when editing of the article is discarded.
8625 (gnus-article-prepare): Revert.
8626
8627 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8628
8629 * gnus-art.el (gnus-article-prepare):
8630 Remove message-strip-forbidden-properties from the local hook.
8631
8632 2005-01-27 Simon Josefsson <jas@extundo.com>
8633
8634 * password.el (password-cache-add): Only start one timer per key.
8635 Reported by Derek Atkins <warlord@MIT.EDU>.
8636
8637 2005-01-26 Steve Youngs <steve@sxemacs.org>
8638
8639 * run-at-time.el: Removed. It is no longer needed as
8640 timer-funcs.el in the xemacs-base package has a working version of
8641 `run-at-time'.
8642
8643 * password.el: Require timer-funcs instead of run-at-time in
8644 XEmacs.
8645 Remove `password-run-at-time' macro.
8646 (password-cache-add): Use `run-at-time' instead of
8647 `password-run-at-time'.
8648
8649 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8650 for `run-with-idle-timer'.
8651
8652 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8653 for `run-at-time'.
8654
8655 * mm-url.el: Require timer-funcs at compile time when in XEmacs
8656 for `with-timeout'.
8657
8658 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8659
8660 * mml.el (mml-generate-mime-1): Convert string into unibyte when
8661 inserting " *mml*" buffer's contents into a unibyte temp buffer.
8662
8663 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
8664
8665 * mail-source.el (mail-source-fetch-imap): Search for ^From case
8666 sensitively.
8667
8668 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
8669
8670 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8671
8672 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
8673
8674 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8675 which will be inserted according to the multibyteness of a buffer
8676 rather than the type of contents. Suggested by ARISAWA Akihiro
8677 <ari@mbf.ocn.ne.jp>.
8678
8679 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8680 of string which old xml.el may return rather than a string.
8681
8682 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8683
8684 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8685
8686 2005-01-16 Simon Josefsson <jas@extundo.com>
8687
8688 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8689 idn/idna.el isn't available.
8690 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
8691 <michael@waxrat.com>.
8692
8693 * hashcash.el: Remove non-FSF copyright header.
8694
8695 * hashcash.el (hashcash-extra-generate-parameters): New variable.
8696 (hashcash-generate-payment): Use it.
8697 (hashcash-generate-payment-async): Use it.
8698
8699 2005-01-15 Simon Josefsson <jas@extundo.com>
8700
8701 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8702 Suggested by Raymond Scholz <ray-2005@zonix.de>.
8703
8704 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8705 gnus-summary-idna-message.
8706 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8707 (gnus-summary-idna-message): New function.
8708
8709 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
8710
8711 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8712 gnus-novice-user.
8713
8714 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
8715
8716 * nnrss.el (nnrss-request-delete-group): Delete entries in
8717 nnrss-group-alist as well.
8718 (nnrss-save-server-data): Insert newline.
8719
8720 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
8721
8722 * gnus.el (gnus-user-agent): Use list of symbols instead of
8723 symbols. Display full version number for (S)XEmacs. Optionally
8724 display (S)XEmacs codename.
8725
8726 * gnus-util.el (gnus-emacs-version): Update for new
8727 `gnus-user-agent'.
8728
8729 * gnus-msg.el (gnus-extended-version): Make it possible to omit
8730 Gnus version.
8731
8732 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
8733
8734 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
8735 which is unreadable in some setups.
8736
8737 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8738
8739 * gnus-spec.el (gnus-update-format-specifications): Flush the
8740 group format spec cache if it doesn't support decoded group names.
8741
8742 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8743
8744 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8745 Allow to apply decay on score files matching a regexp.
8746
8747 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
8748
8749 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8750 compatibility in %g and %c.
8751
8752 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
8753
8754 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8755 name for only %g and %c.
8756 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8757 of gnus-tmp-group to decoded group name.
8758 (gnus-group-make-rss-group): Exclude `/'s from group names.
8759
8760 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
8761
8762 * nnrss.el (nnrss-get-encoding): Fix regexp.
8763
8764 2004-12-27 Simon Josefsson <jas@extundo.com>
8765
8766 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8767 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8768 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
8769
8770 2004-12-17 Kim F. Storm <storm@cua.dk>
8771
8772 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8773
8774 * gnus-sum.el (gnus-summary-mode-map): Likewise.
8775
8776 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8777
8778 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8779
8780 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
8781
8782 * nnrss.el: Require rfc2047 and mml.
8783 (nnrss-file-coding-system): New variable.
8784 (nnrss-format-string): Redefine it as an inline function.
8785 (nnrss-decode-group-name): New function.
8786 (nnrss-string-as-multibyte): Remove.
8787 (nnrss-retrieve-headers): Decode group name; don't use
8788 nnrss-format-string.
8789 (nnrss-request-group): Decode group name.
8790 (nnrss-request-article): Decode group name; allow a Message-ID as
8791 well as an article number; don't use nnrss-format-string; encode a
8792 Message-ID string which may contain non-ASCII characters; use
8793 mml-to-mime to compose a MIME article.
8794 (nnrss-request-expire-articles): Decode group name.
8795 (nnrss-request-delete-group): Decode group name.
8796 (nnrss-fetch): Clarify error message.
8797 (nnrss-read-server-data): Use insert-file-contents instead of load;
8798 bind file-name-coding-system; use multibyte buffer.
8799 (nnrss-save-server-data): Bind coding-system-for-write to the
8800 value of nnrss-file-coding-system; bind file-name-coding-system;
8801 add coding cookie.
8802 (nnrss-read-group-data): Use insert-file-contents instead of load;
8803 bind file-name-coding-system; use multibyte buffer.
8804 (nnrss-save-group-data): Bind coding-system-for-write to the
8805 value of nnrss-file-coding-system; bind file-name-coding-system.
8806 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8807 make it work with non-ASCII text.
8808 (nnrss-find-el): Make it work with old xml.el as well.
8809
8810 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8811
8812 * nnrss.el (nnrss-get-encoding): New function.
8813 (nnrss-fetch): Use unibyte buffer initially; bind
8814 coding-system-for-read while performing mm-url-insert; remove ^Ms;
8815 decode contents according to the encoding attribute.
8816 (nnrss-save-group-data): Add coding cookie.
8817 (nnrss-mime-encode-string): New function.
8818 (nnrss-check-group): Use it to encode subject and author.
8819
8820 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
8821
8822 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
8823 imaginary variable.
8824
8825 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8826
8827 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8828 correctly even if there are wide characters.
8829
8830 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
8831
8832 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8833 downcased symbol names; make a new cache instead of reusing
8834 bbdb-hashtable.
8835
8836 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
8837
8838 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8839 concatenating segments rather than before concatenating them.
8840 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8841
8842 * message.el (message-get-reply-headers): Bind `extra'.
8843
8844 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8845
8846 * message.el (message-extra-wide-headers): New variable.
8847 (message-get-reply-headers): Use it.
8848
8849 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
8850
8851 * gnus-agent.el (gnus-agent-group-path): Decode group name.
8852 (gnus-agent-group-pathname): Ditto.
8853
8854 * gnus-cache.el (gnus-cache-file-name): Decode group name.
8855
8856 * gnus-group.el (gnus-group-make-group): Decode group name.
8857 (gnus-group-make-rss-group): Register the group data after opening
8858 the nnrss group.
8859
8860 2004-12-17 Paul Jarc <prj@po.cwru.edu>
8861
8862 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
8863 by expiry now get marked as read.
8864
8865 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8866
8867 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
8868
8869 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
8870
8871 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
8872 unify Latin characters in XEmacs.
8873 (mm-find-mime-charset-region): Use it.
8874
8875 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8876
8877 * gnus-util.el (gnus-delete-directory): New function.
8878
8879 * gnus-agent.el (gnus-agent-delete-group): Use it.
8880
8881 * gnus-cache.el (gnus-cache-delete-group): Use it.
8882
8883 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
8884
8885 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
8886 names.
8887
8888 2004-12-16 Simon Josefsson <jas@extundo.com>
8889
8890 * hashcash.el (hashcash-payment-alist): Fix custom :type.
8891
8892 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8893
8894 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
8895
8896 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
8897 (gnus-group-set-current-level): Decode group name.
8898
8899 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
8900
8901 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
8902 failed.
8903
8904 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
8905
8906 * gnus-group.el (gnus-group-delete-group): Decode group name.
8907 (gnus-group-make-rss-group): Encode group name.
8908 (gnus-group-catchup-current): Decode group name.
8909 (gnus-group-kill-group): Decode group name.
8910
8911 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
8912
8913 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
8914
8915 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
8916
8917 * gnus-group.el (gnus-group-make-rss-group):
8918 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
8919
8920 * gnus-start.el (gnus-setup-news): Honor user's setting to
8921 gnus-message-archive-method. Suggested by Lute Kamstra
8922 <lute@gnu.org>.
8923
8924 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
8925
8926 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
8927 global counterparts of the buffer-local variables.
8928
8929 2004-11-16 Romain Francoise <romain@orebokech.com>
8930
8931 * gnus-sum.el (gnus-summary-exit): Don't clear the global
8932 counterparts of the buffer-local variables.
8933
8934 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8935
8936 * message.el (message-forbidden-properties): Fixed typo in doc
8937 string.
8938
8939 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8940
8941 * gnus-util.el (gnus-replace-in-string): Added doc string.
8942
8943 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
8944 to avoid problems when splitting mails with many recipients.
8945
8946 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8947
8948 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
8949 pop-to-buffer, covered by the subsequent gnus-configure-windows.
8950
8951 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
8952
8953 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
8954 if there is no hashtable in memory or file modification time is
8955 newer than cached timestamp.
8956
8957 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
8958
8959 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
8960 not-matching option.
8961
8962 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
8963
8964 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
8965 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
8966 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8967 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
8968 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
8969 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
8970
8971 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
8972
8973 * message.el (message-forward-make-body-mml): Remove headers
8974 according to message-forward-ignored-headers if a message is decoded.
8975
8976 2004-12-02 Romain Francoise <romain@orebokech.com>
8977
8978 * message.el (message-forward-make-body-plain): Always remove
8979 headers according to message-forward-ignored-headers.
8980
8981 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
8982
8983 * spam.el (spam-summary-prepare-exit): Remove the
8984 gnus-summary-limit pop for now, it has problems with ham marks for
8985 me.
8986
8987 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
8988
8989 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
8990 correctly.
8991
8992 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
8993
8994 * format-spec.el (format-spec): Message the char.
8995
8996 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8997
8998 * gnus-art.el (gnus-split-methods): Reformat comments.
8999
9000 * spam.el (spam-summary-prepare-exit): Remove article limits
9001 before exiting the summary buffer.
9002
9003 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
9004
9005 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9006 order to silence the byte compiler.
9007
9008 * spam.el: Fix the way to silence the byte compiler, which
9009 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9010 bbdb-search-simple, spam-BBDB-register-routine,
9011 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9012 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9013 spam-stat-buffer-is-spam, spam-stat-load,
9014 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9015 spam-stat-save and spam-stat-split-fancy.
9016
9017 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
9018
9019 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9020 which may confuse users.
9021 (canlock-password-for-verify): Ditto.
9022
9023 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9024
9025 * gnus-art.el (gnus-emphasis-alist): Ditto.
9026
9027 * gnus-registry.el (gnus-registry-max-entries): Ditto.
9028
9029 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9030
9031 * gnus-start.el (gnus-save-killed-list): Ditto.
9032
9033 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9034 (gnus-sum-thread-tree-root): Ditto.
9035 (gnus-sum-thread-tree-false-root): Ditto.
9036 (gnus-sum-thread-tree-single-indent): Ditto.
9037
9038 * message.el (message-courtesy-message): Ditto.
9039 (message-archive-note): Ditto.
9040 (message-subscribed-address-file): Ditto.
9041 (message-user-fqdn): Ditto.
9042
9043 * spam-report.el (spam-report-gmane-regex): Ditto.
9044
9045 * spam.el (spam-blackhole-good-server-regex): Ditto.
9046
9047 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9048
9049 * mml.el (mml-preview): Widen the message buffer before copying
9050 the contents to the preview buffer; sort headers before previewing.
9051
9052 * message.el (message-hidden-headers): Fix the way to avoid a bug
9053 in the `repeat' widget in Emacs 21.3 or earlier.
9054
9055 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9056
9057 * message.el (message-hidden-headers): Default to "^References:".
9058 Improve customization type. Suggested by Reiner Steib
9059 <Reiner.Steib@gmx.de>.
9060
9061 2004-11-25 Romain Francoise <romain@orebokech.com>
9062
9063 * message.el (message-strip-forbidden-properties): Remove check for
9064 obsolete `message-hidden' text property, hidden headers are not
9065 accessible in the buffer anymore.
9066
9067 2004-11-22 Romain Francoise <romain@orebokech.com>
9068
9069 * message.el (message-header-format-alist): Add `From' in list
9070 so that it can be sorted.
9071 (message-fix-before-sending): Widen and sort headers before
9072 sending.
9073 (message-hide-headers): Use narrowing to hide headers by moving
9074 them to the top of the buffer and narrowing to the region
9075 underneath.
9076
9077 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9078
9079 * message.el (message-strip-forbidden-properties): Bind
9080 buffer-read-only (etc) to nil.
9081
9082 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
9083
9084 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9085 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9086
9087 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
9088
9089 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9090
9091 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9092
9093 * dns.el (query-dns): Use sit-for to time instead of
9094 accept-process-output, since that doesn't seem to work on udp
9095 sockets.
9096
9097 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
9098
9099 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9100
9101 2004-11-15 Jesper Harder <harder@ifa.au.dk>
9102
9103 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9104 doc string. Improve doc string.
9105
9106 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
9107
9108 * nntp.el (nntp-request-update-info): Return nil if
9109 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9110 may not call gnus-activate-group which uselessly issues the GROUP
9111 commands for all nntp groups and wastes time. Reported by Romain
9112 Francoise <romain@orebokech.com>.
9113
9114 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9115
9116 2004-11-15 Simon Josefsson <jas@extundo.com>
9117
9118 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9119 headers separately.
9120 (gnus-button-openpgp): New function, inspired by Jochen Küpper
9121 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9122
9123 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
9124
9125 * gnus-start.el (gnus-convert-old-newsrc):
9126 Assign legacy-gnus-agent to 5.10.7.
9127
9128 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9129
9130 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9131 start of the lines.
9132
9133 2004-11-14 Magnus Henoch <mange@freemail.hu>
9134
9135 * hashcash.el (hashcash-default-payment): Change default to 20
9136 (hashcash-default-accept-payment): Change default to 20
9137 (hashcash-process-alist): New variable
9138 (hashcash-generate-payment-async): Add
9139 (hashcash-already-paid-p): Add
9140 (hashcash-insert-payment): Don't generate payments twice
9141 (hashcash-insert-payment-async): Add
9142 (hashcash-insert-payment-async-2): Add
9143 (hashcash-cancel-async): Add
9144 (hashcash-wait-async): Add
9145 (hashcash-processes-running-p): Add
9146 (hashcash-wait-or-cancel): Add
9147 (mail-add-payment): New optional argument. Conditionally start
9148 asynchronous calculation.
9149 (mail-add-payment-async): Add
9150
9151 * message.el (message-send-mail): Wait for asynchronous hashcash
9152 results. Don't clobber existing X-Hashcash headers.
9153 (message-setup-1): Call mail-add-payment-async when
9154 message-generate-hashcash is non-nil.
9155
9156 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9157
9158 * message.el (message-use-alternative-email-as-from): Examine the
9159 From header as well; use message-make-from in order to include a
9160 user's full name.
9161
9162 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9163
9164 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9165 default; improve customization type.
9166 (gnus-emphasis-custom-with-format): New macro.
9167 (gnus-emphasis-custom-value-to-external): New function.
9168 (gnus-emphasis-custom-value-to-internal): New function.
9169
9170 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9171
9172 * dns.el (query-dns): Resolve reverse addresses.
9173
9174 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9175
9176 * gnus-group.el (gnus-group-get-new-news): Use it.
9177
9178 * gnus-start.el (gnus-check-reasonable-setup): New function.
9179
9180 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
9181
9182 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9183 "Args out of range" error. Reported by Arnaud Giersch
9184 <arnaud.giersch@free.fr>.
9185
9186 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
9187
9188 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9189
9190 2004-11-04 Richard M. Stallman <rms@gnu.org>
9191
9192 * spam.el (spam group): Add :version.
9193
9194 * pgg-def.el (pgg group): Add :version.
9195
9196 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
9197
9198 * gnus-art.el (gnus-article-edit-article): Don't associate the
9199 article buffer with a draft file. This is a temporary measure
9200 against the 2004-08-22 change to gnus-article-edit-mode.
9201
9202 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9203
9204 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9205 (html2text-format-tags): Remove unused variable `attr'.
9206
9207 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9208
9209 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9210
9211 * spam-stat.el (spam-stat): Add :version.
9212
9213 * sieve.el (sieve): Add :version.
9214
9215 * sha1.el (sha1): Add :version.
9216 (sha1-use-external): Remove redundant version.
9217
9218 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9219 (nnmail-cache-ignore-groups, nnmail-spool-hook)
9220 (nnmail-split-fancy-match-partial-words)
9221 (nnmail-split-lowercase-expanded): Add :version.
9222
9223 * nndiary.el (nndiary): Add :version.
9224
9225 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9226
9227 * mml-sec.el (mml-default-sign-method)
9228 (mml-default-encrypt-method, mml-signencrypt-style-alist):
9229 Add :version.
9230
9231 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9232
9233 * mm-url.el (mm-url-use-external, mm-url-program)
9234 (mm-url-arguments): Add :version.
9235
9236 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9237 (mm-attachment-file-modes, mm-decrypt-option)
9238 (mm-w3m-safe-url-regexp): Add :version.
9239
9240 * message.el (message-cite-prefix-regexp)
9241 (message-sendmail-envelope-from, message-minibuffer-local-map)
9242 (message-user-fqdn, message-completion-alist): Add :version.
9243
9244 * gnus-win.el (gnus-configure-windows-hook)
9245 (gnus-use-frames-on-any-display): Add :version.
9246
9247 * gnus-art.el (gnus-article-address-banner-alist)
9248 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9249 (gnus-treat-from-picon, gnus-treat-mail-picon)
9250 (gnus-treat-x-pgp-sig): Add :version.
9251
9252 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9253 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9254 (gnus-summary-article-delete-hook)
9255 (gnus-summary-display-while-building): Add :version.
9256
9257 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9258 (gnus-get-top-new-news-hook): Add :version.
9259
9260 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9261 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9262
9263 * gnus-registry.el (gnus-registry): Add :version.
9264
9265 * gnus-spec.el (gnus-use-correct-string-widths)
9266 (gnus-make-format-preserve-properties): Add :version.
9267
9268 * gnus.el (gnus-group-charter-alist)
9269 (gnus-group-fetch-control-use-browse-url)
9270 (gnus-install-group-spam-parameters): Add :version.
9271
9272 * gnus-diary.el (gnus-diary): Add :version.
9273
9274 * gnus-delay.el (gnus-delay): Add :version.
9275
9276 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9277 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9278 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9279 Add :version.
9280
9281 * gnus-agent.el (gnus-agent-max-fetch-size)
9282 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9283 (gnus-agent-prompt-send-queue): Add :version.
9284
9285 * deuglify.el (gnus-outlook-deuglify): Add :version.
9286
9287 * html2text.el: Beautify code. Improve doc strings. Some
9288 checkdoc cleanup.
9289 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9290
9291 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
9292
9293 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9294
9295 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
9296
9297 * gnus-registry.el (gnus-registry-hashtb): Create the registry
9298 when package is loaded.
9299
9300 * spam.el (spam-summary-score-preferred-header): Add global preference
9301 for people who want to override the default SpamAssassin over
9302 Bogofilter preference (when both are set).
9303 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9304 (spam-user-format-function-S): Check
9305 spam-summary-score-preferred-header.
9306 (spam-extra-header-to-number): Add X-Bogosity header parsing.
9307 (spam-user-format-function-S): Format the score correctly.
9308
9309 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
9310
9311 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9312 signature file. Suggested by Manoj Srivastava
9313 <srivasta@golden-gryphon.com>.
9314
9315 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9316 iso-2022-jp even in the Japanese language environment.
9317 Suggested by Jason Rumney <jasonr@gnu.org>.
9318
9319 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
9320
9321 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9322 use the same characters as the dummy marks; make it free from
9323 getting affected by the language environment.
9324 (gnus-summary-read-group-1): Update mark positions only when the
9325 format spec is updated.
9326
9327 * gnus-spec.el (gnus-update-format-specifications): Return a list
9328 of updated types.
9329
9330 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
9331
9332 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9333 of boundp to check if display-warning is available.
9334
9335 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
9336
9337 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9338
9339 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
9340
9341 * nnspool.el (nnspool-spool-directory): Use news-path if the
9342 news-directory variable is not bound.
9343
9344 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9345 function instead of display-warning if it is not available.
9346
9347 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9348
9349 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9350 v5-10: Use `point-at-bol'.
9351
9352 2004-10-26 Simon Josefsson <jas@extundo.com>
9353
9354 * hashcash.el: Fix URL in comment, reported by Cheng Gao
9355 <chenggao@gmail.com>.
9356
9357 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9358
9359 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
9360 instead.
9361
9362 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
9363
9364 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9365 to remove a server from the nnimap-server-buffer-alist.
9366 (nnimap-open-connection, nnimap-close-server): Use it.
9367
9368 * gnus-encrypt.el: Remove file in favor of encrypt.el.
9369
9370 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
9371
9372 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9373 running the major-mode function.
9374
9375 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9376
9377 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9378 dummy marks in the right way.
9379
9380 2004-10-18 David Edmondson <dme@dme.org>
9381
9382 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9383 excessively.
9384
9385 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
9386
9387 * gnus-util.el (gnus-split-references): Accept a nil references
9388 string and go on blissfully.
9389
9390 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9391 cases where the references string is non-nil but has no references.
9392
9393 * encrypt.el: Add autoload tags.
9394
9395 * spam.el (spam-resolve-registrations-routine): Remove article
9396 from unregistration list too. Reported by David Hanak
9397 <dhanak@isis.vanderbilt.edu>
9398
9399 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
9400
9401 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9402 nil. Changed custom type.
9403
9404 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
9405
9406 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9407
9408 * gnus-sum.el (gnus-summary-move-article): Use it.
9409
9410 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
9411
9412 * encrypt.el: Add autoload cookies.
9413
9414 * spam.el (spam-backend-article-list-property)
9415 (spam-backend-get-article-todo-list)
9416 (spam-backend-put-article-todo-list)
9417 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9418 Resolve registrations separately.
9419 (spam-register-routine): Format comments.
9420 (spam-unregister-routine, spam-register-routine): Always call with
9421 specific-articles, no default list.
9422 (spam-summary-prepare-exit): Use the spam-classifications function.
9423
9424 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9425 gnus-encrypt.el.
9426
9427 * encrypt.el: Copied from gnus-encrypt.el.
9428
9429 * gnus-encrypt.el: Commented that it's obsolete.
9430
9431 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9432
9433 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9434 (gnus-score-save): Use it.
9435
9436 * message.el (message-bury): Use `window-dedicated-p'.
9437
9438 2004-10-15 Simon Josefsson <jas@extundo.com>
9439
9440 * pop3.el (top-level): Don't require nnheader.
9441 (pop3-read-timeout): Add.
9442 (pop3-accept-process-output): Add.
9443 (pop3-read-response, pop3-retr): Use it.
9444
9445 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
9446
9447 * spam.el (spam-register-routine): Move comment.
9448 (spam-verify-bogofilter): Use 'unknown for the initial
9449 spam-bogofilter-valid state, not 'never.
9450
9451 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9452 for netrc-machine.
9453
9454 * nnimap.el (nnimap-open-connection): Use
9455 netrc-machine-user-or-password.
9456
9457 2004-10-17 Richard M. Stallman <rms@gnu.org>
9458
9459 * gnus-registry.el (gnus-registry-unload-hook):
9460 Set as a variable with add-hook.
9461
9462 * nnspool.el (nnspool-spool-directory): Use news-directory instead
9463 of news-path.
9464
9465 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9466
9467 * spam.el: Delete duplicate `provide'.
9468 (spam-unload-hook): Set as a variable with add-hook.
9469
9470 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9471
9472 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9473 in the doc string.
9474
9475 * message.el (message-ignored-news-headers)
9476 (message-ignored-supersedes-headers)
9477 (message-ignored-resent-headers)
9478 (message-forward-ignored-headers): Improve custom type.
9479
9480 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9481
9482 * message.el (message-tokenize-header): Fix 2004-09-06 change
9483 which used point-min in the wrong place.
9484
9485 2004-10-12 Simon Josefsson <jas@extundo.com>
9486
9487 * tls.el (tls-certtool-program): New variable.
9488 (tls-certificate-information): New function, based on
9489 ssl-certificate-information.
9490
9491 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9492
9493 * compface.el: Move the version of ELisp-based uncompface program
9494 to the contrib directory because of the copyright problem.
9495
9496 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9497
9498 * message.el (message-kill-buffer): Raise the current frame.
9499
9500 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
9501
9502 * gnus-sum.el: Mention that multibyte characters don't work as marks.
9503
9504 * gnus.el (message-y-or-n-p): Autoload.
9505
9506 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9507 (pop3-password-required, pop3-authentication-scheme)
9508 (pop3-leave-mail-on-server): Made customizable.
9509 (pop3): New custom group.
9510 (pop3-retr): Remove `sleep-for' statements.
9511 Suggested by Dave Love <fx@gnu.org>.
9512
9513 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9514 Windows/DOS.
9515
9516 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9517 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
9518 Dave Love <fx@gnu.org>.
9519
9520 * mml.el (mml-minibuffer-read-disposition): Require match.
9521 Suggested by Dave Love <fx@gnu.org>.
9522
9523 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
9524
9525 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
9526 doc string.
9527
9528 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
9529
9530 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9531
9532 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9533
9534 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9535 instead of calling `mm-insert-inline', to decode text/* parts
9536 before displaying them.
9537
9538 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9539
9540 * mm-uu.el (mm-uu-text-plain-type): New variable.
9541 (mm-uu-pgp-signed-extract-1): Use it.
9542 (mm-uu-pgp-encrypted-extract-1): Use it.
9543 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9544 bind mm-uu-text-plain-type with that value.
9545 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9546 mm-uu-dissect.
9547
9548 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9549
9550 * gnus-group.el (gnus-update-group-mark-positions):
9551 * gnus-sum.el (gnus-update-summary-mark-positions):
9552 * message.el (message-check-news-body-syntax):
9553 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9554 of string-as-multibyte.
9555
9556 2004-10-05 Juri Linkov <juri@jurta.org>
9557
9558 * gnus-group.el (gnus-update-group-mark-positions):
9559 * gnus-sum.el (gnus-update-summary-mark-positions):
9560 * message.el (message-check-news-body-syntax):
9561 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9562 8-bit unibyte values to a multibyte string for search functions.
9563
9564 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9565
9566 * mm-uu.el (mm-uu-dissect): Allow optional arg.
9567 (mm-uu-dissect-text-parts): New function.
9568
9569 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9570 dissect text parts.
9571
9572 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9573 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9574
9575 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9576
9577 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9578 gnus-current-topics instead of gnus-current-topic.
9579
9580 2004-10-06 Jesper Harder <harder@ifa.au.dk>
9581
9582 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9583
9584 2004-10-05 Jesper Harder <harder@ifa.au.dk>
9585
9586 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9587 where approriate.
9588
9589 * nnml.el (nnml-generate-active-info): do.
9590
9591 * nndiary.el (nndiary-generate-active-info): do.
9592
9593 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9594 (gnus-topic-move): do.
9595
9596 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9597 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9598
9599 * gnus-srvr.el (gnus-server-prepare)
9600 (gnus-server-open-all-servers): do.
9601
9602 * gnus-msg.el (gnus-summary-cancel-article)
9603 (gnus-summary-resend-message)
9604 (gnus-summary-mail-crosspost-complaint): do.
9605
9606 * gnus-move.el (gnus-change-server): do.
9607
9608 * gnus-group.el (gnus-group-unmark-all-groups)
9609 (gnus-group-set-current-level): do.
9610
9611 2004-10-04 Simon Josefsson <jas@extundo.com>
9612
9613 * message.el (message-generate-hashcash): Doc fix.
9614
9615 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
9616
9617 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9618 avoid infinite recursion via gnus-get-function.
9619
9620 2004-10-02 Jesper Harder <harder@ifa.au.dk>
9621
9622 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9623
9624 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9625
9626 * nnmail.el (nnmail-split-history): do.
9627
9628 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9629 (nnml-request-delete-group): do.
9630
9631 * nnslashdot.el (nnslashdot-read-groups): do.
9632
9633 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9634 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9635
9636 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9637 (nnspool-sift-nov-with-sed): Use last
9638 (nnspool-retrieve-headers-with-nov): Use mapc.
9639 (nnspool-request-newgroups): Use dolist.
9640 (nnspool-request-group): Use last.
9641
9642 * nntp.el (nntp-read-server-type): Use dolist.
9643
9644 * nnvirtual.el (nnvirtual-create-mapping)
9645 (nnvirtual-update-read-and-marked): Use dolist.
9646 (nnvirtual-convert-headers): Simplify.
9647
9648 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9649
9650 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9651 support for sync'ing tick marks.
9652
9653 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9654
9655 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9656 there's no visible header.
9657
9658 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9659
9660 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9661 necessary, pass full group name to gnus-request-set-marks.
9662
9663 2004-10-01 Simon Josefsson <jas@extundo.com>
9664
9665 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
9666 acroread.
9667
9668 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9669
9670 * spam-report.el (spam-report-gmane): Fix interactive.
9671
9672 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9673
9674 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9675 when writing file.
9676 (gnus-agent-synchronize-flags): Don't default to being
9677 interactive.
9678
9679 2004-09-30 Simon Josefsson <jas@extundo.com>
9680
9681 * message.el (message-generate-hashcash): Add.
9682 (message-send-mail): Use it, call mail-add-payment.
9683
9684 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
9685
9686 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9687
9688 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
9689
9690 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9691 gnus-requst-update-info with explicit code to sync the in-memory
9692 info read flags with the marks being sync'd to the backend.
9693
9694 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9695
9696 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9697
9698 * spam.el (spam-verify-bogofilter): Add new function.
9699 (spam-check-bogofilter)
9700 (spam-bogofilter-register-with-bogofilter): Use it.
9701 (spam-verify-bogofilter): Add small fixes.
9702
9703 2004-09-28 Simon Josefsson <jas@extundo.com>
9704
9705 * hashcash.el (hashcash-generate-payment): Revert.
9706
9707 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9708
9709 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9710 gnus-extract-references instead of gnus-split-references.
9711
9712 * gnus-util.el (gnus-extract-references): Add new function, analogous
9713 to gnus-split-references but extracts only the message-ID without
9714 anything extra.
9715
9716 * hashcash.el (hashcash-generate-payment)
9717 (hashcash-check-payment): Do the right thing if hashcash-path is
9718 nil (because the hashcash program could not be found).
9719
9720 * spam.el (spam-use-hashcash): Remove comment.
9721
9722 2004-09-27 Jesper Harder <harder@ifa.au.dk>
9723
9724 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9725 (gnus-cache-enter-article, gnus-cache-remove-article)
9726 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9727
9728 * gnus-async.el (gnus-async-prefetch-remove-group): do.
9729
9730 * gnus-art.el (article-hide-boring-headers)
9731 (article-translate-strings, article-display-face)
9732 (gnus-article-mime-match-handle-first)
9733 (gnus-article-highlight-headers)
9734 (gnus-article-add-buttons-to-head): do.
9735
9736 2004-09-27 Simon Josefsson <jas@extundo.com>
9737
9738 * hashcash.el: New version, from
9739 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
9740 ../contrib/.
9741
9742 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9743
9744 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9745
9746 2004-09-26 Jesper Harder <harder@ifa.au.dk>
9747
9748 * gnus-dup.el (gnus-dup-open): Use mapc.
9749 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9750
9751 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9752 Reported by Stefan Wiens <s.wi@gmx.net>.
9753
9754 * gnus.el (gnus-shutdown): Use dolist.
9755
9756 * gnus-undo.el (gnus-undo): Use mapc.
9757
9758 * nnrss.el (nnrss-generate-active): do.
9759
9760 * message.el (message-cite-original-without-signature)
9761 (message-cite-original): Use mapc.
9762 (message-do-actions, message-make-forward-subject): Use dolist.
9763
9764 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9765
9766 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9767 deletion to remove entire duplicate line. Fixes merged article
9768 number bug.
9769
9770 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9771
9772 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9773 servers that are offline. Avoids having gnus-agent-toggle-plugged
9774 first ask if you want to open a server and then, even when you
9775 responded with no, asking if you want to synchronize the server's
9776 flags.
9777 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9778 multi-line expressions.
9779 (gnus-agent-synchronize-group-flags): New internal function.
9780 Updates marks in memory (in the info structure) AND in the
9781 backend.
9782
9783 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9784
9785 * nnagent.el (nnagent-request-set-mark): Use
9786 gnus-agent-synchronize-group-flags, not backend's request-set-mark
9787 method, to ensure that synchronization updates marks in the
9788 backend and in the info (in memory) structure.
9789
9790 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9791
9792 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9793 convention fully; don't miss the root article of a thread; make
9794 the X-Draft-From header with correct article numbers.
9795
9796 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
9797
9798 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9799 unless plugged. Disable the agent so that an open failure causes
9800 an error.
9801
9802 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9803 Reverted 2004-09-21 change. The backend must be opened while
9804 synchronizing flags even when the backend stores the flags
9805 locally.
9806
9807 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
9808
9809 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9810 in `header' match. Reported by Svend Tollak Munkejord.
9811
9812 * message.el (message-cite-original): Fix use of
9813 `message-cite-articles-with-x-no-archive'.
9814
9815 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9816
9817 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9818 (gnus-window-to-buffer): Ditto.
9819
9820 * mml.el (mml-preview-buffer): New variable.
9821 (mml-preview): Manage window layout with gnus-buffer-configuration.
9822
9823 * gnus-msg.el (gnus-setup-message): Put article numbers into the
9824 X-Draft-From header even if those articles aren't quoted.
9825
9826 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
9827
9828 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9829 (gnus-request-set-mark, gnus-request-update-mark): Use new
9830 g-s-t-u-l-m to decide to use backend even when unplugged.
9831
9832 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
9833
9834 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
9835 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
9836
9837 2004-09-20 Simon Josefsson <jas@extundo.com>
9838
9839 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
9840 "utf-16-le".
9841
9842 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9843
9844 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
9845
9846 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
9847
9848 * uudecode.el (uudecode-use-external): Add :version.
9849
9850 * smime.el (smime-CA-file, smime-encrypt-cipher)
9851 (smime-dns-server): Add :version.
9852
9853 * smiley.el (gnus-smiley-file-types): Add :version.
9854
9855 * sha1.el (sha1-use-external): Add :version.
9856
9857 * pgg-def.el (pgg-query-keyserver): Add :version.
9858
9859 * nnmail.el (nnmail-fancy-expiry-targets)
9860 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
9861 Add :version.
9862
9863 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
9864 (nnimap-retrieve-groups-asynchronous): Add :version.
9865 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
9866
9867 * mml.el (mml-content-disposition-parameters)
9868 (mml-insert-mime-headers-always): Add :version.
9869
9870 * mm-util.el (mm-coding-system-priorities): Add :version.
9871
9872 * mm-decode.el (mm-inline-text-html-with-images)
9873 (mm-keep-viewer-alive-types, mm-external-terminal-program)
9874 (mm-verify-option): Add :version.
9875 (mm-text-html-renderer): Change :version.
9876
9877 * message.el (message-fcc-externalize-attachments)
9878 (message-required-headers, message-draft-headers)
9879 (message-subject-trailing-was-query)
9880 (message-subject-trailing-was-ask-regexp)
9881 (message-subject-trailing-was-regexp, message-mark-insert-begin)
9882 (message-mark-insert-end, message-archive-header)
9883 (message-archive-note, message-cross-post-default)
9884 (message-cross-post-note, message-followup-to-note)
9885 (message-cross-post-note-function, message-use-mail-followup-to)
9886 (message-subscribed-address-functions)
9887 (message-subscribed-address-file, message-subscribed-addresses)
9888 (message-subscribed-regexps, message-allow-no-recipients)
9889 (message-yank-cited-prefix, message-signature-insert-empty-line)
9890 (message-hidden-headers, message-hierarchical-addresses)
9891 (message-mail-user-agent, message-use-idna)
9892 (message-valid-fqdn-regexp)
9893 (message-strip-special-text-properties, message-header-synonyms)
9894 (message-beginning-of-line, message-tab-body-function): Add :version.
9895 (message-insert-canlock, message-wide-reply-confirm-recipients):
9896 Change :version.
9897
9898 * mail-source.el (mail-source-ignore-errors): Add :group, :type
9899 and :version.
9900 (mail-source-delete-old-incoming-confirm)
9901 (mail-source-movemail-program): Add :version.
9902
9903 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
9904 (gnus-agent-cache, gnus-agent): Change :version.
9905
9906 * gnus-util.el (gnus-use-byte-compile): Change :version.
9907
9908 * gnus-sum.el (gnus-summary-make-false-root-always)
9909 (gnus-summary-default-high-score)
9910 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
9911 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
9912 (gnus-read-all-available-headers, gnus-article-emulate-mime)
9913 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
9914 (gnus-sum-thread-tree-single-indent)
9915 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9916 (gnus-sum-thread-tree-leaf-with-other)
9917 (gnus-sum-thread-tree-single-leaf): Add :version.
9918 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
9919 (gnus-article-loose-mime): Change :version.
9920
9921 * gnus-start.el (gnus-backup-startup-file)
9922 (gnus-save-startup-file-via-temp-buffer): Add :version.
9923
9924 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
9925 (gnus-server-offline-face): Add :version.
9926
9927 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
9928
9929 * gnus-msg.el (gnus-gcc-externalize-attachments)
9930 (gnus-debug-files, gnus-debug-exclude-variables)
9931 (gnus-discouraged-post-methods): Change :version.
9932 (gnus-confirm-mail-reply-to-news)
9933 (gnus-confirm-treat-mail-like-news): Add :version.
9934
9935 * gnus-int.el (gnus-server-unopen-status): Add :version.
9936
9937 * gnus-group.el (gnus-group-jump-to-group-prompt)
9938 (gnus-large-ephemeral-newsgroup)
9939 (gnus-fetch-old-ephemeral-headers): Add :version.
9940
9941 * gnus-fun.el (gnus-x-face-directory)
9942 (gnus-convert-pbm-to-x-face-command)
9943 (gnus-convert-image-to-x-face-command)
9944 (gnus-convert-image-to-face-command): Add :version.
9945
9946 * gnus-delay.el (gnus-delay-default-hour): Add :version.
9947
9948 * gnus-cite.el (gnus-cite-blank-line-after-header)
9949 (gnus-article-boring-faces): Add :version.
9950
9951 * gnus-art.el (gnus-buttonized-mime-types)
9952 (gnus-inhibit-mime-unbuttonizing)
9953 (gnus-treat-display-face)
9954 (gnus-treat-body-boundary): Change :version.
9955 (gnus-body-boundary-delimiter, gnus-picon-databases)
9956 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
9957 (gnus-treat-date-english, gnus-treat-fold-headers)
9958 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
9959 (gnus-treat-mail-picon, gnus-treat-wash-html)
9960 (gnus-article-encrypt-protocol)
9961 (gnus-use-idna, gnus-article-over-scroll)
9962 (gnus-mime-display-multipart-alternative-as-mixed)
9963 (gnus-mime-display-multipart-related-as-mixed)
9964 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
9965 (gnus-ctan-url, gnus-button-ctan-handler)
9966 (gnus-button-handle-ctan-bogus-regexp)
9967 (gnus-button-ctan-directory-regexp)
9968 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
9969 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
9970 (gnus-button-man-level, gnus-button-emacs-level)
9971 (gnus-button-message-level, gnus-button-browse-level): Add :version.
9972
9973 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
9974 (gnus-agent-go-online): Change :version.
9975 (gnus-agent-expire-unagentized-dirs)
9976 (gnus-agent-auto-agentize-methods): Add :version.
9977
9978 * flow-fill.el (fill-flowed-display-column)
9979 (fill-flowed-encode-column): Add :version.
9980
9981 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9982 (gnus-outlook-deuglify-unwrap-max)
9983 (gnus-outlook-deuglify-cite-marks)
9984 (gnus-outlook-deuglify-unwrap-stop-chars)
9985 (gnus-outlook-deuglify-no-wrap-chars)
9986 (gnus-outlook-deuglify-attrib-cut-regexp)
9987 (gnus-outlook-deuglify-attrib-verb-regexp)
9988 (gnus-outlook-deuglify-attrib-end-regexp)
9989 (gnus-outlook-display-hook): Add :version.
9990
9991 * binhex.el (binhex-use-external): Add :version.
9992
9993 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
9994
9995 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
9996 and `invisible'.
9997
9998 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9999
10000 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10001 in gnus-registry-trim.
10002
10003 2004-09-13 Simon Josefsson <jas@extundo.com>
10004
10005 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10006
10007 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10008
10009 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10010 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10011 <yamaoka@jpl.org>.
10012 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10013 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10014 <yamaoka@jpl.org>.
10015
10016 * sieve.el (sieve-manage-mode): Ditto.
10017
10018 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
10019
10020 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10021
10022 2004-09-11 Simon Josefsson <jas@extundo.com>
10023
10024 * dns-mode.el: Add.
10025
10026 * mm-view.el (mm-display-dns-inline): Add.
10027
10028 * mm-decode.el (mm-inline-media-tests): Add text/dns.
10029 (mm-automatic-display): Ditto.
10030
10031 * mailcap.el (mailcap-mime-data): Add text/dns.
10032 (mailcap-mime-extensions): Map .soa to text/dns.
10033
10034 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
10035
10036 * gnus-art.el (article-decode-mime-words, article-babel)
10037 (gnus-article-highlight-signature, gnus-article-add-buttons)
10038 (gnus-signature-toggle): Remove unnecessary bindings of
10039 `inhibit-read-only' inherited from v5.10 merge.
10040
10041 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
10042
10043 * nntp.el (nntp): New customization group.
10044 (nntp-authinfo-file): Add customization group.
10045
10046 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10047
10048 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10049
10050 * gnus.el (to-address, to-list, subscribed)
10051 (large-newsgroup-initial): Ditto.
10052
10053 * flow-fill.el (fill-flowed-display-column)
10054 (fill-flowed-encode-column): Ditto.
10055
10056 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10057
10058 * message.el (message-tokenize-header, message-send-mail-with-qmail):
10059 Use point-min rather than 1.
10060 (message-send-mail): Use buffer-size rather than point-max.
10061
10062 * gnus-sum.el (gnus-summary-search-article-forward):
10063 Signal a specific `search-failed' rather than a generic `error'.
10064
10065 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10066 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10067 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10068
10069 2004-09-10 Simon Josefsson <jas@extundo.com>
10070
10071 * nndb.el (require): Remove tcp and duplicate cl.
10072
10073 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10074
10075 * gnus-agent.el (directory-files-and-attributes): Move forward.
10076
10077 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
10078
10079 * gnus-agent.el (directory-files-and-attributes): Optionally
10080 defined to support XEmacs.
10081
10082 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
10083
10084 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10085 to avoid run-time CL dependencies.
10086 (gnus-agent-unfetch-articles): New function.
10087 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10088 article numbers even when local .overview file is missing.
10089 (gnus-agent-read-article-number): New function. Only accepts
10090 27-bit article numbers.
10091 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10092 gnus-agent-read-article-number.
10093 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10094 from backend while recognizing that article numbers in .overview
10095 must be valid.
10096 (gnus-agent-update-files-total-fetched-for): Use
10097 directory-files-and-attributes to improve performance.
10098 * gnus-int.el (gnus-request-move-article): Use
10099 gnus-agent-unfetch-articles in place of gnus-agent-expire to
10100 improve performance.
10101
10102 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10103 some users confused by references to .newsrc when they only have a
10104 .newsrc.eld file.
10105 (gnus-convert-mark-converter-prompt)
10106 (gnus-convert-converter-needs-prompt): Fixed use of property list.
10107 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10108 New function. Used internally to only display 'gnus converting
10109 files' message when actually necessary.
10110
10111 * gnus-sum.el (): Removed (require 'gnus-agent) as required
10112 methods now autoloaded.
10113
10114 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
10115
10116 * gnus-sum.el (gnus-summary-insert-subject): Remove list
10117 identifiers.
10118
10119 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
10120
10121 * gnus-picon.el: Fix indentation and closing parenthesis.
10122
10123 2004-09-01 Simon Josefsson <jas@extundo.com>
10124
10125 * message.el (message-canlock-generate): Require sha1, not
10126 sha1-el. (Can we get rid of this require altogether? It is ugly
10127 to require within a function. Sadly, if sha1.el isn't loaded, the
10128 let binding in m-c-g will hide the defcustom definition, which is
10129 bad.)
10130
10131 * canlock.el: Require sha1, not sha1-el.
10132
10133 * message.el: Don't autoload sha1 (there is a autoload cookie in
10134 sha1.el).
10135
10136 * sha1-el.el: Renamed to sha1.el.
10137
10138 2004-08-30 Juanma Barranquero <lektu@terra.es>
10139
10140 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10141
10142 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10143
10144 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10145
10146 2004-08-30 Kim F. Storm <storm@cua.dk>
10147
10148 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10149
10150 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10151 Add :group 'nnimap.
10152
10153 2004-08-30 Andreas Schwab <schwab@suse.de>
10154
10155 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10156 ?* and ?\;.
10157
10158 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10159 and ?\' to symbol instead of whitespace.
10160
10161 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
10162
10163 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10164
10165 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10166 instead of re-search-forward.
10167
10168 * gnus-uu.el (gnus-uu-save-article): Ditto.
10169 (gnus-uu-post-encode-uuencode): Ditto.
10170
10171 * html2text.el (html2text-clean-list-items): Ditto.
10172 (html2text-clean-dtdd): Ditto.
10173 (html2text-format-tags): Ditto.
10174
10175 * message.el (message-send-mail-with-sendmail): Fix regexp.
10176 (message-fill-field-general): Use search-forward instead of
10177 re-search-forward.
10178 (unbold-region): Ditto.
10179
10180 * nnrss.el (nnrss-request-article): Ditto.
10181
10182 * nnslashdot.el (nnslashdot-request-article): Ditto.
10183
10184 * nnweb.el (nnweb-gmane-wash-article): Ditto.
10185
10186 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10187 "Unrecognized menu descriptor" error in XEmacs.
10188
10189 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
10190
10191 * gnus-sum.el (gnus-read-header): Don't remove a header for the
10192 parent article of a sparse article in the thread hashtb.
10193
10194 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
10195
10196 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10197 (nnmail-expand-newtext): Lowercase expanded entries if
10198 nnmail-split-lowercase-expanded is non-nil.
10199
10200 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
10201
10202 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10203
10204 * gnus-group.el (gnus-group-line-format-alist): Convert the value
10205 of gnus-tmp-news-method into string under XEmacs. It will be
10206 passed to gnus-correct-length which takes only a string argument.
10207
10208 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
10209
10210 * gnus-util.el (gnus-bind-print-variables): New macro.
10211 (gnus-prin1): Use it.
10212 (gnus-prin1-to-string): Use it.
10213 (gnus-pp): New function.
10214 (gnus-pp-to-string): New function.
10215
10216 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10217 Replace pp-to-string with gnus-pp-to-string.
10218 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10219 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10220 * gnus-msg.el (gnus-debug): Ditto.
10221 * gnus-score.el (gnus-score-save): Ditto.
10222 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10223 gnus-pp-to-string.
10224 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10225 with gnus-pp.
10226 * score-mode.el (gnus-score-pretty-print): Ditto.
10227 * webmail.el (webmail-debug): Ditto.
10228
10229 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
10230
10231 * gnus-art.el (article-display-face, article-display-x-face):
10232 Use buffer-read-only.
10233
10234 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
10235
10236 * gnus-art.el (article-hide-list-identifiers):
10237 Bind inhibit-read-only as t.
10238
10239 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
10240
10241 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10242
10243 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10244
10245 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10246 (gnus-narrow-to-page): Don't assume point-min == 1.
10247 (gnus-article-edit-mode): Derive from message-mode.
10248
10249 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10250 point-min == 1.
10251
10252 * imap.el (imap-parse-address-list, imap-parse-body-ext):
10253 Disable incorrect use of `assert'.
10254
10255 * message.el (message-mode): Set comment-start-skip.
10256
10257
10258 2004-08-22 Sam Steingold <sds@gnu.org>
10259
10260 * pop3.el (pop3-leave-mail-on-server): New user variable.
10261 (pop3-movemail): Delete mail only when it is nil.
10262
10263 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
10264
10265 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10266
10267 * mml.el (mml-preview): Use `pop-to-buffer'.
10268
10269 * message.el (message-goto-mail-followup-to): Insert after "To".
10270 (message-carefully-insert-headers): Add comment.
10271
10272 * gnus.el: Remove unused variable `gnus-article-check-size'.
10273
10274 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10275
10276 * gnus-art.el (gnus-button-alist): Improve
10277 `gnus-button-handle-library' entry.
10278
10279 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
10280
10281 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10282 downcase, since XEmacs capitalizes error messages differently.
10283
10284 2004-08-18 Jesper Harder <harder@ifa.au.dk>
10285
10286 * nntp.el: Add (require 'gnus) due to reference to
10287 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
10288
10289 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
10290
10291 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10292 `mm-fill-flowed'.
10293
10294 * mm-decode.el (mm-dissect-singlepart): Check it.
10295
10296 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
10297
10298 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10299 'imap' for netrc parsing.
10300
10301 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
10302
10303 * mailcap.el (mailcap-mime-data): Mark as risky.
10304
10305 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
10306
10307 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10308 may be included in the encoded word.
10309 (rfc2047-encode): Don't append a space if the encoded word
10310 includes close parenthesis.
10311
10312 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
10313
10314 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10315 of text within parentheses.
10316
10317 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
10318
10319 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10320 (gnus-encrypt-write-file-contents): Make the password key the file
10321 name PLUS the cipher, not just the cipher. Also remove failed
10322 passwords from the cache.
10323
10324 2004-08-06 Simon Josefsson <jas@extundo.com>
10325
10326 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
10327 fix.
10328
10329 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
10330
10331 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10332 LWSP.
10333
10334 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
10335
10336 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10337 to append in-reply-to: data to the references: header.
10338
10339 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10340 (netrc-parse): Use gnus-encrypt.el functions.
10341
10342 * gnus-encrypt.el: Add new file for encryption support; currently
10343 does only a few GPG ciphers and an internal XOR cipher.
10344
10345 * password.el: Add comments on using password-read-and-add.
10346 (password-read-and-add): Add function to read and add the
10347 password to the cache at once.
10348
10349 2004-07-28 Simon Josefsson <jas@extundo.com>
10350
10351 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10352 parameter (but don't use it, for now).
10353
10354 * imap.el (imap-ssl-open): Use imap-process-connection-type,
10355 instead of hard coding to nil.
10356
10357 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
10358
10359 * mm-view.el (mm-inline-image-emacs): Open lines under an image
10360 as mm-inline-image-xemacs does.
10361
10362 2004-07-26 Simon Josefsson <jas@extundo.com>
10363
10364 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10365 Revert part of 2004-07-17 change below.
10366
10367 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
10368
10369 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
10370 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10371
10372 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10373
10374 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10375 quotes that actually start with ">" at the beginning of the
10376 lines.
10377
10378 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10379
10380 * rfc2047.el (rfc2047-encode-region): Fix last change.
10381 (rfc2047-encode-parameter): Remove useless concat.
10382
10383 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
10384
10385 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10386 encode special characters; fix some kind of misconfigured headers;
10387 signal a real error if debug-on-quit or debug-on-error is non-nil.
10388 (rfc2047-encode-max-chars): New variable.
10389 (rfc2047-encode-1): Use it.
10390 (rfc2047-encode-parameter): New function.
10391
10392 * mml.el (mml-insert-parameter): Remove an excessive space.
10393
10394 2004-07-17 Simon Josefsson <jas@extundo.com>
10395
10396 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10397 Kai Grossjohann <kai@emptydomain.de>.
10398 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10399 (gnus-group-make-menu-bar): Ditto.
10400
10401 * gnus-util.el (gnus-group-server): Add.
10402
10403 2004-07-16 Jesper Harder <harder@ifa.au.dk>
10404
10405 * message.el (message-clone-locals): Clone sendmail and smtp
10406 variables.
10407
10408 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10409
10410 * rfc2047.el (rfc2047-encode-region): Fix last change.
10411
10412 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10413
10414 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10415 characters as non-special.
10416
10417 2004-07-09 Simon Josefsson <jas@extundo.com>
10418
10419 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10420 Users will lose all flag changes made while unplugged with
10421 e.g. nntp unless flag synchronization happens, thus `nil' is not a
10422 good default. See numerous reports on ding mailing list.
10423
10424 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
10425
10426 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10427 add generate-head-function and generate-article-function to the
10428 rfc822-forward entry.
10429 (nndoc-rfc822-forward-generate-article): New function.
10430 (nndoc-rfc822-forward-generate-head): New function.
10431
10432 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10433
10434 2004-07-06 Dan Christensen <jdc@uwo.ca>
10435
10436 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10437 respect display group parameter and gnus-summary-expunge-below.
10438 (gnus-articles-to-read): Remove unused reference to display group
10439 parameter.
10440
10441 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10442
10443 * nnheader.el (nnheader-uniquify-message-id): New experimental
10444 variable.
10445 (nnheader-nov-read-message-id): Use it.
10446
10447 * spam-report.el (spam-report-gmane): Add interactive.
10448
10449 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10450
10451 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10452 qp-or-base64 for the application/* types.
10453
10454 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
10455
10456 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10457
10458 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
10459
10460 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10461 trim value.
10462
10463 2004-01-25 Paul Jarc <prj@po.cwru.edu>
10464
10465 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10466 New macro and function.
10467 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10468
10469 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10470
10471 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10472 after-load-alist.
10473
10474 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10475
10476 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10477 update info that isn't there.
10478
10479 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
10480
10481 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10482 entry.
10483
10484 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10485
10486 * mm-view.el (mm-inline-render-with-function): Use multibyte
10487 buffer; decode html source by charset.
10488
10489 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10490
10491 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10492 Mule-UCS is loaded under XEmacs.
10493 (mm-mime-mule-charset-alist): Avoid duplicated entries.
10494
10495 2004-06-28 Jesper Harder <harder@ifa.au.dk>
10496
10497 * nnheader.el (nnheader-max-head-length): Increase to 8192.
10498
10499 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
10500
10501 * mm-util.el (mm-coding-system-p): Return a coding-system.
10502 (mm-mime-mule-charset-alist): Use shift_jis instead of
10503 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10504 entries for the mime charsets iso-2022-jp-3 and shift_jis.
10505 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10506 instead of japanese-shift-jis and iso-latin-1 respectively in
10507 order to share the default value with both Emacs and XEmacs-mule.
10508 (mm-mule-charset-to-mime-charset): Make
10509 mm-coding-system-priorities effective.
10510 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10511 while predicating of candidates upon the priorities.
10512
10513 2004-06-27 Jesper Harder <harder@ifa.au.dk>
10514
10515 * gnus-sum.el (gnus-summary-make-menu-bar): Add
10516 gnus-uu-invert-processable.
10517
10518 * gnus.el: Autoload gnus-uu-invert-processable.
10519
10520 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
10521
10522 * mm-util.el (mm-with-multibyte-buffer): New macro.
10523
10524 * rfc2047.el (rfc2047-encode-string): Use it.
10525 (rfc2047-encode-region): Move point to the end of the region after
10526 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10527
10528 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10529
10530 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10531 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10532
10533 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10534
10535 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10536 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
10537 Karl Chen <quarl@nospam.quarl.org>.
10538
10539 2004-06-23 Jesper Harder <harder@ifa.au.dk>
10540
10541 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10542 invalid addresses.
10543
10544 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
10545
10546 * spam.el: Change section markers, revise TODO list.
10547 (spam-backends): Make new master list of all installed backends.
10548 (spam-summary-exit-behavior): Add new variable to determine how
10549 messages moves are done at summary exit.
10550 (spam-move-spam-nonspam-groups-only)
10551 (spam-process-ham-in-nonham-groups)
10552 (spam-process-ham-in-spam-groups): Remove variables, the
10553 spam-summary-exit-behavior variable should be used to manage this
10554 behavior.
10555 (spam-old-ham-articles, spam-old-spam-articles): Remove.
10556 (spam-old-articles): Add variable, replacing spam-old-ham-articles
10557 and spam-old-spam-articles.
10558 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10559 Add empty variables, placeholders for the backends they represent.
10560 (spam-set-difference): Move, unchanged.
10561 (spam-list-of-processors): Declare OBSOLETE, not used anymore
10562 unless the user has a processor variable.
10563 (spam-classifications, spam-classification-valid-p)
10564 (spam-backend-properties, spam-backend-property-valid-p)
10565 (spam-backend-function-type-valid-p)
10566 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10567 (spam-report-articles-gmane, spam-report-articles-resend):
10568 Remove functions, they are not needed.
10569 (spam-install-backend-super, spam-backend-list)
10570 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10571 (spam-backend-function, spam-backend-ham-registration-function)
10572 (spam-backend-spam-registration-function)
10573 (spam-backend-ham-unregistration-function)
10574 (spam-backend-spam-unregistration-function)
10575 (spam-backend-statistical-p, spam-backend-mover-p)
10576 (spam-install-backend-alias, spam-install-checkonly-backend)
10577 (spam-install-mover-backend, spam-install-nocheck-backend)
10578 (spam-install-backend, spam-install-statistical-backend)
10579 (spam-install-statistical-checkonly-backend): Add backend installation
10580 support.
10581 (spam-summary-prepare-exit): Rewrite to use the new backend code.
10582 (spam-group-processor-p): Use the new backend code and respect the
10583 summary exit behavior.
10584 (spam-mark-spam-as-expired-and-move-routine): Remove.
10585 (spam-summary-prepare): Change to use the new spam-old-articles
10586 variable.
10587 (spam-copy-or-move-routine, spam-copy-spam-routine)
10588 (spam-move-spam-routine, spam-copy-ham-routine)
10589 (spam-move-ham-routine): Add code to copy/move ham or spam.
10590 (spam-fetch-field-fast): Improve doc and code, plus allow the
10591 'number request.
10592 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10593 variables.
10594 (spam-split, spam-find-spam): Use the new backend code.
10595 (spam-registration-functions): Remove variable.
10596 (spam-unregister-routine): Add convenience wrapper.
10597 (spam-log-undo-registration, spam-register-routine)
10598 (spam-log-processing-to-registry)
10599 (spam-log-unregistration-needed-p): Rename "check" to "backend"
10600 where possible.
10601 (spam-check-gmane-xref, spam-check-regex-headers)
10602 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10603 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10604 (spam-check-bogofilter-headers, spam-check-spamoracle)
10605 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10606 (spam-check-crm114-headers): Use the spam-split-group that
10607 spam-split prepares, no need to determine it every time.
10608
10609 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10610 to the nnheader-parse-naked-head call.
10611
10612 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10613
10614 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10615 the nnheader-nov-read-message-id call.
10616
10617 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
10618
10619 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10620 gnus-activate-group twice. Suggested by Markus Peter
10621 <warp@spin.de>.
10622
10623 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
10624
10625 * gnus-art.el (gnus-article-time-format): Exchange the order of
10626 day and month in the default value; fix customization type.
10627 (article-date-ut): Use add-text-properties.
10628 (article-make-date-line): Use message-make-date instead of
10629 current-time-string.
10630
10631 * message.el (message-fetch-field): Don't use set-text-properties.
10632 (message-make-date): Simplify.
10633
10634 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
10635
10636 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10637 (rfc2047-encode-region): Treat text within parentheses as special;
10638 show the original text when error has occurred.
10639
10640 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10641 already-computed method to gnus-activate-group.
10642
10643 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10644 same select-methods identical Lisp objects.
10645
10646 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10647 object when modifying the info.
10648
10649 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10650
10651 * gnus-srvr.el (gnus-server-set-info): Remove the server from
10652 gnus-opened-servers since it has never been opened with the new
10653 configuration yet.
10654
10655 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
10656
10657 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10658 arg to nnheader-generate-fake-message-id.
10659
10660 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
10661
10662 * nnheader.el (nnheader-generate-fake-message-id): Accept a
10663 number and build a fake message ID localized to a group and
10664 article number (so it's repeatable from that point on).
10665 (nnheader-fake-message-id-p): Change regex to accommodate new fake
10666 ID format.
10667
10668 * gnus-sum.el (gnus-get-newsgroup-headers): Call
10669 nnheader-generate-fake-message-id with the article number.
10670
10671 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
10672
10673 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10674 end-of-buffer.
10675
10676 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10677
10678 * message.el (message-ignored-supersedes-headers): Add Approved.
10679
10680 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
10681
10682 * rfc2047.el (rfc2047-encode-message-header): Remove useless
10683 goto-char.
10684 (rfc2047-encode): Fold the line before encoding.
10685
10686 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10687
10688 * rfc2047.el (rfc2047-encode-message-header): Disabled header
10689 folding -- not all headers can be folded, and this should be done
10690 by the message composition mode. Probably. I think.
10691
10692 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
10693
10694 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10695 fast.
10696
10697 * gnus-ems.el (gnus-remove-image): Don't use
10698 message-text-with-property; remove only the image found first.
10699
10700 2004-06-09 Jesper Harder <harder@ifa.au.dk>
10701
10702 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
10703
10704 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
10705
10706 * message.el (message-text-with-property): Make it fast and accept
10707 optional arguments.
10708 (message-strip-forbidden-properties): Use it.
10709 (message-fix-before-sending): Follow the m-t-w-p change.
10710
10711 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
10712
10713 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10714
10715 * gnus-art.el (article-hide-headers): Don't change the buffer
10716 mistakenly when performing mml-preview even if
10717 gnus-single-article-buffer is nil.
10718
10719 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
10720
10721 * message.el (message-expand-name-databases): New user option.
10722 (message-expand-name): Use it.
10723
10724 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
10725
10726 * spam.el (spam-report-articles-resend)
10727 (spam-report-resend-register-routine): Allow ham reporting.
10728 (spam-report-resend-register-ham-routine): Add wrapper.
10729 (spam-registration-functions): Add ham resending functions.
10730 (spam-list-of-processors): Add ham resend processor.
10731
10732 * gnus.el (ham-resend-to): Add new group parameter.
10733 (spam-process): Add ham resend option.
10734
10735 * spam-report.el (spam-report-resend): Allow reporting ham.
10736 (spam-report-resend-ham): Add wrapper.
10737
10738 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10739
10740 * message.el (message-cite-articles-with-x-no-archive): New
10741 variable.
10742 (message-cite-original): Use it.
10743
10744 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10745
10746 * message.el (message-cite-original): Respect X-No-Archive.
10747
10748 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
10749
10750 * gnus-art.el (article-hide-headers): Refer to the values for
10751 gnus-ignored-headers and gnus-visible-headers in the summary
10752 buffer since a user may have set them as group parameters.
10753
10754 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
10755
10756 * assistant.el (assistant-node-name): Add convenience function.
10757 (assistant-render-text, assistant-render-node): Add error handling,
10758 plus handle multiple next nodes.
10759 (assistant-find-next-node): Comment out for now.
10760 (assistant-find-next-nodes): Add function, returns list of next
10761 nodes.
10762
10763 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
10764
10765 * mail-source.el (mail-source-directory): Fix doc-string.
10766
10767 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
10768
10769 * assistant.el (assistant-render-text, assistant-eval): Add :set
10770 widget type, which is different because it takes and returns a
10771 list. Much hilarity ensues.
10772
10773 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
10774
10775 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10776
10777 * gnus-group.el (gnus-group-get-new-news-this-group): Added
10778 doc-string.
10779
10780 * gnus-start.el (gnus-activate-group): Added doc-string.
10781
10782 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10783
10784 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10785
10786 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
10787
10788 * assistant.el (assistant-render-text): Try to add a :set
10789 widget, more to come.
10790
10791 * spam.el (spam-group-spam-contents-p): Handle empty groupname
10792 strings.
10793 (spam-report-articles-resend)
10794 (spam-register-routine): Do registration iff any articles warrant
10795 it.
10796 (spam-summary-prepare-exit): Change log message for nil group
10797 destinations.
10798
10799 2004-05-27 Daniel Pittman <daniel@rimspace.net>
10800
10801 * spam.el (spam-report-resend-register-routine): Allow
10802 spam-report-resend-to to be a group parameter or a global value.
10803
10804 2004-05-26 Simon Josefsson <jas@extundo.com>
10805
10806 * starttls.el: Merge with my GNUTLS based starttls.el.
10807 (starttls-gnutls-program, starttls-use-gnutls)
10808 (starttls-extra-arguments, starttls-process-connection-type)
10809 (starttls-connect, starttls-failure, starttls-success): New
10810 variables.
10811 (starttls-program, starttls-extra-args): Doc fix.
10812 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10813 functions.
10814 (starttls-negotiate, starttls-open-stream): Check
10815 `starttls-use-gnutls' and pass on to corresponding *-gnutls
10816 function if it is set.
10817
10818 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
10819
10820 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10821 structured fields.
10822
10823 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10824
10825 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10826
10827 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
10828
10829 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
10830 variable.
10831 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
10832 assigning the spam-mark to new messages.
10833
10834 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
10835
10836 (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
10837
10838 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10839
10840 * rfc2047.el (rfc2047-encodable-p): Don't move point.
10841 (rfc2047-decode): Treat the ascii coding-system as raw-text by
10842 default.
10843
10844 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
10845
10846 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
10847 correct data.
10848
10849 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
10850
10851 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
10852 (spam-group-processor-p): Fix function.
10853 (spam-group-processor-multiple-p)
10854 (spam-group-spam-processor-report-gmane-p)
10855 (spam-group-spam-processor-report-resend-p)
10856 (spam-group-spam-processor-bogofilter-p)
10857 (spam-group-spam-processor-blacklist-p)
10858 (spam-group-spam-processor-ifile-p)
10859 (spam-group-ham-processor-ifile-p)
10860 (spam-group-spam-processor-spamoracle-p)
10861 (spam-group-spam-processor-crm114-p)
10862 (spam-group-ham-processor-bogofilter-p)
10863 (spam-group-spam-processor-stat-p)
10864 (spam-group-ham-processor-stat-p)
10865 (spam-group-ham-processor-whitelist-p)
10866 (spam-group-ham-processor-BBDB-p)
10867 (spam-group-ham-processor-spamoracle-p)
10868 (spam-group-ham-processor-copy-p): Remove functions with some
10869 prejudice against unneeded code.
10870 (spam-report-articles-resend)
10871 (spam-report-resend-register-routine): Allow the group/topic
10872 spam-resend-to value to override spam-report-resend-to.
10873 (spam-summary-prepare-exit): Invoke spam-group-processor-p
10874 properly now.
10875
10876 * gnus.el (spam-resend-to): Add group/topic parameter.
10877 (spam-process): Move the OBSOLETE processors to the end of the
10878 choices.
10879
10880 2004-05-24 Daniel Pittman <daniel@rimspace.net>
10881
10882 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
10883 with resend-to set to nil, and then ask the user if necessary.
10884 (spam-report-resend): spam-report-resend takes a list of articles, not
10885 separate article numbers.
10886
10887 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10888
10889 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
10890 addition to emacs-w3m.
10891
10892 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10893
10894 * assistant.el (assistant-authinfo-data): New function.
10895 (assistant-eval): Eval for entire assistant.
10896
10897 * netrc.el (netrc-services-file): New variable.
10898 (netrc-parse-services): New function.
10899 (netrc-find-service-name): New function.
10900 (netrc-find-service-number): New function.
10901 (netrc-port-equal): New function.
10902 (netrc-machine): Use it.
10903
10904 * nnimap.el (nnimap-open-connection): Use netrc.
10905
10906 * gnus-util.el (gnus-netrc-get): Remove aliases.
10907
10908 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
10909
10910 * assistant.el (wid-edit): Fix compilation.
10911
10912 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
10913
10914 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
10915
10916 * gnus-util.el (gnus-set-file-modes): New function. (small
10917 patch).
10918
10919 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10920
10921 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
10922
10923 * assistant.el (assistant-render-node): Fix up rendering and
10924 read-only text.
10925 (assistant-render-node): Reset.
10926 (assistant-make-read-only): Not sticky.
10927
10928 2004-05-20 Danny Siu <dsiu@adobe.com>
10929
10930 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
10931 centered even when gnus-auto-center-summary is t
10932
10933 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10934
10935 * dns.el (dns-get-txt-answer): New function.
10936 (dns-read-txt): Ditto.
10937 (query-dns): Use it.
10938
10939 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
10940
10941 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
10942 active for foreign groups even if the group level is higher than
10943 the specified value.
10944
10945 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10946
10947 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
10948 non-active groups.
10949
10950 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
10951
10952 2004-05-20 Magnus Henoch <mange@freemail.hu>
10953
10954 * dns.el (dns-read-type): Add support for SVR. (small patch)
10955
10956 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
10957
10958 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
10959 (spam-crm114-header, spam-crm114-spam-switch)
10960 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
10961 (spam-crm114-positive-spam-header)
10962 (spam-crm114-database-directory, spam-list-of-processors)
10963 (spam-group-spam-processor-crm114-p)
10964 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
10965 (spam-generic-score, spam-list-of-checks)
10966 (spam-list-of-statistical-checks, spam-registration-functions)
10967 (spam-check-crm114-headers, spam-crm114-score)
10968 (spam-check-crm114, spam-crm114-register-with-crm114)
10969 (spam-crm114-register-spam-routine)
10970 (spam-crm114-unregister-spam-routine)
10971 (spam-crm114-register-ham-routine)
10972 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
10973 asjo@koldfront.dk (Adam Sjøgren).
10974
10975 * gnus.el: Add spam-use-crm114.
10976
10977 * spam.el (spam-list-of-processors, spam-registration-functions):
10978 Add spam-use-resend.
10979 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
10980 (spam-report-articles-gmane): Add doc fix.
10981 (spam-report-articles-resend, spam-report-resend-register-routine):
10982 Add wrappers around spam-report-resend-to.
10983
10984 * spam-report.el (spam-report-resend-to, spam-report-resend):
10985 Add support for resending spam.
10986 (spam-report-gmane): Fix line length >80.
10987
10988 * gnus.el (spam-process): Add spam-use-resend.
10989
10990 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10991
10992 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
10993 number of processed spam messages.
10994 (spam-ham-copy-or-move-routine): Return the number of processed
10995 ham messages.
10996 (spam-summary-prepare-exit): Use the above values to decide
10997 whether status messages shouled be displayed.
10998
10999 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
11000
11001 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11002 `rfc2047-encoding-function-alist' in order to avoid conflicting
11003 with the old version.
11004 (rfc2047-encode-region): Concatenate words containing non-ASCII
11005 characters in structured fields; don't encode space-delimited
11006 ASCII words even in unstructured fields; don't break words at
11007 char-category boundaries.
11008 (rfc2047-encode-1): New function.
11009 (rfc2047-encode): Use it; encode text so that it occupies the
11010 maximum width within 76-column; work correctly on Q encoding for
11011 iso-2022-* charsets.
11012 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11013 sure not to break a line just after the header name.
11014 (rfc2047-b-encode-region): Removed.
11015 (rfc2047-b-encode-string): New function.
11016 (rfc2047-q-encode-region): Removed.
11017 (rfc2047-q-encode-string): New function.
11018
11019 * mm-util.el (mm-replace-in-string): New function.
11020
11021 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11022
11023 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11024 get it right.
11025 (gnus-inews-make-draft): Really.
11026
11027 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
11028
11029 * nnmh.el (nnmh-request-list-1): Don't check the link count
11030 before descending. (small patch)
11031
11032 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11033
11034 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11035 stuff.
11036
11037 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11038 on real group name.
11039
11040 * gnus-art.el (gnus-signature-limit): Doc fix.
11041
11042 * gnus-msg.el (gnus-inews-make-draft): Quote list.
11043
11044 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11045
11046 * gnus-draft.el (gnus-draft-send): Bind
11047 rfc2047-encode-encoded-words.
11048
11049 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11050 (rfc2047-encodable-p): Say that =? needs encoding.
11051 (rfc2047-encode-encoded-words): New variable.
11052
11053 * gnus-group.el (gnus-group-select-group): Doc fix.
11054
11055 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11056
11057 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11058 to nil.
11059
11060 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11061
11062 * nnheader.el (nnheader-get-lines-and-char): New function.
11063
11064 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
11065
11066 * gnus-msg.el (gnus-summary-followup-with-original): Document
11067 yanking of region when active.
11068
11069 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
11070
11071 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11072 groups if the group level is higher than the specified value.
11073
11074 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
11075
11076 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11077 (gnus-group-jump-to-group): Added prefix argument using
11078 `gnus-group-jump-to-group-prompt'. Query before jumping to
11079 non-active group.
11080
11081 * compface.el (uncompface): Be verbose when changing
11082 `uncompface-use-external'.
11083
11084 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11085 handle manual section.
11086
11087 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11088
11089 * gnus-art.el (gnus-button-alist): Revert previous change.
11090
11091 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
11092
11093 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11094
11095 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11096
11097 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11098 whether backend can accept message.
11099
11100 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11101
11102 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
11103
11104 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11105 Avoid creating directory when nntp-marks-is-evil is true.
11106 Reported by Reiner Steib.
11107
11108 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
11109
11110 * gnus-picon.el (gnus-picon-style): New variable.
11111 (gnus-picon-insert-glyph): Added optional `nostring' argument.
11112 (gnus-picon-transform-address): Support `gnus-picon-style'. From
11113 Jesper Harder <harder@ifa.au.dk>.
11114
11115 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11116
11117 * message.el (message-fill-field): Return point.
11118 (message-generate-headers): Go to end of field.
11119
11120 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11121 stuff for non-living groups.
11122
11123 2004-05-18 Jesper Harder <harder@ifa.au.dk>
11124
11125 * gnus-art.el (gnus-article-followup-with-original)
11126 (gnus-article-reply-with-original): gnus-mark-active-p ->
11127 gnus-region-active-p.
11128
11129 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
11130
11131 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11132 only when there is spam or ham to be processed.
11133
11134 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11135
11136 * mail-source.el (mail-source-delete-crash-box): Refactor.
11137 (mail-source-fetch): Use it.
11138 (mail-source-fetch-file): Ditto.
11139 (mail-source-fetch-directory): Run postscript in loop.
11140 (mail-source-fetch-pop): Delete.
11141 (mail-source-fetch-maildir): Ditto.
11142 (mail-source-fetch-imap): Ditto.
11143
11144 * imap.el (imap-authenticators): Comment out sasl.
11145
11146 * message.el (message-skip-to-next-address): New function.
11147 (message-fill-header-address): Refactor.
11148 (message-fill-address): Use it.
11149 (message-delete-address): Use it.
11150 (message-fill-header-general): Refactor.
11151 (message-fill-field-address): Rename.
11152 (message-narrow-to-field): Find the start of the header.
11153 (message-header-format-alist): Don't pre-fill.
11154 (message-fill-header): Removed.
11155 (message-insert-header): New function.
11156 (message-shorten-references): Use it.
11157
11158 * rfc2047.el (rfc2047-field-value): Strip props.
11159
11160 * mail-parse.el (mail-header-make-address): New alias.
11161
11162 * ietf-drums.el (ietf-drums-make-address): New function.
11163
11164 * imap.el: Add compiler directives.
11165
11166 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11167
11168 * gnus-art.el (article-decode-idna-rhs): Don't use
11169 message-idna-inside-rhs-p.
11170
11171 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11172
11173 * message.el (message-idna-inside-rhs-p): Removed.
11174 (message-idna-to-ascii-rhs-1): Use proper address parsing.
11175
11176 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11177 false positives.
11178
11179 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11180
11181 * imap.el (imap-sasl-make-mechanisms): Use sasl.
11182
11183 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11184
11185 * nneething.el (nneething-file-name): Don't create spurious
11186 files.
11187
11188 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11189 (gnus-inews-do-gcc): Remove sleep.
11190
11191 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11192 part under point.
11193
11194 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11195 (gnus-agent-regenerate-group): Using nil messages aren't valid.
11196
11197 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
11198
11199 * spam.el (spam-summary-prepare-exit): Fixed (length).
11200
11201 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
11202
11203 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11204 as expired without moving it" message when there are spam
11205 messages left.
11206
11207 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
11208
11209 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11210 header is not nil.
11211
11212 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
11213
11214 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11215 nntp-possibly-create-directory, not nntp-possibly-change-group.
11216 (nntp-marks-changed-p): New arg SERVER.
11217 (nntp-request-update-info): Adjust caller.
11218
11219 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
11220
11221 * nntp.el (nntp-save-marks): Pass missing arg.
11222
11223 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
11224
11225 * nntp.el: Support marks.
11226 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11227 (nntp-marks-modtime, nntp-marks-directory): New variables.
11228 (nntp-request-set-mark, nntp-request-update-info)
11229 (nntp-possibly-create-directory, nntp-marks-changed-p)
11230 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11231 functions.
11232
11233 2004-05-12 Jesper Harder <harder@ifa.au.dk>
11234
11235 * gnus-score.el (gnus-score-insert-help): Use
11236 gnus-select-lowest-window.
11237
11238 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11239 appt-select-lowest-window and rename to gnus-select-lowest-window.
11240
11241 * gnus.el: do.
11242
11243 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11244
11245 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11246 encodings of MIME-encoded words, in order to improve
11247 interoperability with several broken MUAs.
11248
11249 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11250
11251 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11252 tags, only when charsets are not specified in headers.
11253 (mm-inline-text-html-render-with-w3m): Ditto.
11254
11255 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11256
11257 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11258 instead of MIME-decoded from fields when checking
11259 `gnus-article-address-banner-alist'.
11260
11261 2004-05-03 Jesper Harder <harder@ifa.au.dk>
11262
11263 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11264 description rather than subject.
11265
11266 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11267
11268 * gnus.el (gnus-version-number): Bump.
11269
11270 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
11271
11272 * gnus.el: No Gnus v0.2 is released.
11273
11274 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11275
11276 * gnus-agent.el (gnus-agent-read-agentview): Inline
11277 gnus-uncompress-range.
11278
11279 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11280
11281 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11282 `exec-installed-p'.
11283
11284 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11285
11286 * gnus.el (spam-process, spam-autodetect-methods): Add
11287 bsfilter and bsfilter-headers.
11288
11289 * spam.el (spam-bsfilter): New customize group.
11290 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11291 (spam-bsfilter-header, spam-bsfilter-probability-header)
11292 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11293 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11294 (spam-bsfilter-database-directory): New options.
11295 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11296 (spam-list-of-statistical-checks, spam-registration-functions):
11297 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11298 (spam-bsfilter-score): New command.
11299 (spam-check-bsfilter-headers, spam-check-bsfilter)
11300 (spam-bsfilter-register-with-bsfilter)
11301 (spam-bsfilter-register-spam-routine)
11302 (spam-bsfilter-unregister-spam-routine)
11303 (spam-bsfilter-register-ham-routine)
11304 (spam-bsfilter-unregister-ham-routine): New functions.
11305 (spam-generic-score): Support bsfilter; Accept an optional argument
11306 to recalcurate spam score even if scoring header has already been
11307 added.
11308 (spam-bogofilter-score, spam-spamassassin-score): Accept an
11309 optional argument to recalcurate spam score even if scoring header
11310 has already been added.
11311
11312 2004-04-29 Jesper Harder <harder@ifa.au.dk>
11313
11314 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11315 strings! Reported by David D. Smith <davidsmith@acm.org>.
11316 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11317 link is missing.
11318
11319 2004-04-28 Jesper Harder <harder@ifa.au.dk>
11320
11321 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11322 (html2text-get-attr): Rewrite.
11323
11324 * message.el (message-setup-1): Remove redundant put-text-property
11325 on mail-header-separator.
11326
11327 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
11328
11329 * gnus-registry.el (gnus-registry-cache-whitespace)
11330 (gnus-registry-action, gnus-registry-spool-action)
11331 (gnus-registry-split-fancy-with-parent): Change message levels
11332 from 5 to 3 or 7, as needed.
11333
11334 * spam.el (spam-summary-prepare-exit)
11335 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11336 (spam-split, spam-find-spam, spam-log-undo-registration)
11337 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11338 level from 5 to 6.
11339
11340 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
11341
11342 * gnus-ems.el: Autoload appt-select-lowest-window (revert
11343 2004-03-04 change).
11344
11345 2004-04-25 Jesper Harder <harder@ifa.au.dk>
11346
11347 * sieve-manage.el (sieve-manage-open):
11348 * nnweb.el (nnweb-insert-html):
11349 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11350 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11351 * nnspool.el (nnspool-request-group):
11352 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11353 * nnml.el (nnml-request-update-info):
11354 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11355 (nnmh-request-create-group, nnmh-update-gnus-unreads):
11356 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11357 (nnimap-request-set-mark):
11358 * nnfolder.el (nnfolder-request-update-info):
11359 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11360 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11361 * gnus-uu.el (gnus-uu-find-articles-matching):
11362 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11363 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11364 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11365 * gnus-nocem.el (gnus-nocem-scan-groups):
11366 * gnus-int.el (gnus-start-news-server):
11367 * gnus-group.el (gnus-group-make-kiboze-group)
11368 (gnus-group-browse-foreign-server):
11369 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11370 Use mapc when appropriate.
11371
11372 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
11373
11374 FIXME: Make separate entries for each person.
11375
11376 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11377 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11378 <shields@msrl.com>:
11379
11380 * spam.el (spam-necessary-extra-headers): Get the extra headers we
11381 may need for spam sorting and scoring.
11382 (spam-user-format-function-S): Add user format function suitable for
11383 general use.
11384 (spam-article-sort-by-spam-status): Add sorting function for summary
11385 sorting.
11386 (spam-extra-header-to-number): Add function to get a score from a
11387 header.
11388 (spam-summary-score): Add function to get a numeric score from the
11389 headers.
11390 (spam-generic-score): Fix function doc, was in wrong place.
11391 (spam-initialize): Take symbols when it's run, and install the
11392 extra headers that spam-necessary-extra-headers thinks we need.
11393
11394 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
11395
11396 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11397 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
11398
11399 2004-04-17 Jesper Harder <harder@ifa.au.dk>
11400
11401 * gnus-sum.el (gnus-set-global-variables)
11402 (gnus-build-all-threads, gnus-get-newsgroup-headers)
11403 (gnus-article-get-xrefs, gnus-summary-best-group)
11404 (gnus-summary-next-article, gnus-summary-enter-digest-group)
11405 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11406 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11407 Use with-current-buffer.
11408
11409 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
11410
11411 * spam.el (spam-summary-prepare-exit): Simplify logic.
11412 (spam-fetch-article-header): Read the article header if it's not
11413 available.
11414 (spam-list-articles): Simplify logic.
11415 (spam-filelist-register-routine): Fix bug with unregister-list.
11416
11417 * gnus-registry.el: Fix comments at beginning.
11418
11419 2004-04-16 Jesper Harder <harder@ifa.au.dk>
11420
11421 * message.el (message-cater-to-broken-inn): Remove.
11422 (message-shorten-references): Make sure the total folded length of
11423 References is shorter than 998 characters to cater to a bug in INN
11424 2.3. Also, don't pretend that references aren't folded -- this
11425 hasn't worked for a while.
11426
11427 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
11428
11429 * gnus-agent.el (gnus-agentize):
11430 gnus-agent-send-mail-real-function no longer set to current value
11431 of message-send-mail-function but rather a lambda that calls
11432 message-send-mail-function. The change makes the agent real-time
11433 responsive to user changes to message-send-mail-function.
11434
11435 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
11436
11437 * legacy-gnus-agent.el
11438 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11439 help from Florian Weimer <fw@deneb.enyo.de>
11440
11441 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
11442
11443 * nnmail.el (nnmail-cache-insert): Revert last change.
11444
11445 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
11446
11447 * nnmail.el (nnmail-cache-insert): Always check whether
11448 nnmail-cache-ignore-groups matches a group name.
11449
11450 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
11451
11452 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11453 (spam-find-spam, spam-log-processing-to-registry)
11454 (spam-log-registered-p, spam-log-unregistration-needed-p)
11455 (spam-log-undo-registration): Use gnus-message instead of
11456 gnus-error, none of these errors are fatal.
11457
11458 * gnus-registry.el (gnus-registry-clean-empty-function)
11459 (gnus-registry-clean-empty): Remove only empty entries without
11460 extra data.
11461
11462 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
11463
11464 * spam-stat.el (spam-stat-buffer-change-to-spam)
11465 (spam-stat-buffer-change-to-non-spam): Change (error) to
11466 (gnus-message 8) invocation.
11467
11468 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
11469
11470 * nntp.el (nntp-via-netcat-command): New variable.
11471 (nntp-via-netcat-switches): New variable.
11472 (nntp-open-via-rlogin-and-netcat): New function.
11473 (nntp-open-connection-function): Doc fix.
11474 (nntp-telnet-command): Doc fix.
11475 (nntp-end-of-line): Doc fix.
11476 (nntp-via-rlogin-command): Doc fix.
11477 (nntp-via-user-name): Doc fix.
11478 (nntp-via-address): Doc fix.
11479
11480 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
11481
11482 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11483 error in Emacs 21.1.
11484
11485 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
11486
11487 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11488
11489 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
11490 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11491 (gnus-agent-with-refreshed-group): New macro.
11492 (gnus-agent-rename-group): New function.
11493 (gnus-agent-delete-group): New function.
11494 (gnus-agent-save-group-info): Use gnus-command-method when
11495 `method' parameter is nil. Don't write nil entries into the
11496 active file.
11497 (gnus-agent-get-group-info): New function.
11498 (gnus-agent-fetch-articles): Use
11499 gnus-agent-update-files-total-fetched-for to increment disk space
11500 used.
11501 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11502 gnus-agent-update-view-total-fetched-for to increment disk space
11503 used.
11504 (gnus-agent-get-local): Added optional parameters to avoid calling
11505 gnus-group-real-name and gnus-find-method-for-group.
11506 (gnus-agent-set-local): Delete stored entry if either min, or max,
11507 are nil.
11508 (gnus-agent-fetch-session): Reworded error/quit messages. On
11509 quit, use gnus-agent-regenerate-group to record existance of any
11510 articles fetched to disk before the quit occurred.
11511 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11512 gnus-agent-update-view-total-fetched-for, and
11513 gnus-agent-update-files-total-fetched-for to decrement disk space
11514 used.
11515 (gnus-agent-retrieve-headers): Use
11516 gnus-agent-update-view-total-fetched-for to increment disk space
11517 used.
11518 (gnus-agent-regenerate-group): Replace gnus-group-update-group
11519 with gnus-agent-update-files-total-fetched-for to decrement disk
11520 space and fresh group buffer.
11521 (gnus-agent-inhibit-update-total-fetched-for): New variable.
11522 (gnus-agent-need-update-total-fetched-for): New variable.
11523 (gnus-agent-update-files-total-fetched-for): New function.
11524 (gnus-agent-update-view-total-fetched-for): New function.
11525 (gnus-agent-total-fetched-for): New function.
11526
11527 * gnus-cache.el (gnus-cache-save-buffers): Use
11528 gnus-cache-update-overview-total-fetched-for to change disk space
11529 used by this group.
11530 (gnus-cache-possibly-enter-article): Use
11531 gnus-cache-update-file-total-fetched-for to increment disk space
11532 used by this group.
11533 (gnus-cache-possibly-remove-article): Use
11534 gnus-cache-update-file-total-fetched-for to decrement disk space
11535 used by this group.
11536 (gnus-cache-generate-nov-databases): Purge total fetched cache.
11537 (gnus-cache-rename-group): New function.
11538 (gnus-cache-delete-group): New function.
11539 (gnus-cache-inhibit-update-total-fetched-for): New variable.
11540 (gnus-cache-need-update-total-fetched-for): New variable.
11541 (gnus-cache-with-refreshed-group): New macro.
11542 (gnus-cache-update-file-total-fetched-for): New function.
11543 (gnus-cache-update-overview-total-fetched-for): New function.
11544 (gnus-cache-rename-group-total-fetched-for): New function.
11545 (gnus-cache-delete-group-total-fetched-for): New function.
11546 (gnus-cache-total-fetched-for): New function.
11547
11548 * gnus-group.el: Require gnus-sum and autoload functions to
11549 resolve warnings when gnus-group.el compiled alone.
11550 (gnus-group-line-format): Documented new %F
11551 (size of Fetched data) group line format; identifies disk space
11552 used by agent and cache.
11553 (gnus-group-line-format-alist): Defined new F format.
11554 (gnus-total-fetched-for): New function.
11555 (gnus-group-delete-group): No longer update
11556 gnus-cache-active-altered as gnus-request-delete-group now keeps
11557 the cache in sync.
11558 (gnus-group-list-active): Let the agent store a server's active
11559 list if currently plugged.
11560
11561 * gnus-int.el (gnus-request-delete-group):
11562 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11563 local disk in sync with the server.
11564 (gnus-request-rename-group):
11565 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11566 local disk in sync with the server.
11567
11568 * gnus-start.el (gnus-get-unread-articles):
11569 Cosmetic simplification to logic.
11570
11571 * gnus-util.el (gnus-rename-file): New function.
11572
11573 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
11574
11575 * mm-util.el (mm-image-load-path): Handle nil in load-path.
11576
11577 2004-04-07 Jesper Harder <harder@ifa.au.dk>
11578
11579 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11580 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
11581
11582 2004-04-06 Jesper Harder <harder@ifa.au.dk>
11583
11584 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11585 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
11586
11587 2004-04-03 Jesper Harder <harder@ifa.au.dk>
11588
11589 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11590
11591 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
11592
11593 * spam.el (spam-set-difference): Add function to replace
11594 gnus-set-difference in spam.el.
11595 (spam-summary-prepare-exit): Use spam-set-difference.
11596
11597 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11598
11599 * gnus-registry.el (gnus-registry-cache-file): Update to use
11600 gnus-dribble-directory OR gnus-home-directory OR ~.
11601 (gnus-registry-split-fancy-with-parent): Fix doc.
11602
11603 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
11604
11605 * message.el (message-exchange-point-and-mark): Use
11606 message-mark-active-p. Suggested by Jesper Harder
11607 <harder@ifa.au.dk>.
11608
11609 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
11610
11611 * message.el (message-exchange-point-and-mark): Don't activate
11612 region if it was inactive. Suggested by Hiroshi Fujishima
11613 <pooh@nature.tsukuba.ac.jp>.
11614
11615 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
11616
11617 * gnus-art.el (article-display-face): Display Faces in the same
11618 order as X-Faces.
11619
11620 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
11621
11622 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11623
11624 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11625
11626 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11627 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11628 (gnus-article-mime-hierarchy): Remove.
11629 (gnus-article-mime-hierarchy-next): Remove.
11630 (gnus-article-mode): Revert 2004-03-19 change.
11631 (gnus-article-setup-buffer): Revert 2004-03-19 change.
11632 (gnus-insert-mime-button): Revert 2004-03-19 change.
11633 (gnus-mime-accumulate-hierarchy): Remove.
11634 (gnus-mime-enter-multipart): Remove.
11635 (gnus-mime-leave-multipart): Remove.
11636 (gnus-mime-display-part): Revert 2004-03-19 change.
11637 (gnus-mime-display-alternative): Revert 2004-03-19 change.
11638
11639 * mml.el (mml-preview): Revert 2004-03-19 change.
11640
11641 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
11642
11643 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11644
11645 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
11646
11647 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11648 t while entering a file name using the mm-with-multibyte macro.
11649 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11650
11651 * mm-util.el (mm-with-multibyte): New macro.
11652
11653 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
11654
11655 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11656 user option.
11657 (gnus-mime-multipart-functions): Doc and customization fix.
11658 (gnus-article-mime-hierarchy): New variable.
11659 (gnus-article-mime-hierarchy-next): New variable.
11660 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11661 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11662 gnus-article-mime-hierarchy-next to nil.
11663 (gnus-insert-mime-button): Show hierarchy numbers.
11664 (gnus-mime-accumulate-hierarchy): New function.
11665 (gnus-mime-enter-multipart): New function.
11666 (gnus-mime-leave-multipart): New function.
11667 (gnus-mime-display-part): Recompute hierarchical MIME structure.
11668 (gnus-mime-display-alternative): Show hierarchy numbers.
11669
11670 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11671 gnus-article-mime-hierarchy-next to nil.
11672
11673 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
11674
11675 * dns.el: Don't require gnus-xmas.
11676
11677 2004-03-17 Jesper Harder <harder@ifa.au.dk>
11678
11679 * mml.el (mml-generate-mime-1): Don't use format=flowed with
11680 inline PGP.
11681 (mml-menu): Disable mml-quote-region if mark is inactive.
11682
11683 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
11684
11685 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11686 when the group's active is not available.
11687
11688 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11689
11690 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11691 error.
11692
11693 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
11694
11695 * imap.el (imap-store-password): New variable.
11696 (imap-interactive-login): Use it.
11697 Suggested by Mark Plaksin <happy@mcplaksin.org>.
11698
11699 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
11700
11701 * gnus-art.el (gnus-article-read-summary-keys): Restore new
11702 window-start and hscroll to summary window.
11703
11704 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
11705
11706 * gnus-start.el (gnus-convert-old-newsrc): Only write the
11707 conversion message to newsrc-dribble when an actual conversion is
11708 performed.
11709
11710 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
11711
11712 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
11713
11714 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
11715
11716 * mm-decode.el (mm-complicated-handles): New function reviving
11717 former definition of mm-multiple-handles.
11718
11719 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11720 (gnus-mime-delete-part): Use it.
11721
11722 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
11723
11724 * gnus-agent.el (gnus-agent-read-local): Bind
11725 nnheader-file-coding-system to gnus-agent-file-coding-system to
11726 avoid the implicit assumption that they will always be equal.
11727 (gnus-agent-save-local): Bind buffer-file-coding-system, not
11728 coding-system-for-write, as the with-temp-file macro first prints
11729 to a buffer then saves the buffer.
11730
11731 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
11732
11733 * gnus-art.el (gnus-article-edit-part): New function.
11734 (gnus-mime-save-part-and-strip): Use it; do query instead of
11735 signaling an error; don't use mm-multiple-handles.
11736 (gnus-mime-delete-part): Ditto.
11737
11738 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
11739
11740 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11741 old file versions.
11742 (gnus-group-prepare-hook): Removed function that converted list
11743 form of gnus-agent-expire-days to group properties.
11744
11745 * gnus-int.el: Autoload gnus-agent-regenerate-group.
11746 (gnus-request-accept-article): Re-indented.
11747
11748 * gnus-start.el (gnus-convert-old-newsrc): Registered new
11749 converters to handle old agent file formats. Added logic for a
11750 "backup before upgrading warning".
11751 (gnus-convert-mark-converter-prompt): Developers can mark
11752 functions as needing (default), or not needing,
11753 gnus-convert-old-newsrc's "backup before upgrading warning".
11754 (gnus-convert-converter-needs-prompt): Tests whether the user
11755 should be protected from potentially irreversable changes by the
11756 function.
11757
11758 * legacy-gnus-agent.el: New. Provides converters that are only
11759 loaded when gnus-convert-old-newsrc needs to call them.
11760
11761 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
11762
11763 * mail-source.el (mail-source-touch-pop): Doc fix.
11764
11765 * message.el (message-smtpmail-send-it): Doc fix.
11766
11767 2004-03-05 Jesper Harder <harder@ifa.au.dk>
11768
11769 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11770
11771 * nnmail.el (nnmail-split-fancy): do.
11772
11773 * gnus-kill.el (gnus-kill, gnus-execute): do.
11774
11775 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
11776
11777 * gnus-sum.el (gnus-widget-reversible-match)
11778 (gnus-widget-reversible-to-internal)
11779 (gnus-widget-reversible-to-external): New functions.
11780 (gnus-widget-reversible): New widget.
11781 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
11782
11783 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
11784
11785 * gnus-sum.el (gnus-thread-sort-functions)
11786 (gnus-article-sort-functions): Document `(not F)' items.
11787
11788 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
11789
11790 * spam.el (spam-use-gmane-xref): Add new backend.
11791 (spam-gmane-xref-spam-group): Add variable to control the name of the
11792 Gmane spam group.
11793 (spam-blackhole-servers, spam-blackhole-good-server-regex)
11794 (spam-regex-headers-spam, spam-regex-headers-ham)
11795 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11796 (spam-list-of-checks): Add spam-use-gmane-xref to list of
11797 backends and checks.
11798 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
11799
11800 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11801 an autodetect method.
11802
11803 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11804
11805 * gnus-int.el (gnus-request-accept-article): Inform the agent that
11806 articles are being added to a group.
11807 (gnus-request-replace-article): Inform the agent that articles
11808 need to be uncached as the cached contents are no longer valid.
11809
11810 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11811
11812 * binhex.el: Don't autoload executable-find.
11813
11814 * canlock.el: Don't autoload mail-fetch-field.
11815
11816 * gnus-ems.el: Don't autoload appt-select-lowest-window.
11817
11818 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
11819 rmail-dont-reply-to and rmail-output.
11820
11821 * gnus-score.el: Don't autoload ffap-string-at-point.
11822
11823 * gnus-setup.el: Don't autoload sc-cite-original.
11824
11825 * imap.el: Don't autoload base64-decode-string,
11826 base64-encode-string and md5.
11827
11828 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
11829 and rmail-msg-restore-non-pruned-header.
11830
11831 * mm-decode.el: Don't autoload executable-find.
11832
11833 * mm-url.el: Don't autoload executable-find.
11834
11835 * mm-view.el: Don't autoload diff-mode.
11836
11837 * nndb.el: Don't autoload news-reply-mode, news-setup,
11838 cancel-timer and telnet.
11839
11840 * password.el: Don't autoload run-at-time for Emacs.
11841
11842 * sha1-el.el: Don't autoload executable-find.
11843
11844 * sieve-mode.el: Don't autoload c-mode.
11845
11846 * uudecode.el: Don't autoload executable-find.
11847
11848 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11849
11850 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
11851 (gnus-agent-possibly-alter-active): Avoid null in numeric
11852 comparison.
11853 (gnus-agent-set-local): Refuse to save null in local object table.
11854 (gnus-agent-regenerate-group): The REREAD parameter can now be a
11855 list of articles that will be marked as unread.
11856
11857 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11858
11859 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
11860
11861 2004-03-04 Jesper Harder <harder@ifa.au.dk>
11862
11863 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
11864 language tags.
11865
11866 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
11867
11868 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
11869 Don't bind "obarray".
11870
11871 * gnus-sum.el (gnus-thread-sort-functions): Added
11872 `gnus-thread-sort-by-most-recent-number' and
11873 `gnus-thread-sort-by-most-recent-date'.
11874 Reported by Kai Grossjohann <kai@emptydomain.de>.
11875
11876 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11877
11878 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
11879
11880 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
11881
11882 * gnus-cus.el (gnus-agent-customize-category): Removed
11883 ignore-errors macro reference that required cl to be loaded at
11884 run-time.
11885
11886 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
11887 single-interval range of the form (min . max). Previously the
11888 range had to look like ((min . max)). Likewise, return
11889 (min . max) rather than ((min . max)).
11890 (gnus-range-map): Use gnus-range-normalize to accept
11891 single-interval range.
11892
11893 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
11894 the cache, but not the agent, now appear with their usual face.
11895
11896 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
11897
11898 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
11899 w3m-safe-url-regexp variable buffer-local.
11900
11901 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11902
11903 2004-02-27 Simon Josefsson <jas@extundo.com>
11904
11905 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
11906 gnus-group-real-prefix.
11907 (gnus-summary-move-article): Use it, instead of
11908 gnus-group-real-prefix.
11909
11910 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
11911
11912 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
11913 w3m-safe-url-regexp variable buffer-local and set it as the value
11914 of mm-w3m-safe-url-regexp.
11915
11916 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11917
11918 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
11919 parsing gnus-posting-styles when the message is not for replying.
11920
11921 * nnrss.el (nnrss-opml-export): Use
11922 mm-set-buffer-file-coding-system instead of
11923 set-buffer-file-coding-system.
11924
11925 2004-02-27 Jesper Harder <harder@ifa.au.dk>
11926
11927 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
11928 of checkdoc.el).
11929 * nnrss.el: do.
11930 * gnus-mlspl.el: do.
11931 * gnus-ml.el: do.
11932 * gnus-srvr.el: do.
11933
11934 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
11935
11936 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
11937
11938 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
11939 Corrections to custom-manual links.
11940
11941 * gnus-art.el (gnus-article): Ditto.
11942
11943 * mm-decode.el (mime-display, mime-security): Ditto.
11944
11945 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11946
11947 * flow-fill.el: Typo.
11948
11949 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
11950
11951 * spam-wash.el: New file.
11952
11953 2004-02-26 Mark A. Hershberger <mah@everybody.org>
11954
11955 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
11956
11957 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
11958
11959 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
11960 to be run with new-articles as LIST1, not LIST2.
11961 (spam-registration-functions): Add spam-use-ham-copy as a nil
11962 registration backend.
11963
11964 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11965
11966 * spam-stat.el (spam-stat-washing-hook): New option.
11967 (spam-stat-buffer-words): Use it.
11968 (spam-stat-process-directory, spam-stat-test-directory): Use
11969 insert-file-contents-literally.
11970 (spam-stat-coding-system): New variable.
11971 (spam-stat-load, spam-stat-save): Use it.
11972
11973 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
11974
11975 * spam-report.el (spam-report-plug-agent): Quote
11976 spam-report-url-to-file and spam-report-url-ping-plain.
11977
11978 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
11979
11980 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
11981 / in mailto URLs.
11982
11983 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
11984
11985 * spam-report.el (spam-report-process-queue): Fix interactive use.
11986 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
11987 (spam-report-unplug-agent): Doc fixes.
11988 (spam-report-url-ping-mm-url, spam-report-url-to-file)
11989 (spam-report-agentize, spam-report-deagentize): Autoload
11990
11991 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
11992
11993 * message.el (message-setup-fill-variables): Add mml tags to
11994 paragraph-start and paragraph-separate. Suggested by Andrew Korty
11995 <ajk@iu.edu>.
11996 (message-mode): Don't modify paragraph-separate there.
11997
11998 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
11999
12000 * compface.el (uncompface-use-external): Default to undecided.
12001 (uncompface-use-external-threshold): New variable.
12002 (uncompface-float-time): New macro.
12003 (uncompface): Determine whether to use the external decoder if
12004 uncompface-use-external is undecided.
12005
12006 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12007
12008 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12009 after images.
12010
12011 * gnus-art.el (gnus-mime-display-single): Remove dead code.
12012
12013 2004-02-14 Jesper Harder <harder@ifa.au.dk>
12014
12015 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12016
12017 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12018
12019 * gnus-sum.el (gnus-summary-limit-to-age)
12020 (gnus-summary-limit-children): do.
12021
12022 * gnus-int.el (gnus-request-scan): do.
12023
12024 * gnus-group.el (gnus-group-suspend): do.
12025
12026 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12027
12028 * gnus-cite.el (gnus-cite-parse-attributions): do.
12029
12030 * gnus-agent.el (gnus-summary-set-agent-mark)
12031 (gnus-agent-regenerate-group): do.
12032
12033 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12034
12035 * binhex.el (binhex-decode-region-internal): do.
12036
12037 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
12038
12039 * gnus-fun.el (gnus-face-properties-alist): New user option.
12040 (gnus-display-x-face-in-from): Use it.
12041
12042 * gnus-art.el (article-display-face): Ditto.
12043
12044 * compface.el (uncompface-use-external): Default to nil.
12045
12046 2004-02-12 Jesper Harder <harder@ifa.au.dk>
12047
12048 * nntp.el (nntp-erase-buffer): New function.
12049 (nntp-retrieve-data, nntp-send-command)
12050 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12051 (nntp-possibly-change-group): Use it.
12052
12053 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12054 with-current-buffer.
12055
12056 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
12057
12058 * compface.el: Merge the ELisp-based uncompface program.
12059 (compface): New customization group.
12060 (uncompface-use-external): New user option.
12061 (uncompface): Call uncompface-internal if uncompface-use-external
12062 is nil.
12063 (uncompface-internal): New function. Note that there are also
12064 some other functions and variables added for this function.
12065
12066 2004-02-10 Jesper Harder <harder@ifa.au.dk>
12067
12068 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12069 if necessary.
12070
12071 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
12072
12073 * spam-report.el (spam-report-unplug-agent)
12074 (spam-report-plug-agent, spam-report-deagentize)
12075 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12076 Add support for the Agent in spam-report: when unplugged, report to a
12077 file; when plugged, submit all the requests.
12078
12079 * spam.el (spam-register-routine): Fix message about
12080 registration.
12081
12082 2004-02-09 Jesper Harder <harder@ifa.au.dk>
12083
12084 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12085 dependencies.
12086 (rfc2047-encode): Use it.
12087
12088 * gnus-art.el (gnus-button-marker-list): Move before first
12089 reference.
12090
12091 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12092 (imap-parse-body): Fix format string mismatch.
12093
12094 * gnus-score.el (gnus-summary-increase-score): do.
12095
12096 * nnrss.el (nnrss-close): New function.
12097
12098 2004-02-08 Jesper Harder <harder@ifa.au.dk>
12099
12100 * nnrss.el (nnrss-make-filename): New function.
12101 (nnrss-request-delete-group, nnrss-read-server-data)
12102 (nnrss-save-server-data, nnrss-read-group-data)
12103 (nnrss-save-group-data): Use it.
12104 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12105 (nnrss-read-server-data, nnrss-read-group-data): Use load.
12106 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12107
12108 2004-02-07 Jesper Harder <harder@ifa.au.dk>
12109
12110 * mml.el (mml-compute-boundary-1): Don't uncompress files.
12111
12112 2004-02-06 Jesper Harder <harder@ifa.au.dk>
12113
12114 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12115 files.
12116
12117 * message.el (message-generate-headers-first): Don't quote nil
12118 and t in docstrings.
12119
12120 * imap.el (imap-id): do.
12121
12122 * gnus-agent.el (gnus-agent-consider-all-articles)
12123 (gnus-agent-queue-mail): do.
12124
12125 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
12126
12127 * spam-report.el (spam-report-process-queue): New function.
12128 Process requests from `spam-report-requests-file'.
12129 (spam-report-process-queue): Doc fix.
12130
12131 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
12132
12133 * spam.el (spam-register-routine)
12134 (spam-log-processing-to-registry, spam-log-registered-p)
12135 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12136 Change "check" to "spam-check" for semi-clarity.
12137
12138 2004-02-05 Jesper Harder <harder@ifa.au.dk>
12139
12140 * pop3.el: Require nnheader.
12141
12142 * mml-smime.el: Require cl. Autoload message-fetch-field.
12143
12144 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12145
12146 * gnus-picon.el: Require cl.
12147
12148 * gnus-fun.el: Require gnus-ems and gnus-util.
12149
12150 * gnus.el (gnus-method-to-server): Move defsubst before first use.
12151
12152 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12153
12154 * gnus-art.el (gnus-article-edit-mode): Define before first
12155 reference.
12156
12157 2004-02-04 Jesper Harder <harder@ifa.au.dk>
12158
12159 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12160 (gnus-uu-post-encoded): Use point-at-bol.
12161
12162 * gnus-topic.el (gnus-group-active-topic-p): do.
12163
12164 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12165
12166 * gnus-group.el (gnus-group-kill-region): do.
12167
12168 * gnus-art.el (article-date-ut): do.
12169
12170 * message.el (message-fetch-field): Remove redundant
12171 case-fold-search binding.
12172 (message-narrow-to-field): Simplify.
12173
12174 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
12175
12176 * spam.el (spam-directory): Derive from `gnus-directory'.
12177
12178 * spam-report.el (spam-report-url-to-file)
12179 (spam-report-requests-file): New function and variable for offline
12180 reporting.
12181 (spam-report-url-ping-function): Add `spam-report-url-to-file'
12182 and user defined function.
12183 (spam-report-url-ping-mm-url): Remove doubled slash.
12184
12185 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
12186
12187 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12188
12189 2004-02-03 Jesper Harder <harder@ifa.au.dk>
12190
12191 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12192 format string mismatch.
12193
12194 * sieve.el (sieve-deactivate-all): do.
12195
12196 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12197
12198 * nnlistserv.el (nnlistserv-kk-wash-article): do.
12199
12200 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12201
12202 * mm-bodies.el (mm-7bit-chars): Don't include \r.
12203
12204 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
12205
12206 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12207 the list of checks.
12208
12209 2004-01-31 Jesper Harder <harder@ifa.au.dk>
12210
12211 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12212 padding.
12213
12214 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
12215
12216 * mm-view.el (mm-fill-flowed): New variable.
12217 (mm-inline-text): Use it.
12218
12219 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
12220
12221 * spam.el (spam-spamassassin-register-ham-routine)
12222 (spam-spamassassin-register-spam-routine): Fix function names.
12223
12224 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
12225
12226 * gnus.el (gnus-tmp-grouplens): Remove.
12227 (gnus-summary-line-format): Remove grouplens.
12228
12229 * gnus-group.el (gnus-group-line-format): Ditto.
12230
12231 * gnus-spec.el (gnus-format-specs): Ditto.
12232 (gnus-update-format-specifications): Flush the group format spec
12233 cache if there's the grouplens stuff.
12234 (gnus-parse-simple-format): Replace %l with the empty string.
12235
12236 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
12237
12238 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12239 omission.
12240
12241 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
12242
12243 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12244 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12245
12246 2004-01-25 Paul Jarc <prj@po.cwru.edu>
12247
12248 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12249 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12250 New macros and functions.
12251 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12252 Handle > NLINK_MAX messages.
12253 * nnmaildir.el (nnmaildir-request-set-mark): Use
12254 nnmaildir--emlink-p and nnmaildir--eexist-p.
12255
12256 2004-01-25 Alex Schroeder <alex@gnu.org>
12257
12258 * spam-stat.el (spam-stat-process-directory-age): New option.
12259 (spam-stat-process-directory): Use it.
12260
12261 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
12262
12263 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12264 (spam-stat-save): Accept prefix argument.
12265
12266 2004-01-23 Paul Jarc <prj@po.cwru.edu>
12267
12268 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12269 links" error.
12270
12271 2004-01-23 Jesper Harder <harder@ifa.au.dk>
12272
12273 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12274 compatibility with old .newsrc.eld files.
12275
12276 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12277
12278 * gnus-start.el (gnus-1): do.
12279
12280 * gnus-group.el (gnus-group-line-format-alist): do.
12281
12282 * gnus.el (gnus-use-grouplens, gnus-visual): do.
12283
12284 * gnus-gl.el: Remove.
12285
12286 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
12287
12288 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12289 marks consisting of a single range {for example, (3 . 5)} rather
12290 than a list of a single range { ((3 . 5)) }.
12291
12292 2004-01-23 Jesper Harder <harder@ifa.au.dk>
12293
12294 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12295 with-current-buffer.
12296 (spam-stat-store-current-buffer): Use insert-buffer-substring to
12297 avoid consing a string.
12298
12299 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12300 Remove obsolete entries for big5 and gb2312.
12301
12302 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
12303
12304 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12305 uncompressed list.
12306
12307 2004-01-22 Jesper Harder <harder@ifa.au.dk>
12308
12309 * spam-stat.el (spam-stat-strip-xref): New function.
12310 (spam-stat-process-directory): Use it.
12311
12312 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12313 here -- it's done in message-fetch-field.
12314
12315 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
12316
12317 * gnus-agent.el (gnus-agent-queue-mail)
12318 (gnus-agent-prompt-send-queue): New variables.
12319 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12320 * gnus-draft.el (gnus-group-send-queue): Pass the group name
12321 "nndraft:queue" along to gnus-draft-send. Use
12322 gnus-agent-prompt-send-queue.
12323 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12324 is "nndraft:queue". Suggested by Gaute Strokkenes
12325 <gs234@srcf.ucam.org>
12326
12327 * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12328 (agent-enable-undownloaded-faces): Added
12329 (gnus-agent-cat-groups): Use eval-and-compile, not
12330 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12331 method of gnus-agent-cat-groups even when the buffer has been
12332 evaled.
12333 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12334 delete gnus-agent-save-active-1.
12335 (gnus-agent-save-groups): Deleted. Identical to
12336 gnus-agent-save-active.
12337 (gnus-agent-write-active): No longer adjust agent's copy of active
12338 file as agent's adjustments are now stored in their own
12339 file. Removed optional parameter.
12340 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12341 servers. Add use of min/max range limits from server's local
12342 file.
12343 (gnus-agent-save-alist): Removed unused optional argument.
12344 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12345 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12346 (gnus-agent-set-local): A per-server file that keeps min/max range
12347 limits for articles known to the agent. Provides a fast mechanism
12348 for altering many active ranges.
12349 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12350 active file (local makes it unnecessary).
12351 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12352
12353 * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12354 (agent-enable-undownloaded-faces): Added
12355
12356 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12357 disable it when sending to "nndraft:queue".
12358 (gnus-group-send-queue): Add safety check to avoid sending queue
12359 when unplugged.
12360
12361 * gnus-group.el (gnus-group-catchup): Use new
12362 gnus-sequence-of-unread-articles, not
12363 gnus-list-of-unread-articles, to avoid exhausting memory with huge
12364 numbers of articles. Use gnus-range-map to avoid having to
12365 uncompress the unread list.
12366 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12367 Fixed invalid ange-ftp reference.
12368
12369 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12370 (gnus-sorted-range-intersection): Intersection of two ranges
12371 without requiring that they first be uncompressed.
12372
12373 * gnus-start.el (gnus-activate-group): Unless blocked by the
12374 caller, possibly expand the active range to include both cached
12375 and agentized articles.
12376 (gnus-convert-old-newsrc): Rewrote in anticipation of having
12377 multiple version-dependent converters.
12378 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12379 gnus-agent-save-active.
12380 (gnus-save-newsrc-file): Save dirty agent range limits.
12381
12382 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12383 gnus-agent-possibly-alter-active.
12384 (gnus-adjust-marked-articles): Faster handling of simple lists
12385
12386 2004-01-21 Jesper Harder <harder@ifa.au.dk>
12387
12388 * spam-stat.el (spam-stat-test-directory): New optional argument
12389 displays a list of files detected. Suggested by Andrew Cohen
12390 <cohen@andy.bu.edu>.
12391 (spam-stat-buffer-words-with-scores): Don't narrow and change
12392 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
12393
12394 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
12395
12396 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12397 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12398 (spam-spamassassin-arguments)
12399 (spam-spamassassin-spam-flag-header)
12400 (spam-spamassassin-positive-spam-flag-header)
12401 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12402 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12403 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12404 (spam-list-of-processors, spam-list-of-checks)
12405 (spam-list-of-statistical-checks, spam-registration-functions)
12406 (spam-check-spamassassin-headers, spam-check-spamassassin)
12407 (spam-spamassassin-score)
12408 (spam-spamassassin-register-with-sa-learn)
12409 (spam-spamassassin-register-spam-routine)
12410 (spam-spamassassin-register-ham-routine)
12411 (spam-assassin-register-spam-routine)
12412 (spam-assassin-register-ham-routine): Add SpamAssassin support.
12413 (spam-bogofilter-score): Fix to show article before scoring.
12414
12415 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
12416
12417 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12418 default scoring function.
12419 (spam-generic-score): Call spam-spamassassin-score if
12420 spam-use-spamassassin or spam-use-spamassassin-headers is on;
12421 spam-bogofilter-score otherwise.
12422
12423 * gnus.el (spam-process, spam-autodetect-methods): Add
12424 spamassassin and spamassassin-headers.
12425
12426 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
12427
12428 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12429 Suppress unnecessary messages.
12430
12431 2004-01-20 Jesper Harder <harder@ifa.au.dk>
12432
12433 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12434 make-hash-table.
12435
12436 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
12437
12438 * canlock.el (base64-encode-string): Don't autoload it.
12439
12440 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12441
12442 * run-at-time.el: Remove useless (require 'itimer),
12443 eval-and-compile and (featurep 'xemacs).
12444
12445 2004-01-16 Jesper Harder <harder@ifa.au.dk>
12446
12447 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12448 GROUP is a virtual group.
12449
12450 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
12451
12452 * gnus.el: Autoload `message-y-or-n-p'.
12453
12454 2004-01-15 Jesper Harder <harder@ifa.au.dk>
12455
12456 * pgg-parse.el: Remove unnecessary (require 'custom).
12457
12458 * pgg-def.el: do.
12459
12460 * nnmail.el: do.
12461
12462 * gnus-undo.el: do.
12463
12464 * gnus-picon.el: do.
12465
12466 * gnus-util.el: do.
12467
12468 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
12469
12470 * gnus-sum.el (gnus-pick-line-number): Add autoload.
12471
12472 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
12473
12474 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12475 handle, as well as a list.
12476
12477 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12478 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12479 (mm-w3m-cid-retrieve): Simplify.
12480
12481 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
12482
12483 * message.el (message-kill-to-signature): Allow prefix arg to
12484 specify number of lines to keep before signature.
12485
12486 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
12487
12488 (message-kill-to-signature): Change docstring.
12489
12490 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
12491
12492 * canlock.el: Always require sha1-el.
12493 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12494
12495 * message.el: Autoload sha1 only when compiling.
12496
12497 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12498
12499 * message.el (message-canlock-generate): Require sha1-el.
12500
12501 2004-01-13 Jesper Harder <harder@ifa.au.dk>
12502
12503 * message.el (message-expand-name): Silence the byte compiler.
12504
12505 2004-01-13 Simon Josefsson <jas@extundo.com>
12506
12507 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12508 Invoke gnus-score-mode. Reported by
12509 bojohan+news@dd.chalmers.se (Johan Bockgård).
12510
12511 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
12512 Jim Blandy <jimb@redhat.com> (tiny change).
12513
12514 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12515
12516 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12517
12518 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
12519
12520 * spam.el (spam-get-article-as-string): Update to use
12521 gnus-request-article-this-buffer, much simpler.
12522 (spam-get-article-as-buffer): Remove.
12523
12524 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
12525
12526 * message.el (message-expand-name): Use EUDC if the user uses that.
12527
12528 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12529
12530 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12531 character for the encoding to avoid consing a string.
12532
12533 * rfc2047.el (rfc2047-decode-string): Don't cons a string
12534 unnecessarily.
12535
12536 * mm-util.el (mm-replace-chars-in-string): Remove.
12537
12538 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12539 of mm-replace-chars-in-string.
12540
12541 2004-01-11 Jesper Harder <harder@ifa.au.dk>
12542
12543 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12544
12545 * mm-util.el (mm-subst-char-in-string): Support inplace.
12546
12547 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12548 a new string in every iteration. Use shy groups.
12549
12550 2004-01-10 Jesper Harder <harder@ifa.au.dk>
12551
12552 * gnus-srvr.el (gnus-browse-unsubscribe-group):
12553 * gnus-soup.el (gnus-soup-group-brew):
12554 * gnus-msg.el (gnus-put-message):
12555 * gnus-move.el (gnus-group-move-group-to-server):
12556 * gnus-kill.el (gnus-batch-score):
12557 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12558 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12559 (gnus-group-update-group, gnus-group-read-group)
12560 (gnus-group-make-group, gnus-group-make-help-group)
12561 (gnus-group-make-archive-group, gnus-group-make-directory-group)
12562 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12563 (gnus-group-sort-by-unread, gnus-group-catchup)
12564 (gnus-group-unsubscribe-group, gnus-group-kill-group)
12565 (gnus-group-yank-group, gnus-group-set-info)
12566 (gnus-group-list-groups):
12567 * gnus.el (gnus-generate-new-group-name):
12568 * gnus-delay.el (gnus-delay-send-queue):
12569 * nnvirtual.el (nnvirtual-catchup-group):
12570 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12571 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12572 (gnus-group-prepare-topics, gnus-topic-check-topology):
12573 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12574 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12575 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12576 (gnus-group-make-articles-read):
12577 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12578 (gnus-group-change-level, gnus-kill-newsgroup)
12579 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12580 (gnus-get-unread-articles, gnus-make-articles-unread)
12581 (gnus-make-ascending-articles-unread): Use accessor
12582 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12583 to get group information for improved readability.
12584
12585
12586 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12587
12588 * gnus-art.el (article-decode-mime-words, article-babel)
12589 (gnus-article-highlight-signature, gnus-article-add-buttons)
12590 (gnus-signature-toggle): Use gnus-with-article-buffer.
12591
12592 * gnus-art.el (gnus-article-highlight-headers)
12593 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12594
12595 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12596 (gnus-article-set-globals, gnus-request-article-this-buffer)
12597 (gnus-button-message-id, gnus-article-maybe-hide-headers)
12598 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12599 (gnus-mime-display-alternative): Use with-current-buffer.
12600
12601 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12602
12603 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12604 also under 80 char limit, and call gnus-error if needed.
12605 (spam-fetch-article-header): Fix - it was a
12606 buffer-local variable (gnus-newsgroup-data).
12607 (spam-find-spam): Use spam-generate-fake-headers, forget about
12608 spam-insert-fake-headers.
12609 (spam-insert-fake-headers): Remove.
12610
12611 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12612
12613 * deuglify.el (gnus-article-outlook-unwrap-lines)
12614 (gnus-outlook-rearrange-article)
12615 (gnus-outlook-repair-attribution-outlook)
12616 (gnus-outlook-repair-attribution-block)
12617 (gnus-outlook-repair-attribution-other): Remove redundant
12618 save-excursion.
12619
12620 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12621
12622 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12623 (spam-fetch-field-subject-fast)
12624 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12625 (spam-fetch-article-header): Add functions to deal with Gnus
12626 internals for fast retrieval of article header data.
12627 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12628
12629 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12630
12631 * pop3.el (pop3-md5): Remove.
12632 (pop3-apop): Replace pop3-md5 with md5.
12633
12634 * mm-bodies.el: base64 is always built-in.
12635
12636 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12637 with-current-buffer.
12638
12639 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
12640
12641 * canlock.el (canlock-insert-header): Remove excessive grouping in
12642 regexp.
12643
12644 * gnus-sum.el (gnus-summary-read-document): Ditto.
12645
12646 * gnus-uu.el (gnus-uu-part-number): Ditto.
12647
12648 * html2text.el (html2text-remove-tags): Ditto.
12649 (html2text-format-tags): Ditto.
12650 (html2text-format-single-elements): Ditto.
12651
12652 * mml.el (mml-parse-1): Ditto.
12653
12654 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12655
12656 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12657
12658 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12659
12660 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12661
12662 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12663
12664 2003-11-15 Simon Josefsson <jas@extundo.com>
12665
12666 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12667 (pgg-gpg-lookup-key): Use regexp match instead of
12668 split-string (split-string is different between emacs 21.2 and
12669 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
12670
12671 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12672
12673 * gnus-art.el (gnus-mime-view-all-parts)
12674 (gnus-article-part-wrapper, gnus-article-view-part): Use
12675 with-current-buffer.
12676
12677 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12678
12679 * spam.el (spam-disable-spam-split-during-ham-respool)
12680 (spam-spamoracle-database, spam-cache-lookups)
12681 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12682 (spam-group-ham-mark-p, spam-group-spam-mark-p)
12683 (spam-group-ham-marks, spam-group-spam-marks)
12684 (spam-group-spam-contents-p, spam-group-ham-contents-p)
12685 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12686 also add spam-use-blackholes to the statistical checks.
12687 (spam-fetch-field-fast): Add interface to fetching fields, may
12688 become a macro.
12689 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12690 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12691 (spam-insert-fake-headers): Fake an article when needed.
12692 (spam-find-spam): Fake article when possible.
12693 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12694 (spam-check-bogofilter-headers): Use message-fetch-field instead
12695 of nnmail-fetch-field.
12696
12697 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
12698
12699 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12700
12701 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12702
12703 * spam.el (spam-split): Do not require spam-use-CHECK to be
12704 enabled if that check is passed to spam-split explicitly; also
12705 fix so 'spam doesn't get converted to spam-split-group when
12706 spam-split-symbolic-return is t.
12707 (spam-find-spam): Find registrations of the article and use those
12708 instead of re-running spam-split to find the spam/ham
12709 classification of the article.
12710 (spam-log-processing-to-registry, spam-log-registered-p)
12711 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12712 Use gnus-error instead of gnus-message.
12713 (spam-log-registration-type): Add function to determine the
12714 classification of a message based on registry entries; will
12715 return nil if both 'spam and 'ham are found.
12716 (spam-check-BBDB): Expand all the BBDB macros here so we can have
12717 a reasonably fast local cache without the loading errors.
12718 (spam-cache-lookups): Set to t by default.
12719 (spam-find-spam): Don't try to guess spam-cache-lookups.
12720 (spam-enter-whitelist, spam-enter-blacklist): Clear the
12721 spam-caches entry.
12722 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12723 caching of whitelist/blacklist entries.
12724 (spam-check-whitelist, spam-check-blacklist): Invoke
12725 spam-from-listed-p with a type, not a cache variable.
12726 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12727
12728 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12729
12730 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12731
12732 * nnmail.el (nnmail-split-fancy): do.
12733
12734 * mml.el (mml-parse): do.
12735
12736 * gnus-score.el (gnus-enter-score-words-into-hashtb)
12737 (gnus-score-adaptive): do.
12738
12739 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12740
12741 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12742 (gnus-mime-button-map): Don't set keymap parent.
12743 (gnus-button-ctan-directory-regexp): Use shy grouping.
12744 (gnus-prev-page-map): Don't set keymap parent.
12745 (gnus-prev-page-map): Remove duplicated one.
12746 (gnus-next-page-map): Don't set keymap parent.
12747 (gnus-mime-security-button-map): Ditto.
12748
12749 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12750 version number.
12751
12752 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
12753
12754 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12755
12756 * canlock.el (canlock-sha1-function): Remove.
12757 (canlock-sha1-function-for-verify): Remove.
12758 (canlock-openssl-program): Remove.
12759 (canlock-openssl-args): Remove.
12760 (canlock-ignore-errors): Remove.
12761 (canlock-sha1-with-openssl): Remove.
12762 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12763 (canlock-verify): Don't use canlock-ignore-errors.
12764
12765 * sha1-el.el (sha1-string-external): Make it can return a string
12766 in binary form.
12767 (sha1-region-external): Ditto.
12768 (sha1-string-internal): Ditto.
12769 (sha1-region-internal): Ditto.
12770 (sha1-region): Ditto.
12771 (sha1-string): Ditto.
12772 (sha1): Ditto.
12773
12774 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12775
12776 * spam.el (spam-report-articles-gmane): New command.
12777
12778 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12779
12780 * gnus.el: Don't make unnecessary *Group* buffer when loading.
12781
12782 * run-at-time.el (run-at-time-saved): Remove.
12783 (run-at-time): Doc fix.
12784
12785 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12786
12787 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12788 (gnus-summary-limit-map): Add it.
12789 (gnus-summary-make-menu-bar): do.
12790
12791 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
12792
12793 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12794 Make attempt at some caching support (done for BBDB only now).
12795 (spam-find-spam): Set spam-cache-lookups if there are more than 2
12796 addresses to be checked.
12797 (spam-clear-cache-BBDB): Add function, to be invoked by
12798 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12799 (spam-check-BBDB): Check and use the caches, if
12800 spam-cache-lookups is on, remove superfluous (provide).
12801
12802 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
12803
12804 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
12805
12806 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
12807
12808 * run-at-time.el (run-at-time-saved): Move to after the definition
12809 of `run-at-time'.
12810
12811 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12812
12813 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
12814 mm-w3m-local-map-property.
12815
12816 * mm-view.el (mm-w3m-mode-map): Remove.
12817 (mm-w3m-local-map-property): Remove.
12818 (mm-inline-text-html-render-with-w3m): Don't use
12819 mm-w3m-local-map-property.
12820
12821 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12822
12823 * run-at-time.el: New file.
12824
12825 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
12826 of gnus-set-text-properties.
12827
12828 * gnus-uu.el (gnus-uu-save-article): Ditto.
12829
12830 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
12831
12832 * gnus-cite.el (gnus-cite-parse): Ditto.
12833
12834 * gnus-art.el (gnus-button-push): Use set-text-properties instead
12835 of gnus-.
12836
12837 * gnus.el: Changed calls to nnheader-run-at-time and
12838 password-run-at-time throughout to use run-at-time directly.
12839
12840 * password.el: Removed definition of run-at-time.
12841
12842 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
12843
12844 * mml.el (mml-minibuffer-read-disposition): Show attachment type
12845 in prompt.
12846
12847 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
12848
12849 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
12850 XEmacs version.
12851
12852 * dns.el (dns-make-network-process): Use `open-network-stream'
12853 instead of `gnus-xmas-open-network-stream'.
12854
12855 * .cvsignore: Add auto-autoloads.el, custom-load.el.
12856
12857 2004-01-06 Jesper Harder <harder@ifa.au.dk>
12858
12859 * gnus-art.el (gnus-mime-display-alternative)
12860 (gnus-insert-mime-button, gnus-insert-mime-security-button)
12861 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
12862 Don't use gnus-local-map-property.
12863
12864 * gnus-util.el (gnus-local-map-property): Remove.
12865
12866 * mm-view.el (mm-view-pkcs7-decrypt): Replace
12867 gnus-completing-read-maybe-default with completing-read.
12868
12869 * gnus-util.el (gnus-completing-read): do.
12870 (gnus-completing-read-maybe-default): Remove.
12871
12872 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
12873
12874 * password.el: Only autoload `run-at-time' if not XEmacs.
12875 Only autoload the itimer functions if XEmacs.
12876
12877 2004-01-06 Jesper Harder <harder@ifa.au.dk>
12878
12879 * gnus-art.el (gnus-read-string): Remove.
12880 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
12881 read-string.
12882
12883 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
12884
12885 * netrc.el: Autoload password-read.
12886 (netrc): Add configuration group.
12887 (netrc-encoding-method, netrc-openssl-path): Add
12888 variables for encoding and decoding of files with symmetric
12889 ciphers.
12890 (netrc-encode): Add assistant function to encode a file with
12891 netrc-encoding-method.
12892 (netrc-parse): Add interactive parameter, added optional
12893 decoding if netrc-encoding-method is non-nil but otherwise
12894 behavior is standard.
12895 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
12896 Do s/encode/encrypt/ everywhere.
12897
12898 * spam.el: Remove executable-find autoload.
12899
12900 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12901
12902 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
12903
12904 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
12905
12906 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
12907
12908 * gnus-art.el (gnus-treat-ansi-sequences,
12909 (article-treat-ansi-sequences): New variable and function.
12910 Suggested by Dan Jacobson <jidanni@jidanni.org>.
12911
12912 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12913 Use it.
12914
12915 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12916
12917 * mm-util.el (mm-quote-arg): Remove.
12918
12919 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
12920 shell-quote-argument.
12921
12922 * gnus-uu.el (gnus-uu-command): do.
12923
12924 * gnus-sum.el (gnus-summary-insert-pseudos): do.
12925
12926 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
12927 with make-char.
12928
12929 * mm-util.el (mm-make-char): Remove.
12930
12931 * mml.el (mml-mode): Replace gnus-add-minor-mode with
12932 add-minor-mode.
12933
12934 * gnus-undo.el (gnus-undo-mode): do.
12935
12936 * gnus-topic.el (gnus-topic-mode): do.
12937
12938 * gnus-sum.el (gnus-dead-summary-mode): do.
12939
12940 * gnus-start.el (gnus-slave-mode): do.
12941
12942 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
12943
12944 * gnus-ml.el (gnus-mailing-list-mode): do.
12945
12946 * gnus-gl.el (gnus-grouplens-mode): do.
12947
12948 * gnus-draft.el (gnus-draft-mode): do.
12949
12950 * gnus-dired.el (gnus-dired-mode): do.
12951
12952 * gnus-ems.el (gnus-add-minor-mode): Remove.
12953
12954 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12955 Replace gnus-char-width with char-width.
12956
12957 * gnus-ems.el (gnus-char-width): Remove.
12958
12959 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12960 Replace gnus-char-width with char-width.
12961
12962 * gnus-ems.el (gnus-char-width): Remove.
12963
12964 * spam-stat.el (with-syntax-table): Remove with-syntax-table
12965 definition.
12966 Remove Emacs 20 hash table compatibility code.
12967
12968 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
12969 20 compatibility code.
12970
12971 * spam.el (spam-point-at-eol): Replace with point-at-eol.
12972
12973 * smime.el (smime-point-at-eol): Replace with point-at-eol.
12974
12975 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
12976 with point-at-{eol,bol}.
12977
12978 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
12979
12980 * imap.el (imap-point-at-eol): Replace with point-at-eol.
12981
12982 * flow-fill.el (fill-flowed-point-at-bol)
12983 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
12984
12985 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
12986 Replace with point-at-{eol,bol} throughout all files.
12987
12988 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12989
12990 * ntlm.el (ntlm-string-as-unibyte): New macro.
12991 (ntlm-build-auth-response): Use it.
12992
12993 Remove Emacs 20 stuff:
12994 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
12995 of delq and copy-sequence.
12996 * gnus-art.el (popup-menu): Remove the compiler macro.
12997 * nnmail.el (nnmail-split-fancy): Don't support customizing with
12998 Emacs 20.
12999
13000 2004-01-05 Simon Josefsson <jas@extundo.com>
13001
13002 * ntlm.el: Fix namespace. Change smb-passwd-hash into
13003 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13004 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13005 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13006 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13007 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13008 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13009 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13010 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13011 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13012 ntlm-string-permute, string-lshift into ntlm-string-lshift,
13013 string-xor into ntlm-string-xor. Suggested by
13014 Jesper Harder <harder@myrealbox.com>.
13015
13016 * ntlm.el: Don't include poem.
13017
13018 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
13019 Jesper Harder <harder@myrealbox.com>.
13020
13021 * sasl-ntlm.el, ntlm.el, md4.el: New files.
13022
13023 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
13024 probably breaks emacs with DL patch, but do we care? Is anyone
13025 still using the DL stuff?)
13026
13027 * sieve-manage.el: Use the password package.
13028 (sieve-manage-read-passwd): Remove.
13029 (sieve-manage-interactive-login): Use password. Re-add
13030 condition-case around loop.
13031
13032 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13033 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13034 the password package.
13035
13036 2003-02-19 Simon Josefsson <jas@extundo.com>
13037
13038 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13039 token.
13040
13041 2002-08-07 Simon Josefsson <jas@extundo.com>
13042
13043 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13044 (sieve-manage-authenticators):
13045 (sieve-manage-authenticator-alist): Add some SASL mechs.
13046 (sieve-sasl-auth): New function.
13047 (sieve-manage-cram-md5-auth):
13048 (sieve-manage-plain-auth): Rewrite using SASL library.
13049 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13050 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13051 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13052 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13053
13054 2004-01-05 Simon Josefsson <jas@extundo.com>
13055
13056 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13057 New files.
13058
13059 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13060
13061 * gnus-group.el (gnus-no-groups-message): Update.
13062
13063 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13064
13065 2003-11-09 Simon Josefsson <jas@extundo.com>
13066
13067 * imap.el: Support for ID IMAP extension (RFC 2971).
13068 (imap-local-variables): Add imap-id.
13069 (imap-id): New variable.
13070 (imap-id): New function.
13071 (imap-parse-response): Parse untagged ID response.
13072 * nnimap.el (nnimap-id): New variable.
13073 (nnimap-open-connection): Use it.
13074
13075 2003-12-28 Simon Josefsson <jas@extundo.com>
13076
13077 * gnus-score.el (gnus-score-edit-all-score): New.
13078 * gnus-group.el (gnus-group-score-map): Bind it to W e.
13079
13080 2004-01-04 Simon Josefsson <jas@extundo.com>
13081
13082 * password.el: Add.
13083
13084 2004-01-04 Mario Lang <lang@zid.tugraz.at>
13085
13086 * dns.el: Add support for AAAA records (see RFC 3596)
13087
13088 * Fix typo PRT -> PTR
13089
13090 * Parse MX, PTR and SOA replies (see RFC 1035)
13091
13092 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13093
13094 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13095
13096 * Moved to Changelog.2.
13097
13098 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13099
13100 * gnus.el (gnus-version-number): Bump version.
13101
13102 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13103
13104 * gnus.el: No Gnus v0.1 is released.
13105
13106 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13107
13108 * gnus.el: No Gnus v0.0 is released.
13109
13110 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13111
13112 * gnus.el (gnus-version-number): Bump.
13113 (gnus-version): No.
13114
13115 See ChangeLog.2 for earlier changes.
13116
13117 Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
13118
13119 This file is part of GNU Emacs.
13120
13121 GNU Emacs is free software: you can redistribute it and/or modify
13122 it under the terms of the GNU General Public License as published by
13123 the Free Software Foundation, either version 3 of the License, or
13124 (at your option) any later version.
13125
13126 GNU Emacs is distributed in the hope that it will be useful,
13127 but WITHOUT ANY WARRANTY; without even the implied warranty of
13128 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13129 GNU General Public License for more details.
13130
13131 You should have received a copy of the GNU General Public License
13132 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
13133
13134 ;; Local Variables:
13135 ;; coding: utf-8
13136 ;; fill-column: 79
13137 ;; add-log-time-zone-rule: t
13138 ;; End:
13139
13140 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4